WorldWideScience

Sample records for scripting language advanced

  1. LISp-Miner Control Language description of scripting language implementation

    Directory of Open Access Journals (Sweden)

    Milan Simunek

    2014-04-01

    Full Text Available This paper introduces the LISp-Miner Control Language – a scripting language for the LISp-Miner system, an academic system for knowledge discovery in databases. The main purpose of this language is to provide programmable means to all the features of the LISp-Miner system and mainly to automate the main phases of data mining – from data introduction and preprocessing, formulation of analytical tasks, to discovery of the most interesting patterns. In this sense, the language is a necessary prerequisite for the EverMiner project of data mining automation. Language will serve other purposes too – for an automated verification of the LISp-Miner system functionality before a new version is released and as an educational tool in advanced data mining courses.

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

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

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

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

  6. Advanced software development workstation. Engineering scripting language graphical editor: DRAFT design document

    Science.gov (United States)

    1991-01-01

    The Engineering Scripting Language (ESL) is a language designed to allow nonprogramming users to write Higher Order Language (HOL) programs by drawing directed graphs to represent the program and having the system generate the corresponding program in HOL. The ESL system supports user generation of HOL programs through the manipulation of directed graphs. The components of this graphs (nodes, ports, and connectors) are objects each of which has its own properties and property values. The purpose of the ESL graphical editor is to allow the user to create or edit graph objects which represent programs.

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

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

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

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

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

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

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

  14. Body Language Advanced 3D Character Rigging

    CERN Document Server

    Allen, Eric; Fong, Jared; Sidwell, Adam G

    2011-01-01

    Whether you're a professional Character TD or just like to create 3D characters, this detailed guide reveals the techniques you need to create sophisticated 3D character rigs that range from basic to breathtaking. Packed with step-by-step instructions and full-color illustrations, Body Language walks you through rigging techniques for all the body parts to help you create realistic and believable movements in every character you design. You'll learn advanced rigging concepts that involve MEL scripting and advanced deformation techniques and even how to set up a character pipeline.

  15. Advanced software development workstation project: Engineering scripting language. Graphical editor

    Science.gov (United States)

    1992-01-01

    Software development is widely considered to be a bottleneck in the development of complex systems, both in terms of development and in terms of maintenance of deployed systems. Cost of software development and maintenance can also be very high. One approach to reducing costs and relieving this bottleneck is increasing the reuse of software designs and software components. A method for achieving such reuse is a software parts composition system. Such a system consists of a language for modeling software parts and their interfaces, a catalog of existing parts, an editor for combining parts, and a code generator that takes a specification and generates code for that application in the target language. The Advanced Software Development Workstation is intended to be an expert system shell designed to provide the capabilities of a software part composition system.

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

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

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

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

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

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

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

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

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

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

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

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

  8. Portable Just-in-Time Specialization of Dynamically Typed Scripting Languages

    Science.gov (United States)

    Williams, Kevin; McCandless, Jason; Gregg, David

    In this paper, we present a portable approach to JIT compilation for dynamically typed scripting languages. At runtime we generate ANSI C code and use the system's native C compiler to compile this code. The C compiler runs on a separate thread to the interpreter allowing program execution to continue during JIT compilation. Dynamic languages have variables which may change type at any point in execution. Our interpreter profiles variable types at both whole method and partial method granularity. When a frequently executed region of code is discovered, the compilation thread generates a specialized version of the region based on the profiled types. In this paper, we evaluate the level of instruction specialization achieved by our profiling scheme as well as the overall performance of our JIT.

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

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

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

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

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

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

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

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

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

  18. Globalisation, Language Planning and Language Rights: The Recent Script Policy Measures Adopted by Japan and the People's Republic of China

    Science.gov (United States)

    Premaratne, Dilhara D.

    2015-01-01

    In 2009, two significant script policy measures were adopted by Japan and the People's Republic of China (China hereafter), both as a response to national language needs triggered by globalisation. However, the measures chosen by the two countries were very different, Japan choosing to increase and China choosing to standardise the Chinese…

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

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

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

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

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

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

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

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

  7. Some Aspects of Culture Teaching in Foreign Language and ESP Classes: Cultural Scripts and Small Talk

    Directory of Open Access Journals (Sweden)

    Ivona Baranovskaja

    2011-12-01

    Full Text Available The present paper deals with the problem of teaching culture in the foreign language classes at all levels of education. Cultural studies should not be separated from the language syllabus and foreign language learning should not be limited to formal learning of systems of sounds, words, and syntactic structures, but should also include learning the culture of the target language. Success in intercultural communication depends greatly on the understanding of a number of cultural features. The article emphasizes the importance of teaching and learning target culture, as well as introduces the analysis of cultural scripts and small talk in English, Russian and Polish languages. Understanding the cultural differences will benefit and facilitate cross-cultural communication under diverse circumstances. Thereby, this issue is relevant to foreign language and ESP classes focusing on the improvement of both students’ language and cultural skills.

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

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

  11. A Discussion about Upgrading the Quick Script Platform to Create Natural Language based IoT Systems

    DEFF Research Database (Denmark)

    Khanna, Anirudh; Das, Bhagwan; Pandey, Bishwajeet

    2016-01-01

    With the advent of AI and IoT, the idea of incorporating smart things/appliances in our day to day life is converting into a reality. The paper discusses the possibilities and potential of designing IoT systems which can be controlled via natural language, with help of Quick Script as a development...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  10. 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)

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

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

  13. 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…

  14. Manipulation of Motivating Operations and Use of a Script-Fading Procedure to Teach Mands for Location to Children with Language Delays

    Science.gov (United States)

    Howlett, Melissa A.; Sidener, Tina M.; Progar, Patrick R.; Sidener, David W.

    2011-01-01

    The effects of contriving motivating operations (MOs) and script fading on the acquisition of the mand "Where's [object]?" were evaluated in 2 boys with language delays. During each session, trials were alternated in which high-preference items were present (abolishing operation [AO] trials) or missing (establishing operation [EO] trials) from…

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

  16. Advances in natural language processing.

    Science.gov (United States)

    Hirschberg, Julia; Manning, Christopher D

    2015-07-17

    Natural language processing employs computational techniques for the purpose of learning, understanding, and producing human language content. Early computational approaches to language research focused on automating the analysis of the linguistic structure of language and developing basic technologies such as machine translation, speech recognition, and speech synthesis. Today's researchers refine and make use of such tools in real-world applications, creating spoken dialogue systems and speech-to-speech translation engines, mining social media for information about health or finance, and identifying sentiment and emotion toward products and services. We describe successes and challenges in this rapidly advancing area. Copyright © 2015, American Association for the Advancement of Science.

  17. Modules based on the geochemical model PHREEQC for use in scripting and programming languages

    Science.gov (United States)

    Charlton, Scott R.; Parkhurst, David L.

    2011-01-01

    The geochemical model PHREEQC is capable of simulating a wide range of equilibrium reactions between water and minerals, ion exchangers, surface complexes, solid solutions, and gases. It also has a general kinetic formulation that allows modeling of nonequilibrium mineral dissolution and precipitation, microbial reactions, decomposition of organic compounds, and other kinetic reactions. To facilitate use of these reaction capabilities in scripting languages and other models, PHREEQC has been implemented in modules that easily interface with other software. A Microsoft COM (component object model) has been implemented, which allows PHREEQC to be used by any software that can interface with a COM server—for example, Excel®, Visual Basic®, Python, or MATLAB". PHREEQC has been converted to a C++ class, which can be included in programs written in C++. The class also has been compiled in libraries for Linux and Windows that allow PHREEQC to be called from C++, C, and Fortran. A limited set of methods implements the full reaction capabilities of PHREEQC for each module. Input methods use strings or files to define reaction calculations in exactly the same formats used by PHREEQC. Output methods provide a table of user-selected model results, such as concentrations, activities, saturation indices, and densities. The PHREEQC module can add geochemical reaction capabilities to surface-water, groundwater, and watershed transport models. It is possible to store and manipulate solution compositions and reaction information for many cells within the module. In addition, the object-oriented nature of the PHREEQC modules simplifies implementation of parallel processing for reactive-transport models. The PHREEQC COM module may be used in scripting languages to fit parameters; to plot PHREEQC results for field, laboratory, or theoretical investigations; or to develop new models that include simple or complex geochemical calculations.

  18. 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…

  19. [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.

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

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

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

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

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

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

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

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

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

  9. Automation in the Teaching of Descriptive Geometry and CAD. High-Level CAD Templates Using Script Languages

    Science.gov (United States)

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

    2017-10-01

    The main purpose of this work is to study improvements to the learning method of technical drawing and descriptive geometry through exercises with traditional techniques that are usually solved manually by applying automated processes assisted by high-level CAD templates (HLCts). Given that an exercise with traditional procedures can be solved, detailed step by step in technical drawing and descriptive geometry manuals, CAD applications allow us to do the same and generalize it later, incorporating references. Traditional teachings have become obsolete and current curricula have been relegated. However, they can be applied in certain automation processes. The use of geometric references (using variables in script languages) and their incorporation into HLCts allows the automation of drawing processes. Instead of repeatedly creating similar exercises or modifying data in the same exercises, users should be able to use HLCts to generate future modifications of these exercises. This paper introduces the automation process when generating exercises based on CAD script files, aided by parametric geometry calculation tools. The proposed method allows us to design new exercises without user intervention. The integration of CAD, mathematics, and descriptive geometry facilitates their joint learning. Automation in the generation of exercises not only saves time but also increases the quality of the statements and reduces the possibility of human error.

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

  11. MANIPULATION OF MOTIVATING OPERATIONS AND USE OF A SCRIPT-FADING PROCEDURE TO TEACH MANDS FOR LOCATION TO CHILDREN WITH LANGUAGE DELAYS

    OpenAIRE

    Howlett, Melissa A; Sidener, Tina M; Progar, Patrick R; Sidener, David W

    2011-01-01

    The effects of contriving motivating operations (MOs) and script fading on the acquisition of the mand “Where's [object]?” were evaluated in 2 boys with language delays. During each session, trials were alternated in which high-preference items were present (abolishing operation [AO] trials) or missing (establishing operation [EO] trials) from their typical locations. Both participants learned to mand during EO trials and not to mand during AO trials during training. Generalization of manding...

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

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

  14. SoS Notebook: An Interactive Multi-Language Data Analysis Environment.

    Science.gov (United States)

    Peng, Bo; Wang, Gao; Ma, Jun; Leong, Man Chong; Wakefield, Chris; Melott, James; Chiu, Yulun; Du, Di; Weinstein, John N

    2018-05-22

    Complex bioinformatic data analysis workflows involving multiple scripts in different languages can be difficult to consolidate, share, and reproduce. An environment that streamlines the entire processes of data collection, analysis, visualization and reporting of such multi-language analyses is currently lacking. We developed Script of Scripts (SoS) Notebook, a web-based notebook environment that allows the use of multiple scripting language in a single notebook, with data flowing freely within and across languages. SoS Notebook enables researchers to perform sophisticated bioinformatic analysis using the most suitable tools for different parts of the workflow, without the limitations of a particular language or complications of cross-language communications. SoS Notebook is hosted at http://vatlab.github.io/SoS/ and is distributed under a BSD license. bpeng@mdanderson.org.

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

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

  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. Static Analysis of Dynamic Languages

    DEFF Research Database (Denmark)

    Madsen, Magnus

    Dynamic programming languages are highly popular and widely used. Java- Script is often called the lingua franca of the web and it is the de facto standard for client-side web programming. On the server-side the PHP, Python and Ruby languages are prevalent. What these languages have in common...... with static type systems, such as Java and C# , but the same features are rarely available for dynamic languages such as JavaScript. The aim of this thesis is to investigate techniques for improving the tool- support for dynamic programming languages without imposing any artificial restrictions...... of new dataflow analysis techniques to tackle the nature of dynamic programming languages....

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

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

  3. Teaching Chinese Film in an Advanced Language Class

    Directory of Open Access Journals (Sweden)

    Luying Chen

    2011-04-01

    Full Text Available Instructors often face a dilemma when using film in language classes. While film is appealing for the rich cultural and linguistic information it offers, finding the balance between teaching content and building language skills can present significant challenges for an instructor. Common approaches to using film in courses taught in English, such as screening one film a week, reading critical essays about the films, and class discussions and lectures, seldom offer the same benefits in a foreign language course due to the fact that students with only three years of foreign language study frequently lack the language skills necessary to discuss films in a foreign language. Yanfang Tang and Qianghai Chen, authors of the textbook 'Advanced Chinese: Intention, Strategy, & Communication '(2005, have argued that “[n]either interpreting textual meanings nor decoding linguistic patterns leads naturally to the productive skills needed” for communicating in the target language at the advanced level. They further suggest that “practice, in a conscious but meaningful way is the key to successful transformation of input knowledge into productive output skills.”

  4. Cross-language activation in same-script and different-script trilinguals

    NARCIS (Netherlands)

    Poarch, G.J.; Hell, J.G. van

    2014-01-01

    In a picture naming study, we examined cross-language activation during speech production in three groups of trilinguals: L3-immersed German-English-Dutch, non-L3-immersed Dutch-English-German, and L3-immersed Russian-English-German trilinguals. All trilinguals named pictures with cognate and

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

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

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

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

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

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

  12. A kinetics database and scripts for PHREEQC

    Science.gov (United States)

    Hu, B.; Zhang, Y.; Teng, Y.; Zhu, C.

    2017-12-01

    Kinetics of geochemical reactions has been increasingly used in numerical models to simulate coupled flow, mass transport, and chemical reactions. However, the kinetic data are scattered in the literature. To assemble a kinetic dataset for a modeling project is an intimidating task for most. In order to facilitate the application of kinetics in geochemical modeling, we assembled kinetics parameters into a database for the geochemical simulation program, PHREEQC (version 3.0). Kinetics data were collected from the literature. Our database includes kinetic data for over 70 minerals. The rate equations are also programmed into scripts with the Basic language. Using the new kinetic database, we simulated reaction path during the albite dissolution process using various rate equations in the literature. The simulation results with three different rate equations gave difference reaction paths at different time scale. Another application involves a coupled reactive transport model simulating the advancement of an acid plume in an acid mine drainage site associated with Bear Creek Uranium tailings pond. Geochemical reactions including calcite, gypsum, and illite were simulated with PHREEQC using the new kinetic database. The simulation results successfully demonstrated the utility of new kinetic database.

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

  14. The influence of cross-language similarity on within- and between-language Stroop effects in trilinguals

    NARCIS (Netherlands)

    Heuven, W.J.B. van; Conklin, K.; Coderre, E.L.; Guo, T.; Dijkstra, A.F.J.

    2011-01-01

    This study investigated effects of cross-language similarity on within- and between-language Stroop interference and facilitation in three groups of trilinguals. Trilinguals were either proficient in three languages that use the same-script (alphabetic in German–English–Dutch trilinguals), two

  15. 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…

  16. 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…

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

  18. The language scripts of pre-school children and of the language ...

    African Journals Online (AJOL)

    It reflects on the lessons learnt from a language stimulation programme implemented by a dedicated volunteer in a childcare centre in an isolated farming valley in the Stellenbosch area. Some children attending this centre received deliberate language stimulation in a small-group setting on a weekly basis for 18 weeks ...

  19. Health Information in Multiple Languages

    Science.gov (United States)

    ... gov/languages/languages.html Health Information in Multiple Languages To use the sharing features on this page, please enable JavaScript. Use these ... Bethesda, MD 20894 U.S. Department of Health and Human Services National Institutes of Health Page last updated on 4 June 2018

  20. 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…

  1. 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…

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

  3. 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/

  4. "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

  5. Mobile speech and advanced natural language solutions

    CERN Document Server

    Markowitz, Judith

    2013-01-01

    Mobile Speech and Advanced Natural Language Solutions provides a comprehensive and forward-looking treatment of natural speech in the mobile environment. This fourteen-chapter anthology brings together lead scientists from Apple, Google, IBM, AT&T, Yahoo! Research and other companies, along with academicians, technology developers and market analysts.  They analyze the growing markets for mobile speech, new methodological approaches to the study of natural language, empirical research findings on natural language and mobility, and future trends in mobile speech.  Mobile Speech opens with a challenge to the industry to broaden the discussion about speech in mobile environments beyond the smartphone, to consider natural language applications across different domains.   Among the new natural language methods introduced in this book are Sequence Package Analysis, which locates and extracts valuable opinion-related data buried in online postings; microintonation as a way to make TTS truly human-like; and se...

  6. Computer-Assisted Foreign Language Teaching and Learning: Technological Advances

    Science.gov (United States)

    Zou, Bin; Xing, Minjie; Wang, Yuping; Sun, Mingyu; Xiang, Catherine H.

    2013-01-01

    Computer-Assisted Foreign Language Teaching and Learning: Technological Advances highlights new research and an original framework that brings together foreign language teaching, experiments and testing practices that utilize the most recent and widely used e-learning resources. This comprehensive collection of research will offer linguistic…

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

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

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

  10. SMS Language and College Writing :The languages of the College Texters

    Directory of Open Access Journals (Sweden)

    Norizul Azida Darus

    2010-03-01

    Full Text Available Many students have become avid texters and are seriously reinventing language to accommodate the 160-character limit of short messages. They are more interested in getting their messages across and thus becoming less concerned about correct spelling, grammar and punctuation. Since texting has become a way of life of many students, it is feared that the SMS language can affect students’ written performance. This research examines the effects of frequent usage of text messaging (SMS on undergraduates academic writing. For the purpose of the study, 264 Diploma students of UiTM Perlis were selected as participants. They were 94 male texters and 170 female texters aged between 18 – 22 years old who were taking three different English courses namely Preparatory English, Mainstream English 1 and Mainstream English 2. The data includes participants’ SMS messages, class assignments and examinations scripts which were analyzed in order to detect the existence of SMS language by using measuring instruments of Orthographic forms (Shortis, 2001. The findings reveal that there were few occurrences of SMS language in students’ examinations scripts among weak students.

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

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

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

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

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

  16. Language and Literacy: The Case of India.

    Science.gov (United States)

    Sridhar, Kamal K.

    Language and literacy issues in India are reviewed in terms of background, steps taken to combat illiteracy, and some problems associated with literacy. The following facts are noted: India has 106 languages spoken by more than 685 million people, there are several minor script systems, a major language has different dialects, a language may use…

  17. Which programming language should follow Scratch? JavaScript?

    OpenAIRE

    Bevčič, Mateja

    2017-01-01

    Pupils start with Scratch programming already in the second triennium of primary school. Scratch is a visual programming language where users learn basic programming by stacking blocks of commands. The problems then arise when switching to text-based programming as this represents a great and demanding step for pupils. It is for this very reason very important which programming language and environment we select as we try to make this step as easy as possible for pupils. Pyt...

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

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

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

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

  2. Reading English with Japanese in mind: Effects of frequency, phonology, and meaning in different-script bilinguals

    NARCIS (Netherlands)

    Miwa, K.; Dijkstra, A.F.J.; Bolger, P.; Baayen, R.H.

    2014-01-01

    Previous priming studies suggest that, even for bilinguals of languages with different scripts, non-selective lexical activation arises. This lexical decision eye-tracking study examined contributions of frequency, phonology, and meaning of L1 Japanese words on L2 English word lexical decision

  3. 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)

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

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

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

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

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

  9. The effect of written text on comprehension of spoken English as a foreign language.

    Science.gov (United States)

    Diao, Yali; Chandler, Paul; Sweller, John

    2007-01-01

    Based on cognitive load theory, this study investigated the effect of simultaneous written presentations on comprehension of spoken English as a foreign language. Learners' language comprehension was compared while they used 3 instructional formats: listening with auditory materials only, listening with a full, written script, and listening with simultaneous subtitled text. Listening with the presence of a script and subtitles led to better understanding of the scripted and subtitled passage but poorer performance on a subsequent auditory passage than listening with the auditory materials only. These findings indicated that where the intention was learning to listen, the use of a full script or subtitles had detrimental effects on the construction and automation of listening comprehension schemas.

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

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

  12. Foreign Language Writing Fellows Programs: A Model for Improving Advanced Writing Skills

    Science.gov (United States)

    Snyder, Delys Waite; Nielson, Rex P.; Kurzer, Kendon

    2016-01-01

    Within the growing field of scholarly literature on foreign language (FL) writing pedagogy, few studies have addressed pedagogical questions regarding the teaching of writing to advanced language learners. Writing fellows peer tutoring programs, although typically associated with first language writing instruction, likely can benefit and support…

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

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

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

  16. A Courseware to Script Animated Pedagogical Agents in Instructional Material for Elementary Students in English Education

    Science.gov (United States)

    Hong, Zeng-Wei; Chen, Yen-Lin; Lan, Chien-Ho

    2014-01-01

    Animated agents are virtual characters who demonstrate facial expressions, gestures, movements, and speech to facilitate students' engagement in the learning environment. Our research developed a courseware that supports a XML-based markup language and an authoring tool for teachers to script animated pedagogical agents in teaching materials. The…

  17. Advanced language modeling approaches, case study: Expert search

    NARCIS (Netherlands)

    Hiemstra, Djoerd

    2008-01-01

    This tutorial gives a clear and detailed overview of advanced language modeling approaches and tools, including the use of document priors, translation models, relevance models, parsimonious models and expectation maximization training. Expert search will be used as a case study to explain the

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

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

  20. NMRbot: Python scripts enable high-throughput data collection on current Bruker BioSpin NMR spectrometers.

    Science.gov (United States)

    Clos, Lawrence J; Jofre, M Fransisca; Ellinger, James J; Westler, William M; Markley, John L

    2013-06-01

    To facilitate the high-throughput acquisition of nuclear magnetic resonance (NMR) experimental data on large sets of samples, we have developed a simple and straightforward automated methodology that capitalizes on recent advances in Bruker BioSpin NMR spectrometer hardware and software. Given the daunting challenge for non-NMR experts to collect quality spectra, our goal was to increase user accessibility, provide customized functionality, and improve the consistency and reliability of resultant data. This methodology, NMRbot, is encoded in a set of scripts written in the Python programming language accessible within the Bruker BioSpin TopSpin ™ software. NMRbot improves automated data acquisition and offers novel tools for use in optimizing experimental parameters on the fly. This automated procedure has been successfully implemented for investigations in metabolomics, small-molecule library profiling, and protein-ligand titrations on four Bruker BioSpin NMR spectrometers at the National Magnetic Resonance Facility at Madison. The investigators reported benefits from ease of setup, improved spectral quality, convenient customizations, and overall time savings.

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

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

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

  4. Hormonal influence on language development in physically advanced children.

    Science.gov (United States)

    McCardle, P; Wilson, B E

    1990-04-01

    Sex differences in language performance have long been noted, with females more verbal and males superior in visual-spatial tasks. Two theories seek to explain the differences in language function. Waber (1976, Science, 193, 572-574) suggests that these sex differences are secondary to differences in bilateral language function related to the faster maturation rate in girls. Geschwind and Galaburda (1985, Archives of Neurology, 42,(I), 428-459; (II), 521-552; (III), 634-654) on the other hand posit an intimate interrelationship of sex hormones, the immune system, and laterality as influencing the ultimate asymmetry of the nervous system, which in turn could account for such differences. In the present study, language function was examined in patients with accelerated maturation caused by conditions with sex hormone elevation (idiopathic precocious puberty and congenital adrenal hyperplasia). The degree of maturational advancement was similar between the two groups. However, significant language performance differences were noted between androgen- vs. estrogen-exposed patients, regardless of genetic sex or diagnosis of the patient, indicating a hormonal effect on language development over time. These data support Geschwind and Galaburda's multifactorial theory for the origin of sex differences in language performance, and argue against Waber's maturational hypothesis.

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

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

  7. A Software for the Analysis of Scripted Dialogs Based on Surface Markers

    Directory of Open Access Journals (Sweden)

    Sylvain Delisle

    2003-04-01

    Full Text Available Most information systems that deal with natural language texts do not tolerate much deviation from their idealized and simplified model of language. Spoken dialog is notoriously ungrammatical however. Because the MAREDI project focuses in particular on the automatic analysis of scripted dialogs, we needed to develop a robust capacity to analyze transcribed spoken language. This paper presents the main elements of our approach, which is based on exploiting surface markers as the best route to the semantics of the conversation modelled. We highlight the foundations of our particular conversational model and give an overview of the MAREDI system. The latter consists of three key modules, which are 1 a connectionist network to recognise speech acts, 2 a robust syntactic parser, and 3 a semantic analyzer. These three modules are fully implemented in Prolog and C++ and have been packaged into an integrated software.

  8. Implementing Language Acquisition in Classrooms

    Science.gov (United States)

    Carrigan, Richard P.

    2009-01-01

    Ads that read, "If you can speak it, you can teach it," attracted thousands of young people to travel the world to teach English as a Second Language (ESL). English language schools of the 1960s and 1970s flourished with the influx of native speakers who were given a scripted textbook with all the "right" things to say. However, by the end of the…

  9. Comparison of spectrographic records of two syllables pronounced from scripts in hiragana and romaji by students with different familiarity with English.

    Science.gov (United States)

    Ototake, Harumi; Yamada, Jun

    2005-10-01

    The same syllables /mu/ and /ra/ written in Japanese hiragana and romaji given on a standard speeded naming task elicited phonetically or acoustically different responses in a syllabic hiragana condition and a romaji condition. The participants were two groups of Japanese college students (ns = 15 and 16) with different familiarity with English as a second language. The results suggested that the phonetic reality of syllables represented in these scripts can differ, depending on the interaction between the kind of script and speakers' orthographic familiarity.

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

  11. 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/

  12. Anemia - Multiple Languages

    Science.gov (United States)

    ... XYZ List of All Topics All Anemia - Multiple Languages To use the sharing features on this page, please enable JavaScript. Arabic (العربية) ... Bethesda, MD 20894 U.S. Department of Health and Human Services National Institutes of Health Page last updated on 30 April 2018

  13. Allergy - Multiple Languages

    Science.gov (United States)

    ... XYZ List of All Topics All Allergy - Multiple Languages To use the sharing features on this page, please enable JavaScript. Arabic (العربية) ... Bethesda, MD 20894 U.S. Department of Health and Human Services National Institutes of Health Page last updated on 23 May 2018

  14. Alcohol - Multiple Languages

    Science.gov (United States)

    ... XYZ List of All Topics All Alcohol - Multiple Languages To use the sharing features on this page, please enable JavaScript. Arabic (العربية) ... Bethesda, MD 20894 U.S. Department of Health and Human Services National Institutes of Health Page last updated on 16 April 2018

  15. Asthma - Multiple Languages

    Science.gov (United States)

    ... XYZ List of All Topics All Asthma - Multiple Languages To use the sharing features on this page, please enable JavaScript. Arabic (العربية) ... Bethesda, MD 20894 U.S. Department of Health and Human Services National Institutes of Health Page last updated on 2 May 2018

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

  17. Introducing modified TypeScript in an existing framework to improve error handling

    OpenAIRE

    Minder, Patrik

    2016-01-01

    Error messages in compilers is a topic that is often overlooked. The quality of the messages can have a big impact on development time and ease oflearning. Another method used to speed up development is to build a domainspecific language (DSL). This thesis migrates an existing framework to use TypeScript in order to speed up development time with compile-time error handling. Alternative methods for implementing a DSL are evaluated based onhow they affect the ability to generate good error mes...

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

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

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

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

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

  3. OpenSeesPy: Python library for the OpenSees finite element framework

    Science.gov (United States)

    Zhu, Minjie; McKenna, Frank; Scott, Michael H.

    2018-01-01

    OpenSees, an open source finite element software framework, has been used broadly in the earthquake engineering community for simulating the seismic response of structural and geotechnical systems. The framework allows users to perform finite element analysis with a scripting language and for developers to create both serial and parallel finite element computer applications as interpreters. For the last 15 years, Tcl has been the primary scripting language to which the model building and analysis modules of OpenSees are linked. To provide users with different scripting language options, particularly Python, the OpenSees interpreter interface was refactored to provide multi-interpreter capabilities. This refactoring, resulting in the creation of OpenSeesPy as a Python module, is accomplished through an abstract interface for interpreter calls with concrete implementations for different scripting languages. Through this approach, users are able to develop applications that utilize the unique features of several scripting languages while taking advantage of advanced finite element analysis models and algorithms.

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

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

  6. Re-writing the Script: Representations of Transgender Creativity in Contemporary Young Adult Fiction and Television

    Directory of Open Access Journals (Sweden)

    Norbury, Kate

    2014-12-01

    Full Text Available The transgender, gender-atypical or intersex protagonist challenges normative assumptions and expectations about gender, identity and sexuality. This article argues that contemporary transgender-themed young adult fiction and television uses the theme of creativity or the creative achievement script to override previously negative representations of adolescent transgender subjectivities. I consider three English-language novels and one television series for young adults and use script theory to analyse these four texts, each of which has an optimistic ending. The television series, Glee (2009- , is now in its sixth season and therefore has not yet formally concluded. This more recent selection of texts which date from 2011 validate young adult transgender experience and model diversity and acceptance. Cris Beam’s I Am J (2011 and Kirstin Cronn-Mills’ Beautiful Music for Ugly Children (2012, both originally published in the United States, depict female to male transitions. Alyssa Brugman’s Alex as Well (2013, originally published in Australia, foregrounds the experience of an intersex teenager, Alex, raised as a boy, but who, at the age of fourteen, decides she is female. Glee introduced the transgender character Unique in 2012, and she continues to be a central member of the New Directions choir. The Swedish graphic novel, Elias Ericson’s Åror (2013, includes two transgender characters who enact the creative achievement script and fall in love with each other. In other words, Ericson’s graphic novel goes further than the English-language texts to date. Collectively, these transgender, gender-atypical or intersex protagonists and central characters assert their individual agency and creative sense of self. The transgender character’s particular creativity ultimately secures a positive sense of self.

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

  8. 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…

  9. Back Pain - Multiple Languages

    Science.gov (United States)

    ... List of All Topics All Back Pain - Multiple Languages To use the sharing features on this page, please enable JavaScript. Arabic (العربية) ... Bethesda, MD 20894 U.S. Department of Health and Human Services National Institutes of Health Page last updated on 31 May 2018

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

  11. 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…

  12. Using non-scripted role-play to teach speaking skills: A study of English conversation of Thai college students at Yala Rajbhat University

    Directory of Open Access Journals (Sweden)

    Nuchanan Naksevee

    2015-01-01

    Full Text Available This study investigated the use of the non-scripted role-play activities to improve the oral performance of Thai college students with high and low English proficiency. It attempted to address the following questions: a Do high and low proficiency students perform differently in non-scripted role-play based on scores obtained from pre- and post-tests? If so, how? ; and b Can non-scripted role-play enhance the students’ speaking skills? Which group of students performs better in the non-scripted role-play? The data examined were obtained from tape recorded role-play of 16 non-English-major students (8 each proficiency level during their pre- and post-tests at Yala Rajabhat University in Southern Thailand. The role- play conversations were transcribed and analyzed following the Conversation Analysis (CA framework. The study found that the post test scores of both groups were significantly higher than their pre-test scores at the level of 0.00. The t-test result also revealed that the low proficiency students showed a significant degree of speaking improvement in terms of manner of expression and ability to interact at the level of 0.04 and 0.02 respectively. On the other hand, while improving on the same aspects, the high proficiency students also showed significant improvement in terms of fluency (sig = 0.02. The findings indicated that non- scripted role-play activities helped improve the students’ speaking skills and develop their ability to use the language naturally. Close single-case analyses additionally revealed that despite being traditionally taught conversation lessons with more focus on form and meaning, the participants trained with role-play noticeably improved on the language functions of genuine conversation. It was recommended that role-play activities be used in company with function-focused conversation lessons for the learners’ greater benefits.

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

  14. Simplicity: A New Language for Blockchains

    OpenAIRE

    O'Connor, Russell

    2017-01-01

    Simplicity is a typed, combinator-based, functional language without loops and recursion, designed to be used for crypto-currencies and blockchain applications. It aims to improve upon existing crypto-currency languages, such as Bitcoin Script and Ethereum's EVM, while avoiding some of the problems they face. Simplicity comes with formal denotational semantics defined in Coq, a popular, general purpose software proof assistant. Simplicity also includes operational semantics that are defined w...

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

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

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

  18. Infant and Newborn Development - Multiple Languages

    Science.gov (United States)

    ... List of All Topics All Infant and Newborn Development - Multiple Languages To use the sharing features on this page, please enable JavaScript. Arabic (العربية) Chinese, Simplified (Mandarin dialect) (简体中文) Chinese, Traditional (Cantonese dialect) ( ...

  19. 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,...

  20. Patient-reported changes in communication after computer-based script training for aphasia.

    Science.gov (United States)

    Manheim, Larry M; Halper, Anita S; Cherney, Leora

    2009-04-01

    To evaluate changes in patient-reported communication difficulty after a home-based, computer-delivered intervention designed to improve conversational skills in adults with aphasia. Delayed treatment design with baseline, preintervention, postintervention, and follow-up observations. Outpatient rehabilitation. Twenty subjects with chronic aphasia. Sessions with the speech-language pathologist to develop personally relevant conversational scripts, followed by 9 weeks of intensive home practice using a computer program loaded on a laptop, and weekly monitoring visits with the speech-language pathologist. Communication Difficulty (CD) subscale of the Burden of Stroke Scale (BOSS). The intervention resulted in a statistically and clinically significant decrease of 6.79 points (P=.038) in the CD subscale of the BOSS during the intervention, maintained during the follow-up period. The findings of this study provide positive albeit preliminary and limited support for the use of a home-based, computer-delivered language intervention program for improving patient-reported communication outcomes in adults with chronic aphasia. Additional research will be required to examine the efficacy and effectiveness of this intervention.

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

  2. Hardware Support for Dynamic Languages

    DEFF Research Database (Denmark)

    Schleuniger, Pascal; Karlsson, Sven; Probst, Christian W.

    2011-01-01

    In recent years, dynamic programming languages have enjoyed increasing popularity. For example, JavaScript has become one of the most popular programming languages on the web. As the complexity of web applications is growing, compute-intensive workloads are increasingly handed off to the client...... side. While a lot of effort is put in increasing the performance of web browsers, we aim for multicore systems with dedicated cores to effectively support dynamic languages. We have designed Tinuso, a highly flexible core for experimentation that is optimized for high performance when implemented...... on FPGA. We composed a scalable multicore configuration where we study how hardware support for software speculation can be used to increase the performance of dynamic languages....

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

  4. 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…

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

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

  7. The Effects of Self-Explanation and Reading Questions and Answers on Learning Computer Programming Language

    Science.gov (United States)

    Lee, Nancy

    2013-01-01

    The current study explored the differential effects of two learning strategies, self-explanation and reading questions and answers, on students' test performance in the computer programming language JavaScript. Students' perceptions toward the two strategies as to their effectiveness in learning JavaScript was also explored by examining students'…

  8. 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_

  9. 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).

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

  11. Dynamic concision for three-dimensional reconstruction of human organ built with virtual reality modelling language (VRML)*

    OpenAIRE

    Yu, Zheng-yang; Zheng, Shu-sen; Chen, Lei-ting; He, Xiao-qian; Wang, Jian-jun

    2005-01-01

    This research studies the process of 3D reconstruction and dynamic concision based on 2D medical digital images using virtual reality modelling language (VRML) and JavaScript language, with a focus on how to realize the dynamic concision of 3D medical model with script node and sensor node in VRML. The 3D reconstruction and concision of body internal organs can be built with such high quality that they are better than those obtained from the traditional methods. With the function of dynamic c...

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

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

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

  15. Towards a Script-Based Representation Language for Educational Films.

    Science.gov (United States)

    Parkes, Alan P.

    1987-01-01

    Discusses aspects of the syntax and semantics of film, and presents a scenario for the use of film by intelligent computer assisted instruction (ICAI) systems. An outline of a representation language for educational films on videodisc is presented, and an appendix provides conceptual graphs that explain notations used in examples. (Author/LRW)

  16. The athena data dictionary and description language

    International Nuclear Information System (INIS)

    Bazan, A.; Ghez, P.; Le Flour, T.; Lieunard, S.; Tull, C.

    2001-01-01

    The authors have developed a data object description tool suite and service for Athena consisting of: a language grammar based upon an extended proper subset of IDL 2.0, a compiler front end based upon this language grammar, JavaCC, and a Java Reflection API-like interface, and several compiler back ends which meet specific needs in ATLAS such as automatic generation of object converters, and data object scripting interfaces. The authors present here details of the work and experience to date on the Athena Definition Language and Athena Data Dictionary

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

  18. Continued advancement of the programming language HAL to an operational status

    Science.gov (United States)

    1971-01-01

    The continued advancement of the programming language HAL to operational status is reported. It is demonstrated that the compiler itself can be written in HAL. A HAL-in-HAL experiment proves conclusively that HAL can be used successfully as a compiler implementation tool.

  19. Natural language processing and advanced information management

    Science.gov (United States)

    Hoard, James E.

    1989-01-01

    Integrating diverse information sources and application software in a principled and general manner will require a very capable advanced information management (AIM) system. In particular, such a system will need a comprehensive addressing scheme to locate the material in its docuverse. It will also need a natural language processing (NLP) system of great sophistication. It seems that the NLP system must serve three functions. First, it provides an natural language interface (NLI) for the users. Second, it serves as the core component that understands and makes use of the real-world interpretations (RWIs) contained in the docuverse. Third, it enables the reasoning specialists (RSs) to arrive at conclusions that can be transformed into procedures that will satisfy the users' requests. The best candidate for an intelligent agent that can satisfactorily make use of RSs and transform documents (TDs) appears to be an object oriented data base (OODB). OODBs have, apparently, an inherent capacity to use the large numbers of RSs and TDs that will be required by an AIM system and an inherent capacity to use them in an effective way.

  20. 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)

  1. 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…

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

  3. Programming languages for synthetic biology.

    Science.gov (United States)

    Umesh, P; Naveen, F; Rao, Chanchala Uma Maheswara; Nair, Achuthsankar S

    2010-12-01

    In the backdrop of accelerated efforts for creating synthetic organisms, the nature and scope of an ideal programming language for scripting synthetic organism in-silico has been receiving increasing attention. A few programming languages for synthetic biology capable of defining, constructing, networking, editing and delivering genome scale models of cellular processes have been recently attempted. All these represent important points in a spectrum of possibilities. This paper introduces Kera, a state of the art programming language for synthetic biology which is arguably ahead of similar languages or tools such as GEC, Antimony and GenoCAD. Kera is a full-fledged object oriented programming language which is tempered by biopart rule library named Samhita which captures the knowledge regarding the interaction of genome components and catalytic molecules. Prominent feature of the language are demonstrated through a toy example and the road map for the future development of Kera is also presented.

  4. 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)…

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

  6. Just-in-Time Teaching: A Tool for Enhancing Student Engagement in Advanced Foreign Language Learning

    Science.gov (United States)

    Abreu, Laurel; Knouse, Stephanie

    2014-01-01

    Scholars have indicated a need for further research on effective pedagogical strategies designed for advanced foreign language courses in the postsecondary setting, especially in light of decreased enrollments at this level and the elimination of foreign language programs altogether in some institutions (Paesani & Allen, 2012). This article…

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

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

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

  10. Wanda ML - a markup language for digital annotation

    NARCIS (Netherlands)

    Franke, K.Y.; Guyon, I.; Schomaker, L.R.B.; Vuurpijl, L.G.

    2004-01-01

    WANDAML is an XML-based markup language for the annotation and filter journaling of digital documents. It addresses in particular the needs of forensic handwriting data examination, by allowing experts to enter information about writer, material (pen, paper), script and content, and to record chains

  11. The WANDAML Markup Language for Digital Document Annotation

    NARCIS (Netherlands)

    Franke, K.; Guyon, I.; Schomaker, L.; Vuurpijl, L.

    2004-01-01

    WANDAML is an XML-based markup language for the annotation and filter journaling of digital documents. It addresses in particular the needs of forensic handwriting data examination, by allowing experts to enter information about writer, material (pen, paper), script and content, and to record chains

  12. "We Are All Beginners": Amazigh in Language Policy and Educational Practice in Morocco

    Science.gov (United States)

    El Aissati, Abderrahman; Karsmakers, Suzanne; Kurvers, Jeanne

    2011-01-01

    In 2003, the Amazigh (Berber) language and the Tifinagh script were, for the first time in history, introduced as a subject for all students in public primary schools in Morocco. This study first investigates the language planning policy behind the introduction of the new Amazigh curriculum: selection, codification, standardization, curriculum…

  13. 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…

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

  15. ActorScript™ extension of C#®, Java®, Objective C®, JavaScript®, and SystemVerilog using iAdaptive™ concurrency for antiCloud™ privacy and security : One computer is no computer in IoT

    OpenAIRE

    Hewitt , Carl

    2015-01-01

    International audience; ActorScript(TM) is a general purpose programming language for efficiently implementing robust applications (with no single point of failure) using discretionary, adaptive concurrency that manages resources and demand.It is differentiated from previous languages by the following:- Universality* Ability to specify what Actors can do* Specify interface between hardware and software* Everything in the language is accomplished using message passing including the very defini...

  16. 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…

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

  18. Programming languages for business problem solving

    CERN Document Server

    Wang, Shouhong

    2007-01-01

    It has become crucial for managers to be computer literate in today's business environment. It is also important that those entering the field acquire the fundamental theories of information systems, the essential practical skills in computer applications, and the desire for life-long learning in information technology. Programming Languages for Business Problem Solving presents a working knowledge of the major programming languages, including COBOL, C++, Java, HTML, JavaScript, VB.NET, VBA, ASP.NET, Perl, PHP, XML, and SQL, used in the current business computing environment. The book examin

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

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

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

  2. NIH Research: Advances in Parkinson's Disease Research

    Science.gov (United States)

    ... of this page please turn JavaScript on. NIH Research: Advances in Parkinson's Disease Research Past Issues / Winter 2014 Table of Contents Story ... Photo courtesy of NIH Advances in Parkinson's Disease Research Story Landis, Ph.D., has been Director of ...

  3. Teaching the Total Language with Readers Theatre.

    Science.gov (United States)

    Goodman, Jess A., Jr.

    Reading, writing, speech assignments for special education classes, English as a second language and many other classroom projects can be taught through the involvement created by Readers Theatre. Readers Theatre is the presentation of dialogue-type material in play form. The actors hold the script as they move through it and a narrator's voice…

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

  5. Blending the principles of Suggestopedia and thetheory of Speech Acts in writing suggestopedicdidactic texts, with reference to German andZulu scripts

    Directory of Open Access Journals (Sweden)

    R.H. Bodenstein

    2013-02-01

    Full Text Available This paper suggests that language teachers who use the suggestopedic method should write their own texts that comply with suggestopedic principles. This is imperative because of the lack of material that can be acquired and used in such courses. Writing their own scripts also enables teachers to identify with their materials and brings much reward and personal growth. Guidelines for the writing and setting up of these texts are provided The text should embody the philosophic and didactic .framework of suggestopedia. It should also be presented as a didactic play wherein the language components to be learned are presented in the form of new scenes in a continuous drama text. Traditional beliefs about level of complexity of the language suitable for beginners' courses are considered unfounded Suggestopedic scripts therefore contain complex, 'reallife' language .from the outset, starting with the language needed to make contact with native target language speakers. The main guideline for the organisation and structuring of the text is that it should mirror authentic communicative situations. The paper therefore argues that suggestopedic scripts should be written according to the lists of language jUnctions (or speech acts and topic areas required for the so-called 'threshold level' of language competence. The paper concludes with examples .from a German and a Zulu text to illustrate the didactic and structural principles and guidelines that were outlined in the article.Die artikel voer aan dat taalonderwysers wat die suggestopediese metode gebruik, self tekste behoort te skryf wat strook met die suggestopediese beginsels. Die gebrek aan geskikte materiaal op die mark noodsaak hulle om dit te doen. Wanneer onderwysers hulle eie tekste skryj beteken dit egter ook dat hulle met die onderrigmateriaal kan identifiseer. Dit kan professioneellonend wees en persoonlike groei teweeg bring. Riglyne vir die skryf en ontwerp van sulke tekste word verskaf Die

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

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

  8. Using an Integrated Script Control Unit (ISCU to Assist the Power Electronics Education

    Directory of Open Access Journals (Sweden)

    Zhigang Gao

    2017-11-01

    Full Text Available An integrated script control unit (ISCU is invented to work as the digital controller in power electronics educations. The ISCU mainly consists of two parts, a control board and computer software. The computer software enables college students to write specific scripts, which can be compiled and saved on the control board, to design the control flow and algorithms. The processor on the board will realize the algorithms that are designed by the user. All of the variables can be monitored by the computer software, which is helpful to find the bugs in the algorithms. ISCU can help the under-graduate students to design converters even if they are unfamiliar with the programming languages and developing environment. Users can write and validate algorithms for converters quickly without writing any tedious codes (such as initialization, dealing with the interrupts for specific processors with ISCU. The college students who lack the necessary skills to program the processor, can benefit when they are studying the power electronic techniques. Importantly, the ISCU is considered to be free for everyone. The details and the principles of ISCU are introduced, and a bi-directional DC-DC converter is built based on ISCU to validate the proposed characteristics.

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

  10. How a Strong Government Backed an African Language: The Lessons of Somalia

    Science.gov (United States)

    Warsame, Ali A.

    2001-07-01

    Although Somali is the mother tongue of over 95 per cent of the population of Somalia, when the country received independence in 1960 it took English, Italian, and Arabic as its official languages. Because of controversy involving technical, religious and political questions, no script for the Somali language could be agreed upon, either in the colonial era or in parliamentary years, 1960-1969. The consequences of this non-decision were considerable for Somali society. However, when the authoritarian military rulers came to the power in the early 1970s, they made a final decision in regard to script. They also issued a decree to the effect that Somali was to be the language of political and administrative discourse in the Somali Republic. That act marked the beginning of the restoration of cultural and linguistic rights for Somali society. This article examines how Somalia, under a strong and totalitarian regime, was able to promote its language. The article also presents an overview of the organisation and the implementation of the literacy campaigns carried out in Somalia, as well as some notes on planning and the theoretical framework behind the campaigns.

  11. The influence of linguistic background on benefits derived from language intervention in Danish daycares

    DEFF Research Database (Denmark)

    Højen, Anders; Bleses, Dorthe; Justice, Laura M.

    , narrative competence, print knowledge and phonological awareness. The children participated in teacher administered soft-scripted biweekly lessons, each lasting about 30 minutes and targeting two language learning objectives each time. The results of the studies showed that children from immigrant families...... of linguistic skill, e.g., vocabulary, rhyme detection and language comprehension. The results of the study are important for understanding what hampers second-language acquisition in some groups of immigrant children but not others, and for developing future language interventions tailored to meliorate...... specific weaknesses in the second-language development of children....

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

  13. 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…

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

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

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

  17. Physics for JavaScript games, animation, and simulations with HTML5 Canvas

    CERN Document Server

    Dobre, Adrian

    2014-01-01

    Have you ever wanted to include believable physical behaviors in your games and projects to give them that extra edge? Physics for JavaScript Games, Animation, and Simulations teaches you how to incorporate real physics, such as gravity, friction, and buoyancy, into your HTML5 games, animations, and simulations. It also includes more advanced topics, such as particle systems, which are essential for creating effects such as sparks or smoke. The book also addresses the key issue of balancing accuracy and simplicity in your games and simulations, and the final chapters provide you with the infor

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

  19. 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…

  20. Recent Technological Advances in Natural Language Processing and Artificial Intelligence

    OpenAIRE

    Shah, Nishal Pradeepkumar

    2012-01-01

    A recent advance in computer technology has permitted scientists to implement and test algorithms that were known from quite some time (or not) but which were computationally expensive. Two such projects are IBM's Jeopardy as a part of its DeepQA project [1] and Wolfram's Wolframalpha[2]. Both these methods implement natural language processing (another goal of AI scientists) and try to answer questions as asked by the user. Though the goal of the two projects is similar, both of them have a ...

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

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

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

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

  5. Using humour in teaching English as a foreign language at more advanced levels

    Directory of Open Access Journals (Sweden)

    Prodanović-Stankić Diana

    2011-01-01

    Full Text Available The unique properties of humour make it a valuable tool in the process of teaching and acquiring English as a foreign language, especially when more advanced courses at the university level are concerned. In the first place, using humour based on language play (involving different aspects of linguistic structure in a variety of teaching materials can be very beneficial to helping students improve their ability with language structures. Moreover, it is important that students develop an awareness of humour that is related to culture in order to achieve better command of English. In order to determine the effect humour has on students’ level of attainment, a small-scale study was conducted at the English Department, University of Novi Sad in the course Integrated Language Skills. In the study, humour was used both as a tool, to improve the learning environment, and as a resource for teaching new vocabulary or revising grammatical structures. The results of the study indicate that humour can be applied to teaching a foreign language and improving students’ proficiency level. Moreover, using humour both as a tool and as a resource affected students’ motivation and willingness to study.

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

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

  8. Child Modifiability as a Predictor of Language Abilities in Deaf Children Who Use American Sign Language.

    Science.gov (United States)

    Mann, Wolfgang; Peña, Elizabeth D; Morgan, Gary

    2015-08-01

    This research explored the use of dynamic assessment (DA) for language-learning abilities in signing deaf children from deaf and hearing families. Thirty-seven deaf children, aged 6 to 11 years, were identified as either stronger (n = 26) or weaker (n = 11) language learners according to teacher or speech-language pathologist report. All children received 2 scripted, mediated learning experience sessions targeting vocabulary knowledge—specifically, the use of semantic categories that were carried out in American Sign Language. Participant responses to learning were measured in terms of an index of child modifiability. This index was determined separately at the end of the 2 individual sessions. It combined ratings reflecting each child's learning abilities and responses to mediation, including social-emotional behavior, cognitive arousal, and cognitive elaboration. Group results showed that modifiability ratings were significantly better for stronger language learners than for weaker language learners. The strongest predictors of language ability were cognitive arousal and cognitive elaboration. Mediator ratings of child modifiability (i.e., combined score of social-emotional factors and cognitive factors) are highly sensitive to language-learning abilities in deaf children who use sign language as their primary mode of communication. This method can be used to design targeted interventions.

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

  10. Rapid application development using the Tcl/Tk language

    International Nuclear Information System (INIS)

    van Zeijts, J.

    1995-01-01

    During the last year, high level applications at CEBAF were written using the Tcl/Tk scripting language. This language is rapidly gaining in popularity, in part due to ease of constructing programs with X11 graphical user interfaces, and in part to ease of adding compiled user code for specialized purposes. Extensions to the language provide object oriented programming, which was used to develop a hierarchy of classes relevant for high level accelerator control. We describe basic language features, some 3rd party add-on packages, and local additions to the toolbox. Next we describe features of the accelerator object hierarchy, and finally describe applications written using this toolbox such as the ModelServer prototype, Slow Orbit and Energy Lock, the Linac Energy Management System, and other applications

  11. The Functional Programming Language R and the Paradigm of Dynamic Scientific Programming

    NARCIS (Netherlands)

    Trancón y Widemann, B.; Bolz, C.F.; Grelck, C.; Loidl, H.-W.; Peña, R.

    2013-01-01

    R is an environment and functional programming language for statistical data analysis and visualization. Largely unknown to the functional programming community, it is popular and influential in many empirical sciences. Due to its integrated combination of dynamic and reflective scripting on one

  12. 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."

  13. SU-F-P-36: Automation of Linear Accelerator Star Shot Measurement with Advanced XML Scripting and Electronic Portal Imaging Device

    International Nuclear Information System (INIS)

    Nguyen, N; Knutson, N; Schmidt, M; Price, M

    2016-01-01

    Purpose: To verify a method used to automatically acquire jaw, MLC, collimator and couch star shots for a Varian TrueBeam linear accelerator utilizing Developer Mode and an Electronic Portal Imaging Device (EPID). Methods: An XML script was written to automate motion of the jaws, MLC, collimator and couch in TrueBeam Developer Mode (TBDM) to acquire star shot measurements. The XML script also dictates MV imaging parameters to facilitate automatic acquisition and recording of integrated EPID images. Since couch star shot measurements cannot be acquired using a combination of EPID and jaw/MLC collimation alone due to a fixed imager geometry, a method utilizing a 5mm wide steel ruler placed on the table and centered within a 15×15cm2 open field to produce a surrogate of the narrow field aperture was investigated. Four individual star shot measurements (X jaw, Y jaw, MLC and couch) were obtained using our proposed as well as traditional film-based method. Integrated EPID images and scanned measurement films were analyzed and compared. Results: Star shot (X jaw, Y jaw, MLC and couch) measurements were obtained in a single 5 minute delivery using the TBDM XML script method compared to 60 minutes for equivalent traditional film measurements. Analysis of the images and films demonstrated comparable isocentricity results, agreeing within 0.3mm of each other. Conclusion: The presented automatic approach of acquiring star shot measurements using TBDM and EPID has proven to be more efficient than the traditional film approach with equivalent results.

  14. Designing Raster Cells as the Basis for Developing Personal Graphic Language

    Directory of Open Access Journals (Sweden)

    Jana Z. Vujić

    2011-05-01

    Full Text Available Continuous work in creating new designer solutions points towards the need to create personal routines as personalcommunication in the relation comprising design, algorithms, and original computer graphics. This paper showsprocedures for developing a control language for creating graphic designs with individual raster elements (screeningelement obtaint by halftoning. Personal commands should set routines in a language understood by the printer andthe designer. The PostScript basis is used because we mix vector and pixel graphics in the same program stream, aswell as different colour systems, and our own raster forms. The printing raster is set with the target of special designmulti-use, and this includes the field of security graphics and art computer reproduction. Each raster form assumesmodifications, creating their raster family. The raster cell content is transformed with PostScript, allowing the settingof basic values, angle and liniature for each pixel separately. Raster cells are mixed in multi-colour graphics to thelevel of individual designs with variable values of parameters determining them.

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

  16. OCR- The 3 Layered Approach for Decision Making State and Identification of Telugu Hand Written and Printed Consonants and Conjunct Consonants by Using Advanced Fuzzy Logic Controller

    OpenAIRE

    B.Rama; Santosh Kumar Henge

    2016-01-01

    Optical Character recognition is the method of digitalization of hand and type written or printed text into machine-encoded form and is superfluity of the various applications of envision of human’s life. In present human life OCR has been successfully using in finance, legal, banking, health care and home need appliances. India is a multi cultural, literature and traditional scripted country. Telugu is the southern Indian language, it is a syllabic language, symbol script represe...

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

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

  19. 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…

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

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

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

  3. 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).

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

  5. New English file advanced student's book

    CERN Document Server

    Oxenden, Clive

    2010-01-01

    A book of 7 units where each main lesson is 4 pages long. Each lesson opens with a quotation from a famous person - the quotes range from flippant to philosophical, witty, or thought-provoking - which provide talking points for the start of the lesson. The Colloquial English video lessons use interviews with real people, rather than scripted dialogue, to expose students to authentic everyday language.

  6. 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/.

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

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

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

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

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

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

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

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

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

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

  17. The Impacts of Theme-Based Language Instruction: A Case Study of an Advanced Chinese Intensive Program

    Directory of Open Access Journals (Sweden)

    Song Jiang

    2017-06-01

    Full Text Available Theme-based language teaching under Content-Based Instruction (CBI is a pedagogical approach that emphasizes learning professional content along with language skills. This paper reports a case study on the impacts of a theme-based advanced Chinese intensive program in a university setting. It begins with a review of CBI and its theme-based approach and then discusses the program design, curriculum development, and instructional practice of the program. The impacts of the theme-based approach are examined based on the pre- and post-proficiency test results, learners’ self-reported surveys on the themes and topics, and the reading strategies covered in the program. Qualitative analysis of learners’ self-reflections and program evaluations is also presented. Based on the evidence collected, this paper argues that the theme-based model has positive impacts on improving language proficiency, preparing for academic and professional language use, cultivating strategic language learners, and revitalizing Chinese teaching at the superior level.

  18. A high-level language for rule-based modelling.

    Science.gov (United States)

    Pedersen, Michael; Phillips, Andrew; Plotkin, Gordon D

    2015-01-01

    Rule-based languages such as Kappa excel in their support for handling the combinatorial complexities prevalent in many biological systems, including signalling pathways. But Kappa provides little structure for organising rules, and large models can therefore be hard to read and maintain. This paper introduces a high-level, modular extension of Kappa called LBS-κ. We demonstrate the constructs of the language through examples and three case studies: a chemotaxis switch ring, a MAPK cascade, and an insulin signalling pathway. We then provide a formal definition of LBS-κ through an abstract syntax and a translation to plain Kappa. The translation is implemented in a compiler tool which is available as a web application. We finally demonstrate how to increase the expressivity of LBS-κ through embedded scripts in a general-purpose programming language, a technique which we view as generally applicable to other domain specific languages.

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

  20. Vocabulary Teaching in Foreign Language via Audiovisual Method Technique of Listening and Following Writing Scripts

    Science.gov (United States)

    Bozavli, Ebubekir

    2017-01-01

    The objective is hereby study is to compare the effects of conventional and audiovisual methods on learning efficiency and success of retention with regard to vocabulary teaching in foreign language. Research sample consists of 21 undergraduate and 7 graduate students studying at Department of French Language Teaching, Kazim Karabekir Faculty of…

  1. Dynamic concision for three-dimensional reconstruction of human organ built with virtual reality modelling language (VRML)*

    Science.gov (United States)

    Yu, Zheng-yang; Zheng, Shu-sen; Chen, Lei-ting; He, Xiao-qian; Wang, Jian-jun

    2005-01-01

    This research studies the process of 3D reconstruction and dynamic concision based on 2D medical digital images using virtual reality modelling language (VRML) and JavaScript language, with a focus on how to realize the dynamic concision of 3D medical model with script node and sensor node in VRML. The 3D reconstruction and concision of body internal organs can be built with such high quality that they are better than those obtained from the traditional methods. With the function of dynamic concision, the VRML browser can offer better windows for man-computer interaction in real-time environment than ever before. 3D reconstruction and dynamic concision with VRML can be used to meet the requirement for the medical observation of 3D reconstruction and have a promising prospect in the fields of medical imaging. PMID:15973760

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

  3. Constraining second language word order optionality : scrambling in advanced English-German and Japanese-German interlanguage

    NARCIS (Netherlands)

    Hopp, Holger

    2005-01-01

    This study documents knowledge of UG-mediated aspects of optionality in word order in the second language (L2) German of advanced English and Japanese speakers (n = 39). A bimodal grammaticality judgement task, which controlled for context and intonation, was administered to probe judgements on a

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

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

  6. A Stepwise Approach to Developing Languages for SIP Telephony Service Creation

    DEFF Research Database (Denmark)

    Palix, Nicolas; Consel, Charles; Reveillere, Laurent

    2007-01-01

    Developing a SIP-based telephony service requires a programmer to have expertise in telephony rules and constraints, the SIP protocol, distributed systems, and a SIP API, which is often large and complex. These requirements make the development of telephony software an overwhelming challenge...... a scripting language dedicated to the development of telephony services. This approach enables critical properties of services to be guaranteed and captures expertise on the operational behavior of a service. We have applied this approach to developing the Session Processing Language (SPL) dedicated to SIP...

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

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

  9. 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…

  10. Do Chinese Dyslexic Children Have Difficulties Learning English as a Second Language?

    Science.gov (United States)

    Ho, Connie Suk-Han; Fong, Kin-Man

    2005-01-01

    The aim of the present study was to examine whether Chinese dyslexic children had difficulties learning English as a second language given the distinctive characteristics of the two scripts. Twenty-five Chinese primary school children with developmental dyslexia and 25 normally achieving children were tested on a number of English vocabulary,…

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

  12. Processing sequence annotation data using the Lua programming language.

    Science.gov (United States)

    Ueno, Yutaka; Arita, Masanori; Kumagai, Toshitaka; Asai, Kiyoshi

    2003-01-01

    The data processing language in a graphical software tool that manages sequence annotation data from genome databases should provide flexible functions for the tasks in molecular biology research. Among currently available languages we adopted the Lua programming language. It fulfills our requirements to perform computational tasks for sequence map layouts, i.e. the handling of data containers, symbolic reference to data, and a simple programming syntax. Upon importing a foreign file, the original data are first decomposed in the Lua language while maintaining the original data schema. The converted data are parsed by the Lua interpreter and the contents are stored in our data warehouse. Then, portions of annotations are selected and arranged into our catalog format to be depicted on the sequence map. Our sequence visualization program was successfully implemented, embedding the Lua language for processing of annotation data and layout script. The program is available at http://staff.aist.go.jp/yutaka.ueno/guppy/.

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

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

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

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

  2. Managing Fieldwork Data with Toolbox and the Natural Language Toolkit

    Directory of Open Access Journals (Sweden)

    Stuart Robinson

    2007-06-01

    Full Text Available This paper shows how fieldwork data can be managed using the program Toolbox together with the Natural Language Toolkit (NLTK for the Python programming language. It provides background information about Toolbox and describes how it can be downloaded and installed. The basic functionality of the program for lexicons and texts is described, and its strengths and weaknesses are reviewed. Its underlying data format is briefly discussed, and Toolbox processing capabilities of NLTK are introduced, showing ways in which it can be used to extend the functionality of Toolbox. This is illustrated with a few simple scripts that demonstrate basic data management tasks relevant to language documentation, such as printing out the contents of a lexicon as HTML.

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

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

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

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

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

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

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

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

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

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

  13. 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…

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

  15. [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.

  16. Podcasting: An Effective Tool for Honing Language Students’ Pronunciation?

    Directory of Open Access Journals (Sweden)

    Lara Ducate

    2001-10-01

    Full Text Available This paper reports on an investigation of podcasting as a tool for honing pronunciation skills in intermediate language learning. We examined the effects of using podcasts to improve pronunciation in second language learning and how students’ attitudes changed toward pronunciation over the semester. A total of 22 students in intermediate German and French courses made five scripted pronunciation recordings throughout the semester. After the pronunciation recordings, students produced three extemporaneous podcasts. Students also completed a pre- and post-survey based on Elliott’s (1995 Pronunciation Attitude Inventory to assess their perspectives regarding pronunciation. Students’ pronunciation, extemporaneous recordings, and surveys were analyzed to explore changes over the semester. Data analysis revealed that students’ pronunciation did not significantly improve in regard to accentedness or comprehensibility, perhaps because the16-week long treatment was too short to foster significant improvement and there was no in-class pronunciation practice. The podcast project, however, was perceived positively by students, and they appreciated the feedback given for each scripted recording and enjoyed opportunities for creativity during extemporaneous podcasts. Future studies might seek to delineate more specific guidelines or examine how teacher involvement might be adapted to the use of podcasts as a companion to classroom instruction.

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

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

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

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

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

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

  3. Final Report A Multi-Language Environment For Programmable Code Optimization and Empirical Tuning

    Energy Technology Data Exchange (ETDEWEB)

    Yi, Qing [Univ. of Colorado, Colorado Springs, CO (United States); Whaley, Richard Clint [Univ. of Texas, San Antonio, TX (United States); Qasem, Apan [Texas State Univ., San Marcos, TX (United States); Quinlan, Daniel [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2013-11-23

    This report summarizes our effort and results of building an integrated optimization environment to effectively combine the programmable control and the empirical tuning of source-to-source compiler optimizations within the framework of multiple existing languages, specifically C, C++, and Fortran. The environment contains two main components: the ROSE analysis engine, which is based on the ROSE C/C++/Fortran2003 source-to-source compiler developed by Co-PI Dr.Quinlan et. al at DOE/LLNL, and the POET transformation engine, which is based on an interpreted program transformation language developed by Dr. Yi at University of Texas at San Antonio (UTSA). The ROSE analysis engine performs advanced compiler analysis, identifies profitable code transformations, and then produces output in POET, a language designed to provide programmable control of compiler optimizations to application developers and to support the parameterization of architecture-sensitive optimizations so that their configurations can be empirically tuned later. This POET output can then be ported to different machines together with the user application, where a POET-based search engine empirically reconfigures the parameterized optimizations until satisfactory performance is found. Computational specialists can write POET scripts to directly control the optimization of their code. Application developers can interact with ROSE to obtain optimization feedback as well as provide domain-specific knowledge and high-level optimization strategies. The optimization environment is expected to support different levels of automation and programmer intervention, from fully-automated tuning to semi-automated development and to manual programmable control.

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

  5. SOME ASPECTS OF ADVANCED FOREIGN LANGUAGE TRAINING OF STUDENTS OF NON-SPECIAL DEPARTMENTS AT HIGH SCHOOLS

    Directory of Open Access Journals (Sweden)

    Andrij Turchyn

    2017-03-01

    Full Text Available The problem of modernization of non-special departments students’ foreign language training at Ukrainian high schools has been actualized. The author has defined the basic reasons for the failing of foreign language training as follows: restricted number of foreign language classes at non-special departments; violation of the principle of continuity of foreign language training in the hierarchy “secondary school – high school”; lack of motivation. It has been proved that among the primary tasks that need solving are the following: increasing of the course scope; revision of the organization, structure and content of the foreign language training, improving students’ motivation. The necessity to perform foreign language teaching within two training courses has been substantiated: for the students studying for their Bachelor’s Degree this is the standard (during I–III academic years and advanced (during III–IV academic years as an elective component of the curriculum, as well as for the students studying for the Master’s Degree. The necessity to seek foreign experience in level-based teaching of foreign languages and differentiate the standard course of a foreign language into the elementary and basic levels; to introduce the course “Foreign Language for Beginners” as an additional educational service for alignment, adjustment and development of foreign language knowledge and skills of students at high schools has been justified. The possibility to tackle the problem of students’ motivation improving is linked to a comprehensive approach that provides for the most effective education, development and implementation of a special system of training tasks; formation of social behaviour of collaboration and communication; improvement and modernization of teaching methods; implementation of existing pedagogical innovations (independent learning and metalearning, massive open social learning, „blended” learning, „Bring your

  6. Construction of 56 Instructional TV Programmes for English Language Learners in Turkey

    Science.gov (United States)

    Koumi, Jack

    2013-01-01

    During 30 months in 2010-2013, 56 instructional TV programmes for an English Language Learning course were scripted in the UK and produced in Turkey. Each TV programme has three drama clips, each one followed by a review of key phrases, then by a section inviting viewers to practice speaking those phrases. The rationale for this structure and for…

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

  8. Word Spotting for Indic Documents to Facilitate Retrieval

    Science.gov (United States)

    Bhardwaj, Anurag; Setlur, Srirangaraj; Govindaraju, Venu

    With advances in the field of digitization of printed documents and several mass digitization projects underway, information retrieval and document search have emerged as key research areas. However, most of the current work in these areas is limited to English and a few oriental languages. The lack of efficient solutions for Indic scripts has hampered information extraction from a large body of documents of cultural and historical importance. This chapter presents two relevant topics in this area. First, we describe the use of a script-specific keyword spotting for Devanagari documents that makes use of domain knowledge of the script. Second, we address the needs of a digital library to provide access to a collection of documents from multiple scripts. This requires intelligent solutions which scale across different scripts. We present a script-independent keyword spotting approach for this purpose. Experimental results illustrate the efficacy of our methods.

  9. TVB-EduPack - An interactive learning and scripting platform for The Virtual Brain

    Directory of Open Access Journals (Sweden)

    Henrik eMatzke

    2015-11-01

    Full Text Available The Virtual Brain (TVB; www.thevirtualbrain.org is a neuroinformatics platform for full brain network simulation based on individual anatomical connectivity data. The framework addresses clinical and neuroscientific questions by simulating multi-scale neural dynamics that range from local population activity to large-scale brain function and related macroscopic signals like electroencephalography and functional magnetic resonance imaging. TVB is equipped with a graphical and a command-line interface to create models that capture the characteristic biological variability to predict the brain activity of individual subjects. To enable researchers from various backgrounds a quick start into TVB and brain network modelling in general, we developed an educational module: TVB-EduPack. EduPack offers two educational functionalities that seamlessly integrate into TVB’s graphical user interface (GUI: (i interactive tutorials introduce GUI elements, guide through the basic mechanics of software usage and develop complex use-case scenarios; animations, videos and textual descriptions transport essential principles of computational neuroscience and brain modelling; (ii an automatic script generator records model parameters and produces input files for TVB’s Python programming interface; thereby, simulation configurations can be exported as scripts that allow flexible customization of the modelling process and self-defined batch- and post-processing applications while benefitting from the full power of the Python language and its toolboxes. This article covers the implementation of TVB-EduPack and its integration into TVB architecture. Like TVB, EduPack is an open source community project that lives from the participation and contribution of its users. TVB-EduPack can be obtained as part of TVB from thevirtualbrain.org.

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

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

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

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

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

  15. LANGUAGES AND LANGUAGE VARIETIES: COMPARATIVE RESEARCH ON THE LINGUISTIC ATTITUDES IN FOUR BILINGUAL MINORITY COMMUNITIES IN HUNGARY

    Directory of Open Access Journals (Sweden)

    Anna Borbely

    2011-01-01

    Full Text Available A central issue of this paper is to study the patterns in variation of attitudes toward minority language varieties in four minority communities from Hungary: German, Slovak, Serb and Romanian. This study takes part from the research which focuses on how to obtain significant information about the mechanism of the language shift process concerning autochthonous minorities in Hungary. The results demonstrate that in the course of language shift communities at an advanced stage of language shift have less positive attitudes toward their minority languages than individuals from communities where language shift is in a less advanced stage.In Hungarian minority groups speakers’ attitudes toward minority language varieties (dialect vs. standard are the symptoms of language shift.

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

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

  18. Ethnic phrasal units with the component-linguanym in modern national languages

    Directory of Open Access Journals (Sweden)

    Skorobogatova Taisiya Ivanovna

    2016-06-01

    Full Text Available This article is devoted to the analysis of phraseological units of the national languages of the world, which include linguanisms (glottonysms, i.e. names of languages. Phrasal units with a component-linguanym designating their own language, symbolize, as a rule, clarity and rationality: comp. fr.enbonfranęais (lit. in good French; descriptor: clear, easy to understand with the component PU-lingvuanym designating other languages, act as a reference of something obscure, difficult, unintelligible, for example, fr. c’estduchinois (lit. Chinese; handle: it is not clear, it is difficult. The authors identified factors that play a significant role in the selection of linguanym functioning as a part of PU, as a symbol of complex language. Among them, first of all: a mark that is different from their native language to be used in a particular community (Latin, Cyrillic, Arabic script, hieroglyphics, and the writing direction from left to right/from right to left, closeness and inaccessibility of scholars community of any language community, historical coexistence of different peoples and countries, exoticism language is perceived with the exoticism of ethnic style in clothing.

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

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

  1. (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...

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

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

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

  5. The Athena data dictionary and description language

    International Nuclear Information System (INIS)

    Bazan, Alain; Bouedo, Thierry; Ghez, Philippe; Marino, Massimo; Tull, Craig

    2003-01-01

    Athena is the ATLAS off-line software framework, based upon the GAUDI architecture from LHCb. As part of ATLAS' continuing efforts to enhance and customize the architecture to meet our needs, we have developed a data object description tool suite and service for Athena. The aim is to provide a set of tools to describe, manage, integrate and use the Event Data Model at a design level according to the concepts of the Athena framework (use of patterns, relationships,...). Moreover, to ensure stability and reusability this must be fully independent from the implementation details. After an extensive investigation into the many options, we have developed a language grammar based upon a description language (IDL, ODL) to provide support for object integration in Athena. We have then developed a compiler front end based upon this language grammar, JavaCC, and a Java Reflection API-like interface. We have then used these tools to develop several compiler back ends which meet specific needs in ATLAS such as automatic generation of object converters, and data object scripting interfaces. We present here details of our work and experience to date on the Athena Definition Language and Athena Data Dictionary. (authors)

  6. [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.

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

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

  9. 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…

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

  11. Using Functional Languages and Declarative Programming to analyze ROOT data: LINQtoROOT

    Science.gov (United States)

    Watts, Gordon

    2015-05-01

    Modern high energy physics analysis is complex. It typically requires multiple passes over different datasets, and is often held together with a series of scripts and programs. For example, one has to first reweight the jet energy spectrum in Monte Carlo to match data before plots of any other jet related variable can be made. This requires a pass over the Monte Carlo and the Data to derive the reweighting, and then another pass over the Monte Carlo to plot the variables the analyser is really interested in. With most modern ROOT based tools this requires separate analysis loops for each pass, and script files to glue to the results of the two analysis loops together. A framework has been developed that uses the functional and declarative features of the C# language and its Language Integrated Query (LINQ) extensions to declare the analysis. The framework uses language tools to convert the analysis into C++ and runs ROOT or PROOF as a backend to get the results. This gives the analyser the full power of an object-oriented programming language to put together the analysis and at the same time the speed of C++ for the analysis loop. The tool allows one to incorporate C++ algorithms written for ROOT by others. A by-product of the design is the ability to cache results between runs, dramatically reducing the cost of adding one-more-plot and also to keep a complete record associated with each plot for data preservation reasons. The code is mature enough to have been used in ATLAS analyses. The package is open source and available on the open source site CodePlex.

  12. '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 ...

  13. Reasons why undergraduate women comply with unwanted, non-coercive sexual advances: A serial indirect effect model integrating sexual script theory and sexual self-control perspectives.

    Science.gov (United States)

    Quinn-Nilas, Christopher; Kennett, Deborah J

    2018-01-16

    This study explored the predictors of young women's compliance with unwanted sexual activities, integrating the social with the cognitive and behavioral correlates of sexual compliance. In total, 222 young heterosexual women completed measures examining the Sexual Self-Control model, including reasons for consenting, sexual resourcefulness, and compliance with unwanted sex, as well as gender role measures pertaining to sexual script theory, including the sexual double standard, gender role stress, and virginity scripts. An exploratory analysis of serial indirect effects demonstrated that women scoring lower in sexual resourcefulness endorsed higher female gender role stress, which in turn was associated with higher endorsement of reasons for consent, translating into more frequent compliance with unwanted sexual activities. The relationship between one's ability to refuse and their decision to refuse appears quite complex. Understanding one's decision requires consideration of the social aspects of gender role endorsement.

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

  15. Language choice, language alternation and code-switching in the Mercator-Hondius Atlas

    Directory of Open Access Journals (Sweden)

    Aleksi Mäkilähde

    2016-05-01

    Full Text Available The atlas of Gerardus Mercator (Gerard de Cremer, or the Atlas sive cosmographicae meditationes de fabrica mundi et fabricati figura, is one of first modern atlases and one of the most famous of those compiled in the Netherlands. The first (unfinished edition was published in 1595, but the copperplates were later acquired by Jodocus Hondius (Joost de Hondt and his business associates. The revised Mercator-Hondius Atlas was published for the first time in 1606 with added maps and texts. The texts printed on verso of the maps were written by Petrus Montanus (Pieter van den Berg, who was a brother-in-law of Hondius and a Latin teacher. Many subsequent editions of the atlas were produced in the years that followed. The first editions were in Latin, but versions in European vernaculars such as French, German and Italian were produced later as well. The present article focuses on the multilingual nature of the Mercator-Hondius Atlas (1613, editio quarta by discussing language choice, language alternation and code-switching patterns in different parts of the atlas. The dominant language of the descriptive texts is Latin, but there are also switches into many other languages, including Greek (written in Greek script and several vernaculars. Furthermore, the map pages tend to indicate the names of different types of area (e.g. cities, seas, and oceans in different languages. The aim of the present article is to provide a preliminary exploration of the possibilities of approaching the atlas with the aid of concepts and ideas derived from modern code-switching studies. I demonstrate how these concepts can be used to describe the language choice patterns in the text and discuss some of the challenges the data poses for a linguistic approach.

  16. Family Treasures: A Dual-Language Book Project for Negotiating Language, Literacy, Culture, and Identity

    Science.gov (United States)

    Roessingh, Hetty

    2011-01-01

    This article advances a framework for early language and literacy development among young English language learners (ELLs). A dual-language book project undertaken in partnership with a local elementary school provides a context within which to address children's need to negotiate language, culture, and identity as they transition and make meaning…

  17. Automation of radiation treatment planning. Evaluation of head and neck cancer patient plans created by the Pinnacle{sup 3} scripting and Auto-Planning functions

    Energy Technology Data Exchange (ETDEWEB)

    Speer, Stefan; Weiss, Alexander; Bert, Christoph [Universitaetsklinikum Erlangen, Friedrich-Alexander-Universitaet Erlangen-Nuernberg, Department of Radiation Oncology, Erlangen (Germany); Klein, Andreas [EKS Engineering GmbH, Fuerth (Germany); Kober, Lukas [Strahlentherapie Tauber-Franken, Bad Mergentheim (Germany); Yohannes, Indra [Rinecker Proton Therapy Center, Munich (Germany)

    2017-08-15

    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{sup 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.) [German] Intensitaetsmodulierte Strahlentherapie (IMRT) hat sich als Standard durchgesetzt. Mit IMRT oder volumenmodulierter Arc-Therapie (VMAT) lassen sich

  18. Cross-Language Transfer of Word Reading Accuracy and Word Reading Fluency in Spanish-English and Chinese-English Bilinguals: Script-Universal and Script-Specific Processes

    Science.gov (United States)

    Pasquarella, Adrian; Chen, Xi; Gottardo, Alexandra; Geva, Esther

    2015-01-01

    This study examined cross-language transfer of word reading accuracy and word reading fluency in Spanish-English and Chinese-English bilinguals. Participants included 51 Spanish-English and 64 Chinese-English bilinguals. Both groups of children completed parallel measures of phonological awareness, rapid automatized naming, word reading accuracy,…

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

  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. Advanced Small Modular Reactor Economics Model Development

    Energy Technology Data Exchange (ETDEWEB)

    Harrison, Thomas J [ORNL

    2014-10-01

    The US Department of Energy Office of Nuclear Energy’s Advanced Small Modular Reactor (SMR) research and development activities focus on four key areas: Developing assessment methods for evaluating advanced SMR technologies and characteristics; and Developing and testing of materials, fuels and fabrication techniques; and Resolving key regulatory issues identified by US Nuclear Regulatory Commission and industry; and Developing advanced instrumentation and controls and human-machine interfaces. This report focuses on development of assessment methods to evaluate advanced SMR technologies and characteristics. Specifically, this report describes the expansion and application of the economic modeling effort at Oak Ridge National Laboratory. Analysis of the current modeling methods shows that one of the primary concerns for the modeling effort is the handling of uncertainty in cost estimates. Monte Carlo–based methods are commonly used to handle uncertainty, especially when implemented by a stand-alone script within a program such as Python or MATLAB. However, a script-based model requires each potential user to have access to a compiler and an executable capable of handling the script. Making the model accessible to multiple independent analysts is best accomplished by implementing the model in a common computing tool such as Microsoft Excel. Excel is readily available and accessible to most system analysts, but it is not designed for straightforward implementation of a Monte Carlo–based method. Using a Monte Carlo algorithm requires in-spreadsheet scripting and statistical analyses or the use of add-ons such as Crystal Ball. An alternative method uses propagation of error calculations in the existing Excel-based system to estimate system cost uncertainty. This method has the advantage of using Microsoft Excel as is, but it requires the use of simplifying assumptions. These assumptions do not necessarily bring into question the analytical results. In fact, the

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

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

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

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

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

  10. The Use and Role of Pop Culture in Heritage Language Learning: A Study of Advanced Learners of Korean

    Science.gov (United States)

    Choi, Jayoung; Yi, Youngjoo

    2012-01-01

    Despite the important use of pop culture in many instructional settings, its use in the heritage language (HL) classroom remains largely unexplored. Thus, this article reports findings from classroom-based qualitative research that examined the use and role of pop culture in advanced Korean HL learners' literacy engagement and identity…

  11. AFRREV LALIGENS: An International Journal of Language ...

    African Journals Online (AJOL)

    AFRREV LALIGENS: An International Journal of Language, Literature and Gender Studies: Advanced Search. Journal Home > AFRREV LALIGENS: An International Journal of Language, Literature and Gender Studies: Advanced Search. Log in or Register to get access to full text downloads.

  12. 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…

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

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

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

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

  17. The "handedness" of language: Directional symmetry breaking of sign usage in words.

    Science.gov (United States)

    Ashraf, Md Izhar; Sinha, Sitabhra

    2018-01-01

    Language, which allows complex ideas to be communicated through symbolic sequences, is a characteristic feature of our species and manifested in a multitude of forms. Using large written corpora for many different languages and scripts, we show that the occurrence probability distributions of signs at the left and right ends of words have a distinct heterogeneous nature. Characterizing this asymmetry using quantitative inequality measures, viz. information entropy and the Gini index, we show that the beginning of a word is less restrictive in sign usage than the end. This property is not simply attributable to the use of common affixes as it is seen even when only word roots are considered. We use the existence of this asymmetry to infer the direction of writing in undeciphered inscriptions that agrees with the archaeological evidence. Unlike traditional investigations of phonotactic constraints which focus on language-specific patterns, our study reveals a property valid across languages and writing systems. As both language and writing are unique aspects of our species, this universal signature may reflect an innate feature of the human cognitive phenomenon.

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

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

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

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

  2. A Look at Advanced Learners' Use of Mobile Devices for English Language Study: Insights from Interview Data

    Science.gov (United States)

    Kruk, Mariusz

    2017-01-01

    The paper discusses the results of a study which explored advanced learners of English engagement with their mobile devices to develop learning experiences that meet their needs and goals as foreign language learners. The data were collected from 20 students by means of a semi-structured interview. The gathered data were subjected to qualitative…

  3. The "Visions of Hildegard" and the "Silent Period": A Case Study of Language Acquisition through Aural and Visual Memory.

    Science.gov (United States)

    Atherton, Mark

    1993-01-01

    The medieval writer, the nun Hildegard von Bingen, learned Latin without any formal instruction in it. Her case is described as an example of language acquisition by hearing it read, sung, and expounded and by visualizing it as though it were written down in a kind of phonetic script. (21 references) (Author/LB)

  4. Utilising scripting language for unmanned and automated guided vehicles operating within row crops

    DEFF Research Database (Denmark)

    Jørgensen, R. N.; Nørremark, M.; Sørensen, C.G.

    2008-01-01

    A flexible high-level control language is an important element in the ongoing task of introducing automated guided vehicles (AGV) to new application domains. A new application domain is row crops, where small AGV's will perform weed control around individual crop plants. This paper defines...... is described here as the ‘supervisory field coverage monitor’ (SFCM), which acts to coordinate the behaviours. The applicability of this modified SMR-CL has been successfully demonstrated using a vehicle test in a specially designed artificial row crop field. The analysis of the operational performance...

  5. “A Ba Ta Tsa” MUSIC ALBUM BY NENNO WARISMAN FOR CREATING A MUSICAL DRAMA SCRIPT AND PLAY IN TEACHING SPEAKING SKILL OF ISLAMIC PRESCHOOL EDUCATION STUDENTS OF STAIN KUDUS

    Directory of Open Access Journals (Sweden)

    Taranindya Zulhi Amalia

    2017-04-01

    This musical drama was used ―A Ba Ta Tsa‖ Music Album composed by Nenno Warism an. Moreover, the bilingual album consists of ten songs that are sung by Nenno and Aulad e Gemintang Choir. The song lyrics helped the Preschool Education students creating a m usical drama script and practice how to play it. The students got ideas by listening to the songs and developed English dialogues in the drama script. Then, this process could incre ase the speaking skill of the preschool teacher candidates. According to Preschool Curriculum, there are some aspects related to this educational lev el. They are religious and moral development aspect, Physical development aspect, Langu age development aspect, Cognitive development aspect, socio-emotional development as pect, and art Development aspect. In addition, this research focuses on all aspects, especially religious and language aspects. Hopefully, it will facilitate preschool teacher candidates in teaching English for Young Learner while enclosing religious values.

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

  7. Semantic structures advances in natural language processing

    CERN Document Server

    Waltz, David L

    2014-01-01

    Natural language understanding is central to the goals of artificial intelligence. Any truly intelligent machine must be capable of carrying on a conversation: dialogue, particularly clarification dialogue, is essential if we are to avoid disasters caused by the misunderstanding of the intelligent interactive systems of the future. This book is an interim report on the grand enterprise of devising a machine that can use natural language as fluently as a human. What has really been achieved since this goal was first formulated in Turing's famous test? What obstacles still need to be overcome?

  8. Second foreign language learning strategies and their variations across language proficiency levels among Iranian EFL learners

    Directory of Open Access Journals (Sweden)

    Pazhakh, A

    2006-07-01

    Full Text Available The present study has attempted to determine weather there is any relationship between language learning strategies employed by language learners, and if so what relationship exists between them. Furthermore, it has tried to investigate what effective and useful strategies the learners employ while learning English as a foreign language correspondent with their proficiency levels. A simulated TOEFL (REA, 1993 test was initially administered to classify the learners into three classes of proficiency levels. Oxford‟s Strategy Inventory, SILL, (Oxford, 1990 was used to determine the frequency of the language learning strategies applied by learners. The results of this study provide confirmation of previous research findings concerning the direct relationship between language learning strategies and language proficiency level, and represent the types of the strategies adopted by advanced, intermediate and elementary language learners. The implications of this study are to suggest both the metacognitive compensatory strategies, the most frequent strategies employed by advanced learners be instructed to the language learners in order to upgrade their proficiency level.

  9. Visual languages and applications

    CERN Document Server

    Zhang, Kang

    2010-01-01

    Visual languages have long been a pursuit of effective communication between human and machine. With rapid advances of the Internet and Web technology, human-human communication through the Web or electronic mobile devices is becoming more and more prevalent. Visual Languages and Applications is a comprehensive introduction to diagrammatical visual languages. This book discusses what visual programming languages are, and how such languages and their underlying foundations can be usefully applied to other fields in computer science. It also covers a broad range of contents from the underlying t

  10. The Advanced Learner's Sociolinguistic Profile: On Issues of Individual Differences, Second Language Exposure Conditions, and Type of Sociolinguistic Variable

    Science.gov (United States)

    Howard, Martin

    2012-01-01

    Situated within the recent new wave of second language acquisition studies investigating the acquisition of sociolinguistic variation, this article draws on a longitudinal database of advanced French interlanguage to explore a number of issues that have not yet been extensively investigated. They concern the issue of individual variation in the…

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

  12. The “handedness” of language: Directional symmetry breaking of sign usage in words

    Science.gov (United States)

    2018-01-01

    Language, which allows complex ideas to be communicated through symbolic sequences, is a characteristic feature of our species and manifested in a multitude of forms. Using large written corpora for many different languages and scripts, we show that the occurrence probability distributions of signs at the left and right ends of words have a distinct heterogeneous nature. Characterizing this asymmetry using quantitative inequality measures, viz. information entropy and the Gini index, we show that the beginning of a word is less restrictive in sign usage than the end. This property is not simply attributable to the use of common affixes as it is seen even when only word roots are considered. We use the existence of this asymmetry to infer the direction of writing in undeciphered inscriptions that agrees with the archaeological evidence. Unlike traditional investigations of phonotactic constraints which focus on language-specific patterns, our study reveals a property valid across languages and writing systems. As both language and writing are unique aspects of our species, this universal signature may reflect an innate feature of the human cognitive phenomenon. PMID:29342176

  13. ISO 639-1 and ISO 639-2: International Standards for Language Codes. ISO 15924: International Standard for Names of Scripts.

    Science.gov (United States)

    Byrum, John D.

    This paper describes two international standards for the representation of the names of languages. The first (ISO 639-1), published in 1988, provides two-letter codes for 136 languages and was produced primarily to meet terminological needs. The second (ISO 639-2) appeared in late 1998 and includes three-letter codes for 460 languages. This list…

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

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

  16. "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.

  17. [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…

  18. 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…

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

  20. Effects of Multimedia Annotations on Incidental Vocabulary Learning and Reading Comprehension of Advanced Learners of English as a Foreign Language

    Science.gov (United States)

    Akbulut, Yavuz

    2007-01-01

    The study investigates immediate and delayed effects of different hypermedia glosses on incidental vocabulary learning and reading comprehension of advanced foreign language learners. Sixty-nine freshman TEFL students studying at a Turkish university were randomly assigned to three types of annotations: (a) definitions of words, (b) definitions…

  1. Addressing the Language Description Deficit

    Directory of Open Access Journals (Sweden)

    M. Ali Bolgiin

    2010-01-01

    Full Text Available Well-described language features are key to successful teaching and learning, especially for achieving advanced levels of proficiency. Other measures, such as simply increasing the number of reading and listening passages in a language program alone are not enough to bring the student to a higher level in a given skill. In fact, even being present in the target culture does not suffice. Angelelli and Degueldre (2002 argue that at advanced levels, even spending time in a country where the language is spoken is not necessarily sufficient for learners: "They do not need just exposure; they need answers to questions and explanations that they can rarely get by simply being immersed in a language/ culture." Less commonly taught languages (LCTLs lack descriptions that have such answers and explanations (cf. Fotos, 2002. It is argued in this paper that corpuslinguistic analyses help to provide actual usage-based, rather than intuition-based, descriptions and explanations of language features. Such approach is illustrated through English and Turkish examples.

  2. Efficacy Analysis of a Script-based Guide for EVAR Execution: is it Possible to Reduce Patient Exposure to Contrast, Operative Time and Blood Loss even when Advanced Technologies are not Available?

    Science.gov (United States)

    Molinari, Giovani José Dal Poggetto; Guillaumon, Ana Terezinha; Dalbem, Andréia Marques de Oliveira

    2015-01-01

    Despite the patient and medical staff exposure to radiation in endovascular aneurysm repair, the benefits of this abdominal aortic aneurysm type of surgical management are justified by minor recovery time and hospitalization, as well as an option for patients not elected to conventional open repair. In this minimally invasive surgical approach, time of procedure and radiation doses can be substantial--and the increasing frequency of these procedures and it's complexity have impelled vascular surgeons to face additional and successive risk to occupational radiation exposure. Meticulous study of the computed tomography angiography during the endovascular aneurysm repair preparation allows reduction of unnecessary radiation exposure, as also reduces consecutive image acquisition and contrast use (that may be related to renal overload in susceptible patients). Some studies have proposed strategies to optimize endovascular intervention to reduce contrast use and X-ray exposure. Although they might prove to be effective, they rely on use of additional specific and advanced equipment, available only in major centers. As an alternative to this expensive and restrict technology, it is presented a simpler technique through image manipulation on software OsiriX, aiming to reduce both exposures. To analyze the efficacy of the adoption of a study protocol and a script-based guide in preparation for endovascular aneurysm repair through verifying its impact over the surgical procedure--as referred to intravascular contrast infuse, effects over renal function, blood loss and operatory time. A longitudinal prospective study from March 2014 through March 2015, where 30 performed endovascular aneurysm repair were compared to a historic control group. The planning for endovascular aneurysm repair through the patient's tomographic image manipulation in the prospective group was performed with OsiriX MD software. A script-based guide upon gathering detailed computed tomography

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

  4. 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…

  5. Qualitative and Quantitative Measures of Second Language Writing: Potential Outcomes of Informal Target Language Learning Abroad

    Science.gov (United States)

    Brown, N. Anthony; Solovieva, Raissa V.; Eggett, Dennis L.

    2011-01-01

    This research describes a method applied at a U.S. university in a third-year Russian language course designed to facilitate Advanced and Superior second language writing proficiency through the forum of argumentation and debate. Participants had extensive informal language experience living in a Russian-speaking country but comparatively little…

  6. [Overal cognitive assessment in Basque-speaking people with advanced dementia. Validation to the Basque language of the Severe Mini-Mental State Examination SMMSE (SMMSE-eus)].

    Science.gov (United States)

    Buiza, Cristina; Yanguas, Javier; Zulaica, Amaia; Antón, Iván; Arriola, Enrique; García, Alvaro

    2018-04-13

    Adaptation and validation to the Basque language of tests to assess advanced cognitive impairment is a not covered need for Basque-speaking people. The present work shows the validation of the Basque version of the Severe Mini Mental State Examination (SMMSE). A total of 109 people with advanced dementia (MECinternal consistency (alpha=0.92), a good test-retest reliability (r=0.88; Pinternal consistency and inter-rater reliability, and to a lesser extent, test-retest reliability, made the SMMSE-eus a valid test for the brief assessment of cognitive status in people with advanced dementia in Basque-speaking people. For this reason, the SMMSE-eus is a usable and reliable alternative for assessing Basque-speaking people in their mother-tongue, or preferred language. Copyright © 2017 SEGG. Publicado por Elsevier España, S.L.U. All rights reserved.

  7. "I Never Really Knew the History behind African American Language": Critical Language Pedagogy in an Advanced Placement English Language Arts Class

    Science.gov (United States)

    Baker-Bell, April

    2013-01-01

    This article responds to two long-standing dilemmas that limit the effectiveness of language education for students who speak and write in African American Language (AAL): (1) the gap between theory and research on AAL and classroom practice, and (2) the need for critical language pedagogies. This article presents the effectiveness of a critical…

  8. AP English language & composition crash course

    CERN Document Server

    Hogue, Dawn

    2012-01-01

    AP English Language & Composition Crash Course - Gets You a Higher Advanced Placement Score in Less Time Crash Course is perfect for the time-crunched student, the last-minute studier, or anyone who wants a refresher on the subject. AP English Language & Composition Crash Course gives you: Targeted, Focused Review - Study Only What You Need to Know Crash Course is based on an in-depth analysis of the AP English Language & Composition course description outline and actual Advanced Placement test questions. It covers only the information tested on the exam, so you can make the most of your valua

  9. CytoscapeRPC: a plugin to create, modify and query Cytoscape networks from scripting languages.

    Science.gov (United States)

    Bot, Jan J; Reinders, Marcel J T

    2011-09-01

    CytoscapeRPC is a plugin for Cytoscape which allows users to create, query and modify Cytoscape networks from any programming language which supports XML-RPC. This enables them to access Cytoscape functionality and visualize their data interactively without leaving the programming environment with which they are familiar. Install through the Cytoscape plugin manager or visit the web page: http://wiki.nbic.nl/index.php/CytoscapeRPC for the user tutorial and download. j.j.bot@tudelft.nl; j.j.bot@tudelft.nl.

  10. A computer program for estimating the power-density spectrum of advanced continuous simulation language generated time histories

    Science.gov (United States)

    Dunn, H. J.

    1981-01-01

    A computer program for performing frequency analysis of time history data is presented. The program uses circular convolution and the fast Fourier transform to calculate power density spectrum (PDS) of time history data. The program interfaces with the advanced continuous simulation language (ACSL) so that a frequency analysis may be performed on ACSL generated simulation variables. An example of the calculation of the PDS of a Van de Pol oscillator is presented.

  11. VBScript pocket reference

    CERN Document Server

    Lomax, Paul; Petrusha, Ron

    2008-01-01

    Microsoft's Visual Basic Scripting Edition (VBScript), a subset of Visual Basic for Applications, is a powerful language for Internet application development, where it can serve as a scripting language for server-side, client-side, and system scripting. Whether you're developing code for Active Server Pages, client-side scripts for Internet Explorer, code for Outlook forms, or scripts for Windows Script Host, VBScript Pocket Reference will be your constant companion. Don't let the pocket-friendly format fool you. Based on the bestsellingVBScript in a Nutshell, this small book details every V

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

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

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

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

  16. 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…

  17. Teaching Chinese Film in an Advanced Language Class

    OpenAIRE

    Chen, Luying

    2011-01-01

    Instructors often face a dilemma when using film in language classes. While film is appealing for the rich cultural and linguistic information it offers, finding the balance between teaching content and building language skills can present significant challenges for an instructor. Common approaches to using film in courses taught in English, such as screening one film a week, reading critical essays about the films, and class discussions and lectures, seldom offer the same benefits in a forei...

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

  19. 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/.

  20. 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…

  1. Advanced learners’ foreign language-related emotions across the four skills

    Directory of Open Access Journals (Sweden)

    Katalin Piniel

    2018-03-01

    Full Text Available Individual differences researchers have recently begun to investigate the concept of emotions and their role in language learning (MacIntyre, Gregersen, & Mercer, 2016. Our aim is to report on a project exploring English majors’ feelings related to their use of foreign languages. Using a qualitative research design, participants were asked to write a paragraph in their mother tongue (Hungarian describing their emotional experiences in connection with foreign languages and one of the four language skills. Our database comprised altogether 166 paragraphs from 31 male and 135 female students, with 43 texts on listening, 35 on speaking, 47 on reading, and 41 on writing. With the help of content analytical techniques, the texts were divided into thematic units and coded by the two authors. A framework of academically-relevant emotions (Pekrun, 2014 was used to guide our initial coding and the categories were modified where it was felt necessary. Results indicate that the two emotions most frequently experienced by English majors are predominantly related to enjoyment and language anxiety, and these emotions vary not only according to the skill involved but also depending on the context of language use (in class or outside class.

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

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

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

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

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

  7. Acquired Dyslexia in a Transparent Orthography: An Analysis of Acquired Disorders of Reading in the Slovak Language

    Directory of Open Access Journals (Sweden)

    Marianna Hricová

    2012-01-01

    Full Text Available The first reports of phonological, surface and deep dyslexia come from orthographies containing quasi-regular mappings between orthography and phonology including English and French. Slovakian is a language with a relatively transparent orthography and hence a mostly regular script. The aim of this study was to investigate impaired oral reading in Slovakian. A novel diagnostic procedure was devised to determine whether disorders of Slovakian reading resemble characteristics in other languages. Slovakian speaking aphasics showed symptoms similar to phonological dyslexia and deep dyslexia in English and French, but there was no evidence of surface dyslexia. The findings are discussed in terms of the orthographic depth hypothesis.

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

  9. Efficacy Analysis of a Script-based Guide for EVAR Execution: is it Possible to Reduce Patient Exposure to Contrast, Operative Time and Blood Loss even when Advanced Technologies are not Available?

    Directory of Open Access Journals (Sweden)

    Giovani José Dal Poggetto Molinari

    2015-12-01

    Full Text Available ABSTRACT INTRODUCTION: Despite the patient and medical staff exposure to radiation in endovascular aneurysm repair, the benefits of this abdominal aortic aneurysm type of surgical management are justfied by minor recovery time and hospitalization, as well as an option for patients not elected to conventional open repair. In this minimally invasive surgical aproach, time of procedure and radiation doses can be substantial - and the increasing frequency of these procedures and it's complexity have impelled vascular surgeons to face additional and successive risk to occupational radiation exposure. Meticulous study of the computed tomography angiography during the endovascular aneurysm repair preparation allows reduction of unnecessary radiation exposure, as also reduces consecutive image acquisition and contrast use (that may be related to renal overload in susceptible patients. Some studies have proposed strategies to optimize endovascular intervention to reduce contrast use and X-ray exposure. Although they might prove to be effective, they rely on use of additional specific and advanced equipment, available only in major centers. As an alternative to this expensive and restrict technology, it is presented a simpler technique through image manipulation on software OsiriX, aiming to reduce both exposures. OBJECTIVE: To analyze the efficacy of the adoption of a study protocol and a script-based guide in preparation for endovascular aneurysm repair through verifying it's impact over the surgical procedure - as referred to intravascular contrast infuse, effects over renal function, blood loss and operatory time. METHODS: A longitudinal prospective study from March 2014 through March 2015, where 30 performed endovascular aneurysm repair were compared to a historic control group. The planning for endovascular aneurysm repair through the patient's tomographic image manipulation in the prospective group was performed with OsiriX MD software. A script

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

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

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

  13. Handbook of natural language processing and machine translation DARPA global autonomous language exploitation

    CERN Document Server

    Olive, Joseph P; McCary, John

    2011-01-01

    This comprehensive handbook, written by leading experts in the field, details the groundbreaking research conducted under the breakthrough GALE program - The Global Autonomous Language Exploitation within the Defense Advanced Research Projects Agency (DARPA), while placing it in the context of previous research in the fields of natural language and signal processing, artificial intelligence and machine translation. The most fundamental contrast between GALE and its predecessor programs was its holistic integration of previously separate or sequential processes. In earlier language research pro

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

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

  16. 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…

  17. The Advanced German Course: A Multidimensional Approach.

    Science.gov (United States)

    Lutcavage, Charles

    1990-01-01

    Describes an advanced language course that focuses on modern German culture and society, and emphasizes advanced reading, grammar, conversation, and composition. This framework can be enhanced by regular incorporation of audio and video technology into the program as a means of heightening students' awareness of language and topical issues.…

  18. Semantic Web Services with Web Ontology Language (OWL-S) - Specification of Agent-Services for DARPA Agent Markup Language (DAML)

    National Research Council Canada - National Science Library

    Sycara, Katia P

    2006-01-01

    CMU did research and development on semantic web services using OWL-S, the semantic web service language under the Defense Advanced Research Projects Agency- DARPA Agent Markup Language (DARPA-DAML) program...

  19. NMRFx Processor: a cross-platform NMR data processing program

    International Nuclear Information System (INIS)

    Norris, Michael; Fetler, Bayard; Marchant, Jan; Johnson, Bruce A.

    2016-01-01

    NMRFx Processor is a new program for the processing of NMR data. Written in the Java programming language, NMRFx Processor is a cross-platform application and runs on Linux, Mac OS X and Windows operating systems. The application can be run in both a graphical user interface (GUI) mode and from the command line. Processing scripts are written in the Python programming language and executed so that the low-level Java commands are automatically run in parallel on computers with multiple cores or CPUs. Processing scripts can be generated automatically from the parameters of NMR experiments or interactively constructed in the GUI. A wide variety of processing operations are provided, including methods for processing of non-uniformly sampled datasets using iterative soft thresholding. The interactive GUI also enables the use of the program as an educational tool for teaching basic and advanced techniques in NMR data analysis.

  20. NMRFx Processor: a cross-platform NMR data processing program

    Energy Technology Data Exchange (ETDEWEB)

    Norris, Michael; Fetler, Bayard [One Moon Scientific, Inc. (United States); Marchant, Jan [University of Maryland Baltimore County, Howard Hughes Medical Institute (United States); Johnson, Bruce A., E-mail: bruce.johnson@asrc.cuny.edu [One Moon Scientific, Inc. (United States)

    2016-08-15

    NMRFx Processor is a new program for the processing of NMR data. Written in the Java programming language, NMRFx Processor is a cross-platform application and runs on Linux, Mac OS X and Windows operating systems. The application can be run in both a graphical user interface (GUI) mode and from the command line. Processing scripts are written in the Python programming language and executed so that the low-level Java commands are automatically run in parallel on computers with multiple cores or CPUs. Processing scripts can be generated automatically from the parameters of NMR experiments or interactively constructed in the GUI. A wide variety of processing operations are provided, including methods for processing of non-uniformly sampled datasets using iterative soft thresholding. The interactive GUI also enables the use of the program as an educational tool for teaching basic and advanced techniques in NMR data analysis.

  1. Pre-Service English as a Foreign Language Teachers' Perceptions of the Relationship between Multiple Intelligences and Foreign Language Learning

    Science.gov (United States)

    Savas, Perihan

    2012-01-01

    The relationship between intelligence, language, and learning is a challenging field of study. One way to study how this relationship occurs and works is to investigate the perceptions of advanced language learners. Therefore, this paper reports a study that was conducted to explore 160 pre-service English language teachers' perceptions about…

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

  3. Divergent language choices and maintenance of intersubjectivity

    DEFF Research Database (Denmark)

    aus der Wieschen, Maria Vanessa; Sert, Olcay

    2018-01-01

    The role of students’ first language(s) in foreign language classrooms has been hotly debated in the last decades. Although this line of research has advanced our understanding of language choice in the L2 classroom, it has mostly dealt with adolescent and adult learners. From a contextual perspe......-constructed in this classroom context are possible because the teacher encourages shared multilingual meaning-making practices. This research has implications for teaching EFL to young learners, and classroom language policies....

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

  5. Approaches to optimizing v8 JavaScript engine

    OpenAIRE

    BOTCHARNIKO DMITRY

    2015-01-01

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

  6. Exploring the use of dynamic language assessment with deaf children, who use American Sign Language: Two case studies.

    Science.gov (United States)

    Mann, Wolfgang; Peña, Elizabeth D; Morgan, Gary

    2014-01-01

    We describe a model for assessment of lexical-semantic organization skills in American Sign Language (ASL) within the framework of dynamic vocabulary assessment and discuss the applicability and validity of the use of mediated learning experiences (MLE) with deaf signing children. Two elementary students (ages 7;6 and 8;4) completed a set of four vocabulary tasks and received two 30-minute mediations in ASL. Each session consisted of several scripted activities focusing on the use of categorization. Both had experienced difficulties in providing categorically related responses in one of the vocabulary tasks used previously. Results showed that the two students exhibited notable differences with regards to their learning pace, information uptake, and effort required by the mediator. Furthermore, we observed signs of a shift in strategic behavior by the lower performing student during the second mediation. Results suggest that the use of dynamic assessment procedures in a vocabulary context was helpful in understanding children's strategies as related to learning potential. These results are discussed in terms of deaf children's cognitive modifiability with implications for planning instruction and how MLE can be used with a population that uses ASL. The reader will (1) recognize the challenges in appropriate language assessment of deaf signing children; (2) recall the three areas explored to investigate whether a dynamic assessment approach is sensitive to differences in deaf signing children's language learning profiles (3) discuss how dynamic assessment procedures can make deaf signing children's individual language learning differences visible. Copyright © 2014 Elsevier Inc. All rights reserved.

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

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

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

  10. Implementation of a Bayesian Engine for Uncertainty Analysis

    Energy Technology Data Exchange (ETDEWEB)

    Leng Vang; Curtis Smith; Steven Prescott

    2014-08-01

    In probabilistic risk assessment, it is important to have an environment where analysts have access to a shared and secured high performance computing and a statistical analysis tool package. As part of the advanced small modular reactor probabilistic risk analysis framework implementation, we have identified the need for advanced Bayesian computations. However, in order to make this technology available to non-specialists, there is also a need of a simplified tool that allows users to author models and evaluate them within this framework. As a proof-of-concept, we have implemented an advanced open source Bayesian inference tool, OpenBUGS, within the browser-based cloud risk analysis framework that is under development at the Idaho National Laboratory. This development, the “OpenBUGS Scripter” has been implemented as a client side, visual web-based and integrated development environment for creating OpenBUGS language scripts. It depends on the shared server environment to execute the generated scripts and to transmit results back to the user. The visual models are in the form of linked diagrams, from which we automatically create the applicable OpenBUGS script that matches the diagram. These diagrams can be saved locally or stored on the server environment to be shared with other users.

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

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

  13. Thinking about Language: What Political Theorists Need to Know about Language in the Real World

    Science.gov (United States)

    Ricento, Thomas

    2014-01-01

    Political theorists, generally non-experts in the language sciences, whose principal aim is often to advance normative theories on desirable states of affairs within liberal democratic states, tend to deal with language as a stable nominal category, as something that one "has" or "doesn't have", that can be labeled as one…

  14. Mobile-Assisted Second Language Learning: Developing a Learner-Centered Framework

    Science.gov (United States)

    Leow, Choy Khim; Yahaya, Wan Ahmad Jaafar Wan; Samsudin, Zarina

    2014-01-01

    The Mobile Assisted Language Learning concept has offered infinite language learning opportunities since its inception 20 years ago. Second Language Acquisition however embraces a considerably different body of knowledge from first language learning. While technological advances have optimized the psycholinguistic environment for language…

  15. Reading Images: The Phenomenon of Intertextuality and How It May Contribute to Developing Visual Literacy with Advanced Placement English/Language Arts Students

    Science.gov (United States)

    Gillenwater, Cary

    2014-01-01

    This phenomenological case study attempts to understand the phenomenon of intertextuality of traditional novels and graphic novels, and how it may or may not contribute to transference of one mode of literacy to another. The study's sample was seven Grade 12 Advanced Placement English/language arts students and their teacher. I conducted my…

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

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

  18. 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).

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

  20. PowerPivot for advanced reporting and dashboards

    CERN Document Server

    Bosco, Robert

    2013-01-01

    A step-by-step tutorial with focused examples that builds progressively from basic to advanced topics and helps you create business intelligence reports and dashboards quickly and efficiently using the PowerPivot add-in.This book is ideal for data analysts, reporting and MIS professionals, business analysts, managers, dashboard makers, business intelligence professionals, self-service business intelligence personnel, and students. It is assumed that you have basic data analysis skills and intermediate level Excel skills. Familiarity with Pivot Tables as well as basic knowledge of VBA scripting

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

  2. The Military Language Tutor (MILT) Program: An Advanced Authoring System.

    Science.gov (United States)

    Kaplan, Jonathan D.; Sabol, Mark A.; Wisher, Robert A.; Seidel, Robert J.

    1998-01-01

    Discusses the Military Language Tutor (MILT), a language-tutor authoring system, examining the development of a proof of principal version of MILT's two-dimensional Arabic microworld, which uses speech input to control an animated agent in solving an authored problem and describing an evaluation of the speech-driven microworld at Fort Campbell,…

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

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

  5. Language in Comparative Perspective. Chapter 11

    Science.gov (United States)

    Rumbaugh, Duane M.; Savage-Rumbaugh, E. Sue

    1994-01-01

    The twentieth century will be noted for a wide variety of scientific and technological advancements, including powered flight, antibiotics, space travel, and the breaking of the genetic code. It also should be noted as the century in which major psychological, as well as biological, continuities between animal and human have been defined. Charles Darwin (1859) was quite right when he anticipated continuity in mental processes, some of which provide for language. Though none will argue that any animal has the full capacity of humans for language, none should deny that at least some animals have quite impressive competencies for language skills, including speech comprehension. The finding that the language skills in the bonobo and the chimpanzee are likely more fully and efficiently developed as a result of early rearing than by formal training at a later age declares a continuity even stronger than that defined by the language acquisition potential of the ape. To clarify, because early rearing facilitates the emergence of language in ape as well as in child, a naturalness to the familiar course of language acquisition, whereby comprehension precedes production, is also corroborated. In turn, the continuity and the shared naturalness of language acquisition serve jointly to define an advanced and critical point of linkage between the genera Pan and Homo - and, as concluded by Domjan (1993), one worthy of contributing to the series of reconceptions of ourselves as anticipated by Ploog and Melnechuk (1971).

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

  7. Écrire la langue berbère au royaume de Mohamed VI

    Directory of Open Access Journals (Sweden)

    Stéphanie Pouessel

    2011-12-01

    Full Text Available Never recognized as official languages, the Berber languages have borrowed their written scripts according to the various political systems and cultures they came in contact with. This paper explores the different scripts that have been used to write the Berber languages and tries to search for their underlying intellectual and political filiations. The appropriation of the Latin script, the acquisition or abandonment of the Arabic script stand out as landmarks in the history of these languages, often perceived as one language. Today in Morocco, the Berber identity claim - known as amazigh - tends to cut itself from the Muslim heritage by adopting a specific Berber script conceptualized as indigenous and pre-Islamic. By doing so, this movement refuses the ethnicization of Islam, i.e. its monopolization by one culture and one language: Arabic. This cultural choice is primarily a political stand : the opposition toward the presence of Islam through state policies and instiututions and the wish to restore cultural diversity denied by the post-colonial national construction. This new set-up allows the inscription of amazigh in the Libyc and African areas as well as in the Tamazgha territories (i.e. the whole Berber-speaking areas.

  8. THE POSSIBILITIES FOR THE CREATION OF A LANGUAGE XML FOR THE FORMALIZATION OF THE ACCOUNTING RECORDS

    Directory of Open Access Journals (Sweden)

    Aurora Popescu

    2008-12-01

    Full Text Available During the nineties the main trend in the development of the applications was the supply of support and accessibility for the computers connected on the internet to a wide range of informational resources (data basis, applications. A witness in this are the numerous languages and technologies which permit an easy development of the applications for the processing of data bases with a simple web browser as, for example, the script languages ASP, PHP, JSP etc. Many changes took place in the last years regarding the informational needs or the equipments used by different users. So, today not only the computers are connected on the internet, but also a wide range of equipments as mobile phones and many home utility devices. As a result of these needs, it became an imperative necessity the conception of an universal language that be understood by all these diverse equipments. XML is the answer to this requirement, this language representing a new step in the development of the informational epoch. XML appeared as a consequence of the limits of the HTML (the language of the web pages, this last one being incapable to use data for other applications.

  9. PHONETIC AND NON-PHONETIC LANGUAGES: A CONTRASTIVE STUDY OF ENGLISH AND TURKISH PHONOLOGY FOCUSING ON THE ORTHOGRAPHY-INDUCED PRONUNCIATION PROBLEMS OF TURKISH LEARNERS OF ENGLISH AS A FOREIGN LANGUAGE (TURKISH EFL LEARNERS

    Directory of Open Access Journals (Sweden)

    Amir KHALILZADEH

    2014-04-01

    Full Text Available The present study aims to investigate the pronunciation problems of Turkish learners of English as a foreign language (Turkish EFL learners due to the orthography system of English. Orthography is a standardized system for using a particular writing system (script to write a particular language. It includes rules of spelling, and may also concern other elements of the written language such as punctuation and capitalization. It is clear that English is a non-phonetic and Turkish is a phonetic language, so it is very natural for the Turkish EFL learners to have some phonological problems in learning English. The author has done a contrastive study concerning three linguistic systems, i.e. consonants, vowels and syllable structures of English and Turkish to find the causes of the problems to be used in teaching English as a foreign language to Turks. The results of the study showed that the problems under discussion are caused by some differences between the orthography and the phonology of the two languages. As a result, English teachers, to be helpful, should focus on the differences and help the Turkish learners overcome the pronunciation problems. The author of the paper believes that an English teacher should be both aware of the differences and be able to teach them effectively to the Turkish EFL learners.

  10. Automating tasks in protein structure determination with the clipper python module.

    Science.gov (United States)

    McNicholas, Stuart; Croll, Tristan; Burnley, Tom; Palmer, Colin M; Hoh, Soon Wen; Jenkins, Huw T; Dodson, Eleanor; Cowtan, Kevin; Agirre, Jon

    2018-01-01

    Scripting programming languages provide the fastest means of prototyping complex functionality. Those with a syntax and grammar resembling human language also greatly enhance the maintainability of the produced source code. Furthermore, the combination of a powerful, machine-independent scripting language with binary libraries tailored for each computer architecture allows programs to break free from the tight boundaries of efficiency traditionally associated with scripts. In the present work, we describe how an efficient C++ crystallographic library such as Clipper can be wrapped, adapted and generalized for use in both crystallographic and electron cryo-microscopy applications, scripted with the Python language. We shall also place an emphasis on best practices in automation, illustrating how this can be achieved with this new Python module. © 2017 The Authors Protein Science published by Wiley Periodicals, Inc. on behalf of The Protein Society.

  11. Speech-Language Pathologists: Vital Listening and Spoken Language Professionals

    Science.gov (United States)

    Houston, K. Todd; Perigoe, Christina B.

    2010-01-01

    Determining the most effective methods and techniques to facilitate the spoken language development of individuals with hearing loss has been a focus of practitioners for centuries. Due to modern advances in hearing technology, earlier identification of hearing loss, and immediate enrollment in early intervention, children with hearing loss are…

  12. 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%.

  13. LAIR: A Language for Automated Semantics-Aware Text Sanitization based on Frame Semantics

    DEFF Research Database (Denmark)

    Hedegaard, Steffen; Houen, Søren; Simonsen, Jakob Grue

    2009-01-01

    We present \\lair{}: A domain-specific language that enables users to specify actions to be taken upon meeting specific semantic frames in a text, in particular to rephrase and redact the textual content. While \\lair{} presupposes superficial knowledge of frames and frame semantics, it requires on...... with automated redaction of web pages for subjectively undesirable content; initial experiments suggest that using a small language based on semantic recognition of undesirable terms can be highly useful as a supplement to traditional methods of text sanitization.......We present \\lair{}: A domain-specific language that enables users to specify actions to be taken upon meeting specific semantic frames in a text, in particular to rephrase and redact the textual content. While \\lair{} presupposes superficial knowledge of frames and frame semantics, it requires only...... limited prior programming experience. It neither contain scripting or I/O primitives, nor does it contain general loop constructions and is not Turing-complete. We have implemented a \\lair{} compiler and integrated it in a pipeline for automated redaction of web pages. We detail our experience...

  14. Facebook for informal language learning: Perspectives from tertiary language students

    Directory of Open Access Journals (Sweden)

    Antonie Alm

    2015-09-01

    Full Text Available This paper investigates the use of Facebook for out-of-class, informal language learning. 190 New Zealand university language students (Chinese, German, French, Japanese and Spanish completed an anonymous online questionnaire on (1 their perceptions of Facebook as a multilingual environment, (2 their online writing practices and (3 their views on the educational value of their experiences. Findings indicate that language students are using a range of Facebook features to expose themselves to the languages they study (L2 and to communicate in their L2 with native speaker Facebook friends. The use of the social networking site varied according to proficiency-levels of the participants (beginner, intermediate and advanced levels, strength of social ties with native speaker Facebook friends and personal attitudes towards the site. Learning experiences on Facebook were not perceived as useful for the formal language learning context which suggests the need for bridging strategies between informal and formal learning environments.

  15. Cognitive correlates of performance in advanced mathematics.

    Science.gov (United States)

    Wei, Wei; Yuan, Hongbo; Chen, Chuansheng; Zhou, Xinlin

    2012-03-01

    Much research has been devoted to understanding cognitive correlates of elementary mathematics performance, but little such research has been done for advanced mathematics (e.g., modern algebra, statistics, and mathematical logic). To promote mathematical knowledge among college students, it is necessary to understand what factors (including cognitive factors) are important for acquiring advanced mathematics. We recruited 80 undergraduates from four universities in Beijing. The current study investigated the associations between students' performance on a test of advanced mathematics and a battery of 17 cognitive tasks on basic numerical processing, complex numerical processing, spatial abilities, language abilities, and general cognitive processing. The results showed that spatial abilities were significantly correlated with performance in advanced mathematics after controlling for other factors. In addition, certain language abilities (i.e., comprehension of words and sentences) also made unique contributions. In contrast, basic numerical processing and computation were generally not correlated with performance in advanced mathematics. Results suggest that spatial abilities and language comprehension, but not basic numerical processing, may play an important role in advanced mathematics. These results are discussed in terms of their theoretical significance and practical implications. ©2011 The British Psychological Society.

  16. Developing media and information literacy education to improve foreign language learning : working with Internet resources at advanced levels

    Directory of Open Access Journals (Sweden)

    Joanna Górecka

    2011-01-01

    Full Text Available The aim of the paper is to discuss the relevance of media and information education in language learning at advanced levels. The present paper is based on the empirical data obtained during the action-research conducted with the Romance philology students attending the course of French as a foreign language. The main object of the research is to establish to what degree an oral argumentation task, preceded by the task of planning the discussion on Wiki is considered to be a learning situation by students themselves. The research focuses on a selected aspect of the learning process, namely, on the use of media resources while negotiating the discussion outline and specifically, while negotiating its topic, objectives and its cognitive value. The principal conclusions indicate 1 that the task scenario should be based on the critical and dialogical approach to media and 2 that this kind of instruction can reinforce the argumentative dimension of the discussion.

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

  18. Assessing Children with Language Impairments: A Study on Kannada, a South Indian Language

    Directory of Open Access Journals (Sweden)

    Srimani Chakravarthi

    2012-12-01

    Full Text Available Purpose: This is one of the first comprehensive studies to assess receptive and expressive language skills in a South Indian language, Kannada. It demystifies language impairments and provides a model for future research to understand other languages in India and in countries around the world.Method: Language impairments were identified in 68 students of Grades 3 and 4, in elementary schools where Kannada was the medium of instruction. The children were assessed in different language components. The results were analysed in terms of their ages and their levels of functioning in each language component and sub-component.Results: As a group, the subjects showed no significant deficits in phonological and semantic skills; however, individual deficits and deficits within sub-component skills of semantics were noted. Mean and individual deficits in auditory reception, aural comprehension and receptive vocabulary were also noted. Deficits in syntax & verbal expression were notably significant. The extent of language delay increases with age, and plateaus at higher ages.Conclusion: Children with language impairments in Kannada, display many similar characteristics in terms of problems in different components of language. Early intervention is called for because the language delay increases as age advances. A thorough assessment reveals specific strengths and weaknesses in language components and skills. This can be used as a starting point to base remediation activities.doi: 10.5463/dcid.v23i3.134

  19. 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…

  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.