Sample records for java swing application

  1. A Standalone Vision Impairments Simulator for Java Swing Applications

    NASA Astrophysics Data System (ADS)

    Oikonomou, Theofanis; Votis, Konstantinos; Korn, Peter; Tzovaras, Dimitrios; Likothanasis, Spriridon

    A lot of work has been done lately in an attempt to assess accessibility. For the case of web rich-client applications several tools exist that simulate how a vision impaired or colour-blind person would perceive this content. In this work we propose a simulation tool for non-web JavaTM Swing applications. Developers and designers face a real challenge when creating software that has to cope with a lot of interaction situations, as well as specific directives for ensuring an accessible interaction. The proposed standalone tool will assist them to explore user-centered design and important accessibility issues for their JavaTM Swing implementations.

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

    NASA Technical Reports Server (NTRS)

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

    2001-01-01

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

  3. Java Programming Language

    NASA Technical Reports Server (NTRS)

    Shaykhian, Gholam Ali

    2007-01-01

    The Java seminar covers the fundamentals of Java programming language. No prior programming experience is required for participation in the seminar. The first part of the seminar covers introductory concepts in Java programming including data types (integer, character, ..), operators, functions and constants, casts, input, output, control flow, scope, conditional statements, and arrays. Furthermore, introduction to Object-Oriented programming in Java, relationships between classes, using packages, constructors, private data and methods, final instance fields, static fields and methods, and overloading are explained. The second part of the seminar covers extending classes, inheritance hierarchies, polymorphism, dynamic binding, abstract classes, protected access. The seminar conclude by introducing interfaces, properties of interfaces, interfaces and abstract classes, interfaces and cailbacks, basics of event handling, user interface components with swing, applet basics, converting applications to applets, the applet HTML tags and attributes, exceptions and debugging.

  4. Accountable Information Flow for Java-Based Web Applications

    DTIC Science & Technology

    2010-01-01

    runtime library Swift server runtime Java servlet framework HTTP Web server Web browser Figure 2: The Swift architecture introduced an open-ended...On the server, the Java application code links against Swift’s server-side run-time library, which in turn sits on top of the standard Java servlet ...AFRL-RI-RS-TR-2010-9 Final Technical Report January 2010 ACCOUNTABLE INFORMATION FLOW FOR JAVA -BASED WEB APPLICATIONS

  5. Creating Web-Based Scientific Applications Using Java Servlets

    NASA Technical Reports Server (NTRS)

    Palmer, Grant; Arnold, James O. (Technical Monitor)

    2001-01-01

    There are many advantages to developing web-based scientific applications. Any number of people can access the application concurrently. The application can be accessed from a remote location. The application becomes essentially platform-independent because it can be run from any machine that has internet access and can run a web browser. Maintenance and upgrades to the application are simplified since only one copy of the application exists in a centralized location. This paper details the creation of web-based applications using Java servlets. Java is a powerful, versatile programming language that is well suited to developing web-based programs. A Java servlet provides the interface between the central server and the remote client machines. The servlet accepts input data from the client, runs the application on the server, and sends the output back to the client machine. The type of servlet that supports the HTTP protocol will be discussed in depth. Among the topics the paper will discuss are how to write an http servlet, how the servlet can run applications written in Java and other languages, and how to set up a Java web server. The entire process will be demonstrated by building a web-based application to compute stagnation point heat transfer.

  6. JAVA Stereo Display Toolkit

    NASA Technical Reports Server (NTRS)

    Edmonds, Karina

    2008-01-01

    This toolkit provides a common interface for displaying graphical user interface (GUI) components in stereo using either specialized stereo display hardware (e.g., liquid crystal shutter or polarized glasses) or anaglyph display (red/blue glasses) on standard workstation displays. An application using this toolkit will work without modification in either environment, allowing stereo software to reach a wider audience without sacrificing high-quality display on dedicated hardware. The toolkit is written in Java for use with the Swing GUI Toolkit and has cross-platform compatibility. It hooks into the graphics system, allowing any standard Swing component to be displayed in stereo. It uses the OpenGL graphics library to control the stereo hardware and to perform the rendering. It also supports anaglyph and special stereo hardware using the same API (application-program interface), and has the ability to simulate color stereo in anaglyph mode by combining the red band of the left image with the green/blue bands of the right image. This is a low-level toolkit that accomplishes simply the display of components (including the JadeDisplay image display component). It does not include higher-level functions such as disparity adjustment, 3D cursor, or overlays all of which can be built using this toolkit.

  7. PDB Editor: a user-friendly Java-based Protein Data Bank file editor with a GUI.

    PubMed

    Lee, Jonas; Kim, Sung Hou

    2009-04-01

    The Protein Data Bank file format is the format most widely used by protein crystallographers and biologists to disseminate and manipulate protein structures. Despite this, there are few user-friendly software packages available to efficiently edit and extract raw information from PDB files. This limitation often leads to many protein crystallographers wasting significant time manually editing PDB files. PDB Editor, written in Java Swing GUI, allows the user to selectively search, select, extract and edit information in parallel. Furthermore, the program is a stand-alone application written in Java which frees users from the hassles associated with platform/operating system-dependent installation and usage. PDB Editor can be downloaded from http://sourceforge.net/projects/pdbeditorjl/.

  8. Distributed nuclear medicine applications using World Wide Web and Java technology.

    PubMed

    Knoll, P; Höll, K; Mirzaei, S; Koriska, K; Köhn, H

    2000-01-01

    At present, medical applications applying World Wide Web (WWW) technology are mainly used to view static images and to retrieve some information. The Java platform is a relative new way of computing, especially designed for network computing and distributed applications which enables interactive connection between user and information via the WWW. The Java 2 Software Development Kit (SDK) including Java2D API, Java Remote Method Invocation (RMI) technology, Object Serialization and the Java Advanced Imaging (JAI) extension was used to achieve a robust, platform independent and network centric solution. Medical image processing software based on this technology is presented and adequate performance capability of Java is demonstrated by an iterative reconstruction algorithm for single photon emission computerized tomography (SPECT).

  9. Java Performance for Scientific Applications on LLNL Computer Systems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kapfer, C; Wissink, A

    2002-05-10

    Languages in use for high performance computing at the laboratory--Fortran (f77 and f90), C, and C++--have many years of development behind them and are generally considered the fastest available. However, Fortran and C do not readily extend to object-oriented programming models, limiting their capability for very complex simulation software. C++ facilitates object-oriented programming but is a very complex and error-prone language. Java offers a number of capabilities that these other languages do not. For instance it implements cleaner (i.e., easier to use and less prone to errors) object-oriented models than C++. It also offers networking and security as part ofmore » the language standard, and cross-platform executables that make it architecture neutral, to name a few. These features have made Java very popular for industrial computing applications. The aim of this paper is to explain the trade-offs in using Java for large-scale scientific applications at LLNL. Despite its advantages, the computational science community has been reluctant to write large-scale computationally intensive applications in Java due to concerns over its poor performance. However, considerable progress has been made over the last several years. The Java Grande Forum [1] has been promoting the use of Java for large-scale computing. Members have introduced efficient array libraries, developed fast just-in-time (JIT) compilers, and built links to existing packages used in high performance parallel computing.« less

  10. Experience in the application of Java Technologies in telemedicine

    PubMed Central

    Fedyukin, IV; Reviakin, YG; Orlov, OI; Doarn, CR; Harnett, BM; Merrell, RC

    2002-01-01

    Java language has been demonstrated to be an effective tool in supporting medical image viewing in Russia. This evaluation was completed by obtaining a maximum of 20 images, depending on the client's computer workstation from one patient using a commercially available computer tomography (CT) scanner. The images were compared against standard CT images that were viewed at the site of capture. There was no appreciable difference. The client side is a lightweight component that provides an intuitive interface for end users. Each image is loaded in its own thread and the user can begin work after the first image has been loaded. This feature is especially useful on slow connection speed, 9.6 Kbps for example. The server side, which is implemented by the Java Servlet Engine works more effective than common gateway interface (CGI) programs do. Advantages of the Java Technology place this program on the next level of application development. This paper presents a unique application of Java in telemedicine. PMID:12459045

  11. Experience in the application of Java Technologies in telemedicine.

    PubMed

    Fedyukin, IV; Reviakin, YG; Orlov, OI; Doarn, CR; Harnett, BM; Merrell, RC

    2002-09-17

    Java language has been demonstrated to be an effective tool in supporting medical image viewing in Russia. This evaluation was completed by obtaining a maximum of 20 images, depending on the client's computer workstation from one patient using a commercially available computer tomography (CT) scanner. The images were compared against standard CT images that were viewed at the site of capture. There was no appreciable difference. The client side is a lightweight component that provides an intuitive interface for end users. Each image is loaded in its own thread and the user can begin work after the first image has been loaded. This feature is especially useful on slow connection speed, 9.6 Kbps for example. The server side, which is implemented by the Java Servlet Engine works more effective than common gateway interface (CGI) programs do. Advantages of the Java Technology place this program on the next level of application development. This paper presents a unique application of Java in telemedicine.

  12. Enhancing Web applications in radiology with Java: estimating MR imaging relaxation times.

    PubMed

    Dagher, A P; Fitzpatrick, M; Flanders, A E; Eng, J

    1998-01-01

    Java is a relatively new programming language that has been used to develop a World Wide Web-based tool for estimating magnetic resonance (MR) imaging relaxation times, thereby demonstrating how Java may be used for Web-based radiology applications beyond improving the user interface of teaching files. A standard processing algorithm coded with Java is downloaded along with the hypertext markup language (HTML) document. The user (client) selects the desired pulse sequence and inputs data obtained from a region of interest on the MR images. The algorithm is used to modify selected MR imaging parameters in an equation that models the phenomenon being evaluated. MR imaging relaxation times are estimated, and confidence intervals and a P value expressing the accuracy of the final results are calculated. Design features such as simplicity, object-oriented programming, and security restrictions allow Java to expand the capabilities of HTML by offering a more versatile user interface that includes dynamic annotations and graphics. Java also allows the client to perform more sophisticated information processing and computation than is usually associated with Web applications. Java is likely to become a standard programming option, and the development of stand-alone Java applications may become more common as Java is integrated into future versions of computer operating systems.

  13. Developing a java android application of KMV-Merton default rate model

    NASA Astrophysics Data System (ADS)

    Yusof, Norliza Muhamad; Anuar, Aini Hayati; Isa, Norsyaheeda Natasha; Zulkafli, Sharifah Nursyuhada Syed; Sapini, Muhamad Luqman

    2017-11-01

    This paper presents a developed java android application for KMV-Merton model in predicting the defaut rate of a firm. Predicting default rate is essential in the risk management area as default risk can be immediately transmitted from one entity to another entity. This is the reason default risk is known as a global risk. Although there are several efforts, instruments and methods used to manage the risk, it is said to be insufficient. To the best of our knowledge, there has been limited innovation in developing the default risk mathematical model into a mobile application. Therefore, through this study, default risk is predicted quantitatively using the KMV-Merton model. The KMV-Merton model has been integrated in the form of java program using the Android Studio Software. The developed java android application is tested by predicting the levels of default risk of the three different rated companies. It is found that the levels of default risk are equivalent to the ratings of the respective companies. This shows that the default rate predicted by the KMV-Merton model using the developed java android application can be a significant tool to the risk mangement field. The developed java android application grants users an alternative to predict level of default risk within less procedure.

  14. Access Control of Web- and Java-Based Applications

    NASA Technical Reports Server (NTRS)

    Tso, Kam S.; Pajevski, Michael J.

    2013-01-01

    Cybersecurity has become a great concern as threats of service interruption, unauthorized access, stealing and altering of information, and spreading of viruses have become more prevalent and serious. Application layer access control of applications is a critical component in the overall security solution that also includes encryption, firewalls, virtual private networks, antivirus, and intrusion detection. An access control solution, based on an open-source access manager augmented with custom software components, was developed to provide protection to both Web-based and Javabased client and server applications. The DISA Security Service (DISA-SS) provides common access control capabilities for AMMOS software applications through a set of application programming interfaces (APIs) and network- accessible security services for authentication, single sign-on, authorization checking, and authorization policy management. The OpenAM access management technology designed for Web applications can be extended to meet the needs of Java thick clients and stand alone servers that are commonly used in the JPL AMMOS environment. The DISA-SS reusable components have greatly reduced the effort for each AMMOS subsystem to develop its own access control strategy. The novelty of this work is that it leverages an open-source access management product that was designed for Webbased applications to provide access control for Java thick clients and Java standalone servers. Thick clients and standalone servers are still commonly used in businesses and government, especially for applications that require rich graphical user interfaces and high-performance visualization that cannot be met by thin clients running on Web browsers

  15. SVM Classifier - a comprehensive java interface for support vector machine classification of microarray data.

    PubMed

    Pirooznia, Mehdi; Deng, Youping

    2006-12-12

    Graphical user interface (GUI) software promotes novelty by allowing users to extend the functionality. SVM Classifier is a cross-platform graphical application that handles very large datasets well. The purpose of this study is to create a GUI application that allows SVM users to perform SVM training, classification and prediction. The GUI provides user-friendly access to state-of-the-art SVM methods embodied in the LIBSVM implementation of Support Vector Machine. We implemented the java interface using standard swing libraries. We used a sample data from a breast cancer study for testing classification accuracy. We achieved 100% accuracy in classification among the BRCA1-BRCA2 samples with RBF kernel of SVM. We have developed a java GUI application that allows SVM users to perform SVM training, classification and prediction. We have demonstrated that support vector machines can accurately classify genes into functional categories based upon expression data from DNA microarray hybridization experiments. Among the different kernel functions that we examined, the SVM that uses a radial basis kernel function provides the best performance. The SVM Classifier is available at http://mfgn.usm.edu/ebl/svm/.

  16. Implementing a Java Based GUI for RICH Detector Analysis

    NASA Astrophysics Data System (ADS)

    Lendacky, Andrew; Voloshin, Andrew; Benmokhtar, Fatiha

    2016-09-01

    The CLAS12 detector at Thomas Jefferson National Accelerator Facility (TJNAF) is undergoing an upgrade. One of the improvements is the addition of a Ring Imaging Cherenkov (RICH) detector to improve particle identification in the 3-8 GeV/c momentum range. Approximately 400 multi anode photomultiplier tubes (MAPMTs) are going to be used to detect Cherenkov Radiation in the single photoelectron spectra (SPS). The SPS of each pixel of all MAPMTs have been fitted to a mathematical model of roughly 45 parameters for 4 HVs, 3 OD. Out of those parameters, 9 can be used to evaluate the PMTs performance and placement in the detector. To help analyze data when the RICH is operational, a GUI application was written in Java using Swing and detector packages from TJNAF. To store and retrieve the data, a MySQL database program was written in Java using the JDBC package. Using the database, the GUI pulls the values and produces histograms and graphs for a selected PMT at a specific HV and OD. The GUI will allow researchers to easily view a PMT's performance and efficiency to help with data analysis and ring reconstruction when the RICH is finished.

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

    NASA Astrophysics Data System (ADS)

    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.

  18. A Comparative Study on Java Technologies for Focus and Cursor Handling in Accessible Dynamic Interactions.

    PubMed

    Jitngernmadan, Prajaks; Miesenberger, Klaus

    2015-01-01

    For an interactive application, supporting and guiding the user in fulfilling tasks is most important. The behavior of the application that will guide users through the procedures until they finish the task has to be designed intuitively and well guiding, especially if the users has only restricted or no access to the visual and spatial arrangement on the screen. Therefore, the focus/cursor management plays an important role for orientation and navigating through the interaction. In the frame of ongoing research on a software tool supporting blind people in more efficiently doing mathematical calculations, we researched how Java technologies support implementing an accessible Graphical User Interface (GUI) with an additional focus on usable accessibility in terms of guiding blind users through the process of solving mathematical calculations. We used Java Swing [1] and Eclipse SWT [2] APIs for creating a series of prototypes. We tested a) accessibility and usability of the prototypes for blind people when using screen reader software and refreshable Braille display and b) the implementation support to developers provided by both technologies. It turned out that Eclipse SWT API delivered best results under Windows operating system.

  19. Implementation of NAS Parallel Benchmarks in Java

    NASA Technical Reports Server (NTRS)

    Frumkin, Michael; Schultz, Matthew; Jin, Hao-Qiang; Yan, Jerry

    2000-01-01

    A number of features make Java an attractive but a debatable choice for High Performance Computing (HPC). In order to gauge the applicability of Java to the Computational Fluid Dynamics (CFD) we have implemented NAS Parallel Benchmarks in Java. The performance and scalability of the benchmarks point out the areas where improvement in Java compiler technology and in Java thread implementation would move Java closer to Fortran in the competition for CFD applications.

  20. Model Checking JAVA Programs Using Java Pathfinder

    NASA Technical Reports Server (NTRS)

    Havelund, Klaus; Pressburger, Thomas

    2000-01-01

    This paper describes a translator called JAVA PATHFINDER from JAVA to PROMELA, the "programming language" of the SPIN model checker. The purpose is to establish a framework for verification and debugging of JAVA programs based on model checking. This work should be seen in a broader attempt to make formal methods applicable "in the loop" of programming within NASA's areas such as space, aviation, and robotics. Our main goal is to create automated formal methods such that programmers themselves can apply these in their daily work (in the loop) without the need for specialists to manually reformulate a program into a different notation in order to analyze the program. This work is a continuation of an effort to formally verify, using SPIN, a multi-threaded operating system programmed in Lisp for the Deep-Space 1 spacecraft, and of previous work in applying existing model checkers and theorem provers to real applications.

  1. Implementation of the NAS Parallel Benchmarks in Java

    NASA Technical Reports Server (NTRS)

    Frumkin, Michael A.; Schultz, Matthew; Jin, Haoqiang; Yan, Jerry; Biegel, Bryan (Technical Monitor)

    2002-01-01

    Several features make Java an attractive choice for High Performance Computing (HPC). In order to gauge the applicability of Java to Computational Fluid Dynamics (CFD), we have implemented the NAS (NASA Advanced Supercomputing) Parallel Benchmarks in Java. The performance and scalability of the benchmarks point out the areas where improvement in Java compiler technology and in Java thread implementation would position Java closer to Fortran in the competition for CFD applications.

  2. Where do golf driver swings go wrong? Factors influencing driver swing consistency.

    PubMed

    Zhang, X; Shan, G

    2014-10-01

    One of the challenging skills in golfing is the driver swing. There have been a large number of studies characterizing golf swings, yielding insightful instructions on how to swing well. As a result, achieving a sub-18 handicap is no longer the top problem for golfers. Instead, players are now most troubled by a lack of consistency during swing execution. The goal of this study was to determine how to consistently execute good golf swings. Using 3D motion capture and full-body biomechanical modeling, 22 experienced golfers were analysed. For characterizing both successful and failed swings, 19 selected parameters (13 angles, 4 time parameters, and 2 distances) were used. The results showed that 14 parameters are highly sensitive and/or prone to motor control variations. These parameters sensitized five distinct areas of swing to variation: (a) ball positioning, (b) transverse club angle, (c) transition, (d) wrist control, and (e) posture migration between takeaway and impact. Suggestions were provided for how to address these five distinct problem areas. We hope our findings on how to achieve consistency in golf swings will benefit all levels of golf pedagogy and help maintain/develop interests to involve more golf/physical activity for a healthy lifestyle. © 2013 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  3. 20. Detail view of west swing span abutment through swing ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    20. Detail view of west swing span abutment through swing span truss, looking north - India Point Railroad Bridge, Spanning Seekonk River between Providence & East Providence, Providence, Providence County, RI

  4. Performance and Scalability of the NAS Parallel Benchmarks in Java

    NASA Technical Reports Server (NTRS)

    Frumkin, Michael A.; Schultz, Matthew; Jin, Haoqiang; Yan, Jerry; Biegel, Bryan A. (Technical Monitor)

    2002-01-01

    Several features make Java an attractive choice for scientific applications. In order to gauge the applicability of Java to Computational Fluid Dynamics (CFD), we have implemented the NAS (NASA Advanced Supercomputing) Parallel Benchmarks in Java. The performance and scalability of the benchmarks point out the areas where improvement in Java compiler technology and in Java thread implementation would position Java closer to Fortran in the competition for scientific applications.

  5. Swings and roundabouts: management of jealousy in heterosexual swinging couples.

    PubMed

    de Visser, Richard; McDonald, Dee

    2007-06-01

    Swinging involves consensual mutual involvement in extra-dyadic sex. Jealousy in swinging couples is an interesting topic for social psychological research, because it is a common and acceptable response to a romantic partner's real or imagined infidelity. This qualitative study examined the management of jealousy among four active heterosexual swinging couples living in southern England. Participants highlighted the importance of discussion and negotiation to develop a shared couple identity and shared rules and boundaries that allowed them to manage jealousy so that they could better enjoy swinging. Rather than seeking to eliminate jealousy, swingers may manage their feelings of jealousy in order to increase sexual excitement and arousal. This study adds to our understanding of jealousy among swingers and the broader issue of jealousy in intimate relationships.

  6. ANTI-SWING CRANE

    DOEpatents

    Goertz, R.C.

    1957-09-17

    A device that reduces or eliminntes the swing of an object being transported by a traveling crane is described. The supporting cable of the crane extends through a guide and follower positioned below the crane by an electric motor and follow-up circuit. The swing or horizontal motion of the cable is detected by the follower, and a signal is generated that will cause the motor to move the follower in opposition to the motion of the swing thus having a dampening effect on the pendulum action of the supported body. This improvement is particularly valuable when the supported load may be so radioactive that a person could not manually stop the swing.

  7. Nanopatterning of swinging substrates by ion-beam sputtering

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yoon, Sun Mi; Kim, J.-S., E-mail: jskim@sm.ac.kr

    Graphite substrates are azimuthally swung during ion-beam sputtering (IBS) at a polar angle θ = 78° from the surface normal. The swinging of the substrate not only causes quasi-two-dimensional mass transport but also makes various sputter effects from the different incident angles to work together. Through variation of the swing angle, both the transport and sputtering effects synergistically produce a series of salient patterns, such as asymmetric wall-like structures, which can grow to several tens of nanometers and exhibit a re-entrant orientational change with the increased swing angle. Thus, the present work demonstrates that dynamic variables such as the swing angle, whichmore » have been little utilized, offer an additional parameter space that can be exploited to diversify the sputtered patterns, thereby expanding the applicability of an IBS as well as the comprehension of the IBS nano patterning mechanism.« less

  8. Access Control of Web and Java Based Applications

    NASA Technical Reports Server (NTRS)

    Tso, Kam S.; Pajevski, Michael J.; Johnson, Bryan

    2011-01-01

    Cyber security has gained national and international attention as a result of near continuous headlines from financial institutions, retail stores, government offices and universities reporting compromised systems and stolen data. Concerns continue to rise as threats of service interruption, and spreading of viruses become ever more prevalent and serious. Controlling access to application layer resources is a critical component in a layered security solution that includes encryption, firewalls, virtual private networks, antivirus, and intrusion detection. In this paper we discuss the development of an application-level access control solution, based on an open-source access manager augmented with custom software components, to provide protection to both Web-based and Java-based client and server applications.

  9. Model Checking Real Time Java Using Java PathFinder

    NASA Technical Reports Server (NTRS)

    Lindstrom, Gary; Mehlitz, Peter C.; Visser, Willem

    2005-01-01

    The Real Time Specification for Java (RTSJ) is an augmentation of Java for real time applications of various degrees of hardness. The central features of RTSJ are real time threads; user defined schedulers; asynchronous events, handlers, and control transfers; a priority inheritance based default scheduler; non-heap memory areas such as immortal and scoped, and non-heap real time threads whose execution is not impeded by garbage collection. The Robust Software Systems group at NASA Ames Research Center has JAVA PATHFINDER (JPF) under development, a Java model checker. JPF at its core is a state exploring JVM which can examine alternative paths in a Java program (e.g., via backtracking) by trying all nondeterministic choices, including thread scheduling order. This paper describes our implementation of an RTSJ profile (subset) in JPF, including requirements, design decisions, and current implementation status. Two examples are analyzed: jobs on a multiprogramming operating system, and a complex resource contention example involving autonomous vehicles crossing an intersection. The utility of JPF in finding logic and timing errors is illustrated, and the remaining challenges in supporting all of RTSJ are assessed.

  10. Club position relative to the golfer's swing plane meaningfully affects swing dynamics.

    PubMed

    MacKenzie, Sasho J

    2012-06-01

    Previous research indicates that the motion of the golf club is not planar and that the plane traced out by the club is different than that of the golfer's hands. The aim of the present study was to investigate how the position of the club, relative to the golfer's swing plane, influences the motion of the club by using a four-segment (torso, upper arm, forearm, and club), three-dimensional forward dynamics model. A genetic algorithm optimized the coordination of the model's four muscular torque generators to produce the best golf swings possible under six different conditions. The series of simulations were designed to demonstrate the effect of positioning the club above, and below, the golfer's swing plane as well as the effect of changing the steepness of the golfer's swing plane. The simulation results suggest that positioning the club below the golfer's swing plane, early in the downswing, will facilitate the squaring of the clubface for impact, while positioning the club above the plane will have the opposite effect. It was also demonstrated that changing the steepness of the golfer's swing plane by 10 degrees can have little effect on the delivery of the clubhead to the ball.

  11. High-Performance Java Codes for Computational Fluid Dynamics

    NASA Technical Reports Server (NTRS)

    Riley, Christopher; Chatterjee, Siddhartha; Biswas, Rupak; Biegel, Bryan (Technical Monitor)

    2001-01-01

    The computational science community is reluctant to write large-scale computationally -intensive applications in Java due to concerns over Java's poor performance, despite the claimed software engineering advantages of its object-oriented features. Naive Java implementations of numerical algorithms can perform poorly compared to corresponding Fortran or C implementations. To achieve high performance, Java applications must be designed with good performance as a primary goal. This paper presents the object-oriented design and implementation of two real-world applications from the field of Computational Fluid Dynamics (CFD): a finite-volume fluid flow solver (LAURA, from NASA Langley Research Center), and an unstructured mesh adaptation algorithm (2D_TAG, from NASA Ames Research Center). This work builds on our previous experience with the design of high-performance numerical libraries in Java. We examine the performance of the applications using the currently available Java infrastructure and show that the Java version of the flow solver LAURA performs almost within a factor of 2 of the original procedural version. Our Java version of the mesh adaptation algorithm 2D_TAG performs within a factor of 1.5 of its original procedural version on certain platforms. Our results demonstrate that object-oriented software design principles are not necessarily inimical to high performance.

  12. APINetworks Java. A Java approach to the efficient treatment of large-scale complex networks

    NASA Astrophysics Data System (ADS)

    Muñoz-Caro, Camelia; Niño, Alfonso; Reyes, Sebastián; Castillo, Miriam

    2016-10-01

    We present a new version of the core structural package of our Application Programming Interface, APINetworks, for the treatment of complex networks in arbitrary computational environments. The new version is written in Java and presents several advantages over the previous C++ version: the portability of the Java code, the easiness of object-oriented design implementations, and the simplicity of memory management. In addition, some additional data structures are introduced for storing the sets of nodes and edges. Also, by resorting to the different garbage collectors currently available in the JVM the Java version is much more efficient than the C++ one with respect to memory management. In particular, the G1 collector is the most efficient one because of the parallel execution of G1 and the Java application. Using G1, APINetworks Java outperforms the C++ version and the well-known NetworkX and JGraphT packages in the building and BFS traversal of linear and complete networks. The better memory management of the present version allows for the modeling of much larger networks.

  13. The physics of having a swing

    NASA Astrophysics Data System (ADS)

    Ju, Yanqing

    2005-11-01

    To swing higher and higher, a person on a swing stands up and squats down twice for each swing back and forth. These body movements can increase the mechanical energy of the system. The person on the swing stands on the seat and is propelled by an initial force so that he or she can rise higher and higher by body movement alone. How is this done? If we watch people on swings we see that they usually squat down while the swing goes up to its two highest points, and then stand up quickly when the swing descends to its lowest point. What is the physics behind this?

  14. Tactical Applications (TACAPPS) JavaScript Framework Investigation

    DTIC Science & Technology

    2017-02-01

    frameworks explored were Angular JavaScript (AngularJS), jQuery UI, Meteor, Ember, React JavaScript (ReactJS) and Web Components. The team evaluated the...10 Issues and Risks 11 Web Components 11 Benefits 13 Issues and Risks 13 Conclusions 14 Bibliography 15 Distribution List 19...3 Basic Flux flow 10 4 Shadow DOM tree hierarchy 12 5 Web Components browser support 13 UNCLASSIFIED Approved for

  15. Java-based PACS and reporting system for nuclear medicine

    NASA Astrophysics Data System (ADS)

    Slomka, Piotr J.; Elliott, Edward; Driedger, Albert A.

    2000-05-01

    In medical imaging practice, images and reports often need be reviewed and edited from many locations. We have designed and implemented a Java-based Remote Viewing and Reporting System (JaRRViS) for a nuclear medicine department, which is deployed as a web service, at the fraction of the cost dedicated PACS systems. The system can be extended to other imaging modalities. JaRRViS interfaces to the clinical patient databases of imaging workstations. Specialized nuclear medicine applets support interactive displays of data such as 3-D gated SPECT with all the necessary options such as cine, filtering, dynamic lookup tables, and reorientation. The reporting module is implemented as a separate applet using Java Foundation Classes (JFC) Swing Editor Kit and allows composition of multimedia reports after selection and annotation of appropriate images. The reports are stored on the server in the HTML format. JaRRViS uses Java Servlets for the preparation and storage of final reports. The http links to the reports or to the patient's raw images with applets can be obtained from JaRRViS by any Hospital Information System (HIS) via standard queries. Such links can be sent via e-mail or included as text fields in any HIS database, providing direct access to the patient reports and images via standard web browsers.

  16. Real-time Java for flight applications: an update

    NASA Technical Reports Server (NTRS)

    Dvorak, D.

    2003-01-01

    The RTSJ is a specification for supporting real-time execution in the Java programming language. The specification has been shaped by several guiding principles, particularly: predictable execution as the first priority in all tradeoffs, no syntactic extensions to Java, and backward compatibility.

  17. Safe Upper-Bounds Inference of Energy Consumption for Java Bytecode Applications

    NASA Technical Reports Server (NTRS)

    Navas, Jorge; Mendez-Lojo, Mario; Hermenegildo, Manuel V.

    2008-01-01

    Many space applications such as sensor networks, on-board satellite-based platforms, on-board vehicle monitoring systems, etc. handle large amounts of data and analysis of such data is often critical for the scientific mission. Transmitting such large amounts of data to the remote control station for analysis is usually too expensive for time-critical applications. Instead, modern space applications are increasingly relying on autonomous on-board data analysis. All these applications face many resource constraints. A key requirement is to minimize energy consumption. Several approaches have been developed for estimating the energy consumption of such applications (e.g. [3, 1]) based on measuring actual consumption at run-time for large sets of random inputs. However, this approach has the limitation that it is in general not possible to cover all possible inputs. Using formal techniques offers the potential for inferring safe energy consumption bounds, thus being specially interesting for space exploration and safety-critical systems. We have proposed and implemented a general frame- work for resource usage analysis of Java bytecode [2]. The user defines a set of resource(s) of interest to be tracked and some annotations that describe the cost of some elementary elements of the program for those resources. These values can be constants or, more generally, functions of the input data sizes. The analysis then statically derives an upper bound on the amount of those resources that the program as a whole will consume or provide, also as functions of the input data sizes. This article develops a novel application of the analysis of [2] to inferring safe upper bounds on the energy consumption of Java bytecode applications. We first use a resource model that describes the cost of each bytecode instruction in terms of the joules it consumes. With this resource model, we then generate energy consumption cost relations, which are then used to infer safe upper bounds. How

  18. Bringing Interactivity to the Web: The JAVA Solution.

    ERIC Educational Resources Information Center

    Knee, Richard H.; Cafolla, Ralph

    Java is an object-oriented programming language of the Internet. It's popularity lies in its ability to create interactive Web sites across platforms. The most common Java programs are applications and applets, which adhere to a set of conventions that lets them run within a Java-compatible browser. Java is becoming an essential subject matter and…

  19. Apparatus for thermal swing adsorption and thermally-enhanced pressure swing adsorption

    DOEpatents

    Wegeng, Robert S.; Rassat, Scot D.; Stenkamp, Victoria S.; TeGrotenhuis, Ward E.; Matson, Dean W.; Drost, M. Kevin; Viswanathan, Vilayanur V.

    2005-12-13

    The present invention provides compact adsorption systems that are capable of rapid temperature swings and rapid cycling. Novel methods of thermal swing adsorption and thermally-enhanced pressure swing adsorption are also described. In some aspects of the invention, a gas is passed through the adsorbent thus allowing heat exchangers to be very close to all portions of the adsorbent and utilize less space. In another aspect, the adsorption media is selectively heated, thus reducing energy costs. Methods and systems for gas adsorption/desorption having improved energy efficiency with capability of short cycle times are also described. Advantages of the invention include the ability to use (typically) 30-100 times less adsorbent compared to conventional systems.

  20. Method for thermal swing adsorption and thermally-enhanced pressure swing adsorption

    DOEpatents

    Wegeng, Robert S.; Rassat, Scot D.; Stenkamp, Victoria S.; TeGrotenhuis, Ward E.; Matson, Dean W.; Drost, M. Kevin; Viswanathan, Vilayanur V.

    2003-10-07

    The present invention provides compact adsorption systems that are capable of rapid temperature swings and rapid cycling. Novel methods of thermal swing adsorption and thermally-enhanced pressure swing adsorption are also described. In some aspects of the invention, a gas is passed through the adsorbent thus allowing heat exchangers to be very close to all portions of the adsorbent and utilize less space. In another aspect, the adsorption media is selectively heated, thus reducing energy costs. Methods and systems for gas adsorption/desorption having improved energy efficiency with capability of short cycle times are also described. Advantages of the invention include the ability to use (typically) 30-100 times less adsorbent compared to conventional systems.

  1. Tether cutting maneuver in swing-by trajectory

    NASA Astrophysics Data System (ADS)

    Yamasaki, Tsubasa; Bando, Mai; Hokamoto, Shinji

    2018-01-01

    The swing-by maneuver is known as a method to change the velocity of a spacecraft by using the gravity force of the celestial body. The powered swing-by has been studied to enhance the velocity change during the swing-by maneuver. This paper studies another way of the powered swing-by using tether cutting, which does not require additional propellant consumption, and shows that the proposed powered swing-by can increase the effect of the swing-by as same as using impulsive thrust. Moreover, it is discussed whether the system has possibility to realize both the powered swing-by of a mother satellite and the planetary capture of a subsatellite simultaneously.

  2. Kinematics in the terminal swing phase of unilateral transfemoral amputees: microprocessor-controlled versus swing-phase control prosthetic knees.

    PubMed

    Mâaref, Khaled; Martinet, Noël; Grumillier, Constance; Ghannouchi, Slaheddine; André, Jean Marie; Paysant, Jean

    2010-06-01

    To analyze the spatiotemporal parameters in the terminal swing phase of the prosthetic limb in unilateral transfemoral amputees (TFAs) compared with a group of asymptomatic subjects, and to identify a latency period (LP) in the TFA between the full extension of the prosthetic knee and the initial ground contact of the ipsilateral foot. To study the correlation between the LP and the duration of the swing phase. To evaluate the influence of the type of knee, the time since amputation, and the amputation level on the latency period. Three-dimensional gait analysis with an optoelectronic device. Gait analysis laboratory of a re-education and functional rehabilitation service. TFA (n=29) and able-bodied (n=15) subjects. Not applicable. Spatiotemporal and kinematics gait parameters. The swing phase and the LP of the prosthetic limb, associated with a consequently longer single-limb stance phase in the intact limb, were significantly longer than those measured in the intact limbs of these subjects, as well as those measured on both lower limbs of the able-bodied subjects (P<.05). There is a positive correlation (P<.05; r(2)=.58 between the LP and the swing phase on the TFA's prosthetic side. The LP measured in the prosthetic limb of TFA with a swing-phase control prosthetic knee is significantly greater than in those using the microprocessor-controlled prosthetic knee (P<.05). Of negligible duration in able-bodied subjects and in the intact limb of TFA, the LP is significantly greater in the prosthetic limb. It can explain the lengthened swing phase on the prosthetic side of those subjects. The use of a microprocessor-controlled prosthetic knee allows the LP to be reduced. This LP appears to be necessary to insure the stability of the prosthetic knee. We suggest calling this time "confidence time." Copyright 2010 American Congress of Rehabilitation Medicine. Published by Elsevier Inc. All rights reserved.

  3. Java PathFinder User Guide

    NASA Technical Reports Server (NTRS)

    Havelund, Klaus

    1999-01-01

    The JAVA PATHFINDER, JPF, is a translator from a subset of JAVA 1.0 to PROMELA, the programming language of the SPIN model checker. The purpose of JPF is to establish a framework for verification and debugging of JAVA programming based on model checking. The main goal is to automate program verification such that a programmer can apply it in the daily work without the need for a specialist to manually reformulate a program into a different notation in order to analyze the program. The system is especially suited for analyzing multi-threaded JAVA applications, where normal testing usually falls short. The system can find deadlocks and violations of boolean assertions stated by the programmer in a special assertion language. This document explains how to Use JPF.

  4. Infrastructure for Rapid Development of Java GUI Programs

    NASA Technical Reports Server (NTRS)

    Jones, Jeremy; Hostetter, Carl F.; Wheeler, Philip

    2006-01-01

    The Java Application Shell (JAS) is a software framework that accelerates the development of Java graphical-user-interface (GUI) application programs by enabling the reuse of common, proven GUI elements, as distinguished from writing custom code for GUI elements. JAS is a software infrastructure upon which Java interactive application programs and graphical user interfaces (GUIs) for those programs can be built as sets of plug-ins. JAS provides an application- programming interface that is extensible by application-specific plugins that describe and encapsulate both specifications of a GUI and application-specific functionality tied to the specified GUI elements. The desired GUI elements are specified in Extensible Markup Language (XML) descriptions instead of in compiled code. JAS reads and interprets these descriptions, then creates and configures a corresponding GUI from a standard set of generic, reusable GUI elements. These elements are then attached (again, according to the XML descriptions) to application-specific compiled code and scripts. An application program constructed by use of JAS as its core can be extended by writing new plug-ins and replacing existing plug-ins. Thus, JAS solves many problems that Java programmers generally solve anew for each project, thereby reducing development and testing time.

  5. Physics of Swinging a Striking Implement

    ERIC Educational Resources Information Center

    Cross, Rod

    2015-01-01

    The act of swinging an object such as a hammer or a tennis racket involves the application of forces and torques in a manner that is intuitively obvious to the person performing the task, but is probably much less obvious to the average physics student. This article describes the basic mechanics of the problem.

  6. A springy pendulum could describe the swing leg kinetics of human walking.

    PubMed

    Song, Hyunggwi; Park, Heewon; Park, Sukyung

    2016-06-14

    The dynamics of human walking during various walking conditions could be qualitatively captured by the springy legged dynamics, which have been used as a theoretical framework for bipedal robotics applications. However, the spring-loaded inverted pendulum model describes the motion of the center of mass (CoM), which combines the torso, swing and stance legs together and does not explicitly inform us as to whether the inter-limb dynamics share the springy legged dynamics characteristics of the CoM. In this study, we examined whether the swing leg dynamics could also be represented by springy mechanics and whether the swing leg stiffness shows a dependence on gait speed, as has been observed in CoM mechanics during walking. The swing leg was modeled as a spring-loaded pendulum hinged at the hip joint, which is under forward motion. The model parameters of the loaded mass were adopted from body parameters and anthropometric tables, whereas the free model parameters for the rest length of the spring and its stiffness were estimated to best match the data for the swing leg joint forces. The joint forces of the swing leg were well represented by the springy pendulum model at various walking speeds with a regression coefficient of R(2)>0.8. The swing leg stiffness increased with walking speed and was correlated with the swing frequency, which is consistent with previous observations from CoM dynamics described using the compliant leg. These results suggest that the swing leg also shares the springy dynamics, and the compliant walking model could be extended to better present swing leg dynamics. Copyright © 2016 Elsevier Ltd. All rights reserved.

  7. Java application for the superposition T-matrix code to study the optical properties of cosmic dust aggregates

    NASA Astrophysics Data System (ADS)

    Halder, P.; Chakraborty, A.; Deb Roy, P.; Das, H. S.

    2014-09-01

    In this paper, we report the development of a java application for the Superposition T-matrix code, JaSTA (Java Superposition T-matrix App), to study the light scattering properties of aggregate structures. It has been developed using Netbeans 7.1.2, which is a java integrated development environment (IDE). The JaSTA uses double precession superposition codes for multi-sphere clusters in random orientation developed by Mackowski and Mischenko (1996). It consists of a graphical user interface (GUI) in the front hand and a database of related data in the back hand. Both the interactive GUI and database package directly enable a user to model by self-monitoring respective input parameters (namely, wavelength, complex refractive indices, grain size, etc.) to study the related optical properties of cosmic dust (namely, extinction, polarization, etc.) instantly, i.e., with zero computational time. This increases the efficiency of the user. The database of JaSTA is now created for a few sets of input parameters with a plan to create a large database in future. This application also has an option where users can compile and run the scattering code directly for aggregates in GUI environment. The JaSTA aims to provide convenient and quicker data analysis of the optical properties which can be used in different fields like planetary science, atmospheric science, nano science, etc. The current version of this software is developed for the Linux and Windows platform to study the light scattering properties of small aggregates which will be extended for larger aggregates using parallel codes in future. Catalogue identifier: AETB_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AETB_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 571570 No. of bytes in distributed program

  8. Spine biomechanics associated with the shortened, modern one-plane golf swing.

    PubMed

    Dale, R Barry; Brumitt, Jason

    2016-06-01

    The purpose of this study was to compare kinetic, kinematic, and performance variables associated with full and shortened modern backswings in a skilled group of modern swing (one-plane) golfers. Shortening the modern golf backswing is proposed to reduce vertebral spine stress, but supporting evidence is lacking and performance implications are unknown. Thirteen male golfers performed ten swings of each swing type using their own 7-iron club. Biomechanical-dependent variables included the X-Factor kinematic data and spine kinetics. Performance-related dependent variables included club head velocity (CHV), shot distance, and accuracy (distance from the target line). Data were analysed with repeated measures ANOVA with an a priori alpha of 0.05 (SPSS 22.0, IBM, Armonk, NY, USA). We found significant reductions for the X-Factor (p < 0.05) between the full and shortened swings. The shortened swing condition ameliorated vertebral compression force from 7.6 ± 1.4 to 7.0 ± 1.7 N (normalised to body weight, p = 0.01) and significantly reduced CHV (p < 0.05) by ~2 m/s with concomitant shot distance diminution by ~10 m (p < 0.05). Further research is necessary to examine the applicability of a shortened swing for golfers with low back pain.

  9. A Java application for tissue section image analysis.

    PubMed

    Kamalov, R; Guillaud, M; Haskins, D; Harrison, A; Kemp, R; Chiu, D; Follen, M; MacAulay, C

    2005-02-01

    The medical industry has taken advantage of Java and Java technologies over the past few years, in large part due to the language's platform-independence and object-oriented structure. As such, Java provides powerful and effective tools for developing tissue section analysis software. The background and execution of this development are discussed in this publication. Object-oriented structure allows for the creation of "Slide", "Unit", and "Cell" objects to simulate the corresponding real-world objects. Different functions may then be created to perform various tasks on these objects, thus facilitating the development of the software package as a whole. At the current time, substantial parts of the initially planned functionality have been implemented. Getafics 1.0 is fully operational and currently supports a variety of research projects; however, there are certain features of the software that currently introduce unnecessary complexity and inefficiency. In the future, we hope to include features that obviate these problems.

  10. 77 FR 7011 - Safety Standard for Infant Swings

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-02-10

    ... JPMA as compliant with the ASTM voluntary infant swing standard. C. Infant Swings and the ASTM... positioned in the swing seat. c. Description of Proposed Changes The shoulder strap requirement is intended... swing fails the test. c. Description of Proposed Changes The proposed rule would make two changes to the...

  11. Java, Indonesia

    NASA Image and Video Library

    1996-01-20

    STS072-737-012 (11-20 Jan. 1996) --- The astronauts photographed this view of Java, an Indonesian island. Java lies between the Java Sea at top and the Indian Ocean at bottom (north is located at top center). A line of volcanoes on the southern edge of the island, trending from central to eastern areas, is highlighted by a ring of clouds. Off the southern coast of Java is the Java Trench where the Australian plate, to the south, is diving under the Eurasia plate to the north. According to anthropologists, Java has one of the highest populations in Indonesia because the soil is enriched by volcanic ash. Merapi volcano, at left edge, second volcano to the right, rises to 9,550 feet and erupts frequently. Madura Island, partially obscured by clouds, can be seen on the upper eastern end of Java.

  12. Scientific Programming Using Java: A Remote Sensing Example

    NASA Technical Reports Server (NTRS)

    Prados, Don; Mohamed, Mohamed A.; Johnson, Michael; Cao, Changyong; Gasser, Jerry

    1999-01-01

    This paper presents results of a project to port remote sensing code from the C programming language to Java. The advantages and disadvantages of using Java versus C as a scientific programming language in remote sensing applications are discussed. Remote sensing applications deal with voluminous data that require effective memory management, such as buffering operations, when processed. Some of these applications also implement complex computational algorithms, such as Fast Fourier Transformation analysis, that are very performance intensive. Factors considered include performance, precision, complexity, rapidity of development, ease of code reuse, ease of maintenance, memory management, and platform independence. Performance of radiometric calibration code written in Java for the graphical user interface and of using C for the domain model are also presented.

  13. 33 CFR 118.70 - Lights on swing bridges.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 33 Navigation and Navigable Waters 1 2013-07-01 2013-07-01 false Lights on swing bridges. 118.70... LIGHTING AND OTHER SIGNALS § 118.70 Lights on swing bridges. (a) Swing span lights on through bridges. Each... an approaching vessel the swing span when closed will display three red lights on top of the span...

  14. 33 CFR 118.70 - Lights on swing bridges.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 33 Navigation and Navigable Waters 1 2012-07-01 2012-07-01 false Lights on swing bridges. 118.70... LIGHTING AND OTHER SIGNALS § 118.70 Lights on swing bridges. (a) Swing span lights on through bridges. Each... an approaching vessel the swing span when closed will display three red lights on top of the span...

  15. 33 CFR 118.70 - Lights on swing bridges.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 33 Navigation and Navigable Waters 1 2011-07-01 2011-07-01 false Lights on swing bridges. 118.70... LIGHTING AND OTHER SIGNALS § 118.70 Lights on swing bridges. (a) Swing span lights on through bridges. Each... an approaching vessel the swing span when closed will display three red lights on top of the span...

  16. 33 CFR 118.70 - Lights on swing bridges.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 33 Navigation and Navigable Waters 1 2014-07-01 2014-07-01 false Lights on swing bridges. 118.70... LIGHTING AND OTHER SIGNALS § 118.70 Lights on swing bridges. (a) Swing span lights on through bridges. Each... an approaching vessel the swing span when closed will display three red lights on top of the span...

  17. Machine learning techniques to predict sensitive patterns to fault attack in the Java Card application

    NASA Astrophysics Data System (ADS)

    Chahrazed, Yahiaoui; Jean-Louis, Lanet; Mohamed, Mezghiche; Karim, Tamine

    2018-01-01

    Fault attack represents one of the serious threats against Java Card security. It consists of physical perturbation of chip components to introduce faults in the code execution. A fault may be induced using a laser beam to impact opcodes and operands of instructions. This could lead to a mutation of the application code in such a way that it becomes hostile. Any successful attack may reveal a secret information stored in the card or grant an undesired authorisation. We propose a methodology to recognise, during the development step, the sensitive patterns to the fault attack in the Java Card applications. It is based on the concepts from text categorisation and machine learning. In fact, in this method, we represented the patterns using opcodes n-grams as features, and we evaluated different machine learning classifiers. The results show that the classifiers performed poorly when classifying dangerous sensitive patterns, due to the imbalance of our data-set. The number of dangerous sensitive patterns is much lower than the number of not dangerous patterns. We used resampling techniques to balance the class distribution in our data-set. The experimental results indicated that the resampling techniques improved the accuracy of the classifiers. In addition, our proposed method reduces the execution time of sensitive patterns classification in comparison to the SmartCM tool. This tool is used in our study to evaluate the effect of faults on Java Card applications.

  18. JPARSS: A Java Parallel Network Package for Grid Computing

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chen, Jie; Akers, Walter; Chen, Ying

    2002-03-01

    The emergence of high speed wide area networks makes grid computinga reality. However grid applications that need reliable data transfer still have difficulties to achieve optimal TCP performance due to network tuning of TCP window size to improve bandwidth and to reduce latency on a high speed wide area network. This paper presents a Java package called JPARSS (Java Parallel Secure Stream (Socket)) that divides data into partitions that are sent over several parallel Java streams simultaneously and allows Java or Web applications to achieve optimal TCP performance in a grid environment without the necessity of tuning TCP window size.more » This package enables single sign-on, certificate delegation and secure or plain-text data transfer using several security components based on X.509 certificate and SSL. Several experiments will be presented to show that using Java parallelstreams is more effective than tuning TCP window size. In addition a simple architecture using Web services« less

  19. Implementation of BT, SP, LU, and FT of NAS Parallel Benchmarks in Java

    NASA Technical Reports Server (NTRS)

    Schultz, Matthew; Frumkin, Michael; Jin, Hao-Qiang; Yan, Jerry

    2000-01-01

    A number of Java features make it an attractive but a debatable choice for High Performance Computing. We have implemented benchmarks working on single structured grid BT,SP,LU and FT in Java. The performance and scalability of the Java code shows that a significant improvement in Java compiler technology and in Java thread implementation are necessary for Java to compete with Fortran in HPC applications.

  20. "SWING": A European project for a new application of an ionospheric network

    NASA Astrophysics Data System (ADS)

    Zolesi, B.; Bianchi, C.; Meloni, A.; Baskaradas, J. A.; Belehaki, A.; Altadill, D.; Dalle Mese, E.

    2016-05-01

    The SWING (Short Wave critical Infrastructure Network based on a new Generation high survival radio communication system) is a European project aimed at studying a high survival high-frequency (HF) radio network to link European Critical Infrastructures (ECIs). This system is thought to replace broadband internet communication, maintaining the minimum flux of essential information for the ECIs management and control, in case of wide-scale threats, including terrorist attacks, able to put out of order internet links over the Mediterranean region. SWING is designed to evaluate the threat and increase the security awareness, as well as the level of protection, of analogous and/or interdependent ECIs. In order to meet these goals, SWING was finalized to recognize how and when the internet communication fails and to develop the standard software and hardware tools necessary for implementing communication protocols suited for a reliable and interoperable short-wave (SW) or high-frequency (HF) radio network backup. The internet broadband description and internet failure recognition were taken into consideration in the project but are not treated in this paper. It has been assessed that in case of complete failure of the internet broadband communication fundamental information for the management and control of ECIs over the Mediterranean region can be maintained with a HF network, even in case of moderate ionospheric perturbations.

  1. Method and apparatus for thermal swing adsorption and thermally-enhanced pressure swing adsorption

    DOEpatents

    Wegeng, Robert S.; Rassat, Scot D.; TeGrotenhuis, Ward E.; Drost, Kevin; Vishwanathan, Vilayanur V.

    2004-06-08

    The present invention provides compact adsorption systems that are capable of rapid temperature swings and rapid cycling. Novel methods of thermal swing adsorption and thermally-enhanced pressure swing adsorption are also described. In some aspects of the invention, a gas is passed through the adsorbent thus allowing heat exchangers to be very close to all portions of the adsorbent and utilize less space. In another aspect, the adsorption media is selectively heated, thus reducing energy costs. Methods and systems for gas adsorption/desorption having improved energy efficiency with capability of short cycle times are also described. In another aspect, the apparatus or methods utilize heat exchange channels of varying lengths that have volumes controlled to provide equal heat fluxes. Methods of fuel cell startup are also described. Advantages of the invention include the ability to use (typically) 30-100 times less adsorbent compared to conventional systems.

  2. A study of the Armstrong Whitworth swing beam engine for automotive application

    NASA Technical Reports Server (NTRS)

    1983-01-01

    The introduction of ceramics to those parts suffering high thermal loading was successfully demonstrated, and there is no question that the 100 kw (134 hp) naturally aspirated engine of the future will be developed to produce up to 300 kw (402 hp) by the application of turbocharging or its equivalent. However, at the 60 - 80 kw (80 - 107 hp) size needed for the economic automotive engine, scaling down the 300 kw (402 hp) is beset by the laws of scale. The conventional four stroke diesel was not shown to be successful at the small high speed engine size. The opposed piston two stroke engine does not suffer the same laws of scale and engines in the low power range have already been marketed successfully. The half liter/cylinder Armstrong Whitworth Swing Beam Engine is the latest to be designed with the automotive market in mind. Its low noise structure and balanced linkage system coupled with advantages for easy start and potential use of low grade fuels, derived from its variable compression ratio and slow piston motion, qualifies it for the application.

  3. Work and power analysis of the golf swing.

    PubMed

    Nesbit, Steven M; Serrano, Monika

    2005-12-01

    A work and power (energy) analysis of the golf swing is presented as a method for evaluating the mechanics of the golf swing. Two computer models were used to estimate the energy production, transfers, and conversions within the body and the golf club by employing standard methods of mechanics to calculate work of forces and torques, kinetic energies, strain energies, and power during the golf swing. A detailed model of the golf club determined the energy transfers and conversions within the club during the downswing. A full-body computer model of the golfer determined the internal work produced at the body joints during the downswing. Four diverse amateur subjects were analyzed and compared using these two models. The energy approach yielded new information on swing mechanics, determined the force and torque components that accelerated the club, illustrated which segments of the body produced work, determined the timing of internal work generation, measured swing efficiencies, calculated shaft energy storage and release, and proved that forces and range of motion were equally important in developing club head velocity. A more comprehensive description of the downswing emerged from information derived from an energy based analysis. Key PointsFull-Body Model of the golf swing.Energy analysis of the golf swing.Work of the body joints dDuring the golf swing.Comparisons of subject work and power characteristics.

  4. Work and Power Analysis of the Golf Swing

    PubMed Central

    Nesbit, Steven M.; Serrano, Monika

    2005-01-01

    A work and power (energy) analysis of the golf swing is presented as a method for evaluating the mechanics of the golf swing. Two computer models were used to estimate the energy production, transfers, and conversions within the body and the golf club by employing standard methods of mechanics to calculate work of forces and torques, kinetic energies, strain energies, and power during the golf swing. A detailed model of the golf club determined the energy transfers and conversions within the club during the downswing. A full-body computer model of the golfer determined the internal work produced at the body joints during the downswing. Four diverse amateur subjects were analyzed and compared using these two models. The energy approach yielded new information on swing mechanics, determined the force and torque components that accelerated the club, illustrated which segments of the body produced work, determined the timing of internal work generation, measured swing efficiencies, calculated shaft energy storage and release, and proved that forces and range of motion were equally important in developing club head velocity. A more comprehensive description of the downswing emerged from information derived from an energy based analysis. Key Points Full-Body Model of the golf swing. Energy analysis of the golf swing. Work of the body joints dDuring the golf swing. Comparisons of subject work and power characteristics. PMID:24627666

  5. a New Golf-Swing Robot Model Utilizing Shaft Elasticity

    NASA Astrophysics Data System (ADS)

    Suzuki, S.; Inooka, H.

    1998-10-01

    The performance of golf clubs and balls is generally evaluated by using golf-swing robots that conventionally have two or three joints with completely interrelated motion. This interrelation allows the user of this robot to specify only the initial posture and swing velocity of the robot and therefore the swing motion of this type of robot cannot be subtly adjusted to the specific characteristics of individual golf clubs. Consequently, golf-swing robots cannot accurately emulate advanced golfers, and this causes serious problems for the evaluation of golf club performance. In this study, a new golf-swing robot that can adjust its motion to both a specified value of swing velocity and the specific characteristics of individual golf clubs was analytically investigated. This robot utilizes the dynamic interference force produced by its swing motion and by shaft vibration and can therefore emulate advanced golfers and perform highly reliable evaluations of golf clubs.

  6. Automatically closing swing gate closure assembly

    DOEpatents

    Chang, Shih-Chih; Schuck, William J.; Gilmore, Richard F.

    1988-01-01

    A swing gate closure assembly for nuclear reactor tipoff assembly wherein the swing gate is cammed open by a fuel element or spacer but is reliably closed at a desired closing rate primarily by hydraulic forces in the absence of a fuel charge.

  7. WaveJava: Wavelet-based network computing

    NASA Astrophysics Data System (ADS)

    Ma, Kun; Jiao, Licheng; Shi, Zhuoer

    1997-04-01

    Wavelet is a powerful theory, but its successful application still needs suitable programming tools. Java is a simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, high-performance, multi- threaded, dynamic language. This paper addresses the design and development of a cross-platform software environment for experimenting and applying wavelet theory. WaveJava, a wavelet class library designed by the object-orient programming, is developed to take advantage of the wavelets features, such as multi-resolution analysis and parallel processing in the networking computing. A new application architecture is designed for the net-wide distributed client-server environment. The data are transmitted with multi-resolution packets. At the distributed sites around the net, these data packets are done the matching or recognition processing in parallel. The results are fed back to determine the next operation. So, the more robust results can be arrived quickly. The WaveJava is easy to use and expand for special application. This paper gives a solution for the distributed fingerprint information processing system. It also fits for some other net-base multimedia information processing, such as network library, remote teaching and filmless picture archiving and communications.

  8. Using Java for distributed computing in the Gaia satellite data processing

    NASA Astrophysics Data System (ADS)

    O'Mullane, William; Luri, Xavier; Parsons, Paul; Lammers, Uwe; Hoar, John; Hernandez, Jose

    2011-10-01

    In recent years Java has matured to a stable easy-to-use language with the flexibility of an interpreter (for reflection etc.) but the performance and type checking of a compiled language. When we started using Java for astronomical applications around 1999 they were the first of their kind in astronomy. Now a great deal of astronomy software is written in Java as are many business applications. We discuss the current environment and trends concerning the language and present an actual example of scientific use of Java for high-performance distributed computing: ESA's mission Gaia. The Gaia scanning satellite will perform a galactic census of about 1,000 million objects in our galaxy. The Gaia community has chosen to write its processing software in Java. We explore the manifold reasons for choosing Java for this large science collaboration. Gaia processing is numerically complex but highly distributable, some parts being embarrassingly parallel. We describe the Gaia processing architecture and its realisation in Java. We delve into the astrometric solution which is the most advanced and most complex part of the processing. The Gaia simulator is also written in Java and is the most mature code in the system. This has been successfully running since about 2005 on the supercomputer "Marenostrum" in Barcelona. We relate experiences of using Java on a large shared machine. Finally we discuss Java, including some of its problems, for scientific computing.

  9. Muscle activity during the golf swing.

    PubMed

    McHardy, A; Pollard, H

    2005-11-01

    In the right hands, the golf swing is a motion that inspires looks of awe from the public. It is a complex movement of the whole body to generate power to a golf ball to propel the ball great distances with accuracy. This movement relies on the coordinated sequence of muscle activation to produce a fluid and reproducible movement. This paper reviews the literature on golf swing related muscle activity. The phases of this activity are discussed with a view to assisting the practitioner in understanding the swing. Such understanding may help in the management of the injured golfer.

  10. 33 CFR 118.70 - Lights on swing bridges.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 33 Navigation and Navigable Waters 1 2010-07-01 2010-07-01 false Lights on swing bridges. 118.70 Section 118.70 Navigation and Navigable Waters COAST GUARD, DEPARTMENT OF HOMELAND SECURITY BRIDGES BRIDGE LIGHTING AND OTHER SIGNALS § 118.70 Lights on swing bridges. (a) Swing span lights on through bridges. Each...

  11. Swing Weights of Baseball and Softball Bats

    NASA Astrophysics Data System (ADS)

    Russell, Dan

    2010-10-01

    Baseball and softball bats are sold according to length in inches and weight in ounces. Much to the consternation of players buying new bats, however, not all bats that weigh the same swing the same. The reason for this has to do with moment of inertia of the bat about a pivot point on the handle, or what the sporting goods industry refers to as swing weight.2-3 A number of recent field studies4-7 have confirmed that the speed with which a player can swing a baseball or softball bat depends more on the bat's moment of inertia than on its mass. In this paper we investigate the moment of inertia (swing weight) of a variety of baseball and softball bats.

  12. The Kinetics of Swinging a Baseball Bat.

    PubMed

    Crisco, Joseph J; Osvalds, Nikolas J; Rainbow, Michael J

    2018-04-13

    The purpose of this study was to compute the three-dimensional kinetics required to swing three youth baseball bats of varying moments of inertia (MOI). 306 swings by 22 male players (13-18 yrs.) were analyzed. Inverse dynamics with respect to the batter's hands were computed given the known kinematics and physical properties of the bats. We found that peak force increased with larger bat MOI and was strongly correlated with bat tip speed. In contrast, peak moments were weakly correlated with bat MOI and bat tip speed. Throughout the swing, the force applied to the bat was dominated by a component aligned with the long axis of the bat and directed away from the bat knob, while the moment applied to the bat was minimal until just prior to ball impact. These results indicate that players act to mostly "pull" the bat during their swing until just prior to ball impact, at which point they rapidly increase the moment on the bat. This kinetic analysis provides novel insight into the forces and moments used to swing baseball bats.

  13. Java and its future in biomedical computing.

    PubMed Central

    Rodgers, R P

    1996-01-01

    Java, a new object-oriented computing language related to C++, is receiving considerable attention due to its use in creating network-sharable, platform-independent software modules (known as "applets") that can be used with the World Wide Web. The Web has rapidly become the most commonly used information-retrieval tool associated with the global computer network known as the Internet, and Java has the potential to further accelerate the Web's application to medical problems. Java's potentially wide acceptance due to its Web association and its own technical merits also suggests that it may become a popular language for non-Web-based, object-oriented computing. PMID:8880677

  14. Torsion effect of swing frame on the measurement of horizontal two-plane balancing machine

    NASA Astrophysics Data System (ADS)

    Wang, Qiuxiao; Wang, Dequan; He, Bin; Jiang, Pan; Wu, Zhaofu; Fu, Xiaoyan

    2017-03-01

    In this paper, the vibration model of swing frame of two-plane balancing machine is established to calculate the vibration center position of swing frame first. The torsional stiffness formula of spring plate twisting around the vibration center is then deduced by using superposition principle. Finally, the dynamic balancing experiments prove the irrationality of A-B-C algorithm which ignores the torsion effect, and show that the torsional stiffness deduced by experiments is consistent with the torsional stiffness calculated by theory. The experimental datas show the influence of the torsion effect of swing frame on the separation ratio of sided balancing machines, which reveals the sources of measurement error and assesses the application scope of A-B-C algorithm.

  15. Brain networks governing the golf swing in professional golfers.

    PubMed

    Kim, Jin Hyun; Han, Joung Kyue; Kim, Bung-Nyun; Han, Doug Hyun

    2015-01-01

    Golf, as with most complex motor skills, requires multiple different brain functions, including attention, motor planning, coordination, calculation of timing, and emotional control. In this study we assessed the correlation between swing components and brain connectivity from the cerebellum to the cerebrum. Ten female golf players and 10 age-matched female controls were recruited. In order to determine swing consistency among participants, the standard deviation (SD) of the mean swing speed time and the SD of the mean swing angle were assessed over 30 swings. Functional brain connectivity was assessed by resting state functional MRI. Pro-golfers showed greater positive left cerebellum connectivity to the occipital lobe, temporal lobe, parietal lobe and both frontal lobes compared to controls. The SD of play scores was positively correlated with the SD of the impact angle. Constant swing speed and back swing angle in professional golfers were associated with functional connectivity (FC) between the cerebellum and parietal and frontal lobes. In addition, the constant impact angle in professional golfers was associated with improved golf scores and additional FC of the thalamus.

  16. Owgis 2.0: Open Source Java Application that Builds Web GIS Interfaces for Desktop Andmobile Devices

    NASA Astrophysics Data System (ADS)

    Zavala Romero, O.; Chassignet, E.; Zavala-Hidalgo, J.; Pandav, H.; Velissariou, P.; Meyer-Baese, A.

    2016-12-01

    OWGIS is an open source Java and JavaScript application that builds easily configurable Web GIS sites for desktop and mobile devices. The current version of OWGIS generates mobile interfaces based on HTML5 technology and can be used to create mobile applications. The style of the generated websites can be modified using COMPASS, a well known CSS Authoring Framework. In addition, OWGIS uses several Open Geospatial Consortium standards to request datafrom the most common map servers, such as GeoServer. It is also able to request data from ncWMS servers, allowing the websites to display 4D data from NetCDF files. This application is configured by XML files that define which layers, geographic datasets, are displayed on the Web GIS sites. Among other features, OWGIS allows for animations; streamlines from vector data; virtual globe display; vertical profiles and vertical transects; different color palettes; the ability to download data; and display text in multiple languages. OWGIS users are mainly scientists in the oceanography, meteorology and climate fields.

  17. Air separation with temperature and pressure swing

    DOEpatents

    Cassano, Anthony A.

    1986-01-01

    A chemical absorbent air separation process is set forth which uses a temperature swing absorption-desorption cycle in combination with a pressure swing wherein the pressure is elevated in the desorption stage of the process.

  18. On swinging spring chaotic oscillations

    NASA Astrophysics Data System (ADS)

    Aldoshin, Gennady T.; Yakovlev, Sergey P.

    2018-05-01

    In this work, chaotic modes of Swinging spring oscillations, their appearing conditions and probable scenario of evolution are studied. Swinging spring two-dimensional potential has (under certain conditions) local maximum. It can lead to stochastic attractor appearing. The system instability reason is inner (auto-parametric) resonance with frequencies ratio 2:1, which allows us to conclude that attractor could evolve according to the period doubling scenario, which was predicted by Feigenbaum in 1978.

  19. An open source Java web application to build self-contained Web GIS sites

    NASA Astrophysics Data System (ADS)

    Zavala Romero, O.; Ahmed, A.; Chassignet, E.; Zavala-Hidalgo, J.

    2014-12-01

    This work describes OWGIS, an open source Java web application that creates Web GIS sites by automatically writing HTML and JavaScript code. OWGIS is configured by XML files that define which layers (geographic datasets) will be displayed on the websites. This project uses several Open Geospatial Consortium standards to request data from typical map servers, such as GeoServer, and is also able to request data from ncWMS servers. The latter allows for the displaying of 4D data stored using the NetCDF file format (widely used for storing environmental model datasets). Some of the features available on the sites built with OWGIS are: multiple languages, animations, vertical profiles and vertical transects, color palettes, color ranges, and the ability to download data. OWGIS main users are scientists, such as oceanographers or climate scientists, who store their data in NetCDF files and want to analyze, visualize, share, or compare their data using a website.

  20. Error tracking control for underactuated overhead cranes against arbitrary initial payload swing angles

    NASA Astrophysics Data System (ADS)

    Zhang, Menghua; Ma, Xin; Rong, Xuewen; Tian, Xincheng; Li, Yibin

    2017-02-01

    This paper exploits an error tracking control method for overhead crane systems for which the error trajectories for the trolley and the payload swing can be pre-specified. The proposed method does not require that the initial payload swing angle remains zero, whereas this requirement is usually assumed in conventional methods. The significant feature of the proposed method is its superior control performance as well as its strong robustness over different or uncertain rope lengths, payload masses, desired positions, initial payload swing angles, and external disturbances. Owing to the same attenuation behavior, the desired error trajectory for the trolley for each traveling distance is not needed to be reset, which is easy to implement in practical applications. By converting the error tracking overhead crane dynamics to the objective system, we obtain the error tracking control law for arbitrary initial payload swing angles. Lyapunov techniques and LaSalle's invariance theorem are utilized to prove the convergence and stability of the closed-loop system. Simulation and experimental results are illustrated to validate the superior performance of the proposed error tracking control method.

  1. An efficient framework for Java data processing systems in HPC environments

    NASA Astrophysics Data System (ADS)

    Fries, Aidan; Castañeda, Javier; Isasi, Yago; Taboada, Guillermo L.; Portell de Mora, Jordi; Sirvent, Raül

    2011-11-01

    Java is a commonly used programming language, although its use in High Performance Computing (HPC) remains relatively low. One of the reasons is a lack of libraries offering specific HPC functions to Java applications. In this paper we present a Java-based framework, called DpcbTools, designed to provide a set of functions that fill this gap. It includes a set of efficient data communication functions based on message-passing, thus providing, when a low latency network such as Myrinet is available, higher throughputs and lower latencies than standard solutions used by Java. DpcbTools also includes routines for the launching, monitoring and management of Java applications on several computing nodes by making use of JMX to communicate with remote Java VMs. The Gaia Data Processing and Analysis Consortium (DPAC) is a real case where scientific data from the ESA Gaia astrometric satellite will be entirely processed using Java. In this paper we describe the main elements of DPAC and its usage of the DpcbTools framework. We also assess the usefulness and performance of DpcbTools through its performance evaluation and the analysis of its impact on some DPAC systems deployed in the MareNostrum supercomputer (Barcelona Supercomputing Center).

  2. Implications of the Java language on computer-based patient records.

    PubMed

    Pollard, D; Kucharz, E; Hammond, W E

    1996-01-01

    The growth of the utilization of the World Wide Web (WWW) as a medium for the delivery of computer-based patient records (CBPR) has created a new paradigm in which clinical information may be delivered. Until recently the authoring tools and environment for application development on the WWW have been limited to Hyper Text Markup Language (HTML) utilizing common gateway interface scripts. While, at times, this provides an effective medium for the delivery of CBPR, it is a less than optimal solution. The server-centric dynamics and low levels of interactivity do not provide for a robust application which is required in a clinical environment. The emergence of Sun Microsystems' Java language is a solution to the problem. In this paper we examine the Java language and its implications to the CBPR. A quantitative and qualitative assessment was performed. The Java environment is compared to HTML and Telnet CBPR environments. Qualitative comparisons include level of interactivity, server load, client load, ease of use, and application capabilities. Quantitative comparisons include data transfer time delays. The Java language has demonstrated promise for delivering CBPRs.

  3. Development of a Web-Based Distributed Interactive Simulation (DIS) Environment Using JavaScript

    DTIC Science & Technology

    2014-09-01

    scripting that let users change or interact with web content depending on user input, which is in contrast with server-side scripts such as PHP, Java and...transfer, DIS usually broadcasts or multicasts its PDUs based on UDP socket. 3. JavaScript JavaScript is the scripting language of the web, and all...IDE) for developing desktop, mobile and web applications with JAVA , C++, HTML5, JavaScript and more. b. Framework The DIS implementation of

  4. 49 CFR 236.743 - Dog, swing.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 49 Transportation 4 2013-10-01 2013-10-01 false Dog, swing. 236.743 Section 236.743 Transportation... OF SIGNAL AND TRAIN CONTROL SYSTEMS, DEVICES, AND APPLIANCES Definitions § 236.743 Dog, swing. A locking dog mounted in such a manner that it is free to rotate on a trunnion which is riveted to a locking...

  5. 49 CFR 236.743 - Dog, swing.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 49 Transportation 4 2012-10-01 2012-10-01 false Dog, swing. 236.743 Section 236.743 Transportation... OF SIGNAL AND TRAIN CONTROL SYSTEMS, DEVICES, AND APPLIANCES Definitions § 236.743 Dog, swing. A locking dog mounted in such a manner that it is free to rotate on a trunnion which is riveted to a locking...

  6. 49 CFR 236.743 - Dog, swing.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 49 Transportation 4 2014-10-01 2014-10-01 false Dog, swing. 236.743 Section 236.743 Transportation... OF SIGNAL AND TRAIN CONTROL SYSTEMS, DEVICES, AND APPLIANCES Definitions § 236.743 Dog, swing. A locking dog mounted in such a manner that it is free to rotate on a trunnion which is riveted to a locking...

  7. 49 CFR 236.743 - Dog, swing.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 49 Transportation 4 2011-10-01 2011-10-01 false Dog, swing. 236.743 Section 236.743 Transportation... OF SIGNAL AND TRAIN CONTROL SYSTEMS, DEVICES, AND APPLIANCES Definitions § 236.743 Dog, swing. A locking dog mounted in such a manner that it is free to rotate on a trunnion which is riveted to a locking...

  8. 49 CFR 236.743 - Dog, swing.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 4 2010-10-01 2010-10-01 false Dog, swing. 236.743 Section 236.743 Transportation... OF SIGNAL AND TRAIN CONTROL SYSTEMS, DEVICES, AND APPLIANCES Definitions § 236.743 Dog, swing. A locking dog mounted in such a manner that it is free to rotate on a trunnion which is riveted to a locking...

  9. Applications of Java and Vector Graphics to Astrophysical Visualization

    NASA Astrophysics Data System (ADS)

    Edirisinghe, D.; Budiardja, R.; Chae, K.; Edirisinghe, G.; Lingerfelt, E.; Guidry, M.

    2002-12-01

    We describe a series of projects utilizing the portability of Java programming coupled with the compact nature of vector graphics (SVG and SWF formats) for setup and control of calculations, local and collaborative visualization, and interactive 2D and 3D animation presentations in astrophysics. Through a set of examples, we demonstrate how such an approach can allow efficient and user-friendly control of calculations in compiled languages such as Fortran 90 or C++ through portable graphical interfaces written in Java, and how the output of such calculations can be packaged in vector-based animation having interactive controls and extremely high visual quality, but very low bandwidth requirements.

  10. Gas and Shadow Swing

    NASA Astrophysics Data System (ADS)

    Tsai, Chi-Hung; Lai, Mei-Yi; Liu, Che-Wei; Huang, Shiang-Yin; Lin, Che-Yu; Yeh, Jeng-Sheng

    In our digital art, we design a folding fan as an interactive magic device. You can use it to play with gas around the world of illusions. Although gas could not be seen in our real world, we still want to interact with it in our illusions by the element of bubble shadows. Opening and swinging the folding fan can blow the bubble shadows away; closing and swinging it can break bubbles. If the magic fan touches the shadow of gas, the bubble shadows will explode and release colorful particles to surround you. Those actions are controlled and located by our circuits with Arduino board.

  11. Quality assurance of a gimbaled head swing verification using feature point tracking.

    PubMed

    Miura, Hideharu; Ozawa, Shuichi; Enosaki, Tsubasa; Kawakubo, Atsushi; Hosono, Fumika; Yamada, Kiyoshi; Nagata, Yasushi

    2017-01-01

    To perform dynamic tumor tracking (DTT) for clinical applications safely and accurately, gimbaled head swing verification is important. We propose a quantitative gimbaled head swing verification method for daily quality assurance (QA), which uses feature point tracking and a web camera. The web camera was placed on a couch at the same position for every gimbaled head swing verification, and could move based on a determined input function (sinusoidal patterns; amplitude: ± 20 mm; cycle: 3 s) in the pan and tilt directions at isocenter plane. Two continuous images were then analyzed for each feature point using the pyramidal Lucas-Kanade (LK) method, which is an optical flow estimation algorithm. We used a tapped hole as a feature point of the gimbaled head. The period and amplitude were analyzed to acquire a quantitative gimbaled head swing value for daily QA. The mean ± SD of the period were 3.00 ± 0.03 (range: 3.00-3.07) s and 3.00 ± 0.02 (range: 3.00-3.07) s in the pan and tilt directions, respectively. The mean ± SD of the relative displacement were 19.7 ± 0.08 (range: 19.6-19.8) mm and 18.9 ± 0.2 (range: 18.4-19.5) mm in the pan and tilt directions, respectively. The gimbaled head swing was reliable for DTT. We propose a quantitative gimbaled head swing verification method for daily QA using the feature point tracking method and a web camera. Our method can quantitatively assess the gimbaled head swing for daily QA from baseline values, measured at the time of acceptance and commissioning. © 2016 The Authors. Journal of Applied Clinical Medical Physics published by Wiley Periodicals, Inc. on behalf of American Association of Physicists in Medicine.

  12. PrismTech Data Distribution Service Java API Evaluation

    NASA Technical Reports Server (NTRS)

    Riggs, Cortney

    2008-01-01

    My internship duties with Launch Control Systems required me to start performance testing of an Object Management Group's (OMG) Data Distribution Service (DDS) specification implementation by PrismTech Limited through the Java programming language application programming interface (API). DDS is a networking middleware for Real-Time Data Distribution. The performance testing involves latency, redundant publishers, extended duration, redundant failover, and read performance. Time constraints allowed only for a data throughput test. I have designed the testing applications to perform all performance tests when time is allowed. Performance evaluation data such as megabits per second and central processing unit (CPU) time consumption were not easily attainable through the Java programming language; they required new methods and classes created in the test applications. Evaluation of this product showed the rate that data can be sent across the network. Performance rates are better on Linux platforms than AIX and Sun platforms. Compared to previous C++ programming language API, the performance evaluation also shows the language differences for the implementation. The Java API of the DDS has a lower throughput performance than the C++ API.

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

    ERIC Educational Resources Information Center

    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…

  14. Mood Swings: An Affective Interactive Art System

    NASA Astrophysics Data System (ADS)

    Bialoskorski, Leticia S. S.; Westerink, Joyce H. D. M.; van den Broek, Egon L.

    The progress in the field of affective computing enables the realization of affective consumer products, affective games, and affective art. This paper describes the affective interactive art system Mood Swings, which interprets and visualizes affect expressed by a person. Mood Swings is founded on the integration of a framework for affective movements and a color model. This enables Mood Swings to recognize affective movement characteristics as expressed by a person and display a color that matches the expressed emotion. With that, a unique interactive system is introduced, which can be considered as art, a game, or a combination of both.

  15. Swing-free transport of suspended loads. Summer research report

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Basher, A.M.H.

    1996-02-01

    Transportation of large objects using traditional bridge crane can induce pendulum motion (swing) of the object. In environments such as factory the energy contained in the swinging mass can be large and therefore attempts to move the mass onto target while still swinging can cause considerable damage. Oscillations must be damped or allowed to decay before the next process can take place. Stopping the swing can be accomplished by moving the bridge in a manner to counteract the swing which sometimes can be done by skilled operator, or by waiting for the swing to damp sufficiently that the object canmore » be moved to the target without risk of damage. One of the methods that can be utilized for oscillation suppression is input preshaping. The validity of this method depends on the exact knowledge of the system dynamics. This method can be modified to provide some degrees of robustness with respect to unknown dynamics but at the cost of the speed of transient response. This report describes investigations on the development of a controller to dampen the oscillations.« less

  16. Dopaminergic modulation of arm swing during gait among Parkinson's disease patients.

    PubMed

    Sterling, Nicholas W; Cusumano, Joseph P; Shaham, Noam; Piazza, Stephen J; Liu, Guodong; Kong, Lan; Du, Guangwei; Lewis, Mechelle M; Huang, Xuemei

    2015-01-01

    Reduced arm swing amplitude, symmetry, and coordination during gait have been reported in Parkinson's disease (PD), but the relationship between dopaminergic depletion and these upper limb gait changes remains unclear. We aimed to investigate the effects of dopaminergic drugs on arm swing velocity, symmetry, and coordination in PD. Forearm angular velocity was recorded in 16 PD and 17 control subjects (Controls) during free walking trials. Angular velocity amplitude of each arm, arm swing asymmetry, and maximum cross-correlation were compared between control and PD groups, and between OFF- and ON-medication states among PD subjects. Compared to Controls, PD subjects in the OFF-medication state exhibited lower angular velocity amplitude of the slower- (p = 0.0018), but not faster- (p = 0.2801) swinging arm. In addition, PD subjects demonstrated increased arm swing asymmetry (p = 0.0046) and lower maximum cross-correlation (p = 0.0026). Following dopaminergic treatment, angular velocity amplitude increased in the slower- (p = 0.0182), but not faster- (p = 0.2312) swinging arm among PD subjects. Furthermore, arm swing asymmetry decreased (p = 0.0386), whereas maximum cross-correlation showed no change (p = 0.7436). Pre-drug angular velocity amplitude of the slower-swinging arm was correlated inversely with the change in arm swing asymmetry (R = -0.73824, p = 0.0011). This study provides quantitative evidence that reduced arm swing and symmetry in PD can be modulated by dopaminergic replacement. The lack of modulations of bilateral arm coordination suggests that additional neurotransmitters may also be involved in arm swing changes in PD. Further studies are warranted to investigate the longitudinal trajectory of arm swing dynamics throughout PD progression.

  17. JaSTA-2: Second version of the Java Superposition T-matrix Application

    NASA Astrophysics Data System (ADS)

    Halder, Prithish; Das, Himadri Sekhar

    2017-12-01

    In this article, we announce the development of a new version of the Java Superposition T-matrix App (JaSTA-2), to study the light scattering properties of porous aggregate particles. It has been developed using Netbeans 7.1.2, which is a java integrated development environment (IDE). The JaSTA uses double precision superposition T-matrix codes for multi-sphere clusters in random orientation, developed by Mackowski and Mischenko (1996). The new version consists of two options as part of the input parameters: (i) single wavelength and (ii) multiple wavelengths. The first option (which retains the applicability of older version of JaSTA) calculates the light scattering properties of aggregates of spheres for a single wavelength at a given instant of time whereas the second option can execute the code for a multiple numbers of wavelengths in a single run. JaSTA-2 provides convenient and quicker data analysis which can be used in diverse fields like Planetary Science, Atmospheric Physics, Nanoscience, etc. This version of the software is developed for Linux platform only, and it can be operated over all the cores of a processor using the multi-threading option.

  18. Effect of arm swing strategy on local dynamic stability of human gait.

    PubMed

    Punt, Michiel; Bruijn, Sjoerd M; Wittink, Harriet; van Dieën, Jaap H

    2015-02-01

    Falling causes long term disability and can even lead to death. Most falls occur during gait. Therefore improving gait stability might be beneficial for people at risk of falling. Recently arm swing has been shown to influence gait stability. However at present it remains unknown which mode of arm swing creates the most stable gait. To examine how different modes of arm swing affect gait stability. Ten healthy young male subjects volunteered for this study. All subjects walked with four different arm swing instructions at seven different gait speeds. The Xsens motion capture suit was used to capture gait kinematics. Basic gait parameters, variability and stability measures were calculated. We found an increased stability in the medio-lateral direction with excessive arm swing in comparison to normal arm swing at all gait speeds. Moreover, excessive arm swing increased stability in the anterior-posterior and vertical direction at low gait speeds. Ipsilateral and inphase arm swing did not differ compared to a normal arm swing. Excessive arm swing is a promising gait manipulation to improve local dynamic stability. For excessive arm swing in the ML direction there appears to be converging evidence. The effect of excessive arm swing on more clinically relevant groups like the more fall prone elderly or stroke survivors is worth further investigating. Excessive arm swing significantly increases local dynamic stability of human gait. Copyright © 2014 Elsevier B.V. All rights reserved.

  19. Jannovar: a java library for exome annotation.

    PubMed

    Jäger, Marten; Wang, Kai; Bauer, Sebastian; Smedley, Damian; Krawitz, Peter; Robinson, Peter N

    2014-05-01

    Transcript-based annotation and pedigree analysis are two basic steps in the computational analysis of whole-exome sequencing experiments in genetic diagnostics and disease-gene discovery projects. Here, we present Jannovar, a stand-alone Java application as well as a Java library designed to be used in larger software frameworks for exome and genome analysis. Jannovar uses an interval tree to identify all transcripts affected by a given variant, and provides Human Genome Variation Society-compliant annotations both for variants affecting coding sequences and splice junctions as well as untranslated regions and noncoding RNA transcripts. Jannovar can also perform family-based pedigree analysis with Variant Call Format (VCF) files with data from members of a family segregating a Mendelian disorder. Using a desktop computer, Jannovar requires a few seconds to annotate a typical VCF file with exome data. Jannovar is freely available under the BSD2 license. Source code as well as the Java application and library file can be downloaded from http://compbio.charite.de (with tutorial) and https://github.com/charite/jannovar. © 2014 WILEY PERIODICALS, INC.

  20. Effect of active arm swing to local dynamic stability during walking.

    PubMed

    Wu, Yu; Li, Yue; Liu, An-Min; Xiao, Fei; Wang, Yin-Zhi; Hu, Fei; Chen, Jin-Ling; Dai, Ke-Rong; Gu, Dong-Yun

    2016-02-01

    Arm swing is an essential component in regulating dynamic stability of the whole body during walking, while the contribution of active arm swing to local dynamic stability of different motion segments remains unclear. This study investigated the effects of arm swing under natural arm swing condition and active arm swing condition on local dynamic stability and gait variability of the trunk segments (C7 and T10 joint) and lower extremity joints (hip, knee and ankle joint). The local divergence exponents (λs) and mean standard deviation over strides (MeanSD) of 24 young healthy adults were calculated while they were walking on treadmill with two arm swing conditions at their preferred walking speed (PWS). We found that in medial-lateral direction, both λs and MeanSD values of the trunk segments (C7 and T10 joint) in active arm swing condition were significantly lower than those in natural arm swing condition (p<0.05), while no significant difference of λs or MeanSD in lower extremity joints (hip, knee and ankle joint) was found between two arm swing conditions (p>0.05, respectively). In anterior-posterior and vertical direction, neither λs nor MeanSD values of all body segments showed significant difference between two arm swing conditions (p>0.05, respectively). These findings indicate that active arm swing may help to improve the local dynamic stability of the trunk segments in medial-lateral direction. Copyright © 2015 Elsevier B.V. All rights reserved.

  1. A Three Dimensional Kinematic and Kinetic Study of the Golf Swing

    PubMed Central

    Nesbit, Steven M.

    2005-01-01

    This paper discusses the three-dimensional kinematics and kinetics of a golf swing as performed by 84 male and one female amateur subjects of various skill levels. The analysis was performed using a variable full-body computer model of a human coupled with a flexible model of a golf club. Data to drive the model was obtained from subject swings recorded using a multi-camera motion analysis system. Model output included club trajectories, golfer/club interaction forces and torques, work and power, and club deflections. These data formed the basis for a statistical analysis of all subjects, and a detailed analysis and comparison of the swing characteristics of four of the subjects. The analysis generated much new data concerning the mechanics of the golf swing. It revealed that a golf swing is a highly coordinated and individual motion and subject-to-subject variations were significant. The study highlighted the importance of the wrists in generating club head velocity and orienting the club face. The trajectory of the hands and the ability to do work were the factors most closely related to skill level. Key Points Full-body model of the golf swing. Mechanical description of the golf swing. Statistical analysis of golf swing mechanics. Comparisons of subject swing mechanics PMID:24627665

  2. A three dimensional kinematic and kinetic study of the golf swing.

    PubMed

    Nesbit, Steven M

    2005-12-01

    This paper discusses the three-dimensional kinematics and kinetics of a golf swing as performed by 84 male and one female amateur subjects of various skill levels. The analysis was performed using a variable full-body computer model of a human coupled with a flexible model of a golf club. Data to drive the model was obtained from subject swings recorded using a multi-camera motion analysis system. Model output included club trajectories, golfer/club interaction forces and torques, work and power, and club deflections. These data formed the basis for a statistical analysis of all subjects, and a detailed analysis and comparison of the swing characteristics of four of the subjects. The analysis generated much new data concerning the mechanics of the golf swing. It revealed that a golf swing is a highly coordinated and individual motion and subject-to-subject variations were significant. The study highlighted the importance of the wrists in generating club head velocity and orienting the club face. The trajectory of the hands and the ability to do work were the factors most closely related to skill level. Key PointsFull-body model of the golf swing.Mechanical description of the golf swing.Statistical analysis of golf swing mechanics.Comparisons of subject swing mechanics.

  3. Kinetic constrained optimization of the golf swing hub path.

    PubMed

    Nesbit, Steven M; McGinnis, Ryan S

    2014-12-01

    This study details an optimization of the golf swing, where the hand path and club angular trajectories are manipulated. The optimization goal was to maximize club head velocity at impact within the interaction kinetic limitations (force, torque, work, and power) of the golfer as determined through the analysis of a typical swing using a two-dimensional dynamic model. The study was applied to four subjects with diverse swing capabilities and styles. It was determined that it is possible for all subjects to increase their club head velocity at impact within their respective kinetic limitations through combined modifications to their respective hand path and club angular trajectories. The manner of the modifications, the degree of velocity improvement, the amount of kinetic reduction, and the associated kinetic limitation quantities were subject dependent. By artificially minimizing selected kinetic inputs within the optimization algorithm, it was possible to identify swing trajectory characteristics that indicated relative kinetic weaknesses of a subject. Practical implications are offered based upon the findings of the study. Key PointsThe hand path trajectory is an important characteristic of the golf swing and greatly affects club head velocity and golfer/club energy transfer.It is possible to increase the energy transfer from the golfer to the club by modifying the hand path and swing trajectories without increasing the kinetic output demands on the golfer.It is possible to identify relative kinetic output strengths and weakness of a golfer through assessment of the hand path and swing trajectories.Increasing any one of the kinetic outputs of the golfer can potentially increase the club head velocity at impact.The hand path trajectory has important influences over the club swing trajectory.

  4. Kinetic Constrained Optimization of the Golf Swing Hub Path

    PubMed Central

    Nesbit, Steven M.; McGinnis, Ryan S.

    2014-01-01

    This study details an optimization of the golf swing, where the hand path and club angular trajectories are manipulated. The optimization goal was to maximize club head velocity at impact within the interaction kinetic limitations (force, torque, work, and power) of the golfer as determined through the analysis of a typical swing using a two-dimensional dynamic model. The study was applied to four subjects with diverse swing capabilities and styles. It was determined that it is possible for all subjects to increase their club head velocity at impact within their respective kinetic limitations through combined modifications to their respective hand path and club angular trajectories. The manner of the modifications, the degree of velocity improvement, the amount of kinetic reduction, and the associated kinetic limitation quantities were subject dependent. By artificially minimizing selected kinetic inputs within the optimization algorithm, it was possible to identify swing trajectory characteristics that indicated relative kinetic weaknesses of a subject. Practical implications are offered based upon the findings of the study. Key Points The hand path trajectory is an important characteristic of the golf swing and greatly affects club head velocity and golfer/club energy transfer. It is possible to increase the energy transfer from the golfer to the club by modifying the hand path and swing trajectories without increasing the kinetic output demands on the golfer. It is possible to identify relative kinetic output strengths and weakness of a golfer through assessment of the hand path and swing trajectories. Increasing any one of the kinetic outputs of the golfer can potentially increase the club head velocity at impact. The hand path trajectory has important influences over the club swing trajectory. PMID:25435779

  5. Balance Devices Train Golfers for a Consistent Swing

    NASA Technical Reports Server (NTRS)

    2015-01-01

    As part of the effort to understand the effects of spaceflight on astronauts, NASA funded research that resulted in a commercial product to treat balance disorders. West Palm Beach, Florida-based Sports Therapy Inc. worked with the inventor to modify the technology, creating the Dynamic Balance System (DBS) for sports applications. DBS is now used by Professional Golfers' Association-owned facilities and golf academies to help players achieve an effective, balanced swing.

  6. JSBML: a flexible Java library for working with SBML.

    PubMed

    Dräger, Andreas; Rodriguez, Nicolas; Dumousseau, Marine; Dörr, Alexander; Wrzodek, Clemens; Le Novère, Nicolas; Zell, Andreas; Hucka, Michael

    2011-08-01

    The specifications of the Systems Biology Markup Language (SBML) define standards for storing and exchanging computer models of biological processes in text files. In order to perform model simulations, graphical visualizations and other software manipulations, an in-memory representation of SBML is required. We developed JSBML for this purpose. In contrast to prior implementations of SBML APIs, JSBML has been designed from the ground up for the Java programming language, and can therefore be used on all platforms supported by a Java Runtime Environment. This offers important benefits for Java users, including the ability to distribute software as Java Web Start applications. JSBML supports all SBML Levels and Versions through Level 3 Version 1, and we have strived to maintain the highest possible degree of compatibility with the popular library libSBML. JSBML also supports modules that can facilitate the development of plugins for end user applications, as well as ease migration from a libSBML-based backend. Source code, binaries and documentation for JSBML can be freely obtained under the terms of the LGPL 2.1 from the website http://sbml.org/Software/JSBML.

  7. A Telemetry Browser Built with Java Components

    NASA Astrophysics Data System (ADS)

    Poupart, E.

    In the context of CNES balloon scientific campaigns and telemetry survey field, a generic telemetry processing product, called TelemetryBrowser in the following, was developed reusing COTS, Java Components for most of them. Connection between those components relies on a software architecture based on parameter producers and parameter consumers. The first one transmit parameter values to the second one which has registered to it. All of those producers and consumers can be spread over the network thanks to Corba, and over every kind of workstation thanks to Java. This gives a very powerful mean to adapt to constraints like network bandwidth, or workstations processing or memory. It's also very useful to display and correlate at the same time information coming from multiple and various sources. An important point of this architecture is that the coupling between parameter producers and parameter consumers is reduced to the minimum and that transmission of information on the network is made asynchronously. So, if a parameter consumer goes down or runs slowly, there is no consequence on the other consumers, because producers don't wait for their consumers to finish their data processing before sending it to other consumers. An other interesting point is that parameter producers, also called TelemetryServers in the following are generated nearly automatically starting from a telemetry description using Flavori component. Keywords Java components, Corba, distributed application, OpenORBii, software reuse, COTS, Internet, Flavor. i Flavor (Formal Language for Audio-Visual Object Representation) is an object-oriented media representation language being developed at Columbia University. It is designed as an extension of Java and C++ and simplifies the development of applications that involve a significant media processing component (encoding, decoding, editing, manipulation, etc.) by providing bitstream representation semantics. (flavor.sourceforge.net) ii Open

  8. A glider swing intervention for people with dementia.

    PubMed

    Snyder, M; Tseng, Y; Brandt, C; Croghan, C; Hanson, S; Constantine, R; Kirby, L

    2001-01-01

    The soothing, repetitive movement of rocking and swinging is well known to anyone who has enjoyed a porch swing or rocking chair. Positive effects of rocking have been reported. However, investigations on its effect in people with dementia are limited. The purposes of this quasi-experimental, repeated-measures design study were to measure the effects of a glider swing on emotions, relaxation, and aggressive behaviors in a group of nursing home residents with dementia (n = 30). Data were obtained during a 5-day baseline phase, a 10-day intervention phase, and a 5-day posttreatment phase. Subjects were placed on the glider for 20 minutes each day during the intervention phase. The results of the study indicate that the glider intervention significantly improved emotions and relaxation. The most noted changes were found after 10 minutes of swinging. However, no differences were found in aggressive behaviors.

  9. Dopaminergic modulation of arm swing during gait among Parkinson’s disease patients

    PubMed Central

    Sterling, Nicholas W.; Cusumano, Joseph P.; Shaham, Noam; Piazza, Stephen J.; Liu, Guodong; Kong, Lan; Du, Guangwei; Lewis, Mechelle M.; Huang, Xuemei

    2015-01-01

    Background Reduced arm swing amplitude, symmetry, and coordination during gait have been reported in Parkinson’s disease (PD), but the relationship between dopaminergic depletion and these upper limb gait changes remains unclear. This study investigated the effects of dopaminergic drugs on arm swing velocity, symmetry, and coordination in PD. Methods Forearm angular velocity was recorded in 16 PD and 17 control subjects (Controls) during free walking trials. Angular velocity amplitude of each arm, arm swing asymmetry, and maximum cross-correlation were compared between control and PD groups, and between OFF- and ON-medication states among PD subjects. Results Compared to Controls, PD subjects in the OFF-medication state exhibited lower angular velocity amplitude of the slower- (p=0.0018), but not faster- (p=0.2801) swinging arm. In addition, PD subjects demonstrated increased arm swing asymmetry (p=0.0046) and lower maximum cross-correlation (p=0.0026). Following dopaminergic treatment, angular velocity amplitude increased in the slower- (p=0.0182), but not faster- (p=0.2312) swinging arm among PD subjects. Furthermore, arm swing asymmetry decreased (p=0.0386), whereas maximum cross-correlation showed no change (p=0.7436). Pre-drug angular velocity amplitude of the slower-swinging arm was correlated inversely with the change in arm swing asymmetry (R=−0.73824, p=0.0011). Conclusions This study provides quantitative evidence that reduced arm swing and symmetry in PD can be modulated by dopaminergic replacement. The lack of modulations of bilateral arm coordination suggests that additional neurotransmitters may also be involved in arm swing changes in PD. Further studies are warranted to investigate the longitudinal trajectory of arm swing dynamics throughout PD progression. PMID:25502948

  10. The metabolic cost of human running: is swinging the arms worth it?

    PubMed

    Arellano, Christopher J; Kram, Rodger

    2014-07-15

    Although the mechanical function is quite clear, there is no consensus regarding the metabolic benefit of arm swing during human running. We compared the metabolic cost of running using normal arm swing with the metabolic cost of running while restricting the arms in three different ways: (1) holding the hands with the arms behind the back in a relaxed position (BACK), (2) holding the arms across the chest (CHEST) and (3) holding the hands on top of the head (HEAD). We hypothesized that running without arm swing would demand a greater metabolic cost than running with arm swing. Indeed, when compared with running using normal arm swing, we found that net metabolic power demand was 3, 9 and 13% greater for the BACK, CHEST and HEAD conditions, respectively (all P<0.05). We also found that when running without arm swing, subjects significantly increased the peak-to-peak amplitudes of both shoulder and pelvis rotation about the vertical axis, most likely a compensatory strategy to counterbalance the rotational angular momentum of the swinging legs. In conclusion, our findings support our general hypothesis that swinging the arms reduces the metabolic cost of human running. Our findings also demonstrate that arm swing minimizes torso rotation. We infer that actively swinging the arms provides both metabolic and biomechanical benefits during human running. © 2014. Published by The Company of Biologists Ltd.

  11. Update on the Swinging Atwood's Machine

    NASA Astrophysics Data System (ADS)

    Tufillaro, Nicholas

    2010-03-01

    The Swinging Atwood's machine (SAM) is an Atwood's machine where one of the masses is allowed to swing in a plane. There are only a few integrable examples of mechanical systems, and we show that SAM is completely integrable when the mass ratio is three. We also present an overview of recent results that analyze the dynamics of SAM for other mass ratios using the Painleve analysis and Galois theory, which indicate that SAM is non-integrable for other values of mass ratios.

  12. Swing-bed services under the Medicare program, 1984-87

    PubMed Central

    Silverman, Herbert A.

    1990-01-01

    Under Medicare, swing beds are beds that can be used by small rural hospitals to furnish both acute and post-acute care. The swing-bed program was instituted under the provisions of the Omnibus Reconciliation Act of 1980 (Public Law 96-499). Under Medicare, post-acute care in the hospital would be covered as services equivalent to skilled nursing facility level of care. Data show that the program has had a rapid rate of growth. By 1987, swing beds accounted for 9.7 percent of the admissions to skilled nursing facility services, 6.0 percent of the covered days of care, and 6.2 percent of the reimbursements. Over one-half of the swing-bed services are furnished in the North Central States. PMID:10113275

  13. Intelligent Power Swing Detection Scheme to Prevent False Relay Tripping Using S-Transform

    NASA Astrophysics Data System (ADS)

    Mohamad, Nor Z.; Abidin, Ahmad F.; Musirin, Ismail

    2014-06-01

    Distance relay design is equipped with out-of-step tripping scheme to ensure correct distance relay operation during power swing. The out-of-step condition is a consequence result from unstable power swing. It requires proper detection of power swing to initiate a tripping signal followed by separation of unstable part from the entire power system. The distinguishing process of unstable swing from stable swing poses a challenging task. This paper presents an intelligent approach to detect power swing based on S-Transform signal processing tool. The proposed scheme is based on the use of S-Transform feature of active power at the distance relay measurement point. It is demonstrated that the proposed scheme is able to detect and discriminate the unstable swing from stable swing occurring in the system. To ascertain validity of the proposed scheme, simulations were carried out with the IEEE 39 bus system and its performance has been compared with the wavelet transform-based power swing detection scheme.

  14. Genoviz Software Development Kit: Java tool kit for building genomics visualization applications.

    PubMed

    Helt, Gregg A; Nicol, John W; Erwin, Ed; Blossom, Eric; Blanchard, Steven G; Chervitz, Stephen A; Harmon, Cyrus; Loraine, Ann E

    2009-08-25

    Visualization software can expose previously undiscovered patterns in genomic data and advance biological science. The Genoviz Software Development Kit (SDK) is an open source, Java-based framework designed for rapid assembly of visualization software applications for genomics. The Genoviz SDK framework provides a mechanism for incorporating adaptive, dynamic zooming into applications, a desirable feature of genome viewers. Visualization capabilities of the Genoviz SDK include automated layout of features along genetic or genomic axes; support for user interactions with graphical elements (Glyphs) in a map; a variety of Glyph sub-classes that promote experimentation with new ways of representing data in graphical formats; and support for adaptive, semantic zooming, whereby objects change their appearance depending on zoom level and zooming rate adapts to the current scale. Freely available demonstration and production quality applications, including the Integrated Genome Browser, illustrate Genoviz SDK capabilities. Separation between graphics components and genomic data models makes it easy for developers to add visualization capability to pre-existing applications or build new applications using third-party data models. Source code, documentation, sample applications, and tutorials are available at http://genoviz.sourceforge.net/.

  15. Progressing MoodSwings. The upgrade and evaluation of MoodSwings 2.0: An online intervention for bipolar disorder.

    PubMed

    Lauder, S; Cosgrove, V E; Gliddon, E; Grimm, D; Dodd, S; Berk, L; Castle, D; Suppes, T S; Berk, M

    2017-05-01

    MoodSwings 2.0 is a self-guided online intervention for bipolar disorder. The intervention incorporates technological improvements on an earlier validated version of the intervention (MoodSwings 1.0). The previous MoodSwings trial provides this study with a unique opportunity to progress previous work, whilst being able to take into consideration lesson learnt, and technological enhancements. The structure and technology of MoodSwings 2.0 are described and the relevance to other online health interventions is highlighted. An international team from Australia and the US updated and improved the programs content pursuant to changes in DSM-5, added multimedia components and included larger numbers of participants in the group discussion boards. Greater methodological rigour in this trial includes an attention control condition, quarterly telephone assessments, and red flag alerts for significant clinical change. This paper outlines these improvements, including additional security and safety measures. A 3 arm RCT is currently evaluating the enhanced program to assess the efficacy of MS 2.0; the primary outcome is change in depressive and manic symptoms. To our knowledge this is the first randomized controlled online bipolar study with a discussion board attention control and meets the key methodological criteria for online interventions. Copyright © 2017. Published by Elsevier Inc.

  16. Progressing MoodSwings. The upgrade and evaluation of MoodSwings 2.0: An online intervention for Bipolar Disorder

    PubMed Central

    Lauder, S.; Cosgrove, V.E.; Gliddon, E.; Grimm, D.; Dodd, S.; Berk, L.; Castle, D.; Suppes, T.S.; Berk, M.

    2017-01-01

    MoodSwings 2.0 is a self-guided online intervention for bipolar disorder. The intervention incorporates technological improvements on an earlier validated version of the intervention (MoodSwings 1.0). The previous MoodSwings trial provides this study with a unique opportunity to progress previous work, whilst being able to take into consideration lesson learnt, and technological enhancements. The structure and technology of MoodSwings 2.0 are described and the relevance to other online health interventions is highlighted. An international team from Australia and the US updated and improved the programs content pursuant to changes in DSM-5, added multimedia components and included larger numbers of participants in the group discussion boards. Greater methodological rigour in this trial includes an attention control condition, quarterly telephone assessments, and red flag alerts for significant clinical change. This paper outlines these improvements, including additional security and safety measures. A 3 arm RCT is currently evaluating the enhanced program to assess the efficacy of MS 2.0; the primary outcome is change in depressive and manic symptoms. To our knowledge this is the first randomised controlled online bipolar study with a discussion board attention control and meets the key methodological criteria for online interventions PMID:28257919

  17. Early Improper Motion Detection in Golf Swings Using Wearable Motion Sensors: The First Approach

    PubMed Central

    Stančin, Sara; Tomažič, Sašo

    2013-01-01

    This paper presents an analysis of a golf swing to detect improper motion in the early phase of the swing. Led by the desire to achieve a consistent shot outcome, a particular golfer would (in multiple trials) prefer to perform completely identical golf swings. In reality, some deviations from the desired motion are always present due to the comprehensive nature of the swing motion. Swing motion deviations that are not detrimental to performance are acceptable. This analysis is conducted using a golfer's leading arm kinematic data, which are obtained from a golfer wearing a motion sensor that is comprised of gyroscopes and accelerometers. Applying the principal component analysis (PCA) to the reference observations of properly performed swings, the PCA components of acceptable swing motion deviations are established. Using these components, the motion deviations in the observations of other swings are examined. Any unacceptable deviations that are detected indicate an improper swing motion. Arbitrarily long observations of an individual player's swing sequences can be included in the analysis. The results obtained for the considered example show an improper swing motion in early phase of the swing, i.e., the first part of the backswing. An early detection method for improper swing motions that is conducted on an individual basis provides assistance for performance improvement. PMID:23752563

  18. Early improper motion detection in golf swings using wearable motion sensors: the first approach.

    PubMed

    Stančin, Sara; Tomažič, Sašo

    2013-06-10

    This paper presents an analysis of a golf swing to detect improper motion in the early phase of the swing. Led by the desire to achieve a consistent shot outcome, a particular golfer would (in multiple trials) prefer to perform completely identical golf swings. In reality, some deviations from the desired motion are always present due to the comprehensive nature of the swing motion. Swing motion deviations that are not detrimental to performance are acceptable. This analysis is conducted using a golfer's leading arm kinematic data, which are obtained from a golfer wearing a motion sensor that is comprised of gyroscopes and accelerometers. Applying the principal component analysis (PCA) to the reference observations of properly performed swings, the PCA components of acceptable swing motion deviations are established. Using these components, the motion deviations in the observations of other swings are examined. Any unacceptable deviations that are detected indicate an improper swing motion. Arbitrarily long observations of an individual player's swing sequences can be included in the analysis. The results obtained for the considered example show an improper swing motion in early phase of the swing, i.e., the first part of the backswing. An early detection method for improper swing motions that is conducted on an individual basis provides assistance for performance improvement.

  19. Monitoring Java Programs with Java PathExplorer

    NASA Technical Reports Server (NTRS)

    Havelund, Klaus; Rosu, Grigore; Clancy, Daniel (Technical Monitor)

    2001-01-01

    We present recent work on the development Java PathExplorer (JPAX), a tool for monitoring the execution of Java programs. JPAX can be used during program testing to gain increased information about program executions, and can potentially furthermore be applied during operation to survey safety critical systems. The tool facilitates automated instrumentation of a program's late code which will then omit events to an observer during its execution. The observer checks the events against user provided high level requirement specifications, for example temporal logic formulae, and against lower level error detection procedures, for example concurrency related such as deadlock and data race algorithms. High level requirement specifications together with their underlying logics are defined in the Maude rewriting logic, and then can either be directly checked using the Maude rewriting engine, or be first translated to efficient data structures and then checked in Java.

  20. Alteration of swing leg work and power during human accelerated sprinting

    PubMed Central

    Matsubayashi, Takeo; Matsuo, Akifumi; Zushi, Koji

    2017-01-01

    ABSTRACT This study investigated changes in lower-extremity joint work and power during the swing phase in a maximal accelerated sprinting. Twelve male sprinters performed 60 m maximal sprints while motion data was recorded. Lower-extremity joint work and power during the swing phase of each stride for both legs were calculated. Positive hip and negative knee work (≈4.3 and ≈−2.9 J kg−1) and mean power (≈13.4 and ≈−8.7 W kg−1) during the entire swing phase stabilized or decreased after the 26.2±1.1 (9.69±0.25 m s−1) or 34.3±1.5 m mark (9.97±0.26 m s−1) during the acceleration phase. In contrast, the hip negative work and mean power during the early swing phase (≈7-fold and ≈3.7-fold increase in total), as well as the knee negative work and power during the terminal swing phase (≈1.85-fold and ≈2-fold increase in total), increased until maximal speed. Moreover, only the magnitudes of increases in negative work and mean power at hip and knee joints during the swing phase were positively associated with the increment of running speed from the middle of acceleration phase. These findings indicate that the roles of energy generation and absorption at the hip and knee joints shift around the middle of the acceleration phase as energy generation and absorption at the hip during the late swing phase and at the knee during early swing phase are generally maintained or decreased, and negative work and power at hip during the early swing phase and at knee during the terminal swing phase may be responsible for increasing running speed when approaching maximal speed. PMID:28396485

  1. Java 3D Interactive Visualization for Astrophysics

    NASA Astrophysics Data System (ADS)

    Chae, K.; Edirisinghe, D.; Lingerfelt, E. J.; Guidry, M. W.

    2003-05-01

    We are developing a series of interactive 3D visualization tools that employ the Java 3D API. We have applied this approach initially to a simple 3-dimensional galaxy collision model (restricted 3-body approximation), with quite satisfactory results. Running either as an applet under Web browser control, or as a Java standalone application, this program permits real-time zooming, panning, and 3-dimensional rotation of the galaxy collision simulation under user mouse and keyboard control. We shall also discuss applications of this technology to 3-dimensional visualization for other problems of astrophysical interest such as neutron star mergers and the time evolution of element/energy production networks in X-ray bursts. *Managed by UT-Battelle, LLC, for the U.S. Department of Energy under contract DE-AC05-00OR22725.

  2. Effects of moment of inertia on restricted motion swing speed.

    PubMed

    Schorah, David; Choppin, Simon; James, David

    2015-06-01

    In many sports, the maximum swing speed of a racket, club, or bat is a key performance parameter. Previous research in multiple sports supports the hypothesis of an inverse association between the swing speed and moment of inertia of an implement. The aim of this study was to rigorously test and quantify this relationship using a restricted swinging motion. Eight visually identical rods with a common mass but variable moment of inertia were manufactured. Motion capture technology was used to record eight participants' maximal effort swings with the rods. Strict exclusion criteria were applied to data that did not adhere to the prescribed movement pattern. The study found that for all participants, swing speed decreased with respect to moment of inertia according to a power relationship. However, in contrast to previous studies, the rate of decrease varied from participant to participant. With further analysis it was found that participants performed more consistently at the higher end of the moment of inertia range tested. The results support the inverse association between swing speed and moment of inertia but only for higher moment of inertia implements.

  3. Development of Active Rocking Chair with Changing Swing According to Heartbeat Fluctuation

    NASA Astrophysics Data System (ADS)

    Kawashima, Takeshi

    The purpose of this study is to realize a comfortable swing according to the condition of each individual person. A simple active rocking chair is developed, the swing of which changes with the heartbeat fluctuation of the seated person. The active rocking chair is driven by a solenoid for safety and silence. Swinging is strengthened when the period of the heartbeat lengthens, and it is weakened when the period shortens. Swinging is evaluated using a questionnaire of 16 bipolar scales that was developed for the evaluation of comfortable swinging on the basis of the semantic differential (SD) technique. As a result, it is confirmed that comfortable swinging is realized by the developed active rocking chair. Then the acceleration near the ear of the seated person is measured in order to examine the features of comfortable swinging using the feedback of heartbeat fluctuation. It is clarified that the power spectrum of the envelope of the acceleration waveform shows “1/f fluctuation”.

  4. 77 FR 66703 - Safety Standard for Infant Swings

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-11-07

    .... Instability of the swing was reported in 5 percent of the incident reports. In most of these cases, the swing.... Nor is it necessarily easy for firms to estimate prospectively the economic impact that a regulation... of the likely economic impacts of conforming to the standard that is being proposed, not the economic...

  5. Simulated Lunar Testing of Metabolic Heat Regenerated Temperature Swing Adsorption

    NASA Technical Reports Server (NTRS)

    Padilla, Sebastian A.; Bower, Chad E.; Iacomini, Christie S.; Paul, Heather L.

    2012-01-01

    Metabolic heat regenerated Temperature Swing Adsorption (MTSA) technology is being developed for thermal and carbon dioxide (CO2) control for a Portable Life Support System (PLSS), as well as water recycling. An Engineering Development Unit (EDU) of the MTSA Subassembly (MTSAS) was designed and assembled for optimized Martian operations, but also meets system requirements for lunar operations. For lunar operations the MTSA sorption cycle is driven via a vacuum swing between suit ventilation loop pressure and lunar vacuum. The focus of this effort was testing in a simulated lunar environment. This environment was simulated in Paragon's EHF vacuum chamber. The objective of the testing was to evaluate the full cycle performance of the MTSA Subassembly EDU, and to assess CO2 loading and pressure drop of the wash coated aluminum reticulated foam sorbent bed. Lunar environment testing proved out the feasibility of pure vacuum swing operation, making MTSA a technology that can be tested and used on the Moon prior to going to Mars. Testing demonstrated better than expected CO2 Nomenclature loading on the sorbent and nearly replicates the equilibrium data from the sorbent manufacturer. This exceeded any of the previous sorbent loading tests performed by Paragon. Subsequently, the increased performance of the sorbent bed design indicates future designs will require less mass and volume than the current EDU rendering MTSA as very competitive for Martian PLSS applications.

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

    PubMed

    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.

  7. Analysis of variables affecting unemployment rate and detecting for cluster in West Java, Central Java, and East Java in 2012

    NASA Astrophysics Data System (ADS)

    Samuel, Putra A.; Widyaningsih, Yekti; Lestari, Dian

    2016-02-01

    The objective of this study is modeling the Unemployment Rate (UR) in West Java, Central Java, and East Java, with rate of disease, infant mortality rate, educational level, population size, proportion of married people, and GDRP as the explanatory variables. Spatial factors are also considered in the modeling since the closer the distance, the higher the correlation. This study uses the secondary data from BPS (Badan Pusat Statistik). The data will be analyzed using Moran I test, to obtain the information about spatial dependence, and using Spatial Autoregressive modeling to obtain the information, which variables are significant affecting UR and how great the influence of the spatial factors. The result is, variables proportion of married people, rate of disease, and population size are related significantly to UR. In all three regions, the Hotspot of unemployed will also be detected districts/cities using Spatial Scan Statistics Method. The results are 22 districts/cities as a regional group with the highest unemployed (Most likely cluster) in the study area; 2 districts/cities as a regional group with the highest unemployed in West Java; 1 district/city as a regional groups with the highest unemployed in Central Java; 15 districts/cities as a regional group with the highest unemployed in East Java.

  8. JGromacs: a Java package for analyzing protein simulations.

    PubMed

    Münz, Márton; Biggin, Philip C

    2012-01-23

    In this paper, we introduce JGromacs, a Java API (Application Programming Interface) that facilitates the development of cross-platform data analysis applications for Molecular Dynamics (MD) simulations. The API supports parsing and writing file formats applied by GROMACS (GROningen MAchine for Chemical Simulations), one of the most widely used MD simulation packages. JGromacs builds on the strengths of object-oriented programming in Java by providing a multilevel object-oriented representation of simulation data to integrate and interconvert sequence, structure, and dynamics information. The easy-to-learn, easy-to-use, and easy-to-extend framework is intended to simplify and accelerate the implementation and development of complex data analysis algorithms. Furthermore, a basic analysis toolkit is included in the package. The programmer is also provided with simple tools (e.g., XML-based configuration) to create applications with a user interface resembling the command-line interface of GROMACS applications. JGromacs and detailed documentation is freely available from http://sbcb.bioch.ox.ac.uk/jgromacs under a GPLv3 license .

  9. CFD Analysis of Swing of Cricket Ball and Trajectory Prediction

    NASA Astrophysics Data System (ADS)

    G, Jithin; Tom, Josin; Ruishikesh, Kamat; Jose, Jyothish; Kumar, Sanjay

    2013-11-01

    This work aims to understand the aerodynamics associated with the flight and swing of a cricket ball and predict its flight trajectory over the course of the game: at start (smooth ball) and as the game progresses (rough ball). Asymmetric airflow over the ball due to seam orientation and surface roughness can cause flight deviation (swing). The values of Drag, Lift and Side forces which are crucial for determining the trajectory of the ball were found with the help of FLUENT using the standard K- ɛ model. Analysis was done to study how the ball velocity, spin imparted to be ball and the tilt of the seam affects the movement of the ball through air. The governing force balance equations in 3 dimensions in combination a MATLAB code which used Heun's method was used for obtaining the trajectory of the ball. The conditions for the conventional swing and reverse swing to occur were deduced from the analysis and found to be in alignment with the real life situation. Critical seam angle for maximum swing and transition speed for normal to reverse swing were found out. The obtained trajectories were compared to real life hawk eye trajectories for validation. The analysis results were in good agreement with the real life situation.

  10. Gasdynamic modeling and parametric study of mesoscale internal combustion swing engine/generator systems

    NASA Astrophysics Data System (ADS)

    Gu, Yongxian

    The demand of portable power generation systems for both domestic and military applications has driven the advances of mesoscale internal combustion engine systems. This dissertation was devoted to the gasdynamic modeling and parametric study of the mesoscale internal combustion swing engine/generator systems. First, the system-level thermodynamic modeling for the swing engine/generator systems has been developed. The system performance as well as the potentials of both two- and four-stroke swing engine systems has been investigated based on this model. Then through parameterc studies, the parameters that have significant impacts on the system performance have been identified, among which, the burn time and spark advance time are the critical factors related to combustion process. It is found that the shorter burn time leads to higher system efficiency and power output and the optimal spark advance time is about half of the burn time. Secondly, the turbulent combustion modeling based on levelset method (G-equation) has been implemented into the commercial software FLUENT. Thereafter, the turbulent flame propagation in a generic mesoscale combustion chamber and realistic swing engine chambers has been studied. It is found that, in mesoscale combustion engines, the burn time is dominated by the mean turbulent kinetic energy in the chamber. It is also shown that in a generic mesoscale combustion chamber, the burn time depends on the longest distance between the initial ignition kernel to its walls and by changing the ignition and injection locations, the burn time can be reduced by a factor of two. Furthermore, the studies of turbulent flame propagation in real swing engine chambers show that the combustion can be enhanced through in-chamber turbulence augmentation and with higher engine frequency, the burn time is shorter, which indicates that the in-chamber turbulence can be induced by the motion of moving components as well as the intake gas jet flow. The burn time

  11. General closeup view of the swing span bridge in the ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    General close-up view of the swing span bridge in the close position, looking upriver. The pivot/center pier is positioned in the center of Tennessee River. Note: Each arm of the continuous swing span acts as simple spans. The total span over four (4) supports is partially continuous-- the middle panel at the center pier is continuous for bending moments, but discontinuous for shears. - Bridgeport Swing Span Bridge, Spanning Tennessee River, Bridgeport, Jackson County, AL

  12. MzJava: An open source library for mass spectrometry data processing.

    PubMed

    Horlacher, Oliver; Nikitin, Frederic; Alocci, Davide; Mariethoz, Julien; Müller, Markus; Lisacek, Frederique

    2015-11-03

    Mass spectrometry (MS) is a widely used and evolving technique for the high-throughput identification of molecules in biological samples. The need for sharing and reuse of code among bioinformaticians working with MS data prompted the design and implementation of MzJava, an open-source Java Application Programming Interface (API) for MS related data processing. MzJava provides data structures and algorithms for representing and processing mass spectra and their associated biological molecules, such as metabolites, glycans and peptides. MzJava includes functionality to perform mass calculation, peak processing (e.g. centroiding, filtering, transforming), spectrum alignment and clustering, protein digestion, fragmentation of peptides and glycans as well as scoring functions for spectrum-spectrum and peptide/glycan-spectrum matches. For data import and export MzJava implements readers and writers for commonly used data formats. For many classes support for the Hadoop MapReduce (hadoop.apache.org) and Apache Spark (spark.apache.org) frameworks for cluster computing was implemented. The library has been developed applying best practices of software engineering. To ensure that MzJava contains code that is correct and easy to use the library's API was carefully designed and thoroughly tested. MzJava is an open-source project distributed under the AGPL v3.0 licence. MzJava requires Java 1.7 or higher. Binaries, source code and documentation can be downloaded from http://mzjava.expasy.org and https://bitbucket.org/sib-pig/mzjava. This article is part of a Special Issue entitled: Computational Proteomics. Copyright © 2015 Elsevier B.V. All rights reserved.

  13. JSXGraph--Dynamic Mathematics with JavaScript

    ERIC Educational Resources Information Center

    Gerhauser, Michael; Valentin, Bianca; Wassermann, Alfred

    2010-01-01

    Since Java applets seem to be on the retreat in web application, other approaches for displaying interactive mathematics in the web browser are needed. One such alternative could be our open-source project JSXGraph. It is a cross-browser library for displaying interactive geometry, function plotting, graphs, and data visualization in a web…

  14. Rosetta Navigation at its Mars Swing-By

    NASA Technical Reports Server (NTRS)

    Budnik, Frank; Morley, Trevor

    2007-01-01

    This paper reports on the navigation activities during Rosetta s Mars swing-by. It covers the Mars approach phase starting after a deterministic deep-space maneuver in September 2006, the swing-by proper on 25 February 2007, and ends with another deterministic deep-space maneuver in April 2007 which was also foreseen to compensate any navigation error. Emphasis is put on the orbit determination and prediction set-up and the evolution of the targeting estimates in the B-plane and their adjustments by trajectory correction maneuvers.

  15. Free-Swinging Failure Tolerance for Robotic Manipulators

    NASA Technical Reports Server (NTRS)

    English, James

    1997-01-01

    Under this GSRP fellowship, software-based failure-tolerance techniques were developed for robotic manipulators. The focus was on failures characterized by the loss of actuator torque at a joint, called free-swinging failures. The research results spanned many aspects of the free-swinging failure-tolerance problem, from preparing for an expected failure to discovery of postfailure capabilities to establishing efficient methods to realize those capabilities. Developed algorithms were verified using computer-based dynamic simulations, and these were further verified using hardware experiments at Johnson Space Center.

  16. The effects of baseball bat mass properties on swing mechanics, ground reaction forces, and swing timing.

    PubMed

    Laughlin, Walter A; Fleisig, Glenn S; Aune, Kyle T; Diffendaffer, Alek Z

    2016-01-01

    Swing trajectory and ground reaction forces (GRF) of 30 collegiate baseball batters hitting a pitched ball were compared between a standard bat, a bat with extra weight about its barrel, and a bat with extra weight in its handle. It was hypothesised that when compared to a standard bat, only a handle-weighted bat would produce equivalent bat kinematics. It was also hypothesised that hitters would not produce equivalent GRFs for each weighted bat, but would maintain equivalent timing when compared to a standard bat. Data were collected utilising a 500 Hz motion capture system and 1,000 Hz force plate system. Data between bats were considered equivalent when the 95% confidence interval of the difference was contained entirely within ±5% of the standard bat mean value. The handle-weighted bat had equivalent kinematics, whereas the barrel-weighted bat did not. Both weighted bats had equivalent peak GRF variables. Neither weighted bat maintained equivalence in the timing of bat kinematics and some peak GRFs. The ability to maintain swing kinematics with a handle-weighted bat may have implications for swing training and warm-up. However, altered timings of kinematics and kinetics require further research to understand the implications on returning to a conventionally weighted bat.

  17. JGromacs: A Java Package for Analyzing Protein Simulations

    PubMed Central

    2011-01-01

    In this paper, we introduce JGromacs, a Java API (Application Programming Interface) that facilitates the development of cross-platform data analysis applications for Molecular Dynamics (MD) simulations. The API supports parsing and writing file formats applied by GROMACS (GROningen MAchine for Chemical Simulations), one of the most widely used MD simulation packages. JGromacs builds on the strengths of object-oriented programming in Java by providing a multilevel object-oriented representation of simulation data to integrate and interconvert sequence, structure, and dynamics information. The easy-to-learn, easy-to-use, and easy-to-extend framework is intended to simplify and accelerate the implementation and development of complex data analysis algorithms. Furthermore, a basic analysis toolkit is included in the package. The programmer is also provided with simple tools (e.g., XML-based configuration) to create applications with a user interface resembling the command-line interface of GROMACS applications. Availability: JGromacs and detailed documentation is freely available from http://sbcb.bioch.ox.ac.uk/jgromacs under a GPLv3 license. PMID:22191855

  18. Sensory gating for the initiation of the swing phase in different directions of human infant stepping.

    PubMed

    Pang, Marco Y C; Yang, Jaynie F

    2002-07-01

    Humans can make smooth, continuous transitions in walking direction from forward to backward. Thus, the processing of sensory input must allow a similar continuum of possibilities. Hip extension and reduced load are two important conditions that control the transition from the stance to swing phase during forward stepping in human infants. The purpose of this study was to determine whether the same factors also regulate the initiation of the swing phase in other directions of stepping. Thirty-seven infants between the ages of 5 and 13 months were studied during supported forward and sideways stepping on a treadmill. Disturbances were elicited by placing a piece of cardboard under the foot and pulling the cardboard in different directions. In this way, the leg was displaced in a particular direction and simultaneously unloaded. We observed whether the swing phase was immediately initiated after the application of disturbances in various directions. Electromyography, vertical ground reaction forces, and hip motion in frontal and sagittal planes were recorded. The results showed that the most potent sensory input to initiate the swing phase depends on the direction of stepping. Although low load was always necessary to initiate swing for all directions of walking, the preferred hip position was always one directly opposite the direction of walking. The results indicated the presence of selective gating of sensory input from the legs as a function of the direction of stepping.

  19. Java Mission Evaluation Workstation System

    NASA Technical Reports Server (NTRS)

    Pettinger, Ross; Watlington, Tim; Ryley, Richard; Harbour, Jeff

    2006-01-01

    The Java Mission Evaluation Workstation System (JMEWS) is a collection of applications designed to retrieve, display, and analyze both real-time and recorded telemetry data. This software is currently being used by both the Space Shuttle Program (SSP) and the International Space Station (ISS) program. JMEWS was written in the Java programming language to satisfy the requirement of platform independence. An object-oriented design was used to satisfy additional requirements and to make the software easily extendable. By virtue of its platform independence, JMEWS can be used on the UNIX workstations in the Mission Control Center (MCC) and on office computers. JMEWS includes an interactive editor that allows users to easily develop displays that meet their specific needs. The displays can be developed and modified while viewing data. By simply selecting a data source, the user can view real-time, recorded, or test data.

  20. Lumbar Corsets Can Decrease Lumbar Motion in Golf Swing

    PubMed Central

    Hashimoto, Koji; Miyamoto, Kei; Yanagawa, Takashi; Hattori, Ryo; Aoki, Takaaki; Matsuoka, Toshio; Ohno, Takatoshi; Shimizu, Katsuji

    2013-01-01

    Swinging a golf club includes the rotation and extension of the lumbar spine. Golf-related low back pain has been associated with degeneration of the lumbar facet and intervertebral discs, and with spondylolysis. Reflective markers were placed directly onto the skin of 11young male amateur golfers without a previous history of back pain. Using a VICON system (Oxford Metrics, U.K.), full golf swings were monitored without a corset (WOC), with a soft corset (SC), and with a hard corset (HC), with each subject taking 3 swings. Changes in the angle between the pelvis and the thorax (maximum range of motion and angular velocity) in 3 dimensions (lumbar rotation, flexion-extension, and lateral tilt) were analyzed, as was rotation of the hip joint. Peak changes in lumbar extension and rotation occurred just after impact with the ball. The extension angle of the lumbar spine at finish was significantly lower under SC (38°) or HC (28°) than under WOC (44°) conditions (p < 0.05). The maximum angular velocity after impact was significantly smaller under HC (94°/sec) than under SC (177°/sec) and WOC (191° /sec) conditions, as were the lumbar rotation angles at top and finish. In contrast, right hip rotation angles at top showed a compensatory increase under HC conditions. Wearing a lumbar corset while swinging a golf club can effectively decrease lumbar extension and rotation angles from impact until the end of the swing. These effects were significantly enhanced while wearing an HC. Key points Rotational and extension forces on the lumbar spine may cause golf-related low back pain Wearing lumbar corsets during a golf swing can effectively decrease lumbar extension and rotation angles and angular velocity. Wearing lumbar corsets increased the rotational motion of the hip joint while reducing the rotation of the lumbar spine. PMID:24149729

  1. Lumbar corsets can decrease lumbar motion in golf swing.

    PubMed

    Hashimoto, Koji; Miyamoto, Kei; Yanagawa, Takashi; Hattori, Ryo; Aoki, Takaaki; Matsuoka, Toshio; Ohno, Takatoshi; Shimizu, Katsuji

    2013-01-01

    Swinging a golf club includes the rotation and extension of the lumbar spine. Golf-related low back pain has been associated with degeneration of the lumbar facet and intervertebral discs, and with spondylolysis. Reflective markers were placed directly onto the skin of 11young male amateur golfers without a previous history of back pain. Using a VICON system (Oxford Metrics, U.K.), full golf swings were monitored without a corset (WOC), with a soft corset (SC), and with a hard corset (HC), with each subject taking 3 swings. Changes in the angle between the pelvis and the thorax (maximum range of motion and angular velocity) in 3 dimensions (lumbar rotation, flexion-extension, and lateral tilt) were analyzed, as was rotation of the hip joint. Peak changes in lumbar extension and rotation occurred just after impact with the ball. The extension angle of the lumbar spine at finish was significantly lower under SC (38°) or HC (28°) than under WOC (44°) conditions (p < 0.05). The maximum angular velocity after impact was significantly smaller under HC (94°/sec) than under SC (177°/sec) and WOC (191° /sec) conditions, as were the lumbar rotation angles at top and finish. In contrast, right hip rotation angles at top showed a compensatory increase under HC conditions. Wearing a lumbar corset while swinging a golf club can effectively decrease lumbar extension and rotation angles from impact until the end of the swing. These effects were significantly enhanced while wearing an HC. Key pointsRotational and extension forces on the lumbar spine may cause golf-related low back painWearing lumbar corsets during a golf swing can effectively decrease lumbar extension and rotation angles and angular velocity.Wearing lumbar corsets increased the rotational motion of the hip joint while reducing the rotation of the lumbar spine.

  2. 24. VIEW TO NORTHEAST FROM BRIDGE HOUSE. SOUTH SWING SPAN ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    24. VIEW TO NORTHEAST FROM BRIDGE HOUSE. SOUTH SWING SPAN (SEEN AS THE ROADWAY IN FOREGROUND) HAS CLOSED, NORTH SWING SPAN IS APPROACHING CLOSURE. - George P. Coleman Memorial Bridge, Spanning York River at U.S. Route 17, Yorktown, York County, VA

  3. Design of a Golf Swing Injury Detection and Evaluation open service platform with Ontology-oriented clustering case-based reasoning mechanism.

    PubMed

    Ku, Hao-Hsiang

    2015-01-01

    Nowadays, people can easily use a smartphone to get wanted information and requested services. Hence, this study designs and proposes a Golf Swing Injury Detection and Evaluation open service platform with Ontology-oritened clustering case-based reasoning mechanism, which is called GoSIDE, based on Arduino and Open Service Gateway initative (OSGi). GoSIDE is a three-tier architecture, which is composed of Mobile Users, Application Servers and a Cloud-based Digital Convergence Server. A mobile user is with a smartphone and Kinect sensors to detect the user's Golf swing actions and to interact with iDTV. An application server is with Intelligent Golf Swing Posture Analysis Model (iGoSPAM) to check a user's Golf swing actions and to alter this user when he is with error actions. Cloud-based Digital Convergence Server is with Ontology-oriented Clustering Case-based Reasoning (CBR) for Quality of Experiences (OCC4QoE), which is designed to provide QoE services by QoE-based Ontology strategies, rules and events for this user. Furthermore, GoSIDE will automatically trigger OCC4QoE and deliver popular rules for a new user. Experiment results illustrate that GoSIDE can provide appropriate detections for Golfers. Finally, GoSIDE can be a reference model for researchers and engineers.

  4. Volcanoes, Central Java, Indonesia

    NASA Technical Reports Server (NTRS)

    1992-01-01

    The island of Java (8.0S, 112.0E), perhaps better than any other, illustrates the volcanic origin of Pacific Island groups. Seen in this single view are at least a dozen once active volcano craters. Alignment of the craters even defines the linear fault line of Java as well as the other some 1500 islands of the Indonesian Archipelago. Deep blue water of the Indian Ocean to the south contrasts to the sediment laden waters of the Java Sea to the north.

  5. Volcanoes, Central Java, Indonesia

    NASA Image and Video Library

    1992-08-08

    The island of Java (8.0S, 112.0E), perhaps better than any other, illustrates the volcanic origin of Pacific Island groups. Seen in this single view are at least a dozen once active volcano craters. Alignment of the craters even defines the linear fault line of Java as well as the other some 1500 islands of the Indonesian Archipelago. Deep blue water of the Indian Ocean to the south contrasts to the sediment laden waters of the Java Sea to the north.

  6. JSME: a free molecule editor in JavaScript.

    PubMed

    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/

  7. Swinging Atwood's Machine

    NASA Astrophysics Data System (ADS)

    Tufillaro, Nicholas B.; Abbott, Tyler A.; Griffiths, David J.

    1984-10-01

    We examine the motion of an Atwood's Machine in which one of the masses is allowed to swing in a plane. Computer studies reveal a rich variety of trajectories. The orbits are classified (bounded, periodic, singular, and terminating), and formulas for the critical mass ratios are developed. Perturbative techniques yield good approximations to the computer-generated trajectories. The model constitutes a simple example of a nonlinear dynamical system with two degrees of freedom.

  8. Movement variability in the golf swing.

    PubMed

    Langdown, Ben L; Bridge, Matt; Li, Francois-Xavier

    2012-06-01

    Traditionally, golf biomechanics has focused upon achieving consistency in swing kinematics and kinetics, whilst variability was considered to be noise and dysfunctional. There has been a growing argument that variability is an intrinsic aspect of skilled motor performance and plays a functional role. Two types of variability are described: 'strategic shot selection' and 'movement variability'. In 'strategic shot selection', the outcome remains consistent, but the swing kinematics/kinetics (resulting in the desired ball flight) are free to vary; 'movement variability' is the changes in swing kinematics and kinetics from trial to trial when the golfer attempts to hit the same shot. These changes will emerge due to constraints of the golfer's body, the environment, and the task. Biomechanical research has focused upon aspects of technique such as elite versus non-elite kinematics, kinetics, kinematic sequencing, peak angular velocities of body segments, wrist function, ground reaction forces, and electromyography, mainly in the search for greater distance and clubhead velocity. To date very little is known about the impact of variability on this complex motor skill, and it has yet to be fully researched to determine where the trade-off between functional and detrimental variability lies when in pursuit of enhanced performance outcomes.

  9. JVM: Java Visual Mapping tool for next generation sequencing read.

    PubMed

    Yang, Ye; Liu, Juan

    2015-01-01

    We developed a program JVM (Java Visual Mapping) for mapping next generation sequencing read to reference sequence. The program is implemented in Java and is designed to deal with millions of short read generated by sequence alignment using the Illumina sequencing technology. It employs seed index strategy and octal encoding operations for sequence alignments. JVM is useful for DNA-Seq, RNA-Seq when dealing with single-end resequencing. JVM is a desktop application, which supports reads capacity from 1 MB to 10 GB.

  10. Java PathFinder: A Translator From Java to Promela

    NASA Technical Reports Server (NTRS)

    Havelund, Klaus

    1999-01-01

    JAVA PATHFINDER, JPF, is a prototype translator from JAVA to PROMELA, the modeling language of the SPIN model checker. JPF is a product of a major effort by the Automated Software Engineering group at NASA Ames to make model checking technology part of the software process. Experience has shown that severe bugs can be found in final code using this technique, and that automated translation from a programming language to a modeling language like PROMELA can help reducing the effort required.

  11. BioLayout(Java): versatile network visualisation of structural and functional relationships.

    PubMed

    Goldovsky, Leon; Cases, Ildefonso; Enright, Anton J; Ouzounis, Christos A

    2005-01-01

    Visualisation of biological networks is becoming a common task for the analysis of high-throughput data. These networks correspond to a wide variety of biological relationships, such as sequence similarity, metabolic pathways, gene regulatory cascades and protein interactions. We present a general approach for the representation and analysis of networks of variable type, size and complexity. The application is based on the original BioLayout program (C-language implementation of the Fruchterman-Rheingold layout algorithm), entirely re-written in Java to guarantee portability across platforms. BioLayout(Java) provides broader functionality, various analysis techniques, extensions for better visualisation and a new user interface. Examples of analysis of biological networks using BioLayout(Java) are presented.

  12. A Three-Dimensional Kinematic and Kinetic Study of the College-Level Female Softball Swing

    PubMed Central

    Milanovich, Monica; Nesbit, Steven M.

    2014-01-01

    This paper quantifies and discusses the three-dimensional kinematic and kinetic characteristics of the female softball swing as performed by fourteen female collegiate amateur subjects. The analyses were performed using a three-dimensional computer model. The model was driven kinematically from subject swings data that were recorded with a multi-camera motion analysis system. Each subject used two distinct bats with significantly different inertial properties. Model output included bat trajectories, subject/bat interaction forces and torques, work, and power. These data formed the basis for a detailed analysis and description of fundamental swing kinematic and kinetic quantities. The analyses revealed that the softball swing is a highly coordinated and individual three-dimensional motion and subject-to-subject variations were significant in all kinematic and kinetic quantities. In addition, the potential effects of bat properties on swing mechanics are discussed. The paths of the hands and the centre-of-curvature of the bat relative to the horizontal plane appear to be important trajectory characteristics of the swing. Descriptions of the swing mechanics and practical implications are offered based upon these findings. Key Points The female softball swing is a highly coordinated and individual three-dimensional motion and subject-to-subject variations were significant in all kinematic and kinetic quantities. The paths of the grip point, bat centre-of-curvature, CG, and COP are complex yet reveal consistent patterns among subjects indicating that these patterns are fundamental components of the swing. The most important mechanical quantity relative to generating bat speed is the total work applied to the bat from the batter. Computer modeling of the softball swing is a viable means for study of the fundamental mechanics of the swing motion, the interactions between the batter and the bat, and the energy transfers between the two. PMID:24570623

  13. A three-dimensional kinematic and kinetic study of the college-level female softball swing.

    PubMed

    Milanovich, Monica; Nesbit, Steven M

    2014-01-01

    This paper quantifies and discusses the three-dimensional kinematic and kinetic characteristics of the female softball swing as performed by fourteen female collegiate amateur subjects. The analyses were performed using a three-dimensional computer model. The model was driven kinematically from subject swings data that were recorded with a multi-camera motion analysis system. Each subject used two distinct bats with significantly different inertial properties. Model output included bat trajectories, subject/bat interaction forces and torques, work, and power. These data formed the basis for a detailed analysis and description of fundamental swing kinematic and kinetic quantities. The analyses revealed that the softball swing is a highly coordinated and individual three-dimensional motion and subject-to-subject variations were significant in all kinematic and kinetic quantities. In addition, the potential effects of bat properties on swing mechanics are discussed. The paths of the hands and the centre-of-curvature of the bat relative to the horizontal plane appear to be important trajectory characteristics of the swing. Descriptions of the swing mechanics and practical implications are offered based upon these findings. Key PointsThe female softball swing is a highly coordinated and individual three-dimensional motion and subject-to-subject variations were significant in all kinematic and kinetic quantities.The paths of the grip point, bat centre-of-curvature, CG, and COP are complex yet reveal consistent patterns among subjects indicating that these patterns are fundamental components of the swing.The most important mechanical quantity relative to generating bat speed is the total work applied to the bat from the batter.Computer modeling of the softball swing is a viable means for study of the fundamental mechanics of the swing motion, the interactions between the batter and the bat, and the energy transfers between the two.

  14. Simulated Lunar Testing of Metabolic Heat Regenerated Temperature Swing Adsorption Technology

    NASA Technical Reports Server (NTRS)

    Padilla, Sebastian A.; Bower, Chad; Iacomini, Christie S.; Paul, H.

    2011-01-01

    Metabolic heat regenerated Temperature Swing Adsorption (MTSA) technology is being developed for thermal and carbon dioxide (CO2) control for a Portable Life Support System (PLSS), as well as water recycling. An Engineering Development Unit (EDU) of the MTSA subassembly was designed and assembled for optimized Martian operations, but also meets system requirements for lunar operations. For lunar operations the MTSA sorption cycle is driven via a vacuum swing between suit ventilation loop pressure and lunar vacuum. The focus of this effort is operations and testing in a simulated lunar environment. This environment was simulated in Paragon s EHF vacuum chamber. The objective of this testing was to evaluate the full cycle performance of the MTSA Subassembly EDU, and to assess CO2 loading and pressure drop of the wash coated aluminum reticulated foam sorbent bed. The lunar testing proved out the feasibility of pure vacuum swing operation, making MTSA a technology that can be tested and used on the Moon prior to going to Mars. Testing demonstrated better than expected CO2 loading on the sorbent and nearly replicates the equilibrium data from the sorbent manufacturer. This had not been achieved in any of the previous sorbent loading tests performed by Paragon. Subsequently, the increased performance of the sorbent bed design indicates future designs will require less mass and volume than the current EDU rendering MTSA as very competitive for Martian PLSS applications.

  15. GSTARI model of BPR assets in West Java, Central Java, and East Java

    NASA Astrophysics Data System (ADS)

    Susanti, Susi; Sulistijowati Handajani, Sri; Indriati, Diari

    2018-05-01

    Bank Perkreditan Rakyat (BPR) is a financial institution in Indonesia dealing with Micro, Small, and Medium Enterprises (MSMEs). Though limited to MSMEs, the development of the BPR industry continues to increase. West Java, Central Java, and East Java have high BPR asset development are suspected to be interconnected because of their economic activities as a neighboring provincies. BPR assets are nonstationary time series data that follow the uptrend pattern. Therefore, the suitable model with the data is generalized space time autoregressive integrated (GSTARI) which considers the spatial and time interrelationships. GSTARI model used spatial order 1 and the autoregressive order is obtained of optimal lag which has the smallest value of Akaike information criterion corrected. The correlation test results showed that the location used in this study had a close relationship. Based on the results of model identification, the best model obtained is GSTAR(31)-I(1). The parameter estimation used the ordinary least squares with the selection of significant variables used the stepwise method and the normalization cross correlation weighting. The residual model fulfilled the assumption of white noise and normal multivariate, so the model was appropriate. The average RMSE and MAPE values of the model were 498.75 and 2.48%.

  16. The effects of the arm swing on biomechanical and physiological aspects of roller ski skating.

    PubMed

    Hegge, Ann Magdalen; Ettema, Gertjan; de Koning, Jos J; Rognstad, Asgeir Bakken; Hoset, Martin; Sandbakk, Øyvind

    2014-08-01

    This study analyzed the biomechanical and physiological effects of the arm swing in roller ski skating, and compared leg-skating (i.e. ski skating without poles) using a pronounced arm swing (SWING) with leg-skating using locked arms (LOCKED). Sixteen elite male cross-country skiers performed submaximal stages at 10, 15 and 20kmh(-1) on a 2% inclined treadmill in the two techniques. SWING demonstrated higher peak push-off forces and a higher force impulse at all speeds, but a longer cycle length only at the highest speed (all P<.05), indicating a lower force effectiveness with SWING at the two lowest speeds. Additionally, the flexion-extension movement in the lower limbs was more pronounced for SWING. Oxygen uptake was higher for SWING at the two lowest speeds (both P<.05) without any differences in blood lactate. At the highest speed, oxygen uptake did not differ between SWING and LOCKED, but the RER, blood lactate and ventilation were lower with SWING (all P<.05). Taken together, these results demonstrate that utilizing the arm swing in roller ski skating increases the ski forces and aerobic energy cost at low and moderate speeds, whereas the greater forces at high speed lead to a longer cycle length and smaller anaerobic contribution. Copyright © 2014 Elsevier B.V. All rights reserved.

  17. Effects of special composite stretching on the swing of amateur golf players

    PubMed Central

    Lee, Joong-chul; Lee, Sung-wan; Yeo, Yun-ghi; Park, Gi Duck

    2015-01-01

    [Purpose] The study investigated stretching for safer a golf swing compared to present stretching methods for proper swings in order to examine the effects of stretching exercises on golf swings. [Subjects] The subjects were 20 amateur golf club members who were divided into two groups: an experimental group which performed stretching, and a control group which did not. The subjects had no bone deformity, muscle weakness, muscle soreness, or neurological problems. [Methods] A swing analyzer and a ROM measuring instrument were used as the measuring tools. The swing analyzer was a GS400-golf hit ball analyzer (Korea) and the ROM measuring instrument was a goniometer (Korea). [Results] The experimental group showed a statistically significant improvement in driving distance. After the special stretching training for golf, a statistically significant difference in hit-ball direction deviation after swings were found between the groups. The experimental group showed statistically significant decreases in hit ball direction deviation. After the special stretching training for golf, statistically significant differences in hit-ball speed were found between the groups. The experimental group showed significant increases in hit-ball speed. [Conclusion] To examine the effects of a special stretching program for golf on golf swing-related factors, 20 male amateur golf club members performed a 12-week stretching training program. After the golf stretching training, statistically significant differences were found between the groups in hit-ball driving distance, direction deviation, deflection distance, and speed. PMID:25995553

  18. Effects of special composite stretching on the swing of amateur golf players.

    PubMed

    Lee, Joong-Chul; Lee, Sung-Wan; Yeo, Yun-Ghi; Park, Gi Duck

    2015-04-01

    [Purpose] The study investigated stretching for safer a golf swing compared to present stretching methods for proper swings in order to examine the effects of stretching exercises on golf swings. [Subjects] The subjects were 20 amateur golf club members who were divided into two groups: an experimental group which performed stretching, and a control group which did not. The subjects had no bone deformity, muscle weakness, muscle soreness, or neurological problems. [Methods] A swing analyzer and a ROM measuring instrument were used as the measuring tools. The swing analyzer was a GS400-golf hit ball analyzer (Korea) and the ROM measuring instrument was a goniometer (Korea). [Results] The experimental group showed a statistically significant improvement in driving distance. After the special stretching training for golf, a statistically significant difference in hit-ball direction deviation after swings were found between the groups. The experimental group showed statistically significant decreases in hit ball direction deviation. After the special stretching training for golf, statistically significant differences in hit-ball speed were found between the groups. The experimental group showed significant increases in hit-ball speed. [Conclusion] To examine the effects of a special stretching program for golf on golf swing-related factors, 20 male amateur golf club members performed a 12-week stretching training program. After the golf stretching training, statistically significant differences were found between the groups in hit-ball driving distance, direction deviation, deflection distance, and speed.

  19. PDDL4J: a planning domain description library for java

    NASA Astrophysics Data System (ADS)

    Pellier, D.; Fiorino, H.

    2018-01-01

    PDDL4J (Planning Domain Description Library for Java) is an open source toolkit for Java cross-platform developers meant (1) to provide state-of-the-art planners based on the Pddl language, and (2) to facilitate research works on new planners. In this article, we present an overview of the Automated Planning concepts and languages. We present some planning systems and their most significant applications. Then, we detail the Pddl4j toolkit with an emphasis on the available informative structures, heuristics and search algorithms.

  20. Building interactive virtual environments for simulated training in medicine using VRML and Java/JavaScript.

    PubMed

    Korocsec, D; Holobar, A; Divjak, M; Zazula, D

    2005-12-01

    Medicine is a difficult thing to learn. Experimenting with real patients should not be the only option; simulation deserves a special attention here. Virtual Reality Modelling Language (VRML) as a tool for building virtual objects and scenes has a good record of educational applications in medicine, especially for static and animated visualisations of body parts and organs. However, to create computer simulations resembling situations in real environments the required level of interactivity and dynamics is difficult to achieve. In the present paper we describe some approaches and techniques which we used to push the limits of the current VRML technology further toward dynamic 3D representation of virtual environments (VEs). Our demonstration is based on the implementation of a virtual baby model, whose vital signs can be controlled from an external Java application. The main contributions of this work are: (a) outline and evaluation of the three-level VRML/Java implementation of the dynamic virtual environment, (b) proposal for a modified VRML Timesensor node, which greatly improves the overall control of system performance, and (c) architecture of the prototype distributed virtual environment for training in neonatal resuscitation comprising the interactive virtual newborn, active bedside monitor for vital signs and full 3D representation of the surgery room.

  1. The role of pelvis-thorax coupling in controlling within-golf club swing speed.

    PubMed

    Lamb, Peter F; Pataky, Todd C

    2018-02-23

    Pelvis-thorax coordination has been recognised to be associated with swing speed. Increasing angular separation between the pelvis and thorax has been thought to initiate the stretch shortening cycle and lead to increased clubhead speed. The purpose of this study was to determine whether pelvis-thorax coupling played a significant role in regulating clubhead speed, in a group of low-handicap golfers (mean handicap = 4.1). Sixteen participants played shots to target distances determined based on their typical 5- and 6-iron shot distances. Half the difference between median 5- and 6-iron distance for each participant was used to create three swing effort conditions: "minus", "norm", and "plus". Ten shots were played under each swing effort condition using both the 5-iron and 6-iron, resulting in six shot categories and 60 shots per participant. No significant differences were found for X-factor for club or swing effort. X-factor stretch showed significant differences for club and swing effort. Continuous relative phase (CRP) results mainly showed evidence of the stretch shortening cycle in the downswing and that it was more pronounced late in the downswing as swing effort increased. Substantial inter-individual CRP variability demonstrated the need for individual analyses when investigating coordination in the golf swing.

  2. Detailed view of one (1) end of the swing span, ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    Detailed view of one (1) end of the swing span, supported on a rest pier, with the span in the closed position and in the train operational mode. Note the end truss bearing where a steel wedge is in the driven position to complete the end bearing arrangement. The wedges are power-driven through the machinery crank arms shown, thus forcing the ends of the swing span truss upward. Note: The top of the old stone pies has been encased with a concrete collar to hold stone masonry together and strengthen truss bearing points. - Bridgeport Swing Span Bridge, Spanning Tennessee River, Bridgeport, Jackson County, AL

  3. Model Checker for Java Programs

    NASA Technical Reports Server (NTRS)

    Visser, Willem

    2007-01-01

    Java Pathfinder (JPF) is a verification and testing environment for Java that integrates model checking, program analysis, and testing. JPF consists of a custom-made Java Virtual Machine (JVM) that interprets bytecode, combined with a search interface to allow the complete behavior of a Java program to be analyzed, including interleavings of concurrent programs. JPF is implemented in Java, and its architecture is highly modular to support rapid prototyping of new features. JPF is an explicit-state model checker, because it enumerates all visited states and, therefore, suffers from the state-explosion problem inherent in analyzing large programs. It is suited to analyzing programs less than 10kLOC, but has been successfully applied to finding errors in concurrent programs up to 100kLOC. When an error is found, a trace from the initial state to the error is produced to guide the debugging. JPF works at the bytecode level, meaning that all of Java can be model-checked. By default, the software checks for all runtime errors (uncaught exceptions), assertions violations (supports Java s assert), and deadlocks. JPF uses garbage collection and symmetry reductions of the heap during model checking to reduce state-explosion, as well as dynamic partial order reductions to lower the number of interleavings analyzed. JPF is capable of symbolic execution of Java programs, including symbolic execution of complex data such as linked lists and trees. JPF is extensible as it allows for the creation of listeners that can subscribe to events during searches. The creation of dedicated code to be executed in place of regular classes is supported and allows users to easily handle native calls and to improve the efficiency of the analysis.

  4. Arm swing as a potential new prodromal marker of Parkinson's disease.

    PubMed

    Mirelman, Anat; Bernad-Elazari, Hagar; Thaler, Avner; Giladi-Yacobi, Eytan; Gurevich, Tanya; Gana-Weisz, Mali; Saunders-Pullman, Rachel; Raymond, Deborah; Doan, Nancy; Bressman, Susan B; Marder, Karen S; Alcalay, Roy N; Rao, Ashwini K; Berg, Daniela; Brockmann, Kathrin; Aasly, Jan; Waro, Bjørg Johanne; Tolosa, Eduardo; Vilas, Dolores; Pont-Sunyer, Claustre; Orr-Urtreger, Avi; Hausdorff, Jeffrey M; Giladi, Nir

    2016-10-01

    Reduced arm swing is a well-known clinical feature of Parkinson's disease (PD), often observed early in the course of the disease. We hypothesized that subtle changes in arm swing and axial rotation may also be detectable in the prodromal phase. The purpose of this study was to evaluate the relationship between the LRRK2-G2019S mutation, arm swing, and axial rotation in healthy nonmanifesting carriers and noncarriers of the G2019S mutation and in patients with PD. A total of 380 participants (186 healthy nonmanifesting controls and 194 PD patients) from 6 clinical sites underwent gait analysis while wearing synchronized 3-axis body-fixed sensors on the lower back and bilateral wrists. Participants walked for 1 minute under the following 2 conditions: (1) usual walking and (2) dual-task walking. Arm swing amplitudes, asymmetry, variability, and smoothness were calculated for both arms along with measures of axial rotation. A total of 122 nonmanifesting participants and 67 PD patients were carriers of the G2019S mutation. Nonmanifesting mutation carriers walked with greater arm swing asymmetry and variability and lower axial rotation smoothness under the dual task condition when compared with noncarriers (P < .04). In the nonmanifesting mutation carriers, arm swing asymmetry was associated with gait variability under dual task (P = .003). PD carriers showed greater asymmetry and variability of movement than PD noncarriers, even after controlling for disease severity (P < .009). The G2019S mutation is associated with increased asymmetry and variability among nonmanifesting participants and patients with PD. Prospective studies should determine if arm swing asymmetry and axial rotation smoothness may be used as motor markers of prodromal PD. © 2016 International Parkinson and Movement Disorder Society. © 2016 International Parkinson and Movement Disorder Society.

  5. Myths of Teaching the Golf Swing.

    ERIC Educational Resources Information Center

    Kraft, Robert E.

    1987-01-01

    This article dispells 11 myths about common teaching practices and misconceptions about the modern golf swing. Each myth is counterbalanced by facts presented by researchers about appropriate movements, skills, and practices. (CB)

  6. Increasing cognitive load attenuates right arm swing in healthy human walking

    NASA Astrophysics Data System (ADS)

    Killeen, Tim; Easthope, Christopher S.; Filli, Linard; Lőrincz, Lilla; Schrafl-Altermatt, Miriam; Brugger, Peter; Linnebank, Michael; Curt, Armin; Zörner, Björn; Bolliger, Marc

    2017-01-01

    Human arm swing looks and feels highly automated, yet it is increasingly apparent that higher centres, including the cortex, are involved in many aspects of locomotor control. The addition of a cognitive task increases arm swing asymmetry during walking, but the characteristics and mechanism of this asymmetry are unclear. We hypothesized that this effect is lateralized and a Stroop word-colour naming task-primarily involving left hemisphere structures-would reduce right arm swing only. We recorded gait in 83 healthy subjects aged 18-80 walking normally on a treadmill and while performing a congruent and incongruent Stroop task. The primary measure of arm swing asymmetry-an index based on both three-dimensional wrist trajectories in which positive values indicate proportionally smaller movements on the right-increased significantly under dual-task conditions in those aged 40-59 and further still in the over-60s, driven by reduced right arm flexion. Right arm swing attenuation appears to be the norm in humans performing a locomotor-cognitive dual-task, confirming a prominent role of the brain in locomotor behaviour. Women under 60 are surprisingly resistant to this effect, revealing unexpected gender differences atop the hierarchical chain of locomotor control.

  7. Relationships between clubshaft motions and clubface orientation during the golf swing.

    PubMed

    Takagi, Tokio; Yokozawa, Toshiharu; Inaba, Yuki; Matsuda, Yuji; Shiraki, Hitoshi

    2017-09-01

    Since clubface orientation at impact affects ball direction and ball spin, the ability to control clubface orientation is one of the most important skills for golfers. This study presents a new method to describe clubface orientation as a function of the clubshaft motions (i.e., swing plane orientation, clubshaft angle in the swing plane, and clubshaft rolling angle) during a golf swing and investigates the relationships between the clubshaft motions and clubface orientation at impact. The club motion data of driver shots were collected from eight skilled golfers using a three-dimensional motion capture system. The degrees of influence of the clubshaft motions on the clubface orientation were investigated using sensitivity analysis. The sensitivity analysis revealed that the swing plane horizontal angle affected the clubface horizontal angle to an extent of 100%, that the clubshaft angle in the swing plane affected both the clubface vertical and horizontal angles to extents of 74 and 68%, respectively, and that the clubshaft rolling angle affected both the clubface vertical and horizontal angles to extents of -67 and 75%, respectively. Since the method presented here relates clubface orientation to clubshaft motions, it is useful for understanding the clubface control of a golfer.

  8. Effects of training with a dynamic moment of inertia bat on swing performance.

    PubMed

    Liu, Chiang; Liu, Ya-Chen; Kao, Ying-Chieh; Shiang, Tzyy-Yuang

    2011-11-01

    The purpose of this study was to investigate the effects of the 8-week dynamic moment of inertia (DMOI) bat training on swing velocity, batted-ball speed, hitting distance, muscle power, and grip force. The DMOI bat is characterized in that the bat could be swung more easily by reducing the moment of inertia at the initial stage of swing without decreasing the bat weight and has a faster swing velocity and lower muscle activity. Seventeen varsity baseball players were randomly assigned to the DMOI bat training group (n = 9) and the normal bat training group (n = 8). The training protocol was 7 swings each set, 5-8 sets each time, 3 times each week, and 8 weeks' training period. The results showed that the swing training with the DMOI bat for 8 weeks significantly increased swing velocity by about 6.20% (96.86 ± 8.48 vs. 102.82 ± 9.93 km·h(-1)), hitting distance by about 6.69% (80.06 ± 9.16 vs. 84.99 ± 7.26 m), muscle power of the right arm by about 12.04% (3.34 ± 0.41 vs. 3.74 ± 0.61 m), and muscle power of the left arm by about 8.23% (3.36 ± 0.46 vs. 3.61 ± 0.39 m) (p < 0.05). Furthermore, the DMOI bat training group had a significantly better change percentage in swing velocity, hitting distance, and grip force of the left hand than did the normal bat training group (p < 0.05). The findings suggested that the swing training with the DMOI bat has a positive benefit on swing performance and that the DMOI bat could be used as a new training tool in baseball.

  9. A Visual Editor in Java for View

    NASA Technical Reports Server (NTRS)

    Stansifer, Ryan

    2000-01-01

    In this project we continued the development of a visual editor in the Java programming language to create screens on which to display real-time data. The data comes from the numerous systems monitoring the operation of the space shuttle while on the ground and in space, and from the many tests of subsystems. The data can be displayed on any computer platform running a Java-enabled World Wide Web (WWW) browser and connected to the Internet. Previously a special-purpose program bad been written to display data on emulations of character-based display screens used for many years at NASA. The goal now is to display bit-mapped screens created by a visual editor. We report here on the visual editor that creates the display screens. This project continues the work we bad done previously. Previously we had followed the design of the 'beanbox,' a prototype visual editor created by Sun Microsystems. We abandoned this approach and implemented a prototype using a more direct approach. In addition, our prototype is based on newly released Java 2 graphical user interface (GUI) libraries. The result has been a visually more appealing appearance and a more robust application.

  10. JCell--a Java-based framework for inferring regulatory networks from time series data.

    PubMed

    Spieth, C; Supper, J; Streichert, F; Speer, N; Zell, A

    2006-08-15

    JCell is a Java-based application for reconstructing gene regulatory networks from experimental data. The framework provides several algorithms to identify genetic and metabolic dependencies based on experimental data conjoint with mathematical models to describe and simulate regulatory systems. Owing to the modular structure, researchers can easily implement new methods. JCell is a pure Java application with additional scripting capabilities and thus widely usable, e.g. on parallel or cluster computers. The software is freely available for download at http://www-ra.informatik.uni-tuebingen.de/software/JCell.

  11. Ground reaction forces produced by two different hockey skating arm swing techniques.

    PubMed

    Hayward-Ellis, Julie; Alexander, Marion J L; Glazebrook, Cheryl M; Leiter, Jeff

    2017-10-01

    The arm swing in hockey skating can have a positive effect on the forces produced by each skate, and the resulting velocity from each push off. The main purpose of this study was to measure the differences in ground reaction forces (GRFs) produced from an anteroposterior versus a mediolateral style hockey skating arm swing. Twenty-four elite-level female hockey players performed each technique while standing on a ground-mounted force platform, and all trials were filmed using two video cameras. Force data was assessed for peak scaled GRFs in the frontal and sagittal planes, and resultant GRF magnitude and direction. Upper limb kinematics were assessed from the video using Dartfish video analysis software, confirming that the subjects successfully performed two distinct arm swing techniques. The mediolateral arm swing used a mean of 18.38° of glenohumeral flexion/extension and 183.68° of glenohumeral abduction/adduction while the anteroposterior technique used 214.17° and 28.97° respectively. The results of this study confirmed that the mediolateral arm swing produced 37% greater frontal plane and 33% less sagittal plane GRFs than the anteroposterior arm swing. The magnitudes of the resultant GRFs were not significantly different between the two techniques; however, the mediolateral technique produced a resultant GRF with a significantly larger angle from the direction of travel (44.44°) as compared to the anteroposterior technique (31.60°). The results of this study suggest that the direction of GRFs produced by the mediolateral arm swing more closely mimic the direction of lower limb propulsion during the skating stride.

  12. Evaluating the effects of under loaded and overloaded warm ups on subsequent swing velocity.

    PubMed

    Miller, Ryan M; Heishman, Aaron D; Freitas, Eduardo D S; Bemben, Michael G

    2017-08-26

    Several attempts to identify the optimal on deck procedure to enhance swing velocity in baseball have been made. However, inconsistent findings continue to constitute much of the body of literature. Additionally, the emergence of athlete monitoring in sport has led to the exploration of more sport specific tasks to potentially identify athlete fatigue and readiness to perform. Therefore, the purpose of this investigation was to examine three different bat weight warm up protocols on subsequent swing velocity and to examine the reliability of swing velocity measurements to allude to its potential a sport specific athlete monitoring metric. Thirty-two recreational male baseball players 20.3 ± 2.0years, 179.6 ± 7.1cm and 89.6± 11.1kg completed the study. Subjects completed three testing visits that included warming up with a control bat ([CB] 32in, 29oz), plastic bat ([PB] 31in, 6.4oz), or heavy bat ([HB] 32in, 57oz). Testing visits began with three CB swing trials followed by three intervention bat trials, then concluded with three additional CB swings. Swing velocity was assessed using visual 3D technology. Analyses of variance indicate that following the PB (26.6 ± 2.0m/s) and CB interventions (26.2 ± 1.7m/s) significantly faster (p<0.001) swing velocities were generated when compared to the traditional HB intervention (24.1 ± 2.2m/s). When assessed for reliability, the average ICC was 0.681 and Chronbach's alpha was 0.95 indicating exceptional reliability. Congruent to previous research, this data bolsters the notion that warming up with a HB can hinder swing velocity. However, in contrast to previous research this data suggests that using a PB can increase swing velocity significantly. Furthermore, visual 3D can be designated as an exceptionally reliable device to measure swing velocity.

  13. Interface Generation and Compositional Verification in JavaPathfinder

    NASA Technical Reports Server (NTRS)

    Giannakopoulou, Dimitra; Pasareanu, Corina

    2009-01-01

    We present a novel algorithm for interface generation of software components. Given a component, our algorithm uses learning techniques to compute a permissive interface representing legal usage of the component. Unlike our previous work, this algorithm does not require knowledge about the component s environment. Furthermore, in contrast to other related approaches, our algorithm computes permissive interfaces even in the presence of non-determinism in the component. Our algorithm is implemented in the JavaPathfinder model checking framework for UML statechart components. We have also added support for automated assume-guarantee style compositional verification in JavaPathfinder, using component interfaces. We report on the application of the presented approach to the generation of interfaces for flight software components.

  14. Java: An Explosion on the Internet.

    ERIC Educational Resources Information Center

    Read, Tim; Hall, Hazel

    Summer 1995 saw the release, with considerable media attention, of draft versions of Sun Microsystems' Java computer programming language and the HotJava browser. Java has been heralded as the latest "killer" technology in the Internet explosion. Sun Microsystems and numerous companies including Microsoft, IBM, and Netscape have agreed…

  15. Arm swing magnitude and asymmetry during gait in the early stages of Parkinson's disease.

    PubMed

    Lewek, Michael D; Poole, Roxanne; Johnson, Julia; Halawa, Omar; Huang, Xuemei

    2010-02-01

    The later stages of Parkinson's disease (PD) are characterized by altered gait patterns. Although decreased arm swing during gait is the most frequently reported motor dysfunction in individuals with PD, quantitative descriptions of gait in early PD have largely ignored upper extremity movements. This study was designed to perform a quantitative analysis of arm swing magnitude and asymmetry that might be useful in the assessment of early PD. Twelve individuals with early PD (in "off" state) and eight controls underwent gait analysis using an optically-based motion capture system. Participants were instructed to walk at normal and fast velocities, and then on heels (to minimize push-off). Arm swing was measured as the excursion of the wrist with respect to the pelvis. Arm swing magnitude for each arm, and inter-arm asymmetry, were compared between groups. Both groups had comparable gait velocities (p = 0.61), and there was no significant difference between the groups in the magnitude of arm swing in all walking conditions for the arm that swung more (p = 0.907) or less (p = 0.080). Strikingly, the PD group showed significantly greater arm swing asymmetry (asymmetry angle: 13.9 + or - 7.9%) compared to the control group (asymmetry angle: 5.1 + or - 4.0%; p = 0.003). Unlike arm swing magnitude, arm swing asymmetry unequivocally differs between people with early PD and controls. Such quantitative evaluation of arm swing, especially its asymmetry, may have utility for early and differential diagnosis, and for tracking disease progression in patients with later PD. Copyright 2009 Elsevier B.V. All rights reserved.

  16. Arm Swing Magnitude and Asymmetry During Gait in the Early Stages of Parkinson's Disease

    PubMed Central

    Lewek, Michael D.; Poole, Roxanne; Johnson, Julia; Halawa, Omar; Huang, Xuemei

    2009-01-01

    The later stages of Parkinson's disease (PD) are characterized by altered gait patterns. Although decreased arm swing during gait is the most frequently reported motor dysfunction in individuals with PD, quantitative descriptions of gait in early PD have largely ignored upper extremity movements. This study was designed to perform a quantitative analysis of arm swing magnitude and asymmetry that might be useful in the assessment of early PD. Twelve individuals with early PD (in “off” state) and eight controls underwent gait analysis using an optically-based motion capture system. Participants were instructed to walk at normal and fast velocities, and then on heels (to minimize push-off). Arm swing was measured as the excursion of the wrist with respect to the pelvis. Arm swing magnitude for each arm, and inter-arm asymmetry, were compared between groups. Both groups had comparable gait velocities (p=0.61), and there was no significant difference between the groups in the magnitude of arm swing in all walking conditions for the arm that swung more (p=0.907) or less (p=0.080). Strikingly, the PD group showed significantly greater arm swing asymmetry (asymmetry angle: 13.9±7.9%) compared to the control group (asymmetry angle: 5.1±4.0%; p=0.003). Unlike arm swing magnitude, arm swing asymmetry unequivocally differs between people with early PD and controls. Such quantitative evaluation of arm swing, especially its asymmetry, may have utility for early and differential diagnosis, and for tracking disease progression in patients with later PD. PMID:19945285

  17. Multimedia consultation session recording and playback using Java-based browser in global PACS

    NASA Astrophysics Data System (ADS)

    Martinez, Ralph; Shah, Pinkesh J.; Yu, Yuan-Pin

    1998-07-01

    The current version of the Global PACS software system uses a Java-based implementation of the Remote Consultation and Diagnosis (RCD) system. The Java RCD includes a multimedia consultation session between physicians that includes text, static image, image annotation, and audio data. The JAVA RCD allows 2-4 physicians to collaborate on a patient case. It allows physicians to join the session via WWW Java-enabled browsers or stand alone RCD application. The RCD system includes a distributed database archive system for archiving and retrieving patient and session data. The RCD system can be used for store and forward scenarios, case reviews, and interactive RCD multimedia sessions. The RCD system operates over the Internet, telephone lines, or in a private Intranet. A multimedia consultation session can be recorded, and then played back at a later time for review, comments, and education. A session can be played back using Java-enabled WWW browsers on any operating system platform. The JAVA RCD system shows that a case diagnosis can be captured digitally and played back with the original real-time temporal relationships between data streams. In this paper, we describe design and implementation of the RCD session playback.

  18. JavaGenes and Condor: Cycle-Scavenging Genetic Algorithms

    NASA Technical Reports Server (NTRS)

    Globus, Al; Langhirt, Eric; Livny, Miron; Ramamurthy, Ravishankar; Soloman, Marvin; Traugott, Steve

    2000-01-01

    A genetic algorithm code, JavaGenes, was written in Java and used to evolve pharmaceutical drug molecules and digital circuits. JavaGenes was run under the Condor cycle-scavenging batch system managing 100-170 desktop SGI workstations. Genetic algorithms mimic biological evolution by evolving solutions to problems using crossover and mutation. While most genetic algorithms evolve strings or trees, JavaGenes evolves graphs representing (currently) molecules and circuits. Java was chosen as the implementation language because the genetic algorithm requires random splitting and recombining of graphs, a complex data structure manipulation with ample opportunities for memory leaks, loose pointers, out-of-bound indices, and other hard to find bugs. Java garbage-collection memory management, lack of pointer arithmetic, and array-bounds index checking prevents these bugs from occurring, substantially reducing development time. While a run-time performance penalty must be paid, the only unacceptable performance we encountered was using standard Java serialization to checkpoint and restart the code. This was fixed by a two-day implementation of custom checkpointing. JavaGenes is minimally integrated with Condor; in other words, JavaGenes must do its own checkpointing and I/O redirection. A prototype Java-aware version of Condor was developed using standard Java serialization for checkpointing. For the prototype to be useful, standard Java serialization must be significantly optimized. JavaGenes is approximately 8700 lines of code and a few thousand JavaGenes jobs have been run. Most jobs ran for a few days. Results include proof that genetic algorithms can evolve directed and undirected graphs, development of a novel crossover operator for graphs, a paper in the journal Nanotechnology, and another paper in preparation.

  19. Compensatory mechanisms of balance to the scaling of arm-swing frequency.

    PubMed

    Ko, Ji Hyun; Wang, Zheng; Challis, John H; Newell, Karl M

    2015-11-05

    The present study investigated the contribution of the Hof (2007) mechanism 1 (M1-moving the center of pressure (COP) with respect to the vertical projection of the center of mass (COMTotal)); and mechanism 2 (M2-rotating the trunk and upper limbs around the COMTotal) to postural control and the stability of COP-COMTotal cophase as a function of lateral arm-swing frequency. Young adults were instructed to stand still on a force platform while alternating their arm swinging from above the head to the side of their thigh to create perturbations to postural control. Scaling the frequency of arm-swing (random step changes of 0.2 Hz within a bandwidth of 0.2 to 1.6 Hz) increased the SD of COP but decreased the SD of COMTotal. Increments in arm-swing frequency induced a progressive increase in M1 and decrease in M2 in terms of their relative contribution to postural stability. The cophase between COP and COMTotal became more tightly in-phase over increments of arm-swing frequency. These findings show an adaptive compensatory role of M1 and M2 within the stability of COP-COMTotal coupling in the regulation of human balance control. Copyright © 2015 Elsevier Ltd. All rights reserved.

  20. Java simulations of embedded control systems.

    PubMed

    Farias, Gonzalo; Cervin, Anton; Arzén, Karl-Erik; Dormido, Sebastián; Esquembre, Francisco

    2010-01-01

    This paper introduces a new Open Source Java library suited for the simulation of embedded control systems. The library is based on the ideas and architecture of TrueTime, a toolbox of Matlab devoted to this topic, and allows Java programmers to simulate the performance of control processes which run in a real time environment. Such simulations can improve considerably the learning and design of multitasking real-time systems. The choice of Java increases considerably the usability of our library, because many educators program already in this language. But also because the library can be easily used by Easy Java Simulations (EJS), a popular modeling and authoring tool that is increasingly used in the field of Control Education. EJS allows instructors, students, and researchers with less programming capabilities to create advanced interactive simulations in Java. The paper describes the ideas, implementation, and sample use of the new library both for pure Java programmers and for EJS users. The JTT library and some examples are online available on http://lab.dia.uned.es/jtt.

  1. Java Simulations of Embedded Control Systems

    PubMed Central

    Farias, Gonzalo; Cervin, Anton; Årzén, Karl-Erik; Dormido, Sebastián; Esquembre, Francisco

    2010-01-01

    This paper introduces a new Open Source Java library suited for the simulation of embedded control systems. The library is based on the ideas and architecture of TrueTime, a toolbox of Matlab devoted to this topic, and allows Java programmers to simulate the performance of control processes which run in a real time environment. Such simulations can improve considerably the learning and design of multitasking real-time systems. The choice of Java increases considerably the usability of our library, because many educators program already in this language. But also because the library can be easily used by Easy Java Simulations (EJS), a popular modeling and authoring tool that is increasingly used in the field of Control Education. EJS allows instructors, students, and researchers with less programming capabilities to create advanced interactive simulations in Java. The paper describes the ideas, implementation, and sample use of the new library both for pure Java programmers and for EJS users. The JTT library and some examples are online available on http://lab.dia.uned.es/jtt. PMID:22163674

  2. Server-Side JavaScript Debugging: Viewing the Contents of an Object

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hampton, J.; Simons, R.

    1999-04-21

    JavaScript allows the definition and use of large, complex objects. Unlike some other object-oriented languages, it also allows run-time modifications not only of the values of object components, but also of the very structure of the object itself. This feature is powerful and sometimes very convenient, but it can be difficult to keep track of the object's structure and values throughout program execution. What's needed is a simple way to view the current state of an object at any point during execution. There is a debug function that is included in the Netscape server-side JavaScript environment. The function outputs themore » value(s) of the expression given as the argument to the function in the JavaScript Application Manager's debug window [SSJS].« less

  3. Nested generalized linear mixed model with ordinal response: Simulation and application on poverty data in Java Island

    NASA Astrophysics Data System (ADS)

    Widyaningsih, Yekti; Saefuddin, Asep; Notodiputro, Khairil A.; Wigena, Aji H.

    2012-05-01

    The objective of this research is to build a nested generalized linear mixed model using an ordinal response variable with some covariates. There are three main jobs in this paper, i.e. parameters estimation procedure, simulation, and implementation of the model for the real data. At the part of parameters estimation procedure, concepts of threshold, nested random effect, and computational algorithm are described. The simulations data are built for 3 conditions to know the effect of different parameter values of random effect distributions. The last job is the implementation of the model for the data about poverty in 9 districts of Java Island. The districts are Kuningan, Karawang, and Majalengka chose randomly in West Java; Temanggung, Boyolali, and Cilacap from Central Java; and Blitar, Ngawi, and Jember from East Java. The covariates in this model are province, number of bad nutrition cases, number of farmer families, and number of health personnel. In this modeling, all covariates are grouped as ordinal scale. Unit observation in this research is sub-district (kecamatan) nested in district, and districts (kabupaten) are nested in province. For the result of simulation, ARB (Absolute Relative Bias) and RRMSE (Relative Root of mean square errors) scale is used. They show that prov parameters have the highest bias, but more stable RRMSE in all conditions. The simulation design needs to be improved by adding other condition, such as higher correlation between covariates. Furthermore, as the result of the model implementation for the data, only number of farmer family and number of medical personnel have significant contributions to the level of poverty in Central Java and East Java province, and only district 2 (Karawang) of province 1 (West Java) has different random effect from the others. The source of the data is PODES (Potensi Desa) 2008 from BPS (Badan Pusat Statistik).

  4. Operator control systems and methods for swing-free gantry-style cranes

    DOEpatents

    Feddema, J.T.; Petterson, B.J.; Robinett, R.D. III

    1998-07-28

    A system and method are disclosed for eliminating swing motions in gantry-style cranes while subject to operator control. The present invention comprises an infinite impulse response (IIR) filter and a proportional-integral (PI) feedback controller. The IIR filter receives input signals (commanded velocity or acceleration) from an operator input device and transforms them into output signals in such a fashion that the resulting motion is swing free (i.e., end-point swinging prevented). The parameters of the IIR filter are updated in real time using measurements from a hoist cable length encoder. The PI feedback controller compensates for modeling errors and external disturbances, such as wind or perturbations caused by collision with objects. The PI feedback controller operates on cable swing angle measurements provided by a cable angle sensor. The present invention adjusts acceleration and deceleration to eliminate oscillations. An especially important feature of the present invention is that it compensates for variable-length cable motions from multiple cables attached to a suspended payload. 10 figs.

  5. Detailed view of one (1) arm of the swing bridge ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    Detailed view of one (1) arm of the swing bridge cantilevering out from the center/pivot pier on which the entire span is balanced at its center when in the open position. Both arms of the span have equal length. Note that the members are pin-connected at their connections (joints). - Bridgeport Swing Span Bridge, Spanning Tennessee River, Bridgeport, Jackson County, AL

  6. Orion Swing Drop 6

    NASA Image and Video Library

    2017-09-25

    Water impact test of an 18,000-pound (8,165 kilogram) test version of the Orion spacecraft at NASA's Langley Research Center. NASA is swing drop testing this Orion capsule mock-up at Langley's Hydro Impact Basin to certify the actual Orion spacecraft for water landings. In a series of tests, Orion is being dropped in a variety of different conditions to help fine-tune NASA's predictions of Orion's landing loads.

  7. The effect of unilateral arm swing motion on lower extremity running mechanics associated with injury risk.

    PubMed

    Agresta, Cristine; Ward, Christian R; Wright, W Geoffrey; Tucker, Carole A

    2018-06-01

    Many field sports involve equipment that restricts one or both arms from moving while running. Arm swing during running has been examined from a biomechanical and physiologic perspective but not from an injury perspective. Moreover, only bilateral arm swing suppression has been studied with respect to running. The purpose of this study was to determine the influence of running with one arm restrained on lower extremity mechanics associated with running or sport-related injury. Fifteen healthy participants ran at a self-selected speed with typical arm swing, with one arm restrained and with both arms restrained. Lower extremity kinematics and spatiotemporal measures were analysed for all arm swing conditions. Running with one arm restrained resulted in increased frontal plane knee and hip angles, decreased foot strike angle, and decreased centre of mass vertical displacement compared to typical arm swing or bilateral arm swing restriction. Stride length was decreased and step frequency increased when running with one or both arms restrained. Unilateral arm swing restriction induces changes in lower extremity kinematics that are not similar to running with bilateral arm swing restriction or typical arm swing motion. Running with one arm restrained increases frontal plane mechanics associated with risk of knee injury.

  8. Swinging into Pendulums with a Background.

    ERIC Educational Resources Information Center

    Barrow, Lloyd H.; Cook, Julie

    1993-01-01

    Explains reasons why students have misconceptions concerning pendulum swings. Presents a series of 10 pendulum task cards to provide middle-school students with a solid mental scaffolding upon which to build their knowledge of kinetic energy and pendulums. (PR)

  9. Modular VO oriented Java EE service deployer

    NASA Astrophysics Data System (ADS)

    Molinaro, Marco; Cepparo, Francesco; De Marco, Marco; Knapic, Cristina; Apollo, Pietro; Smareglia, Riccardo

    2014-07-01

    The International Virtual Observatory Alliance (IVOA) has produced many standards and recommendations whose aim is to generate an architecture that starts from astrophysical resources, in a general sense, and ends up in deployed consumable services (that are themselves astrophysical resources). Focusing on the Data Access Layer (DAL) system architecture, that these standards define, in the last years a web based application has been developed and maintained at INAF-OATs IA2 (Italian National institute for Astrophysics - Astronomical Observatory of Trieste, Italian center of Astronomical Archives) to try to deploy and manage multiple VO (Virtual Observatory) services in a uniform way: VO-Dance. However a set of criticalities have arisen since when the VO-Dance idea has been produced, plus some major changes underwent and are undergoing at the IVOA DAL layer (and related standards): this urged IA2 to identify a new solution for its own service layer. Keeping on the basic ideas from VO-Dance (simple service configuration, service instantiation at call time and modularity) while switching to different software technologies (e.g. dismissing Java Reflection in favour of Enterprise Java Bean, EJB, based solution), the new solution has been sketched out and tested for feasibility. Here we present the results originating from this test study. The main constraints for this new project come from various fields. A better homogenized solution rising from IVOA DAL standards: for example the new DALI (Data Access Layer Interface) specification that acts as a common interface system for previous and oncoming access protocols. The need for a modular system where each component is based upon a single VO specification allowing services to rely on common capabilities instead of homogenizing them inside service components directly. The search for a scalable system that takes advantage from distributed systems. The constraints find answer in the adopted solutions hereafter sketched. The

  10. VOTable JAVA Streaming Writer and Applications.

    NASA Astrophysics Data System (ADS)

    Kulkarni, P.; Kembhavi, A.; Kale, S.

    2004-07-01

    Virtual Observatory related tools use a new standard for data transfer called the VOTable format. This is a variant of the xml format that enables easy transfer of data over the web. We describe a streaming interface that can bridge the VOTable format, through a user friendly graphical interface, with the FITS and ASCII formats, which are commonly used by astronomers. A streaming interface is important for efficient use of memory because of the large size of catalogues. The tools are developed in JAVA to provide a platform independent interface. We have also developed a stand-alone version that can be used to convert data stored in ASCII or FITS format on a local machine. The Streaming writer is successfully being used in VOPlot (See Kale et al 2004 for a description of VOPlot).We present the test results of converting huge FITS and ASCII data into the VOTable format on machines that have only limited memory.

  11. [Recognition of walking stance phase and swing phase based on moving window].

    PubMed

    Geng, Xiaobo; Yang, Peng; Wang, Xinran; Geng, Yanli; Han, Yu

    2014-04-01

    Wearing transfemoral prosthesis is the only way to complete daily physical activity for amputees. Motion pattern recognition is important for the control of prosthesis, especially in the recognizing swing phase and stance phase. In this paper, it is reported that surface electromyography (sEMG) signal is used in swing and stance phase recognition. sEMG signal of related muscles was sampled by Infiniti of a Canadian company. The sEMG signal was then filtered by weighted filtering window and analyzed by height permitted window. The starting time of stance phase and swing phase is determined through analyzing special muscles. The sEMG signal of rectus femoris was used in stance phase recognition and sEMG signal of tibialis anterior is used in swing phase recognition. In a certain tolerating range, the double windows theory, including weighted filtering window and height permitted window, can reach a high accuracy rate. Through experiments, the real walking consciousness of the people was reflected by sEMG signal of related muscles. Using related muscles to recognize swing and stance phase is reachable. The theory used in this paper is useful for analyzing sEMG signal and actual prosthesis control.

  12. Comprehensive quantitative investigation of arm swing during walking at various speed and surface slope conditions.

    PubMed

    Hejrati, Babak; Chesebrough, Sam; Bo Foreman, K; Abbott, Jake J; Merryweather, Andrew S

    2016-10-01

    Previous studies have shown that inclusion of arm swing in gait rehabilitation leads to more effective walking recovery in patients with walking impairments. However, little is known about the correct arm-swing trajectories to be used in gait rehabilitation given the fact that changes in walking conditions affect arm-swing patterns. In this paper we present a comprehensive look at the effects of a variety of conditions on arm-swing patterns during walking. The results describe the effects of surface slope, walking speed, and physical characteristics on arm-swing patterns in healthy individuals. We propose data-driven mathematical models to describe arm-swing trajectories. Thirty individuals (fifteen females and fifteen males) with a wide range of height (1.58-1.91m) and body mass (49-98kg), participated in our study. Based on their self-selected walking speed, each participant performed walking trials with four speeds on five surface slopes while their whole-body kinematics were recorded. Statistical analysis showed that walking speed, surface slope, and height were the major factors influencing arm swing during locomotion. The results demonstrate that data-driven models can successfully describe arm-swing trajectories for normal gait under varying walking conditions. The findings also provide insight into the behavior of the elbow during walking. Copyright © 2016. Published by Elsevier B.V.

  13. The influence of muscles on knee flexion during the swing phase of gait.

    PubMed

    Piazza, S J; Delp, S L

    1996-06-01

    Although the movement of the leg during swing phase is often compared to the unforced motion of a compound pendulum, the muscles of the leg are active during swing and presumably influence its motion. To examine the roles of muscles in determining swing phase knee flexion, we developed a muscle-actuated forward dynamic simulation of the swing phase of normal gait. Joint angles and angular velocities at toe-off were derived from experimental measurements, as were pelvis motions and muscle excitations. Joint angles and joint moments resulting from the simulation corresponded to experimental measurements made during normal gait. Muscular joint moments and initial joint angular velocities were altered to determine the effects of each upon peak knee flexion in swing phase. As expected, the simulation demonstrated that either increasing knee extension moment or decreasing toe-off knee flexion velocity decreased peak knee flexion. Decreasing hip flexion moment or increasing toe-off hip flexion velocity also caused substantial decreases in peak knee flexion. The rectus femoris muscle played an important role in regulating knee flexion; removal of the rectus femoris actuator from the model resulted in hyperflexion of the knee, whereas an increase in the excitation input to the rectus femoris actuator reduced knee flexion. These findings confirm that reduced knee flexion during the swing phase (stiff-knee gait) may be caused by overactivity of the rectus femoris. The simulations also suggest that weakened hip flexors and stance phase factors that determine the angular velocities of the knee and hip at toe-off may be responsible for decreased knee flexion during swing phase.

  14. Collaborative Scheduling Using JMS in a Mixed Java and .NET Environment

    NASA Technical Reports Server (NTRS)

    Wang, Yeou-Fang; Wax, Allan; Lam, Ray; Baldwin, John; Borden, Chet

    2006-01-01

    A collaborative framework/environment was proto-typed to prove the feasibility of scheduling space flight missions on NASA's Deep Space Network (DSN) in a distributed fashion. In this environment, effective collaboration relies on efficient communications among all flight mission and DSN scheduling users. There-fore, messaging becomes critical to timely event notification and data synchronization. In the prototype, a rapid messaging system using Java Message Service (JMS) in a mixed Java and .NET environment is established. This scheme allows both Java and .NET applications to communicate with each other for data synchronization and schedule negotiation. The JMS approach we used is based on a centralized messaging scheme. With proper use of a high speed messaging system, all users in this collaborative framework can communicate with each other to generate a schedule collaboratively to meet DSN and projects tracking needs.

  15. MSAViewer: interactive JavaScript visualization of multiple sequence alignments

    PubMed Central

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

    2016-01-01

    Summary: 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. Availability and Implementation: 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. Contact: msa@bio.sh PMID:27412096

  16. BioCircos.js: an interactive Circos JavaScript library for biological data visualization on web applications.

    PubMed

    Cui, Ya; Chen, Xiaowei; Luo, Huaxia; Fan, Zhen; Luo, Jianjun; He, Shunmin; Yue, Haiyan; Zhang, Peng; Chen, Runsheng

    2016-06-01

    We here present BioCircos.js, an interactive and lightweight JavaScript library especially for biological data interactive visualization. BioCircos.js facilitates the development of web-based applications for circular visualization of various biological data, such as genomic features, genetic variations, gene expression and biomolecular interactions. BioCircos.js and its manual are freely available online at http://bioinfo.ibp.ac.cn/biocircos/ rschen@ibp.ac.cn Supplementary data are available at Bioinformatics online. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  17. Movement Variability in the Golf Swing: Theoretical, Methodological, and Practical Issues

    ERIC Educational Resources Information Center

    Glazier, Paul

    2011-01-01

    Movement variability in the golf swing has recently been identified as a priority for future research in golf science. Although this ubiquitous aspect of golf performance has featured in previous empirical investigations of the golf swing, it has tended to be subordinate and studied as an adjunct to other more conventional research questions.…

  18. Operator control systems and methods for swing-free gantry-style cranes

    DOEpatents

    Feddema, John T.; Petterson, Ben J.; Robinett, III, Rush D.

    1998-01-01

    A system and method for eliminating swing motions in gantry-style cranes while subject to operator control is presented. The present invention comprises an infinite impulse response ("IIR") filter and a proportional-integral ("PI") feedback controller (50). The IIR filter receives input signals (46) (commanded velocity or acceleration) from an operator input device (45) and transforms them into output signals (47) in such a fashion that the resulting motion is swing free (i.e., end-point swinging prevented). The parameters of the IIR filter are updated in real time using measurements from a hoist cable length encoder (25). The PI feedback controller compensates for modeling errors and external disturbances, such as wind or perturbations caused by collision with objects. The PI feedback controller operates on cable swing angle measurements provided by a cable angle sensor (27). The present invention adjusts acceleration and deceleration to eliminate oscillations. An especially important feature of the present invention is that it compensates for variable-length cable motions from multiple cables attached to a suspended payload.

  19. Using a Java Dynamic Tree to manage the terminology in a suite of medical applications.

    PubMed

    Yang, K; Evens, M W; Trace, D A

    2008-01-01

    Now that the National Library of Medicine has made SNOMED-CT widely available, we are trying to manage the terminology of a whole suite of medical applications and map our terminology into that in SNOMED. This paper describes the design and implementation of the Java Dynamic Tree that provides structure to our medical terminology and explains how it functions as the core of our system. The tree was designed to reflect the stages in a patient interview, so it contains components for identifying the patient and the provider, a large set of chief complaints, review of systems, physical examination, several history modules, medications, laboratory tests, imaging, and special procedures. The tree is mirrored in a commercial DBMS, which also stores multi-encounter patient data, disorder patterns for our Bayesian diagnostic system, and the data and rules for other expert systems. The DBMS facilitates the import and export of large terminology files. Our Java Dynamic Tree allows the health care provider to view the entire terminology along with the structure that supports it, as well as the mechanism for the generation of progress notes and other documents, in terms of a single hierarchical structure. Changes in terminology can be propagated through the system under the control of the expert. The import/ export facility has been a major help by replacing our original terminology by the terminology in SNOMED-CT.

  20. Split-arm swinging: the effect of arm swinging manipulation on interlimb coordination during walking.

    PubMed

    Bondi, Moshe; Zeilig, Gabi; Bloch, Ayala; Fasano, Alfonso; Plotnik, Meir

    2017-08-01

    Human locomotion is defined by bilateral coordination of gait (BCG) and shared features with the fore-hindlimb coordination of quadrupeds. The objective of the present study is to explore the influence of arm swinging (AS) on BCG. Sixteen young, healthy individuals (eight women; eight right motor-dominant, eight left-motor dominant) participated. Participants performed 10 walking trials (2 min). In each of the trials AS was unilaterally manipulated (e.g., arm restriction, weight on the wrist), bilaterally manipulated, or not manipulated. The order of trials was random. Walking trials were performed on a treadmill. Gait kinematics were recorded by a motion capture system. Using feedback-controlled belt speed allowed the participants to walk at a self-determined gait speed. Effects of the manipulations were assessed by AS amplitudes and the phase coordination index (PCI), which quantifies the left-right anti-phased stepping pattern. Most of the AS manipulations caused an increase in PCI values (i.e., reduced lower limb coordination). Unilateral AS manipulation had a reciprocal effect on the AS amplitude of the other arm such that, for example, over-swinging of the right arm led to a decrease in the AS amplitude of the left arm. Side of motor dominance was not found to have a significant impact on PCI and AS amplitude. The present findings suggest that lower limb BCG is markedly influenced by the rhythmic AS during walking. It may thus be important for gait rehabilitation programs targeting BCG to take AS into account. NEW & NOTEWORTHY Control mechanisms for four-limb coordination in human locomotion are not fully known. To study the influence of arm swinging (AS) on bilateral coordination of the lower limbs during walking, we introduced a split-AS paradigm in young, healthy adults. AS manipulations caused deterioration in the anti-phased stepping pattern and impacted the AS amplitudes for the contralateral arm, suggesting that lower limb coordination is markedly

  1. Skull base tumors: a comprehensive review of transfacial swing osteotomy approaches.

    PubMed

    Moreira-Gonzalez, Andrea; Pieper, Daniel R; Cambra, Jorge Balaguer; Simman, Richard; Jackson, Ian T

    2005-03-01

    Numerous techniques have been proposed for the resection of skull base tumors, each one unique with regard to the region exposed and degree of technical complexity. This study describes the use of transfacial swing osteotomies in accessing lesions located at various levels of the cranial base. Eight patients who underwent transfacial swings for exposure and resection of cranial base lesions between 1996 and 2002 were studied. The mandible was the choice when wide exposure of nasopharyngeal and midline skull base tumors was necessary, especially when they involved the infratemporal fossa. The midfacial swing osteotomy was an option when access to the entire clivus was necessary. An orbital swing approach was used to access large orbital tumors lying inferior to the optic nerve and posterior to the globe, a region that is often difficult to visualize. Gross total tumor excision was possible in all patients. Six patients achieved disease control and two had recurrences. The complications of cerebrospinal fluid leak, infection, hematoma, or cranial nerve damage did not occur. After surgery, some patients experienced temporary symptoms caused by local swelling. The aesthetic result was considered good. Transfacial swing osteotomies provide a wide exposure to tumors that occur in the central skull base area. Excellent knowledge of the detailed anatomy of this region is paramount to the success of this surgery. The team concept is essential; it is built around the craniofacial surgeon and an experienced skull base neurosurgeon.

  2. Application of Semiparametric Spline Regression Model in Analyzing Factors that In uence Population Density in Central Java

    NASA Astrophysics Data System (ADS)

    Sumantari, Y. D.; Slamet, I.; Sugiyanto

    2017-06-01

    Semiparametric regression is a statistical analysis method that consists of parametric and nonparametric regression. There are various approach techniques in nonparametric regression. One of the approach techniques is spline. Central Java is one of the most densely populated province in Indonesia. Population density in this province can be modeled by semiparametric regression because it consists of parametric and nonparametric component. Therefore, the purpose of this paper is to determine the factors that in uence population density in Central Java using the semiparametric spline regression model. The result shows that the factors which in uence population density in Central Java is Family Planning (FP) active participants and district minimum wage.

  3. A comparative study of two different uncinectomy techniques: swing-door and classical.

    PubMed

    Singhania, Ankit A; Bansal, Chetan; Chauhan, Nirali; Soni, Saurav

    2012-01-01

    The aim of this study was to determine which technique of uncinectomy, classical or swing door technique. Four hundred eighty Cases of sinusitis were selected and operated for Functional Endoscopic Sinus Surgery (FESS). Out of these, in 240 uncinectomies classical uncinectomy was done whereas in another 240 uncinectomies swing door technique was used. Initially patients were medically managed treated according to their symptoms and prior management. Patients who had received previous adequate medical management were evaluated with CT scan of the sinuses. If disease still persists than they were operated for FESS. The authors' experience indicates that Functional endoscopic sinus surgery can be performed under local or general anesthesia, as permitted or tolerated. In this review classical technique was used in 240 uncinectomies. Out of this, ethmoidal complex injury was noted in 4 cases, missed maxillary ostium syndrome (incomplete removal) was reported in 12 patients and orbital fat exposure was encountered in 5 patients. As compared to 240 uncinectomies done with swing door technique, incomplete removal was evident in 2 cases and lacrimal duct injury was reported in 3 cases. 'Evidence that underscores how this 'swing door technique' successfully combines 'the conservation goals of the anterior-to-posterior approach and anatomic virtues of the posterior-to-anterior approach to ethmoidectomy of the total 480 uncinectomies operated. Out of which 240 uncinectomies have been performed using the 'swing-door' technique. The 240 uncinectomies performed using classical technique were used as controls. The incidence of orbital penetration, incomplete removal, ethmoidal complex injury and ostium non-identification was significantly less with the new technique. Three lacrimal injuries occurred with the 'swing-door' technique compared to no injuries with classical technique. The authors recommend swing door technique as it is easy to learn, allows complete removal of the

  4. Geothermal and volcanism in west Java

    NASA Astrophysics Data System (ADS)

    Setiawan, I.; Indarto, S.; Sudarsono; Fauzi I, A.; Yuliyanti, A.; Lintjewas, L.; Alkausar, A.; Jakah

    2018-02-01

    Indonesian active volcanoes extend from Sumatra, Jawa, Bali, Lombok, Flores, North Sulawesi, and Halmahera. The volcanic arc hosts 276 volcanoes with 29 GWe of geothermal resources. Considering a wide distribution of geothermal potency, geothermal research is very important to be carried out especially to tackle high energy demand in Indonesia as an alternative energy sources aside from fossil fuel. Geothermal potency associated with volcanoes-hosted in West Java can be found in the West Java segment of Sunda Arc that is parallel with the subduction. The subduction of Indo-Australian oceanic plate beneath the Eurasian continental plate results in various volcanic products in a wide range of geochemical and mineralogical characteristics. The geochemical and mineralogical characteristics of volcanic and magmatic rocks associated with geothermal systems are ill-defined. Comprehensive study of geochemical signatures, mineralogical properties, and isotopes analysis might lead to the understanding of how large geothermal fields are found in West Java compared to ones in Central and East Java. The result can also provoke some valuable impacts on Java tectonic evolution and can suggest the key information for geothermal exploration enhancement.

  5. Cycle development and design for CO2 capture from flue gas by vacuum swing adsorption.

    PubMed

    Zhang, Jun; Webley, Paul A

    2008-01-15

    CO2 capture and storage is an important component in the development of clean power generation processes. One CO2 capture technology is gas-phase adsorption, specifically pressure (or vacuum) swing adsorption. The complexity of these processes makes evaluation and assessment of new adsorbents difficult and time-consuming. In this study, we have developed a simple model specifically targeted at CO2 capture by pressure swing adsorption and validated our model by comparison with data from a fully instrumented pilot-scale pressure swing adsorption process. The model captures nonisothermal effects as well as nonlinear adsorption and nitrogen coadsorption. Using the model and our apparatus, we have designed and studied a large number of cycles for CO2 capture. We demonstrate that by careful management of adsorption fronts and assembly of cycles based on understanding of the roles of individual steps, we are able to quickly assess the effect of adsorbents and process parameters on capture performance and identify optimal operating regimes and cycles. We recommend this approach in contrast to exhaustive parametric studies which tend to depend on specifics of the chosen cycle and adsorbent. We show that appropriate combinations of process steps can yield excellent process performance and demonstrate how the pressure drop, and heat loss, etc. affect process performance through their effect on adsorption fronts and profiles. Finally, cyclic temperature profiles along the adsorption column can be readily used to infer concentration profiles-this has proved to be a very useful tool in cyclic function definition. Our research reveals excellent promise for the application of pressure/vacuum swing adsorption technology in the arena of CO2 capture from flue gases.

  6. ISTP CDF Skeleton Editor

    NASA Technical Reports Server (NTRS)

    Chimiak, Reine; Harris, Bernard; Williams, Phillip

    2013-01-01

    Basic Common Data Format (CDF) tools (e.g., cdfedit) provide no specific support for creating International Solar-Terrestrial Physics/Space Physics Data Facility (ISTP/SPDF) standard files. While it is possible for someone who is familiar with the ISTP/SPDF metadata guidelines to create compliant files using just the basic tools, the process is error-prone and unreasonable for someone without ISTP/SPDF expertise. The key problem is the lack of a tool with specific support for creating files that comply with the ISTP/SPDF guidelines. There are basic CDF tools such as cdfedit and skeletoncdf for creating CDF files, but these have no specific support for creating ISTP/ SPDF compliant files. The SPDF ISTP CDF skeleton editor is a cross-platform, Java-based GUI editor program that allows someone with only a basic understanding of the ISTP/SPDF guidelines to easily create compliant files. The editor is a simple graphical user interface (GUI) application for creating and editing ISTP/SPDF guideline-compliant skeleton CDF files. The SPDF ISTP CDF skeleton editor consists of the following components: A swing-based Java GUI program, JavaHelp-based manual/ tutorial, Image/Icon files, and HTML Web page for distribution. The editor is available as a traditional Java desktop application as well as a Java Network Launching Protocol (JNLP) application. Once started, it functions like a typical Java GUI file editor application for creating/editing application-unique files.

  7. Protonic/electronic hybrid oxide transistor gated by chitosan and its full-swing low voltage inverter applications

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chao, Jin Yu; Ningbo Institute of Material Technology and Engineering, Chinese Academy of Sciences, Ningbo 315201; Zhu, Li Qiang, E-mail: lqzhu@nimte.ac.cn

    Modulation of charge carrier density in condensed materials based on ionic/electronic interaction has attracted much attention. Here, protonic/electronic hybrid indium-zinc-oxide (IZO) transistors gated by chitosan based electrolyte were obtained. The chitosan-based electrolyte illustrates a high proton conductivity and an extremely strong proton gating behavior. The transistor illustrates good electrical performances at a low operating voltage of ∼1.0 V such as on/off ratio of ∼3 × 10{sup 7}, subthreshold swing of ∼65 mV/dec, threshold voltage of ∼0.3 V, and mobility of ∼7 cm{sup 2}/V s. Good positive gate bias stress stabilities are obtained. Furthermore, a low voltage driven resistor-loaded inverter was built by using an IZO transistor inmore » series with a load resistor, exhibiting a linear relationship between the voltage gain and the supplied voltage. The inverter is also used for decreasing noises of input signals. The protonic/electronic hybrid IZO transistors have potential applications in biochemical sensors and portable electronics.« less

  8. Estimation of toxicity using a Java based software tool

    EPA Science Inventory

    A software tool has been developed that will allow a user to estimate the toxicity for a variety of endpoints (such as acute aquatic toxicity). The software tool is coded in Java and can be accessed using a web browser (or alternatively downloaded and ran as a stand alone applic...

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

    PubMed

    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.

  10. JAVA PathFinder

    NASA Technical Reports Server (NTRS)

    Mehhtz, Peter

    2005-01-01

    JPF is an explicit state software model checker for Java bytecode. Today, JPF is a swiss army knife for all sort of runtime based verification purposes. This basically means JPF is a Java virtual machine that executes your program not just once (like a normal VM), but theoretically in all possible ways, checking for property violations like deadlocks or unhandled exceptions along all potential execution paths. If it finds an error, JPF reports the whole execution that leads to it. Unlike a normal debugger, JPF keeps track of every step how it got to the defect.

  11. [Polish adaptation of swing questionnaire (Survey Work-home Interaction - Nijmegen)].

    PubMed

    Mościcka-Teske, Agnieszka; Merecz, Dorota

    2012-01-01

    The aim of the paper is to present the Polish adaptation of Survey Work-Home Interaction - Nijmegen (SWING). The analyses were based on the survey results from two groups of subjects, a sample of workers, representative in terms of sex and age, living in urban areas (N = 600) and a group of 59 employees examined twice with a help of SWING to assess the stability of the obtained results over a month time. The analyses performed proved that the Polish version of SWING is a reliable tool for studying work-home interactions. Correlation coefficients of items with total result of negative work-home interaction (WHI) subscale varied from 0.51 to 0.74, with positive WHI subscale from 0.26 to 0.60, negative home-work interaction (HWI) subscale, from 0.54 to 0.68 and positive HWI subscale from 0.31 to 0.59. Cronbach's alpha for the whole survey was 0.79, and for subscales varied from 0.73 to 0.89. The results of factorial analysis confirmed a our-factor structure of SWING. Factors I, items had loading from 0.58 to 0.81; II, from 0.29 to 0.78; III, from 0.60 to 0.80; and IV, from 0.28 to 0.74. The values of fit index for a four-factor model, were 0.91 (NNFI), 0.06 (RMSEA), and 0.92 (CFI), which means that this model is characterized by a good fit to empirical data. The correlation coefficient between two measurements at one month interval were also high and reached the range of 0.63 to 0.84. The results obtained are comparable to the psychometric characteristic of the English version of SWING.

  12. Centre of pressure patterns in the golf swing: individual-based analysis.

    PubMed

    Ball, Kevin; Best, Russell

    2012-06-01

    Weight transfer has been identified as important in group-based analyses. The aim of this study was to extend this work by examining the importance of weight transfer in the golf swing on an individual basis. Five professional and amateur golfers performed 50 swings with the driver, hitting a ball into a net. The golfer's centre of pressure position and velocity, parallel with the line of shot, were measured by two force plates at eight swing events that were identified from high-speed video. The relationships between these parameters and club head velocity at ball contact were examined using regression statistics. The results did support the use of group-based analysis, with all golfers returning significant relationships. However, results were also individual-specific, with golfers returning different combinations of significant factors. Furthermore, factors not identified in group-based analysis were significant on an individual basis. The most consistent relationship was a larger weight transfer range associated with a larger club head velocity (p < 0.05). All golfers also returned at least one significant relationship with rate of weight transfer at swing events (p < 0.01). Individual-based analysis should form part of performance-based biomechanical analysis of sporting skills.

  13. Data mining for clustering naming of the village at Java Island

    NASA Astrophysics Data System (ADS)

    Setiawan Abdullah, Atje; Nurani Ruchjana, Budi; Hidayat, Akik; Akmal; Setiana, Deni

    2017-10-01

    Clustering of query based data mining to identify the meaning of the naming of the village in Java island, done by exploring the database village with three categories namely: prefix in the naming of the village, syllables contained in the naming of the village, and full word naming of the village which is actually used. While syllables contained in the naming of the village are classified by the behaviour of the culture and character of each province that describes the business, feelings, circumstances, places, nature, respect, plants, fruits, and animals. Sources of data used for the clustering of the naming of the village on the island of Java was obtained from Geospatial Information Agency (BIG) in the form of a complete village name data with the coordinates in six provinces in Java, which is arranged in a hierarchy of provinces, districts / cities, districts and villages. The research method using KDD (Knowledge Discovery in Database) through the process of preprocessing, data mining and postprocessing to obtain knowledge. In this study, data mining applications to facilitate the search query based on the name of the village, using Java software. While the contours of a map is processed using ArcGIS software. The results of the research can give recommendations to stakeholders such as the Department of Tourism to describe the meaning of the classification of naming the village according to the character in each province at Java island.

  14. Noether symmetries and the Swinging Atwood Machine

    NASA Astrophysics Data System (ADS)

    Moreira, I. C.; Almeida, M. A.

    1991-07-01

    In this work we apply the Noether theorem with generalised symmetries for discussing the integrability of the Swinging Atwood Machine (SAM) model. We analyse also the limitations of this procedure and compare it with the Yoshida method.

  15. Java Library for Input and Output of Image Data and Metadata

    NASA Technical Reports Server (NTRS)

    Deen, Robert; Levoe, Steven

    2003-01-01

    A Java-language library supports input and output (I/O) of image data and metadata (label data) in the format of the Video Image Communication and Retrieval (VICAR) image-processing software and in several similar formats, including a subset of the Planetary Data System (PDS) image file format. The library does the following: It provides low-level, direct access layer, enabling an application subprogram to read and write specific image files, lines, or pixels, and manipulate metadata directly. Two coding/decoding subprograms ("codecs" for short) based on the Java Advanced Imaging (JAI) software provide access to VICAR and PDS images in a file-format-independent manner. The VICAR and PDS codecs enable any program that conforms to the specification of the JAI codec to use VICAR or PDS images automatically, without specific knowledge of the VICAR or PDS format. The library also includes Image I/O plugin subprograms for VICAR and PDS formats. Application programs that conform to the Image I/O specification of Java version 1.4 can utilize any image format for which such a plug-in subprogram exists, without specific knowledge of the format itself. Like the aforementioned codecs, the VICAR and PDS Image I/O plug-in subprograms support reading and writing of metadata.

  16. Regulation of reaction forces during the golf swing.

    PubMed

    McNitt-Gray, J L; Munaretto, J; Zaferiou, A; Requejo, P S; Flashner, H

    2013-06-01

    During the golf swing, the reaction forces applied at the feet control translation and rotation of the body-club system. In this study, we hypothesized that skilled players using a 6-iron would regulate shot distance by scaling the magnitude of the resultant horizontal reaction force applied to the each foot with minimal modifications in force direction. Skilled players (n = 12) hit golf balls using a 6-iron. Shot distance was varied by hitting the ball as they would normally and when reducing shot distance using the same club. During each swing, reaction forces were measured using dual force plates (1200 Hz) and three-dimensional kinematics were simultaneously captured (110 Hz). The results indicate that, on average, the peak resultant horizontal reaction forces of the target leg were significantly less than normal (5%, p < 0.05) when reducing shot distance. No significant differences in the orientation of the peak resultant horizontal reaction forces were observed. Resultant horizontal reaction force-angle relationships within leg and temporal relationships between target and rear legs during the swing were consistent within player across shot conditions. Regulation of force magnitude with minimal modification in force direction is expected to provide advantages from muscle activation, coordination, and performance points of view.

  17. Towards Crustal Structure of Java Island (Sunda Arc) from Ambient Seismic Noise Tomography

    NASA Astrophysics Data System (ADS)

    Widiyantoro, Sri; Zulhan, Zulfakriza; Martha, Agustya; Saygin, Erdinc; Cummins, Phil

    2015-04-01

    In our previous studies, P- and S-wave velocity structures beneath the Sunda Arc were successfully imaged using a global data set and a nested regional-global tomographic method was employed. To obtain more detailed P- and S-wave velocity structures beneath Java, in the central part of the Sunda Arc, we then used local data sets, i.e. newline from the MErapi AMphibious EXperiment (MERAMEX) and the Meteorological, Climatological and Geophysical Agency (MCGA), as well as employed a double-difference technique for tomographic imaging. The results of the imaging show e.g. that P- and S-wave velocities are significantly reduced in the uppermost mantle beneath central Java. In order to obtain detailed crustal structure information beneath Java, the Ambient Noise Tomography (ANT) method was used. The application of this method to the MERAMEX data has produced a good crustal model beneath central Java. We continue our experiment to image crustal structure of eastern Java. We have used seismic waveform data recorded by 22 MCGA stationary seismographic stations and 25 portable seismographs installed for 2 to 8 weeks. The data were processed to obtain waveforms of cross-correlated noise between pairs of seismographic stations. Our preliminary results presented here indicate that the Kendeng zone, an area of low gravity anomaly, is associated with a low velocity zone. On the other hand, the southern mountain range, which has a high gravity anomaly, is related to a high velocity anomaly (as shown by our tomographic images). In future work we will install more seismographic stations in eastern Java as well as in western Java to conduct ANT imaging for the whole of Java Island. The expected result combined with the mantle velocity models resulting from our body wave tomography will allow for accurate location of earthquake hypocenters and determination of regional tectonic structures. Both of these are valuable for understanding seismic hazard in Java, the most densely populated

  18. Interactive Analysis of General Beam Configurations using Finite Element Methods and JavaScript

    NASA Astrophysics Data System (ADS)

    Hernandez, Christopher

    Advancements in computer technology have contributed to the widespread practice of modelling and solving engineering problems through the use of specialized software. The wide use of engineering software comes with the disadvantage to the user of costs from the required purchase of software licenses. The creation of accurate, trusted, and freely available applications capable of conducting meaningful analysis of engineering problems is a way to mitigate to the costs associated with every-day engineering computations. Writing applications in the JavaScript programming language allows the applications to run within any computer browser, without the need to install specialized software, since all internet browsers are equipped with virtual machines (VM) that allow the browsers to execute JavaScript code. The objective of this work is the development of an application that performs the analysis of a completely general beam through use of the finite element method. The app is written in JavaScript and embedded in a web page so it can be downloaded and executed by a user with an internet connection. This application allows the user to analyze any uniform or non-uniform beam, with any combination of applied forces, moments, distributed loads, and boundary conditions. Outputs for this application include lists the beam deformations and slopes, as well as lateral and slope deformation graphs, bending stress distributions, and shear and a moment diagrams. To validate the methodology of the GBeam finite element app, its results are verified using the results from obtained from two other established finite element solvers for fifteen separate test cases.

  19. The ENSDF Java Package

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sonzogni, A.A.

    2005-05-24

    A package of computer codes has been developed to process and display nuclear structure and decay data stored in the ENSDF (Evaluated Nuclear Structure Data File) library. The codes were written in an object-oriented fashion using the java language. This allows for an easy implementation across multiple platforms as well as deployment on web pages. The structure of the different java classes that make up the package is discussed as well as several different implementations.

  20. What Research Tells the Golf Instructor about the Golf Swing and Putting.

    ERIC Educational Resources Information Center

    Kraft, Robert E.

    The purpose of this survey was to clarify some misconceptions and challenge some common practices in teaching golf skills. Over 100 research studies in golf have been reviewed and summarized. The following categories relating to the golf swing were examined: (1) grip; (2) videotape; (3) electronic golf swing analyzer; (4) teaching methods; (5)…

  1. The Effect of Restricted Arm Swing on Energy Expenditure in Healthy Men

    ERIC Educational Resources Information Center

    Yizhar, Ziva; Boulos, Spiro; Inbar, Omri; Carmeli, Eli

    2009-01-01

    Arm swing in human walking is an active natural motion involving the upper extremities. Earlier studies have described the interrelationship between arms and legs during walking, but the effect of arm swing on energy expenditure and dynamic parameters during normal gait, is inconclusive. The aim of this study was to investigate the effect of…

  2. Electromyographic analyses of the erector spinae muscles during golf swings using four different clubs.

    PubMed

    Sorbie, Graeme G; Grace, Fergal M; Gu, Yaodong; Baker, Julien S; Ugbolue, Ukadike C

    2018-04-01

    The purpose of this study was to compare the electromyography (EMG) patterns of the thoracic and lumbar regions of the erector spinae (ES) muscle during the golf swing whilst using four different golf clubs. Fifteen right-handed male golfers performed a total of twenty swings in random order using the driver, 4-iron, 7-iron and pitching-wedge. Surface EMG was recorded from the lead and trail sides of the thoracic and lumbar regions of the ES muscle (T8, L1 and L5 lateral to the spinous-process). Three-dimensional high-speed video analysis was used to identify the backswing, forward swing, acceleration, early and late follow-through phases of the golf swing. No significant differences in muscle-activation levels from the lead and trail sides of the thoracic and lumbar regions of the ES muscle were displayed between the driver, 4-iron, 7-iron and pitching-wedge (P > 0.05). The highest mean thoracic and lumbar ES muscle-activation levels were displayed in the forward swing (67-99% MVC) and acceleration (83-106% MVC) phases of the swing for all clubs tested. The findings from this study show that there were no significant statistical differences between the driver, 4-iron, 7-iron and pitching-wedge when examining muscle activity from the thoracic and lumbar regions of the ES muscle.

  3. The relationship between biomechanical variables and driving performance during the golf swing.

    PubMed

    Chu, Yungchien; Sell, Timothy C; Lephart, Scott M

    2010-09-01

    Swing kinematic and ground reaction force data from 308 golfers were analysed to identify the variables important to driving ball velocity. Regression models were applied at four selected events in the swing. The models accounted for 44-74% of variance in ball velocity. Based on the regression analyses, upper torso-pelvis separation (the X-Factor), delayed release (i.e. the initiation of movement) of the arms and wrists, trunk forward and lateral tilting, and weight-shifting during the swing were significantly related to ball velocity. Our results also verify several general coaching ideas that were considered important to increased ball velocity. The results of this study may serve as both skill and strength training guidelines for golfers.

  4. Effects of Aging on Arm Swing during Gait: The Role of Gait Speed and Dual Tasking.

    PubMed

    Mirelman, Anat; Bernad-Elazari, Hagar; Nobel, Tomer; Thaler, Avner; Peruzzi, Agnese; Plotnik, Meir; Giladi, Nir; Hausdorff, Jeffrey M

    2015-01-01

    Healthy walking is characterized by pronounced arm swing and axial rotation. Aging effects on gait speed, stride length and stride time variability have been previously reported, however, less is known about aging effects on arm swing and axial rotation and their relationship to age-associated gait changes during usual walking and during more challenging conditions like dual tasking. Sixty healthy adults between the ages of 30-77 were included in this study designed to address this gap. Lightweight body fixed sensors were placed on each wrist and lower back. Participants walked under 3 walking conditions each of 1 minute: 1) comfortable speed, 2) walking while serially subtracting 3's (Dual Task), 3) walking at fast speed. Aging effects on arm swing amplitude, range, symmetry, jerk and axial rotation amplitude and jerk were compared between decades of age (30-40; 41-50; 51-60; 61-77 years). As expected, older adults walked slower (p = 0.03) and with increased stride variability (p = 0.02). Arm swing amplitude decreased with age under all conditions (p = 0.04). In the oldest group, arm swing decreased during dual task and increased during the fast walking condition (p<0.0001). Similarly, arm swing asymmetry increased during the dual task in the older groups (p<0.004), but not in the younger groups (p = 0.67). Significant differences between groups and within conditions were observed in arm swing jerk (p<0.02), axial rotation amplitude (p<0.02) and axial jerk (p<0.001). Gait speed, arm swing amplitude of the dominant arm, arm swing asymmetry and axial rotation jerk were all independent predictors of age in a multivariate model. These findings suggest that the effects of gait speed and dual tasking on arm swing and axial rotation during walking are altered among healthy older adults. Follow-up work is needed to examine if these effects contribute to reduced stability in aging.

  5. Effects of Aging on Arm Swing during Gait: The Role of Gait Speed and Dual Tasking

    PubMed Central

    Mirelman, Anat; Bernad-Elazari, Hagar; Nobel, Tomer; Thaler, Avner; Peruzzi, Agnese; Plotnik, Meir; Giladi, Nir; Hausdorff, Jeffrey M.

    2015-01-01

    Healthy walking is characterized by pronounced arm swing and axial rotation. Aging effects on gait speed, stride length and stride time variability have been previously reported, however, less is known about aging effects on arm swing and axial rotation and their relationship to age-associated gait changes during usual walking and during more challenging conditions like dual tasking. Sixty healthy adults between the ages of 30–77 were included in this study designed to address this gap. Lightweight body fixed sensors were placed on each wrist and lower back. Participants walked under 3 walking conditions each of 1 minute: 1) comfortable speed, 2) walking while serially subtracting 3’s (Dual Task), 3) walking at fast speed. Aging effects on arm swing amplitude, range, symmetry, jerk and axial rotation amplitude and jerk were compared between decades of age (30–40; 41–50; 51–60; 61–77 years). As expected, older adults walked slower (p = 0.03) and with increased stride variability (p = 0.02). Arm swing amplitude decreased with age under all conditions (p = 0.04). In the oldest group, arm swing decreased during dual task and increased during the fast walking condition (p<0.0001). Similarly, arm swing asymmetry increased during the dual task in the older groups (p<0.004), but not in the younger groups (p = 0.67). Significant differences between groups and within conditions were observed in arm swing jerk (p<0.02), axial rotation amplitude (p<0.02) and axial jerk (p<0.001). Gait speed, arm swing amplitude of the dominant arm, arm swing asymmetry and axial rotation jerk were all independent predictors of age in a multivariate model. These findings suggest that the effects of gait speed and dual tasking on arm swing and axial rotation during walking are altered among healthy older adults. Follow-up work is needed to examine if these effects contribute to reduced stability in aging. PMID:26305896

  6. The Effects of an Ergogenic Aid on Golf Swing Consistency and Skill.

    ERIC Educational Resources Information Center

    Moore, John O.; Beitel, Patricia A.

    Golf experts suggest that a performer should attempt to swing the same way during each shot, changing clubs to alter the flight trajectory and distance of the ball. This study sought to determine if there was a difference in the development of golf skill and swing consistency between a control group and an experimental group using an ergogenic…

  7. JavaGenes Molecular Evolution

    NASA Technical Reports Server (NTRS)

    Lohn, Jason; Smith, David; Frank, Jeremy; Globus, Al; Crawford, James

    2007-01-01

    JavaGenes is a general-purpose, evolutionary software system written in Java. It implements several versions of a genetic algorithm, simulated annealing, stochastic hill climbing, and other search techniques. This software has been used to evolve molecules, atomic force field parameters, digital circuits, Earth Observing Satellite schedules, and antennas. This version differs from version 0.7.28 in that it includes the molecule evolution code and other improvements. Except for the antenna code, JaveGenes is available for NASA Open Source distribution.

  8. Synchronized metronome training induces changes in the kinematic properties of the golf swing.

    PubMed

    Sommer, Marius; Häger, Charlotte; Rönnqvist, Louise

    2014-03-01

    The purpose of this study was to evaluate possible effects of synchronized metronome training (SMT) on movement dynamics during golf-swing performance, as captured by kinematic analysis. A one-group, between-test design was applied on 13 male golfers (27.5 +/- 4.6 years old, 12.7 +/- 4.9 handicap) who completed 12 sessions of SMT over a four-week period. Pre- and post-assessments of golf swings with three different clubs (4-iron, 7-iron, and pitching wedge) were performed using a three-dimensional motion capture system. Club velocity at three different swing phases (backswing, downswing, and follow-through) was measured and cross-correlation analysis of time-series signals were made on joint couplings (wrist-elbow-shoulder) of both arms, and between joints and the club, during the full golf swing. There were significantly higher cross-correlations between joint-couplings and concomitant changes of the associated phase-shift differences, as well as reduced phase-shift variability at post-test. No significant effect of SMT was found for the club velocities. We suggest that domain-general influences of SMT on the underlying brain-based motor control strategies lead to a more coordinated movement pattern of the golf-swing performance, which may explain previous observations of significantly improved golf-shot accuracy and decreased variability after SMT.

  9. Self-Alignment MEMS IMU Method Based on the Rotation Modulation Technique on a Swing Base

    PubMed Central

    Chen, Zhiyong; Yang, Haotian; Wang, Chengbin; Lin, Zhihui; Guo, Meifeng

    2018-01-01

    The micro-electro-mechanical-system (MEMS) inertial measurement unit (IMU) has been widely used in the field of inertial navigation due to its small size, low cost, and light weight, but aligning MEMS IMUs remains a challenge for researchers. MEMS IMUs have been conventionally aligned on a static base, requiring other sensors, such as magnetometers or satellites, to provide auxiliary information, which limits its application range to some extent. Therefore, improving the alignment accuracy of MEMS IMU as much as possible under swing conditions is of considerable value. This paper proposes an alignment method based on the rotation modulation technique (RMT), which is completely self-aligned, unlike the existing alignment techniques. The effect of the inertial sensor errors is mitigated by rotating the IMU. Then, inertial frame-based alignment using the rotation modulation technique (RMT-IFBA) achieved coarse alignment on the swing base. The strong tracking filter (STF) further improved the alignment accuracy. The performance of the proposed method was validated with a physical experiment, and the results of the alignment showed that the standard deviations of pitch, roll, and heading angle were 0.0140°, 0.0097°, and 0.91°, respectively, which verified the practicality and efficacy of the proposed method for the self-alignment of the MEMS IMU on a swing base. PMID:29649150

  10. East Java Maritime Connectivity and Its Regional Development Support

    NASA Astrophysics Data System (ADS)

    Purboyo, H.; Ibad, M. Z.

    2017-07-01

    The study presents an evolution of maritime connectivity index of East Java which is associated with accessibility and mobility index of regions in East Java. The findings show that East Java increased connectivity more than three times from 1996 to 2011. Initially, the East Java is importer but then become exporter to national territory. For accessibility, the inland regions of East Java in general is higher than the coastal areas. And for mobility, inland regions initially have a small index, but in subsequent years its index is greater than the coastal areas.

  11. On the efficiency of the golf swing

    NASA Astrophysics Data System (ADS)

    White, Rod

    2006-12-01

    A non-driven double pendulum model is used to explain the principle underlying the surprising efficiency of the golf swing. The principle can be described as a parametric energy transfer between the arms and the club head due to the changing moment of inertia of the club. The transfer is a consequence of conservation of energy and angular momentum. Because the pendulum is not driven by an external force, it shows that the golfer need do little more than accelerate the arms with the wrists cocked and let the double pendulum transfer kinetic energy to the club head. A driven double pendulum model is used to study factors affecting the efficiency of a real golf swing. It is concluded that the wrist-cock angle is the most significant efficiency-determining parameter under the golfer's control and that improvements in golf technology have had a significant impact on driving distance.

  12. Pricing of swing options: A Monte Carlo simulation approach

    NASA Astrophysics Data System (ADS)

    Leow, Kai-Siong

    We study the problem of pricing swing options, a class of multiple early exercise options that are traded in energy market, particularly in the electricity and natural gas markets. These contracts permit the option holder to periodically exercise the right to trade a variable amount of energy with a counterparty, subject to local volumetric constraints. In addition, the total amount of energy traded from settlement to expiration with the counterparty is restricted by a global volumetric constraint. Violation of this global volumetric constraint is allowed but would lead to penalty settled at expiration. The pricing problem is formulated as a stochastic optimal control problem in discrete time and state space. We present a stochastic dynamic programming algorithm which is based on piecewise linear concave approximation of value functions. This algorithm yields the value of the swing option under the assumption that the optimal exercise policy is applied by the option holder. We present a proof of an almost sure convergence that the algorithm generates the optimal exercise strategy as the number of iterations approaches to infinity. Finally, we provide a numerical example for pricing a natural gas swing call option.

  13. Visualization Software for VisIT Java Client

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Billings, Jay Jay; Smith, Robert W

    The VisIT Java Client (JVC) library is a lightweight thin client that is designed and written purely in the native language of Java (the Python & JavaScript versions of the library use the same concept) and communicates with any new unmodified standalone version of VisIT, a high performance computing parallel visualization toolkit, over traditional or web sockets and dynamically determines capabilities of the running VisIT instance whether local or remote.

  14. Teaching Your Gymnasts to Swing. Biomechanics in Plain Talk for the Novice Coach.

    ERIC Educational Resources Information Center

    Sim, Laura J.

    1985-01-01

    The key to successful uneven parallel bar routines lies in the rhythm and continuity of movement which is ensured through the element of swing. Diagrams are offered to help illustrate how the biomechanical principles of torque and momentum are essential to learning and developing the mechanics of swing. (DF)

  15. Humidity-swing mechanism for CO2 capture from ambient air.

    PubMed

    Yang, Hao; Singh, Manmilan; Schaefer, Jacob

    2018-05-10

    A humidity-swing polymeric sorbent captures CO2 from ambient air at room temperature simply by changing the humidity level. To date there has been no direct experimental evidence to characterize the chemical mechanism for this process. In this report we describe the use of solid-state NMR to study the humidity-swing CO2 absorption/desorption cycle directly. We find that at low humidity levels CO2 is absorbed as HCO3-. At high humidity levels, HCO3- is replaced by hydrated OH- and the absorbed CO2 is released.

  16. A Java Applet for Illustrating Internet Error Control

    ERIC Educational Resources Information Center

    Holliday, Mark A.

    2004-01-01

    This paper discusses the author's experiences developing a Java applet that illustrates how error control is implemented in the Transmission Control Protocol (TCP). One section discusses the concepts which the TCP error control Java applet is intended to convey, while the nature of the Java applet is covered in another section. The author…

  17. Unbounded orbits of a swinging Atwood's machine

    NASA Astrophysics Data System (ADS)

    Tufillaro, N.; Nunes, A.; Casasayas, J.

    1988-12-01

    The motion of a swinging Atwood's machine is examined when the orbits are unbounded. Expressions for the asymptotic behavior of the orbits are derived that exhibit either an infinite number of oscillations or no oscillations, depending only on a critical value of the mass ratio.

  18. Dynamic Hip Kinematics During the Golf Swing After Total Hip Arthroplasty.

    PubMed

    Hara, Daisuke; Nakashima, Yasuharu; Hamai, Satoshi; Higaki, Hidehiko; Ikebe, Satoru; Shimoto, Takeshi; Yoshimoto, Kensei; Iwamoto, Yukihide

    2016-07-01

    Although most surgeons allow their patients to play golf after total hip arthroplasty (THA), the effect on the implant during the golf swing is still unclear. To evaluate hip kinematics during the golf swing after THA. Descriptive laboratory study. Eleven hips in 9 patients who underwent primary THA were analyzed. All patients were right-handed recreational golfers, and these 11 hips included 6 right hips and 5 left hips. Periodic radiographic images of the golf swing were taken using a flat-panel x-ray detector. Movements of the hip joint and components were assessed using 3-dimensional-to-2-dimensional model-to-image registration techniques. Liner-to-neck contact and translation of the femoral head with respect to the acetabular cup (cup-head translation) were examined. Hip kinematics, orientation of components, and maximum cup-head translation were compared between patients with and without liner-to-neck contact. On average, the golf swing produced approximately 50° of axial rotation in both lead and trail hips. Liner-to-neck contact was observed in 4 hips with elevated rim liners (2 lead hips and 2 trail hips) at maximum external rotation. Neither bone-to-bone nor bone-to-implant contact was observed at any phases of the golf swing in any of the hips. Four hips with liner-to-neck contact had significantly larger maximum external rotation (37.9° ± 7.0° vs 20.6° ± 9.9°, respectively; P = .01) and more cup anteversion (26.5° ± 6.1° vs 10.8° ± 8.9°, respectively; P = .01) than hips without liner-to-neck contact. No significant differences between hips with and without contact were found for cup inclination (42.0° ± 2.5° vs 38.1° ± 5.5°, respectively; P = .22), combined anteversion (45.3° ± 8.9° vs 51.4° ± 7.9°, respectively; P = .26), or maximum cup-head translation (1.3 ± 0.3 mm vs 1.5 ± 0.4 mm, respectively; P = .61). In this analysis, the golf swing did not produce excessive hip rotation or cup-head translation in any hips. However

  19. The "swing-ding": a golf-related head injury in children.

    PubMed

    Wang, Arthur; Cohen, Alan R; Robinson, Shenandoah

    2011-01-01

    In recent years there has been an increased incidence of golf-associated head injuries in children and adolescents. At the authors' institution, they have identified a unique pattern of head injury associated with a swinging golf club. In this study, the authors highlight the mechanism of this injury and report their experience treating it. The authors reviewed the database of Rainbow Babies and Children's Hospital Trauma Center and performed a retrospective analysis of golf injuries recorded over a 10-year period (January 2000-April 2010). They identified 13 children (9 boys and 4 girls) who sustained head injuries in golfing accidents. All patients were 10 years of age or younger. The medical charts were reviewed and follow-up interviews were conducted to better delineate the details of the injuries. Injuries included 13 depressed skull fractures, 7 epidural hematomas, and 1 cerebral contusion. All 13 patients sustained their injuries after being struck in the head by a golf club. Seven sustained injuries on the follow-through of the initial swing and 3 sustained injuries on the backswing. All but one patient required neurosurgical intervention. Five patients developed neurological sequelae. None of the children had prior experience with golf equipment. All but one injury occurred in the child's own backyard. There was no direct supervision by an adult in any of the cases. Golfing can lead to serious head injuries in children. The authors noticed a unique pattern of golf-related head injuries, previously not described, that they have termed the "swing-ding." This golf club-inflicted injury occurs when a child stands too close to a swinging golfer and is struck in the head, subsequently sustaining a comminuted depressed skull fracture in the frontal or temporal region, with or without further intracranial injury. The study suggests that a lack of adult supervision, minimal previous golf experience, and proximity of the child to the swinging golfer are all

  20. Novel swing-assist un-motorized exoskeletons for gait training.

    PubMed

    Mankala, Kalyan K; Banala, Sai K; Agrawal, Sunil K

    2009-07-03

    Robotics is emerging as a promising tool for functional training of human movement. Much of the research in this area over the last decade has focused on upper extremity orthotic devices. Some recent commercial designs proposed for the lower extremity are powered and expensive - hence, these could have limited affordability by most clinics. In this paper, we present a novel un-motorized bilateral exoskeleton that can be used to assist in treadmill training of motor-impaired patients, such as with motor-incomplete spinal cord injury. The exoskeleton is designed such that the human leg will have a desirable swing motion, once it is strapped to the exoskeleton. Since this exoskeleton is un-motorized, it can potentially be produced cheaply and could reduce the physical demand on therapists during treadmill training. A swing-assist bilateral exoskeleton was designed and fabricated at the University of Delaware having the following salient features: (i) The design uses torsional springs at the hip and the knee joints to assist the swing motion. The springs get charged by the treadmill during stance phase of the leg and provide propulsion forces to the leg during swing. (ii) The design of the exoskeleton uses simple dynamic models of sagittal plane walking, which are used to optimize the parameters of the springs so that the foot can clear the ground and have a desirable forward motion during walking. The bilateral exoskeleton was tested on a healthy subject during treadmill walking for a range of walking speeds between 1.0 mph and 4.0 mph. Joint encoders and interface force-torque sensors mounted on the exoskeleton were used to evaluate the effectiveness of the exoskeleton in terms of the hip and knee joint torques applied by the human during treadmill walking. We compared two different cases. In case 1, we estimated the torque applied by the human joints when walking with the device using the joint kinematic data and interface force-torque sensors. In case 2, we

  1. RNAfbinv: an interactive Java application for fragment-based design of RNA sequences.

    PubMed

    Weinbrand, Lina; Avihoo, Assaf; Barash, Danny

    2013-11-15

    In RNA design problems, it is plausible to assume that the user would be interested in preserving a particular RNA secondary structure motif, or fragment, for biological reasons. The preservation could be in structure or sequence, or both. Thus, the inverse RNA folding problem could benefit from considering fragment constraints. We have developed a new interactive Java application called RNA fragment-based inverse that allows users to insert an RNA secondary structure in dot-bracket notation. It then performs sequence design that conforms to the shape of the input secondary structure, the specified thermodynamic stability, the specified mutational robustness and the user-selected fragment after shape decomposition. In this shape-based design approach, specific RNA structural motifs with known biological functions are strictly enforced, while others can possess more flexibility in their structure in favor of preserving physical attributes and additional constraints. RNAfbinv is freely available for download on the web at http://www.cs.bgu.ac.il/~RNAexinv/RNAfbinv. The site contains a help file with an explanation regarding the exact use.

  2. jFuzz: A Concolic Whitebox Fuzzer for Java

    NASA Technical Reports Server (NTRS)

    Jayaraman, Karthick; Harvison, David; Ganesh, Vijay; Kiezun, Adam

    2009-01-01

    We present jFuzz, a automatic testing tool for Java programs. jFuzz is a concolic whitebox fuzzer, built on the NASA Java PathFinder, an explicit-state Java model checker, and a framework for developing reliability and analysis tools for Java. Starting from a seed input, jFuzz automatically and systematically generates inputs that exercise new program paths. jFuzz uses a combination of concrete and symbolic execution, and constraint solving. Time spent on solving constraints can be significant. We implemented several well-known optimizations and name-independent caching, which aggressively normalizes the constraints to reduce the number of calls to the constraint solver. We present preliminary results due to the optimizations, and demonstrate the effectiveness of jFuzz in creating good test inputs. The source code of jFuzz is available as part of the NASA Java PathFinder. jFuzz is intended to be a research testbed for investigating new testing and analysis techniques based on concrete and symbolic execution. The source code of jFuzz is available as part of the NASA Java PathFinder.

  3. The openEHR Java reference implementation project.

    PubMed

    Chen, Rong; Klein, Gunnar

    2007-01-01

    The openEHR foundation has developed an innovative design for interoperable and future-proof Electronic Health Record (EHR) systems based on a dual model approach with a stable reference information model complemented by archetypes for specific clinical purposes.A team from Sweden has implemented all the stable specifications in the Java programming language and donated the source code to the openEHR foundation. It was adopted as the openEHR Java Reference Implementation in March 2005 and released under open source licenses. This encourages early EHR implementation projects around the world and a number of groups have already started to use this code. The early Java implementation experience has also led to the publication of the openEHR Java Implementation Technology Specification. A number of design changes to the specifications and important minor corrections have been directly initiated by the implementation project over the last two years. The Java Implementation has been important for the validation and improvement of the openEHR design specifications and provides building blocks for future EHR systems.

  4. Climate Science: Tropical Expansion by Ocean Swing

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lu, Jian

    The tropical belt has become wider over the past decades, but climate models fall short of capturing the full rate of the expansion. The latest analysis of the climate simulations suggests that a long-term swing of the Pacific Decadal Oscillation is the main missing cause.

  5. "Gunslinger's gait": a new cause of unilaterally reduced arm swing.

    PubMed

    Araújo, Rui; Ferreira, Joaquim J; Antonini, Angelo; Bloem, Bastiaan R

    2015-12-14

    To postulate a new possible cause of a unilaterally reduced arm swing in addition to the known medical conditions such as shoulder pathology, Erb's palsy, stroke, and Parkinson's disease. Analysis of YouTube videos depicting the gait of highly ranked Russian officials. We found a similar walking pattern in President Vladimir Putin, Prime Minister Dmitry Medvedev and three other highly ranked Russian officials, all presenting with a consistently reduced right arm swing in the absence of other overt neurological abnormalities. We propose that this new gait pattern, which we term "gunslinger's gait," may result from a behavioural adaptation, possibly triggered by KGB or other forms of weapons training where trainees are taught to keep their right hand close to the chest while walking, allowing them to quickly draw a gun when faced with a foe. This should be included in the differential diagnosis of a unilaterally reduced arm swing. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  6. New Web Server - the Java Version of Tempest - Produced

    NASA Technical Reports Server (NTRS)

    York, David W.; Ponyik, Joseph G.

    2000-01-01

    A new software design and development effort has produced a Java (Sun Microsystems, Inc.) version of the award-winning Tempest software (refs. 1 and 2). In 1999, the Embedded Web Technology (EWT) team received a prestigious R&D 100 Award for Tempest, Java Version. In this article, "Tempest" will refer to the Java version of Tempest, a World Wide Web server for desktop or embedded systems. Tempest was designed at the NASA Glenn Research Center at Lewis Field to run on any platform for which a Java Virtual Machine (JVM, Sun Microsystems, Inc.) exists. The JVM acts as a translator between the native code of the platform and the byte code of Tempest, which is compiled in Java. These byte code files are Java executables with a ".class" extension. Multiple byte code files can be zipped together as a "*.jar" file for more efficient transmission over the Internet. Today's popular browsers, such as Netscape (Netscape Communications Corporation) and Internet Explorer (Microsoft Corporation) have built-in Virtual Machines to display Java applets.

  7. Providing the Persistent Data Storage in a Software Engineering Environment Using Java/COBRA and a DBMS

    NASA Technical Reports Server (NTRS)

    Dhaliwal, Swarn S.

    1997-01-01

    An investigation was undertaken to build the software foundation for the WHERE (Web-based Hyper-text Environment for Requirements Engineering) project. The TCM (Toolkit for Conceptual Modeling) was chosen as the foundation software for the WHERE project which aims to provide an environment for facilitating collaboration among geographically distributed people involved in the Requirements Engineering process. The TCM is a collection of diagram and table editors and has been implemented in the C++ programming language. The C++ implementation of the TCM was translated into Java in order to allow the editors to be used for building various functionality of the WHERE project; the WHERE project intends to use the Web as its communication back- bone. One of the limitations of the translated software (TcmJava), which militated against its use in the WHERE project, was persistent data management mechanisms which it inherited from the original TCM; it was designed to be used in standalone applications. Before TcmJava editors could be used as a part of the multi-user, geographically distributed applications of the WHERE project, a persistent storage mechanism must be built which would allow data communication over the Internet, using the capabilities of the Web. An approach involving features of Java, CORBA (Common Object Request Broker), the Web, a middle-ware (Java Relational Binding (JRB)), and a database server was used to build the persistent data management infrastructure for the WHERE project. The developed infrastructure allows a TcmJava editor to be downloaded and run from a network host by using a JDK 1.1 (Java Developer's Kit) compatible Web-browser. The aforementioned editor establishes connection with a server by using the ORB (Object Request Broker) software and stores/retrieves data in/from the server. The server consists of a CORBA object or objects depending upon whether the data is to be made persistent on a single server or multiple servers. The CORBA

  8. Restricted Arm Swing Affects Gait Stability and Increased Walking Speed Alters Trunk Movements in Children with Cerebral Palsy

    PubMed Central

    Delabastita, Tijs; Desloovere, Kaat; Meyns, Pieter

    2016-01-01

    Observational research suggests that in children with cerebral palsy, the altered arm swing is linked to instability during walking. Therefore, the current study investigates whether children with cerebral palsy use their arms more than typically developing children, to enhance gait stability. Evidence also suggests an influence of walking speed on gait stability. Moreover, previous research highlighted a link between walking speed and arm swing. Hence, the experiment aimed to explore differences between typically developing children and children with cerebral palsy taking into account the combined influence of restricting arm swing and increasing walking speed on gait stability. Spatiotemporal gait characteristics, trunk movement parameters and margins of stability were obtained using three dimensional gait analysis to assess gait stability of 26 children with cerebral palsy and 24 typically developing children. Four walking conditions were evaluated: (i) free arm swing and preferred walking speed; (ii) restricted arm swing and preferred walking speed; (iii) free arm swing and high walking speed; and (iv) restricted arm swing and high walking speed. Double support time and trunk acceleration variability increased more when arm swing was restricted in children with bilateral cerebral palsy compared to typically developing children and children with unilateral cerebral palsy. Trunk sway velocity increased more when walking speed was increased in children with unilateral cerebral palsy compared to children with bilateral cerebral palsy and typically developing children and in children with bilateral cerebral palsy compared to typically developing children. Trunk sway velocity increased more when both arm swing was restricted and walking speed was increased in children with bilateral cerebral palsy compared to typically developing children. It is proposed that facilitating arm swing during gait rehabilitation can improve gait stability and decrease trunk movements in

  9. Genevar: a database and Java application for the analysis and visualization of SNP-gene associations in eQTL studies.

    PubMed

    Yang, Tsun-Po; Beazley, Claude; Montgomery, Stephen B; Dimas, Antigone S; Gutierrez-Arcelus, Maria; Stranger, Barbara E; Deloukas, Panos; Dermitzakis, Emmanouil T

    2010-10-01

    Genevar (GENe Expression VARiation) is a database and Java tool designed to integrate multiple datasets, and provides analysis and visualization of associations between sequence variation and gene expression. Genevar allows researchers to investigate expression quantitative trait loci (eQTL) associations within a gene locus of interest in real time. The database and application can be installed on a standard computer in database mode and, in addition, on a server to share discoveries among affiliations or the broader community over the Internet via web services protocols. http://www.sanger.ac.uk/resources/software/genevar.

  10. Empowerment model of biomass in west java

    NASA Astrophysics Data System (ADS)

    Mulyana, C.; Fitriani, N. I.; Saad, A.; Yuliah, Y.

    2017-06-01

    Scarcity of fossil energy accelerates the search of renewable energy sources as the substitution. In West Java, biomass has potential to be developed into bio-briquette because the resources are abundant. The objectives of this research are mapping the potency of biomass as bio-briquette in West Java, and making the model of the empowerment biomass potential involving five fundamental step which are raw material, pre-processing process, conversion mechanism, products, and end user. The main object of this model focused on 3 forms which are solid, liquid, and gas which was made by involving the community component as the owner biomass, district government, academics and researcher communities, related industries as users of biomass, and the central government as the policy holders and investors as a funder. In the model was described their respective roles and mutual relationship one with another so that the bio-briquette as a substitute of fossil fuels can be realized. Application of this model will provide the benefits in renewability energy sources, environmental, socio economical and energy security.

  11. 45Degree view of one (1) arm of the swing span ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    45-Degree view of one (1) arm of the swing span bridge in the open position. The view shows the continuous bottom chord of the truss. The vertical post and diagonal web members that frame into this bottom chord are connected with single steel pins at each panel point (or joint). The timber track ties, supporting the track, span from truss to truss bottom chords (16' -0') and are supported thereby. - Bridgeport Swing Span Bridge, Spanning Tennessee River, Bridgeport, Jackson County, AL

  12. Swing-leg trajectory of running guinea fowl suggests task-level priority of force regulation rather than disturbance rejection.

    PubMed

    Blum, Yvonne; Vejdani, Hamid R; Birn-Jeffery, Aleksandra V; Hubicki, Christian M; Hurst, Jonathan W; Daley, Monica A

    2014-01-01

    To achieve robust and stable legged locomotion in uneven terrain, animals must effectively coordinate limb swing and stance phases, which involve distinct yet coupled dynamics. Recent theoretical studies have highlighted the critical influence of swing-leg trajectory on stability, disturbance rejection, leg loading and economy of walking and running. Yet, simulations suggest that not all these factors can be simultaneously optimized. A potential trade-off arises between the optimal swing-leg trajectory for disturbance rejection (to maintain steady gait) versus regulation of leg loading (for injury avoidance and economy). Here we investigate how running guinea fowl manage this potential trade-off by comparing experimental data to predictions of hypothesis-based simulations of running over a terrain drop perturbation. We use a simple model to predict swing-leg trajectory and running dynamics. In simulations, we generate optimized swing-leg trajectories based upon specific hypotheses for task-level control priorities. We optimized swing trajectories to achieve i) constant peak force, ii) constant axial impulse, or iii) perfect disturbance rejection (steady gait) in the stance following a terrain drop. We compare simulation predictions to experimental data on guinea fowl running over a visible step down. Swing and stance dynamics of running guinea fowl closely match simulations optimized to regulate leg loading (priorities i and ii), and do not match the simulations optimized for disturbance rejection (priority iii). The simulations reinforce previous findings that swing-leg trajectory targeting disturbance rejection demands large increases in stance leg force following a terrain drop. Guinea fowl negotiate a downward step using unsteady dynamics with forward acceleration, and recover to steady gait in subsequent steps. Our results suggest that guinea fowl use swing-leg trajectory consistent with priority for load regulation, and not for steadiness of gait. Swing

  13. Swing-Leg Trajectory of Running Guinea Fowl Suggests Task-Level Priority of Force Regulation Rather than Disturbance Rejection

    PubMed Central

    Blum, Yvonne; Vejdani, Hamid R.; Birn-Jeffery, Aleksandra V.; Hubicki, Christian M.; Hurst, Jonathan W.; Daley, Monica A.

    2014-01-01

    To achieve robust and stable legged locomotion in uneven terrain, animals must effectively coordinate limb swing and stance phases, which involve distinct yet coupled dynamics. Recent theoretical studies have highlighted the critical influence of swing-leg trajectory on stability, disturbance rejection, leg loading and economy of walking and running. Yet, simulations suggest that not all these factors can be simultaneously optimized. A potential trade-off arises between the optimal swing-leg trajectory for disturbance rejection (to maintain steady gait) versus regulation of leg loading (for injury avoidance and economy). Here we investigate how running guinea fowl manage this potential trade-off by comparing experimental data to predictions of hypothesis-based simulations of running over a terrain drop perturbation. We use a simple model to predict swing-leg trajectory and running dynamics. In simulations, we generate optimized swing-leg trajectories based upon specific hypotheses for task-level control priorities. We optimized swing trajectories to achieve i) constant peak force, ii) constant axial impulse, or iii) perfect disturbance rejection (steady gait) in the stance following a terrain drop. We compare simulation predictions to experimental data on guinea fowl running over a visible step down. Swing and stance dynamics of running guinea fowl closely match simulations optimized to regulate leg loading (priorities i and ii), and do not match the simulations optimized for disturbance rejection (priority iii). The simulations reinforce previous findings that swing-leg trajectory targeting disturbance rejection demands large increases in stance leg force following a terrain drop. Guinea fowl negotiate a downward step using unsteady dynamics with forward acceleration, and recover to steady gait in subsequent steps. Our results suggest that guinea fowl use swing-leg trajectory consistent with priority for load regulation, and not for steadiness of gait. Swing

  14. Development and Feasibility Assessment of a Rotational Orthosis for Walking with Arm Swing.

    PubMed

    Fang, Juan; Xie, Qing; Yang, Guo-Yuan; Xie, Le

    2017-01-01

    Interlimb neural coupling might underlie human bipedal locomotion, which is reflected in the fact that people swing their arms synchronously with leg movement in normal gait. Therefore, arm swing should be included in gait training to provide coordinated interlimb performance. The present study aimed to develop a Rotational Orthosis for Walking with Arm Swing (ROWAS), and evaluate its feasibility from the perspectives of implementation, acceptability and responsiveness. We developed the mechanical structures of the ROWAS system in SolidWorks, and implemented the concept in a prototype. Normal gait data were used as the reference performance of the shoulder, hip, knee and ankle joints of the prototype. The ROWAS prototype was tested for function assessment and further evaluated using five able-bodied subjects for user feedback. The ROWAS prototype produced coordinated performance in the upper and lower limbs, with joint profiles similar to those occurring in normal gait. The subjects reported a stronger feeling of walking with arm swing than without. The ROWAS system was deemed feasible according to the formal assessment criteria.

  15. Development and Feasibility Assessment of a Rotational Orthosis for Walking with Arm Swing

    PubMed Central

    Fang, Juan; Xie, Qing; Yang, Guo-Yuan; Xie, Le

    2017-01-01

    Interlimb neural coupling might underlie human bipedal locomotion, which is reflected in the fact that people swing their arms synchronously with leg movement in normal gait. Therefore, arm swing should be included in gait training to provide coordinated interlimb performance. The present study aimed to develop a Rotational Orthosis for Walking with Arm Swing (ROWAS), and evaluate its feasibility from the perspectives of implementation, acceptability and responsiveness. We developed the mechanical structures of the ROWAS system in SolidWorks, and implemented the concept in a prototype. Normal gait data were used as the reference performance of the shoulder, hip, knee and ankle joints of the prototype. The ROWAS prototype was tested for function assessment and further evaluated using five able-bodied subjects for user feedback. The ROWAS prototype produced coordinated performance in the upper and lower limbs, with joint profiles similar to those occurring in normal gait. The subjects reported a stronger feeling of walking with arm swing than without. The ROWAS system was deemed feasible according to the formal assessment criteria. PMID:28203142

  16. JANIS: NEA JAva-based Nuclear Data Information System

    NASA Astrophysics Data System (ADS)

    Soppera, Nicolas; Bossant, Manuel; Cabellos, Oscar; Dupont, Emmeric; Díez, Carlos J.

    2017-09-01

    JANIS (JAva-based Nuclear Data Information System) software is developed by the OECD Nuclear Energy Agency (NEA) Data Bank to facilitate the visualization and manipulation of nuclear data, giving access to evaluated nuclear data libraries, such as ENDF, JEFF, JENDL, TENDL etc., and also to experimental nuclear data (EXFOR) and bibliographical references (CINDA). It is available as a standalone Java program, downloadable and distributed on DVD and also a web application available on the NEA website. One of the main new features in JANIS is the scripting capability via command line, which notably automatizes plots generation and permits automatically extracting data from the JANIS database. Recent NEA software developments rely on these JANIS features to access nuclear data, for example the Nuclear Data Sensitivity Tool (NDaST) makes use of covariance data in BOXER and COVERX formats, which are retrieved from the JANIS database. New features added in this version of the JANIS software are described along this paper with some examples.

  17. LinguisticBelief: a java application for linguistic evaluation using belief, fuzzy sets, and approximate reasoning.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Darby, John L.

    LinguisticBelief is a Java computer code that evaluates combinations of linguistic variables using an approximate reasoning rule base. Each variable is comprised of fuzzy sets, and a rule base describes the reasoning on combinations of variables fuzzy sets. Uncertainty is considered and propagated through the rule base using the belief/plausibility measure. The mathematics of fuzzy sets, approximate reasoning, and belief/ plausibility are complex. Without an automated tool, this complexity precludes their application to all but the simplest of problems. LinguisticBelief automates the use of these techniques, allowing complex problems to be evaluated easily. LinguisticBelief can be used free of chargemore » on any Windows XP machine. This report documents the use and structure of the LinguisticBelief code, and the deployment package for installation client machines.« less

  18. Cycle development and design for CO{sub 2} capture from flue gas by vacuum swing adsorption

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jun Zhang; Paul A. Webley

    CO{sub 2} capture and storage is an important component in the development of clean power generation processes. One CO{sub 2} capture technology is gas-phase adsorption, specifically pressure (or vacuum) swing adsorption. The complexity of these processes makes evaluation and assessment of new adsorbents difficult and time-consuming. In this study, we have developed a simple model specifically targeted at CO{sub 2} capture by pressure swing adsorption and validated our model by comparison with data from a fully instrumented pilot-scale pressure swing adsorption process. The model captures non-isothermal effects as well as nonlinear adsorption and nitrogen coadsorption. Using the model and ourmore » apparatus, we have designed and studied a large number of cycles for CO{sub 2} capture. We demonstrate that by careful management of adsorption fronts and assembly of cycles based on understanding of the roles of individual steps, we are able to quickly assess the effect of adsorbents and process parameters on capture performance and identify optimal operating regimes and cycles. We recommend this approach in contrast to exhaustive parametric studies which tend to depend on specifics of the chosen cycle and adsorbent. We show that appropriate combinations of process steps can yield excellent process performance and demonstrate how the pressure drop, and heat loss, etc. affect process performance through their effect on adsorption fronts and profiles. Finally, cyclic temperature profiles along the adsorption column can be readily used to infer concentration profiles - this has proved to be a very useful tool in cyclic function definition. Our research reveals excellent promise for the application of pressure/vacuum swing adsorption technology in the arena of CO{sub 2} capture from flue gases. 20 refs., 6 figs., 2 tabs.« less

  19. Trunk muscle activation during golf swing: Baseline and threshold.

    PubMed

    Silva, Luís; Marta, Sérgio; Vaz, João; Fernandes, Orlando; Castro, Maria António; Pezarat-Correia, Pedro

    2013-10-01

    There is a lack of studies regarding EMG temporal analysis during dynamic and complex motor tasks, such as golf swing. The aim of this study is to analyze the EMG onset during the golf swing, by comparing two different threshold methods. Method A threshold was determined using the baseline activity recorded between two maximum voluntary contraction (MVC). Method B threshold was calculated using the mean EMG activity for 1000ms before the 500ms prior to the start of the Backswing. Two different clubs were also studied. Three-way repeated measures ANOVA was used to compare methods, muscles and clubs. Two-way mixed Intraclass Correlation Coefficient (ICC) with absolute agreement was used to determine the methods reliability. Club type usage showed no influence in onset detection. Rectus abdominis (RA) showed the higher agreement between methods. Erector spinae (ES), on the other hand, showed a very low agreement, that might be related to postural activity before the swing. External oblique (EO) is the first being activated, at 1295ms prior impact. There is a similar activation time between right and left muscles sides, although the right EO showed better agreement between methods than left side. Therefore, the algorithms usage is task- and muscle-dependent. Copyright © 2013 Elsevier Ltd. All rights reserved.

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

    PubMed

    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.

  1. Effects of constrained arm swing on vertical center of mass displacement during walking.

    PubMed

    Yang, Hyung Suk; Atkins, Lee T; Jensen, Daniel B; James, C Roger

    2015-10-01

    The purpose of this study was to determine the effects of constraining arm swing on the vertical displacement of the body's center of mass (COM) during treadmill walking and examine several common gait variables that may account for or mask differences in the body's COM motion with and without arm swing. Participants included 20 healthy individuals (10 male, 10 female; age: 27.8 ± 6.8 years). The body's COM displacement, first and second peak vertical ground reaction forces (VGRFs), and lowest VGRF during mid-stance, peak summed bilateral VGRF, lower extremity sagittal joint angles, stride length, and foot contact time were measured with and without arm swing during walking at 1.34 m/s. The body's COM displacement was greater with the arms constrained (arm swing: 4.1 ± 1.2 cm, arm constrained: 4.9 ± 1.2 cm, p < 0.001). Ground reaction force data indicated that the COM displacement increased in both double limb and single limb stance. However, kinematic patterns visually appeared similar between conditions. Shortened stride length and foot contact time also were observed, although these do not seem to account for the increased COM displacement. However, a change in arm COM acceleration might have contributed to the difference. These findings indicate that a change in arm swing causes differences in vertical COM displacement, which could increase energy expenditure. Copyright © 2015 Elsevier B.V. All rights reserved.

  2. Kinematic analysis of the golf swing in men and women experienced golfers.

    PubMed

    Egret, C I; Nicolle, B; Dujardin, F H; Weber, J; Chollet, D

    2006-06-01

    Golf has become an increasingly popular sport, which is enjoyed by both men and women. This paper addresses the question what differences may exist between men and women golfers. The purpose of this study is to analyze the kinematic pattern of the golf swing in both men and women experienced golfers. Seven male and five female golfers participated in the study. The measurements of kinematic data during swing were obtained with the optoelectronic system VICON (Oxford's Metric, Oxford, UK) with five cameras operating at 50 frames per second. Clubhead speed was measured using a radar system (Bell-Tronics, Ltd, Covington, USA). A Mann-Whitney test (p = 0.05) showed that the women seem to produce a wide swing with larger hip and shoulder joint rotation angles at the top of the backswing. Men flexed their left knee more during the backswing, this may promote a greater weight transfer to the right side. Nevertheless, these two kinematic patterns showed no significant differences in the clubhead speed. Men probably used their increased knee flexion to compensate for their muscular and articular suppleness which is less than that of the women. The results of this study show that there is a specific swing for women.

  3. Analysis of the 5 iron golf swing when hitting for maximum distance.

    PubMed

    Healy, Aoife; Moran, Kieran A; Dickson, Jane; Hurley, Cillian; Smeaton, Alan F; O'Connor, Noel E; Kelly, Philip; Haahr, Mads; Chockalingam, Nachiappan

    2011-07-01

    Most previous research on golf swing mechanics has focused on the driver club. The aim of this study was to identify the kinematic factors that contribute to greater hitting distance when using the 5 iron club. Three-dimensional marker coordinate data were collected (250 Hz) to calculate joint kinematics at eight key swing events, while a swing analyser measured club swing and ball launch characteristics. Thirty male participants were assigned to one of two groups, based on their ball launch speed (high: 52.9 ± 2.1 m · s(-1); low: 39.9 ± 5.2 m · s(-1)). Statistical analyses were used to identify variables that differed significantly between the two groups. Results showed significant differences were evident between the two groups for club face impact point and a number of joint angles and angular velocities, with greater shoulder flexion and less left shoulder internal rotation in the backswing, greater extension angular velocity in both shoulders at early downswing, greater left shoulder adduction angular velocity at ball contact, greater hip joint movement and X Factor angle during the downswing, and greater left elbow extension early in the downswing appearing to contribute to greater hitting distance with the 5 iron club.

  4. Java Image I/O for VICAR, PDS, and ISIS

    NASA Technical Reports Server (NTRS)

    Deen, Robert G.; Levoe, Steven R.

    2011-01-01

    This library, written in Java, supports input and output of images and metadata (labels) in the VICAR, PDS image, and ISIS-2 and ISIS-3 file formats. Three levels of access exist. The first level comprises the low-level, direct access to the file. This allows an application to read and write specific image tiles, lines, or pixels and to manipulate the label data directly. This layer is analogous to the C-language "VICAR Run-Time Library" (RTL), which is the image I/O library for the (C/C++/Fortran) VICAR image processing system from JPL MIPL (Multimission Image Processing Lab). This low-level library can also be used to read and write labeled, uncompressed images stored in formats similar to VICAR, such as ISIS-2 and -3, and a subset of PDS (image format). The second level of access involves two codecs based on Java Advanced Imaging (JAI) to provide access to VICAR and PDS images in a file-format-independent manner. JAI is supplied by Sun Microsystems as an extension to desktop Java, and has a number of codecs for formats such as GIF, TIFF, JPEG, etc. Although Sun has deprecated the codec mechanism (replaced by IIO), it is still used in many places. The VICAR and PDS codecs allow any program written using the JAI codec spec to use VICAR or PDS images automatically, with no specific knowledge of the VICAR or PDS formats. Support for metadata (labels) is included, but is format-dependent. The PDS codec, when processing PDS images with an embedded VIAR label ("dual-labeled images," such as used for MER), presents the VICAR label in a new way that is compatible with the VICAR codec. The third level of access involves VICAR, PDS, and ISIS Image I/O plugins. The Java core includes an "Image I/O" (IIO) package that is similar in concept to the JAI codec, but is newer and more capable. Applications written to the IIO specification can use any image format for which a plug-in exists, with no specific knowledge of the format itself.

  5. Periodic orbits of the integrable swinging Atwood's machine

    NASA Astrophysics Data System (ADS)

    Nunes, Ana; Casasayas, Josefina; Tufillaro, Nicholas

    1995-02-01

    We identify all the periodic orbits of the integrable swinging Atwood's machine by calculating the rotation number of each orbit on its invariant tori in phase space, and also providing explicit formulas for the initial conditions needed to generate each orbit.

  6. Lumbar spinal loads and muscle activity during a golf swing.

    PubMed

    Lim, Young-Tae; Chow, John W; Chae, Woen-Sik

    2012-06-01

    This study estimated the lumbar spinal loads at the L4-L5 level and evaluated electromyographic (EMG) activity of right and left rectus abdominis, external and internal obliques, erector spinae, and latissimus dorsi muscles during a golf swing. Four super VHS camcorders and two force plates were used to obtain three-dimensional (3D) kinematics and kinetics of golf swings performed by five male collegiate golfers. Average EMG levels for different phases of golf swing were determined. An EMG-assisted optimization model was applied to compute the contact forces acting on the L4-L5. The results revealed a mean peak compressive load of over six times the body weight (BW) during the downswing and mean peak anterior and medial shear loads approaching 1.6 and 0.6 BW during the follow-through phases. The peak compressive load estimated in this study was high, but less than the corresponding value (over 8 BW) reported by a previous study. Average EMG levels of different muscles were the highest in the acceleration and follow-through phases, suggesting a likely link between co-contractions of paraspinal muscles and lumbar spinal loads.

  7. Sour pressure swing adsorption process

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bhadra, Shubhra Jyoti; Wright, Andrew David; Hufton, Jeffrey Raymond

    Methods and apparatuses for separating CO.sub.2 and sulfur-containing compounds from a synthesis gas obtained from gasification of a carbonaceous feedstock. The primary separating steps are performed using a sour pressure swing adsorption (SPSA) system, followed by an acid gas enrichment system and a sulfur removal unit. The SPSA system includes multiple pressure equalization steps and a rinse step using a rinse gas that is supplied from a source other than directly from one of the adsorber beds of the SPSA system.

  8. Muria Volcano, Island of Java, Indonesia

    NASA Technical Reports Server (NTRS)

    1991-01-01

    This view of the north coast of central Java, Indonesia centers on the currently inactive Muria Volcano (6.5S, 111.0E). Muria is 5,330 ft. tall and lies just north of Java's main volcanic belt which runs east - west down the spine of the island attesting to the volcanic origin of the more than 1,500 Indonesian Islands.

  9. The Development of a Remote Patient Monitoring System using Java-enabled Mobile Phones.

    PubMed

    Kogure, Y; Matsuoka, H; Kinouchi, Y; Akutagawa, M

    2005-01-01

    A remote patient monitoring system is described. This system is to monitor information of multiple patients in ICU/CCU via 3G mobile phones. Conventionally, various patient information, such as vital signs, is collected and stored on patient information systems. In proposed system, the patient information is recollected by remote information server, and transported to mobile phones. The server is worked as a gateway between hospital intranet and public networks. Provided information from the server consists of graphs and text data. Doctors can browse patient's information on their mobile phones via the server. A custom Java application software is used to browse these data. In this study, the information server and Java application are developed, and communication between the server and mobile phone in model environment is confirmed. To apply this system to practical products of patient information systems is future work.

  10. The lumbar spine and low back pain in golf: a literature review of swing biomechanics and injury prevention.

    PubMed

    Gluck, George S; Bendo, John A; Spivak, Jeffrey M

    2008-01-01

    The golf swing imparts significant stress on the lumbar spine. Not surprisingly, low back pain (LBP) is one of the most common musculoskeletal complaints among golfers. This article provides a review of lumbar spine forces during the golf swing and other research available on swing biomechanics and muscle activity during trunk rotation. The role of "modern" and "classic" swing styles in golf-associated LBP, as well as LBP causation theories, treatment, and prevention strategies, are reviewed. A PubMed literature search was performed using various permutations of the following keywords: lumbar, spine, low, back, therapy, pain, prevention, injuries, golf, swing, trunk, rotation, and biomechanics. Articles were screened and selected for relevance to injuries in golf, swing mechanics, and biomechanics of the trunk and lumbar spine. Articles addressing treatment of LBP with discussions on trunk rotation or golf were also selected. Primary references were included from the initial selection of articles where appropriate. General web searches were performed to identify articles for background information on the sport of golf and postsurgical return to play. Prospective, randomized studies have shown that focus on the transversus abdominus (TA) and multifidi (MF) muscles is a necessary part of physical therapy for LBP. Some studies also suggest that the coaching of a "classic" golf swing and increasing trunk flexibility may provide additional benefit. There is a notable lack of studies separating the effects of swing modification from physical rehabilitation, and controlled trials are necessary to identify the true effectiveness of specific swing modifications for reducing LBP in golf. Although the establishment of a commonly used regimen to address all golf-associated LBP would be ideal, it may be more practical to apply basic principles mentioned in this article to the tailoring of a unique regimen for the patient. Guidelines for returning to golf after spine surgery are

  11. Hip joint torques during the golf swing of young and senior healthy males.

    PubMed

    Foxworth, Judy L; Millar, Audrey L; Long, Benjamin L; Way, Michael; Vellucci, Matthew W; Vogler, Joshua D

    2013-09-01

    Descriptive, laboratory study. To compare the 3-D hip torques during a golf swing between young and senior healthy male amateur golfers. The secondary purpose was to compare the 3-D hip joint torques between the trail leg and lead leg. The generation of hip torques from the hip musculature is an important aspect of the golf swing. Golf is a very popular activity, and estimates of hip torques during the golf swing have not been reported. Twenty healthy male golfers were divided into a young group (mean ± SD age, 25.1 ± 3.1 years) and a senior group (age, 56.9 ± 4.7 years). All subjects completed 10 golf swings using their personal driver. A motion capture system and force plates were used to obtain kinematic and kinetic data. Inverse dynamic analyses were used to calculate 3-D hip joint torques of the trail and lead limbs. Two-way analyses of covariance (group by leg), with club-head velocity as a covariate, were used to compare peak hip torques between groups and limbs. Trail-limb hip external rotator torque was significantly greater in the younger group compared to the senior group, and greater in the trail leg versus the lead leg. When adjusting for club-head velocity, young and senior healthy male amateur golfers generated comparable hip torques during a golf swing, with the exception of the trail-limb hip external rotator torque. The largest hip torque found was the trail-limb hip extensor torque.

  12. Acquisition of Robotic Giant-swing Motion Using Reinforcement Learning and Its Consideration of Motion Forms

    NASA Astrophysics Data System (ADS)

    Sakai, Naoki; Kawabe, Naoto; Hara, Masayuki; Toyoda, Nozomi; Yabuta, Tetsuro

    This paper argues how a compact humanoid robot can acquire a giant-swing motion without any robotic models by using Q-Learning method. Generally, it is widely said that Q-Learning is not appropriated for learning dynamic motions because Markov property is not necessarily guaranteed during the dynamic task. However, we tried to solve this problem by embedding the angular velocity state into state definition and averaging Q-Learning method to reduce dynamic effects, although there remain non-Markov effects in the learning results. The result shows how the robot can acquire a giant-swing motion by using Q-Learning algorithm. The successful acquired motions are analyzed in the view point of dynamics in order to realize a functionally giant-swing motion. Finally, the result shows how this method can avoid the stagnant action loop at around the bottom of the horizontal bar during the early stage of giant-swing motion.

  13. Spatiotemporal gait changes with use of an arm swing cueing device in people with Parkinson's disease.

    PubMed

    Thompson, Elizabeth; Agada, Peter; Wright, W Geoffrey; Reimann, Hendrik; Jeka, John

    2017-10-01

    Impaired arm swing is a common motor symptom of Parkinson's disease (PD), and correlates with other gait impairments and increased risk of falls. Studies suggest that arm swing is not merely a passive consequence of trunk rotation during walking, but an active component of gait. Thus, techniques to enhance arm swing may improve gait characteristics. There is currently no portable device to measure arm swing and deliver immediate cues for larger movement. Here we test report pilot testing of such a device, ArmSense (patented), using a crossover repeated-measures design. Twelve people with PD walked in a video-recorded gym space at self-selected comfortable and fast speeds. After baseline, cues were given either visually using taped targets on the floor to increase step length or through vibrations at the wrist using ArmSense to increase arm swing amplitude. Uncued walking then followed, to assess retention. Subjects successfully reached cueing targets on >95% of steps. At a comfortable pace, step length increased during both visual cueing and ArmSense cueing. However, we observed increased medial-lateral trunk sway with visual cueing, possibly suggesting decreased gait stability. In contrast, no statistically significant changes in trunk sway were observed with ArmSense cues compared to baseline walking. At a fast pace, changes in gait parameters were less systematic. Even though ArmSense cues only specified changes in arm swing amplitude, we observed changes in multiple gait parameters, reflecting the active role arm swing plays in gait and suggesting a new therapeutic path to improve mobility in people with PD. Copyright © 2017 Elsevier B.V. All rights reserved.

  14. Genevar: a database and Java application for the analysis and visualization of SNP-gene associations in eQTL studies

    PubMed Central

    Yang, Tsun-Po; Beazley, Claude; Montgomery, Stephen B.; Dimas, Antigone S.; Gutierrez-Arcelus, Maria; Stranger, Barbara E.; Deloukas, Panos; Dermitzakis, Emmanouil T.

    2010-01-01

    Summary: Genevar (GENe Expression VARiation) is a database and Java tool designed to integrate multiple datasets, and provides analysis and visualization of associations between sequence variation and gene expression. Genevar allows researchers to investigate expression quantitative trait loci (eQTL) associations within a gene locus of interest in real time. The database and application can be installed on a standard computer in database mode and, in addition, on a server to share discoveries among affiliations or the broader community over the Internet via web services protocols. Availability: http://www.sanger.ac.uk/resources/software/genevar Contact: emmanouil.dermitzakis@unige.ch PMID:20702402

  15. Modelling, simulation and verification of the screening process of a swing-bar sieve based on the DEM

    NASA Astrophysics Data System (ADS)

    Wang, Yang; Yu, Jianqun; Yu, Yajun

    2018-05-01

    To solve the problems in the DEM simulations of the screening process of a swing-bar sieve, in this paper we propose the real-virtual boundary method to build the geometrical model of the screen deck on a swing-bar sieve. The motion of the swing-bar sieve is modelled by the planer multi-body kinematics. A coupled model of the discrete element method (DEM) with multi-body kinematics (MBK) is presented to simulate the flowing and passing processes of soybean particles on the screen deck. By the comparison of the simulated results with the experimental results of the screening process of the LA-LK laboratory scale swing-bar sieve, the feasibility and validity of the real-virtual boundary method and the coupled DEM-MBK model we proposed in this paper can be verified. This work provides the basis for the optimization design of the swing-bar sieve with circular apertures and complex motion.

  16. Real-time Java simulations of multiple interference dielectric filters

    NASA Astrophysics Data System (ADS)

    Kireev, Alexandre N.; Martin, Olivier J. F.

    2008-12-01

    An interactive Java applet for real-time simulation and visualization of the transmittance properties of multiple interference dielectric filters is presented. The most commonly used interference filters as well as the state-of-the-art ones are embedded in this platform-independent applet which can serve research and education purposes. The Transmittance applet can be freely downloaded from the site http://cpc.cs.qub.ac.uk. Program summaryProgram title: Transmittance Catalogue identifier: AEBQ_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEBQ_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 5778 No. of bytes in distributed program, including test data, etc.: 90 474 Distribution format: tar.gz Programming language: Java Computer: Developed on PC-Pentium platform Operating system: Any Java-enabled OS. Applet was tested on Windows ME, XP, Sun Solaris, Mac OS RAM: Variable Classification: 18 Nature of problem: Sophisticated wavelength selective multiple interference filters can include some tens or even hundreds of dielectric layers. The spectral response of such a stack is not obvious. On the other hand, there is a strong demand from application designers and students to get a quick insight into the properties of a given filter. Solution method: A Java applet was developed for the computation and the visualization of the transmittance of multilayer interference filters. It is simple to use and the embedded filter library can serve educational purposes. Also, its ability to handle complex structures will be appreciated as a useful research and development tool. Running time: Real-time simulations

  17. Correlation of Titleist Performance Institute (TPI) level 1 movement screens and golf swing faults.

    PubMed

    Gulgin, Heather R; Schulte, Brian C; Crawley, Amy A

    2014-02-01

    Although some research in the past has examined how physical limitations in strength or flexibility affect a golfer's performance, the performance outcome most measured was driving distance. Currently, there are no data that have examined the relationship between selected strength and flexibility variables and golf swing faults. The purpose of this study was to examine the relationship between Titleist Performance Institute (TPI) level 1 movement screen variables and 14 common golf swing faults. Thirty-six male and female golfers (mean age, 25.4 ± 9.9 years; height, 175.9 ± 16.2 cm; mass, 76.2 ± 14.6 kg; handicap, 14.2 ± 10.4) participated. Twelve physical tests of strength, flexibility, and balance were assessed using the TPI level 1 golf fitness screening tool. Golfers then hit 4 golf shots (with a 5-iron) while being videoed, and those were then analyzed for 14 different golf swing faults (using V1Pro software). Three significant associations between a physical limitation and a particular golf swing fault were found: toe touch and early hip extension (p = 0.015), bridge on right side with both early hip extension (p = 0.050), and loss of posture (p = 0.028). In addition, an odds ratio showed that when a golfer could not overhead deep squat or single leg balance on left side, they were 2-3 times more likely to exhibit a early hip extension, loss of posture, or slide during the golf swing, as compared with those who could perform a correct overhead deep squat. Based on our findings, it is important for the golf fitness professional to particularly address a golfer's core strength, balance, and hamstring flexibility to help avoid common golf swing faults, which affect a golfer's ball striking ability and ultimately their performance.

  18. Caryoscope: An Open Source Java application for viewing microarray data in a genomic context

    PubMed Central

    Awad, Ihab AB; Rees, Christian A; Hernandez-Boussard, Tina; Ball, Catherine A; Sherlock, Gavin

    2004-01-01

    Background Microarray-based comparative genome hybridization experiments generate data that can be mapped onto the genome. These data are interpreted more easily when represented graphically in a genomic context. Results We have developed Caryoscope, which is an open source Java application for visualizing microarray data from array comparative genome hybridization experiments in a genomic context. Caryoscope can read General Feature Format files (GFF files), as well as comma- and tab-delimited files, that define the genomic positions of the microarray reporters for which data are obtained. The microarray data can be browsed using an interactive, zoomable interface, which helps users identify regions of chromosomal deletion or amplification. The graphical representation of the data can be exported in a number of graphic formats, including publication-quality formats such as PostScript. Conclusion Caryoscope is a useful tool that can aid in the visualization, exploration and interpretation of microarray data in a genomic context. PMID:15488149

  19. Assessment of planarity of the golf swing based on the functional swing plane of the clubhead and motion planes of the body points.

    PubMed

    Kwon, Young-Hoo; Como, Christopher S; Singhal, Kunal; Lee, Sangwoo; Han, Ki Hoon

    2012-06-01

    The purposes of this study were (1) to determine the functional swing plane (FSP) of the clubhead and the motion planes (MPs) of the shoulder/arm points and (2) to assess planarity of the golf swing based on the FSP and the MPs. The swing motions of 14 male skilled golfers (mean handicap = -0.5 +/- 2.0) using three different clubs (driver, 5-iron, and pitching wedge) were captured by an optical motion capture system (250Hz). The FSP and MPs along with their slope/relative inclination and direction/direction of inclination were obtained using a new trajectory-plane fitting method. The slope and direction of the FSP revealed a significant club effect (p < 0.001). The relative inclination and direction of inclination of the MP showed significant point (p < 0.001) and club (p < 0.001) effects and interaction (p < 0.001). Maximum deviations of the points from the FSP revealed a significant point effect (p < 0.001) and point-club interaction (p < 0.001). It was concluded that skilled golfers exhibited well-defined and consistent FSP and MPs, and the shoulder/arm points moved on vastly different MPs and exhibited large deviations from the FSP. Skilled golfers in general exhibited semi-planar downswings with two distinct phases: a transition phase and a planar execution phase.

  20. Low-Voltage InGaZnO Thin Film Transistors with Small Sub-Threshold Swing.

    PubMed

    Cheng, C H; Chou, K I; Hsu, H H

    2015-02-01

    We demonstrate a low-voltage driven, indium-gallium-zinc oxide thin-film transistor using high-κ LaAlO3 gate dielectric. A low VT of 0.42 V, very small sub-threshold swing of 68 mV/dec, field-effect mobility of 4.1 cm2/Ns and low operation voltage of 1.4 V were reached simultaneously in LaAlO3/IGZO TFT device. This low-power and small SS TFT has the potential for fast switching speed and low power applications.

  1. FPV: fast protein visualization using Java 3D.

    PubMed

    Can, Tolga; Wang, Yujun; Wang, Yuan-Fang; Su, Jianwen

    2003-05-22

    Many tools have been developed to visualize protein structures. Tools that have been based on Java 3D((TM)) are compatible among different systems and they can be run remotely through web browsers. However, using Java 3D for visualization has some performance issues with it. The primary concerns about molecular visualization tools based on Java 3D are in their being slow in terms of interaction speed and in their inability to load large molecules. This behavior is especially apparent when the number of atoms to be displayed is huge, or when several proteins are to be displayed simultaneously for comparison. In this paper we present techniques for organizing a Java 3D scene graph to tackle these problems. We have developed a protein visualization system based on Java 3D and these techniques. We demonstrate the effectiveness of the proposed method by comparing the visualization component of our system with two other Java 3D based molecular visualization tools. In particular, for van der Waals display mode, with the efficient organization of the scene graph, we could achieve up to eight times improvement in rendering speed and could load molecules three times as large as the previous systems could. EPV is freely available with source code at the following URL: http://www.cs.ucsb.edu/~tcan/fpv/

  2. Implementation of a smartphone as a wireless gyroscope platform for quantifying reduced arm swing in hemiplegie gait with machine learning classification by multilayer perceptron neural network.

    PubMed

    LeMoyne, Robert; Mastroianni, Timothy

    2016-08-01

    Natural gait consists of synchronous and rhythmic patterns for both the lower and upper limb. People with hemiplegia can experience reduced arm swing, which can negatively impact the quality of gait. Wearable and wireless sensors, such as through a smartphone, have demonstrated the ability to quantify various features of gait. With a software application the smartphone (iPhone) can function as a wireless gyroscope platform capable of conveying a gyroscope signal recording as an email attachment by wireless connectivity to the Internet. The gyroscope signal recordings of the affected hemiplegic arm with reduced arm swing arm and the unaffected arm are post-processed into a feature set for machine learning. Using a multilayer perceptron neural network a considerable degree of classification accuracy is attained to distinguish between the affected hemiplegic arm with reduced arm swing arm and the unaffected arm.

  3. JIP: Java image processing on the Internet

    NASA Astrophysics Data System (ADS)

    Wang, Dongyan; Lin, Bo; Zhang, Jun

    1998-12-01

    In this paper, we present JIP - Java Image Processing on the Internet, a new Internet based application for remote education and software presentation. JIP offers an integrate learning environment on the Internet where remote users not only can share static HTML documents and lectures notes, but also can run and reuse dynamic distributed software components, without having the source code or any extra work of software compilation, installation and configuration. By implementing a platform-independent distributed computational model, local computational resources are consumed instead of the resources on a central server. As an extended Java applet, JIP allows users to selected local image files on their computers or specify any image on the Internet using an URL as input. Multimedia lectures such as streaming video/audio and digital images are integrated into JIP and intelligently associated with specific image processing functions. Watching demonstrations an practicing the functions with user-selected input data dramatically encourages leaning interest, while promoting the understanding of image processing theory. The JIP framework can be easily applied to other subjects in education or software presentation, such as digital signal processing, business, mathematics, physics, or other areas such as employee training and charged software consumption.

  4. Control of interjoint coordination during the swing phase of normal gait at different speeds

    PubMed Central

    Shemmell, Jonathan; Johansson, Jennifer; Portra, Vanessa; Gottlieb, Gerald L; Thomas, James S; Corcos, Daniel M

    2007-01-01

    Background It has been suggested that the control of unconstrained movements is simplified via the imposition of a kinetic constraint that produces dynamic torques at each moving joint such that they are a linear function of a single motor command. The linear relationship between dynamic torques at each joint has been demonstrated for multijoint upper limb movements. The purpose of the current study was to test the applicability of such a control scheme to the unconstrained portion of the gait cycle – the swing phase. Methods Twenty-eight neurologically normal individuals walked along a track at three different speeds. Angular displacements and dynamic torques produced at each of the three lower limb joints (hip, knee and ankle) were calculated from segmental position data recorded during each trial. We employed principal component (PC) analysis to determine (1) the similarity of kinematic and kinetic time series at the ankle, knee and hip during the swing phase of gait, and (2) the effect of walking speed on the range of joint displacement and torque. Results The angular displacements of the three joints were accounted for by two PCs during the swing phase (Variance accounted for – PC1: 75.1 ± 1.4%, PC2: 23.2 ± 1.3%), whereas the dynamic joint torques were described by a single PC (Variance accounted for – PC1: 93.8 ± 0.9%). Increases in walking speed were associated with increases in the range of motion and magnitude of torque at each joint although the ratio describing the relative magnitude of torque at each joint remained constant. Conclusion Our results support the idea that the control of leg swing during gait is simplified in two ways: (1) the pattern of dynamic torque at each lower limb joint is produced by appropriately scaling a single motor command and (2) the magnitude of dynamic torque at all three joints can be specified with knowledge of the magnitude of torque at a single joint. Walking speed could therefore be altered by modifying a

  5. “Gunslinger’s gait”: a new cause of unilaterally reduced arm swing

    PubMed Central

    Araújo, Rui; Ferreira, Joaquim J; Antonini, Angelo

    2015-01-01

    Objective To postulate a new possible cause of a unilaterally reduced arm swing in addition to the known medical conditions such as shoulder pathology, Erb’s palsy, stroke, and Parkinson’s disease. Methods Analysis of YouTube videos depicting the gait of highly ranked Russian officials. Results We found a similar walking pattern in President Vladimir Putin, Prime Minister Dmitry Medvedev and three other highly ranked Russian officials, all presenting with a consistently reduced right arm swing in the absence of other overt neurological abnormalities. Conclusions We propose that this new gait pattern, which we term “gunslinger’s gait,” may result from a behavioural adaptation, possibly triggered by KGB or other forms of weapons training where trainees are taught to keep their right hand close to the chest while walking, allowing them to quickly draw a gun when faced with a foe. This should be included in the differential diagnosis of a unilaterally reduced arm swing. PMID:26666758

  6. JBioWH: an open-source Java framework for bioinformatics data integration

    PubMed Central

    Vera, Roberto; Perez-Riverol, Yasset; Perez, Sonia; Ligeti, Balázs; Kertész-Farkas, Attila; Pongor, Sándor

    2013-01-01

    The Java BioWareHouse (JBioWH) project is an open-source platform-independent programming framework that allows a user to build his/her own integrated database from the most popular data sources. JBioWH can be used for intensive querying of multiple data sources and the creation of streamlined task-specific data sets on local PCs. JBioWH is based on a MySQL relational database scheme and includes JAVA API parser functions for retrieving data from 20 public databases (e.g. NCBI, KEGG, etc.). It also includes a client desktop application for (non-programmer) users to query data. In addition, JBioWH can be tailored for use in specific circumstances, including the handling of massive queries for high-throughput analyses or CPU intensive calculations. The framework is provided with complete documentation and application examples and it can be downloaded from the Project Web site at http://code.google.com/p/jbiowh. A MySQL server is available for demonstration purposes at hydrax.icgeb.trieste.it:3307. Database URL: http://code.google.com/p/jbiowh PMID:23846595

  7. JBioWH: an open-source Java framework for bioinformatics data integration.

    PubMed

    Vera, Roberto; Perez-Riverol, Yasset; Perez, Sonia; Ligeti, Balázs; Kertész-Farkas, Attila; Pongor, Sándor

    2013-01-01

    The Java BioWareHouse (JBioWH) project is an open-source platform-independent programming framework that allows a user to build his/her own integrated database from the most popular data sources. JBioWH can be used for intensive querying of multiple data sources and the creation of streamlined task-specific data sets on local PCs. JBioWH is based on a MySQL relational database scheme and includes JAVA API parser functions for retrieving data from 20 public databases (e.g. NCBI, KEGG, etc.). It also includes a client desktop application for (non-programmer) users to query data. In addition, JBioWH can be tailored for use in specific circumstances, including the handling of massive queries for high-throughput analyses or CPU intensive calculations. The framework is provided with complete documentation and application examples and it can be downloaded from the Project Web site at http://code.google.com/p/jbiowh. A MySQL server is available for demonstration purposes at hydrax.icgeb.trieste.it:3307. Database URL: http://code.google.com/p/jbiowh.

  8. Using a Java Web-based Graphical User Interface to access the SOHO Data Arch ive

    NASA Astrophysics Data System (ADS)

    Scholl, I.; Girard, Y.; Bykowski, A.

    This paper presents the architecture of a Java web-based graphical interface dedicated to the access of the SOHO Data archive. This application allows local and remote users to search in the SOHO data catalog and retrieve the SOHO data files from the archive. It has been developed at MEDOC (Multi-Experiment Data and Operations Centre), located at the Institut d'Astrophysique Spatiale (Orsay, France), which is one of the European Archives for the SOHO data. This development is part of a joint effort between ESA, NASA and IAS in order to implement long term archive systems for the SOHO data. The software architecture is built as a client-server application using Java language and SQL above a set of components such as an HTTP server, a JDBC gateway, a RDBMS server, a data server and a Web browser. Since HTML pages and CGI scripts are not powerful enough to allow user interaction during a multi-instrument catalog search, this type of requirement enforces the choice of Java as the main language. We also discuss performance issues, security problems and portability on different Web browsers and operating syste ms.

  9. 13. View of swing span showing bridge operator's control cabin, ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    13. View of swing span showing bridge operator's control cabin, looking northeast - India Point Railroad Bridge, Spanning Seekonk River between Providence & East Providence, Providence, Providence County, RI

  10. Late Holocene carbon and nitrogen input into the Java Sea recorded in sediment cores off rivers from Java and Kalimantan

    NASA Astrophysics Data System (ADS)

    Herbeck, Lucia; Kwiatkowski, Cornelia; Mohtadi, Mahyar; Jennerjahn, Tim

    2014-05-01

    Beginning a few thousand years ago, global climate and environmental change have become more and more affected by human activities. Hence, quantifying the 'human component' becomes increasingly important in order to predict future developments. Indonesia and the surrounding oceans are key in this respect, because it is in the region (i) that receives the highest inputs of water, sediment and associated dissolved and particulate substances and (ii) that suffers from anthropogenically modified landscapes and coastal zones. As opposing the global trend, land-based human activities have increased the sediment input into the ocean from Indonesia since pre-human times. Nevertheless, there are strong gradients in land use/cover and resulting river fluxes within Indonesia as, for example, between Java and Kalimantan. Major goal of this study is to identify the contribution of human activities in river catchments (i.e. land use/cover change, hydrological alterations) to gradients in carbon and nitrogen deposition in sediments of the Java Sea between densely populated Java and sparsely populated Kalimantan during the Late Holocene. We hypothesized that the riverine input of C and N increased during the late Holocene and increased more off Java than off Kalimantan. Sediment cores (80 to 130 cm long) off major river mouths from Java (2 cores off Bengawan Solo) and Kalimantan (1 core off Pembuang, 1 core off Jelai) were dated and analysed for Corg, Ntot, carbonate and stable isotope composition (δ13Corg, δ15N) in 3 cm intervals. Sedimentation rates off the Kalimantan rivers with 0.05-0.11 cm yr-1 were higher than off the Bengawan Solo, the largest river catchment on Java (<0.04 cm yr-1). Ntot contents in all sediment cores were low with ~0.07% and varied little over time. A higher Corg content, molar C/N ratio and variability over the past 5000 years in all parameters in the core closer to the river mouth off the Bengawan Solo than the one further offshore indicates that

  11. Application of a Java-based, univel geometry, neutral particle Monte Carlo code to the searchlight problem

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Charles A. Wemple; Joshua J. Cogliati

    2005-04-01

    A univel geometry, neutral particle Monte Carlo transport code, written entirely in the Java programming language, is under development for medical radiotherapy applications. The code uses ENDF-VI based continuous energy cross section data in a flexible XML format. Full neutron-photon coupling, including detailed photon production and photonuclear reactions, is included. Charged particle equilibrium is assumed within the patient model so that detailed transport of electrons produced by photon interactions may be neglected. External beam and internal distributed source descriptions for mixed neutron-photon sources are allowed. Flux and dose tallies are performed on a univel basis. A four-tap, shift-register-sequence random numbermore » generator is used. Initial verification and validation testing of the basic neutron transport routines is underway. The searchlight problem was chosen as a suitable first application because of the simplicity of the physical model. Results show excellent agreement with analytic solutions. Computation times for similar numbers of histories are comparable to other neutron MC codes written in C and FORTRAN.« less

  12. Target of physiological gait: Realization of speed adaptive control for a prosthetic knee during swing flexion.

    PubMed

    Cao, Wujing; Yu, Hongliu; Zhao, Weiliang; Li, Jin; Wei, Xiaodong

    2018-01-01

    Prosthetic knee is the most important component of lower limb prosthesis. Speed adaptive for prosthetic knee during swing flexion is the key method to realize physiological gait. This study aims to discuss the target of physiological gait, propose a speed adaptive control method during swing flexion and research the damping adjustment law of intelligent hydraulic prosthetic knee. According to the physiological gait trials of healthy people, the control target during swing flexion is defined. A new prosthetic knee with fuzzy logical control during swing flexion is designed to realize the damping adjustment automatically. The function simulation and evaluation system of intelligent knee prosthesis is provided. Speed adaptive control test of the intelligent prosthetic knee in different velocities are researched. The maximum swing flexion of the knee angle is set between sixty degree and seventy degree as the target of physiological gait. Preliminary experimental results demonstrate that the prosthetic knee with fuzzy logical control is able to realize physiological gait under different speeds. The faster the walking, the bigger the valve closure percentage of the hydraulic prosthetic knee. The proposed fuzzy logical control strategy and intelligent hydraulic prosthetic knee are effective for the amputee to achieve physiological gait.

  13. Influence of the Pressure Difference and Door Swing on Heavy Contaminants Migration between Rooms

    PubMed Central

    Hendiger, Jacek; Chludzińska, Marta; Ziętek, Piotr

    2016-01-01

    This paper presents the results of investigations whose aim was to describe the influence of the pressure difference level on the ability of contaminants migration between neighbouring rooms in dynamic conditions associated with door swing. The analysis was based on airflow visualization made with cold smoke, which simulated the heavy contaminants. The test room was pressurized to a specific level and then the door was opened to observe the trail of the smoke plume in the plane of the door. The door was opened in both directions: to the positively and negatively pressurized room. This study focuses on the visualization of smoke plume discharge and an uncertainty analysis is not applicable. Unlike other studies which focus on the analysis of pressure difference, the present study looks at the contaminants which are heavier than air and on “pumping out” the contaminants by means of door swing. Setting the proper level of pressure difference between the contaminated room and the neighbouring rooms can prove instrumental in ensuring protection against toxic contaminants migration. This study helped to establish the threshold of pressure difference necessary to reduce migration of heavy contaminants to neighbouring rooms. PMID:27171260

  14. Influence of the Pressure Difference and Door Swing on Heavy Contaminants Migration between Rooms.

    PubMed

    Hendiger, Jacek; Chludzińska, Marta; Ziętek, Piotr

    2016-01-01

    This paper presents the results of investigations whose aim was to describe the influence of the pressure difference level on the ability of contaminants migration between neighbouring rooms in dynamic conditions associated with door swing. The analysis was based on airflow visualization made with cold smoke, which simulated the heavy contaminants. The test room was pressurized to a specific level and then the door was opened to observe the trail of the smoke plume in the plane of the door. The door was opened in both directions: to the positively and negatively pressurized room. This study focuses on the visualization of smoke plume discharge and an uncertainty analysis is not applicable. Unlike other studies which focus on the analysis of pressure difference, the present study looks at the contaminants which are heavier than air and on "pumping out" the contaminants by means of door swing. Setting the proper level of pressure difference between the contaminated room and the neighbouring rooms can prove instrumental in ensuring protection against toxic contaminants migration. This study helped to establish the threshold of pressure difference necessary to reduce migration of heavy contaminants to neighbouring rooms.

  15. Research on the measurement technology of effective arm length of swing arm profilometer

    NASA Astrophysics Data System (ADS)

    Chen, Lin; Jing, Hongwei; Wei, Zhongwei; Li, Jie; Cao, Xuedong

    2014-09-01

    When the swing arm profilometer(SAP) measuring the mirror, the effective arm length of SAP which haves an obvious influence on the measurement results of the mirror surface shape needs to be measured accurately. It requires the measurement uncertainty of the effective arm length to reach 10μm in order to meet the measurement requirements, in this paper, we present a kind of technology based on laser tracker to measure the effective arm length of SAP. When the swing arm rotates around the shaft axis of swing arm rotary stage, the probe and two laser tracker balls form three sections of circular arc around the shaft axis of swing arm rotary stage in space. Laser tracker tracks and measures the circular arcs of two laser tracker balls, the center coordinates of the circular plane of circular arc can be calculated by data processing. The linear equation that passes through the two center coordinates is the equation of the shaft axis of rotary stage, the vertical distance from the probe to the shaft axis of rotary stage which can be calculated refer to the equation from the point to the line is the effective arm length. After Matlab simulation, this measurement method can meet the measurement accuracy.

  16. Free-Swinging Failure Tolerance for Robotic Manipulators. Degree awarded by Purdue Univ.

    NASA Technical Reports Server (NTRS)

    English, James

    1997-01-01

    Under this GSRP fellowship, software-based failure-tolerance techniques were developed for robotic manipulators. The focus was on failures characterized by the loss of actuator torque at a joint, called free-swinging failures. The research results spanned many aspects of the free-swinging failure-tolerance problem, from preparing for an expected failure to discovery of postfailure capabilities to establishing efficient methods to realize those capabilities. Developed algorithms were verified using computer-based dynamic simulations, and these were further verified using hardware experiments at Johnson Space Center.

  17. 16. Detail view of swing span track manual alignment and ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    16. Detail view of swing span track manual alignment and locking mechanisms, looking southwest - India Point Railroad Bridge, Spanning Seekonk River between Providence & East Providence, Providence, Providence County, RI

  18. The Biomechanics of the Modern Golf Swing: Implications for Lower Back Injuries.

    PubMed

    Cole, Michael H; Grimshaw, Paul N

    2016-03-01

    The modern golf swing is a complex and asymmetrical movement that places an emphasis on restricting pelvic turn while increasing thorax rotation during the backswing to generate higher clubhead speeds at impact. Increasing thorax rotation relative to pelvic rotation preloads the trunk muscles by accentuating their length and allowing them to use the energy stored in their elastic elements to produce more power. As the thorax and pelvis turn back towards the ball during the downswing, more skilled golfers are known to laterally slide their pelvis toward the target, which further contributes to final clubhead speed. However, despite the apparent performance benefits associated with these sequences, it has been argued that the lumbar spine is incapable of safely accommodating the forces they produce. This notion supports a link between the repeated performance of the golf swing and the development of golf-related low back injuries. Of the complaints reported by golfers, low back injuries continue to be the most prevalent, but the mechanism of these injuries is still poorly understood. This review highlights that there is a paucity of research directly evaluating the apparent link between the modern golf swing and golf-related low back pain. Furthermore, there has been a general lack of consensus within the literature with respect to the methods used to objectively assess the golf swing and the methods used to derived common outcome measures. Future research would benefit from a clear set of guidelines to help reduce the variability between studies.

  19. Contributions of muscles and passive dynamics to swing initiation over a range of walking speeds.

    PubMed

    Fox, Melanie D; Delp, Scott L

    2010-05-28

    Stiff-knee gait is a common walking problem in cerebral palsy characterized by insufficient knee flexion during swing. To identify factors that may limit knee flexion in swing, it is necessary to understand how unimpaired subjects successfully coordinate muscles and passive dynamics (gravity and velocity-related forces) to accelerate the knee into flexion during double support, a critical phase just prior to swing that establishes the conditions for achieving sufficient knee flexion during swing. It is also necessary to understand how contributions to swing initiation change with walking speed, since patients with stiff-knee gait often walk slowly. We analyzed muscle-driven dynamic simulations of eight unimpaired subjects walking at four speeds to quantify the contributions of muscles, gravity, and velocity-related forces (i.e. Coriolis and centrifugal forces) to preswing knee flexion acceleration during double support at each speed. Analysis of the simulations revealed contributions from muscles and passive dynamics varied systematically with walking speed. Preswing knee flexion acceleration was achieved primarily by hip flexor muscles on the preswing leg with assistance from biceps femoris short head. Hip flexors on the preswing leg were primarily responsible for the increase in preswing knee flexion acceleration during double support with faster walking speed. The hip extensors and abductors on the contralateral leg and velocity-related forces opposed preswing knee flexion acceleration during double support. Copyright 2010 Elsevier Ltd. All rights reserved.

  20. Contributions of muscles and passive dynamics to swing initiation over a range of walking speeds

    PubMed Central

    Fox, Melanie D.; Delp, Scott L.

    2010-01-01

    Stiff-knee gait is a common walking problem in cerebral palsy characterized by insufficient knee flexion during swing. To identify factors that may limit knee flexion in swing, it is necessary to understand how unimpaired subjects successfully coordinate muscles and passive dynamics (gravity and velocity-related forces) to accelerate the knee into flexion during double support, a critical phase just prior to swing that establishes the conditions for achieving sufficient knee flexion during swing. It is also necessary to understand how contributions to swing initiation change with walking speed, since patients with stiff-knee gait often walk slowly. We analyzed muscle-driven dynamic simulations of eight unimpaired subjects walking at four speeds to quantify the contributions of muscles, gravity, and velocity-related forces (i.e. Coriolis and centrifugal forces) to preswing knee flexion acceleration during double support at each speed. Analysis of the simulations revealed contributions from muscles and passive dynamics varied systematically with walking speed. Preswing knee flexion acceleration was achieved primarily by hip flexor muscles on the preswing leg with assistance from biceps femoris short head. Hip flexors on the preswing leg were primarily responsible for the increase in preswing knee flexion acceleration during double support with faster walking speed. The hip extensors and abductors on the contralateral leg and velocity-related forces opposed preswing knee flexion acceleration during double support. PMID:20236644

  1. Relationship between magnitude of applied torque in pre-swing phase and gait change for prevention of trip in elderly people.

    PubMed

    Miyake, Tamon; Tsukune, Mariko; Kobayashi, Yo; Sugano, Shigeki; Fujie, Masakatsu G

    2016-08-01

    Elderly people are at risk of tripping because of their narrow range of articular motion. To avoid tripping, gait training that improves their range of articular motion would be beneficial. In this study we propose a gait-training robot that applies a torque during the pre-swing phase to achieve this goal. We investigated the relationship between magnitude of applied torque and change in the range of knee-articular motion while walking before and after the application of this torque. We developed a wearable robot and carried out an experiment on human participants in which a motor pulls a string embedded on the robotic frame, applying torque in the pre-swing phase for a period of 20 [s]. Before and after applying torque the participant walked normally for 15 [s] without interference from the robot. We found that knee flexion angle increased after applying the torque if the torque was within the range of approximately 6-8 [Nm]. Therefore, we were able to verify that a new range of knee articular motion can be learned through application of torque.

  2. Instrumentation of Java Bytecode for Runtime Analysis

    NASA Technical Reports Server (NTRS)

    Goldberg, Allen; Haveland, Klaus

    2003-01-01

    This paper describes JSpy, a system for high-level instrumentation of Java bytecode and its use with JPaX, OUT system for runtime analysis of Java programs. JPaX monitors the execution of temporal logic formulas and performs predicative analysis of deadlocks and data races. JSpy s input is an instrumentation specification, which consists of a collection of rules, where a rule is a predicate/action pair The predicate is a conjunction of syntactic constraints on a Java statement, and the action is a description of logging information to be inserted in the bytecode corresponding to the statement. JSpy is built using JTrek an instrumentation package at a lower level of abstraction.

  3. QSPIN: A High Level Java API for Quantum Computing Experimentation

    NASA Technical Reports Server (NTRS)

    Barth, Tim

    2017-01-01

    QSPIN is a high level Java language API for experimentation in QC models used in the calculation of Ising spin glass ground states and related quadratic unconstrained binary optimization (QUBO) problems. The Java API is intended to facilitate research in advanced QC algorithms such as hybrid quantum-classical solvers, automatic selection of constraint and optimization parameters, and techniques for the correction and mitigation of model and solution errors. QSPIN includes high level solver objects tailored to the D-Wave quantum annealing architecture that implement hybrid quantum-classical algorithms [Booth et al.] for solving large problems on small quantum devices, elimination of variables via roof duality, and classical computing optimization methods such as GPU accelerated simulated annealing and tabu search for comparison. A test suite of documented NP-complete applications ranging from graph coloring, covering, and partitioning to integer programming and scheduling are provided to demonstrate current capabilities.

  4. sscMap: an extensible Java application for connecting small-molecule drugs using gene-expression signatures.

    PubMed

    Zhang, Shu-Dong; Gant, Timothy W

    2009-07-31

    Connectivity mapping is a process to recognize novel pharmacological and toxicological properties in small molecules by comparing their gene expression signatures with others in a database. A simple and robust method for connectivity mapping with increased specificity and sensitivity was recently developed, and its utility demonstrated using experimentally derived gene signatures. This paper introduces sscMap (statistically significant connections' map), a Java application designed to undertake connectivity mapping tasks using the recently published method. The software is bundled with a default collection of reference gene-expression profiles based on the publicly available dataset from the Broad Institute Connectivity Map 02, which includes data from over 7000 Affymetrix microarrays, for over 1000 small-molecule compounds, and 6100 treatment instances in 5 human cell lines. In addition, the application allows users to add their custom collections of reference profiles and is applicable to a wide range of other 'omics technologies. The utility of sscMap is two fold. First, it serves to make statistically significant connections between a user-supplied gene signature and the 6100 core reference profiles based on the Broad Institute expanded dataset. Second, it allows users to apply the same improved method to custom-built reference profiles which can be added to the database for future referencing. The software can be freely downloaded from http://purl.oclc.org/NET/sscMap.

  5. The effect of swinging the arms on muscle activation and production of leg force during ski skating at different skiing speeds.

    PubMed

    Göpfert, Caroline; Lindinger, Stefan J; Ohtonen, Olli; Rapp, Walter; Müller, Erich; Linnamo, Vesa

    2016-06-01

    The study investigated the effects of arm swing during leg push-off in V2-alternate/G4 skating on neuromuscular activation and force production by the leg muscles. Nine skilled cross-country skiers performed V2-alternate skating without poles at moderate, high, and maximal speeds, both with free (SWING) and restricted arm swing (NOSWING). Maximal speed was 5% greater in SWING (P<0.01), while neuromuscular activation and produced forces did not differ between techniques. At both moderate and high speed the maximal (2% and 5%, respectively) and average (both 5%) vertical force and associated impulse (10% and 14%) were greater with SWING (all P<0.05). At high speed range of motion and angular velocity of knee flexion were 24% greater with SWING (both P<0.05), while average EMG of m. biceps femoris was 31% lower (all P<0.05) in SWING. In a similar manner, the average EMG of m. vastus medialis and m. biceps femoris were lower (17% and 32%, P<0.05) during the following knee extension. Thus, swinging the arms while performing V2-alternate can enhance both maximal speed and skiing economy at moderate and, in particularly, high speeds. Copyright © 2016 Elsevier B.V. All rights reserved.

  6. Dynamic stretching and golf swing performance.

    PubMed

    Moran, K A; McGrath, T; Marshall, B M; Wallace, E S

    2009-02-01

    The aim of the present study was to examine the effect of dynamic stretching, static stretching and no stretching, as part of a general warm-up, on golf swing performance with a five-iron. Measures of performance were taken 0 min, 5 min, 15 min and 30 min after stretching. Dynamic stretching produced significantly greater club head speeds than both static stretching (Delta=1.9m.s (-1); p=0.000) and no stretching (Delta=1.7 m.s (-1); p=0.000), and greater ball speeds than both static stretching (Delta=3.5m.s (-1); p=0.003) and no stretching (Delta=3.3m.s (-1); p=0.001). Dynamic stretching produced significantly straighter swing-paths than both static stretching (Delta=-0.61 degrees , p=0.000) and no stretching (Delta=-0.72 degrees , p=0.01). Dynamic stretching also produced more central impact points than the static stretch (Delta=0.7 cm, p=0.001). For the club face angle, there was no effect of either stretch or time. For all of the variables measured, there was no significant difference between the static stretch and no stretch conditions. All of the results were unaffected by the time of measurement after stretching. The results indicate that dynamic stretching should be used as part of a general warm-up in golf.

  7. A double pendulum swing experiment: In search of a better bat

    NASA Astrophysics Data System (ADS)

    Cross, Rod

    2005-04-01

    Experimental results on the large-amplitude motion of a double pendulum are presented, with emphasis on the first half cycle. The initial part of the swing is reproducible and is of interest in modeling various human movement activities such as running, throwing, kicking, and the swing of a bat or racquet. Beyond this time, the motion is chaotic. The forces and torques acting on each pendulum segment are analyzed to explain its motion. The results show how a "perfect" bat could be designed where all the kinetic energy from the player's arms is transferred to the ball and none is retained in the arms or the bat after the impact.

  8. Swing Weights of Baseball and Softball Bats

    ERIC Educational Resources Information Center

    Russell, Dan

    2010-01-01

    Baseball and softball bats are sold according to length in inches and weight in ounces. Much to the consternation of players buying new bats, however, not all bats that weigh the same swing the same. The reason for this has to do with moment of inertia of the bat about a pivot point on the handle, or what the sporting goods industry refers to as…

  9. Kowalevski's analysis of the swinging Atwood's machine

    NASA Astrophysics Data System (ADS)

    Babelon, O.; Talon, M.; Capdequi Peyranère, M.

    2010-02-01

    We study the Kowalevski expansions near singularities of the swinging Atwood's machine. We show that there is an infinite number of mass ratios M/m where such expansions exist with the maximal number of arbitrary constants. These expansions are of the so-called weak Painlevé type. However, in view of these expansions, it is not possible to distinguish between integrable and nonintegrable cases.

  10. 1. VIEW OF SWING BRIDGE FROM KEDZIE AVENUE BRIDGE, LOOKING ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    1. VIEW OF SWING BRIDGE FROM KEDZIE AVENUE BRIDGE, LOOKING EAST. - Chicago, Madison & Northern Railroad, Sanitary & Ship Canal Bridge, Spanning Sanitary & Ship Canal, east of Kedzie Avenue, Chicago, Cook County, IL

  11. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Shishlo, Andrei P; Chu, Paul; Pelaia II, Tom

    A data plotting package residing in the XAL tools set is presented. This package is based on Java SWING, and therefore it has the same portability as Java itself. The data types for charts, bar-charts, and color-surface plots are described. The algorithms, performance, interactive capabilities, limitations, and the best usage practices of this plotting package are discussed.

  12. Sawja: Static Analysis Workshop for Java

    NASA Astrophysics Data System (ADS)

    Hubert, Laurent; Barré, Nicolas; Besson, Frédéric; Demange, Delphine; Jensen, Thomas; Monfort, Vincent; Pichardie, David; Turpin, Tiphaine

    Static analysis is a powerful technique for automatic verification of programs but raises major engineering challenges when developing a full-fledged analyzer for a realistic language such as Java. Efficiency and precision of such a tool rely partly on low level components which only depend on the syntactic structure of the language and therefore should not be redesigned for each implementation of a new static analysis. This paper describes the Sawja library: a static analysis workshop fully compliant with Java 6 which provides OCaml modules for efficiently manipulating Java bytecode programs. We present the main features of the library, including i) efficient functional data-structures for representing a program with implicit sharing and lazy parsing, ii) an intermediate stack-less representation, and iii) fast computation and manipulation of complete programs. We provide experimental evaluations of the different features with respect to time, memory and precision.

  13. Pressure Swing Adsorption in the Unit Operations Laboratory

    ERIC Educational Resources Information Center

    Ganley, Jason

    2018-01-01

    This paper describes a student laboratory in the Unit Operations Laboratory at the Colorado School of Mines: air separation by pressure swing adsorption. The flexibility of the system enables students to study the production of enriched nitrogen or oxygen streams. Automatic data acquisition permits the study of cycle steps and performance.…

  14. The r-Java 2.0 code: nuclear physics

    NASA Astrophysics Data System (ADS)

    Kostka, M.; Koning, N.; Shand, Z.; Ouyed, R.; Jaikumar, P.

    2014-08-01

    Aims: We present r-Java 2.0, a nucleosynthesis code for open use that performs r-process calculations, along with a suite of other analysis tools. Methods: Equipped with a straightforward graphical user interface, r-Java 2.0 is capable of simulating nuclear statistical equilibrium (NSE), calculating r-process abundances for a wide range of input parameters and astrophysical environments, computing the mass fragmentation from neutron-induced fission and studying individual nucleosynthesis processes. Results: In this paper we discuss enhancements to this version of r-Java, especially the ability to solve the full reaction network. The sophisticated fission methodology incorporated in r-Java 2.0 that includes three fission channels (beta-delayed, neutron-induced, and spontaneous fission), along with computation of the mass fragmentation, is compared to the upper limit on mass fission approximation. The effects of including beta-delayed neutron emission on r-process yield is studied. The role of Coulomb interactions in NSE abundances is shown to be significant, supporting previous findings. A comparative analysis was undertaken during the development of r-Java 2.0 whereby we reproduced the results found in the literature from three other r-process codes. This code is capable of simulating the physical environment of the high-entropy wind around a proto-neutron star, the ejecta from a neutron star merger, or the relativistic ejecta from a quark nova. Likewise the users of r-Java 2.0 are given the freedom to define a custom environment. This software provides a platform for comparing proposed r-process sites.

  15. Teardrop and heart orbits of a swinging Atwood's machine

    NASA Astrophysics Data System (ADS)

    Tufillaro, Nicholas B.

    1994-03-01

    An exact solution is presented for a swinging Atwood's machine. This teardrop-heart orbit is constructed using Hamilton-Jacobi theory. The example nicely illustrates the utility of the Hamilton-Jacobi method for finding solutions to nonlinear mechanical systems when more elementary techniques fail.

  16. Rotational biomechanics of the elite golf swing: benchmarks for amateurs.

    PubMed

    Meister, David W; Ladd, Amy L; Butler, Erin E; Zhao, Betty; Rogers, Andrew P; Ray, Conrad J; Rose, Jessica

    2011-08-01

    The purpose of this study was to determine biomechanical factors that may influence golf swing power generation. Three-dimensional kinematics and kinetics were examined in 10 professional and 5 amateur male golfers. Upper-torso rotation, pelvic rotation, X-factor (relative hip-shoulder rotation), O-factor (pelvic obliquity), S-factor (shoulder obliquity), and normalized free moment were assessed in relation to clubhead speed at impact (CSI). Among professional golfers, results revealed that peak free moment per kilogram, peak X-factor, and peak S-factor were highly consistent, with coefficients of variation of 6.8%, 7.4%, and 8.4%, respectively. Downswing was initiated by reversal of pelvic rotation, followed by reversal of upper-torso rotation. Peak X-factor preceded peak free moment in all swings for all golfers, and occurred during initial downswing. Peak free moment per kilogram, X-factor at impact, peak X-factor, and peak upper-torso rotation were highly correlated to CSI (median correlation coefficients of 0.943, 0.943, 0.900, and 0.900, respectively). Benchmark curves revealed kinematic and kinetic temporal and spatial differences of amateurs compared with professional golfers. For amateurs, the number of factors that fell outside 1-2 standard deviations of professional means increased with handicap. This study identified biomechanical factors highly correlated to golf swing power generation and may provide a basis for strategic training and injury prevention.

  17. Application of Vacuum Swing Adsorption for Carbon Dioxide and Water Vapor Removal from Manned Spacecraft Atmospheres

    NASA Technical Reports Server (NTRS)

    Knox, J.; Fulda, P.; Howard, D.; Ritter, J.; Levan, M.

    2007-01-01

    The design and testing of a vacuum-swing adsorption process to remove metabolic 'water and carbon dioxide gases from NASA's Orion crew exploration vehicle atmosphere is presented. For the Orion spacecraft, the sorbent-based atmosphere revitalization (SBAR) system must remove all metabolic water, a technology approach 1Lhathas not been used in previous spacecraft life support systems. Design and testing of a prototype SBAR in sub-scale and full-scale configurations is discussed. Experimental and analytical investigations of dual-ended and single-ended vacuum desorption are presented. An experimental investigation of thermal linking between adsorbing and desorbing columns is also presented.

  18. Prototyping Faithful Execution in a Java virtual machine.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Tarman, Thomas David; Campbell, Philip LaRoche; Pierson, Lyndon George

    2003-09-01

    This report presents the implementation of a stateless scheme for Faithful Execution, the design for which is presented in a companion report, ''Principles of Faithful Execution in the Implementation of Trusted Objects'' (SAND 2003-2328). We added a simple cryptographic capability to an already simplified class loader and its associated Java Virtual Machine (JVM) to provide a byte-level implementation of Faithful Execution. The extended class loader and JVM we refer to collectively as the Sandia Faithfully Executing Java architecture (or JavaFE for short). This prototype is intended to enable exploration of more sophisticated techniques which we intend to implement in hardware.

  19. Gaining Confidence in Navigating Rosetta at Mars Swing-By

    NASA Technical Reports Server (NTRS)

    Crammn, Ruediger; Budnik, Frank

    2007-01-01

    The Mars swing-by in the early morning of the 25th of February 2007 was one of the most critical events the Rosetta mission has experienced so far on its way to the comet Churyumov-Gerasimenko. The closest approach took place at a distance of only 250 km from the planet s surface. Missing the optimal target would have translated into considerable fuel cost. In order to achieve confidence in operating through this highly critical mission phase, a navigation analysis exercise was carried out beforehand. This paper describes the purpose and the chosen approach for this preparatory Flight Dynamics activity. It presents and discusses results of the analysis. Emphasis is put on the question of what is needed to simulate a valuable data set representative for operations. The results of the navigation analysis are compared with real data obtained during swing-by operations.

  20. Kinetic and Kinematic Differences in a Golf Swing in One and Both Lower Limb Amputees

    PubMed Central

    Stastny, Petr; Maszczyk, Adam; Tománková, Kristina; Kubový, Petr; Richtrová, Michaela; Otáhal, Jakub; Čichoň, Rostislav; Mostowik, Aleksandra; Żmijewski, Piotr; Cięszczyk, Paweł

    2015-01-01

    Amputee golfers need to cope with the absence of sole proprioception, a decreased range of swing motion and other factors which should be recognized for training purposes. The aim of this study was to determine the kinetic and kinematic differences in the golf swing in one leg and two legs amputees. The participants consisted of two males and one female at a professional or amateur level with a different degree of disability. Each participant was taped by 3D markers and performed five golf swings with the iron 6. The intraclass correlation coefficient (ICC) did not vary between individuals in kinematics, however, it was low in kinetic variables of two leg amputees. The Kendal rank correlation showed a significant relationship between the level of amputation and a large number of kinetic and kinematic variables such as X factor, O factor, S factor and individual body angles. The fluency and similarity of the golf swing did not depend on the level of amputation. One lower limb amputation did not seem to increase movement variability contrary to two lower limb amputation. The most variable parameter was a weight-shift in all golfers. The takeaway and horizontal force angle depended on the level of amputation rather than individual technique, thus, their modification by training may be difficult. Estimation of golf swing „mistakes” in amputees in respect to the leading arm in an early follow or late follow position appeared to be useless. PMID:26834871

  1. Kinetic and Kinematic Differences in a Golf Swing in One and Both Lower Limb Amputees.

    PubMed

    Stastny, Petr; Maszczyk, Adam; Tománková, Kristina; Kubový, Petr; Richtrová, Michaela; Otáhal, Jakub; Čichoň, Rostislav; Mostowik, Aleksandra; Żmijewski, Piotr; Cięszczyk, Paweł

    2015-11-22

    Amputee golfers need to cope with the absence of sole proprioception, a decreased range of swing motion and other factors which should be recognized for training purposes. The aim of this study was to determine the kinetic and kinematic differences in the golf swing in one leg and two legs amputees. The participants consisted of two males and one female at a professional or amateur level with a different degree of disability. Each participant was taped by 3D markers and performed five golf swings with the iron 6. The intraclass correlation coefficient (ICC) did not vary between individuals in kinematics, however, it was low in kinetic variables of two leg amputees. The Kendal rank correlation showed a significant relationship between the level of amputation and a large number of kinetic and kinematic variables such as X factor, O factor, S factor and individual body angles. The fluency and similarity of the golf swing did not depend on the level of amputation. One lower limb amputation did not seem to increase movement variability contrary to two lower limb amputation. The most variable parameter was a weight-shift in all golfers. The takeaway and horizontal force angle depended on the level of amputation rather than individual technique, thus, their modification by training may be difficult. Estimation of golf swing "mistakes" in amputees in respect to the leading arm in an early follow or late follow position appeared to be useless.

  2. HotJava: Sun's Animated Interactive World Wide Web Browser for the Internet.

    ERIC Educational Resources Information Center

    Machovec, George S., Ed.

    1995-01-01

    Examines HotJava and Java, World Wide Web technology for use on the Internet. HotJava, an interactive, animated Web browser, based on the object-oriented Java programming language, is different from HTML-based browsers such as Netscape. Its client/server design does not understand Internet protocols but can dynamically find what it needs to know.…

  3. Swing limb mechanics and minimum toe clearance in people with knee osteoarthritis.

    PubMed

    Levinger, Pazit; Lai, Daniel T H; Menz, Hylton B; Morrow, Adam D; Feller, Julian A; Bartlett, John R; Bergman, Neil R; Begg, Rezaul

    2012-02-01

    Knee osteoarthritis (OA) has been shown to be a risk factor for falls. Reductions in foot clearance during the swing phase of walking can cause a trip and potentially lead to a fall. This study examined the swing phase mechanics of people with and without knee OA during walking. Minimum toe clearance (MTC) height, joint angles at the time of MTC and the influence of the angular changes of the hip, knee and ankle of the swing leg on foot clearance using sensitivity analysis were investigated in 50 knee OA participants and 28 age-matched asymptomatic controls. Although both groups had a similar MTC height (controls: 12.8±6.7 mm, knee OA: 13.4±7.0 mm), the knee OA group used a different strategy to achieve the same foot clearance, as evidenced by greater knee flexion (52.5±5.3° vs 49.4±4.8°, p=0.007), greater hip abduction (-3.6±3.3° vs -1.8±3.3°, p=0.03) and less ankle adduction (2.8±1.9° vs 4.2±2.1°, p=0.01). MTC height was comparable between the groups, however a different swing phase mechanism was used by the knee OA. Although adequate MTC is an important component of safe locomotion, it does not appear to be impaired in people with knee OA. Other factors, such as inadequate responses to postural perturbation, may be responsible for falls in this group. Copyright © 2011 Elsevier B.V. All rights reserved.

  4. 8. 320 FOOT LEVEL, SWING ARM NINE SHOWING BACK SIDE ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    8. 320 FOOT LEVEL, SWING ARM NINE SHOWING BACK SIDE OF ENVIRONMENTAL CHAMBER (WHITE ROOM). WHITE ROOM MADE CONNECTION WITH CAPSULE ON LAUNCH VEHICLE. - Mobile Launcher One, Kennedy Space Center, Titusville, Brevard County, FL

  5. StrBioLib: a Java library for development of custom computational structural biology applications.

    PubMed

    Chandonia, John-Marc

    2007-08-01

    StrBioLib is a library of Java classes useful for developing software for computational structural biology research. StrBioLib contains classes to represent and manipulate protein structures, biopolymer sequences, sets of biopolymer sequences, and alignments between biopolymers based on either sequence or structure. Interfaces are provided to interact with commonly used bioinformatics applications, including (psi)-blast, modeller, muscle and Primer3, and tools are provided to read and write many file formats used to represent bioinformatic data. The library includes a general-purpose neural network object with multiple training algorithms, the Hooke and Jeeves non-linear optimization algorithm, and tools for efficient C-style string parsing and formatting. StrBioLib is the basis for the Pred2ary secondary structure prediction program, is used to build the astral compendium for sequence and structure analysis, and has been extensively tested through use in many smaller projects. Examples and documentation are available at the site below. StrBioLib may be obtained under the terms of the GNU LGPL license from http://strbio.sourceforge.net/

  6. Skill Analysis of the Wrist Release in the Golf Swings Utilizing Shaft Elasticity

    NASA Astrophysics Data System (ADS)

    Suzuki, Soichiro; Hoshino, Yohei; Kobayashi, Yukinori

    This study analyzes the skill component of the wrist release in the golf swing by employing a three-dimensional dynamic model considering vibration of the club shaft. It is observed that professional and expert golfers relax their wrists in the swing motion as a "natural" or "late" release. Thus, the relationship between the timing of the wrist release and the shaft vibration is examined in this study. First, it is demonstrated that "natural release" at the zero-crossing point of the bending vibration of the shaft efficiently increases the head speed at impact. In the next step, the "late hitting" condition is imposed upon the model. It is demonstrated that "late hitting" could further improve the efficiency of the swing motion. Finally, the skill component in the wrist release for the long drive is experimentally verified by measuring the movement of the wrist and the dynamic deformation of the shaft during the downswing.

  7. A Study on Multi-Swing Stability Analysis of Power System using Damping Rate Inversion

    NASA Astrophysics Data System (ADS)

    Tsuji, Takao; Morii, Yuki; Oyama, Tsutomu; Hashiguchi, Takuhei; Goda, Tadahiro; Nomiyama, Fumitoshi; Kosugi, Narifumi

    In recent years, much attention is paid to the nonlinear analysis method in the field of stability analysis of power systems. Especially for the multi-swing stability analysis, the unstable limit cycle has an important meaning as a stability margin. It is required to develop a high speed calculation method of stability boundary regarding multi-swing stability because the real-time calculation of ATC is necessary to realize the flexible wheeling trades. Therefore, the authors have developed a new method which can calculate the unstable limit cycle based on damping rate inversion method. Using the unstable limit cycle, it is possible to predict the multi-swing stability at the time when the fault transmission line is reclosed. The proposed method is tested in Lorenz equation, single-machine infinite-bus system model and IEEJ WEST10 system model.

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

    PubMed

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

  9. Petrographic and major elements results as indicator of the geothermal potential in Java

    NASA Astrophysics Data System (ADS)

    Indarto, S.; Setiawan, I.; Kausar, A.; Permana, dan H.

    2018-02-01

    Geothermal manifestations existed in West Java (Cilayu, Papandayan Mountain, Telagabodas, Karaha, Tampomas Mountain), Central Java (Slamet Mountain, Dieng) and East Java (Argopuro Mountain) show a difference in their mineral and geochemical compositions. The petrographic analysis of volcanic rocks from Garut (West Java) are basalt, andesite basaltic and andesite. However, based on SiO2 vs K2O value, those volcanic rocks have wide ranges of fractionated magma resulting basalt - basaltic andesite to dacitic in composition rather than those of Slamet Mountain, Dieng, and Argopuro Mountain areas which have a narrower range of fractionation magma resulting andesite basaltic and andesite in compositions. The volcanic rocks from Garut show tholeiitic affinity and calc-alkaline affinity. The geothermal potential of Java is assumed to be related to the magma fractionation level. Geothermal potential of West Java (Garut) is higher than that of Central Java (Slamet Mountain, Dieng) and East Java (Argopuro Mountain).

  10. JAva GUi for Applied Research (JAGUAR) v 3.0

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    JAGUAR is a Java software tool for automatically rendering a graphical user interface (GUI) from a structured input specification. It is designed as a plug-in to the Eclipse workbench to enable users to create, edit, and externally execute analysis application input decks and then view the results. JAGUAR serves as a GUI for Sandia's DAKOTA software toolkit for optimization and uncertainty quantification. It will include problem (input deck)set-up, option specification, analysis execution, and results visualization. Through the use of wizards, templates, and views, JAGUAR helps uses navigate the complexity of DAKOTA's complete input specification. JAGUAR is implemented in Java, leveragingmore » Eclipse extension points and Eclipse user interface. JAGUAR parses a DAKOTA NIDR input specification and presents the user with linked graphical and plain text representations of problem set-up and option specification for DAKOTA studies. After the data has been input by the user, JAGUAR generates one or more input files for DAKOTA, executes DAKOTA, and captures and interprets the results« less

  11. Almost stochastic dominance for poverty level in Central Java Province

    NASA Astrophysics Data System (ADS)

    Slamet, Isnandar; Agus Wibowo, Aryanto; Roswitha, Mania

    2017-12-01

    The criteria for the domination of the distribution function has been used in the investment issues, momentum, agricultural production, and so on. One criteria of domination is stochastic dominance (SD). When this criteria is applied to the dominating area that has smaller value than the dominated area, then almost stochastic dominance (ASD) can be used. It this research, we apply the ASD criteria on data of expenditure per capita based on districts/cities in Central Java. Furthermore, we determine which year the expenditure per capita in the period 2009-2013 is the most dominating to know the level of poverty in Central Java. From the discussion, it can be concluded that the expenditure per capita in Central Java in 2013 dominates expenditure per capita in Central Java in 2009-2012. In other words, the level of poverty in Central Java in 2013 is lower than in 2009-2012.

  12. Java for flight software

    NASA Technical Reports Server (NTRS)

    Benowitz, E. G.; Niessner, A. F.

    2003-01-01

    We have successfully demonstrated a portion of the spacecraft attitude control and fault protection, running on a standard Java platform, and are currently in the process of taking advantage of the features provided by the RTSJ.

  13. JavaScript: Data Visualizations

    EPA Pesticide Factsheets

    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.

  14. An electromechanical swing-phase-controlled prosthetic knee joint for conversion of physiological energy to electrical energy: feasibility study.

    PubMed

    Andrysek, Jan; Chau, Gilbert

    2007-12-01

    Microprocessor-controlled prostheses facilitate a more natural and efficient gait for individuals with above-knee amputations by continually adjusting the level of swing-phase damping. One caveat associated with these technologies is that the user must charge the onboard batteries on a daily basis. It is, therefore, the aim of this study to examine the feasibility of using an electromechanical system to provide prosthetic swing-phase damping and, concomitantly, the function of converting physiological energy that is normally dissipated during the swing phase, to electrical energy. Gait data from a single subject and data from a kinematic simulator were used to develop an empirical model. The findings in this study indicate that an electromagnetic system has appropriate characteristics for use in swing-phase control and also has the potential to recover energy under particular conditions.

  15. Kinematic relationship between rotation of lumbar spine and hip joints during golf swing in professional golfers.

    PubMed

    Mun, Frederick; Suh, Seung Woo; Park, Hyun-Joon; Choi, Ahnryul

    2015-05-14

    Understanding the kinematics of the lumbar spine and hip joints during a golf swing is a basic step for identifying swing-specific factors associated with low back pain. The objective of this study was to examine the kinematic relationship between rotational movement of the lumbar spine and hip joints during a golf swing. Fifteen professional golfers participated in this study with employment of six infrared cameras to record their golf swings. Anatomical reference system of the upper torso, pelvis and thigh segments, and the location of each hip and knee joint were defined by the protocols of the kinematic model of previous studies. Lumbar spine and hip joint rotational angle was calculated utilizing the Euler angle method. Cross-correlation and angle-angle plot was used to examine the degree of kinematic relationship between joints. A fairly strong coupling relationship was shown between the lumbar spine and hip rotational movements with an average correlation of 0.81. Leading hip contribution to overall rotation was markedly high in the early stage of the downswing, while the lumbar spine contributed greater towards the end of the downswing; however, the relative contributions of the trailing hip and lumbar spine were nearly equal during the entire downswing. Most of the professional golfers participated in this study used a similar coordination strategy when moving their hips and lumbar spine during golf swings. The rotation of hips was observed to be more efficient in producing the overall rotation during the downswing when compared to the backswing. These results provide quantitative information to better understand the lumbar spine and hip joint kinematic characteristics of professional golfers. This study will have great potential to be used as a normal control data for the comparison with kinematic information among golfers with low back pain and for further investigation of golf swing-specific factors associated with injury.

  16. How Do Batters Use Visual, Auditory, and Tactile Information about the Success of a Baseball Swing?

    ERIC Educational Resources Information Center

    Gray, Rob

    2009-01-01

    Bat/ball contact produces visual (the ball leaving the bat), auditory (the "crack" of the bat), and tactile (bat vibration) feedback about the success of the swing. We used a batting simulation to investigate how college baseball players use visual, tactile, and auditory feedback. In Experiment 1, swing accuracy (i.e., the lateral separation…

  17. Testing and Results of Vacuum Swing Adsorption Units for Spacesuit Carbon Dioxide and Humidity Control

    NASA Technical Reports Server (NTRS)

    McMillin, Summer; Broerman, Craig; Swickrath, Mike; Anderson, Molly

    2010-01-01

    A principal concern for extravehicular activity (EVA) space suits is the capability to control carbon dioxide (CO2) and humidity (H2O) for the crewmember. The release of CO2 in a confined or unventilated area is dangerous for human health and leads to asphyxiation; therefore, CO2 and H2O become leading factors in the design and development of the spacesuit. An amine-based CO2 and H2O vapor sorbent for use in pressure-swing re-generable beds has been developed by Hamilton Sundstrand. The application of solid-amine materials with vacuum swing adsorption technology has shown the capacity to concurrently manage CO2 and H2O levels through a fully regenerative cycle eliminating mission constraints imposed with non-regenerative technologies. Two prototype solid amine-based systems, known as rapid cycle amine (RCA), were designed to continuously remove CO2 and H2O vapor from a flowing ventilation stream through the use of a two-bed amine based, vacuum-swing adsorption system. The Engineering and Science Contract Group (ESCG) RCA is the first RCA unit implementing radial flow paths, whereas the Hamilton Sundstrand RCA was designed with linear flow paths. Testing was performed in a sea-level pressure environment and a reduced-pressure environment with simulated human metabolic loads in a closed-loop configuration. This paper presents the experimental results of laboratory testing for a full-size and a sub-scale test article. The testing described here characterized and evaluated the performance of each RCA unit at the required Portable Life Support Subsystem (PLSS) operating conditions. The test points simulated a range of crewmember metabolic rates. The experimental results demonstrate the ability of each RCA unit to sufficiently remove CO2 and H2O from a closed loop ambient or subambient atmosphere.

  18. Testing and Results of Vacuum Swing Adsorption Units for Spacesuit Carbon Dioxide and Humidity Control

    NASA Technical Reports Server (NTRS)

    McMillin, Summer D.; Broerman, Craig D.; Swickrath, Michael; Anderson, Molly

    2011-01-01

    A principal concern for extravehicular activity (EVA) spacesuits is the capability to control carbon dioxide (CO2) and humidity (H2O) for the crewmember. The release of CO2 in a confined or unventilated area is dangerous for human health and leads to asphyxiation; therefore, CO2 and H2O control become leading factors in the design and development of the spacesuit. An amine-based CO2 and H2O vapor sorbent for use in pressure-swing regenerable beds has been developed by Hamilton Sundstrand. The application of solidamine materials with vacuum swing adsorption technology has shown the capacity to concurrently manage CO2 and H2O levels through a fully regenerative cycle eliminating mission constraints imposed with nonregenerative technologies. Two prototype solid amine-based systems, known as rapid cycle amine (RCA), were designed to continuously remove CO2 and H2O vapor from a flowing ventilation stream through the use of a two-bed amine based, vacuum-swing adsorption system. The Engineering and Science Contract Group (ESCG) RCA implements radial flow paths, whereas the Hamilton Sundstrand RCA was designed with linear flow paths. Testing was performed in a sea-level pressure environment and a reduced-pressure environment with simulated human metabolic loads in a closed-loop configuration. This paper presents the experimental results of laboratory testing for a full-size and a sub-scale test article. The testing described here characterized and evaluated the performance of each RCA unit at the required Portable Life Support Subsystem (PLSS) operating conditions. The test points simulated a range of crewmember metabolic rates. The experimental results demonstrated the ability of each RCA unit to sufficiently remove CO2 and H2O from a closed loop ambient or sub-ambient atmosphere.

  19. Dynamic Learning Objects to Teach Java Programming Language

    ERIC Educational Resources Information Center

    Narasimhamurthy, Uma; Al Shawkani, Khuloud

    2010-01-01

    This article describes a model for teaching Java Programming Language through Dynamic Learning Objects. The design of the learning objects was based on effective learning design principles to help students learn the complex topic of Java Programming. Visualization was also used to facilitate the learning of the concepts. (Contains 1 figure and 2…

  20. Black Phosphorus Based Field Effect Transistors with Simultaneously Achieved Near Ideal Subthreshold Swing and High Hole Mobility at Room Temperature.

    PubMed

    Liu, Xinke; Ang, Kah-Wee; Yu, Wenjie; He, Jiazhu; Feng, Xuewei; Liu, Qiang; Jiang, He; Dan Tang; Wen, Jiao; Lu, Youming; Liu, Wenjun; Cao, Peijiang; Han, Shun; Wu, Jing; Liu, Wenjun; Wang, Xi; Zhu, Deliang; He, Zhubing

    2016-04-22

    Black phosphorus (BP) has emerged as a promising two-dimensional (2D) material for next generation transistor applications due to its superior carrier transport properties. Among other issues, achieving reduced subthreshold swing and enhanced hole mobility simultaneously remains a challenge which requires careful optimization of the BP/gate oxide interface. Here, we report the realization of high performance BP transistors integrated with HfO2 high-k gate dielectric using a low temperature CMOS process. The fabricated devices were shown to demonstrate a near ideal subthreshold swing (SS) of ~69 mV/dec and a room temperature hole mobility of exceeding >400 cm(2)/Vs. These figure-of-merits are benchmarked to be the best-of-its-kind, which outperform previously reported BP transistors realized on traditional SiO2 gate dielectric. X-ray photoelectron spectroscopy (XPS) analysis further reveals the evidence of a more chemically stable BP when formed on HfO2 high-k as opposed to SiO2, which gives rise to a better interface quality that accounts for the SS and hole mobility improvement. These results unveil the potential of black phosphorus as an emerging channel material for future nanoelectronic device applications.

  1. A Comparison of Jump Height, Takeoff Velocities, and Blocking Coverage in the Swing and Traditional Volleyball Blocking Techniques

    PubMed Central

    Ficklin, Travis; Lund, Robin; Schipper, Megan

    2014-01-01

    The purpose of this study was to compare traditional and swing blocking techniques on center of mass (COM) projectile motion and effective blocking area in nine healthy Division I female volleyball players. Two high-definition (1080 p) video cameras (60 Hz) were used to collect two-dimensional variables from two separate views. One was placed perpendicular to the plane of the net and the other was directed along the top of the net, and were used to estimate COM locations and blocking area in a plane parallel to the net and hand penetration through the plane of the net respectively. Video of both the traditional and swing techniques were digitized and kinematic variables were calculated. Paired samples t-tests indicated that the swing technique resulted in greater (p < 0.05) vertical and horizontal takeoff velocities (vy and vx), jump height (H), duration of the block (tBLOCK), blocking coverage during the block (C) as well as hand penetration above and through the net’s plane (YPEN, ZPEN). The traditional technique had significantly greater approach time (tAPP). The results of this study suggest that the swing technique results in both greater jump height and effective blocking area. However, the shorter tAPP that occurs with swing is associated with longer times in the air during the block which may reduce the ability of the athlete to make adjustments to attacks designed to misdirect the defense. Key Points Swing blocking technique has greater jump height, effective blocking area, hand penetration, horizontal and vertical takeoff velocity, and has a shorter time of approach. Despite these advantages, there may be more potential for mistiming blocks and having erratic deflections of the ball after contact when using the swing technique. Coaches should take more than simple jump height and hand penetration into account when deciding which technique to employ. PMID:24570609

  2. A comparison of jump height, takeoff velocities, and blocking coverage in the swing and traditional volleyball blocking techniques.

    PubMed

    Ficklin, Travis; Lund, Robin; Schipper, Megan

    2014-01-01

    The purpose of this study was to compare traditional and swing blocking techniques on center of mass (COM) projectile motion and effective blocking area in nine healthy Division I female volleyball players. Two high-definition (1080 p) video cameras (60 Hz) were used to collect two-dimensional variables from two separate views. One was placed perpendicular to the plane of the net and the other was directed along the top of the net, and were used to estimate COM locations and blocking area in a plane parallel to the net and hand penetration through the plane of the net respectively. Video of both the traditional and swing techniques were digitized and kinematic variables were calculated. Paired samples t-tests indicated that the swing technique resulted in greater (p < 0.05) vertical and horizontal takeoff velocities (vy and vx), jump height (H), duration of the block (tBLOCK), blocking coverage during the block (C) as well as hand penetration above and through the net's plane (YPEN, ZPEN). The traditional technique had significantly greater approach time (tAPP). The results of this study suggest that the swing technique results in both greater jump height and effective blocking area. However, the shorter tAPP that occurs with swing is associated with longer times in the air during the block which may reduce the ability of the athlete to make adjustments to attacks designed to misdirect the defense. Key PointsSwing blocking technique has greater jump height, effective blocking area, hand penetration, horizontal and vertical takeoff velocity, and has a shorter time of approach.Despite these advantages, there may be more potential for mistiming blocks and having erratic deflections of the ball after contact when using the swing technique.Coaches should take more than simple jump height and hand penetration into account when deciding which technique to employ.

  3. Java: A New Brew for Educators, Administrators and Students.

    ERIC Educational Resources Information Center

    Gordon, Barbara

    1996-01-01

    Java is an object-oriented programming language developed by Sun Microsystems; its benefits include platform independence, security, and interactivity. Within the college community, Java is being used in programming courses, collaborative technology research projects, computer graphics instruction, and distance education. (AEF)

  4. FastScript3D - A Companion to Java 3D

    NASA Technical Reports Server (NTRS)

    Koenig, Patti

    2005-01-01

    FastScript3D is a computer program, written in the Java 3D(TM) programming language, that establishes an alternative language that helps users who lack expertise in Java 3D to use Java 3D for constructing three-dimensional (3D)-appearing graphics. The FastScript3D language provides a set of simple, intuitive, one-line text-string commands for creating, controlling, and animating 3D models. The first word in a string is the name of a command; the rest of the string contains the data arguments for the command. The commands can also be used as an aid to learning Java 3D. Developers can extend the language by adding custom text-string commands. The commands can define new 3D objects or load representations of 3D objects from files in formats compatible with such other software systems as X3D. The text strings can be easily integrated into other languages. FastScript3D facilitates communication between scripting languages [which enable programming of hyper-text markup language (HTML) documents to interact with users] and Java 3D. The FastScript3D language can be extended and customized on both the scripting side and the Java 3D side.

  5. Java implementation of Class Association Rule algorithms

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Tamura, Makio

    2007-08-30

    Java implementation of three Class Association Rule mining algorithms, NETCAR, CARapriori, and clustering based rule mining. NETCAR algorithm is a novel algorithm developed by Makio Tamura. The algorithm is discussed in a paper: UCRL-JRNL-232466-DRAFT, and would be published in a peer review scientific journal. The software is used to extract combinations of genes relevant with a phenotype from a phylogenetic profile and a phenotype profile. The phylogenetic profiles is represented by a binary matrix and a phenotype profile is represented by a binary vector. The present application of this software will be in genome analysis, however, it could be appliedmore » more generally.« less

  6. 8. View of Bronx (east) side of swing span looking ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    8. View of Bronx (east) side of swing span looking north, showing masonry rest pier and truss sway bracing. (Nov. 25, 1988) - University Heights Bridge, Spanning Harlem River at 207th Street & West Harlem Road, New York County, NY

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

    NASA Astrophysics Data System (ADS)

    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.

  8. Ancient Egypt

    NASA Astrophysics Data System (ADS)

    Swamy, Ashwin Balegar

    This thesis involves development of an interactive GIS (Geographic Information System) based application, which gives information about the ancient history of Egypt. The astonishing architecture, the strange burial rituals and their civilization were some of the intriguing questions that motivated me towards developing this application. The application is a historical timeline starting from 3100 BC, leading up to 664 BC, focusing on the evolution of the Egyptian dynasties. The tool holds information regarding some of the famous monuments which were constructed during that era and also about the civilizations that co-existed. It also provides details about the religions followed by their kings. It also includes the languages spoken during those periods. The tool is developed using JAVA, a programing language and MOJO (Map Objects Java Objects) a product of ESRI (Environmental Science Research Institute) to create map objects, to provide geographic information. JAVA Swing is used for designing the user interface. HTML (Hyper Text Markup Language) pages are created to provide the user with more information related to the historic period. CSS (Cascade Style Sheets) and JAVA Scripts are used with HTML5 to achieve creative display of content. The tool is kept simple and easy for the user to interact with. The tool also includes pictures and videos for the user to get a feel of the historic period. The application is built to motivate people to know more about one of the prominent and ancient civilization of the Mediterranean world.

  9. Malthus on long swings: the general case.

    PubMed

    Dooley, P C

    1988-02-01

    3 major assumptions provided the basis to Malthus' theory of population: food is necessary to human existence; passion between man and woman is necessary and will continue nearly in its present state; and the power of population is indefinitely greater than the earth's power to produce subsistence for humans. With this as his base, Malthus proposed the thesis that strong and constant forces need to hold the superior power of population over subsistence in check. The forces include both positive checks, e.g., infant mortality, and preventive checks, e.g., foregoing early marriage. Malthus evidently had a theory of long swings in mind because he began his essay questioning whether humankind will experience unlimited improvement or a state oscillating between happiness and misery. Waterman (1987) offers a new interpretation of Malthus' theory of long swings, concluding that "the Malthusian theory of oscillations' as sketched in the 'Essay on Population' may justly be represented by a zig-zag path of real wages." 2 questions arise: does the text literally mean what Waterman suggests; and is the text consistent with Malthus' general position. The quotation offered by Wasserman focuses on a special case that illustrates how oscillations might take place but fails to represent Malthus' general position. In any society the population's response to wages determines the "level" of subsistence. Due to the different living habits in each state, the subsistence level varies from state to state, and Malthus devotes much of the 1st "Essay" to discussing what determines the living habits and the subsistence level in different countries. In Malthus' theory of long swings, real wages do not follow a "zig-zag" path. This is due to the fact that neither the accumulation of capital nor the growth of population behaves as he proposes. Whenever the rate of profit is sufficiently attractive, capital accumulates, and the response of population to a change in wages depends on a complex of

  10. 17. CONTROL ROOM, NORTH SIDE, WITH BRIDGE SWING CONTROLS ON ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    17. CONTROL ROOM, NORTH SIDE, WITH BRIDGE SWING CONTROLS ON LEFT, SIGNAL CONTROLS ON RIGHT, WHISTLE PULL TOP. RADIO TELEPHONE IN CENTER BACK (Fred Small) - Burlington Northern Railroad Bridge, Spanning Willamette River at River Mile 6.9, Portland, Multnomah County, OR

  11. Extreme sub-threshold swing in tunnelling relays

    NASA Astrophysics Data System (ADS)

    AbdelGhany, M.; Szkopek, T.

    2014-01-01

    We propose and analyze the theory of the tunnelling relay, a nanoscale active device in which tunnelling current is modulated by electromechanical actuation of a suspended membrane above a fixed electrode. The tunnelling current is modulated exponentially with vacuum gap length, permitting an extreme sub-threshold swing of ˜10 mV/decade breaking the thermionic limit. The predicted performance suggests that a significant reduction in dynamic energy consumption over conventional field effect transistors is physically achievable.

  12. PedVizApi: a Java API for the interactive, visual analysis of extended pedigrees.

    PubMed

    Fuchsberger, Christian; Falchi, Mario; Forer, Lukas; Pramstaller, Peter P

    2008-01-15

    PedVizApi is a Java API (application program interface) for the visual analysis of large and complex pedigrees. It provides all the necessary functionality for the interactive exploration of extended genealogies. While available packages are mostly focused on a static representation or cannot be added to an existing application, PedVizApi is a highly flexible open source library for the efficient construction of visual-based applications for the analysis of family data. An extensive demo application and a R interface is provided. http://www.pedvizapi.org

  13. Java for flight software

    NASA Technical Reports Server (NTRS)

    Benowitz, E.; Niessner, A.

    2003-01-01

    This work involves developing representative mission-critical spacecraft software using the Real-Time Specification for Java (RTSJ). This work currently leverages actual flight software used in the design of actual flight software in the NASA's Deep Space 1 (DSI), which flew in 1998.

  14. JavaGenes: Evolving Graphs with Crossover

    NASA Technical Reports Server (NTRS)

    Globus, Al; Atsatt, Sean; Lawton, John; Wipke, Todd

    2000-01-01

    Genetic algorithms usually use string or tree representations. We have developed a novel crossover operator for a directed and undirected graph representation, and used this operator to evolve molecules and circuits. Unlike strings or trees, a single point in the representation cannot divide every possible graph into two parts, because graphs may contain cycles. Thus, the crossover operator is non-trivial. A steady-state, tournament selection genetic algorithm code (JavaGenes) was written to implement and test the graph crossover operator. All runs were executed by cycle-scavagging on networked workstations using the Condor batch processing system. The JavaGenes code has evolved pharmaceutical drug molecules and simple digital circuits. Results to date suggest that JavaGenes can evolve moderate sized drug molecules and very small circuits in reasonable time. The algorithm has greater difficulty with somewhat larger circuits, suggesting that directed graphs (circuits) are more difficult to evolve than undirected graphs (molecules), although necessary differences in the crossover operator may also explain the results. In principle, JavaGenes should be able to evolve other graph-representable systems, such as transportation networks, metabolic pathways, and computer networks. However, large graphs evolve significantly slower than smaller graphs, presumably because the space-of-all-graphs explodes combinatorially with graph size. Since the representation strongly affects genetic algorithm performance, adding graphs to the evolutionary programmer's bag-of-tricks should be beneficial. Also, since graph evolution operates directly on the phenotype, the genotype-phenotype translation step, common in genetic algorithm work, is eliminated.

  15. The concept of geothermal exploration in west Java based on geophysical data

    NASA Astrophysics Data System (ADS)

    Gaffar, Eddy Z.

    2018-02-01

    Indonesia has the largest geothermal prospects in the world and most of them are concentrated in Java and Sumatera. The ones on Sumatra island are generally controlled by Sumatra Fault, either the main fault or the second and the third order fault. Geothermal in Java is still influenced by the subduction of oceanic plates from the south of Java island that forms the southern mountains extending from West Java to East Java. From a geophysical point of view, there is still no clue or concept that accelerates the process of geothermal exploration. The concept is that geothermal is located around the volcano (referred to the volcano as a host) and around the fault (fault as a host). There is another method from remote sensing analysis that often shows circular feature. In a study conducted by LIPI, we proposed a new concept for geothermal exploration which is from gravity analysis using Bouguer anomaly data from Java Island, which also show circular feature. The feature is supposed to be an "ancient crater" or a hidden caldera. Therefore, with this hypothesis, LIPI Geophysics team will try to prove whether this symptom can help accelerate the process of geothermal exploration on the island of West Java. Geophysical methods might simplify the exploration of geothermal prospect in West Java. Around the small circular feature, there are some large geothermal prospect areas such as Guntur, Kamojang, Drajat, Papandayan, Karaha Bodas, Patuha. The concept proposed by our team will try be applied to explore geothermal in Java Island for future work.

  16. Swing- and support-related muscle actions differentially trigger human walk-run and run-walk transitions.

    PubMed

    Prilutsky, B I; Gregor, R J

    2001-07-01

    There has been no consistent explanation as to why humans prefer changing their gait from walking to running and from running to walking at increasing and decreasing speeds, respectively. This study examined muscle activation as a possible determinant of these gait transitions. Seven subjects walked and ran on a motor-driven treadmill for 40s at speeds of 55, 70, 85, 100, 115, 130 and 145% of the preferred transition speed. The movements of subjects were videotaped, and surface electromyographic activity was recorded from seven major leg muscles. Resultant moments at the leg joints during the swing phase were calculated. During the swing phase of locomotion at preferred running speeds (115, 130, 145%), swing-related activation of the ankle, knee and hip flexors and peaks of flexion moments were typically lower (P<0.05) during running than during walking. At preferred walking speeds (55, 70, 85%), support-related activation of the ankle and knee extensors was typically lower during stance of walking than during stance of running (P<0.05). These results support the hypothesis that the preferred walk-run transition might be triggered by the increased sense of effort due to the exaggerated swing-related activation of the tibialis anterior, rectus femoris and hamstrings; this increased activation is necessary to meet the higher joint moment demands to move the swing leg during fast walking. The preferred run-walk transition might be similarly triggered by the sense of effort due to the higher support-related activation of the soleus, gastrocnemius and vastii that must generate higher forces during slow running than during walking at the same speed.

  17. Electromyographic analysis of lower limb muscles during the golf swing performed with three different clubs.

    PubMed

    Marta, Sérgio; Silva, Luís; Vaz, João Rocha; Castro, Maria António; Reinaldo, Gustavo; Pezarat-Correia, Pedro

    2016-01-01

    The aim of this study was to describe and compare the EMG patterns of select lower limb muscles throughout the golf swing, performed with three different clubs, in non-elite middle-aged players. Fourteen golfers performed eight swings each using, in random order, a pitching wedge, 7-iron and 4-iron. Surface electromyography (EMG) was recorded bilaterally from lower limb muscles: tibialis anterior, peroneus longus, gastrocnemius medialis, gastrocnemius lateralis, biceps femoris, semitendinosus, gluteus maximus, vastus medialis, rectus femoris and vastus lateralis. Three-dimensional high-speed video analysis was used to determine the golf swing phases. Results showed that, in average handicap golfers, the highest muscle activation levels occurred during the Forward Swing Phase, with the right semitendinosus and the right biceps femoris muscles producing the highest mean activation levels relative to maximal electromyography (70-76% and 68-73% EMG(MAX), respectively). Significant differences between the pitching wedge and the 4-iron club were found in the activation level of the left semitendinosus, right tibialis anterior, right peroneus longus, right vastus medialis, right rectus femuris and right gastrocnemius muscles. The lower limb muscles showed, in most cases and phases, higher mean values of activation on electromyography when golfers performed shots with a 4-iron club.

  18. 29. SOUTH SWING SPAN, SHOWING REPRESENTATIVE REDUCTION GEAR/MOTOR DRIVE UNIT ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    29. SOUTH SWING SPAN, SHOWING REPRESENTATIVE REDUCTION GEAR/MOTOR DRIVE UNIT (CENTER) AND WEDGE MOTOR UNIT (RIGHT). - George P. Coleman Memorial Bridge, Spanning York River at U.S. Route 17, Yorktown, York County, VA

  19. Petroleum systems of the Northwest Java Province, Java and offshore southeast Sumatra, Indonesia

    USGS Publications Warehouse

    Bishop, Michele G.

    2000-01-01

    Mature, synrift lacustrine shales of Eocene to Oligocene age and mature, late-rift coals and coaly shales of Oligocene to Miocene age are source rocks for oil and gas in two important petroleum systems of the onshore and offshore areas of the Northwest Java Basin. Biogenic gas and carbonate-sourced gas have also been identified. These hydrocarbons are trapped primarily in anticlines and fault blocks involving sandstone and carbonate reservoirs. These source rocks and reservoir rocks were deposited in a complex of Tertiary rift basins formed from single or multiple half-grabens on the south edge of the Sunda Shelf plate. The overall transgressive succession was punctuated by clastic input from the exposed Sunda Shelf and marine transgressions from the south. The Northwest Java province may contain more than 2 billion barrels of oil equivalent in addition to the 10 billion barrels of oil equivalent already identified.

  20. Design and Development of an air-cooled Temperature-Swing Adsorption Compressor for Carbon Dioxide

    NASA Technical Reports Server (NTRS)

    Mulloth, Lila M.

    2003-01-01

    The air revitalization system of the International Space Station (ISS) operates in an open loop mode and relies on the resupply of oxygen and other consumables from earth for the life support of astronauts. A compressor is required for delivering the carbon dioxide from a removal assembly to a reduction unit to recover oxygen and thereby closing the air-loop. We have a developed a temperature-swing adsorption compressor (TSAC) for performing these tasks that is energy efficient, quiet, and has no wearing parts. This paper discusses the design features of a TSAC hardware that uses air as the cooling medium and has Space Station application.

  1. Determination of the optimal conditions for inclination maneuvers using a Swing-by

    NASA Astrophysics Data System (ADS)

    Moura, O.; Celestino, C. C.; Prado, A. F. B. A.

    2018-05-01

    The search for methods to reduce the fuel consumption in orbital transfers is something relevant and always current in astrodynamics. Therefore, the maneuvers assisted by the gravity, also called Swing-by maneuvers, can be an advantageous option to save fuel. The proposal of the present research is to explore the influence of some parameters in a Swing-by of an artificial satellite orbiting a planet with one of the moons of this mother planet, with the goal of changing the inclination of the artificial satellite around the main body of the system. The fuel consumption of this maneuver is compared with the required consumption to perform the same change of inclination using the classical approach of impulsive maneuvers.

  2. A Java-Enabled Interactive Graphical Gas Turbine Propulsion System Simulator

    NASA Technical Reports Server (NTRS)

    Reed, John A.; Afjeh, Abdollah A.

    1997-01-01

    This paper describes a gas turbine simulation system which utilizes the newly developed Java language environment software system. The system provides an interactive graphical environment which allows the quick and efficient construction and analysis of arbitrary gas turbine propulsion systems. The simulation system couples a graphical user interface, developed using the Java Abstract Window Toolkit, and a transient, space- averaged, aero-thermodynamic gas turbine analysis method, both entirely coded in the Java language. The combined package provides analytical, graphical and data management tools which allow the user to construct and control engine simulations by manipulating graphical objects on the computer display screen. Distributed simulations, including parallel processing and distributed database access across the Internet and World-Wide Web (WWW), are made possible through services provided by the Java environment.

  3. Large seasonal swings in leaf area of Amazon rainforests

    PubMed Central

    Myneni, Ranga B.; Yang, Wenze; Nemani, Ramakrishna R.; Huete, Alfredo R.; Dickinson, Robert E.; Knyazikhin, Yuri; Didan, Kamel; Fu, Rong; Negrón Juárez, Robinson I.; Saatchi, Sasan S.; Hashimoto, Hirofumi; Ichii, Kazuhito; Shabanov, Nikolay V.; Tan, Bin; Ratana, Piyachat; Privette, Jeffrey L.; Morisette, Jeffrey T.; Vermote, Eric F.; Roy, David P.; Wolfe, Robert E.; Friedl, Mark A.; Running, Steven W.; Votava, Petr; El-Saleous, Nazmi; Devadiga, Sadashiva; Su, Yin; Salomonson, Vincent V.

    2007-01-01

    Despite early speculation to the contrary, all tropical forests studied to date display seasonal variations in the presence of new leaves, flowers, and fruits. Past studies were focused on the timing of phenological events and their cues but not on the accompanying changes in leaf area that regulate vegetation–atmosphere exchanges of energy, momentum, and mass. Here we report, from analysis of 5 years of recent satellite data, seasonal swings in green leaf area of ≈25% in a majority of the Amazon rainforests. This seasonal cycle is timed to the seasonality of solar radiation in a manner that is suggestive of anticipatory and opportunistic patterns of net leaf flushing during the early to mid part of the light-rich dry season and net leaf abscission during the cloudy wet season. These seasonal swings in leaf area may be critical to initiation of the transition from dry to wet season, seasonal carbon balance between photosynthetic gains and respiratory losses, and litterfall nutrient cycling in moist tropical forests. PMID:17360360

  4. jmzIdentML API: A Java interface to the mzIdentML standard for peptide and protein identification data.

    PubMed

    Reisinger, Florian; Krishna, Ritesh; Ghali, Fawaz; Ríos, Daniel; Hermjakob, Henning; Vizcaíno, Juan Antonio; Jones, Andrew R

    2012-03-01

    We present a Java application programming interface (API), jmzIdentML, for the Human Proteome Organisation (HUPO) Proteomics Standards Initiative (PSI) mzIdentML standard for peptide and protein identification data. The API combines the power of Java Architecture of XML Binding (JAXB) and an XPath-based random-access indexer to allow a fast and efficient mapping of extensible markup language (XML) elements to Java objects. The internal references in the mzIdentML files are resolved in an on-demand manner, where the whole file is accessed as a random-access swap file, and only the relevant piece of XMLis selected for mapping to its corresponding Java object. The APIis highly efficient in its memory usage and can handle files of arbitrary sizes. The APIfollows the official release of the mzIdentML (version 1.1) specifications and is available in the public domain under a permissive licence at http://www.code.google.com/p/jmzidentml/. © 2012 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  5. Sequence alignment visualization in HTML5 without Java.

    PubMed

    Gille, Christoph; Birgit, Weyand; Gille, Andreas

    2014-01-01

    Java has been extensively used for the visualization of biological data in the web. However, the Java runtime environment is an additional layer of software with an own set of technical problems and security risks. HTML in its new version 5 provides features that for some tasks may render Java unnecessary. Alignment-To-HTML is the first HTML-based interactive visualization for annotated multiple sequence alignments. The server side script interpreter can perform all tasks like (i) sequence retrieval, (ii) alignment computation, (iii) rendering, (iv) identification of a homologous structural models and (v) communication with BioDAS-servers. The rendered alignment can be included in web pages and is displayed in all browsers on all platforms including touch screen tablets. The functionality of the user interface is similar to legacy Java applets and includes color schemes, highlighting of conserved and variable alignment positions, row reordering by drag and drop, interlinked 3D visualization and sequence groups. Novel features are (i) support for multiple overlapping residue annotations, such as chemical modifications, single nucleotide polymorphisms and mutations, (ii) mechanisms to quickly hide residue annotations, (iii) export to MS-Word and (iv) sequence icons. Alignment-To-HTML, the first interactive alignment visualization that runs in web browsers without additional software, confirms that to some extend HTML5 is already sufficient to display complex biological data. The low speed at which programs are executed in browsers is still the main obstacle. Nevertheless, we envision an increased use of HTML and JavaScript for interactive biological software. Under GPL at: http://www.bioinformatics.org/strap/toHTML/.

  6. Development of Pressure Swing Adsorption Technology for Spacesuit Carbon Dioxide and Humidity Removal

    NASA Technical Reports Server (NTRS)

    Papale, William; Paul, Heather; Thomas, Gretchen

    2006-01-01

    Metabolically produced carbon dioxide (CO2) removal in spacesuit applications has traditionally been accomplished utilizing non-regenerative Lithium Hydroxide (LiOH) canisters. In recent years, regenerative Metal Oxide (MetOx) has been developed to replace the Extravehicular Mobility Unity (EMU) LiOH canister for extravehicular activity (EVA) missions in micro-gravity, however, MetOx may carry a significant weight burden for potential use in future Lunar or planetary EVA exploration missions. Additionally, both of these methods of CO2 removal have a finite capacity sized for the particular mission profile. Metabolically produced water vapor removal in spacesuits has historically been accomplished by a condensing heat exchanger within the ventilation process loop of the suit life support system. Advancements in solid amine technology employed in a pressure swing adsorption system have led to the possibility of combining both the CO2 and humidity control requirements into a single, lightweight device. Because the pressure swing adsorption system is regenerated to space vacuum or by an inert purge stream, the duration of an EVA mission may be extended significantly over currently employed technologies, while markedly reducing the overall subsystem weight compared to the combined weight of the condensing heat exchanger and current regenerative CO2 removal technology. This paper will provide and overview of ongoing development efforts evaluating the subsystem size required to manage anticipated metabolic CO2 and water vapor generation rates in a spacesuit environment.

  7. Challenges of implementing intervention research in persons with dementia: example of a glider swing intervention.

    PubMed

    Snyder, M; Tseng, Y H; Brandt, C; Croghan, C; Hanson, S; Constantine, R; Kirby, L

    2001-01-01

    Intervention studies for persons with dementia present many challenges. This article describes challenges encountered in conducting a glider swing intervention study for persons with dementia and the strategies used to manage the problems encountered. The overall purpose of a quasi-experimental study was to explore the effects of a glider swing intervention on emotions, relaxation, and aggressive behaviors in nursing home residents with dementia. Suggestions for investigators conducting intervention studies for persons with dementia are provided.

  8. First geodetic measurement of convergence across the Java Trench

    NASA Technical Reports Server (NTRS)

    Tregoning, P.; Brunner, F. K.; Bock, Y.; Puntodewo, S. S. O.; Mccraffrey, R.; Genrich, J. F.; Calais, E.; Rais, J.; Subarya, C.

    1994-01-01

    Convergence across the Java Trench has been estimated for the first time, from annual Global Positioning System (GPS) measurements commencing in 1989. The directions of motion of Christmas and Cocos Island are within 1 deg of that predicted by the No-Net Rotation (NNR) NUVEL-1 plate motion model for the Australian plate although their rates are 25% and 37% less than predcited, respectively. The motion of West Java differs significantly from the NNR NUVEL-1 prediction for the Eurasian plate with a 1 deg difference in direction and a 40% increase in rate. We infer that either West Java moves with a distinct Southeast Asian plate or this region experiences plate margin deformation. The convergence of Christmas Island with respect to West Java is 67 +/- mm/yr in a direction N11 deg E +/- 4 deg which is orthogonal to the trench. The magnitude of convergence agrees well with rescaled NUVEL-1 relative plate model which predicts a value of 71 mm/yr between Australia and Eurasia. The direction of motion matches the direction inferred from earthquake slip vectors at the trench but may be more northerly than the N20 deg E +/- 3 deg predicted by NUVEL-1. On June 2, 1994, almost a year after the last GPS survey, an M(sub W) = 7.5 earthquake with slip vector direction N5 deg occurred south of central Java.

  9. Methods of and system for swing damping movement of suspended objects

    DOEpatents

    Jones, J.F.; Petterson, B.J.; Strip, D.R.

    1991-03-05

    A payload suspended from a gantry is swing damped in accordance with a control algorithm based on the periodic motion of the suspended mass or by servoing on the forces induced by the suspended mass. 13 figures.

  10. Kekule.js: An Open Source JavaScript Chemoinformatics Toolkit.

    PubMed

    Jiang, Chen; Jin, Xi; Dong, Ying; Chen, Ming

    2016-06-27

    Kekule.js is an open-source, object-oriented JavaScript toolkit for chemoinformatics. It provides methods for many common tasks in molecular informatics, including chemical data input/output (I/O), two- and three-dimensional (2D/3D) rendering of chemical structure, stereo identification, ring perception, structure comparison, and substructure search. Encapsulated widgets to display and edit chemical structures directly in web context are also supplied. Developed with web standards, the toolkit is ideal for building chemoinformatics applications over the Internet. Moreover, it is highly platform-independent and can also be used in desktop or mobile environments. Some initial applications, such as plugins for inputting chemical structures on the web and uses in chemistry education, have been developed based on the toolkit.

  11. Urbanization in Central Java and Yogyakarta.

    PubMed

    Soehartadji

    1980-06-01

    The author examines urbanization in the provinces of Central Java and Yogyakarta, Indonesia. Changes in the number and definition of rural and urban areas and in the proportion of the population living in these areas between 1930 and 1971 are analyzed. Causes of urbanization are then discussed, with attention to income levels, push and pull factors, and trade and communication. The study reveals that the rate of urbanization is comparatively low because economic conditions in the cities and towns of Central Java and Yogyakarta are less favorable than in the urban areas of other provinces, with the result that migrants tend to choose destinations in these other provinces.

  12. Method of interplanetary trajectory optimization for the spacecraft with low thrust and swing-bys

    NASA Astrophysics Data System (ADS)

    Konstantinov, M. S.; Thein, M.

    2017-07-01

    The method developed to avoid the complexity of solving the multipoint boundary value problem while optimizing interplanetary trajectories of the spacecraft with electric propulsion and a sequence of swing-bys is presented in the paper. This method is based on the use of the preliminary problem solutions for the impulsive trajectories. The preliminary problem analyzed at the first stage of the study is formulated so that the analysis and optimization of a particular flight path is considered as the unconstrained minimum in the space of the selectable parameters. The existing methods can effectively solve this problem and make it possible to identify rational flight paths (the sequence of swing-bys) to receive the initial approximation for the main characteristics of the flight path (dates, values of the hyperbolic excess velocity, etc.). These characteristics can be used to optimize the trajectory of the spacecraft with electric propulsion. The special feature of the work is the introduction of the second (intermediate) stage of the research. At this stage some characteristics of the analyzed flight path (e.g. dates of swing-bys) are fixed and the problem is formulated so that the trajectory of the spacecraft with electric propulsion is optimized on selected sites of the flight path. The end-to-end optimization is carried out at the third (final) stage of the research. The distinctive feature of this stage is the analysis of the full set of optimal conditions for the considered flight path. The analysis of the characteristics of the optimal flight trajectories to Jupiter with Earth, Venus and Mars swing-bys for the spacecraft with electric propulsion are presented. The paper shows that the spacecraft weighing more than 7150 kg can be delivered into the vicinity of Jupiter along the trajectory with two Earth swing-bys by use of the space transportation system based on the "Angara A5" rocket launcher, the chemical upper stage "KVTK" and the electric propulsion system

  13. Temperature Swing Adsorption Compressor Development

    NASA Technical Reports Server (NTRS)

    Finn, John E.; Mulloth, Lila M.; Affleck, Dave L.

    2001-01-01

    Closing the oxygen loop in an air revitalization system based on four-bed molecular sieve and Sabatier reactor technology requires a vacuum pump-compressor that can take the low-pressure CO, from the 4BMS and compress and store for use by a Sabatier reactor. NASA Ames Research Center proposed a solid-state temperature-swing adsorption (TSA) compressor that appears to meet performance requirements, be quiet and reliable, and consume less power than a comparable mechanical compressor/accumulator combination. Under this task, TSA compressor technology is being advanced through development of a complete prototype system. A liquid-cooled TSA compressor has been partially tested, and the rest of the system is being fabricated. An air-cooled TSA compressor is also being designed.

  14. Developmental Process Model for the Java Intelligent Tutoring System

    ERIC Educational Resources Information Center

    Sykes, Edward

    2007-01-01

    The Java Intelligent Tutoring System (JITS) was designed and developed to support the growing trend of Java programming around the world. JITS is an advanced web-based personalized tutoring system that is unique in several ways. Most programming Intelligent Tutoring Systems require the teacher to author problems with corresponding solutions. JITS,…

  15. PKU: high plasma phenylalanine concentrations are associated with increased prevalence of mood swings.

    PubMed

    Anjema, Karen; van Rijn, Margreet; Verkerk, Paul H; Burgerhof, Johannes G M; Heiner-Fokkema, M Rebecca; van Spronsen, Francjan J

    2011-11-01

    In phenylketonuria, knowledge about the relation between behavior and plasma phenylalanine is scarce. The aim of this study was to determine whether high phenylalanine is associated with disturbed behavior noticed by the patient and or close environment (parents or partners). 48 early treated PKU patients (median age 8.5, range 0-35 years) participated (median phenylalanine concentration in total sample 277 (range 89-1171) μmol/l; and in patients <12 years 238 (range 89-521) μmol/l). After sending blood samples, patients or close environment were interviewed with a standardized questionnaire whether they noticed hyperactivity, annoying behavior, mood swings and introvert or extravert behavior. The interviewer as well as the respondents were blinded with regard to the phenylalanine concentration. Patients reported less deviant behavior compared to close environment. Mood swings were positively associated with phenylalanine concentrations in the total group (P=0.039) and patients <12 years (P=0.042). The relationships between temporary high phenylalanine concentrations and hyperactivity, annoying behavior, introvert and extravert behavior were not statistically significant. there is a positive association between phenylalanine concentrations and mood swings. Copyright © 2011 Elsevier Inc. All rights reserved.

  16. The role of upper torso and pelvis rotation in driving performance during the golf swing.

    PubMed

    Myers, Joseph; Lephart, Scott; Tsai, Yung-Shen; Sell, Timothy; Smoliga, James; Jolly, John

    2008-01-15

    While the role of the upper torso and pelvis in driving performance is anecdotally appreciated by golf instructors, their actual biomechanical role is unclear. The aims of this study were to describe upper torso and pelvis rotation and velocity during the golf swing and determine their role in ball velocity. One hundred recreational golfers underwent a biomechanical golf swing analysis using their own driver. Upper torso and pelvic rotation and velocity, and torso-pelvic separation and velocity, were measured for each swing. Ball velocity was assessed with a golf launch monitor. Group differences (groups based on ball velocity) and moderate relationships (r > or = 0.50; P < 0.001) were observed between an increase in ball velocity and the following variables: increased torso-pelvic separation at the top of the swing, maximum torso-pelvic separation, maximum upper torso rotation velocity, upper torso rotational velocity at lead arm parallel and last 40 ms before impact, maximum torso-pelvic separation velocity and torso-pelvic separation velocity at both lead arm parallel and at the last 40 ms before impact. Torso-pelvic separation contributes to greater upper torso rotation velocity and torso-pelvic separation velocity during the downswing, ultimately contributing to greater ball velocity. Golf instructors can consider increasing ball velocity by maximizing separation between the upper torso and pelvis at the top of and initiation of the downswing.

  17. Architecture, Design, and Development of an HTML/JavaScript Web-Based Group Support System.

    ERIC Educational Resources Information Center

    Romano, Nicholas C., Jr.; Nunamaker, Jay F., Jr.; Briggs, Robert O.; Vogel, Douglas R.

    1998-01-01

    Examines the need for virtual workspaces and describes the architecture, design, and development of GroupSystems for the World Wide Web (GSWeb), an HTML/JavaScript Web-based Group Support System (GSS). GSWeb, an application interface similar to a Graphical User Interface (GUI), is currently used by teams around the world and relies on user…

  18. XAL Application Framework and Bricks GUI Builder

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pelaia II, Tom

    2007-01-01

    The XAL [1] Application Framework is a framework for rapidly developing document based Java applications with a common look and feel along with many built-in user interface behaviors. The Bricks GUI builder consists of a modern application and framework for rapidly building user interfaces in support of true Model-View-Controller (MVC) compliant Java applications. Bricks and the XAL Application Framework allow developers to rapidly create quality applications.

  19. Determination of the swing technique characteristics and performance outcome relationship in golf driving for low handicap female golfers.

    PubMed

    Brown, Susan J; Nevill, Alan M; Monk, Stuart A; Otto, Steve R; Selbie, W Scott; Wallace, Eric S

    2011-11-01

    Previous studies on the kinematics of the golf swing have mainly focused on group analysis of male golfers of a wide ability range. In the present study, we investigated gross body kinematics using a novel method of analysis for golf research for a group of low handicap female golfers to provide an understanding of their swing mechanics in relation to performance. Data were collected for the drive swings of 16 golfers using a 12-camera three-dimensional motion capture system and a stereoscopic launch monitor. Analysis of covariance identified three covariates (increased pelvis-thorax differential at the top of the backswing, increased pelvis translation during the backswing, and a decrease in absolute backswing time) as determinants of the variance in clubhead speed (adjusted r (2) = 0.965, P < 0.05). A significant correlation was found between left-hand grip strength and clubhead speed (r = 0.54, P < 0.05) and between handicap and clubhead speed (r = -0.612, P < 0.05). Flexibility measures showed some correlation with clubhead speed; both sitting flexibility tests gave positive correlations (clockwise: r = 0.522, P < 0.05; counterclockwise: r = 0.711, P < 0.01). The results suggest that there is no common driver swing technique for optimal performance in low handicap female golfers, and therefore consideration should be given to individual swing characteristics in future studies.

  20. Reusable Client-Side JavaScript Modules for Immersive Web-Based Real-Time Collaborative Neuroimage Visualization.

    PubMed

    Bernal-Rusiel, Jorge L; Rannou, Nicolas; Gollub, Randy L; Pieper, Steve; Murphy, Shawn; Robertson, Richard; Grant, Patricia E; Pienaar, Rudolph

    2017-01-01

    In this paper we present a web-based software solution to the problem of implementing real-time collaborative neuroimage visualization. In both clinical and research settings, simple and powerful access to imaging technologies across multiple devices is becoming increasingly useful. Prior technical solutions have used a server-side rendering and push-to-client model wherein only the server has the full image dataset. We propose a rich client solution in which each client has all the data and uses the Google Drive Realtime API for state synchronization. We have developed a small set of reusable client-side object-oriented JavaScript modules that make use of the XTK toolkit, a popular open-source JavaScript library also developed by our team, for the in-browser rendering and visualization of brain image volumes. Efficient realtime communication among the remote instances is achieved by using just a small JSON object, comprising a representation of the XTK image renderers' state, as the Google Drive Realtime collaborative data model. The developed open-source JavaScript modules have already been instantiated in a web-app called MedView , a distributed collaborative neuroimage visualization application that is delivered to the users over the web without requiring the installation of any extra software or browser plugin. This responsive application allows multiple physically distant physicians or researchers to cooperate in real time to reach a diagnosis or scientific conclusion. It also serves as a proof of concept for the capabilities of the presented technological solution.

  1. GIS learning tool for USA's tallest skyscrapers and their construction

    NASA Astrophysics Data System (ADS)

    Rajah Nagarajasetty, Kanaka Nethra

    Urban development in the twenty-first century takes many forms, but for many none quite so interesting as the skyscraper. With swelling cities and growing concerns about the environment, vertical living has become the preferred way of life for millions of people around the world. But just how these tall buildings are designed, constructed and operated remains a mystery to many--even to those who live in them. The motivation behind this application is to build an interactive and one-stop Geographic Information systems (GIS) learning tool that will help users learn about structural facts and geography of tallest skyscrapers around the metro cities of USA. For purpose of this application development, any building more than 700ft (213m) is considered as one of the tallest skyscrapers. The points displayed on USA map are the metro cities hosting these skyscrapers. When users click on cities, a brief description about the city along with a link to the top three skyscrapers is displayed. The links of the skyscrapers opens a HTML page that has a photo gallery, embedded video, facts, structural information etc., in a web browser. Map Objects Java Objects (MOJO), a set of Java API's provided by ESRI, is used to display a map of the United States of America and skyscrapers locations in the form of points. Along with MOJO, other technical languages used to develop this application are HTML5, CSS3, JavaScript and Java Swing.

  2. Honey bees (Apis mellifera ligustica) swing abdomen to dissipate residual flying energy landing on a wall

    NASA Astrophysics Data System (ADS)

    Zhao, Jieliang; Huang, He; Yan, Shaoze

    2017-03-01

    Whether for insects or for aircrafts, landing is one of the indispensable links in the verification of airworthiness safety. The mechanisms by which insects achieve a fast and stable landing remain unclear. An intriguing example is provided by honeybees (Apis mellifera ligustica), which use the swinging motion of their abdomen to dissipate residual flying energy and to achieve a smooth, stable, and quick landing. By using a high-speed camera, we observed that touchdown is initiated by honeybees extending their front legs or antennae and then landing softly on a wall. After touchdown, they swing the rest of their bodies until all flying energy is dissipated. We suggested a simplified model with mass-spring dampers for the body of the honeybee and revealed the mechanism of flying energy transfer and dissipation in detail. Results demonstrate that body translation and abdomen swinging help honeybees dissipate residual flying energy and orchestrate smooth landings. The initial kinetic energy of flying is transformed into the kinetic energy of the abdomen's rotary movement. Then, the kinetic energy of rotary movement is converted into thermal energy during the swinging cycle. This strategy provides more insight into the mechanism of insect flying, which further inspires better design on aerial vehicle with better landing performance.

  3. Add Java extensions to your wiki: Java applets can bring dynamic functionality to your wiki pages

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Scarberry, Randall E.

    Virtually everyone familiar with today’s world wide web has encountered the free online encyclopedia Wikipedia many times. What you may not know is that Wikipedia is driven by an excellent open-source product called MediaWiki which is available to anyone for free. This has led to a proliferation of wiki sites devoted to just about any topic one can imagine. Users of a wiki can add content -- all that is required of them is that they type in their additions into their web browsers using the simple markup language called wikitext. Even better, the developers of wikitext made it extensible.more » With a little server-side development of your own, you can add your own custom syntax. Users aware of your extensions can then utilize them on their wiki pages with a few simple keystrokes. These extensions can be custom decorations, formatting, web applications, and even instances of the venerable old Java applet. One example of a Java applet extension is the Jmol extension (REF), used to embed a 3-D molecular viewer. This article will walk you through the deployment of a fairly elaborate applet via a MediaWiki extension. By no means exhaustive -- an entire book would be required for that -- it will demonstrate how to give the applet resize handles using using a little Javascript and CSS coding and some popular Javascript libraries. It even describes how a user may customize the extension somewhat using a wiki template. Finally, it explains a rudimentary persistence mechanism which allows applets to save data directly to the wiki pages on which they reside.« less

  4. Electrical swing adsorption gas storage and delivery system

    DOEpatents

    Judkins, Roddie R.; Burchell, Timothy D.

    1999-01-01

    Systems and methods for electrical swing natural gas adsorption are described. An apparatus includes a pressure vessel; an electrically conductive gas adsorptive material located within the pressure vessel; and an electric power supply electrically connected to said adsorptive material. The adsorptive material can be a carbon fiber composite molecular sieve (CFCMS). The systems and methods provide advantages in that both a high energy density and a high ratio of delivered to stored gas are provided.

  5. Stance-phase force on the opposite limb dictates swing-phase afferent presynaptic inhibition during locomotion

    PubMed Central

    Hayes, Heather Brant; Chang, Young-Hui

    2012-01-01

    Presynaptic inhibition is a powerful mechanism for selectively and dynamically gating sensory inputs entering the spinal cord. We investigated how hindlimb mechanics influence presynaptic inhibition during locomotion using pioneering approaches in an in vitro spinal cord–hindlimb preparation. We recorded lumbar dorsal root potentials to measure primary afferent depolarization-mediated presynaptic inhibition and compared their dependence on hindlimb endpoint forces, motor output, and joint kinematics. We found that stance-phase force on the opposite limb, particularly at toe contact, strongly influenced the magnitude and timing of afferent presynaptic inhibition in the swinging limb. Presynaptic inhibition increased in proportion to opposite limb force, as well as locomotor frequency. This form of presynaptic inhibition binds the sensorimotor states of the two limbs, adjusting sensory inflow to the swing limb based on forces generated by the stance limb. Functionally, it may serve to adjust swing-phase sensory transmission based on locomotor task, speed, and step-to-step environmental perturbations. PMID:22442562

  6. The 17 July 2006 Tsunami earthquake in West Java, Indonesia

    USGS Publications Warehouse

    Mori, J.; Mooney, W.D.; Afnimar,; Kurniawan, S.; Anaya, A.I.; Widiyantoro, S.

    2007-01-01

    A tsunami earthquake (Mw = 7.7) occurred south of Java on 17 July 2006. The event produced relatively low levels of high-frequency radiation, and local felt reports indicated only weak shaking in Java. There was no ground motion damage from the earthquake, but there was extensive damage and loss of life from the tsunami along 250 km of the southern coasts of West Java and Central Java. An inspection of the area a few days after the earthquake showed extensive damage to wooden and unreinforced masonry buildings that were located within several hundred meters of the coast. Since there was no tsunami warning system in place, efforts to escape the large waves depended on how people reacted to the earthquake shaking, which was only weakly felt in the coastal areas. This experience emphasizes the need for adequate tsunami warning systems for the Indian Ocean region.

  7. 20. VIEW TO SOUTHEAST AT CENTERLINE (U37) WHERE SWING SPANS ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    20. VIEW TO SOUTHEAST AT CENTERLINE (U37) WHERE SWING SPANS MEET. PIVOT PIER 1N AT LEFT, PIVOT PIER 1S AT RIGHT. - George P. Coleman Memorial Bridge, Spanning York River at U.S. Route 17, Yorktown, York County, VA

  8. A remote patient monitoring system using a Java-enabled 3G mobile phone.

    PubMed

    Zhang, Pu; Kogure, Yuichi; Matsuoka, Hiroki; Akutagawa, Masatake; Kinouchi, Yohsuke; Zhang, Qinyu

    2007-01-01

    Telemedicine systems have become an important supporting for the medical staffs. As the development of the mobile phones, it is possible to apply the mobile phones to be a part of telemedicine systems. We developed an innovative Remote Patient Monitoring System using a Java-enabled 3G mobile phone. By using this system, doctors can monitor the vital biosignals of patients in ICU/CCU, such as ECG, RESP, SpO2, EtCO2 and so on by using the real-time waveform and data monitoring and list trend data monitoring functions of installed Java jiglet application on the mobile phone. Futhermore, doctors can check the patients' information by using the patient information checking function. The 3G mobile phone used has the ability to implement the application as the same time as being used to mak a voice call. Therefore, the doctor can get more and more information both from the browsing the screen of the mobile phone and the communicating with the medical staffs who are beside the patients and the monitors. The system can be conducted to evaluate the diagnostic accuracy, efficiency, and safety of telediagnosis.

  9. IQM: An Extensible and Portable Open Source Application for Image and Signal Analysis in Java

    PubMed Central

    Kainz, Philipp; Mayrhofer-Reinhartshuber, Michael; Ahammer, Helmut

    2015-01-01

    Image and signal analysis applications are substantial in scientific research. Both open source and commercial packages provide a wide range of functions for image and signal analysis, which are sometimes supported very well by the communities in the corresponding fields. Commercial software packages have the major drawback of being expensive and having undisclosed source code, which hampers extending the functionality if there is no plugin interface or similar option available. However, both variants cannot cover all possible use cases and sometimes custom developments are unavoidable, requiring open source applications. In this paper we describe IQM, a completely free, portable and open source (GNU GPLv3) image and signal analysis application written in pure Java. IQM does not depend on any natively installed libraries and is therefore runnable out-of-the-box. Currently, a continuously growing repertoire of 50 image and 16 signal analysis algorithms is provided. The modular functional architecture based on the three-tier model is described along the most important functionality. Extensibility is achieved using operator plugins, and the development of more complex workflows is provided by a Groovy script interface to the JVM. We demonstrate IQM’s image and signal processing capabilities in a proof-of-principle analysis and provide example implementations to illustrate the plugin framework and the scripting interface. IQM integrates with the popular ImageJ image processing software and is aiming at complementing functionality rather than competing with existing open source software. Machine learning can be integrated into more complex algorithms via the WEKA software package as well, enabling the development of transparent and robust methods for image and signal analysis. PMID:25612319

  10. IQM: an extensible and portable open source application for image and signal analysis in Java.

    PubMed

    Kainz, Philipp; Mayrhofer-Reinhartshuber, Michael; Ahammer, Helmut

    2015-01-01

    Image and signal analysis applications are substantial in scientific research. Both open source and commercial packages provide a wide range of functions for image and signal analysis, which are sometimes supported very well by the communities in the corresponding fields. Commercial software packages have the major drawback of being expensive and having undisclosed source code, which hampers extending the functionality if there is no plugin interface or similar option available. However, both variants cannot cover all possible use cases and sometimes custom developments are unavoidable, requiring open source applications. In this paper we describe IQM, a completely free, portable and open source (GNU GPLv3) image and signal analysis application written in pure Java. IQM does not depend on any natively installed libraries and is therefore runnable out-of-the-box. Currently, a continuously growing repertoire of 50 image and 16 signal analysis algorithms is provided. The modular functional architecture based on the three-tier model is described along the most important functionality. Extensibility is achieved using operator plugins, and the development of more complex workflows is provided by a Groovy script interface to the JVM. We demonstrate IQM's image and signal processing capabilities in a proof-of-principle analysis and provide example implementations to illustrate the plugin framework and the scripting interface. IQM integrates with the popular ImageJ image processing software and is aiming at complementing functionality rather than competing with existing open source software. Machine learning can be integrated into more complex algorithms via the WEKA software package as well, enabling the development of transparent and robust methods for image and signal analysis.

  11. Warm-up with weighted bat and adjustment of upper limb muscle activity in bat swinging under movement correction conditions.

    PubMed

    Ohta, Yoichi; Ishii, Yasumitsu; Ikudome, Sachi; Nakamoto, Hiroki

    2014-02-01

    The effects of weighted bat warm-up on adjustment of upper limb muscle activity were investigated during baseball bat swinging under dynamic conditions that require a spatial and temporal adjustment of the swinging to hit a moving target. Seven male college baseball players participated in this study. Using a batting simulator, the task was to swing the standard bat coincident with the arrival timing and position of a moving target after three warm-up swings using a standard or weighted bat. There was no significant effect of weighted bat warm-up on muscle activity before impact associated with temporal or spatial movement corrections. However, lower inhibition of the extensor carpi ulnaris muscle activity was observed in a velocity-changed condition in the weighted bat warm-up, as compared to a standard bat warm-up. It is suggested that weighted bat warm-up decreases the adjustment ability associated with inhibition of muscle activation under movement correction conditions.

  12. Performance Characterization and Simulation of Amine-Based Vacuum Swing Adsorption Units for Spacesuit Carbon Dioxide and Humidity Control

    NASA Technical Reports Server (NTRS)

    Swickrath, Michael J.; Watts,Carly; Anderson, Molly; McMillin, Summer; Boerman, Craig; Colunga, Aaron; Vogel, Matthew

    2011-01-01

    Controlling carbon dioxide (CO2) and water (H2O) concentrations in the vapor phase of a space suit is critical to ensuring an astronauts safety, comfortability, and capability to perform extra-vehicular activity (EVA) tasks. Historically, this has been accomplished using lithium hydroxide (LiOH) and metal oxides (MetOx). Lithium hydroxide is a consumable material and requires priming with water before it becomes effective at removing carbon dioxide. MetOx is regenerable through a power-intensive thermal cycle but is significantly heavier on a volume basis than LiOH. As an alternative, amine-based vacuum swing beds are under aggressive development for EVA applications which control atmospheric concentrations of both CO2 and H2O through a fully-regenerative process. The current concept, referred to as the rapid cycle amine (RCA), has resulted in numerous laboratory prototypes. Performance of these prototypes have been assessed and documented from experimental and theoretical perspectives. To support developmental efforts, a first principles model has also been established for the vacuum swing adsorption technology. The efforts documented herein summarize performance characterization and simulation results for several variable metabolic profiles subjected to the RCA. Furthermore, a variety of control methods are explored including timed swing cycles, instantaneous CO2 feedback control, and time-averaged CO2 feedback control. A variety of off-nominal tests are also explored including high/low suit temperatures, increasingly high humidity cases, and dynamic pressure cases simulating the suit pre-breathe protocol. Consequently, this work builds on efforts previous efforts to fully bound the performance of the rapid cycle amine under a variety of nominal and off-nominal conditions.

  13. Angular Impulse and Balance Regulation During the Golf Swing.

    PubMed

    Peterson, Travis J; Wilcox, Rand R; McNitt-Gray, Jill L

    2016-08-01

    Our aim was to determine how skilled players regulate linear and angular impulse while maintaining balance during the golf swing. Eleven highly-skilled golf players performed swings with a 6-iron and driver. Components contributing to linear and angular impulse generated by the rear and target legs (resultant horizontal reaction force [RFh], RFh-angle, and moment arm) were quantified and compared across the group and within a player (α = .05). Net angular impulse generated by both the rear and target legs was greater for the driver than the 6-iron. Mechanisms used to regulate angular impulse generation between clubs varied across players and required coordination between the legs. Increases in net angular impulse with a driver involved increases in target leg RFh. Rear leg RFh-angle was maintained between clubs whereas target leg RFh became more aligned with the target line. Net linear impulse perpendicular to the target line remained near zero, preserving balance, while net linear impulse along the target line decreased in magnitude. These results indicate that the net angular impulse was regulated between clubs by coordinating force generation of the rear and target legs while sustaining balance throughout the task.

  14. Motor abundance and control structure in the golf swing.

    PubMed

    Morrison, A; McGrath, D; Wallace, E S

    2016-04-01

    Variability and control structure are under-represented areas of golf swing research. This study investigated the use of the abundant degrees of freedom in the golf swing of high and intermediate skilled golfers using uncontrolled manifold (UCM) analysis. The variance parallel to (VUCM) and orthogonal to (VOrth) the UCM with respect to the orientation and location of the clubhead were calculated. The higher skilled golfers had proportionally higher values of VUCM than lower skilled players for all measured outcome variables. Motor synergy was found in the control of the orientation of the clubhead and the combined outcome variables but not for clubhead location. Clubhead location variance zeroed-in on impact as has been previously shown, whereas clubhead orientation variance increased near impact. Both skill levels increased their control over the clubhead location leading up to impact, with more control exerted over the clubhead orientation in the early downswing. The results suggest that to achieve higher skill levels in golf may not lie simply in optimal technique, but may lie more in developing control over the abundant degrees of freedom in the body. Copyright © 2016 Elsevier B.V. All rights reserved.

  15. LibKiSAO: a Java library for Querying KiSAO.

    PubMed

    Zhukova, Anna; Adams, Richard; Laibe, Camille; Le Novère, Nicolas

    2012-09-24

    The Kinetic Simulation Algorithm Ontology (KiSAO) supplies information about existing algorithms available for the simulation of Systems Biology models, their characteristics, parameters and inter-relationships. KiSAO enables the unambiguous identification of algorithms from simulation descriptions. Information about analogous methods having similar characteristics and about algorithm parameters incorporated into KiSAO is desirable for simulation tools. To retrieve this information programmatically an application programming interface (API) for KiSAO is needed. We developed libKiSAO, a Java library to enable querying of the KiSA Ontology. It implements methods to retrieve information about simulation algorithms stored in KiSAO, their characteristics and parameters, and methods to query the algorithm hierarchy and search for similar algorithms providing comparable results for the same simulation set-up. Using libKiSAO, simulation tools can make logical inferences based on this knowledge and choose the most appropriate algorithm to perform a simulation. LibKiSAO also enables simulation tools to handle a wider range of simulation descriptions by determining which of the available methods are similar and can be used instead of the one indicated in the simulation description if that one is not implemented. LibKiSAO enables Java applications to easily access information about simulation algorithms, their characteristics and parameters stored in the OWL-encoded Kinetic Simulation Algorithm Ontology. LibKiSAO can be used by simulation description editors and simulation tools to improve reproducibility of computational simulation tasks and facilitate model re-use.

  16. Estimation of Center of Mass Trajectory using Wearable Sensors during Golf Swing

    PubMed Central

    Najafi, Bijan; Lee-Eng, Jacqueline; Wrobel, James S.; Goebel, Ruben

    2015-01-01

    This study suggests a wearable sensor technology to estimate center of mass (CoM) trajectory during a golf swing. Groups of 3, 4, and 18 participants were recruited, respectively, for the purpose of three validation studies. Study 1 examined the accuracy of the system to estimate a 3D body segment angle compared to a camera-based motion analyzer (Vicon®). Study 2 assessed the accuracy of three simplified CoM trajectory models. Finally, Study 3 assessed the accuracy of the proposed CoM model during multiple golf swings. A relatively high agreement was observed between wearable sensors and the reference (Vicon®) for angle measurement (r > 0.99, random error <1.2° (1.5%) for anterior-posterior; <0.9° (2%) for medial-lateral; and <3.6° (2.5%) for internal-external direction). The two-link model yielded a better agreement with the reference system compared to one-link model (r > 0.93 v. r = 0.52, respectively). On the same note, the proposed two-link model estimated CoM trajectory during golf swing with relatively good accuracy (r > 0.9, A-P random error <1cm (7.7%) and <2cm (10.4%) for M-L). The proposed system appears to accurately quantify the kinematics of CoM trajectory as a surrogate of dynamic postural control during an athlete’s movement and its portability, makes it feasible to fit the competitive environment without restricting surface type. Key points This study demonstrates that wearable technology based on inertial sensors are accurate to estimate center of mass trajectory in complex athletic task (e.g., golf swing) This study suggests that two-link model of human body provides optimum tradeoff between accuracy and minimum number of sensor module for estimation of center of mass trajectory in particular during fast movements. Wearable technologies based on inertial sensors are viable option for assessing dynamic postural control in complex task outside of gait laboratory and constraints of cameras, surface, and base of support. PMID:25983585

  17. Estimation of Center of Mass Trajectory using Wearable Sensors during Golf Swing.

    PubMed

    Najafi, Bijan; Lee-Eng, Jacqueline; Wrobel, James S; Goebel, Ruben

    2015-06-01

    This study suggests a wearable sensor technology to estimate center of mass (CoM) trajectory during a golf swing. Groups of 3, 4, and 18 participants were recruited, respectively, for the purpose of three validation studies. Study 1 examined the accuracy of the system to estimate a 3D body segment angle compared to a camera-based motion analyzer (Vicon®). Study 2 assessed the accuracy of three simplified CoM trajectory models. Finally, Study 3 assessed the accuracy of the proposed CoM model during multiple golf swings. A relatively high agreement was observed between wearable sensors and the reference (Vicon®) for angle measurement (r > 0.99, random error <1.2° (1.5%) for anterior-posterior; <0.9° (2%) for medial-lateral; and <3.6° (2.5%) for internal-external direction). The two-link model yielded a better agreement with the reference system compared to one-link model (r > 0.93 v. r = 0.52, respectively). On the same note, the proposed two-link model estimated CoM trajectory during golf swing with relatively good accuracy (r > 0.9, A-P random error <1cm (7.7%) and <2cm (10.4%) for M-L). The proposed system appears to accurately quantify the kinematics of CoM trajectory as a surrogate of dynamic postural control during an athlete's movement and its portability, makes it feasible to fit the competitive environment without restricting surface type. Key pointsThis study demonstrates that wearable technology based on inertial sensors are accurate to estimate center of mass trajectory in complex athletic task (e.g., golf swing)This study suggests that two-link model of human body provides optimum tradeoff between accuracy and minimum number of sensor module for estimation of center of mass trajectory in particular during fast movements.Wearable technologies based on inertial sensors are viable option for assessing dynamic postural control in complex task outside of gait laboratory and constraints of cameras, surface, and base of support.

  18. 41. Reconstruction of roadway; view of swing span looking northwest ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    41. Reconstruction of roadway; view of swing span looking northwest from Bronx approach, showing new apron under construction-concrete foundation partly built. Note trolley in background and broken asphalt in roadway bed. December 15, 1925 photograph. - University Heights Bridge, Spanning Harlem River at 207th Street & West Harlem Road, New York County, NY

  19. Expert Baseball Batters Have Greater Sensitivity in Making Swing Decisions

    ERIC Educational Resources Information Center

    Gray, Rob

    2010-01-01

    This study used signal detection theory to conceptualize the problem a baseball batter faces when deciding whether or not to swing at a pitch. It examined the launch angle (LA) criteria used by expert (college players) and less experienced (recreational league players) batters using a baseball batting simulation. This study showed that, although…

  20. Back bias induced dynamic and steep subthreshold swing in junctionless transistors

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Parihar, Mukta Singh; Kranti, Abhinav, E-mail: akranti@iiti.ac.in

    In this work, we analyze back bias induced steep and dynamic subthreshold swing in junctionless double gate transistors operated in the asymmetric mode. This impact ionization induced dynamic subthreshold swing is explained in terms of the ratio between minimum hole concentration and peak electron concentration, and the dynamic change in the location of the conduction channel with applied front gate voltage. The reason for the occurrence of impact ionization at sub-bandgap drain voltages in silicon junctionless transistors is also accounted for. The optimum junctionless transistor operating at a back gate bias of −0.9 V, achieves over 5 orders of change inmore » drain current at a gate overdrive of 200 mV and drain bias of 1 V. These results for junctionless transistors are significantly better than those exhibited by silicon tunnel field effect transistors operating at the same drain bias.« less

  1. Negative pressures during swing phase in below-knee prostheses with rubber sleeve suspension.

    PubMed

    Chino, N; Pearson, J R; Cockrell, J L; Mikishko, H A; Koepke, G H

    1975-01-01

    Negative pressures in the small space between the distal stump and the below-knee prosthetic socket were measured during swing phase for a series of nine subjects. A molded rubber sleeve connecting the prosthesis and the thigh was found to enhance this effect so that suction suspension occurred during the entire swing phase. Deterioration of the suction occurred when the sleeve was intentionally pierced, and when other suspensions such as a suprapatellar cuff or thigh band were tested. The findings indicate that the total-contact socket, gel liner and elastic sleeve combine to create suction in the below-knee socket which improves overall comfort and function for the patient in using the prosthesis.

  2. Electrical swing adsorption gas storage and delivery system

    DOEpatents

    Judkins, R.R.; Burchell, T.D.

    1999-06-15

    Systems and methods for electrical swing natural gas adsorption are described. An apparatus includes a pressure vessel; an electrically conductive gas adsorptive material located within the pressure vessel; and an electric power supply electrically connected to said adsorptive material. The adsorptive material can be a carbon fiber composite molecular sieve (CFCMS). The systems and methods provide advantages in that both a high energy density and a high ratio of delivered to stored gas are provided. 5 figs.

  3. Use of XML and Java for collaborative petroleum reservoir modeling on the Internet

    NASA Astrophysics Data System (ADS)

    Victorine, John; Watney, W. Lynn; Bhattacharya, Saibal

    2005-11-01

    The GEMINI (Geo-Engineering Modeling through INternet Informatics) is a public-domain, web-based freeware that is made up of an integrated suite of 14 Java-based software tools to accomplish on-line, real-time geologic and engineering reservoir modeling. GEMINI facilitates distant collaborations for small company and academic clients, negotiating analyses of both single and multiple wells. The system operates on a single server and an enterprise database. External data sets must be uploaded into this database. Feedback from GEMINI users provided the impetus to develop Stand Alone Web Start Applications of GEMINI modules that reside in and operate from the user's PC. In this version, the GEMINI modules run as applets, which may reside in local user PCs, on the server, or Java Web Start. In this enhanced version, XML-based data handling procedures are used to access data from remote and local databases and save results for later access and analyses. The XML data handling process also integrates different stand-alone GEMINI modules enabling the user(s) to access multiple databases. It provides flexibility to the user to customize analytical approach, database location, and level of collaboration. An example integrated field-study using GEMINI modules and Stand Alone Web Start Applications is provided to demonstrate the versatile applicability of this freeware for cost-effective reservoir modeling.

  4. Use of XML and Java for collaborative petroleum reservoir modeling on the Internet

    USGS Publications Warehouse

    Victorine, J.; Watney, W.L.; Bhattacharya, S.

    2005-01-01

    The GEMINI (Geo-Engineering Modeling through INternet Informatics) is a public-domain, web-based freeware that is made up of an integrated suite of 14 Java-based software tools to accomplish on-line, real-time geologic and engineering reservoir modeling. GEMINI facilitates distant collaborations for small company and academic clients, negotiating analyses of both single and multiple wells. The system operates on a single server and an enterprise database. External data sets must be uploaded into this database. Feedback from GEMINI users provided the impetus to develop Stand Alone Web Start Applications of GEMINI modules that reside in and operate from the user's PC. In this version, the GEMINI modules run as applets, which may reside in local user PCs, on the server, or Java Web Start. In this enhanced version, XML-based data handling procedures are used to access data from remote and local databases and save results for later access and analyses. The XML data handling process also integrates different stand-alone GEMINI modules enabling the user(s) to access multiple databases. It provides flexibility to the user to customize analytical approach, database location, and level of collaboration. An example integrated field-study using GEMINI modules and Stand Alone Web Start Applications is provided to demonstrate the versatile applicability of this freeware for cost-effective reservoir modeling. ?? 2005 Elsevier Ltd. All rights reserved.

  5. Cardiovascular and Metabolic Demads of the Kettlebell Swing using Tabata Interval versus a Traditional Resistance Protocol

    PubMed Central

    FORTNER, HOWARD A.; SALGADO, JEANETTE M.; HOLMSTRUP, ANGELICA M.; HOLMSTRUP, MICHAEL E.

    2014-01-01

    Tabata (TAB) training, consisting of eight cycles of 20 seconds of maximal exercise followed by 10 seconds of rest, is time-efficient, with aerobic and anaerobic benefit. This study investigated the cardiovascular and metabolic demands of a TAB versus traditional (TRAD) resistance protocol with the kettlebell swing. Fourteen young (18–25y), non-obese (BMI 25.7±0.8 kg/m2) participants reported on three occasions. All testing incorporated measurements of HR, oxygen consumption, and blood lactate accumulation. Each participant completed Tabata kettlebell swings (male- 8kg, female- 4.5kg; 8 intervals; 20s maximal repetitions, 10s rest). On a subsequent visit (TRAD), the total swings from the TAB protocol were evenly divided into 4 sets, with 90s rest between sets. Outcome measures were compared using paired t-tests. The TAB was completed more quickly than the TRAD protocol (240.0±0.0 v. 521.5±3.3 sec, P<0.01), at a higher perceived exertion (Borg RPE; 15.1±0.7 v. 11.7±0.9, P<0.01). The TAB elicited a higher average VO2 value (33.1±1.5 v. 27.2±1.6 ml/kg/min, P<0.01), percent of VO2peak achieved (71.0±0.3 v. 58.4±0.3%, P<0.01), maximal HR (162.4±4.6 v. 145.6±4.8 bpm, P<0.01), and post-exercise blood lactate concentration (6.4±1.1 v. 3.7±0.5 mmol/L, P<0.01). Conclusion The kettlebell swing demonstrated significantly greater cardiovascular and metabolic responses within a TAB vs. TRAD framework. Appropriate screening and risk stratification are advised before implementing kettlebell swings. PMID:27182402

  6. Paintbrush of Discovery: Using Java Applets to Enhance Mathematics Education

    ERIC Educational Resources Information Center

    Eason, Ray; Heath, Garrett

    2004-01-01

    This article addresses the enhancement of the learning environment by using Java applets in the mathematics classroom. Currently, the first year mathematics program at the United States Military Academy involves one semester of modeling with discrete dynamical systems (DDS). Several faculty members from the Academy have integrated Java applets…

  7. The effects of additional arm weights on arm-swing magnitude and gait patterns in Parkinson's disease.

    PubMed

    Yoon, Jiyeon; Park, Jinse; Park, Kunbo; Jo, Geunyeol; Kim, Haeyu; Jang, Wooyoung; Kim, Ji Sun; Youn, Jinyoung; Oh, Eung Seok; Kim, Hee-Tae; Youm, Chang Hong

    2016-01-01

    Recently, arm facilitation has been interested in gait rehabilitation. However, there have been few studies concerning arm facilitation in patients with Parkinson's disease (PD). The aim of our study was to investigate the effect of increasing arm weights on gait pattern in patients with PD. Twenty-seven patients with PD were enrolled, and they underwent gait analysis using a three-dimensional motion capture system. Sandbags were applied to the distal forearms in all participants. We compared gait parameters including arm swing, pelvic motion, spatiotemporal data, and relative rotational angle between the weighted and unweighted gaits. The total arm-swing amplitude and pelvic rotation were significantly higher when walking with additional arm weights than without arm weights. Cadence, walking speed, stride length, and swing phase were significantly higher, whereas stride time, double-support time, and stance phase were significantly lower, when walking with additional arm weights than without arm weights. We conclude that adding weights to the arm during walking may facilitate arm and pelvic movements, which results in changes to gait patterns. The therapeutic use of additional arm weights could be considered for gait rehabilitation in PD to improve gait impairment. Arm-swing facilitation using weight load improved gait in Parkinson's disease. Copyright © 2015 International Federation of Clinical Neurophysiology. Published by Elsevier Ireland Ltd. All rights reserved.

  8. West Coast Swing Dancing as a Driven Harmonic Oscillator Model

    NASA Astrophysics Data System (ADS)

    Ferrara, Davon; Holzer, Marie; Kyere, Shirley

    The study of physics in sports not only provides valuable insight for improved athletic performance and injury prevention, but offers undergraduate students an opportunity to engage in both short- and long-term research efforts. In this project, conducted by two non-physics majors, we hypothesized that a driven harmonic oscillator model can be used to better understand the interaction between two west coast swing dancers since the stiffness of the physical connection between dance partners is a known factor in the dynamics of the dance. The hypothesis was tested by video analysis of two dancers performing a west coast swing basic, the sugar push, while changing the stiffness of the physical connection. The difference in stiffness of the connection from the ideal was estimated by the leader; the position with time data from the video was used to measure changes in the amplitude and phase difference between the leader and follower. While several aspects of our results agree with the proposed model, some key characteristics do not, possibly due to the follower relying on visual leads. Corresponding author and principal investigator.

  9. Quasi-stiffness of the knee joint in flexion and extension during the golf swing.

    PubMed

    Choi, Ahnryul; Sim, Taeyong; Mun, Joung Hwan

    2015-01-01

    Biomechanical understanding of the knee joint during a golf swing is essential to improve performance and prevent injury. In this study, we quantified the flexion/extension angle and moment as the primary knee movement, and evaluated quasi-stiffness represented by moment-angle coupling in the knee joint. Eighteen skilled and 23 unskilled golfers participated in this study. Six infrared cameras and two force platforms were used to record a swing motion. The anatomical angle and moment were calculated from kinematic and kinetic models, and quasi-stiffness of the knee joint was determined as an instantaneous slope of moment-angle curves. The lead knee of the skilled group had decreased resistance duration compared with the unskilled group (P < 0.05), and the resistance duration of the lead knee was lower than that of the trail knee in the skilled group (P < 0.01). The lead knee of the skilled golfers had greater flexible excursion duration than the trail knee of the skilled golfers, and of both the lead and trail knees of the unskilled golfers. These results provide critical information for preventing knee injuries during a golf swing and developing rehabilitation strategies following surgery.

  10. Sedimentary deposits study of the 2006 Java tsunami, in Pangandaran, West Java (preliminary result)

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Maemunah, Imun, E-mail: imun-m2001@yahoo.com; Institute Technology of Bandung; Suparka, Emmy, E-mail: emmy@gc.itb.ac.id

    The 2006 Java Earthquake (Mw 7.2) has generated a tsunami that reached Pangandaran coastal plain with 9.7 m above sea level height of wave. In 2014 we examined the tsunami deposit exposed in shallow trenches along a∼300 m at 5 transect from shoreline to inland on Karapyak and Madasari, Pangandaran. We documented stratigraphically and sedimentologically, the characteristics of Java Tsunami deposit on Karapyak and Madasari and compared both sediments. In local farmland a moderately-sorted, brown soil is buried by a poorly-sorted, grey, medium-grained sand-sheet. The tsunami deposit was distinguished from the underlying soil by a pronounced increase in grain size that becomesmore » finner upwards and landwards. Decreasing concentration of coarse size particles with distance toward inland are in agreement with grain size analysis. The thickest tsunami deposit is about 25 cm found at 84 m from shoreline in Madasari and about 15 cm found at 80 m from shoreline in Karapyak. The thickness of tsunami deposits in some transect become thinner landward but in some other transect lack a consistent suggested strongly affected by local topography. Tsunami deposits at Karapyak and Madasari show many similarities. Both deposits consist of coarse sand that sharply overlies a finer sandy soil. The presence mud drapes and other sedimentary structure like graded bedding, massive beds, mud clasts in many locations shows a dynamics process of tsunami waves. The imbrication coarse and shell fragments of the 2006 Java, tsunami deposits also provide information about the curent direction, allowing us to distinguish run up deposits from backwash deposits.« less

  11. Thermal swing reactor including a multi-flight auger

    DOEpatents

    Ermanoski, Ivan

    2017-03-07

    A thermal swing reactor including a multi-flight auger and methods for solar thermochemical reactions are disclosed. The reactor includes a multi-flight auger having different helix portions having different pitch. Embodiments of reactors include at least two distinct reactor portions between which there is at least a pressure differential. In embodiments, reactive particles are exchanged between portions during a reaction cycle to thermally reduce the particles at first conditions and oxidize the particles at second conditions to produce chemical work from heat.

  12. Biomechanical effect of altered lumbar lordosis on intervertebral lumbar joints during the golf swing: a simulation study.

    PubMed

    Bae, Tae Soo; Cho, Woong; Kim, Kwon Hee; Chae, Soo Won

    2014-11-01

    Although the lumbar spine region is the most common site of injury in golfers, little research has been done on intervertebral loads in relation to the anatomical-morphological differences in the region. This study aimed to examine the biomechanical effects of anatomical-morphological differences in the lumbar lordosis on the lumbar spinal joints during a golf swing. The golf swing motions of ten professional golfers were analyzed. Using a subject-specific 3D musculoskeletal system model, inverse dynamic analyses were performed to compare the intervertebral load, the load on the lumbar spine, and the load in each swing phase. In the intervertebral load, the value was the highest at the L5-S1 and gradually decreased toward the T12. In each lumbar spine model, the load value was the greatest on the kypholordosis (KPL) followed by normal lordosis (NRL), hypolordosis (HPL), and excessive lordosis (EXL) before the impact phase. However, results after the follow-through (FT) phase were shown in reverse order. Finally, the load in each swing phase was greatest during the FT phase in all the lumbar spine models. The findings can be utilized in the training and rehabilitation of golfers to help reduce the risk of injury by considering individual anatomical-morphological characteristics.

  13. Directly induced swing for closed loop control of electroslag remelting furnace

    DOEpatents

    Damkroger, Brian

    1998-01-01

    An apparatus and method for controlling an electroslag remelting furnace, imposing a periodic fluctuation on electrode drive speed and thereby generating a predictable voltage swing signal. The fluctuation is preferably done by imposition of a sine, square, or sawtooth wave on the drive dc offset signal.

  14. Reusable Client-Side JavaScript Modules for Immersive Web-Based Real-Time Collaborative Neuroimage Visualization

    PubMed Central

    Bernal-Rusiel, Jorge L.; Rannou, Nicolas; Gollub, Randy L.; Pieper, Steve; Murphy, Shawn; Robertson, Richard; Grant, Patricia E.; Pienaar, Rudolph

    2017-01-01

    In this paper we present a web-based software solution to the problem of implementing real-time collaborative neuroimage visualization. In both clinical and research settings, simple and powerful access to imaging technologies across multiple devices is becoming increasingly useful. Prior technical solutions have used a server-side rendering and push-to-client model wherein only the server has the full image dataset. We propose a rich client solution in which each client has all the data and uses the Google Drive Realtime API for state synchronization. We have developed a small set of reusable client-side object-oriented JavaScript modules that make use of the XTK toolkit, a popular open-source JavaScript library also developed by our team, for the in-browser rendering and visualization of brain image volumes. Efficient realtime communication among the remote instances is achieved by using just a small JSON object, comprising a representation of the XTK image renderers' state, as the Google Drive Realtime collaborative data model. The developed open-source JavaScript modules have already been instantiated in a web-app called MedView, a distributed collaborative neuroimage visualization application that is delivered to the users over the web without requiring the installation of any extra software or browser plugin. This responsive application allows multiple physically distant physicians or researchers to cooperate in real time to reach a diagnosis or scientific conclusion. It also serves as a proof of concept for the capabilities of the presented technological solution. PMID:28507515

  15. Absence of plague in certain mammals from Java and Kalimantan (Borneo).

    PubMed

    Van Peenen, P F; Joseph, S W; Cavanaugh, D C; Williams, J E; Luyster, L F; Saroso, J S

    1976-09-01

    Antibodies against plague were lacking in 237 wild mammal sera from Java and 103 from Kalimantan. Wild mammal spleens, 114 from Java and 18 from Kalimantan were negative for plague bacilli. A variety of mammalian species and areas was examined.

  16. Simulation of Pressure-swing Distillation for Separation of Ethyl Acetate-Ethanol-Water

    NASA Astrophysics Data System (ADS)

    Yang, Jing; Zhou, Menglin; Wang, Yujie; Zhang, Xi; Wu, Gang

    2017-12-01

    In the light of the azeotrope of ethyl acetate-ethanol-water, a process of pressure-swing distillation is proposed. The separation process is simulated by Aspen Plus, and the effects of theoretical stage number, reflux ratio and feed stage about the pressure-swing distillation are optimized. Some better process parameters are as follows: for ethyl acetate refining tower, the pressure is 500.0 kPa, theoretical stage number is 16, reflux ratio is 0.6, feed stage is 5; for crude ethanol tower, the pressure is 101.3 kPa, theoretical stage number is 15, reflux ratio is 0.3, feed stage is 4; for ethanol tower, the pressure is 101.3 kPa, theoretical stage number is 25, reflux ratio is 1.2, feed stage is 10. The mass fraction of ethyl acetate in the bottom of the ethyl acetate refining tower reaches 0.9990, the mass fraction of ethanol in the top of the ethanol tower tower reaches 0.9017, the mass fraction of water in the bottom of the ethanol tower tower reaches 0.9622, and there is also no ethyl acetate in the bottom of the ethanol tower. With laboratory tests, experimental results are in good agreement with the simulation results, which indicates that the separation of ethyl acetate ethanol water can be realized by the pressure-swing distillation separation process. Moreover, it has certain practical significance to industrial practice.

  17. Effects of the eccentricity of the primaries in powered Swing-By maneuvers

    NASA Astrophysics Data System (ADS)

    Ferreira, Alessandra F. S.; Prado, Antônio F. B. A.; Winter, Othon C.; Santos, Denilson P. S.

    2017-04-01

    The present paper studies the powered Swing-By maneuver when performed in an elliptical system of primaries. It means that there is a spacecraft travelling in a system governed by the gravity fields of two bodies that are in elliptical orbits around their center of mass. The paper particularly analyzes the effects of the parameters relative to the Swing-By (Vinf-,rp, ψ), the orbit of the secondary body around the primary one (e, ν) and the elements that specify the impulse applied (δV, α) to the spacecraft. The impulse is applied when the spacecraft passes by the periapsis of its orbit around the body, where it performs the Swing-By, with different magnitudes and directions. The inclusion of the orbital eccentricity of the primaries in this problem makes it closer to reality, considering that there are many known systems with eccentricities different from zero. In particular, there are several moons in the Solar System which orbits are not circular, as well as some smaller bodies, like the dwarf planet Haumea and its moons, which have eccentricities of 0.25 or even larger. The behavior of the energy variation of the spacecraft is shown in details, as well as the cases where captures and collisions occur. The results show the conditions that optimize this maneuver, according to some given parameters, and how much can be obtained in terms of gains or losses of energy using the best conditions found by the algorithm developed here.

  18. Safety and walking ability of KAFO users with the C-Brace® Orthotronic Mobility System, a new microprocessor stance and swing control orthosis.

    PubMed

    Pröbsting, Eva; Kannenberg, Andreas; Zacharias, Britta

    2017-02-01

    There are clear indications for benefits of stance control orthoses compared to locked knee ankle foot orthoses. However, stance control orthoses still have limited function compared with a sound human leg. The aim of this study was to evaluate the potential benefits of a microprocessor stance and swing control orthosis compared to stance control orthoses and locked knee ankle foot orthoses in activities of daily living. Survey of lower limb orthosis users before and after fitting of a microprocessor stance and swing control orthosis. Thirteen patients with various lower limb pareses completed a baseline survey for their current orthotic device (locked knee ankle foot orthosis or stance control orthosis) and a follow-up for the microprocessor stance and swing control orthosis with the Orthosis Evaluation Questionnaire, a new self-reported outcome measure devised by modifying the Prosthesis Evaluation Questionnaire for use in lower limb orthotics and the Activities of Daily Living Questionnaire. The Orthosis Evaluation Questionnaire results demonstrated significant improvements by microprocessor stance and swing control orthosis use in the total score and the domains of ambulation ( p = .001), paretic limb health ( p = .04), sounds ( p = .02), and well-being ( p = .01). Activities of Daily Living Questionnaire results showed significant improvements with the microprocessor stance and swing control orthosis with regard to perceived safety and difficulty of activities of daily living. The microprocessor stance and swing control orthosis may facilitate an easier, more physiological, and safer execution of many activities of daily living compared to traditional leg orthosis technologies. Clinical relevance This study compared patient-reported outcomes of a microprocessor stance and swing control orthosis (C-Brace) to those with traditional knee ankle foot orthosis and stance control orthosis devices. The C-Brace offers new functions including controlled

  19. Symbolic PathFinder: Symbolic Execution of Java Bytecode

    NASA Technical Reports Server (NTRS)

    Pasareanu, Corina S.; Rungta, Neha

    2010-01-01

    Symbolic Pathfinder (SPF) combines symbolic execution with model checking and constraint solving for automated test case generation and error detection in Java programs with unspecified inputs. In this tool, programs are executed on symbolic inputs representing multiple concrete inputs. Values of variables are represented as constraints generated from the analysis of Java bytecode. The constraints are solved using off-the shelf solvers to generate test inputs guaranteed to achieve complex coverage criteria. SPF has been used successfully at NASA, in academia, and in industry.

  20. Simulation and Optimization of Vacuum Swing Adsorption Units for Spacesuit Carbon Dioxide and Humidity Control

    NASA Technical Reports Server (NTRS)

    Swickrath, Michael J.; Anderson, Molly; McMillin, Summer; Broerman, Craig

    2010-01-01

    Controlling carbon dioxide (CO2) and humidity levels in a spacesuit is critical to ensuring both the safety and comfort of an astronaut during extra-vehicular activity (EVA). Traditionally, this has been accomplished utilizing non-regenerative lithium hydroxide (LiOH) or regenerative metal oxide (MetOx) canisters which pose a significant weight burden. Although such technology enables air revitalization, the volume requirements to store the waste canisters as well as the mass to transport multiple units become prohibitive as mission durations increase. Consequently, motivation exists toward developing a fully regenerative technology for environmental control. The application of solid amine materials with vacuum swing adsorption technology has shown the capacity to control CO2 and concomitantly manage humidity levels through a fully regenerative cycle eliminating mission constraints imposed with non-regenerative technologies. Experimental results for full-size and sub-scale test articles have been collected and are described herein. In order to accelerate the developmental efforts, an axially-dispersed plug ow model with an accompanying energy balance has been established and correlated with the experimental data. The experimental and simulation results display good agreement for a variety of ow rates (110-170 SLM), replicated metabolic challenges (100-590 Watts), and atmosphere pressures under consideration for the spacesuit (248 and 760 mm Hg). The relationship between swing adsorption cycles for an outlet criterion of 6.0 mm Hg of CO2 partial pressure has been established for each metabolic challenge. In addition, variable metabolic profiles were imposed on the test articles in order to assess the ability of the technology to transition to new operational constraints. The advent of the model provides the capacity to apply computer-aided engineering practices to support the ongoing efforts to optimize and mature this technology for future application to space

  1. Modelling of cayenne production in Central Java using ARIMA-GARCH

    NASA Astrophysics Data System (ADS)

    Tarno; Sudarno; Ispriyanti, Dwi; Suparti

    2018-05-01

    Some regencies/cities in Central Java Province are known as producers of horticultural crops in Indonesia, for example, Brebes which is the largest area of shallot producer in Central Java, while the others, such as Cilacap and Wonosobo are the areas of cayenne commodities production. Currently, cayenne is a strategic commodity and it has broad impact to Indonesian economic development. Modelling the cayenne production is necessary to predict about the commodity to meet the need for society. The needs fulfillment of society will affect stability of the concerned commodity price. Based on the reality, the decreasing of cayenne production will cause the increasing of society’s basic needs price, and finally it will affect the inflation level at that area. This research focused on autoregressive integrated moving average (ARIMA) modelling by considering the effect of autoregressive conditional heteroscedasticity (ARCH) to study about cayenne production in Central Java. The result of empirical study of ARIMA-GARCH modelling for cayenne production in Central Java from January 2003 to November 2015 is ARIMA([1,3],0,0)-GARCH(1,0) as the best model.

  2. The effect of biological movement variability on the performance of the golf swing in high- and low-handicapped players.

    PubMed

    Bradshaw, Elizabeth J; Keogh, Justin W L; Hume, Patria A; Maulder, Peter S; Nortje, Jacques; Marnewick, Michel

    2009-06-01

    The purpose of this study was to examine the role of neuromotor noise on golf swing performance in high- and low-handicap players. Selected two-dimensional kinematic measures of 20 male golfers (n=10 per high- or low-handicap group) performing 10 golf swings with a 5-iron club was obtained through video analysis. Neuromotor noise was calculated by deducting the standard error of the measurement from the coefficient of variation obtained from intra-individual analysis. Statistical methods included linear regression analysis and one-way analysis of variance using SPSS. Absolute invariance in the key technical positions (e.g., at the top of the backswing) of the golf swing appears to be a more favorable technique for skilled performance.

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

    PubMed Central

    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/. PMID:25653836

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

    PubMed

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

  5. The Effect of Biological Movement Variability on the Performance of the Golf Swing in High- and Low-Handicapped Players

    ERIC Educational Resources Information Center

    Bradshaw, Elizabeth J.; Keogh, Justin W. L.; Hume, Patria A.; Maulder, Peter S.; Nortje, Jacques; Marnewick, Michel

    2009-01-01

    The purpose of this study was to examine the role of neuromotor noise on golf swing performance in high- and low-handicap players. Selected two-dimensional kinematic measures of 20 male golfers (n = 10 per high- or low-handicap group) performing 10 golf swings with a 5-iron club was obtained through video analysis. Neuromotor noise was calculated…

  6. A Geostationary Earth Orbit Satellite Model Using Easy Java Simulation

    ERIC Educational Resources Information Center

    Wee, Loo Kang; Goh, Giam Hwee

    2013-01-01

    We develop an Easy Java Simulation (EJS) model for students to visualize geostationary orbits near Earth, modelled using a Java 3D implementation of the EJS 3D library. The simplified physics model is described and simulated using a simple constant angular velocity equation. We discuss four computer model design ideas: (1) a simple and realistic…

  7. Performance Characterization and Simulation of Amine-Based Vacuum Swing Sorption Units for Spacesuit Carbon Dioxide and Humidity Control

    NASA Technical Reports Server (NTRS)

    Swickrath, Michael J.; Watts, Carly; Anderson, Molly; McMillin, Summer; Broerman, Craig; Colunga, Aaron; Vogel, Matthew

    2012-01-01

    Controlling carbon dioxide (CO2) and water (H2O) vapor concentrations in a space suit is critical to ensuring an astronauts safety, comfort, and capability to perform extra-vehicular activity (EVA) tasks. Historically, this has been accomplished using lithium hydroxide (LiOH) and metal oxide (MetOx) canisters. Lithium hydroxide is a consumable material that requires priming with water before it becomes effective at removing carbon dioxide. MetOx is regenerable through a power-intensive thermal cycle but is significantly heavier on a volume basis than LiOH. As an alternative, amine-based vacuum swing beds are under aggressive development for EVA applications. The vacuum swing units control atmospheric concentrations of both CO2 and H2O through fully-regenerative process. The current concept, referred to as the rapid cycle amine (RCA), has resulted in numerous laboratory prototypes. Performance of these prototypes have been assessed experimentally and documented in previous reports. To support developmental e orts, a first principles model has also been established for the vacuum swing sorption technology. For the first time in several decades, a major re-design of Portable Life Support System (PLSS) for the extra-vehicular mobility unit (EMU) is underway. NASA at Johnson Space Center built and tested an integrated PLSS test bed of all subsystems under a variety of simulated EVA conditions of which the RCA prototype played a significant role. The efforts documented herein summarize RCA test performance and simulation results for single and variable metabolic rate experiments in an integrated context. In addition, a variety of off-nominal tests were performed to assess the capability of the RCA to function under challenging circumstances. Tests included high water production experiments, degraded vacuum regeneration, and deliberate valve/power failure and recovery.

  8. Electromyography variables during the golf swing: a literature review.

    PubMed

    Marta, Sérgio; Silva, Luís; Castro, Maria António; Pezarat-Correia, Pedro; Cabri, Jan

    2012-12-01

    The aim of the study was to review systematically the literature available on electromyographic (EMG) variables of the golf swing. From the 19 studies found, a high variety of EMG methodologies were reported. With respect to EMG intensity, the right erector spinae seems to be highly activated, especially during the acceleration phase, whereas the oblique abdominal muscles showed moderate to low levels of activation. The pectoralis major, subscapularis and latissimus dorsi muscles of both sides showed their peak activity during the acceleration phase. High muscle activity was found in the forearm muscles, especially in the wrist flexor muscles demonstrating activity levels above the maximal voluntary contraction. In the lower limb higher muscle activity of the trail side was found. There is no consensus on the influence of the golf club used on the neuromuscular patterns described. Furthermore, there is a lack of studies on average golf players, since most studies were executed on professional or low handicap golfers. Further EMG studies are needed, especially on lower limb muscles, to describe golf swing muscle activation patterns and to evaluate timing parameters to characterize neuromuscular patterns responsible for an efficient movement with lowest risk for injury. Copyright © 2012 Elsevier Ltd. All rights reserved.

  9. Swinging atwood machine. Far- and near-resonance region

    NASA Astrophysics Data System (ADS)

    Roy Chowdhury, A.; Debnath, M.

    1988-11-01

    The swinging Atwood machine, a prototype nonlinear dynamical system, is analyzed following an idea of Bogoliubov and Mitropolsky. A series solution is found for the radial and angular displacement as functions of time. The analysis is repeated in the resonance case, when the frequency of the driving force maintains a fixed ratio to that of the free motion. The condition of resonance requires the mass ratio μ to be equal to 2 j 2-1, where j is an integer not equal to one.

  10. The state of the Java universe

    ScienceCinema

    Gosling, James

    2018-05-22

    Speaker Bio: James Gosling received a B.Sc. in computer science from the University of Calgary, Canada in 1977. He received a Ph.D. in computer science from Carnegie-Mellon University in 1983. The title of his thesis was The Algebraic Manipulation of Constraints. He has built satellite data acquisition systems, a multiprocessor version of UNIX®, several compilers, mail systems, and window managers. He has also built a WYSIWYG text editor, a constraint-based drawing editor, and a text editor called Emacs, for UNIX systems. At Sun his early activity was as lead engineer of the NeWS window system. He did the original design of the Java programming language and implemented its original compiler and virtual machine. He has recently been a contributor to the Real-Time Specification for Java.

  11. Development of a Long-Range Gliding Underwater Vehicle Utilizing Java Sun SPOT Technology

    DTIC Science & Technology

    2008-09-01

    release; distribution is unlimited DEVELOPMENT OF A LONG-RANGE GLIDING UNMANNED UNDERWATER VEHICLE UTILIZING JAVA SUN SPOT TECHNOLOGY by...TYPE AND DATES COVERED Master’s Thesis 4. TITLE AND SUBTITLE: Development of a Long-Range Gliding Underwater Vehicle Utilizing Java Sun SPOT...vehicle. Further work is needed to demonstrate the efficiency and effectiveness of this design. 15. NUMBER OF PAGES 117 14. SUBJECT TERMS Java

  12. Directly induced swing for closed loop control of electroslag remelting furnace

    DOEpatents

    Damkroger, B.

    1998-04-07

    An apparatus and method are disclosed for controlling an electroslag remelting furnace, imposing a periodic fluctuation on electrode drive speed and thereby generating a predictable voltage swing signal. The fluctuation is preferably done by imposition of a sine, square, or sawtooth wave on the drive dc offset signal. 8 figs.

  13. A knowledge discovery object model API for Java

    PubMed Central

    Zuyderduyn, Scott D; Jones, Steven JM

    2003-01-01

    Background Biological data resources have become heterogeneous and derive from multiple sources. This introduces challenges in the management and utilization of this data in software development. Although efforts are underway to create a standard format for the transmission and storage of biological data, this objective has yet to be fully realized. Results This work describes an application programming interface (API) that provides a framework for developing an effective biological knowledge ontology for Java-based software projects. The API provides a robust framework for the data acquisition and management needs of an ontology implementation. In addition, the API contains classes to assist in creating GUIs to represent this data visually. Conclusions The Knowledge Discovery Object Model (KDOM) API is particularly useful for medium to large applications, or for a number of smaller software projects with common characteristics or objectives. KDOM can be coupled effectively with other biologically relevant APIs and classes. Source code, libraries, documentation and examples are available at . PMID:14583100

  14. JAVA CLASSES FOR NONPROCEDURAL VARIOGRAM MONITORING. JOURNAL OF COMPUTERS AND GEOSCIENCE

    EPA Science Inventory

    NRMRL-ADA-00229 Faulkner*, B.P. Java Classes for Nonprocedural Variogram Monitoring. Journal of Computers and Geosciences ( Elsevier Science, Ltd.) 28:387-397 (2002). EPA/600/J-02/235. A set of Java classes was written for variogram modeling to support research for US EPA's Reg...

  15. Restoration of gait for spinal cord injury patients using HAL with intention estimator for preferable swing speed.

    PubMed

    Tsukahara, Atsushi; Hasegawa, Yasuhisa; Eguchi, Kiyoshi; Sankai, Yoshiyuki

    2015-03-01

    This paper proposes a novel gait intention estimator for an exoskeleton-wearer who needs gait support owing to walking impairment. The gait intention estimator not only detects the intention related to the start of the swing leg based on the behavior of the center of ground reaction force (CoGRF), but also infers the swing speed depending on the walking velocity. The preliminary experiments categorized into two stages were performed on a mannequin equipped with the exoskeleton robot [Hybrid Assistive Limb: (HAL)] including the proposed estimator. The first experiment verified that the gait support system allowed the mannequin to walk properly and safely. In the second experiment, we confirmed the differences in gait characteristics attributed to the presence or absence of the proposed swing speed profile. As a feasibility study, we evaluated the walking capability of a severe spinal cord injury patient supported by the system during a 10-m walk test. The results showed that the system enabled the patient to accomplish a symmetrical walk from both spatial and temporal standpoints while adjusting the speed of the swing leg. Furthermore, the critical differences of gait between our system and a knee-ankle-foot orthosis were obtained from the CoGRF distribution and the walking time. Through the tests, we demonstrated the effectiveness and practical feasibility of the gait support algorithms.

  16. Shallow Depth Study Using Gravity & Magnetics Data in Central Java - Yogyakarta

    NASA Astrophysics Data System (ADS)

    Fawzy Ismullah M, Muhammad; Altin Massinai, Muhammad; Maria

    2018-03-01

    Gravity and magnetics measurements carried out in Karangsambung - Bayat - Wonosari track, Central Java - Yogyakarta region as much as 34 points for subsurface identification. Modeling and interpretation using both data at 3 sections. Section A lies on Karangsambung area and reach to 1900 m. Section A showed formation of 0.000001 - 0.0014 nT and 2.00 - 2.80 g/cm3 like alluvium, basalt and tuff. Section B lies on Wates - Yogyakarta area and reach to 1700 m. Section B showed formation of (-0.01) - 0.02 nT and 2.40 - 3.00 g/cm3 like andesite intrusive and Merapi volcano sediments. Section C lies on Bayat - Wonosari area and reach to 2000 m. Section C showed formation of 0.00016 - 0.0005 nT and 2.30 - 3.14 g/cm3 like limestone, tuff and diorite intrusive. Based on modeling results from 2D structure inversion method can identify the formation of sediments from volcano activity on Karangsambung - Bayat - Wonosari track, Central Java - Yogyakarta region. The method of this study shows potential application for identify the formation of volcano activity from 2D structure.

  17. Java PathExplorer: A Runtime Verification Tool

    NASA Technical Reports Server (NTRS)

    Havelund, Klaus; Rosu, Grigore; Clancy, Daniel (Technical Monitor)

    2001-01-01

    We describe recent work on designing an environment called Java PathExplorer for monitoring the execution of Java programs. This environment facilitates the testing of execution traces against high level specifications, including temporal logic formulae. In addition, it contains algorithms for detecting classical error patterns in concurrent programs, such as deadlocks and data races. An initial prototype of the tool has been applied to the executive module of the planetary Rover K9, developed at NASA Ames. In this paper we describe the background and motivation for the development of this tool, including comments on how it relates to formal methods tools as well as to traditional testing, and we then present the tool itself.

  18. Movement variability in the golf swing of male and female skilled golfers.

    PubMed

    Horan, Sean A; Evans, Kerrie; Kavanagh, Justin J

    2011-08-01

    Despite the complexity of movement, the swings of skilled golfers are considered to be highly consistent. Interestingly, no direct investigation of movement variability or coupling variability during the swings of skilled golfers has occurred. To determine whether differences in movement variability exist between male and female skilled golfers during the downswing of the full golf swing. Three-dimensional thorax, pelvis, hand, and clubhead data were collected from 19 male (mean ± SD: age = 26 ± 7 yr) and 19 female (age = 25 ± 7 yr) skilled golfers. Variability of segmental movement and clubhead trajectory were examined at three phases of the downswing using discrete (SD) and continuous analyses (spanning set), whereas variability of intersegment coupling was examined using average coefficient of correspondence. Compared with males, females exhibited higher thorax and pelvis variability for axial rotation at the midpoint of the downswing and ball contact (BC). Similarly, thorax-pelvis coupling variability was higher for females than males at both the midpoint of the downswing and BC. Regardless of thorax and pelvis motion, the variability of hand and clubhead trajectory sequentially decreased from the top of the backswing to BC for both males and females. Male and female skilled golfers use different upper body movement strategies during the downswing while achieving similarly low levels of clubhead trajectory variability at BC. It is apparent that the priority of skilled golfers is to progressively minimize hand and clubhead trajectory variability toward BC, despite the individual motion or coupling of the thorax and pelvis.

  19. EpitopeViewer: a Java application for the visualization and analysis of immune epitopes in the Immune Epitope Database and Analysis Resource (IEDB).

    PubMed

    Beaver, John E; Bourne, Philip E; Ponomarenko, Julia V

    2007-02-21

    Structural information about epitopes, particularly the three-dimensional (3D) structures of antigens in complex with immune receptors, presents a valuable source of data for immunology. This information is available in the Protein Data Bank (PDB) and provided in curated form by the Immune Epitope Database and Analysis Resource (IEDB). With continued growth in these data and the importance in understanding molecular level interactions of immunological interest there is a need for new specialized molecular visualization and analysis tools. The EpitopeViewer is a platform-independent Java application for the visualization of the three-dimensional structure and sequence of epitopes and analyses of their interactions with antigen-specific receptors of the immune system (antibodies, T cell receptors and MHC molecules). The viewer renders both 3D views and two-dimensional plots of intermolecular interactions between the antigen and receptor(s) by reading curated data from the IEDB and/or calculated on-the-fly from atom coordinates from the PDB. The 3D views and associated interactions can be saved for future use and publication. The EpitopeViewer can be accessed from the IEDB Web site http://www.immuneepitope.org through the quick link 'Browse Records by 3D Structure.' The EpitopeViewer is designed and been tested for use by immunologists with little or no training in molecular graphics. The EpitopeViewer can be launched from most popular Web browsers without user intervention. A Java Runtime Environment (RJE) 1.4.2 or higher is required.

  20. Enhanced arm swing alters interlimb coordination during overground walking in individuals with traumatic brain injury.

    PubMed

    Ustinova, Ksenia I; Langenderfer, Joseph E; Balendra, Nilanthy

    2017-04-01

    The current study investigated interlimb coordination in individuals with traumatic brain injury (TBI) during overground walking. The study involved 10 participants with coordination, balance, and gait abnormalities post-TBI, as well as 10 sex- and age-matched healthy control individuals. Participants walked 12m under two experimental conditions: 1) at self-selected comfortable walking speeds; and 2) with instructions to increase the amplitude and out-of-phase coordination of arm swinging. The gait was assessed with a set of spatiotemporal and kinematic parameters including the gait velocity, step length and width, double support time, lateral displacement of the center of mass, the amplitude of horizontal trunk rotation, and angular motions at shoulder and hip joints in sagittal plane. Interlimb coordination (coupling) was analyzed as the relative phase angles between the left and right shoulders, hips, and contralateral shoulders and hips, with an ideal out-of-phase coupling of 180° and ideal in-phase coupling of 0°. The TBI group showed much less interlimb coupling of the above pairs of joint motions than the control group. When participants were required to increase and synchronize arm swinging, coupling between shoulder and hip motions was significantly improved in both groups. Enhanced arm swinging was associated with greater hip and shoulder motion amplitudes, and greater step length. No other significant changes in spatiotemporal or kinematic gait characteristics were found in either group. The results suggest that arm swinging may be a gait parameter that, if controlled properly, can improve interlimb coordination during overground walking in patients with TBI. Copyright © 2017 Elsevier B.V. All rights reserved.

  1. Looking to Learn: The Effects of Visual Guidance on Observational Learning of the Golf Swing.

    PubMed

    D'Innocenzo, Giorgia; Gonzalez, Claudia C; Williams, A Mark; Bishop, Daniel T

    2016-01-01

    Skilled performers exhibit more efficient gaze patterns than less-skilled counterparts do and they look more frequently at task-relevant regions than at superfluous ones. We examine whether we may guide novices' gaze towards relevant regions during action observation in order to facilitate their learning of a complex motor skill. In a Pre-test-Post-test examination of changes in their execution of the full golf swing, 21 novices viewed one of three videos at intervention: i) a skilled golfer performing 10 swings (Free Viewing, FV); ii) the same video with transient colour cues superimposed to highlight key features of the setup (Visual Guidance; VG); iii) or a History of Golf video (Control). Participants in the visual guidance group spent significantly more time looking at cued areas than did the other two groups, a phenomenon that persisted after the cues had been removed. Moreover, the visual guidance group improved their swing execution at Post-test and on a Retention test one week later. Our results suggest that visual guidance to cued areas during observational learning of complex motor skills may accelerate acquisition of the skill.

  2. Looking to Learn: The Effects of Visual Guidance on Observational Learning of the Golf Swing

    PubMed Central

    Gonzalez, Claudia C.; Williams, A. Mark

    2016-01-01

    Skilled performers exhibit more efficient gaze patterns than less-skilled counterparts do and they look more frequently at task-relevant regions than at superfluous ones. We examine whether we may guide novices’ gaze towards relevant regions during action observation in order to facilitate their learning of a complex motor skill. In a Pre-test-Post-test examination of changes in their execution of the full golf swing, 21 novices viewed one of three videos at intervention: i) a skilled golfer performing 10 swings (Free Viewing, FV); ii) the same video with transient colour cues superimposed to highlight key features of the setup (Visual Guidance; VG); iii) or a History of Golf video (Control). Participants in the visual guidance group spent significantly more time looking at cued areas than did the other two groups, a phenomenon that persisted after the cues had been removed. Moreover, the visual guidance group improved their swing execution at Post-test and on a Retention test one week later. Our results suggest that visual guidance to cued areas during observational learning of complex motor skills may accelerate acquisition of the skill. PMID:27224057

  3. The X-Factor: an evaluation of common methods used to analyse major inter-segment kinematics during the golf swing.

    PubMed

    Brown, Susan J; Selbie, W Scott; Wallace, Eric S

    2013-01-01

    A common biomechanical feature of a golf swing, described in various ways in the literature, is the interaction between the thorax and pelvis, often termed the X-Factor. There is no consistent method used within golf biomechanics literature however to calculate these segment interactions. The purpose of this study was to examine X-factor data calculated using three reported methods in order to determine the similarity or otherwise of the data calculated using each method. A twelve-camera three-dimensional motion capture system was used to capture the driver swings of 19 participants and a subject specific three-dimensional biomechanical model was created with the position and orientation of each model estimated using a global optimisation algorithm. Comparison of the X-Factor methods showed significant differences for events during the swing (P < 0.05). Data for each kinematic measure were derived as a times series for all three methods and regression analysis of these data showed that whilst one method could be successfully mapped to another, the mappings between methods are subject dependent (P <0.05). Findings suggest that a consistent methodology considering the X-Factor from a joint angle approach is most insightful in describing a golf swing.

  4. Review of subduction and its association with geothermal system in Sumatera-Java

    NASA Astrophysics Data System (ADS)

    Ladiba, A. F.; Putriyana, L.; Sibarani, B. br.; Soekarno, H.

    2017-12-01

    Java and Sumatera have the largest geothermal resources in Indonesia, in which mostly are spatially associated with volcanoes of subduction zones. However, those volcanoes are not distributed in a regular pattern due to the difference of subduction position. Subduction position in java is relatively more perpendicular to the trench than in Sumatera. In addition, Java has a concentration of large productive geothermal field with vapour dominated system in the western part of Java, which may be caused by the various subduction dip along the island. In order to understand the relationship between the subduction process and geothermal system in the subduction zone volcanoes, we examined several kinematic parameters of subduction that potentially relevant to the formation of geothermal system in overriding plate such as slab dip, subduction rate, and direction of subduction. Data and information regarding tectonic setting of Sumatera and Java and productive geothermal field in Sumatera and Java have been collected and evaluated. In conclusion, there are three condition that caused the geothermal fluid to be more likely being in vapour phase, which are: the subduction is in an orthogonal position, the slab dip is high, and rate of subduction is high. Although there are plenty researches of subduction zone volcanoes, only a few of them present information about its formation and implication to the geothermal system. The result of this study may be used as reference in exploration of geothermal field in mutual geologic environment.

  5. Safety and walking ability of KAFO users with the C-Brace® Orthotronic Mobility System, a new microprocessor stance and swing control orthosis

    PubMed Central

    Pröbsting, Eva; Kannenberg, Andreas; Zacharias, Britta

    2016-01-01

    Background: There are clear indications for benefits of stance control orthoses compared to locked knee ankle foot orthoses. However, stance control orthoses still have limited function compared with a sound human leg. Objectives: The aim of this study was to evaluate the potential benefits of a microprocessor stance and swing control orthosis compared to stance control orthoses and locked knee ankle foot orthoses in activities of daily living. Study design: Survey of lower limb orthosis users before and after fitting of a microprocessor stance and swing control orthosis. Methods: Thirteen patients with various lower limb pareses completed a baseline survey for their current orthotic device (locked knee ankle foot orthosis or stance control orthosis) and a follow-up for the microprocessor stance and swing control orthosis with the Orthosis Evaluation Questionnaire, a new self-reported outcome measure devised by modifying the Prosthesis Evaluation Questionnaire for use in lower limb orthotics and the Activities of Daily Living Questionnaire. Results: The Orthosis Evaluation Questionnaire results demonstrated significant improvements by microprocessor stance and swing control orthosis use in the total score and the domains of ambulation (p = .001), paretic limb health (p = .04), sounds (p = .02), and well-being (p = .01). Activities of Daily Living Questionnaire results showed significant improvements with the microprocessor stance and swing control orthosis with regard to perceived safety and difficulty of activities of daily living. Conclusion: The microprocessor stance and swing control orthosis may facilitate an easier, more physiological, and safer execution of many activities of daily living compared to traditional leg orthosis technologies. Clinical relevance This study compared patient-reported outcomes of a microprocessor stance and swing control orthosis (C-Brace) to those with traditional knee ankle foot orthosis and stance control orthosis

  6. Rocking the Boat: Damage to Eelgrass by Swinging Boat Moorings.

    PubMed

    Unsworth, Richard K F; Williams, Beth; Jones, Benjamin L; Cullen-Unsworth, Leanne C

    2017-01-01

    Seagrass meadows commonly reside in shallow sheltered embayments typical of the locations that provide an attractive option for mooring boats. Given the potential for boat moorings to result in disturbance to the seabed due to repeated physical impact, these moorings may present a significant threat to seagrass meadows. The seagrass Zostera marina (known as eelgrass) is extensive across the northern hemisphere, forming critical fisheries habitat and creating efficient long-term stores of carbon in sediments. Although boat moorings have been documented to impact seagrasses, studies to date have been conducted on the slow growing Posidonia species' rather than the fast growing and rapidly reproducing Z. marina that may have a higher capacity to resist and recover from repeated disturbance. In the present study we examine swinging chain boat moorings in seagrass meadows across a range of sites in the United Kingdom to determine whether such moorings have a negative impact on the seagrass Zostera marina at the local and meadow scale. We provide conclusive evidence from multiple sites that Z. marina is damaged by swinging chain moorings leading to a loss of at least 6 ha of United Kingdom seagrass. Each swinging chain mooring was found to result in the loss of 122 m 2 of seagrass. Loss is restricted to the area surrounding the mooring and the impact does not appear to translate to a meadow scale. This loss of United Kingdom seagrass from boat moorings is small but significant at a local scale. This is because it fragments existing meadows and ultimately reduces their resilience to other stressors. Boat moorings are prevalent in seagrass globally and it is likely this impairs their ecosystem functioning. Given the extensive ecosystem service value of seagrasses in terms of factors such as carbon storage and fish habitat such loss is of cause for concern. This indicates the need for the widespread use of seagrass friendly mooring systems in and around seagrass.

  7. Rocking the Boat: Damage to Eelgrass by Swinging Boat Moorings

    PubMed Central

    Unsworth, Richard K. F.; Williams, Beth; Jones, Benjamin L.; Cullen-Unsworth, Leanne C.

    2017-01-01

    Seagrass meadows commonly reside in shallow sheltered embayments typical of the locations that provide an attractive option for mooring boats. Given the potential for boat moorings to result in disturbance to the seabed due to repeated physical impact, these moorings may present a significant threat to seagrass meadows. The seagrass Zostera marina (known as eelgrass) is extensive across the northern hemisphere, forming critical fisheries habitat and creating efficient long-term stores of carbon in sediments. Although boat moorings have been documented to impact seagrasses, studies to date have been conducted on the slow growing Posidonia species’ rather than the fast growing and rapidly reproducing Z. marina that may have a higher capacity to resist and recover from repeated disturbance. In the present study we examine swinging chain boat moorings in seagrass meadows across a range of sites in the United Kingdom to determine whether such moorings have a negative impact on the seagrass Zostera marina at the local and meadow scale. We provide conclusive evidence from multiple sites that Z. marina is damaged by swinging chain moorings leading to a loss of at least 6 ha of United Kingdom seagrass. Each swinging chain mooring was found to result in the loss of 122 m2 of seagrass. Loss is restricted to the area surrounding the mooring and the impact does not appear to translate to a meadow scale. This loss of United Kingdom seagrass from boat moorings is small but significant at a local scale. This is because it fragments existing meadows and ultimately reduces their resilience to other stressors. Boat moorings are prevalent in seagrass globally and it is likely this impairs their ecosystem functioning. Given the extensive ecosystem service value of seagrasses in terms of factors such as carbon storage and fish habitat such loss is of cause for concern. This indicates the need for the widespread use of seagrass friendly mooring systems in and around seagrass. PMID

  8. Evaluating the traditional day and night shift in an acute care surgery fellowship: Is the swing shift a better choice?

    PubMed

    Chestovich, Paul J; McNicoll, Christopher F; Ingalls, Nichole K; Kuhls, Deborah A; Fraser, Douglas R; Morrissey, Shawna L; Fildes, John J

    2018-01-01

    Fellowship trainees in acute care surgery require experience in the management of complex and operative trauma cases. Trauma center staffing usually follows standard 12-hour or 24-hour shifts, with resident and fellow trainees following a similar schedule. Although trauma admissions can be generally unpredictable, we analyzed temporal trends of trauma patient arrival times to determine the best time frame to maximize trainee experience during each day. We reviewed 10 years (2007-2016) of trauma registry data for blunt and penetrating trauma activations. Hourly volumetric trends were observed, and three specific events were chosen for detailed analysis: (1) trauma activation with Injury Severity Score (ISS) greater than 15, (2) laparotomy for trauma, and (3) thoracotomy for trauma. A retrospective shift log was created, which included day (7:00 AM to 7:00 PM), night (7:00 PM to 7:00 AM), and swing (noon to midnight) shifts. A swing shift was chosen because it captures the peak volume for all three events. Means and 95% confidence intervals were calculated, and comparisons were made between shifts using the Wilcoxon matched-pairs signed rank test with Bonferroni correction, and p less than 0.05 considered significant. During the 10-year study period, 28,287 patients were treated at our trauma center. This included the evaluation and management of 7,874 patients with ISS greater than 15, performance of 1,766 laparotomies, and 392 thoracotomies for trauma. Swing shift was superior to both day and night shifts for ISS greater than 15 (p < 0.001). Both swing and night shifts were superior to day shift for laparotomies (p < 0.001). Swing shift was superior to both day shift (p < 0.001) and night shift (p = 0.031). Shifts with the highest yield of ISS greater than 15, laparotomies, and thoracotomies include night and swing shifts on Fridays and Saturdays. Projected experience of acute care surgery fellows in managing complex trauma patients increases with the integration

  9. Study on Design and Implementation of JAVA Programming Procedural Assessment Standard

    ERIC Educational Resources Information Center

    Tingting, Xu; Hua, Ma; Xiujuan, Wang; Jing, Wang

    2015-01-01

    The traditional JAVA course examination is just a list of questions from which we cannot know students' skills of programming. According to the eight abilities in curriculum objectives, we designed an assessment standard of JAVA programming course that is based on employment orientation and apply it to practical teaching to check the teaching…

  10. Testing, Modeling and System Impact of Metabolic Heat Regenerated Temperature Swing Adsorption

    NASA Technical Reports Server (NTRS)

    Lacomini, Christine S.; Powers, Aaron; Lewis, Matthew; Linrud, Christopher; Waguespack, Glenn; Conger, Bruce; Paul, Heather L.

    2008-01-01

    Metabolic heat regenerated temperature swing adsorption (MTSA) technology is being developed for removal and rejection of carbon dioxide (CO2) and heat from a portable life support system (PLSS) to the Martian environment. Previously, hardware was built and tested to demonstrate using heat from simulated, dry ventilation loop gas to affect the temperature swing required to regenerate an adsorbent used for CO2 removal. New testing has been performed using a moist, simulated ventilation loop gas to demonstrate the effects of water condensing and freezing in the heat exchanger during adsorbent regeneration. In addition, thermal models of the adsorbent during regeneration were modified and calibrated with test data to capture the effect of the CO2 heat of desorption. Finally, MTSA impact on PLSS design was evaluated by performing thermal balances assuming a specific PLSS architecture. Results using NASA s Extravehicular Activity System Sizing Analysis Tool (EVAS_SAT), a PLSS system evaluation tool, are presented.

  11. Wedge geometry, frictional properties and interseismic coupling of the Java megathrust

    NASA Astrophysics Data System (ADS)

    Koulali, Achraf; McClusky, Simon; Cummins, Phil; Tregoning, Paul

    2018-06-01

    The mechanical interaction between rocks at fault zones is a key element for understanding how earthquakes nucleate and propagate. Therefore, estimating frictional properties along fault planes allows us to infer the degree of elastic strain accumulation throughout the seismic cycle. The Java subduction zone is an active plate boundary where high seismic activity has long been documented. However, very little is known about the seismogenic processes of the megathrust, especially its shallowest portion where onshore geodetic networks are insensitive to recover the pattern of elastic strain. Here, we use the geometry of the offshore accretionary prism to infer frictional properties along the Java subduction zone, using Coulomb critical taper theory. We show that large portions of the inner wedge in the eastern part of the Java subduction megathrust are in a critical state, where the wedge is on the verge of failure everywhere. We identify four clusters with an internal coefficient of friction μint of ∼ 0.8 and hydrostatic pore pressure within the wedge. The average effective coefficient of friction ranges between 0.3 and 0.4, reflecting a strong décollement. Our results also show that the aftershock sequence of the 1994 Mw 7.9 earthquake halted adjacent to a critical segment of the wedge, suggesting that critical taper wedge areas in the eastern Java subduction interface may behave as a permanent barrier to large earthquake rupture. In contrast, in western Java topographic slope and slab dip profiles suggest that the wedge is mechanically stable, i.e deformation is restricted to sliding along the décollement, and likely to coincide with a seismogenic portion of the megathrust. We discuss the seismic hazard implications and highlight the importance of considering the segmentation of the Java subduction zone when assessing the seismic hazard of this region.

  12. PLSS Scale Demonstration of MTSA Temperature Swing Adsorption Bed Concept for CO2 Removal/Rejection

    NASA Technical Reports Server (NTRS)

    Iacomini, Christine S.; Powers, Aaron; Paul, Heather L.

    2009-01-01

    Metabolic heat regenerated temperature swing adsorption (MTSA) incorporated into a portable life support system (PLSS) is being explored as a viable means of removing and rejecting carbon dioxide (CO2) from an astronaut s ventilation loop. Sorbent pellets used in previous work are inherently difficult to quickly heat and cool. Further, their use in packed beds create large undesirable pressure drop. Thus work has been done to assess the application and performance of aluminum foam wash coated with a layer of sorbent. A to-scale sorbent bed, as envisioned studying use by a Martian PLSS, was designed, built, and tested. Performance of the assembly in regards to CO2 adsorption and pressure drop were assessed and the results are presented.

  13. Collaborative Scheduling Using JMS in a Mixed Java and .NET Environment

    NASA Technical Reports Server (NTRS)

    Wang, Yeou-Fang; Wax, Allan; Lam, Ray; Baldwin, John; Borden, Chet

    2006-01-01

    A viewgraph presentation to demonstrate collaborative scheduling using Java Message Service (JMS) in a mixed Java and .Net environment is given. The topics include: 1) NASA Deep Space Network scheduling; 2) Collaborative scheduling concept; 3) Distributed computing environment; 4) Platform concerns in a distributed environment; 5) Messaging and data synchronization; and 6) The prototype.

  14. A JAVA-based multimedia tool for clinical practice guidelines.

    PubMed

    Maojo, V; Herrero, C; Valenzuela, F; Crespo, J; Lazaro, P; Pazos, A

    1997-01-01

    We have developed a specific language for the representation of Clinical Practice Guidelines (CPGs) and Windows C++ and platform independent JAVA applications for multimedia presentation and edition of electronically stored CPGs. This approach facilitates translation of guidelines and protocols from paper to computer-based flowchart representations. Users can navigate through the algorithm with a friendly user interface and access related multimedia information within the context of each clinical problem. CPGs can be stored in a computer server and distributed over the World Wide Web, facilitating dissemination, local adaptation, and use as a reference element in medical care. We have chosen the Agency for Health Care and Policy Research's heart failure guideline to demonstrate the capabilities of our tool.

  15. The kinematics of crustal deformation in Java from GPS observations: Implications for fault slip partitioning

    NASA Astrophysics Data System (ADS)

    Koulali, A.; McClusky, S.; Susilo, S.; Leonard, Y.; Cummins, P.; Tregoning, P.; Meilano, I.; Efendi, J.; Wijanarto, A. B.

    2017-01-01

    Our understanding of seismic risk in Java has been focused primarily on the subduction zone, where the seismic records during the last century have shown the occurrence of a number of tsunami earthquakes. However, the potential of the existence of active crustal structures within the island of Java itself is less well known. Historical archives show the occurrence of several devastating earthquake ruptures north of the volcanic arc in west Java during the 18th and the 19th centuries, suggesting the existence of active faults that need to be identified in order to guide seismic hazard assessment. Here we use geodetic constraints from the Global Positioning System (GPS) to quantify the present day crustal deformation in Java. The GPS velocities reveal a homogeneous counterclockwise rotation of the Java Block independent of Sunda Block, consistent with a NE-SW convergence between the Australian Plate and southeast Asia. Continuous GPS observations show a time-dependent change in the linear rate of surface motion in west Java, which we interpret as an ongoing long-term post-seismic deformation following the 2006 Mw 7.7 Java earthquake. We use an elastic block model in combination with a viscoelastic model to correct for this post-seismic transient and derive the long-term inter-seismic velocity, which we interpret as a combination of tectonic block motions and crustal faults strain related deformation. There is a north-south gradient in the resulting velocity field with a decrease in the magnitude towards the North across the Kendeng Thrust in the east and the Baribis Thrust in the west. We suggest that the Baribis Thrust is active and accommodating a slow relative motion between Java and the Sunda Block at about 5 ± 0.2 mm /yr. We propose a kinematic model of convergence of the Australian Plate and the Sunda Block, involving a slip partitioning between the Java Trench and a left-lateral structure extending E-W along Java with most of the convergence being

  16. SPV: a JavaScript Signaling Pathway Visualizer.

    PubMed

    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.

  17. JAVA CLASSES FOR NONPROCEDURAL VARIOGRAM MONITORING

    EPA Science Inventory

    A set of Java classes was written for variogram modeling to support research for US EPA's Regional Vulnerability Assessment Program (ReVA). The modeling objectives of this research program are to use conceptual programming tools for numerical analysis for regional risk assessm...

  18. Prevalence of antibodies to Japanese encephalitis virus among pigs in Bali and East Java, Indonesia, 2008.

    PubMed

    Yamanaka, Atsushi; Mulyatno, Kris Cahyo; Susilowati, Helen; Hendrianto, Eryk; Utsumi, Takako; Amin, Mochamad; Lusida, Maria Inge; Soegijanto, Soegeng; Konishi, Eiji

    2010-01-01

    Japanese encephalitis virus (JEV) is a fatal disease in Asia. Pigs are considered to be the effective amplifying host for JEV in the peridomestic environment. Bali Island and Java Island in Indonesia provide a model to assess the effect of pigs on JEV transmission, since the pig density is nearly 100-fold higher in Bali than Java, while the geographic and climatologic environments are equivalent in these areas. We surveyed antibodies to JEV among 123 pigs in Mengwi (Bali) and 96 pigs in Tulungagung (East Java) in 2008 by the hemagglutination-inhibition (HAI) test. Overall prevalences were 49% in Bali and 6% in Java, with a significant difference between them (P < 0.001). Monthly infection rates estimated from age-dependent antibody prevalences were 11% in Bali and 2% in Java. In addition, 2-mercaptoethanol-sensitive antibodies were found only from Bali samples. Further, the average HAI antibody titer obtained from positive samples was significantly higher in Bali (1:52) than Java (1:10; P < 0.001). These results indicated that JEV transmission in nature is more active in Bali than East Java.

  19. Parallel programming with Easy Java Simulations

    NASA Astrophysics Data System (ADS)

    Esquembre, F.; Christian, W.; Belloni, M.

    2018-01-01

    Nearly all of today's processors are multicore, and ideally programming and algorithm development utilizing the entire processor should be introduced early in the computational physics curriculum. Parallel programming is often not introduced because it requires a new programming environment and uses constructs that are unfamiliar to many teachers. We describe how we decrease the barrier to parallel programming by using a java-based programming environment to treat problems in the usual undergraduate curriculum. We use the easy java simulations programming and authoring tool to create the program's graphical user interface together with objects based on those developed by Kaminsky [Building Parallel Programs (Course Technology, Boston, 2010)] to handle common parallel programming tasks. Shared-memory parallel implementations of physics problems, such as time evolution of the Schrödinger equation, are available as source code and as ready-to-run programs from the AAPT-ComPADRE digital library.

  20. Biomechanical differences of arm swing countermovement jumps on sand and rigid surface performed by elite beach volleyball players.

    PubMed

    Giatsis, George; Panoutsakopoulos, Vassilios; Kollias, Iraklis A

    2018-05-01

    The purpose of this study was to investigate the possible arm swing effect on the biomechanical parameters of vertical counter movement jump due to differences of the compliance of the take-off surface. Fifteen elite male beach-volleyball players (26.2 ± 5.9 years; 1.87 ± 0.05 m; 83.4 ± 6.0 kg; mean ± standard deviation, respectively) performed counter movement jumps on sand and on a rigid surface with and without an arm swing. Results showed significant (p < .05) surface effects on the jump height, the ankle joint angle at the lowest height of the body center of mass and the ankle angular velocity. Also, significant arm swing effects were found on jump height, maximum power output, temporal parameters, range of motion and angular velocity of the hip. These findings could be attributed to the instability of the sand, which resulted in reduced peak power output due to the differences of body configuration at the lowest body position and lower limb joints' range of motion. The combined effect of the backward arm swing and the recoil of the sand that resulted in decreased resistance at ankle plantar flexion should be controlled at the preparation of selected jumping tasks in beach-volleyball.

  1. Is there really an eccentric action of the hamstrings during the swing phase of high-speed running? part I: A critical review of the literature.

    PubMed

    Van Hooren, Bas; Bosch, Frans

    2017-12-01

    It is widely assumed that there is an eccentric hamstring muscle fibre action during the swing phase of high-speed running. However, animal and modelling studies in humans show that the increasing distance between musculotendinous attachment points during forward swing is primarily due to passive lengthening associated with the take-up of muscle slack. Later in the swing phase, the contractile element (CE) maintains a near isometric action while the series elastic (tendinous) element first stretches as the knee extends, and then recoils causing the swing leg to forcefully retract prior to ground contact. Although modelling studies showed some active lengthening of the contractile (muscular) element during the mid-swing phase of high-speed running, we argue that the increasing distance between the attachment points should not be interpreted as an eccentric action of the CE due to the effects of muscle slack. Therefore, there may actually be no significant eccentric, but rather predominantly an isometric action of the hamstrings CE during the swing phase of high-speed running when the attachment points of the hamstrings are moving apart. Based on this, we propose that isometric rather than eccentric exercises are a more specific way of conditioning the hamstrings for high-speed running.

  2. Tsunami Disaster Risk Assessment and Prevention in West Java, Indonesia

    NASA Astrophysics Data System (ADS)

    Deng, H.; Harris, R. A.; Horns, D. M.; Yulianto, E.; Bunds, M. P.; Prasetyadi, C.; Emmett, C.; Hall, S.

    2016-12-01

    Java Island, Indonesia is the most populated area and one of the most tectonically active coastal nations on Earth. This island is the volcanic arc and accretionary wedge of the subduction zone of the Sunda and the Australia plate, where the Java Trench is located. However, the Java Trench hasn't had a mega or giant earthquake for at least 430 years according to historical records. Up to 30 m of slip may have accumulated on the subduction zone interface during this time, which is enough to produce a Mw 9.0 earthquake and large tsunami. One of the largest seismic gaps along the Sunda Arc is a 640 km section of the coast of west Java. The largest population center in this region is Pelabuhan Ratu, with is partially built on ridge and swale coastal plain topography. Candidate tsunami deposits were found in swales that may indicate inundation up to 1 km inland. Numerical modeling of various possible tsunami scenarios indicate that the configuration of the coastline may amplify a tsunami and cause high run-up in the most populated areas or the coast. Also, data from questionnaire surveys administered in Pelabuhan Ratu show a lack of awareness about how tsunamis threaten these communities and plans of action.

  3. The use of 3D scanning for sporting applications

    NASA Astrophysics Data System (ADS)

    Friel, Kevin; Ajjimaporn, Pann; Straub, Jeremy; Kerlin, Scott

    2015-05-01

    This paper describes the process and research that went into creating a set of 3D models to characterize a golf swing. The purpose of this work is to illustrate how a 3D scanner could be used for assessing athlete performance in sporting applications. In this case, introductory work has been performed to show how the scanner could be used to show the errors a golfer made in a swing. Multiple factors must be taken into account when assessing golfers' swings including the position and movement of the golfer's hands, arms, and foot placement as well as the position of the club head and shaft of the golf club.

  4. Three-dimensional knee joint kinematics during golf swing and stationary cycling after total knee arthroplasty.

    PubMed

    Hamai, Satoshi; Miura, Hiromasa; Higaki, Hidehiko; Shimoto, Takeshi; Matsuda, Shuichi; Okazaki, Ken; Iwamoto, Yukihide

    2008-12-01

    The expectation of returning to sports activities after total knee arthroplasty (TKA) has become more important to patients than ever. To our knowledge, no studies have been published evaluating the three-dimensional knee joint kinematics during sports activity after TKA. Continuous X-ray images of the golf swing and stationary cycling were taken using a large flat panel detector for four and eight post-arthroplasty knees, respectively. The implant flexion and axial rotation angles were determined using a radiographic-based, image-matching technique. Both the golf swing from the set-up position to the top of the backswing, and the stationary cycling from the top position of the crank to the bottom position of the crank, produced progressive axial rotational motions (p = 0.73). However, the golf swing from the top of the backswing to the end of the follow-through produced significantly larger magnitudes of rotational motions in comparison to stationary cycling (p < 0.01). Excessive internal-external rotations generated from the top of the backswing to the end of the follow-through could contribute to accelerated polyethylene wear. However, gradual rotational movements were consistently demonstrated during the stationary cycling. Therefore, stationary cycling is recommended rather than playing golf for patients following a TKA who wish to remain physically active.

  5. High Bar Swing Performance in Novice Adults: Effects of Practice and Talent

    ERIC Educational Resources Information Center

    Busquets, Albert; Marina, Michel; Irurtia, Alfredo; Ranz, Daniel; Angulo-Barroso, Rosa M.

    2011-01-01

    An individual's a priori talent can affect movement performance during learning. Also, task requirements and motor-perceptual factors are critical to the learning process. This study describes changes in high bar swing performance after a 2-month practice period. Twenty-five novice participants were divided by a priori talent level…

  6. OntoCAT -- simple ontology search and integration in Java, R and REST/JavaScript

    PubMed Central

    2011-01-01

    Background Ontologies have become an essential asset in the bioinformatics toolbox and a number of ontology access resources are now available, for example, the EBI Ontology Lookup Service (OLS) and the NCBO BioPortal. However, these resources differ substantially in mode, ease of access, and ontology content. This makes it relatively difficult to access each ontology source separately, map their contents to research data, and much of this effort is being replicated across different research groups. Results OntoCAT provides a seamless programming interface to query heterogeneous ontology resources including OLS and BioPortal, as well as user-specified local OWL and OBO files. Each resource is wrapped behind easy to learn Java, Bioconductor/R and REST web service commands enabling reuse and integration of ontology software efforts despite variation in technologies. It is also available as a stand-alone MOLGENIS database and a Google App Engine application. Conclusions OntoCAT provides a robust, configurable solution for accessing ontology terms specified locally and from remote services, is available as a stand-alone tool and has been tested thoroughly in the ArrayExpress, MOLGENIS, EFO and Gen2Phen phenotype use cases. Availability http://www.ontocat.org PMID:21619703

  7. OntoCAT--simple ontology search and integration in Java, R and REST/JavaScript.

    PubMed

    Adamusiak, Tomasz; Burdett, Tony; Kurbatova, Natalja; Joeri van der Velde, K; Abeygunawardena, Niran; Antonakaki, Despoina; Kapushesky, Misha; Parkinson, Helen; Swertz, Morris A

    2011-05-29

    Ontologies have become an essential asset in the bioinformatics toolbox and a number of ontology access resources are now available, for example, the EBI Ontology Lookup Service (OLS) and the NCBO BioPortal. However, these resources differ substantially in mode, ease of access, and ontology content. This makes it relatively difficult to access each ontology source separately, map their contents to research data, and much of this effort is being replicated across different research groups. OntoCAT provides a seamless programming interface to query heterogeneous ontology resources including OLS and BioPortal, as well as user-specified local OWL and OBO files. Each resource is wrapped behind easy to learn Java, Bioconductor/R and REST web service commands enabling reuse and integration of ontology software efforts despite variation in technologies. It is also available as a stand-alone MOLGENIS database and a Google App Engine application. OntoCAT provides a robust, configurable solution for accessing ontology terms specified locally and from remote services, is available as a stand-alone tool and has been tested thoroughly in the ArrayExpress, MOLGENIS, EFO and Gen2Phen phenotype use cases. http://www.ontocat.org.

  8. In vivo kinematics of healthy male knees during squat and golf swing using image-matching techniques.

    PubMed

    Murakami, Koji; Hamai, Satoshi; Okazaki, Ken; Ikebe, Satoru; Shimoto, Takeshi; Hara, Daisuke; Mizu-uchi, Hideki; Higaki, Hidehiko; Iwamoto, Yukihide

    2016-03-01

    Participation in specific activities requires complex ranges of knee movements and activity-dependent kinematics. The purpose of this study was to investigate dynamic knee kinematics during squat and golf swing using image-matching techniques. Five healthy males performed squats and golf swings under periodic X-ray images at 10 frames per second. We analyzed the in vivo three-dimensional kinematic parameters of subjects' knees, namely the tibiofemoral flexion angle, anteroposterior (AP) translation, and internal-external rotation, using serial X-ray images and computed tomography-derived, digitally reconstructed radiographs. During squat from 0° to 140° of flexion, the femur moved about 25 mm posteriorly and rotated 19° externally relative to the tibia. Screw-home movement near extension, bicondylar rollback between 20° and 120° of flexion, and medial pivot motion at further flexion were observed. During golf swing, the leading and trailing knees (the left and right knees respectively in the right-handed golfer) showed approximately five millimeters and four millimeters of AP translation with 18° and 26° of axial rotation, respectively. A central pivot motion from set-up to top of the backswing, lateral pivot motion from top to ball impact, and medial pivot motion from impact to the end of follow-through were observed. The medial pivot motion was not always recognized during both activities, but a large range of axial rotation with bilateral condylar AP translations occurs during golf swing. This finding has important implications regarding the amount of acceptable AP translation and axial rotation at low flexion in replaced knees. IV. Copyright © 2015 Elsevier B.V. All rights reserved.

  9. Research on Scheduling Algorithm for Multi-satellite and Point Target Task on Swinging Mode

    NASA Astrophysics Data System (ADS)

    Wang, M.; Dai, G.; Peng, L.; Song, Z.; Chen, G.

    2012-12-01

    Nowadays, using satellite in space to observe ground is an important and major method to obtain ground information. With the development of the scientific technology in the field of space, many fields such as military and economic and other areas have more and more requirement of space technology because of the benefits of the satellite's widespread, timeliness and unlimited of area and country. And at the same time, because of the wide use of all kinds of satellites, sensors, repeater satellites and ground receiving stations, ground control system are now facing great challenge. Therefore, how to make the best value of satellite resources so as to make full use of them becomes an important problem of ground control system. Satellite scheduling is to distribute the resource to all tasks without conflict to obtain the scheduling result so as to complete as many tasks as possible to meet user's requirement under considering the condition of the requirement of satellites, sensors and ground receiving stations. Considering the size of the task, we can divide tasks into point task and area task. This paper only considers point targets. In this paper, a description of satellite scheduling problem and a chief introduction of the theory of satellite scheduling are firstly made. We also analyze the restriction of resource and task in scheduling satellites. The input and output flow of scheduling process are also chiefly described in the paper. On the basis of these analyses, we put forward a scheduling model named as multi-variable optimization model for multi-satellite and point target task on swinging mode. In the multi-variable optimization model, the scheduling problem is transformed the parametric optimization problem. The parameter we wish to optimize is the swinging angle of every time-window. In the view of the efficiency and accuracy, some important problems relating the satellite scheduling such as the angle relation between satellites and ground targets, positive

  10. Developing Interactive Educational Engineering Software for the World Wide Web with Java.

    ERIC Educational Resources Information Center

    Reed, John A.; Afjeh, Abdollah A.

    1998-01-01

    Illustrates the design and implementation of a Java applet for use in educational propulsion engineering curricula. The Java Gas Turbine Simulator applet provides an interactive graphical environment which allows the rapid, efficient construction and analysis of arbitrary gas turbine systems. The simulator can be easily accessed from the World…

  11. Annual risks of tuberculous infection in East Nusa Tenggara and Central Java Provinces, Indonesia.

    PubMed

    Bachtiar, A; Miko, T Y; Machmud, R; Besral, B; Yudarini, P; Mehta, F; Chadha, V K; Basri, C; Loprang, F; Jitendra, R

    2009-01-01

    East Nusa Tenggara (NTT) and Central Java Provinces, Indonesia. To estimate the average annual risk of tuberculous infection (ARTI) among school children aged 6-9 years in each province. Children attending Classes 1-4 in 65 schools in NTT and 79 in Central Java, selected by two-stage sampling, were intradermally administered 2 tuberculin units of purified protein derivative RT23 with Tween 80 on the mid-volar aspect of the left forearm. The maximum transverse diameter of induration was measured 72 h later. The analysis was carried out among 5479 satisfactorily test-read children in NTT and 6943 in Central Java. One hundred and fifty-five new sputum smear-positive pulmonary tuberculosis (PTB) cases (78 in NTT and 77 in Central Java) were also tuberculin tested. Based on the frequency distribution of reaction sizes among the children and PTB cases, the prevalence of infection was estimated by the mirror-image method using the modes of tuberculous reactions at 15 and 17 mm. Using the 15 mm mode, ARTI was estimated at 1% in NTT and 0.9% in Central Java. Using the 17 mm mode, ARTI was estimated at 0.5% in NTT and 0.4% in Central Java. Transmission of tuberculous infection may be further reduced by intensification of tuberculosis control efforts.

  12. Electromyographic Patterns during Golf Swing: Activation Sequence Profiling and Prediction of Shot Effectiveness.

    PubMed

    Verikas, Antanas; Vaiciukynas, Evaldas; Gelzinis, Adas; Parker, James; Olsson, M Charlotte

    2016-04-23

    This study analyzes muscle activity, recorded in an eight-channel electromyographic (EMG) signal stream, during the golf swing using a 7-iron club and exploits information extracted from EMG dynamics to predict the success of the resulting shot. Muscles of the arm and shoulder on both the left and right sides, namely flexor carpi radialis, extensor digitorum communis, rhomboideus and trapezius, are considered for 15 golf players (∼5 shots each). The method using Gaussian filtering is outlined for EMG onset time estimation in each channel and activation sequence profiling. Shots of each player revealed a persistent pattern of muscle activation. Profiles were plotted and insights with respect to player effectiveness were provided. Inspection of EMG dynamics revealed a pair of highest peaks in each channel as the hallmark of golf swing, and a custom application of peak detection for automatic extraction of swing segment was introduced. Various EMG features, encompassing 22 feature sets, were constructed. Feature sets were used individually and also in decision-level fusion for the prediction of shot effectiveness. The prediction of the target attribute, such as club head speed or ball carry distance, was investigated using random forest as the learner in detection and regression tasks. Detection evaluates the personal effectiveness of a shot with respect to the player-specific average, whereas regression estimates the value of target attribute, using EMG features as predictors. Fusion after decision optimization provided the best results: the equal error rate in detection was 24.3% for the speed and 31.7% for the distance; the mean absolute percentage error in regression was 3.2% for the speed and 6.4% for the distance. Proposed EMG feature sets were found to be useful, especially when used in combination. Rankings of feature sets indicated statistics for muscle activity in both the left and right body sides, correlation-based analysis of EMG dynamics and features

  13. Electromyographic Patterns during Golf Swing: Activation Sequence Profiling and Prediction of Shot Effectiveness

    PubMed Central

    Verikas, Antanas; Vaiciukynas, Evaldas; Gelzinis, Adas; Parker, James; Olsson, M. Charlotte

    2016-01-01

    This study analyzes muscle activity, recorded in an eight-channel electromyographic (EMG) signal stream, during the golf swing using a 7-iron club and exploits information extracted from EMG dynamics to predict the success of the resulting shot. Muscles of the arm and shoulder on both the left and right sides, namely flexor carpi radialis, extensor digitorum communis, rhomboideus and trapezius, are considered for 15 golf players (∼5 shots each). The method using Gaussian filtering is outlined for EMG onset time estimation in each channel and activation sequence profiling. Shots of each player revealed a persistent pattern of muscle activation. Profiles were plotted and insights with respect to player effectiveness were provided. Inspection of EMG dynamics revealed a pair of highest peaks in each channel as the hallmark of golf swing, and a custom application of peak detection for automatic extraction of swing segment was introduced. Various EMG features, encompassing 22 feature sets, were constructed. Feature sets were used individually and also in decision-level fusion for the prediction of shot effectiveness. The prediction of the target attribute, such as club head speed or ball carry distance, was investigated using random forest as the learner in detection and regression tasks. Detection evaluates the personal effectiveness of a shot with respect to the player-specific average, whereas regression estimates the value of target attribute, using EMG features as predictors. Fusion after decision optimization provided the best results: the equal error rate in detection was 24.3% for the speed and 31.7% for the distance; the mean absolute percentage error in regression was 3.2% for the speed and 6.4% for the distance. Proposed EMG feature sets were found to be useful, especially when used in combination. Rankings of feature sets indicated statistics for muscle activity in both the left and right body sides, correlation-based analysis of EMG dynamics and features

  14. Practical Application of Model Checking in Software Verification

    NASA Technical Reports Server (NTRS)

    Havelund, Klaus; Skakkebaek, Jens Ulrik

    1999-01-01

    This paper presents our experiences in applying the JAVA PATHFINDER (J(sub PF)), a recently developed JAVA to SPIN translator, in the finding of synchronization bugs in a Chinese Chess game server application written in JAVA. We give an overview of J(sub PF) and the subset of JAVA that it supports and describe the abstraction and verification of the game server. Finally, we analyze the results of the effort. We argue that abstraction by under-approximation is necessary for abstracting sufficiently smaller models for verification purposes; that user guidance is crucial for effective abstraction; and that current model checkers do not conveniently support the computational models of software in general and JAVA in particular.

  15. jqcML: an open-source java API for mass spectrometry quality control data in the qcML format.

    PubMed

    Bittremieux, Wout; Kelchtermans, Pieter; Valkenborg, Dirk; Martens, Lennart; Laukens, Kris

    2014-07-03

    The awareness that systematic quality control is an essential factor to enable the growth of proteomics into a mature analytical discipline has increased over the past few years. To this aim, a controlled vocabulary and document structure have recently been proposed by Walzer et al. to store and disseminate quality-control metrics for mass-spectrometry-based proteomics experiments, called qcML. To facilitate the adoption of this standardized quality control routine, we introduce jqcML, a Java application programming interface (API) for the qcML data format. First, jqcML provides a complete object model to represent qcML data. Second, jqcML provides the ability to read, write, and work in a uniform manner with qcML data from different sources, including the XML-based qcML file format and the relational database qcDB. Interaction with the XML-based file format is obtained through the Java Architecture for XML Binding (JAXB), while generic database functionality is obtained by the Java Persistence API (JPA). jqcML is released as open-source software under the permissive Apache 2.0 license and can be downloaded from https://bitbucket.org/proteinspector/jqcml .

  16. Characteristic and Behavior of Rainfall Induced Landslides in Java Island, Indonesia : an Overview

    NASA Astrophysics Data System (ADS)

    Christanto, N.; Hadmoko, D. S.; Westen, C. J.; Lavigne, F.; Sartohadi, J.; Setiawan, M. A.

    2009-04-01

    Landslides are important natural hazards occurring on mountainous area situated in the wet tropical climate like in Java, Indonesia. As a central of economic and government activity, Java become the most populated island in Indonesia and is increasing every year. This condition create population more vulnerable to hazard. Java is populated by 120 million inhabitants or equivalent with 60% of Indonesian population in only 6,9% of the total surface of Indonesia. Due to its geological setting, its topographical characteristics, and its climatic characteristics, Java is the most exposed regions to landslide hazard and closely related to several factors: (1) located on a subduction zone, 60% of Java is mountainous, with volcano-tectonic mountain chains and 36 active volcanoes out of the 129 in Indonesia, and these volcanic materials are intensively weathered (2) Java is under a humid tropical climate associated with heavy rainfall during the rainy season from October to April. On top of these "natural" conditions, the human activity is an additional factor of landslide occurrence, driven by a high demographic density The purpose of this paper was to collect and analyze spatial and temporal data concerning landslide hazard for the period 1981-2007 and to evaluate and analyze the characteristic and the behavior of landslide in Java. The results provides a new insight into our understanding of landslide hazard and characteristic in the humid tropics, and a basis for predicting future landslides and assessing related hazards at a regional scale. An overview of characteristic and behavior of landslides in Java is given. The result of this work would be valuable for decision makers and communities in the frame of future landslide risk reduction programs. Landslide inventory data was collected from internal database at the different institutions. The result is then georefenced. The temporal changes of landslide activities was done by examining the changes in number and

  17. Lisp as an Alternative to Java

    NASA Technical Reports Server (NTRS)

    Gat, E.

    2000-01-01

    In a recent study, Prechelt compared the relative performance of Java and C++ in terms of execution time and memory utilization. Unlike many benchmark studies, Prechelt compared mulitple implementations of the same task by multiple programmers in order to control for the effects of difference in programmer skill.

  18. Distributed Object Technology with CORBA and Java: Key Concepts and Implications.

    DTIC Science & Technology

    1997-06-01

    commercial use should be addressed to the SEI Licensing Agent. NO WARRANTY THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING INSTITUTE MATERIAL...retrieval. This power is not derived from the language per se, but from the architecture-neutral approach used by Java. The Java Virtual Machine...pattern that is focused on performance considerations, the PCo archi- tecture also uses CORBA interface definition language (IDL) to model the

  19. Neogene subduction beneath Java, Indonesia: Slab tearing and changes in magmatism

    NASA Astrophysics Data System (ADS)

    Cottam, Michael; Hall, Robert; Cross, Lanu; Clements, Benjamin; Spakman, Wim

    2010-05-01

    Java is a Neogene calc-alkaline volcanic island arc formed by the northwards subduction of the Indo-Australian Plate beneath Sundaland, the continental core of SE Asia. The island has a complex history of volcanism and displays unusual subduction characteristics. These characteristics are consistent with the subduction of a hole in the down going slab that was formed by the arrival of a buoyant oceanic plateau at the trench. Subduction beneath Java began in the Eocene. However, the position and character of the calc-alkaline arc has changed over time. An older Paleogene arc ceased activity in the Early Miocene. Volcanic activity resumed in the Late Miocene producing a younger arc to the north of the older arc, and continues to the present day. An episode of Late Miocene thrusting at about 7 Ma is observed throughout Java and appears to be linked to northward movement of the arc. Arc rocks display typical calc-alkaline characteristics and reflect melting of the mantle wedge and subducted sediments associated with high fluid fluxes. Between West Java and Bali the present arc-trench gap is unusually wide at about 300 km. Seismicity identifies subducted Indian Ocean lithosphere that dips north at about 20° between the trench and the arc and then dips more steeply at about 60-70° from 100 to 600 km depth. In East Java there is gap in seismicity between about 250 and 500 km. Seismic tomography shows that this gap is not an aseismic section of the subduction zone but a hole in the slab. East Java is also unusual in the presence of K-rich volcanoes, now inactive, to the north of the calc-alkaline volcanoes of the active arc. In contrast to the calc-alkaline volcanism of the main arc, these K-rich melts imply lower fluid fluxes and a different mantle source. We suggest that all these observations can be explained by the tearing of the subducting slab when a buoyant oceanic plateau arrived at the trench south of East Java at about 8 Ma. With the slab unable to subduct

  20. A neural network-based input shaping for swing suppression of an overhead crane under payload hoisting and mass variations

    NASA Astrophysics Data System (ADS)

    Ramli, Liyana; Mohamed, Z.; Jaafar, H. I.

    2018-07-01

    This paper proposes an improved input shaping for minimising payload swing of an overhead crane with payload hoisting and payload mass variations. A real time unity magnitude zero vibration (UMZV) shaper is designed by using an artificial neural network trained by particle swarm optimisation. The proposed technique could predict and directly update the shaper's parameters in real time to handle the effects of time-varying parameters during the crane operation with hoisting. To evaluate the performances of the proposed method, experiments are conducted on a laboratory overhead crane with a payload hoisting, different payload masses and two different crane motions. The superiority of the proposed method is confirmed by reductions of at least 38.9% and 91.3% in the overall and residual swing responses, respectively over a UMZV shaper designed using an average operating frequency and a robust shaper namely Zero Vibration Derivative-Derivative (ZVDD). The proposed method also demonstrates a significant residual swing suppression as compared to a ZVDD shaper designed based on varying frequency. In addition, the significant reductions are achieved with a less shaper duration resulting in a satisfactory speed of response. It is envisaged that the proposed method can be used for designing effective input shapers for payload swing suppression of a crane with time-varying parameters and for a crane that employ finite actuation states.

  1. JAtlasView: a Java atlas-viewer for browsing biomedical 3D images and atlases.

    PubMed

    Feng, Guangjie; Burton, Nick; Hill, Bill; Davidson, Duncan; Kerwin, Janet; Scott, Mark; Lindsay, Susan; Baldock, Richard

    2005-03-09

    Many three-dimensional (3D) images are routinely collected in biomedical research and a number of digital atlases with associated anatomical and other information have been published. A number of tools are available for viewing this data ranging from commercial visualization packages to freely available, typically system architecture dependent, solutions. Here we discuss an atlas viewer implemented to run on any workstation using the architecture neutral Java programming language. We report the development of a freely available Java based viewer for 3D image data, descibe the structure and functionality of the viewer and how automated tools can be developed to manage the Java Native Interface code. The viewer allows arbitrary re-sectioning of the data and interactive browsing through the volume. With appropriately formatted data, for example as provided for the Electronic Atlas of the Developing Human Brain, a 3D surface view and anatomical browsing is available. The interface is developed in Java with Java3D providing the 3D rendering. For efficiency the image data is manipulated using the Woolz image-processing library provided as a dynamically linked module for each machine architecture. We conclude that Java provides an appropriate environment for efficient development of these tools and techniques exist to allow computationally efficient image-processing libraries to be integrated relatively easily.

  2. Imaging of upper crustal structure beneath East Java-Bali, Indonesia with ambient noise tomography

    NASA Astrophysics Data System (ADS)

    Martha, Agustya Adi; Cummins, Phil; Saygin, Erdinc; Sri Widiyantoro; Masturyono

    2017-12-01

    The complex geological structures in East Java and Bali provide important opportunities for natural resource exploitation, but also harbor perils associated with natural disasters. Such a condition makes the East Java region an important area for exploration of the subsurface seismic wave velocity structure, especially in its upper crust. We employed the ambient noise tomography method to image the upper crustal structure under this study area. We used seismic data recorded at 24 seismographs of BMKG spread over East Java and Bali. In addition, we installed 28 portable seismographs in East Java from April 2013 to January 2014 for 2-8 weeks, and we installed an additional 28 seismographs simultaneously throughout East Java from August 2015 to April 2016. We constructed inter-station Rayleigh wave Green's functions through cross-correlations of the vertical component of seismic noise recordings at 1500 pairs of stations. We used the Neighborhood Algorithm to construct depth profiles of shear wave velocity (Vs). The main result obtained from this study is the thickness of sediment cover. East Java's southern mountain zone is dominated by higher Vs, the Kendeng basin in the center is dominated by very low Vs, and the Rembang zone (to the North of Kendeng zone) is associated with medium Vs. The existence of structures with oil and gas potential in the Kendeng and Rembang zones can be identified by low Vs.

  3. Audio-based queries for video retrieval over Java enabled mobile devices

    NASA Astrophysics Data System (ADS)

    Ahmad, Iftikhar; Cheikh, Faouzi Alaya; Kiranyaz, Serkan; Gabbouj, Moncef

    2006-02-01

    In this paper we propose a generic framework for efficient retrieval of audiovisual media based on its audio content. This framework is implemented in a client-server architecture where the client application is developed in Java to be platform independent whereas the server application is implemented for the PC platform. The client application adapts to the characteristics of the mobile device where it runs such as screen size and commands. The entire framework is designed to take advantage of the high-level segmentation and classification of audio content to improve speed and accuracy of audio-based media retrieval. Therefore, the primary objective of this framework is to provide an adaptive basis for performing efficient video retrieval operations based on the audio content and types (i.e. speech, music, fuzzy and silence). Experimental results approve that such an audio based video retrieval scheme can be used from mobile devices to search and retrieve video clips efficiently over wireless networks.

  4. Classification of java tea (Orthosiphon aristatus) quality using FTIR spectroscopy and chemometrics

    NASA Astrophysics Data System (ADS)

    Heryanto, R.; Pradono, D. I.; Marlina, E.; Darusman, L. K.

    2017-05-01

    Java tea (Orthosiphon aristatus) is a plant that widely used as a medicinal herb in Indonesia. Its quality is varying depends on various factors, such as cultivating area, climate and harvesting time. This study aimed to investigate the effectiveness of FTIR spectroscopy coupled with chemometrics for discriminating the quality of java tea from different cultivating area. FTIR spectra of ethanolic extracts were collected from five different regions of origin of java tea. Prior to chemometrics evaluation, spectra were pre-processed by using baselining, normalization and derivatization. Principal Components Analysis (PCA) was used to reduce the spectra to two PCs, which explained 73% of the total variance. Score plot of two PCs showed groupings of the samples according to their regions of origin. Furthermore, Partial Least Squares-Discriminant Analysis (PLSDA) was applied to the pre-processed data. The approach produced an external validation success rate of 100%. This study shows that FTIR analysis and chemometrics has discriminatory power to classify java tea based on its quality related to the region of origin.

  5. An Object-Oriented View of Backend Databases in a Mobile Environment for Navy and Marine Corps Applications

    DTIC Science & Technology

    2006-09-01

    Each of these layers will be described in more detail to include relevant technologies ( Java , PDA, Hibernate , and PostgreSQL) used to implement...Logic Layer -Object-Relational Mapper ( Hibernate ) Data 35 capable in order to interface with Java applications. Based on meeting the selection...further discussed. Query List Application Logic Layer HibernateApache - Java Servlet - Hibernate Interface -OR Mapper -RDBMS Interface

  6. West Java Snack Mapping based on Snack Types, Main Ingredients, and Processing Techniques

    NASA Astrophysics Data System (ADS)

    Nurani, A. S.; Subekti, S.; Ana

    2016-04-01

    The research was motivated by lack of literature on archipelago snack especially from West Java. It aims to explore the snack types, the processing techniques, and the main ingredients by planning a learning material on archipelago cake especially from West Java. The research methods used are descriptive observations and interviews. The samples were randomly chosen from all regions in West Java. The findings show the identification of traditional snack from West java including: 1. snack types which are similar in all regions as research sample namely: opak, rangginang, nagasari, aliagrem, cuhcur, keripik, semprong, wajit, dodol, kecimpring, combro, tape ketan, and surabi. The typical snack types involve burayot (Garut), simping kaum (Purwakarta), surabi hejo (Karawang), papais cisaat (Subang), Papais moyong, opak bakar (Kuningan), opak oded, ranggesing (Sumedang), gapit, tapel (Cirebon), gulampo, kue aci (Tasikmalaya), wajit cililin, gurilem (West Bandung), and borondong (Bandung District); 2. various processing techniques namely: steaming, boiling, frying, caramelizing, baking, grilling, roaster, sugaring; 3. various main ingredients namely rice, local glutinous rice, rice flour, glutinous rice flour, starch, wheat flour, hunkue flour, cassava, sweet potato, banana, nuts, and corn; 4. snack classification in West Java namely (1) traditional snack, (2) creation-snack, (3) modification-snack, (4) outside influence-snack.

  7. Getting into the Swing of Things: Using Pendulums to Learn the Scientific Method.

    ERIC Educational Resources Information Center

    Grambo, Gregory

    1996-01-01

    A middle school science teacher describes the learning and thinking processes of his class as they worked and played with pendulums and learned to build a swing that could tell time. The article illustrates how students can learn the value of the scientific method for problem solving. (DB)

  8. Lower extremity work is associated with club head velocity during the golf swing in experienced golfers.

    PubMed

    McNally, M P; Yontz, N; Chaudhari, A M

    2014-08-01

    While the golf swing is a complex whole body movement requiring coordination of all joints to achieve maximum ball velocity, the kinetic contribution of the lower extremities to club head velocity has not been quantified, despite the perception that the legs are a primary source of power during the swing. Mechanical power at the hips, knees, and ankles was estimated during the downswing phase of a full swing with a driver using a passive optical motion capture system and 2 force plates for adult males across a range of age and self-reported skill levels. Total work by the lower extremities was calculated by integrating the powers of all 6 joints over the downswing. Regression analyses showed that total lower extremity work was a strong predictor of club head velocity (R=0.63). Secondary analyses showed different relationships to club head velocity in lead and trail leg lower extremity joints, but none of these were as predictive of club head velocity as the total work performed by the lower extremities. These results provide quantitative evidence that the lower body's kinetic contribution may be an important factor in achieving greater club head velocity, contributing to greater driving distance and overall golf performance. © Georg Thieme Verlag KG Stuttgart · New York.

  9. Spatial modeling for estimation of earthquakes economic loss in West Java

    NASA Astrophysics Data System (ADS)

    Retnowati, Dyah Ayu; Meilano, Irwan; Riqqi, Akhmad; Hanifa, Nuraini Rahma

    2017-07-01

    Indonesia has a high vulnerability towards earthquakes. The low adaptive capacity could make the earthquake become disaster that should be concerned. That is why risk management should be applied to reduce the impacts, such as estimating the economic loss caused by hazard. The study area of this research is West Java. The main reason of West Java being vulnerable toward earthquake is the existence of active faults. These active faults are Lembang Fault, Cimandiri Fault, Baribis Fault, and also Megathrust subduction zone. This research tries to estimates the value of earthquakes economic loss from some sources in West Java. The economic loss is calculated by using HAZUS method. The components that should be known are hazard (earthquakes), exposure (building), and the vulnerability. Spatial modeling is aimed to build the exposure data and make user get the information easier by showing the distribution map, not only in tabular data. As the result, West Java could have economic loss up to 1,925,122,301,868,140 IDR ± 364,683,058,851,703.00 IDR, which is estimated from six earthquake sources with maximum possibly magnitude. However, the estimation of economic loss value in this research is the worst case earthquakes occurrence which is probably over-estimated.

  10. Spatial durbin error model for human development index in Province of Central Java.

    NASA Astrophysics Data System (ADS)

    Septiawan, A. R.; Handajani, S. S.; Martini, T. S.

    2018-05-01

    The Human Development Index (HDI) is an indicator used to measure success in building the quality of human life, explaining how people access development outcomes when earning income, health and education. Every year HDI in Central Java has improved to a better direction. In 2016, HDI in Central Java was 69.98 %, an increase of 0.49 % over the previous year. The objective of this study was to apply the spatial Durbin error model using angle weights queen contiguity to measure HDI in Central Java Province. Spatial Durbin error model is used because the model overcomes the spatial effect of errors and the effects of spatial depedency on the independent variable. Factors there use is life expectancy, mean years of schooling, expected years of schooling, and purchasing power parity. Based on the result of research, we get spatial Durbin error model for HDI in Central Java with influencing factors are life expectancy, mean years of schooling, expected years of schooling, and purchasing power parity.

  11. Analytical solution of the problem of acceleration of cargo by a bridge crane with constant acceleration at elimination of swings of a cargo rope

    NASA Astrophysics Data System (ADS)

    Korytov, M. S.; Shcherbakov, V. S.; Titenko, V. V.

    2018-01-01

    Limitation of the swing of the bridge crane cargo rope is a matter of urgency, as it can significantly improve the efficiency and safety of the work performed. In order to completely dampen the pendulum swing after the break-up of a bridge or a bridge-crane freight cart to maximum speed, it is necessary, in the normal repulsion control of the electric motor, to split the process of dispersion into a minimum of three gaps. For a dynamic system of swinging of a bridge crane on a flexible cable hanger in a separate vertical plane, an analytical solution was obtained to determine the temporal dependence of the cargo rope angle relative to the gravitational vertical when the cargo suspension point moves with constant acceleration. The resulting analytical dependence of the cargo rope angle and its first derivative can break the process of dispersing the cargo suspension point into three stages of dispersal and braking with various accelerations and enter maximum speed of movement of the cargo suspension point. In doing so, the condition of eliminating the swings of the cargo rope relative to the gravitational vertical is fulfilled. Provides examples of the maximum speed output constraints-to-time when removing the rope swing.

  12. Seismicity of the Earth 1900-2012 Java and vicinity

    USGS Publications Warehouse

    Jones, Eric S.; Hayes, Gavin P.; Bernardino, Melissa; Dannemann, Fransiska K.; Furlong, Kevin P.; Benz, Harley M.; Villaseñor, Antonio

    2014-01-01

    The Sunda convergent margin extends for 5,600 km from the Bay of Bengal and the Andaman Sea, both located northwest of the map area, towards the island of Sumba in the southeast, and then continues eastward as the Banda arc system. This tectonically active margin is a result of the India and Australia plates converging with and subducting beneath the Sunda plate at a rate of approximately 50 to 70 mm/yr. The main physiographic feature associated with this convergent margin is the Sunda-Java Trench, which stretches for 3,000 km parallel to the Java and Sumatra land masses and terminates at 120° E. The convergence of the Indo-Australia and Sunda plates produces two active volcanic arcs: Sunda, which extends from 105 to 122° E and Banda, which extends from 122 to 128° E. The Sunda arc results solely from relatively simple oceanic plate subduction, while the Banda arc represents the transition from oceanic subduction to continental collision, where a complex, broad deforming zone is found. Based on modern activity, the Banda arc can be divided into three distinct zones: an inactive section, the Wetar Zone, bound by two active segments, the Flores Zone in the west and the Damar Zone in the east. The lack of volcanism in the Wetar Zone is attributed to the collision of Australia with the Sunda plate. The absence of gap in volcanic activity is underlain by a gap in intermediate depth seismicity, which is in contrast to nearly continuous, deep seismicity below all three sections of the arc. The Flores Zone is characterized by down-dip compression in the subducted slab at intermediate depths and late Quaternary uplift of the forearc. These unusual features, along with GPS data interpretations indicate that the Flores Zone marks the transition between subduction of oceanic crust in the west and the collision of continental crust in the east. The Java section of the Sunda arc is considered relatively aseismic historically when compared to the highly seismically active

  13. Potential Development Essential Oil Production of Central Java, Indonesia

    NASA Astrophysics Data System (ADS)

    Alighiri, D.; Eden, W. T.; Supardi, K. I.; Masturi; Purwinarko, A.

    2017-04-01

    Indonesia is the source of raw essential oil in the world. Essential oils are used in various types of industries such as food and beverage, flavour, fragrance, perfumery, pharmaceuticals, and cosmetics. However, the development of Indonesian essential oil industry has not been encouraging for the production of essential oils, further it is unable to meet global demand. Besides that, the quality of volatile oil resulted cannot meet the international market standards. Based on the facts, the potential of Indonesian essential oils needs to be developed to provide added value, through increased production, improved quality and product diversification. One part of Indonesia having abundant of raw essential oil source is Central Java. Central Java has the quite large potential production of essential oils. Some essential oils produced from refining industry owned by the government, private and community sectors include cananga oils (Boyolali district), clove oils (Semarang district), patchouli oils (Brebes district, Pemalang district, and Klaten district). The main problem in the development of plants industries that producing essential oil in Central Java is low crops production, farming properties, quality of essential oils are diverse, providing poor-quality products and volatile oil price fluctuations. Marketing constraints of Central Java essential oils are quite complex supply chain. In general, marketing constraints of essential oils due to three factors, namely the low quality due to type of essential oil business that generally shaped small businesses with different capital and technology, domestic marketing is still a buyer-market (price determined by the buyer) because of weak bargaining position processors businessman, and prices fluctuate (domestic and foreign) due to uncontrolled domestic production and inter-country competition among manufacturers.

  14. An oceanic plateau subduction offshore Eastern Java

    NASA Astrophysics Data System (ADS)

    Shulgin, A.; Kopp, H.; Mueller, C.; Planert, L.; Lueschen, E.; Flueh, E. R.; Djajadihardja, Y.

    2010-12-01

    The area offshore Java represents one of a few places globally where the early stage of subduction of an oceanic plateau is observed. We study the little investigated Roo Rise oceanic plateau on the Indian plate, subducting beneath Eurasia.Our study area is located south of eastern Java and covers the edge of the Roo Rise plateau, the Java trench and the entire forearc section. For the first time the detailed deep structure of the Roo Rise is studied, subduction of which has a significant effect on the forearc dynamics and evolution and the increase of the geohazards risks. The tsunamogenic earthquakes of 1994 and 2006 are associated with the oceanic plateau edge been subducted. We present integrated results of a refraction/wide-angle reflection tomography, gravity modeling, and multichannel reflection seismic imaging using data acquired in 2006 along a corridor centered around 113°E and composed of a 340 km long N-S profile and a 130 km long E-W oriented profile. The composite structural models reveal the previously unresolved deep geometry of the collision zone and the structure of the oceanic plateau. The crustal thickness of the Roo Rise plateau is ranging from 18 to 12 km. The structure of the upper crust of the incoming oceanic plate shows the extreme degree of fracturing in its top section, and is associated with a plate bending. The forearc Moho has a depth range from 16 to 20 km. The gravity modeling requires a sharp crustal thickness increase below Java. Within our profiles we do not recover any direct evidence for the presence of the bathymetric features on the oceanic plate currently present below the accretionary prism, responsible for the tsunamogenic earthquake triggering. However vertical variations of the forearc basement edge are observed on the trench-parallel profile, which opens a discussion on the origin of such basement undulations, together with a localized patchy uplift character of the forearc high.The complex geometry of the backstop

  15. GC-MS analysis of clove (Syzygium aromaticum) bud essential oil from Java and Manado

    NASA Astrophysics Data System (ADS)

    Amelia, B.; Saepudin, E.; Cahyana, A. H.; Rahayu, D. U.; Sulistyoningrum, A. S.; Haib, J.

    2017-07-01

    The largest clove production contributors in Indonesia are mostly coming from Java and Manado. Different flavor among clove origins is caused by chemical constituents in clove oil. Unfortunately, scientific research and publications about flavor in clove from Indonesia's origin are still limited. The objective of this research is to determine significant differences of constituents in terms of flavor in clove oil originated from Java and Manado. The essential oils were isolated from cut clove bud samples by steam distillation method. The chemical constituents of clove bud oil were analyzed by using gas chromatography-mass spectrometry (GC-MS). Constituents were then identified by comparing the results of the chromatogram and reference retention time using Wiley mass spectra library (Wiley W9N11). Thirty-six and thirty-four chemical constituents were identified based on GC-MS from clove oil collected from Java and Manado, respectively. Major classes of compounds are sesquiterpenes, phenyl propanoid, oxygenated sesquiterpenes, and esters. Different compositions in major constituents were found between both origins. Clove Java contained eugenol (55.60 %), eugenyl acetate (20.54 %), caryophyllene (14.84 %), and α-humulene (2.75 %). While, in clove Manado, the composition were eugenol (74.64 %), caryophyllene (12.79 %), eugenyl acetate (8.70 %), and α-humulene (1.53 %). Moreover, minor constituents β-elemene (0.04 %), α-cadinene (0.05 %) and ledol (0.06 %) were existed only in clove Java, while clove Manado had some unique minor constituents which were not found in clove Java, i.e. β-gurjunene (0.04 %), γ-cadinene %), and humulene oxide (0.05 %). In conclusion, both clove oils from Java and Manado contained same major chemical constituents but different in their composition. In addition, some minor constituents existed only in specific origin.

  16. Identifying Intraplate Mechanism by B-Value Calculations in the South of Java Island

    NASA Astrophysics Data System (ADS)

    Bagus Suananda Y., Ida; Aufa, Irfan; Harlianti, Ulvienin

    2018-03-01

    Java is the most populous island in Indonesia with 50 million people live there. This island geologically formed at the Eurasia plate margin by the subduction of the Australian oceanic crust. At the south part of Java, beside the occurrence of 2-plate convergence earthquake (interplate), there are also the activities of the intraplate earthquake. Research for distinguish this 2 different earthquake type is necessary for estimating the behavior of the earthquake that may occur. The aim of this research is to map the b-value in the south of Java using earthquake data from 1963 until 2008. The research area are divided into clusters based on the epicenter mapping results with magnitude more than 4 and three different depth (0-30 km, 30-60 km, 60-100 km). This location clustering indicate group of earthquakes occurred by the same structure or mechanism. On some cluster in the south of Java, b-value obtained are between 0.8 and 1.25. This range of b-value indicates the region was intraplate earthquake zone, with 0.72-1.2 b-value range is the indication of intraplate earthquake zone. The final validation is to determine the mechanism of a segment done by correlating the epicenter and b-value plot with the available structural geology data. Based on this research, we discover that the earthquakes occur in Java not only the interplate earthquake, the intraplate earthquake also occurred here. By identifying the mechanism of a segment in the south of Java, earthquake characterization that may occur can be done for developing the accurate earthquake disaster mitigation system.

  17. SST cooling along coastal Java and Sumatra during positive Indian Ocean Dipole events

    NASA Astrophysics Data System (ADS)

    Delman, A. S.; McClean, J.; Sprintall, J.; Talley, L. D.; Bryan, F.; Johnson, B. K.; Carton, J.

    2016-02-01

    The evolution of positive Indian Ocean Dipole (pIOD) events is driven in part by anomalous SST cooling near the coasts of Java and Sumatra. However, the mechanisms and timeline of surface temperature changes near these two islands are distinct. Satellite data and mixed layer budgets in a forced ocean model simulation with 0.1° spatial resolution were used to characterize the dominant influences on SST in each region during pIOD events. Along the south coast of Java, where upwelling from southeasterly trade winds happens seasonally in June-September, strengthening/weakening of the trade winds has little effect on the interannual variability of SST. Instead, remotely-forced upwelling Kelvin waves are the primary mechanism for producing anomalous Java SST cooling in the early stages of a pIOD event. Other mechanisms that affect Java SST anomalies include inflows from the interior Indonesian Seas, mesoscale eddies, and air-sea heat fluxes; these influences can hasten the decay of cool Java SST anomalies and therefore may impact the strength and duration of pIOD events. Along the west coast of Sumatra, surface cooling is initially delayed by a deeper thermocline and a salinity-stratified barrier layer. Hence upwelling Kelvin waves do not substantially affect SST near Sumatra during the first 2-3 months of Java SST cooling; however, they do help drive surface cooling near Sumatra once the barrier layer has been sufficiently eroded by waters of decreasing temperature and increasing salinity. Upwelling Kelvin wave activity in the equatorial Indian Ocean starting in April is also shown to be a robust predictor of pIOD events later in the calendar year.

  18. Reuse of the Cloud Analytics and Collaboration Environment within Tactical Applications (TacApps): A Feasibility Analysis

    DTIC Science & Technology

    2016-03-01

    Representational state transfer  Java messaging service  Java application programming interface (API)  Internet relay chat (IRC)/extensible messaging and...JBoss application server or an Apache Tomcat servlet container instance. The relational database management system can be either PostgreSQL or MySQL ... Java library called direct web remoting. This library has been part of the core CACE architecture for quite some time; however, there have not been

  19. Zika Virus, a Cause of Fever in Central Java, Indonesia

    DTIC Science & Technology

    1981-01-01

    ZIKA VIRUS , A CAUSE OF FEVER IN CENTRAL JAVA, INDONESIA J.G. Olson, T.G. Ksiazek, Suhandiman and Triwibowo REPORT NO. TR-879 NAMRU- DT1 &, AUG 0 9...75, No. 3, 1981 Zika virus , a cause of fever in Central Java, Indonesia J. G. OLSON’, T. G. KSIAZEK’, SUHANDIMAN 2 AND TRIwIBOWO 2 ’U.S. Naval...more days on admission. A physician member of the team recorded the Introduction patient’s age, sex and date of onset of symptoms and Zika virus ( ZIKA

  20. Implementing the Gaia Astrometric Global Iterative Solution (AGIS) in Java

    NASA Astrophysics Data System (ADS)

    O'Mullane, William; Lammers, Uwe; Lindegren, Lennart; Hernandez, Jose; Hobbs, David

    2011-10-01

    This paper provides a description of the Java software framework which has been constructed to run the Astrometric Global Iterative Solution for the Gaia mission. This is the mathematical framework to provide the rigid reference frame for Gaia observations from the Gaia data itself. This process makes Gaia a self calibrated, and input catalogue independent, mission. The framework is highly distributed typically running on a cluster of machines with a database back end. All code is written in the Java language. We describe the overall architecture and some of the details of the implementation.