Aspect-Oriented Subprogram Synthesizes UML Sequence Diagrams
NASA Technical Reports Server (NTRS)
Barry, Matthew R.; Osborne, Richard N.
2006-01-01
The Rational Sequence computer program described elsewhere includes a subprogram that utilizes the capability for aspect-oriented programming when that capability is present. This subprogram is denoted the Rational Sequence (AspectJ) component because it uses AspectJ, which is an extension of the Java programming language that introduces aspect-oriented programming techniques into the language
Direct evaluation of fault trees using object-oriented programming techniques
NASA Technical Reports Server (NTRS)
Patterson-Hine, F. A.; Koen, B. V.
1989-01-01
Object-oriented programming techniques are used in an algorithm for the direct evaluation of fault trees. The algorithm combines a simple bottom-up procedure for trees without repeated events with a top-down recursive procedure for trees with repeated events. The object-oriented approach results in a dynamic modularization of the tree at each step in the reduction process. The algorithm reduces the number of recursive calls required to solve trees with repeated events and calculates intermediate results as well as the solution of the top event. The intermediate results can be reused if part of the tree is modified. An example is presented in which the results of the algorithm implemented with conventional techniques are compared to those of the object-oriented approach.
A Behaviorally-Oriented Activities Therapy Program for Adolescents.
ERIC Educational Resources Information Center
Chasanoff, Enid; Schrader, Carl
1979-01-01
A behaviorally-oriented activities therapy program was designed and implemented with adolescents who manifested problems at school, at home, and with peers. Techniques employed included: contingency contracting, assertiveness training, relaxation training, and cognitive restructuring. (Author/KC)
Orientation Leaders: Followership Styles and Risk-Taking Attitudes
ERIC Educational Resources Information Center
Goodman, Ann Coombes
2015-01-01
Although researchers have investigated the role of new student orientation and transition programs on college campuses, the focus has been primarily on issues such as retention and persistence rates of program participants, academic preparation techniques, and program content or logistics. Little research has been reported on student volunteers or…
A Technique Oriented Freshman Laboratory Program
ERIC Educational Resources Information Center
Palma, R. J., Sr.
1975-01-01
Describes a program built on the philosophy that laboratory exercises were to be exclusively reserved for those concepts which could not be taught more effectively by other pedagogical techniques. Presents faculty and student criticisms of the program. (GS)
NASA Technical Reports Server (NTRS)
Newman, J. J.; Grimes, D. W.; Gaetano, F. W.
1973-01-01
Discussion of management techniques that make it possible to overcome inflationary and developmental cost rises while holding schedule and performance fixed in scientific space programs. The techniques reviewed pertain to high personnel motivation, continual review of contract rigidity for de facto modification by senior judgment, standardization vs design innovation, cooperative customer/contractor goal orientation vs task orientation, and deep real-time management visibility.
General object-oriented software development
NASA Technical Reports Server (NTRS)
Seidewitz, Edwin V.; Stark, Mike
1986-01-01
Object-oriented design techniques are gaining increasing popularity for use with the Ada programming language. A general approach to object-oriented design which synthesizes the principles of previous object-oriented methods into the overall software life-cycle, providing transitions from specification to design and from design to code. It therefore provides the basis for a general object-oriented development methodology.
NASA Astrophysics Data System (ADS)
Xinogalos, Stelios
The acquisition of problem-solving and programming skills in the era of knowledge society seems to be particularly important. Due to the intrinsic difficulty of acquiring such skills various educational tools have been developed. Unfortunately, most of these tools are not utilized. In this paper we present the programming microworlds Karel and objectKarel that support the procedural-imperative and Object-Oriented Programming (OOP) techniques and can be used for supporting the teaching and learning of programming in various learning contexts and audiences. The paper focuses on presenting the pedagogical features that are common to both environments and mainly on presenting the potential uses of these environments.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Kou, Stephen; Palsberg, Jens; Brooks, Jeffrey
Consumer electronics today such as cell phones often have one or more low-power FPGAs to assist with energy-intensive operations in order to reduce overall energy consumption and increase battery life. However, current techniques for programming FPGAs require people to be specially trained to do so. Ideally, software engineers can more readily take advantage of the benefits FPGAs offer by being able to program them using their existing skills, a common one being object-oriented programming. However, traditional techniques for compiling object-oriented languages are at odds with todays FPGA tools, which support neither pointers nor complex data structures. Open until now ismore » the problem of compiling an object-oriented language to an FPGA in a way that harnesses this potential for huge energy savings. In this paper, we present a new compilation technique that feeds into an existing FPGA tool chain and produces FPGAs with up to almost an order of magnitude in energy savings compared to a low-power microprocessor while still retaining comparable performance and area usage.« less
Potential Uses of Occupational Analysis Data By Air Force Management Engineering Teams.
ERIC Educational Resources Information Center
McFarland, Barry P.
Both the occupational analysis program and the management engineering program are primarily concerned with task level descriptions of time spent to perform tasks required in the Air Force, the first being personnel specialty code oriented and the second being work center oriented. However two separate and independent techniques have been developed…
ERIC Educational Resources Information Center
Uysal, Murat Pasa
2016-01-01
Various methods and tools have been proposed to overcome the learning obstacles for Object-Oriented Programming (OOP). However, it remains difficult especially for novice learners. The problem may be not only adopting an instructional method, but also an Integrated Development Environment (IDE). Learners employ IDEs as a means to solve programming…
Constraint-based component-modeling for knowledge-based design
NASA Technical Reports Server (NTRS)
Kolb, Mark A.
1992-01-01
The paper describes the application of various advanced programming techniques derived from artificial intelligence research to the development of flexible design tools for conceptual design. Special attention is given to two techniques which appear to be readily applicable to such design tools: the constraint propagation technique and the object-oriented programming. The implementation of these techniques in a prototype computer tool, Rubber Airplane, is described.
Aspect-Oriented Approach to Operating System Development Empirical Study
NASA Astrophysics Data System (ADS)
Kuusela, Jaakko; Tuominen, Harri
This paper presents a case-study where a new programming technique is applied to an established branch of software development. The purpose of the study was to test whether or not aspect-oriented programming (AOP) could be used in operating systems development. Instead of any real world operating system an educational OS with the name Nachos was used. This was because Nachos is written in Java which makes it easy to introduce aspect-oriented techniques. In this paper a new file system for the Nachos OS is developed and then it is analyzed by profiling and metrics. The results show that it is possible to use AOP in OS development and that it is also beneficial to do so.
Survey of Biochemical Separation Techniques
ERIC Educational Resources Information Center
Nilsson, Melanie R.
2007-01-01
A simple laboratory exercise is illustrated that exposes students to wide range of separation techniques in one laboratory program and provides a nice complement to a project-oriented program. Students have learned the basic principles of syringe filtration, centricon, dialysis, gel filtration and solid-phase extraction methodologies and have got…
NASA Technical Reports Server (NTRS)
Kolb, Mark A.
1990-01-01
Originally, computer programs for engineering design focused on detailed geometric design. Later, computer programs for algorithmically performing the preliminary design of specific well-defined classes of objects became commonplace. However, due to the need for extreme flexibility, it appears unlikely that conventional programming techniques will prove fruitful in developing computer aids for engineering conceptual design. The use of symbolic processing techniques, such as object-oriented programming and constraint propagation, facilitate such flexibility. Object-oriented programming allows programs to be organized around the objects and behavior to be simulated, rather than around fixed sequences of function- and subroutine-calls. Constraint propagation allows declarative statements to be understood as designating multi-directional mathematical relationships among all the variables of an equation, rather than as unidirectional assignments to the variable on the left-hand side of the equation, as in conventional computer programs. The research has concentrated on applying these two techniques to the development of a general-purpose computer aid for engineering conceptual design. Object-oriented programming techniques are utilized to implement a user-extensible database of design components. The mathematical relationships which model both geometry and physics of these components are managed via constraint propagation. In addition, to this component-based hierarchy, special-purpose data structures are provided for describing component interactions and supporting state-dependent parameters. In order to investigate the utility of this approach, a number of sample design problems from the field of aerospace engineering were implemented using the prototype design tool, Rubber Airplane. The additional level of organizational structure obtained by representing design knowledge in terms of components is observed to provide greater convenience to the program user, and to result in a database of engineering information which is easier both to maintain and to extend.
ERIC Educational Resources Information Center
Trinity Coll., Washington, DC.
This teaching guide accompanying materials for parents to support the efforts of their limited-English-speaking high school children in a vocationally-oriented bilingual secondary program provides an explanation of the program and its objectives and suggests techniques for introducing and using the materials effectively with the parents. Steps to…
Evaluation of an Inservice Program for Earth Science Teachers
ERIC Educational Resources Information Center
Mayer, Victor J.; And Others
1975-01-01
Reports on the evaluation of an earth science inservice program designed to (1) improve teachers' understandings of principles and concepts, (2) assist teachers in the use of investigatory techniques for teaching, (3) assist teachers in developing and implementing laboratory-oriented courses and (4) instruct teachers in techniques of self…
C++, objected-oriented programming, and astronomical data models
NASA Technical Reports Server (NTRS)
Farris, A.
1992-01-01
Contemporary astronomy is characterized by increasingly complex instruments and observational techniques, higher data collection rates, and large data archives, placing severe stress on software analysis systems. The object-oriented paradigm represents a significant new approach to software design and implementation that holds great promise for dealing with this increased complexity. The basic concepts of this approach will be characterized in contrast to more traditional procedure-oriented approaches. The fundamental features of objected-oriented programming will be discussed from a C++ programming language perspective, using examples familiar to astronomers. This discussion will focus on objects, classes and their relevance to the data type system; the principle of information hiding; and the use of inheritance to implement generalization/specialization relationships. Drawing on the object-oriented approach, features of a new database model to support astronomical data analysis will be presented.
ERIC Educational Resources Information Center
Margush, Tim
2001-01-01
Discussion of Object Oriented Programming (OOP) focuses on criticism of an earlier article that addressed problems of applying specific functionality to controls across several forms in a Visual Basic project. Examines the Object Oriented techniques, inheritance and composition, commonly employed to extend the functionality of an object.…
Multi-Image or Lap-Dissolve Slide Techniques and Visual Images in the Large Lecture Section.
ERIC Educational Resources Information Center
Bodner, George M.; And Others
1984-01-01
Advantages and disadvantages of using multi-image or lap-dissolve (LD) slide techniques in large lecture sections are discussed. Production, use, and evaluation of LD programs are also discussed. Indicates that these programs are an effective way of improving instruction on visually oriented topics. (JN)
Educational Software: A Developer's Perspective.
ERIC Educational Resources Information Center
Armstrong, Timothy C.; Loane, Russell F.
1994-01-01
Examines the current status and short-term future of computer software development in higher education. Topics discussed include educational advantages of software; current program development techniques, including object oriented programming; and market trends, including IBM versus Macintosh and multimedia programs. (LRW)
An Ada Object Oriented Missile Flight Simulation
1991-09-01
identify by block number) This thesis uses the Ada programming language in the design and development of an air-to-air missile flight simulation with...object oriented techniques and sound software engineering principles. The simulation is designed to be more understandable, modifiable, efficient and...Department of Computer Science ii ABSTRACT This thesis uses the Ada programming language in the design and development of an air-to-air missile flight
An object-oriented approach to data display and storage: 3 years experience, 25,000 cases.
Sainsbury, D A
1993-11-01
Object-oriented programming techniques were used to develop computer based data display and storage systems. These have been operating in the 8 anaesthetising areas of the Adelaide Children's Hospital for 3 years. The analogue and serial outputs from an array of patient monitors are connected to IBM compatible PC-XT computers. The information is displayed on a colour screen as wave-form and trend graphs and digital format in 'real time'. The trend data is printed simultaneously on a dot matrix printer. This data is also stored for 24 hours on 'hard' disk. The major benefit has been the provision of a single visual focus for all monitored variables. The automatic logging of data has been invaluable in the analysis of critical incidents. The systems were made possible by recent, rapid improvements in computer hardware and software. This paper traces the development of the program and demonstrates the advantages of object-oriented programming techniques.
Multiprocessor smalltalk: Implementation, performance, and analysis
DOE Office of Scientific and Technical Information (OSTI.GOV)
Pallas, J.I.
1990-01-01
Multiprocessor Smalltalk demonstrates the value of object-oriented programming on a multiprocessor. Its implementation and analysis shed light on three areas: concurrent programming in an object oriented language without special extensions, implementation techniques for adapting to multiprocessors, and performance factors in the resulting system. Adding parallelism to Smalltalk code is easy, because programs already use control abstractions like iterators. Smalltalk's basic control and concurrency primitives (lambda expressions, processes and semaphores) can be used to build parallel control abstractions, including parallel iterators, parallel objects, atomic objects, and futures. Language extensions for concurrency are not required. This implementation demonstrates that it is possiblemore » to build an efficient parallel object-oriented programming system and illustrates techniques for doing so. Three modification tools-serialization, replication, and reorganization-adapted the Berkeley Smalltalk interpreter to the Firefly multiprocessor. Multiprocessor Smalltalk's performance shows that the combination of multiprocessing and object-oriented programming can be effective: speedups (relative to the original serial version) exceed 2.0 for five processors on all the benchmarks; the median efficiency is 48%. Analysis shows both where performance is lost and how to improve and generalize the experimental results. Changes in the interpreter to support concurrency add at most 12% overhead; better access to per-process variables could eliminate much of that. Changes in the user code to express concurrency add as much as 70% overhead; this overhead could be reduced to 54% if blocks (lambda expressions) were reentrant. Performance is also lost when the program cannot keep all five processors busy.« less
Object-Oriented Algorithm For Evaluation Of Fault Trees
NASA Technical Reports Server (NTRS)
Patterson-Hine, F. A.; Koen, B. V.
1992-01-01
Algorithm for direct evaluation of fault trees incorporates techniques of object-oriented programming. Reduces number of calls needed to solve trees with repeated events. Provides significantly improved software environment for such computations as quantitative analyses of safety and reliability of complicated systems of equipment (e.g., spacecraft or factories).
Boyle, M; Butcher, R; Kenney, C
1998-03-01
Intensive care orientation programs have become an accepted component of intensive care education. To date, however, there have been no Australian-based standards defining the appropriate level of competence to be attained upon completion of orientation. The aim of this study was to validate a set of aims, competencies and educational objectives that could form the basis of intensive care orientation and which would ensure an outcome standard of safe and effective practice. An initial document containing a statement of the desired outcome goal, six competency statements and 182 educational objectives was developed through a review of the orientation programs developed by the investigators. The Delphi technique was used to gain consensus among 13 nurses recognised for their expertise in intensive care education. The expert group rated the acceptability of each of the study items and provided suggestions for objectives to be included. An approval rating of 80 per cent was required to retain each of the study items, with the document refined through three Delphi rounds. The final document contains a validated statement of outcome goal, competencies and educational objectives for intensive care orientation programs.
Object-oriented design and programming in medical decision support.
Heathfield, H; Armstrong, J; Kirkham, N
1991-12-01
The concept of object-oriented design and programming has recently received a great deal of attention from the software engineering community. This paper highlights the realisable benefits of using the object-oriented approach in the design and development of clinical decision support systems. These systems seek to build a computational model of some problem domain and therefore tend to be exploratory in nature. Conventional procedural design techniques do not support either the process of model building or rapid prototyping. The central concepts of the object-oriented paradigm are introduced, namely encapsulation, inheritance and polymorphism, and their use illustrated in a case study, taken from the domain of breast histopathology. In particular, the dual roles of inheritance in object-oriented programming are examined, i.e., inheritance as a conceptual modelling tool and inheritance as a code reuse mechanism. It is argued that the use of the former is not entirely intuitive and may be difficult to incorporate into the design process. However, inheritance as a means of optimising code reuse offers substantial technical benefits.
DROP: Detecting Return-Oriented Programming Malicious Code
NASA Astrophysics Data System (ADS)
Chen, Ping; Xiao, Hai; Shen, Xiaobin; Yin, Xinchun; Mao, Bing; Xie, Li
Return-Oriented Programming (ROP) is a new technique that helps the attacker construct malicious code mounted on x86/SPARC executables without any function call at all. Such technique makes the ROP malicious code contain no instruction, which is different from existing attacks. Moreover, it hides the malicious code in benign code. Thus, it circumvents the approaches that prevent control flow diversion outside legitimate regions (such as W ⊕ X ) and most malicious code scanning techniques (such as anti-virus scanners). However, ROP has its own intrinsic feature which is different from normal program design: (1) uses short instruction sequence ending in "ret", which is called gadget, and (2) executes the gadgets contiguously in specific memory space, such as standard GNU libc. Based on the features of the ROP malicious code, in this paper, we present a tool DROP, which is focused on dynamically detecting ROP malicious code. Preliminary experimental results show that DROP can efficiently detect ROP malicious code, and have no false positives and negatives.
Knowledge-based simulation using object-oriented programming
NASA Technical Reports Server (NTRS)
Sidoran, Karen M.
1993-01-01
Simulations have become a powerful mechanism for understanding and modeling complex phenomena. Their results have had substantial impact on a broad range of decisions in the military, government, and industry. Because of this, new techniques are continually being explored and developed to make them even more useful, understandable, extendable, and efficient. One such area of research is the application of the knowledge-based methods of artificial intelligence (AI) to the computer simulation field. The goal of knowledge-based simulation is to facilitate building simulations of greatly increased power and comprehensibility by making use of deeper knowledge about the behavior of the simulated world. One technique for representing and manipulating knowledge that has been enhanced by the AI community is object-oriented programming. Using this technique, the entities of a discrete-event simulation can be viewed as objects in an object-oriented formulation. Knowledge can be factual (i.e., attributes of an entity) or behavioral (i.e., how the entity is to behave in certain circumstances). Rome Laboratory's Advanced Simulation Environment (RASE) was developed as a research vehicle to provide an enhanced simulation development environment for building more intelligent, interactive, flexible, and realistic simulations. This capability will support current and future battle management research and provide a test of the object-oriented paradigm for use in large scale military applications.
Exploring the Synergies between the Object Oriented Paradigm and Mathematics: A Java Led Approach
ERIC Educational Resources Information Center
Conrad, Marc; French, Tim
2004-01-01
While the object oriented paradigm and its instantiation within programming languages such as Java has become a ubiquitous part of both the commercial and educational landscapes, its usage as a visualization technique within mathematics undergraduate programmes of study has perhaps been somewhat underestimated. By regarding the object oriented…
NASA Technical Reports Server (NTRS)
Anderson, B. H.
1983-01-01
A broad program to develop advanced, reliable, and user oriented three-dimensional viscous design techniques for supersonic inlet systems, and encourage their transfer into the general user community is discussed. Features of the program include: (1) develop effective methods of computing three-dimensional flows within a zonal modeling methodology; (2) ensure reasonable agreement between said analysis and selective sets of benchmark validation data; (3) develop user orientation into said analysis; and (4) explore and develop advanced numerical methodology.
Program Evaluation: The Board Game--An Interactive Learning Tool for Evaluators
ERIC Educational Resources Information Center
Febey, Karen; Coyne, Molly
2007-01-01
The field of program evaluation lacks interactive teaching tools. To address this pedagogical issue, the authors developed a collaborative learning technique called Program Evaluation: The Board Game. The authors present the game and its development in this practitioner-oriented article. The evaluation board game is an adaptable teaching tool…
NASA Astrophysics Data System (ADS)
Juanle, Wang; Shuang, Li; Yunqiang, Zhu
2005-10-01
According to the requirements of China National Scientific Data Sharing Program (NSDSP), the research and development of web oriented RS Image Publication System (RSIPS) is based on Java Servlet technique. The designing of RSIPS framework is composed of 3 tiers, which is Presentation Tier, Application Service Tier and Data Resource Tier. Presentation Tier provides user interface for data query, review and download. For the convenience of users, visual spatial query interface is included. Served as a middle tier, Application Service Tier controls all actions between users and databases. Data Resources Tier stores RS images in file and relationship databases. RSIPS is developed with cross platform programming based on Java Servlet tools, which is one of advanced techniques in J2EE architecture. RSIPS's prototype has been developed and applied in the geosciences clearinghouse practice which is among the experiment units of NSDSP in China.
A Boilerplate Capsule Test Technique for the Orion Parachute Test Program
NASA Technical Reports Server (NTRS)
Moore, James W.; Fraire, Usbaldo, Jr.
2013-01-01
The test program developing parachutes for the Orion/MPCV includes drop tests of a Parachute Test Vehicle designed to emulate the wake of the Orion capsule. Delivery of this test vehicle to the initial velocity, altitude, and orientation required for the test is a difficult problem involving multiple engineering disciplines. The available delivery of aircraft options imposed constraints on the test vehicle development and concept of operations. This paper describes the development of this test technique. The engineering challenges include the extraction from an aircraft and separation of two aerodynamically unstable vehicles, one of which will be delivered to a specific orientation with reasonably small rates. The desired attitude is achieved by precisely targeting the separation point using on-board monitoring of the motion. The design of the test vehicle is described. The trajectory simulations and other analyses used to develop this technique and predict the behavior of the test article are reviewed in detail. The application of the technique on several successful drop tests is summarized.
Li, Ji-Qing; Zhang, Yu-Shan; Ji, Chang-Ming; Wang, Ai-Jing; Lund, Jay R
2013-01-01
This paper examines long-term optimal operation using dynamic programming for a large hydropower system of 10 reservoirs in Northeast China. Besides considering flow and hydraulic head, the optimization explicitly includes time-varying electricity market prices to maximize benefit. Two techniques are used to reduce the 'curse of dimensionality' of dynamic programming with many reservoirs. Discrete differential dynamic programming (DDDP) reduces the search space and computer memory needed. Object-oriented programming (OOP) and the ability to dynamically allocate and release memory with the C++ language greatly reduces the cumulative effect of computer memory for solving multi-dimensional dynamic programming models. The case study shows that the model can reduce the 'curse of dimensionality' and achieve satisfactory results.
A Seamless Approach to Transitioning Cane Skills from the Diagonal to the Two-Point Touch Technique
ERIC Educational Resources Information Center
Penrod, William M.
2012-01-01
The profession of orientation and mobility (O&M) is replete with literature describing specific cane techniques, strategies for teaching O&M to specific populations and age groups, rationales, and appropriate settings. These strategies and techniques are also addressed in many university preparation programs. In this article, the author discusses…
Object-orientated DBMS techniques for time-oriented medical record.
Pinciroli, F; Combi, C; Pozzi, G
1992-01-01
In implementing time-orientated medical record (TOMR) management systems, use of a relational model played a big role. Many applications have been developed to extend query and data manipulation languages to temporal aspects of information. Our experience in developing TOMR revealed some deficiencies inside the relational model, such as: (a) abstract data type definition; (b) unified view of data, at a programming level; (c) management of temporal data; (d) management of signals and images. We identified some first topics to face by an object-orientated approach to database design. This paper describes the first steps in designing and implementing a TOMR by an object-orientated DBMS.
Integrating an object system into CLIPS: Language design and implementation issues
NASA Technical Reports Server (NTRS)
Auburn, Mark
1990-01-01
This paper describes the reasons why an object system with integrated pattern-matching and object-oriented programming facilities is desirable for CLIPS and how it is possible to integrate such a system into CLIPS while maintaining the run-time performance and the low memory usage for which CLIPS is known. The requirements for an object system in CLIPS that includes object-oriented programming and integrated pattern-matching are discussed and various techniques for optimizing the object system and its integration with the pattern-matcher are presented.
ERIC Educational Resources Information Center
Hungerland, Jacklyn E.; Taylor, John E.
As part of the Army's adoption of performance-oriented instruction in Army Training centers, a study was conducted to determine the feasibility of using sefl-paced instruction without programed texts in a clerical and computational skills course. Course organization, course management, and effective instructional techniques for self-paced training…
Techniques to Aid DoD Writers in Developing User-Oriented Directives
1990-09-01
received from sales of the recovered materials, expenses incurred in this program, the number and costs of projects for environmental improvement and...components for managing acquisition programs. a. Program direction and guidance for ACAT I programs, to include all matters relating to cost , schedule...documented needs and unfunded ownership costs requirements * Operational deficiencies identified must first be Proposed exit criteria tnat must be
Change@ucsc.edu: Managing a Comprehensive Change Effort.
ERIC Educational Resources Information Center
Coate, L. Edwin
This monograph describes how team- and process-oriented change techniques such as Total Quality Management (TQM) and Business Process Reengineering (BPR), were adapted to an academic environment to effect a comprehensive change program at the University of California Santa Cruz (UCSC). The $3 million program, begun in 1993, produced radical…
Advanced decision aiding techniques applicable to space
NASA Technical Reports Server (NTRS)
Kruchten, Robert J.
1987-01-01
RADC has had an intensive program to show the feasibility of applying advanced technology to Air Force decision aiding situations. Some aspects of the program, such as Satellite Autonomy, are directly applicable to space systems. For example, RADC has shown the feasibility of decision aids that combine the advantages of laser disks and computer generated graphics; decision aids that interface object-oriented programs with expert systems; decision aids that solve path optimization problems; etc. Some of the key techniques that could be used in space applications are reviewed. Current applications are reviewed along with their advantages and disadvantages, and examples are given of possible space applications. The emphasis is to share RADC experience in decision aiding techniques.
Evolutionary programming-based univector field navigation method for past mobile robots.
Kim, Y J; Kim, J H; Kwon, D S
2001-01-01
Most of navigation techniques with obstacle avoidance do not consider the robot orientation at the target position. These techniques deal with the robot position only and are independent of its orientation and velocity. To solve these problems this paper proposes a novel univector field method for fast mobile robot navigation which introduces a normalized two dimensional vector field. The method provides fast moving robots with the desired posture at the target position and obstacle avoidance. To obtain the sub-optimal vector field, a function approximator is used and trained by evolutionary programming. Two kinds of vector fields are trained, one for the final posture acquisition and the other for obstacle avoidance. Computer simulations and real experiments are carried out for a fast moving mobile robot to demonstrate the effectiveness of the proposed scheme.
Object-oriented fault tree evaluation program for quantitative analyses
NASA Technical Reports Server (NTRS)
Patterson-Hine, F. A.; Koen, B. V.
1988-01-01
Object-oriented programming can be combined with fault free techniques to give a significantly improved environment for evaluating the safety and reliability of large complex systems for space missions. Deep knowledge about system components and interactions, available from reliability studies and other sources, can be described using objects that make up a knowledge base. This knowledge base can be interrogated throughout the design process, during system testing, and during operation, and can be easily modified to reflect design changes in order to maintain a consistent information source. An object-oriented environment for reliability assessment has been developed on a Texas Instrument (TI) Explorer LISP workstation. The program, which directly evaluates system fault trees, utilizes the object-oriented extension to LISP called Flavors that is available on the Explorer. The object representation of a fault tree facilitates the storage and retrieval of information associated with each event in the tree, including tree structural information and intermediate results obtained during the tree reduction process. Reliability data associated with each basic event are stored in the fault tree objects. The object-oriented environment on the Explorer also includes a graphical tree editor which was modified to display and edit the fault trees.
The Road to Computer Literacy. Part V: Objectives and Activities for Grades 10-12.
ERIC Educational Resources Information Center
Bitter, Gary
1983-01-01
Presents computer-oriented activities in computer awareness and programing for students in grades 10-12. Intended for use by teachers of all disciplines, activities include such topics as prediction, interpretation and generalization of data, computer systems, PASCAL and PILOT programing, sampling techniques, computer survival, invasion of…
Performance Measurement in Helicopter Training and Operations.
ERIC Educational Resources Information Center
Prophet, Wallace W.
For almost 15 years, HumRRO Division No. 6 has conducted an active research program on techniques for measuring the flight performance of helicopter trainees and pilots. This program addressed both the elemental aspects of flying (i.e., maneuvers) and the mission- or goal-oriented aspects. A variety of approaches has been investigated, with the…
Effect of a Storyboarding Technique on Selected Measures of Fitness among University Employees
ERIC Educational Resources Information Center
Anshel, Mark H.; Sutarso, Toto
2010-01-01
The purpose of this study was to determine the effectiveness of storyboarding (i.e., participants' written narrative) on improving fitness among university employees over 10 weeks. Groups consisted of storytelling during the program orientation, storytelling plus two coaching sessions, or the normal program only (control). Using difference…
Design and implementation of a pilot orientation program for new NASA engineering employees
NASA Technical Reports Server (NTRS)
Graham, Ronald E.; Furnas, Randall B.; Babula, Maria
1993-01-01
This paper describes the design and field testing of an orientation program for new employees of NASA Lewis Research Center's Engineering Directorate. A group of new employees designed the program using a series of TQM analysis techniques. The program objectives were: provide consistent treatment for new employees; assist management and clerical staff with their responsibility for orientation; introduce the employee to as many facets of the organization as possible; allow the employee to feel like a member of the organization as early as possible; maximize the use of existing services; and use up-to-date information. The major aspects of the program included: training of management and clerical staff; lab tours and briefings describing the organization; shepherding, using senior employees as shepherds; a handbook of information about the center and the directorate; a package of information about northeast Ohio; and social activities involving the new employees and shepherds. The program was tested on a pilot group of six new employees over a four month period and was considered to be highly successful by both the employees and management. Aspects of the program have subsequently been adopted for center-wide use.
Library orientation methods: J. Hillis Miller Health Center Library program.
Eaton, E S
1972-01-01
Two orientation devices are described which are currently in use at the J. Hillis Miller Health Center Library. One is a taped tour which requires a portable recorder with earphones attached. Tapes are now available for nursing students, physical therapy students, and Health Center staff. The tour includes location information and description of the card catalog and certain basic index and abstract services. The second orientation device is a short instruction tape on the use of Index Medicus which is attached to the Index Medicus table. This is heard through a telephone apparatus. It is anticipated that the tape technique will be expanded to apply to other students and other library tools. It is also believed that this technique may be used in other libraries. Information about the supplies and equipment used is given as an addendum.
NASA Astrophysics Data System (ADS)
Wiesmann, William P.; Pranger, L. Alex; Bogucki, Mary S.
1998-05-01
Remote monitoring of physiologic data from individual high- risk workers distributed over time and space is a considerable challenge. This is often due to an inadequate capability to accurately integrate large amounts of data into usable information in real time. In this report, we have used the vertical and horizontal organization of the 'fireground' as a framework to design a distributed network of sensors. In this system, sensor output is linked through a hierarchical object oriented programing process to accurately interpret physiological data, incorporate these data into a synchronous model and relay processed data, trends and predictions to members of the fire incident command structure. There are several unique aspects to this approach. The first includes a process to account for variability in vital parameter values for each individual's normal physiologic response by including an adaptive network in each data process. This information is used by the model in an iterative process to baseline a 'normal' physiologic response to a given stress for each individual and to detect deviations that indicate dysfunction or a significant insult. The second unique capability of the system orders the information for each user including the subject, local company officers, medical personnel and the incident commanders. Information can be retrieved and used for training exercises and after action analysis. Finally this system can easily be adapted to existing communication and processing links along with incorporating the best parts of current models through the use of object oriented programming techniques. These modern software techniques are well suited to handling multiple data processes independently over time in a distributed network.
NASA Astrophysics Data System (ADS)
Jennings, Guy; Lee, Peter L.
1995-02-01
In this paper we describe the design and implementation of a computerized data-acquisition system for high-speed energy-dispersive EXAFS experiments on the X6A beamline at the National Synchrotron Light Source. The acquisition system drives the stepper motors used to move the components of the experimental setup and controls the readout of the EXAFS spectra. The system runs on a Macintosh IIfx computer and is written entirely in the object-oriented language C++. Large segments of the system are implemented by means of commercial class libraries, specifically the MacApp application framework from Apple, the Rogue Wave class library, and the Hierarchical Data Format datafile format library from the National Center for Supercomputing Applications. This reduces the amount of code that must be written and enhances reliability. The system makes use of several advanced features of C++: Multiple inheritance allows the code to be decomposed into independent software components and the use of exception handling allows the system to be much more reliable in the event of unexpected errors. Object-oriented techniques allow the program to be extended easily as new requirements develop. All sections of the program related to a particular concept are located in a small set of source files. The program will also be used as a prototype for future software development plans for the Basic Energy Science Synchrotron Radiation Center Collaborative Access Team beamlines being designed and built at the Advanced Photon Source.
El-Zawawy, Mohamed A.
2014-01-01
This paper introduces new approaches for the analysis of frequent statement and dereference elimination for imperative and object-oriented distributed programs running on parallel machines equipped with hierarchical memories. The paper uses languages whose address spaces are globally partitioned. Distributed programs allow defining data layout and threads writing to and reading from other thread memories. Three type systems (for imperative distributed programs) are the tools of the proposed techniques. The first type system defines for every program point a set of calculated (ready) statements and memory accesses. The second type system uses an enriched version of types of the first type system and determines which of the ready statements and memory accesses are used later in the program. The third type system uses the information gather so far to eliminate unnecessary statement computations and memory accesses (the analysis of frequent statement and dereference elimination). Extensions to these type systems are also presented to cover object-oriented distributed programs. Two advantages of our work over related work are the following. The hierarchical style of concurrent parallel computers is similar to the memory model used in this paper. In our approach, each analysis result is assigned a type derivation (serves as a correctness proof). PMID:24892098
Applying object-oriented software engineering at the BaBar collaboration
NASA Astrophysics Data System (ADS)
Jacobsen, Bob; BaBar Collaboration Reconstruction Software Group
1997-02-01
The BaBar experiment at SLAC will start taking data in 1999. We are attempting to build its reconstruction software using good software engineering practices, including the use of object-oriented technology. We summarize our experience to date with analysis and design activities, training, CASE and documentation tools, C++ programming practice and similar topics. The emphasis is on the practical issues of simultaneously introducing new techniques to a large collaboration while under a deadline for system delivery.
NASA Astrophysics Data System (ADS)
Yang, Ruijie; Dai, Jianrong; Yang, Yong; Hu, Yimin
2006-08-01
The purpose of this study is to extend an algorithm proposed for beam orientation optimization in classical conformal radiotherapy to intensity-modulated radiation therapy (IMRT) and to evaluate the algorithm's performance in IMRT scenarios. In addition, the effect of the candidate pool of beam orientations, in terms of beam orientation resolution and starting orientation, on the optimized beam configuration, plan quality and optimization time is also explored. The algorithm is based on the technique of mixed integer linear programming in which binary and positive float variables are employed to represent candidates for beam orientation and beamlet weights in beam intensity maps. Both beam orientations and beam intensity maps are simultaneously optimized in the algorithm with a deterministic method. Several different clinical cases were used to test the algorithm and the results show that both target coverage and critical structures sparing were significantly improved for the plans with optimized beam orientations compared to those with equi-spaced beam orientations. The calculation time was less than an hour for the cases with 36 binary variables on a PC with a Pentium IV 2.66 GHz processor. It is also found that decreasing beam orientation resolution to 10° greatly reduced the size of the candidate pool of beam orientations without significant influence on the optimized beam configuration and plan quality, while selecting different starting orientations had large influence. Our study demonstrates that the algorithm can be applied to IMRT scenarios, and better beam orientation configurations can be obtained using this algorithm. Furthermore, the optimization efficiency can be greatly increased through proper selection of beam orientation resolution and starting beam orientation while guaranteeing the optimized beam configurations and plan quality.
NASA Technical Reports Server (NTRS)
Pinckney, John
2010-01-01
With the advent of high speed computing Monte Carlo ray tracing techniques has become the preferred method for evaluating spacecraft orbital heats. Monte Carlo has its greatest advantage where there are many interacting surfaces. However Monte Carlo programs are specialized programs that suffer from some inaccuracy, long calculation times and high purchase cost. A general orbital heating integral is presented here that is accurate, fast and runs on MathCad, a generally available engineering mathematics program. The integral is easy to read, understand and alter. The integral can be applied to unshaded primitive surfaces at any orientation. The method is limited to direct heating calculations. This integral formulation can be used for quick orbit evaluations and spot checking Monte Carlo results.
Optimizing Aspect-Oriented Mechanisms for Embedded Applications
NASA Astrophysics Data System (ADS)
Hundt, Christine; Stöhr, Daniel; Glesner, Sabine
As applications for small embedded mobile devices are getting larger and more complex, it becomes inevitable to adopt more advanced software engineering methods from the field of desktop application development. Aspect-oriented programming (AOP) is a promising approach due to its advanced modularization capabilities. However, existing AOP languages tend to add a substantial overhead in both execution time and code size which restricts their practicality for small devices with limited resources. In this paper, we present optimizations for aspect-oriented mechanisms at the level of the virtual machine. Our experiments show that these optimizations yield a considerable performance gain along with a reduction of the code size. Thus, our optimizations establish the base for using advanced aspect-oriented modularization techniques for developing Java applications on small embedded devices.
Process-oriented Approach to Designing Immersion Assessments
2014-02-01
Command (USSOCOM) Command Language Program Manager (CLPM) Advanced Competencies Course in a presentation titled, The Language Needs Assessment Process and...Techniques can be very similar • Physical v. psychological fidelity • Johns (2006) Discrete Context—task, social and physical • 4Ps : Purpose
Intervention strategies for spatial orientation disorders in dementia: a selective review.
Caffò, Alessandro O; Hoogeveen, Frans; Groenendaal, Mari; Perilli, Anna Viviana; Picucci, Luciana; Lancioni, Giulio E; Bosco, Andrea
2014-06-01
This article provides a brief overview of the intervention strategies aimed at reducing spatial orientation disorders in elderly people with dementia. Eight experimental studies using spatial cues, assistive technology programs, reality orientation training, errorless learning technique, and backward chaining programs are described. They can be classified into two main approaches: restorative and compensatory, depending on whether they rely or not on residual learning ability, respectively. A review of the efficacy of these intervention strategies is proposed. Results suggest that both compensatory and restorative approaches may be valuable in enhancing correct way-finding behavior, with various degrees of effectiveness. Some issues concerning (a) variability in participants' characteristics and experimental designs and (b) practicality of intervention strategies do not permit to draw a definite conclusion. Future research should be aimed at a direct comparison between these two strategies, and should incorporate an extensive neuropsychological assessment of spatial domain.
Applications of artificial intelligence to mission planning
NASA Technical Reports Server (NTRS)
Ford, Donnie R.; Rogers, John S.; Floyd, Stephen A.
1990-01-01
The scheduling problem facing NASA-Marshall mission planning is extremely difficult for several reasons. The most critical factor is the computational complexity involved in developing a schedule. The size of the search space is large along some dimensions and infinite along others. It is because of this and other difficulties that many of the conventional operation research techniques are not feasible or inadequate to solve the problems by themselves. Therefore, the purpose is to examine various artificial intelligence (AI) techniques to assist conventional techniques or to replace them. The specific tasks performed were as follows: (1) to identify mission planning applications for object oriented and rule based programming; (2) to investigate interfacing AI dedicated hardware (Lisp machines) to VAX hardware; (3) to demonstrate how Lisp may be called from within FORTRAN programs; (4) to investigate and report on programming techniques used in some commercial AI shells, such as Knowledge Engineering Environment (KEE); and (5) to study and report on algorithmic methods to reduce complexity as related to AI techniques.
Empowerment Evaluation: A Form of Self-Evaluation.
ERIC Educational Resources Information Center
Fetterman, David M.
Empowerment evaluation is an innovative approach that uses evaluation concepts and techniques to foster improvement and self-determination. Empowerment evaluation employs qualitative and quantitative methodologies. Although it can be applied to individuals and organizations, the usual focus is on programs. The value orientation of empowerment…
Publishing Webs of Information at Brown University.
ERIC Educational Resources Information Center
Kahn, Paul
1990-01-01
Describes the Intermedia software, an integrated environment that supports the creation, display, and linking of text and graphics on a network of workstations. Making links, navigation and orientation, and presenting information using the program are addressed. Two publications created with Intermedia and techniques employed for these…
An object-oriented approach to nested data parallelism
NASA Technical Reports Server (NTRS)
Sheffler, Thomas J.; Chatterjee, Siddhartha
1994-01-01
This paper describes an implementation technique for integrating nested data parallelism into an object-oriented language. Data-parallel programming employs sets of data called 'collections' and expresses parallelism as operations performed over the elements of a collection. When the elements of a collection are also collections, then there is the possibility for 'nested data parallelism.' Few current programming languages support nested data parallelism however. In an object-oriented framework, a collection is a single object. Its type defines the parallel operations that may be applied to it. Our goal is to design and build an object-oriented data-parallel programming environment supporting nested data parallelism. Our initial approach is built upon three fundamental additions to C++. We add new parallel base types by implementing them as classes, and add a new parallel collection type called a 'vector' that is implemented as a template. Only one new language feature is introduced: the 'foreach' construct, which is the basis for exploiting elementwise parallelism over collections. The strength of the method lies in the compilation strategy, which translates nested data-parallel C++ into ordinary C++. Extracting the potential parallelism in nested 'foreach' constructs is called 'flattening' nested parallelism. We show how to flatten 'foreach' constructs using a simple program transformation. Our prototype system produces vector code which has been successfully run on workstations, a CM-2, and a CM-5.
Motivational contracting in space programs - Government and industry prospectives
NASA Technical Reports Server (NTRS)
Clough, D. R.
1985-01-01
NASA's Marshall Space Flight Center has used incentive-free policies in contracting for Apollo's Saturn Launch vehicle hardware, as well as award-fee contracts for major development and early production programs in the case of the Space Shuttle Program. These programs have evolved to a point at which multiple incentive fees are useful in motivating cost reductions and assuring timely achievement of delivery requirements and flight mission goals. An examination is presently conducted of the relative success of these motivation-oriented techniques, drawing on the comments of both government and industry personnel.
The Use of Monte Carlo Techniques to Teach Probability.
ERIC Educational Resources Information Center
Newell, G. J.; MacFarlane, J. D.
1985-01-01
Presents sports-oriented examples (cricket and football) in which Monte Carlo methods are used on microcomputers to teach probability concepts. Both examples include computer programs (with listings) which utilize the microcomputer's random number generator. Instructional strategies, with further challenges to help students understand the role of…
Community Involvement Components in Culturally-Oriented Teacher Preparation.
ERIC Educational Resources Information Center
Mahan, James M.
At Indiana University, preservice teachers participate in required community-based multicultural programs that allow them to become directly involved with community characteristics, values, needs, and achievements. It is hoped that this experience will help them to adapt curriculum and instructional techniques to fit community realities and…
Precision orbit raising trajectories. [solar electric propulsion orbital transfer program
NASA Technical Reports Server (NTRS)
Flanagan, P. F.; Horsewood, J. L.; Pines, S.
1975-01-01
A precision trajectory program has been developed to serve as a test bed for geocentric orbit raising steering laws. The steering laws to be evaluated have been developed using optimization methods employing averaging techniques. This program provides the capability of testing the steering laws in a precision simulation. The principal system models incorporated in the program are described, including the radiation environment, the solar array model, the thrusters and power processors, the geopotential, and the solar system. Steering and array orientation constraints are discussed, and the impact of these constraints on program design is considered.
NASA Technical Reports Server (NTRS)
Russo, Vincent; Johnston, Gary; Campbell, Roy
1988-01-01
The programming of the interrupt handling mechanisms, process switching primitives, scheduling mechanism, and synchronization primitives of an operating system for a multiprocessor require both efficient code in order to support the needs of high- performance or real-time applications and careful organization to facilitate maintenance. Although many advantages have been claimed for object-oriented class hierarchical languages and their corresponding design methodologies, the application of these techniques to the design of the primitives within an operating system has not been widely demonstrated. To investigate the role of class hierarchical design in systems programming, the authors have constructed the Choices multiprocessor operating system architecture the C++ programming language. During the implementation, it was found that many operating system design concerns can be represented advantageously using a class hierarchical approach, including: the separation of mechanism and policy; the organization of an operating system into layers, each of which represents an abstract machine; and the notions of process and exception management. In this paper, we discuss an implementation of the low-level primitives of this system and outline the strategy by which we developed our solution.
Innovation Abstracts; Volume XIV, 1992.
ERIC Educational Resources Information Center
Roueche, Suanne D., Ed.
1992-01-01
This series of 30 one- to two-page abstracts covering 1992 highlights a variety of innovative approaches to teaching and learning in the community college. Topics covered in the abstracts include: (1) faculty recognition and orientation; (2) the Amado M. Pena, Jr., Scholarship Program; (3) innovative teaching techniques, with individual abstracts…
Values Clarification and the Summer-Camp Counselor
ERIC Educational Resources Information Center
Cullinane, William; Santosuosso, John J.
1976-01-01
The decision to use values clarification techniques at a staff orientation for camp counselors was based upon a firm belief that they would ultimately foster harmony, understanding and love, plus a feeling of togetherness that would make the activities program at Camp Fatima in New Hampshire its most successful. (Author/RK)
Standardized Curriculum for Commercial Garment and Apparel Construction.
ERIC Educational Resources Information Center
Mississippi State Dept. of Education, Jackson. Office of Vocational, Technical and Adult Education.
Standardized curricula are provided for two courses for the secondary vocational education program in Mississippi: commercial garment and apparel construction I and II. The seven units in commercial garment and apparel construction I are as follows: orientation; securing a job; human relations; safety; maintenance; needle trade techniques; and…
Instructional Guide for Autobody Repair.
ERIC Educational Resources Information Center
Virginia Polytechnic Inst. and State Univ., Blacksburg. Dept. of Education.
The curriculum guide was developed to serve as a statewide model for Virginia auto body repair programs. The guide is designed to 1,080 hours of instruction in eleven blocks: orientation, introduction, welding and cutting, techniques of shaping metal, body filler and fiberglass repairs, body and frame, removing and replacing damaged parts, basic…
A Model for Intelligent Computer-Aided Education Systems.
ERIC Educational Resources Information Center
Du Plessis, Johan P.; And Others
1995-01-01
Proposes a model for intelligent computer-aided education systems that is based on cooperative learning, constructive problem-solving, object-oriented programming, interactive user interfaces, and expert system techniques. Future research is discussed, and a prototype for teaching mathematics to 10- to 12-year-old students is appended. (LRW)
Object oriented fault diagnosis system for space shuttle main engine redlines
NASA Technical Reports Server (NTRS)
Rogers, John S.; Mohapatra, Saroj Kumar
1990-01-01
A great deal of attention has recently been given to Artificial Intelligence research in the area of computer aided diagnostics. Due to the dynamic and complex nature of space shuttle red-line parameters, a research effort is under way to develop a real time diagnostic tool that will employ historical and engineering rulebases as well as a sensor validity checking. The capability of AI software development tools (KEE and G2) will be explored by applying object oriented programming techniques in accomplishing the diagnostic evaluation.
Kinematically redundant robot manipulators
NASA Technical Reports Server (NTRS)
Baillieul, J.; Hollerbach, J.; Brockett, R.; Martin, D.; Percy, R.; Thomas, R.
1987-01-01
Research on control, design and programming of kinematically redundant robot manipulators (KRRM) is discussed. These are devices in which there are more joint space degrees of freedom than are required to achieve every position and orientation of the end-effector necessary for a given task in a given workspace. The technological developments described here deal with: kinematic programming techniques for automatically generating joint-space trajectories to execute prescribed tasks; control of redundant manipulators to optimize dynamic criteria (e.g., applications of forces and moments at the end-effector that optimally distribute the loading of actuators); and design of KRRMs to optimize functionality in congested work environments or to achieve other goals unattainable with non-redundant manipulators. Kinematic programming techniques are discussed, which show that some pseudo-inverse techniques that have been proposed for redundant manipulator control fail to achieve the goals of avoiding kinematic singularities and also generating closed joint-space paths corresponding to close paths of the end effector in the workspace. The extended Jacobian is proposed as an alternative to pseudo-inverse techniques.
NASA Astrophysics Data System (ADS)
Bubeck, Robert; Fang, Jun; Burghardt, Wesley; Burgard, Susan; Fischer, Daniel
2009-03-01
The influence of melt processing conditions upon mechanical properties and degrees of compound molecular orientation have been thoroughly studied for a series of well-defined injection molded samples fabricated from VECTRA (TM) A950 and 4,4'-dihydroxy-a-methylstilbene TLCPs. Fracture and tensile data were correlated with processing conditions, orientation, and molecular weight. Mechanical properties for both TLCPs were found to follow a ``universal'' Anisotropy Factor (AF) associated with the bimodal orientation states in the plaques determined from 2-D WAXS. Surface orientations were globally surveyed using Attenuated Total Reflectance -- Fourier Transform Infrared (ATR-FTIR) spectroscopy and C K edge Near-Edge X-ray Absorption Fine Structure (NEXAFS). The results derived from the two spectroscopy techniques confirmed each other well. These results along with those from 2-D WAXS in transmission were compared with the results of process modeling using a commercial program, MOLDFLOW(TM). The agreement between model predictions and the measured orientation states was gratifyingly good.
Towards a general object-oriented software development methodology
NASA Technical Reports Server (NTRS)
Seidewitz, ED; Stark, Mike
1986-01-01
An object is an abstract software model of a problem domain entity. Objects are packages of both data and operations of that data (Goldberg 83, Booch 83). The Ada (tm) package construct is representative of this general notion of an object. Object-oriented design is the technique of using objects as the basic unit of modularity in systems design. The Software Engineering Laboratory at the Goddard Space Flight Center is currently involved in a pilot program to develop a flight dynamics simulator in Ada (approximately 40,000 statements) using object-oriented methods. Several authors have applied object-oriented concepts to Ada (e.g., Booch 83, Cherry 85). It was found that these methodologies are limited. As a result a more general approach was synthesized with allows a designer to apply powerful object-oriented principles to a wide range of applications and at all stages of design. An overview is provided of this approach. Further, how object-oriented design fits into the overall software life-cycle is considered.
Davidson, Judy E
2009-03-01
The purpose of this article is to provide examples of learning activities to be used as formative (interim) evaluation of an in-hospital orientation or cross-training program. Examples are provided in the form of vignettes that have been derived from strategies described in the literature as classroom assessment techniques. Although these classroom assessment techniques were originally designed for classroom experiences, they are proposed as methods for preceptors to stimulate the development of higher-order thinking such as synthesizing information, solving problems, and learning how to learn.
NASA Astrophysics Data System (ADS)
Haviz, M.
2018-04-01
The purpose of this article is to design and develop an interactive CD on spermatogenesis. This is a research and development. Procedure of development is making an outline of media program, making flowchart, making story board, gathering of materials, programming and finishing. The quantitative data obtained were analyzed by descriptive statistics. Qualitative data obtained were analyzed with Miles and Huberman techniques. The instrument used is a validation sheet. The result of CD design with a Macro flash MX program shows there are 17 slides generated. This prototype obtained a valid value after a self-review technique with many revisions, especially on sound and programming. This finding suggests that process-oriented spermatogenesis can be audio-visualized into a more comprehensive form of learning media. But this interactive CD product needs further testing to determine consistency and resistance to revisions.
1994-09-30
relational versus object oriented DBMS, knowledge discovery, data models, rnetadata, data filtering, clustering techniques, and synthetic data. A secondary...The first was the investigation of Al/ES Lapplications (knowledge discovery, data mining, and clustering ). Here CAST collabo.rated with Dr. Fred Petry...knowledge discovery system based on clustering techniques; implemented an on-line data browser to the DBMS; completed preliminary efforts to apply object
NASA Technical Reports Server (NTRS)
Kolb, Mark A.
1988-01-01
The Rubber Airplane program, which combines two symbolic processing techniques with a component-based database of design knowledge, is proposed as a computer aid for conceptual design. Using object-oriented programming, programs are organized around the objects and behavior to be simulated, and using constraint propagation, declarative statements designate mathematical relationships among all the equation variables. It is found that the additional level of organizational structure resulting from the arrangement of the design information in terms of design components provides greater flexibility and convenience.
NASA Astrophysics Data System (ADS)
Georgiev, Bozhidar; Georgieva, Adriana
2013-12-01
In this paper, are presented some possibilities concerning the implementation of a test-driven development as a programming method. Here is offered a different point of view for creation of advanced programming techniques (build tests before programming source with all necessary software tools and modules respectively). Therefore, this nontraditional approach for easier programmer's work through building tests at first is preferable way of software development. This approach allows comparatively simple programming (applied with different object-oriented programming languages as for example JAVA, XML, PYTHON etc.). It is predictable way to develop software tools and to provide help about creating better software that is also easier to maintain. Test-driven programming is able to replace more complicated casual paradigms, used by many programmers.
ERIC Educational Resources Information Center
Lee, Mark J. W.; Pradhan, Sunam; Dalgarno, Barney
2008-01-01
Modern information technology and computer science curricula employ a variety of graphical tools and development environments to facilitate student learning of introductory programming concepts and techniques. While the provision of interactive features and the use of visualization can enhance students' understanding and assist them in grasping…
Supreme Court Highlights. Bill of Rights in Action, Vol. X, No. 3.
ERIC Educational Resources Information Center
Clark, Todd, Ed.
The student-oriented newsletter provides learning activities, background information, resources, teaching techniques, case studies, and other sources to help high school teachers develop, plan, and implement a course on the Supreme Court in a legal education program. The first chapter examines the role of the Supreme Court in American life,…
Medical student communication skills and specialty choice.
Ping Tsao, Carol I; Simpson, Deborah; Treat, Robert
2015-06-01
The aim of this study was to determine if communication skills differ for medical students entering person or technique-oriented specialties. Communication ratings by clerkship preceptors on an institutionally required end of clerkship medical student performance evaluation (SPE) form were compiled for 2011/2012 academic year (Class of 2013). M3 clerkships and the Class of 2013 match appointments were categorized as person or technique-oriented clerkships/specialties. Mean differences in SPE communication scores were determined by analyses of variance (ANOVA) and independent t tests. Score associations were determined by Pearson correlations. Inter-item reliability was reported with Cronbach alpha. The Class of 2013 match appointments were as follows: person-oriented (N = 91) and technique-oriented (N = 91) residency specialties. There was no significant difference in mean communication scores for medical students who entered person-oriented (mean 7.8, SD 0.4) versus technique-oriented (mean 7.9, SD 0.4) specialties (p = 0.258) or for person-oriented clerkship (mean 7.8, SD 0.4) versus technique-oriented clerkship (mean 7.9, SD 0.6) ratings for medical students who matched into person-oriented specialties (p = 0.124). Medical students who matched into technique-oriented specialties (mean 8.1, SD 0.5) received significantly higher (p = 0.001) communication ratings as compared with those matching into person-oriented specialties (mean 7.8, SD 0.5) from technique-oriented clerkships. Communication with patients and families is a complex constellation of specific abilities that appear to be influenced by the rater's specialty. Further study is needed to determine if technique-oriented specialties communication skill rating criteria differ from those used by raters from person-oriented specialties.
Component Composition for Embedded Systems Using Semantic Aspect-Oriented Programming
2004-10-01
real - time systems for the defense community. Our research focused on Real-Time Java implementation and analysis techniques. Real-Time Java is important for the defense community because it holds out the promise of enabling developers to apply COTS Java technology to specialized military embedded systems. It also promises to allow the defense community to utilize a large Java-literate workforce for building defense systems. Our research has delivered several techniques that may make Real-Time Java a better platform for developing embedded
Artificial intelligence techniques for scheduling Space Shuttle missions
NASA Technical Reports Server (NTRS)
Henke, Andrea L.; Stottler, Richard H.
1994-01-01
Planning and scheduling of NASA Space Shuttle missions is a complex, labor-intensive process requiring the expertise of experienced mission planners. We have developed a planning and scheduling system using combinations of artificial intelligence knowledge representations and planning techniques to capture mission planning knowledge and automate the multi-mission planning process. Our integrated object oriented and rule-based approach reduces planning time by orders of magnitude and provides planners with the flexibility to easily modify planning knowledge and constraints without requiring programming expertise.
ERIC Educational Resources Information Center
Boticki, I.; Katic, M.; Martin,S.
2013-01-01
This paper explores the educational benefits of introducing the aspect-oriented programming paradigm into a programming course in a study on a sample of 75 undergraduate software engineering students. It discusses how using the aspect-oriented paradigm, in addition to the object-oriented programming paradigm, affects students' programs, their exam…
Stereographic Projection Techniques for Geologists and Civil Engineers
NASA Astrophysics Data System (ADS)
Lisle, Richard J.; Leyshon, Peter R.
2004-05-01
An essential tool in the fields of structural geology and geotechnics, stereographic projection allows three-dimensional orientation data to be represented and manipulated. This revised edition presents a basic introduction to the subject with examples, illustrations and exercises that encourage the student to visualize the problems in three dimensions. It will provide students of geology, rock mechanics, and geotechnical and civil engineering with an indispensable guide to the analysis and interpretation of field orientation data. Links to useful web resources and software programs are also provided. First Edition published by Butterworth-Heinemann (1996): 0-750-62450-7
Risk-Based Object Oriented Testing
NASA Technical Reports Server (NTRS)
Rosenberg, Linda H.; Stapko, Ruth; Gallo, Albert
2000-01-01
Software testing is a well-defined phase of the software development life cycle. Functional ("black box") testing and structural ("white box") testing are two methods of test case design commonly used by software developers. A lesser known testing method is risk-based testing, which takes into account the probability of failure of a portion of code as determined by its complexity. For object oriented programs, a methodology is proposed for identification of risk-prone classes. Risk-based testing is a highly effective testing technique that can be used to find and fix the most important problems as quickly as possible.
NASA Technical Reports Server (NTRS)
Schutz, Bob E.; Baker, Gregory A.
1997-01-01
The recovery of a high resolution geopotential from satellite gradiometer observations motivates the examination of high performance computational techniques. The primary subject matter addresses specifically the use of satellite gradiometer and GPS observations to form and invert the normal matrix associated with a large degree and order geopotential solution. Memory resident and out-of-core parallel linear algebra techniques along with data parallel batch algorithms form the foundation of the least squares application structure. A secondary topic includes the adoption of object oriented programming techniques to enhance modularity and reusability of code. Applications implementing the parallel and object oriented methods successfully calculate the degree variance for a degree and order 110 geopotential solution on 32 processors of the Cray T3E. The memory resident gradiometer application exhibits an overall application performance of 5.4 Gflops, and the out-of-core linear solver exhibits an overall performance of 2.4 Gflops. The combination solution derived from a sun synchronous gradiometer orbit produce average geoid height variances of 17 millimeters.
NASA Astrophysics Data System (ADS)
Baker, Gregory Allen
The recovery of a high resolution geopotential from satellite gradiometer observations motivates the examination of high performance computational techniques. The primary subject matter addresses specifically the use of satellite gradiometer and GPS observations to form and invert the normal matrix associated with a large degree and order geopotential solution. Memory resident and out-of-core parallel linear algebra techniques along with data parallel batch algorithms form the foundation of the least squares application structure. A secondary topic includes the adoption of object oriented programming techniques to enhance modularity and reusability of code. Applications implementing the parallel and object oriented methods successfully calculate the degree variance for a degree and order 110 geopotential solution on 32 processors of the Cray T3E. The memory resident gradiometer application exhibits an overall application performance of 5.4 Gflops, and the out-of-core linear solver exhibits an overall performance of 2.4 Gflops. The combination solution derived from a sun synchronous gradiometer orbit produce average geoid height variances of 17 millimeters.
An approach to attitude determination for a spin-stabilized spacecraft (IMP 1)
NASA Technical Reports Server (NTRS)
Fang, A. C.
1972-01-01
The analysis and the FORTRAN program are presented for the determination of attitude of a spin-stabilized spacecraft. The use of telemetry data that provide information about two reference vectors and their relation to the spin is outlined. A technique for the determination of the spin-axis orientation that employs only simple calculations is described.
Innovative Language-Based & Object-Oriented Structured AMR Using Fortran 90 and OpenMP
NASA Technical Reports Server (NTRS)
Norton, C.; Balsara, D.
1999-01-01
Parallel adaptive mesh refinement (AMR) is an important numerical technique that leads to the efficient solution of many physical and engineering problems. In this paper, we describe how AMR programing can be performed in an object-oreinted way using the modern aspects of Fortran 90 combined with the parallelization features of OpenMP.
ERIC Educational Resources Information Center
Chen, Li-Tsu
In Taiwan, traditional pedagogy and technique-oriented teaching methods have become too outdated to enable students to fight with a society full of complicated and confusing socio-cultural phenomena. An art education curriculum change is needed, and innovative art programs should be developed with careful consideration of the socio-cultural…
ERIC Educational Resources Information Center
Potek, Rachel
2012-01-01
Mindfulness is a technique incorporating meditation and a particular mental orientation to experience that encourages becoming aware of present-moment experience in a way that is non-evaluative and minimizes over-engagement with thoughts and feelings. Extensive research with adult populations has documented a variety of therapeutic benefits…
Programs for analysis and resizing of complex structures. [computerized minimum weight design
NASA Technical Reports Server (NTRS)
Haftka, R. T.; Prasad, B.
1978-01-01
The paper describes the PARS (Programs for Analysis and Resizing of Structures) system. PARS is a user oriented system of programs for the minimum weight design of structures modeled by finite elements and subject to stress, displacement, flutter and thermal constraints. The system is built around SPAR - an efficient and modular general purpose finite element program, and consists of a series of processors that communicate through the use of a data base. An efficient optimizer based on the Sequence of Unconstrained Minimization Technique (SUMT) with an extended interior penalty function and Newton's method is used. Several problems are presented for demonstration of the system capabilities.
Lee, Bang Yeon; Kang, Su-Tae; Yun, Hae-Bum; Kim, Yun Yong
2016-01-12
The distribution of fiber orientation is an important factor in determining the mechanical properties of fiber-reinforced concrete. This study proposes a new image analysis technique for improving the evaluation accuracy of fiber orientation distribution in the sectional image of fiber-reinforced concrete. A series of tests on the accuracy of fiber detection and the estimation performance of fiber orientation was performed on artificial fiber images to assess the validity of the proposed technique. The validation test results showed that the proposed technique estimates the distribution of fiber orientation more accurately than the direct measurement of fiber orientation by image analysis.
Lee, Bang Yeon; Kang, Su-Tae; Yun, Hae-Bum; Kim, Yun Yong
2016-01-01
The distribution of fiber orientation is an important factor in determining the mechanical properties of fiber-reinforced concrete. This study proposes a new image analysis technique for improving the evaluation accuracy of fiber orientation distribution in the sectional image of fiber-reinforced concrete. A series of tests on the accuracy of fiber detection and the estimation performance of fiber orientation was performed on artificial fiber images to assess the validity of the proposed technique. The validation test results showed that the proposed technique estimates the distribution of fiber orientation more accurately than the direct measurement of fiber orientation by image analysis. PMID:28787839
"Doing the heavy lifting: health care workers take back their backs".
Morse, Tim; Fekieta, Renee; Rubenstein, Harriet; Warren, Nick; Alexander, Darryl; Wawzyniecki, Patricia
2008-01-01
Health care workers have the highest musculoskeletal disorder prevalence and incidence of any occupational/industry group, and patient handling tasks are so biomechanically demanding that they cannot be made safe through the commonly used, technique-oriented methods such as "back school" training programs. Although there is standard-setting activity for "no-lift" programs in some states, there is still no federal standard. Health care worker unions and nurses' associations have begun to take action through training members in equipment need, use, and acceptance in programs to encourage adoption of no-lifting programs. Acceptance of lifting equipment is increasing due to recognition of the high human and economic costs of MSD, consistent documentation of cost savings from no-lift programs, major improvements in lifting equipment, and shortages of health care staff. An action-oriented training program for health care workers is described that provides knowledge about the 1) Scope of the current problem of back injuries in health care, 2) Costs of injuries, both to workers and to the hospital, 3) Elements of a safe patient-handling program, and 4) Success stories. The program also builds skills through: 1) Hands-on experience with safe lifting equipment, and 2) Assessing organizational and union readiness and planning for action at the workplace.
SYSTID - A flexible tool for the analysis of communication systems.
NASA Technical Reports Server (NTRS)
Dawson, C. T.; Tranter, W. H.
1972-01-01
Description of the System Time Domain Simulation (SYSTID) computer-aided analysis program which is specifically structured for communication systems analysis. The SYSTID program is user oriented so that very little knowledge of computer techniques and very little programming ability are required for proper application. The program is designed so that the user can go from a system block diagram to an accurate simulation by simply programming a single English language statement for each block in the system. The mathematical and functional models available in the SYSTID library are presented. An example problem is given which illustrates the ease of modeling communication systems. Examples of the outputs available are presented, and proposed improvements are summarized.
NASA Technical Reports Server (NTRS)
Craidon, C. B.
1975-01-01
A computer program that uses a three-dimensional geometric technique for fitting a smooth surface to the component parts of an aircraft configuration is presented. The resulting surface equations are useful in performing various kinds of calculations in which a three-dimensional mathematical description is necessary. Programs options may be used to compute information for three-view and orthographic projections of the configuration as well as cross-section plots at any orientation through the configuration. The aircraft geometry input section of the program may be easily replaced with a surface point description in a different form so that the program could be of use for any three-dimensional surface equations.
Scala Roles: Reusable Object Collaborations in a Library
NASA Astrophysics Data System (ADS)
Pradel, Michael; Odersky, Martin
Purely class-based implementations of object-oriented software are often inappropriate for reuse. In contrast, the notion of objects playing roles in a collaboration has been proven to be a valuable reuse abstraction. However, existing solutions to enable role-based programming tend to require vast extensions of the underlying programming language, and thus, are difficult to use in every day work. We present a programming technique, based on dynamic proxies, that allows to augment an object’s type at runtime while preserving strong static type safety. It enables role-based implementations that lead to more reuse and better separation of concerns.
Kalinowski, Jarosław A.; Makal, Anna; Coppens, Philip
2011-01-01
A new method for determination of the orientation matrix of Laue X-ray data is presented. The method is based on matching of the experimental patterns of central reciprocal lattice rows projected on a unit sphere centered on the origin of the reciprocal lattice with the corresponding pattern of a monochromatic data set on the same material. This technique is applied to the complete data set and thus eliminates problems often encountered when single frames with a limited number of peaks are to be used for orientation matrix determination. Application of the method to a series of Laue data sets on organometallic crystals is described. The corresponding program is available under a Mozilla Public License-like open-source license. PMID:22199400
Guidelines for developing vectorizable computer programs
NASA Technical Reports Server (NTRS)
Miner, E. W.
1982-01-01
Some fundamental principles for developing computer programs which are compatible with array-oriented computers are presented. The emphasis is on basic techniques for structuring computer codes which are applicable in FORTRAN and do not require a special programming language or exact a significant penalty on a scalar computer. Researchers who are using numerical techniques to solve problems in engineering can apply these basic principles and thus develop transportable computer programs (in FORTRAN) which contain much vectorizable code. The vector architecture of the ASC is discussed so that the requirements of array processing can be better appreciated. The "vectorization" of a finite-difference viscous shock-layer code is used as an example to illustrate the benefits and some of the difficulties involved. Increases in computing speed with vectorization are illustrated with results from the viscous shock-layer code and from a finite-element shock tube code. The applicability of these principles was substantiated through running programs on other computers with array-associated computing characteristics, such as the Hewlett-Packard (H-P) 1000-F.
Thoma, Nathan C; Cecero, John J
2009-12-01
This study sought to investigate the extent to which therapists endorse techniques outside of their self-identified orientation and which techniques are endorsed across orientations. A survey consisting of 127 techniques from 8 major theories of psychotherapy was administered via U.S. mail to a national random sample of doctoral-level psychotherapy practitioners. The 201 participants endorsed substantial numbers of techniques from outside their respective orientations. Many of these techniques were quite different from those of the core theories of the respective orientations. Further examining when and why experienced practitioners switch to techniques outside their primary orientation may help reveal where certain techniques fall short and where others excel, indicating a need for further research that taps the collective experience of practitioners. (PsycINFO Database Record (c) 2010 APA, all rights reserved).
NASA Astrophysics Data System (ADS)
Thompson, Errol; Kinshuk
2011-09-01
Object-oriented programming is seen as a difficult skill to master. There is considerable debate about the most appropriate way to introduce novice programmers to object-oriented concepts. Is it possible to uncover what the critical aspects or features are that enhance the learning of object-oriented programming? Practitioners have differing understandings of the nature of an object-oriented program. Uncovering these different ways of understanding leads to agreater understanding of the critical aspects and their relationship tothe structure of the program produced. A phenomenographic studywas conducted to uncover practitioner understandings of the nature of an object-oriented program. The study identified five levels of understanding and three dimensions of variation within these levels. These levels and dimensions of variation provide a framework for fostering conceptual change with respect to the nature of an object-oriented program.
The State of Knowledge of Outdoor Orientation Programs: Current Practices, Research, and Theory
ERIC Educational Resources Information Center
Bell, Brent J.; Gass, Michael A.; Nafziger, Christopher S.; Starbuck, J. David
2014-01-01
Outdoor orientation programs represent a prominent area of experiential education with over 25,000 participants annually. More than 191 outdoor orientation programs currently operate in the United States and Canada. The research examining outdoor orientation programs consists of 25 peer-reviewed published studies and 11 dissertations. A new theory…
Reasoning about Function Objects
NASA Astrophysics Data System (ADS)
Nordio, Martin; Calcagno, Cristiano; Meyer, Bertrand; Müller, Peter; Tschannen, Julian
Modern object-oriented languages support higher-order implementations through function objects such as delegates in C#, agents in Eiffel, or closures in Scala. Function objects bring a new level of abstraction to the object-oriented programming model, and require a comparable extension to specification and verification techniques. We introduce a verification methodology that extends function objects with auxiliary side-effect free (pure) methods to model logical artifacts: preconditions, postconditions and modifies clauses. These pure methods can be used to specify client code abstractly, that is, independently from specific instantiations of the function objects. To demonstrate the feasibility of our approach, we have implemented an automatic prover, which verifies several non-trivial examples.
Nonlinear dynamic macromodeling techniques for audio systems
NASA Astrophysics Data System (ADS)
Ogrodzki, Jan; Bieńkowski, Piotr
2015-09-01
This paper develops a modelling method and a models identification technique for the nonlinear dynamic audio systems. Identification is performed by means of a behavioral approach based on a polynomial approximation. This approach makes use of Discrete Fourier Transform and Harmonic Balance Method. A model of an audio system is first created and identified and then it is simulated in real time using an algorithm of low computational complexity. The algorithm consists in real time emulation of the system response rather than in simulation of the system itself. The proposed software is written in Python language using object oriented programming techniques. The code is optimized for a multithreads environment.
NASA Technical Reports Server (NTRS)
Cooke, C. H.
1975-01-01
STICAP (Stiff Circuit Analysis Program) is a FORTRAN 4 computer program written for the CDC-6400-6600 computer series and SCOPE 3.0 operating system. It provides the circuit analyst a tool for automatically computing the transient responses and frequency responses of large linear time invariant networks, both stiff and nonstiff (algorithms and numerical integration techniques are described). The circuit description and user's program input language is engineer-oriented, making simple the task of using the program. Engineering theories underlying STICAP are examined. A user's manual is included which explains user interaction with the program and gives results of typical circuit design applications. Also, the program structure from a systems programmer's viewpoint is depicted and flow charts and other software documentation are given.
A SCILAB Program for Computing Rotating Magnetic Compact Objects
NASA Astrophysics Data System (ADS)
Papasotiriou, P. J.; Geroyannis, V. S.
We implement the so-called ``complex-plane iterative technique'' (CIT) to the computation of classical differentially rotating magnetic white dwarf and neutron star models. The program has been written in SCILAB (© INRIA-ENPC), a matrix-oriented high-level programming language, which can be downloaded free of charge from the site http://www-rocq.inria.fr/scilab. Due to the advanced capabilities of this language, the code is short and understandable. Highlights of the program are: (a) time-saving character, (b) easy use due to the built-in graphics user interface, (c) easy interfacing with Fortran via online dynamic link. We interpret our numerical results in various ways by extensively using the graphics environment of SCILAB.
[Multifamily therapy in children with learning disabilities].
Retzlaff, Rüdiger; Brazil, Susanne; Goll-Kopka, Andrea
2008-01-01
Multifamily therapy is an evidence-based method used in the treatment and prevention of severe psychiatric disorders, behavioral problems and physical illnesses in children, adolescents and adults. For preventive family-oriented work with children with learning disorders there is a lack of therapeutic models. This article presents results from an innovative pilot project--multiple family groups for families with a learning disabled child of primary school age (six to eleven years old). Based on a systemic approach, this resource-oriented program integrates creative, activity-based interventions and group therapy techniques and conveys a comprehensive understanding of the challenges associated with learning disorders. Because of the pilot character of the study and the small sample size, the results have to be interpreted with care. The results do however clearly support the wider implementation and evaluation of the program in child guidance clinics, social-pediatric centers, as well as child and adolescent clinics and schools.
NASA Safety Manual. Volume 3: System Safety
NASA Technical Reports Server (NTRS)
1970-01-01
This Volume 3 of the NASA Safety Manual sets forth the basic elements and techniques for managing a system safety program and the technical methods recommended for use in developing a risk evaluation program that is oriented to the identification of hazards in aerospace hardware systems and the development of residual risk management information for the program manager that is based on the hazards identified. The methods and techniques described in this volume are in consonance with the requirements set forth in NHB 1700.1 (VI), Chapter 3. This volume and future volumes of the NASA Safety Manual shall not be rewritten, reprinted, or reproduced in any manner. Installation implementing procedures, if necessary, shall be inserted as page supplements in accordance with the provisions of Appendix A. No portion of this volume or future volumes of the NASA Safety Manual shall be invoked in contracts.
Automation of Data Traffic Control on DSM Architecture
NASA Technical Reports Server (NTRS)
Frumkin, Michael; Jin, Hao-Qiang; Yan, Jerry
2001-01-01
The design of distributed shared memory (DSM) computers liberates users from the duty to distribute data across processors and allows for the incremental development of parallel programs using, for example, OpenMP or Java threads. DSM architecture greatly simplifies the development of parallel programs having good performance on a few processors. However, to achieve a good program scalability on DSM computers requires that the user understand data flow in the application and use various techniques to avoid data traffic congestions. In this paper we discuss a number of such techniques, including data blocking, data placement, data transposition and page size control and evaluate their efficiency on the NAS (NASA Advanced Supercomputing) Parallel Benchmarks. We also present a tool which automates the detection of constructs causing data congestions in Fortran array oriented codes and advises the user on code transformations for improving data traffic in the application.
Theoretical basis of the DOE-2 building energy use analysis program
NASA Astrophysics Data System (ADS)
Curtis, R. B.
1981-04-01
A user-oriented, public domain, computer program was developed that will enable architects and engineers to perform design and retrofit studies of the energy-use of buildings under realistic weather conditions. The DOE-2.1A has been named by the US DOE as the standard evaluation technique for the Congressionally mandated building energy performance standards (BEPS). A number of program design decisions were made that determine the breadth of applicability of DOE-2.1. Such design decisions are intrinsic to all building energy use analysis computer programs and determine the types of buildings or the kind of HVAC systems that can be modeled. In particular, the weighting factor method used in DOE-2 has both advantages and disadvantages relative to other computer programs.
Towards aspect-oriented functional--structural plant modelling.
Cieslak, Mikolaj; Seleznyova, Alla N; Prusinkiewicz, Przemyslaw; Hanan, Jim
2011-10-01
Functional-structural plant models (FSPMs) are used to integrate knowledge and test hypotheses of plant behaviour, and to aid in the development of decision support systems. A significant amount of effort is being put into providing a sound methodology for building them. Standard techniques, such as procedural or object-oriented programming, are not suited for clearly separating aspects of plant function that criss-cross between different components of plant structure, which makes it difficult to reuse and share their implementations. The aim of this paper is to present an aspect-oriented programming approach that helps to overcome this difficulty. The L-system-based plant modelling language L+C was used to develop an aspect-oriented approach to plant modelling based on multi-modules. Each element of the plant structure was represented by a sequence of L-system modules (rather than a single module), with each module representing an aspect of the element's function. Separate sets of productions were used for modelling each aspect, with context-sensitive rules facilitated by local lists of modules to consider/ignore. Aspect weaving or communication between aspects was made possible through the use of pseudo-L-systems, where the strict-predecessor of a production rule was specified as a multi-module. The new approach was used to integrate previously modelled aspects of carbon dynamics, apical dominance and biomechanics with a model of a developing kiwifruit shoot. These aspects were specified independently and their implementation was based on source code provided by the original authors without major changes. This new aspect-oriented approach to plant modelling is well suited for studying complex phenomena in plant science, because it can be used to integrate separate models of individual aspects of plant development and function, both previously constructed and new, into clearly organized, comprehensive FSPMs. In a future work, this approach could be further extended into an aspect-oriented programming language for FSPMs.
Towards aspect-oriented functional–structural plant modelling
Cieslak, Mikolaj; Seleznyova, Alla N.; Prusinkiewicz, Przemyslaw; Hanan, Jim
2011-01-01
Background and Aims Functional–structural plant models (FSPMs) are used to integrate knowledge and test hypotheses of plant behaviour, and to aid in the development of decision support systems. A significant amount of effort is being put into providing a sound methodology for building them. Standard techniques, such as procedural or object-oriented programming, are not suited for clearly separating aspects of plant function that criss-cross between different components of plant structure, which makes it difficult to reuse and share their implementations. The aim of this paper is to present an aspect-oriented programming approach that helps to overcome this difficulty. Methods The L-system-based plant modelling language L+C was used to develop an aspect-oriented approach to plant modelling based on multi-modules. Each element of the plant structure was represented by a sequence of L-system modules (rather than a single module), with each module representing an aspect of the element's function. Separate sets of productions were used for modelling each aspect, with context-sensitive rules facilitated by local lists of modules to consider/ignore. Aspect weaving or communication between aspects was made possible through the use of pseudo-L-systems, where the strict-predecessor of a production rule was specified as a multi-module. Key Results The new approach was used to integrate previously modelled aspects of carbon dynamics, apical dominance and biomechanics with a model of a developing kiwifruit shoot. These aspects were specified independently and their implementation was based on source code provided by the original authors without major changes. Conclusions This new aspect-oriented approach to plant modelling is well suited for studying complex phenomena in plant science, because it can be used to integrate separate models of individual aspects of plant development and function, both previously constructed and new, into clearly organized, comprehensive FSPMs. In a future work, this approach could be further extended into an aspect-oriented programming language for FSPMs. PMID:21724653
Personality and Medical Specialty Choice: Technique Orientation versus People Orientation.
ERIC Educational Resources Information Center
Borges, Nicole J.; Osmon, William R.
2001-01-01
Results of the 16 Personality Factor Questionnaire completed by 161 physicians indicated that role consciousness, abstractedness, and tough mindedness differentiated medical specialties (surgeons, anesthesiologists, family practitioners). Results correlated with the use of differences between person orientation and technique orientation to…
Improved ultrasonic TV images achieved by use of Lamb-wave orientation technique
NASA Technical Reports Server (NTRS)
Berger, H.
1967-01-01
Lamb-wave sample orientation technique minimizes the interference from standing waves in continuous wave ultrasonic television imaging techniques used with thin metallic samples. The sample under investigation is oriented such that the wave incident upon it is not normal, but slightly angled.
Pulmonary Testing Laboratory Computer Application
Johnson, Martin E.
1980-01-01
An interactive computer application reporting patient pulmonary function data has been developed by Washington, D.C. VA Medical Center staff. A permanent on-line data base of patient demographics, lung capacity, flows, diffusion, arterial blood gases and physician interpretation is maintained by a minicomputer at the hospital. A user oriented application program resulted from development in concert with the clinical users. Rapid program development resulted from employing a newly developed time saving technique that has found wide application at other VA Medical Centers. Careful attention to user interaction has resulted in an application program requiring little training and which has been satisfactorily used by a number of clinicians.
Social marketing and public health intervention.
Lefebvre, R C; Flora, J A
1988-01-01
The rapid proliferation of community-based health education programs has out-paced the knowledge base of behavior change strategies that are appropriate and effective for public health interventions. However, experiences from a variety of large-scale studies suggest that principles and techniques of social marketing may help bridge this gap. This article discusses eight essential aspects of the social marketing process: the use of a consumer orientation to develop and market intervention techniques, exchange theory as a model from which to conceptualize service delivery and program participation, audience analysis and segmentation strategies, the use of formative research in program design and pretesting of intervention materials, channel analysis for devising distribution systems and promotional campaigns, employment of the "marketing mix" concept in intervention planning and implementation, development of a process tracking system, and a management process of problem analysis, planning, implementation, feedback and control functions. Attention to such variables could result in more cost-effective programs that reach larger numbers of the target audience.
Holland's Theory Applied to Medical Specialty Choice
ERIC Educational Resources Information Center
Borges, Nicole J.; Savickas, Mark L.; Jones, Bonnie J.
2004-01-01
The present study tested the hypothesis that medical specialties classified as technique oriented or patient oriented would be distinguished by RIASEC code, with technique-oriented specialists resembling Investigative-Realistic types and patient-oriented specialists resembling Investigative-Social types. Using longitudinal data obtained from 447…
Brock BaseCamp--Outdoor Orientation Programs Come to Canada
ERIC Educational Resources Information Center
O'Connell, Tim
2011-01-01
What exactly is an "outdoor orientation program?" First offered in the United States in the 1930s by Dartmouth College, outdoor orientation programs (OOPs) use adventure programming to help incoming students adjust to university or college. Typically, these programs are conducted in a wilderness or backcountry setting, are several days…
Outcomes of a College Wilderness Orientation Program
ERIC Educational Resources Information Center
Lien, Matt; Goldenberg, Marni
2012-01-01
Wilderness orientation programs have been utilized by colleges and universities in the United States for nearly 75 years. This study, using means-end theory, reveals the outcomes of a wilderness orientation program for incoming students. A retroactive study was conducted for all participants who had taken part in a wilderness orientation program…
FabricS: A user-friendly, complete and robust software for particle shape-fabric analysis
NASA Astrophysics Data System (ADS)
Moreno Chávez, G.; Castillo Rivera, F.; Sarocchi, D.; Borselli, L.; Rodríguez-Sedano, L. A.
2018-06-01
Shape-fabric is a textural parameter related to the spatial arrangement of elongated particles in geological samples. Its usefulness spans a range from sedimentary petrology to igneous and metamorphic petrology. Independently of the process being studied, when a material flows, the elongated particles are oriented with the major axis in the direction of flow. In sedimentary petrology this information has been used for studies of paleo-flow direction of turbidites, the origin of quartz sediments, and locating ignimbrite vents, among others. In addition to flow direction and its polarity, the method enables flow rheology to be inferred. The use of shape-fabric has been limited due to the difficulties of automatically measuring particles and analyzing them with reliable circular statistics programs. This has dampened interest in the method for a long time. Shape-fabric measurement has increased in popularity since the 1980s thanks to the development of new image analysis techniques and circular statistics software. However, the programs currently available are unreliable, old and are incompatible with newer operating systems, or require programming skills. The goal of our work is to develop a user-friendly program, in the MATLAB environment, with a graphical user interface, that can process images and includes editing functions, and thresholds (elongation and size) for selecting a particle population and analyzing it with reliable circular statistics algorithms. Moreover, the method also has to produce rose diagrams, orientation vectors, and a complete series of statistical parameters. All these requirements are met by our new software. In this paper, we briefly explain the methodology from collection of oriented samples in the field to the minimum number of particles needed to obtain reliable fabric data. We obtained the data using specific statistical tests and taking into account the degree of iso-orientation of the samples and the required degree of reliability. The program has been verified by means of several simulations performed using appropriately designed features and by analyzing real samples.
Wilderness Orientation Programs. AEE White Papers
ERIC Educational Resources Information Center
Association for Experiential Education (NJ1), 2011
2011-01-01
Wilderness orientation programs (sometimes referred to as outdoor orientation programs) use adventure programming for incoming college/university students to aid students' adjustment to college. These experiences usually occur in the days or weeks immediately prior to the first semester of the students' college coursework. They are typically…
ERIC Educational Resources Information Center
Chan, Matthew
2017-01-01
This study provides an overview and a snapshot of new student orientation (NSO) and new student e-orientation (NSEO) programs, with a focus on the content and feature analysis of the NSEOs. It offers an overview of currently available NSO programs of 100 randomly selected community colleges from a master list of nearly 900 community colleges in…
Cognitive characteristics of learning Java, an object-oriented programming language
NASA Astrophysics Data System (ADS)
White, Garry Lynn
Industry and Academia are moving from procedural programming languages (e.g., COBOL) to object-oriented programming languages, such as Java for the Internet. Past studies in the cognitive aspects of programming have focused primarily on procedural programming languages. Some of the languages used have been Pascal, C, Basic, FORTAN, and COBOL. Object-oriented programming (OOP) represents a new paradigm for computing. Industry is finding that programmers are having difficulty shifting to this new programming paradigm. This instruction in OOP is currently starting in colleges and universities across the country. What are the cognitive aspects for this new OOP language Java? When is a student developmentally ready to handle the cognitive characteristics of the OOP language Java? Which cognitive teaching style is best for this OOP language Java? Questions such as the aforementioned are the focus of this research Such research is needed to improve understanding of the learning process and identify students' difficulties with OOP methods. This can enhance academic teaching and industry training (Scholtz, 1993; Sheetz, 1997; Rosson, 1990). Cognitive development as measured by the Propositional Logic Test, cognitive style as measured by the Hemispheric Mode Indicator, and physical hemispheric dominance as measured by a self-report survey were obtained from thirty-six university students studying Java programming. Findings reveal that physical hemispheric dominance is unrelated to cognitive and programming language variables. However, both procedural and object oriented programming require Piaget's formal operation cognitive level as indicated by the Propositional Logic Test. This is consistent with prior research A new finding is that object oriented programming also requires formal operation cognitive level. Another new finding is that object oriented programming appears to be unrelated to hemispheric cognitive style as indicated by the Hemispheric Mode Indicator (HMI). This research suggests that object oriented programming is hemispheric thinking style friendly, while procedural programming is left hemispheric cognitive style. The conclusion is that cognitive characteristics are not the cause for the difficulty in shifting from procedural to this new programming paradigm of object oriented programming. An alternative possibility to the difficulty is proactive interference. Prior learning of procedural programming makes it harder to learning object oriented programming. Further research is needed to determine if proactive interference is the cause for the difficulty in shifting from procedural programming to object oriented programming.
20 CFR 638.500 - Orientation program.
Code of Federal Regulations, 2010 CFR
2010-04-01
... 20 Employees' Benefits 3 2010-04-01 2010-04-01 false Orientation program. 638.500 Section 638.500 Employees' Benefits EMPLOYMENT AND TRAINING ADMINISTRATION, DEPARTMENT OF LABOR JOB CORPS PROGRAM UNDER TITLE IV-B OF THE JOB TRAINING PARTNERSHIP ACT Center Operations § 638.500 Orientation program. The...
Augmented assessment as a means to augmented reality.
Bergeron, Bryan
2006-01-01
Rigorous scientific assessment of educational technologies typically lags behind the availability of the technologies by years because of the lack of validated instruments and benchmarks. Even when the appropriate assessment instruments are available, they may not be applied because of time and monetary constraints. Work in augmented reality, instrumented mannequins, serious gaming, and similar promising educational technologies that haven't undergone timely, rigorous evaluation, highlights the need for assessment methodologies that address the limitations of traditional approaches. The most promising augmented assessment solutions incorporate elements of rapid prototyping used in the software industry, simulation-based assessment techniques modeled after methods used in bioinformatics, and object-oriented analysis methods borrowed from object oriented programming.
Flexible ligand docking using a genetic algorithm
NASA Astrophysics Data System (ADS)
Oshiro, C. M.; Kuntz, I. D.; Dixon, J. Scott
1995-04-01
Two computational techniques have been developed to explore the orientational and conformational space of a flexible ligand within an enzyme. Both methods use the Genetic Algorithm (GA) to generate conformationally flexible ligands in conjunction with algorithms from the DOCK suite of programs to characterize the receptor site. The methods are applied to three enzyme-ligand complexes: dihydrofolate reductase-methotrexate, thymidylate synthase-phenolpthalein and HIV protease-thioketal haloperidol. Conformations and orientations close to the crystallographically determined structures are obtained, as well as alternative structures with low energy. The potential for the GA method to screen a database of compounds is also examined. A collection of ligands is evaluated simultaneously, rather than docking the ligands individually into the enzyme.
SISSY: An example of a multi-threaded, networked, object-oriented databased application
DOE Office of Scientific and Technical Information (OSTI.GOV)
Scipioni, B.; Liu, D.; Song, T.
1993-05-01
The Systems Integration Support SYstem (SISSY) is presented and its capabilities and techniques are discussed. It is fully automated data collection and analysis system supporting the SSCL`s systems analysis activities as they relate to the Physics Detector and Simulation Facility (PDSF). SISSY itself is a paradigm of effective computing on the PDSF. It uses home-grown code (C++), network programming (RPC, SNMP), relational (SYBASE) and object-oriented (ObjectStore) DBMSs, UNIX operating system services (IRIX threads, cron, system utilities, shells scripts, etc.), and third party software applications (NetCentral Station, Wingz, DataLink) all of which act together as a single application to monitor andmore » analyze the PDSF.« less
Orbital Debris Characterization via Laboratory Optical Measurements
NASA Technical Reports Server (NTRS)
Cowardin, Healther
2011-01-01
Optical observations of orbital debris offer insights that differ from radar measurements (specifically the size parameter,wavelength regime,and altitude range). For example, time-dependent photometric data yield lightcurves in multiple bandpasses that aid in material identification and possible periodic orientations. These data can also be used to help identify shapes and optical properties at multiple phase angles. Capitalizing on optical data products and applying them to generate a more complete understanding of orbital objects is a key objective of NASA's Optical Measurement Program, and the primary reason for the creation of the Optical Measurements Center(OMC). The OMC attempts to emulate space-based illumination conditions using equipment and techniques that parallel telescopic observations and source-target-sensor orientations.
Techniques in teaching statistics : linking research production and research use.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Martinez-Moyano, I .; Smith, A.; Univ. of Massachusetts at Boston)
In the spirit of closing the 'research-practice gap,' the authors extend evidence-based principles to statistics instruction in social science graduate education. The authors employ a Delphi method to survey experienced statistics instructors to identify teaching techniques to overcome the challenges inherent in teaching statistics to students enrolled in practitioner-oriented master's degree programs. Among the teaching techniques identi?ed as essential are using real-life examples, requiring data collection exercises, and emphasizing interpretation rather than results. Building on existing research, preliminary interviews, and the ?ndings from the study, the authors develop a model describing antecedents to the strength of the link between researchmore » and practice.« less
ERIC Educational Resources Information Center
Sherwin, Gary; Jennings, Todd
2006-01-01
This study examined the coverage of sexual orientation topics within 77 public university secondary teacher preparation programs across seven US states, and represented programs preparing 8,300-11,500 teachers annually. Findings indicated that 40% of programs did not address sexual orientation as a diversity topic. Further, even programs that did…
Designing an orientation program for new faculty.
Holyfield, Lavern J; Berry, Charles W
2008-12-01
The Faculty Development Committee (FDC) at Baylor College of Dentistry (BCD) is charged with providing programs and activities that facilitate the success of existing faculty in the constantly changing environment of academia. In response to concerns regarding the challenges wrought by current and projected shortages of dental faculty across the nation, the FDC was prompted to assess development opportunities available to BCD faculty. A professional development resource that we found deficient was a formal, comprehensive orientation program for newly hired faculty. To guide the efforts of the committee in developing this program, a survey was designed and administered during an annual faculty retreat. Respondents were new and junior faculty, senior faculty, and some administrators. The results of the survey to determine requirements for new faculty orientation became the basis for formalizing BCD's new faculty orientation program. This article provides an overview of the new faculty orientation process from design to program implementation and describes the development and use of a faculty survey to determine the fundamental elements of a faculty development program, identification of essential individuals for designing/implementing the program, and implementation of a new faculty orientation program at BCD.
NURSING 911: an orientation program to improve retention of online RN-BSN students.
Gilmore, Melanie; Lyons, Evadna M
2012-01-01
This article describes the implementation and evaluation of an eight-hour, comprehensive, face-to-face orientation program designed to improve student retention in a newly developed online RN to BSN program. A total of 179 newly enrolled RN to BSN students participated in the orientation program and evaluated the process. Student attrition decreased from 20 percent to less than 1 percent after the orientation program was extended and improved to include a technology assessment and an online practice course. A quality online program requires a well-designed orientation that includes technological assessments and hands-on, active participation by the learner. The newly improved and designed course has become effective in student retention and transition into the online learning environment.
ERIC Educational Resources Information Center
Lathrop, Anna H.; O'Connell, Timothy S.; Howard, Ryan A.
2012-01-01
Although outdoor orientation programs, as a special type of orientation designed to enhance student retention, are relatively commonplace in the United States - we are not aware of any such campuswide initiatives in Canada. Research indicates that outdoor orientation programs impact students in a positive way, enhancing academic success, personal…
Self-shaping composites with programmable bioinspired microstructures.
Erb, Randall M; Sander, Jonathan S; Grisch, Roman; Studart, André R
2013-01-01
Shape change is a prevalent function apparent in a diverse set of natural structures, including seed dispersal units, climbing plants and carnivorous plants. Many of these natural materials change shape by using cellulose microfibrils at specific orientations to anisotropically restrict the swelling/shrinkage of their organic matrices upon external stimuli. This is in contrast to the material-specific mechanisms found in synthetic shape-memory systems. Here we propose a robust and universal method to replicate this unusual shape-changing mechanism of natural systems in artificial bioinspired composites. The technique is based upon the remote control of the orientation of reinforcing inorganic particles within the composite using a weak external magnetic field. Combining this reinforcement orientational control with swellable/shrinkable polymer matrices enables the creation of composites whose shape change can be programmed into the material's microstructure rather than externally imposed. Such bioinspired approach can generate composites with unusual reversibility, twisting effects and site-specific programmable shape changes.
Self-shaping composites with programmable bioinspired microstructures
NASA Astrophysics Data System (ADS)
Erb, Randall M.; Sander, Jonathan S.; Grisch, Roman; Studart, André R.
2013-04-01
Shape change is a prevalent function apparent in a diverse set of natural structures, including seed dispersal units, climbing plants and carnivorous plants. Many of these natural materials change shape by using cellulose microfibrils at specific orientations to anisotropically restrict the swelling/shrinkage of their organic matrices upon external stimuli. This is in contrast to the material-specific mechanisms found in synthetic shape-memory systems. Here we propose a robust and universal method to replicate this unusual shape-changing mechanism of natural systems in artificial bioinspired composites. The technique is based upon the remote control of the orientation of reinforcing inorganic particles within the composite using a weak external magnetic field. Combining this reinforcement orientational control with swellable/shrinkable polymer matrices enables the creation of composites whose shape change can be programmed into the material’s microstructure rather than externally imposed. Such bioinspired approach can generate composites with unusual reversibility, twisting effects and site-specific programmable shape changes.
Spreadsheet-based program for alignment of overlapping DNA sequences.
Anbazhagan, R; Gabrielson, E
1999-06-01
Molecular biology laboratories frequently face the challenge of aligning small overlapping DNA sequences derived from a long DNA segment. Here, we present a short program that can be used to adapt Excel spreadsheets as a tool for aligning DNA sequences, regardless of their orientation. The program runs on any Windows or Macintosh operating system computer with Excel 97 or Excel 98. The program is available for use as an Excel file, which can be downloaded from the BioTechniques Web site. Upon execution, the program opens a specially designed customized workbook and is capable of identifying overlapping regions between two sequence fragments and displaying the sequence alignment. It also performs a number of specialized functions such as recognition of restriction enzyme cutting sites and CpG island mapping without costly specialized software.
Personality Patterns of Physicians in Person-Oriented and Technique-Oriented Specialties
ERIC Educational Resources Information Center
Borges, Nicole J.; Gibson, Denise D.
2005-01-01
This study investigated differences in personality patterns between person-oriented and technique-oriented physicians. It tested an integrative framework by converting the scores on the Personality Research Form (PRF) to the Big-Five factors and built a predictive model of group membership in clinical specialty area. PRF scores from 238 physicians…
MSIX - A general and user-friendly platform for RAM analysis
NASA Astrophysics Data System (ADS)
Pan, Z. J.; Blemel, Peter
The authors present a CAD (computer-aided design) platform supporting RAM (reliability, availability, and maintainability) analysis with efficient system description and alternative evaluation. The design concepts, implementation techniques, and application results are described. This platform is user-friendly because of its graphic environment, drawing facilities, object orientation, self-tutoring, and access to the operating system. The programs' independency and portability make them generally applicable to various analysis tasks.
Automatic target alignment of the Helios laser system
NASA Astrophysics Data System (ADS)
Liberman, I.; Viswanathan, V. K.; Klein, M.; Seery, B. D.
1980-05-01
An automatic target-alignment technique for the Helios laser facility is reported and verified experimentally. The desired alignment condition is completely described by an autocollimation test. A computer program examines the autocollimated return pattern from the surrogate target and correctly describes any changes required in mirror orientation to yield optimum target alignment with either aberrated or misaligned beams. Automated on-line target alignment is thus shown to be feasible.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Waller, M.A.
Under given circumstances, a person will tend to operate in one of four dominant orientations: (1) to perform tasks; (2) to achieve consensus; (3) to achieve understanding, or (4) to maintain structure. Historically, personality survey techniques, such as the Myers-Briggs type indicator, have been used to determine these tendencies. While these techniques can accurately reflect a person's orientation under normal social situations, under different sets of conditions, the same person may exhibit other tendencies, displaying a similar or entirely different orientation. While most do not exhibit extreme tendencies or changes of orientation, the shift in personality from normal to stressfulmore » conditions can be rather dramatic, depending on the individual. Structured personality survey techniques have been used to indicate operator response to stressful situations. These techniques have been extended to indicate the balance between orientations that the control room team has through the various levels of cognizance.« less
Parallel and Portable Monte Carlo Particle Transport
NASA Astrophysics Data System (ADS)
Lee, S. R.; Cummings, J. C.; Nolen, S. D.; Keen, N. D.
1997-08-01
We have developed a multi-group, Monte Carlo neutron transport code in C++ using object-oriented methods and the Parallel Object-Oriented Methods and Applications (POOMA) class library. This transport code, called MC++, currently computes k and α eigenvalues of the neutron transport equation on a rectilinear computational mesh. It is portable to and runs in parallel on a wide variety of platforms, including MPPs, clustered SMPs, and individual workstations. It contains appropriate classes and abstractions for particle transport and, through the use of POOMA, for portable parallelism. Current capabilities are discussed, along with physics and performance results for several test problems on a variety of hardware, including all three Accelerated Strategic Computing Initiative (ASCI) platforms. Current parallel performance indicates the ability to compute α-eigenvalues in seconds or minutes rather than days or weeks. Current and future work on the implementation of a general transport physics framework (TPF) is also described. This TPF employs modern C++ programming techniques to provide simplified user interfaces, generic STL-style programming, and compile-time performance optimization. Physics capabilities of the TPF will be extended to include continuous energy treatments, implicit Monte Carlo algorithms, and a variety of convergence acceleration techniques such as importance combing.
ERIC Educational Resources Information Center
National Association of State Universities and Land Grant Colleges, Washington, DC.
This report on extension activities of member institutions of the National Association of State Universities and Land Grant Colleges describes 91 program innovations and action oriented research activities. Objectives, sponsorship, program evaluations, and other data are cited for program innovations in such areas as continuing medical education,…
ENGAGE: A Different New Nurse Orientation Program.
Green, Vivian Barnes
2016-01-01
General new nurse orientation is often perceived as a program consisting of several long days of passively receiving information about an institution's policies, procedures, and other regulatory matters. As a result, orientation may be viewed as something to endure and not enjoy. The purpose of redesigning the new nurse orientation into ENGAGE (Essential Nursing Guidance and Growth Experience) was to make the general new nurse orientation program more engaging and meaningful, as well as fun. Copyright 2016, SLACK Incorporated.
ERIC Educational Resources Information Center
Thompson, Errol; Kinshuk
2011-01-01
Object-oriented programming is seen as a difficult skill to master. There is considerable debate about the most appropriate way to introduce novice programmers to object-oriented concepts. Is it possible to uncover what the critical aspects or features are that enhance the learning of object-oriented programming? Practitioners have differing…
A Multi-Level Assessment of the Impact of Orientation Programs on Student Learning
ERIC Educational Resources Information Center
Mayhew, Matthew J.; Vanderlinden, Kim; Kim, Eun Kyung
2010-01-01
The purpose of this study was to investigate the influence of orientation programs on student academic and social learning. Moving beyond previous studies, we examined how participation in orientation programming affected student learning and how the impact of these programs on learning varied by organizational characteristics (i.e., institutional…
NASA Astrophysics Data System (ADS)
Sokkar, T. Z. N.; El-Farahaty, K. A.; El-Bakary, M. A.; Raslan, M. I.; Omar, E. Z.; Hamza, A. A.
2018-03-01
The optical setup of the transport intensity equation (TIE) technique is developed to be valid for measuring the optical properties of the highly-oriented anisotropic fibres. This development is based on the microstructure models of the highly-oriented anisotropic fibres and the principle of anisotropy. We provide the setup of TIE technique with polarizer which is controlled via stepper motor. This developed technique is used to investigate the refractive indices in the parallel and perpendicular polarization directions of light for the highly-oriented poly (ethylene terephthalate) (PET) fibres and hence its birefringence. The obtained results through the developed TIE technique for PET fibre are compared with that determined experimentally using the Mach-Zehnder interferometer under the same conditions. The comparison shows a good agreement between the obtained results from the developed technique and that obtained from the Mach-Zehnder interferometer technique.
ERIC Educational Resources Information Center
Huntsberger, Paul E.
This report presents results of a survey of U.S. postsecondary institutions with agriculture and natural resources programs, concerning institutional support for reentry orientation and alumni networking programs. Reentry orientation" involves programs that help international students become aware of the adjustment aspects of returning home,…
Tailoring Software Inspections for Aspect-Oriented Programming
ERIC Educational Resources Information Center
Watkins, Charlette Ward
2009-01-01
Aspect-Oriented Software Development (AOSD) is a new approach that addresses limitations inherent in conventional programming, especially the principle of separation of concerns by emphasizing the encapsulation and modularization of crosscutting concerns through a new abstraction, the "aspect." Aspect-oriented programming is an emerging AOSD…
Chan, Raymond; Webster, Joan; Bennett, Linda
2009-11-11
Diagnosis and treatment of cancer can contribute to psychological distress and anxiety amongst patients. Evidence indicates that information giving can be beneficial in reducing patient anxiety, so oncology specific information may have a major impact on this patient group. This study investigates the effects of an orientation program on levels of anxiety and self-efficacy amongst newly registered cancer patients who are about to undergo chemotherapy and/or radiation therapy in the cancer care centre of a large tertiary Australian hospital. The concept of interventions for orienting new cancer patients needs revisiting due to the dynamic health care system. Historically, most orientation programs at this cancer centre were conducted by one nurse. A randomised controlled trial has been designed to test the effectiveness of an orientation program with bundled interventions; a face-to-face program which includes introduction to the hospital facilities, introduction to the multi-disciplinary team and an overview of treatment side effects and self care strategies. The aim is to orientate patients to the cancer centre and to meet the health care team. We hypothesize that patients who receive this orientation will experience lower levels of anxiety and distress, and a higher level of self-efficacy. An orientation program is a common health care service provided by cancer care centres for new cancer patients. Such programs aim to give information to patients at the beginning of their encounter at a cancer care centre. It is clear in the literature that interventions that aim to improve self-efficacy in patients may demonstrate potential improvement in health outcomes. Yet, evidence on the effects of orientation programs for cancer patients on self-efficacy remains scarce, particularly with respect to the use of multidisciplinary team members. This paper presents the design of a randomised controlled trial that will evaluate the effects and feasibility of a multidisciplinary orientation program for new cancer patients. Current Controlled Trials ACTRN12609000018213.
New International Program to Asses the Reliability of Emerging Nondestructive Techniques (PARENT)
DOE Office of Scientific and Technical Information (OSTI.GOV)
Prokofiev, Iouri; Cumblidge, Stephen E.; Csontos, Aladar A.
2013-01-25
The Nuclear Regulatory Commission (NRC) established the Program to Assess the Reliability of Emerging Nondestructive Techniques (PARENT) to follow on from the successful Program for the Inspection of Nickel alloy Components (PINC). The goal of the PARENT is to conduct a confirmatory assessment of the reliability of nondestructive evaluation (NDE) techniques for detecting and sizing primary water stress corrosion cracks (PWSCC) and applying the lessons learned from PINC to a series of round-robin tests. These open and blind round-robin tests will comprise a new set of typical pressure boundary components including dissimilar metal welds (DMWs) and bottom-mounted instrumentation penetrations. Openmore » round-robin tests will engage research and industry teams worldwide to investigate and demonstrate the reliability of emerging NDE techniques to detect and size flaws with a wide range of lengths, depths, orientations, and locations. Blind round-robin tests will utilize various testing organizations, whose inspectors and procedures are certified by the standards for the nuclear industry in their respective countries, to investigate the ability of established NDE techniques to detect and size flaws whose characteristics range from relatively easy to very difficult for detection and sizing. Blind and open round-robin testing started in late 2011 and early 2012, respectively. This paper will present the work scope with reports on progress, NDE methods evaluated, and project timeline for PARENT.« less
Chakraborty, Nilay; Wang, Mian; Solocinski, Jason; Kim, Wonsuk; Argento, Alan
2016-01-01
This work presents an optospectroscopic characterization technique for soft tissue microstructure using site-matched confocal Raman microspectroscopy and polarized light microscopy. Using the technique, the microstructure of soft tissue samples is directly observed by polarized light microscopy during loading while spatially correlated spectroscopic information is extracted from the same plane, verifying the orientation and arrangement of the collagen fibers. Results show the response and orientation of the collagen fiber arrangement in its native state as well as during tensile and compressive loadings in a porcine sclera model. An example is also given showing how the data can be used with a finite element program to estimate the strain in individual collagen fibers. The measurements demonstrate features that indicate microstructural reorganization and damage of the sclera's collagen fiber arrangement under loading. The site-matched confocal Raman microspectroscopic characterization of the tissue provides a qualitative measure to relate the change in fibrillar arrangement with possible chemical damage to the collagen microstructure. Tests and analyses presented here can potentially be used to determine the stress-strain behavior, and fiber reorganization of the collagen microstructure in soft tissue during viscoelastic response.
What do junior doctors want in start-of-term orientation?
Mulroy, Seonaid; Rogers, Ian R; Janakiramanan, Neela; Rodrigues, Michelle
2007-04-02
A comprehensive but succinct orientation is vital for junior doctors as they rotate through jobs during the early postgraduate years. The orientation process will become increasingly relevant in Australia with the change of work patterns to shorter hours and rotating shift rosters. Although orientation is often thought to be suboptimal, there is limited research published on this important process. Feedback from junior doctors suggests that formalised orientation programs at the start of term are highly valued. Junior doctors themselves should be involved in the development and delivery of the orientation program. Junior doctors appreciate the participation of senior staff in the orientation program, but much of it can be overseen by registrars, nursing staff and allied health staff. Use of a standardised proforma with peer-to-peer delivery can facilitate a smooth orientation.
JView Visualization for Next Generation Air Transportation System
2011-01-01
hardware graphics acceleration. JView relies on concrete Object Oriented Design (OOD) and programming techniques to provide a robust and venue non...visibility priority of a texture set. A good example of this is you have translucent images that should always be visible over the other textures...elements present in the scene. • Capture Alpha. Allows the alpha color channel ( translucency ) to be saved when capturing images or movies of a 3D scene
1988-06-01
became apparent. ESC originally planned to confect a dedicated model, i.e., one specifically designed to address Korea. However, it reconsidered the...s) and should not be construed as an official US Department of the Army position, policy, or decision unless so designated by other official...model based on object-oriented programming design techniques, and uses the process view of simulation to achieve its purpose. As a direct con
ERIC Educational Resources Information Center
Cotayo, Armando; And Others
The Bilingual Academic and Career Orientation Program (BACOP) at George Washington High School in New York City is a basic bilingual secondary education program with a career orientation focus. In 1981-82, the program offered bilingual instructional and supportive services to 250 Hispanic students of limited English proficiency in grades nine…
ERIC Educational Resources Information Center
GOHEEN, ROYAL L.
THREE PHYSICAL EDUCATION PROGRAMS, SKILL-ORIENTED, PLAY- ORIENTED, AND FREE-PLAY ORIENTED WERE DEVELOPED. THESE PROGRAMS WERE EXAMINED, INITIALLY, BY SEVEN EXPERTS AND THEN SUBJECTED TO A PILOT STUDY. THE REVISED PROGRAMS WERE TAUGHT BY RESEARCH ASSISTANTS TO SIX EXPERIMENTAL GROUPS WHICH INCLUDED 82 BOYS AT TWO STATE SCHOOLS FOR THE MENTALLY…
Outdoor Orientation Programs: A Critical Review of Program Impacts on Retention and Graduation
ERIC Educational Resources Information Center
Bell, Brent J.; Chang, Hong
2017-01-01
Outdoor orientation programs have a growing literature demonstrating positive impacts with students transitioning to college (Bell, Gass, Nafizer, & Starbuck, 2014). One of the most valued outcomes for colleges and universities is retention of students until successful graduation. This is an outcome few outdoor orientation researchers have…
A Comprehensive Cultural Orientation Program for Refugees.
ERIC Educational Resources Information Center
Archer, Carol M.
This paper presents the various components of the cultural orientation program as it has developed at the Bilingual Educational Institute (BEI), the organization that is currently awarded the grant for RSS in the Houston area by the state of Texas. This cultural orientation program's topics include the following: employment; healthcare; community…
Teaching Adaptability of Object-Oriented Programming Language Curriculum
ERIC Educational Resources Information Center
Zhu, Xiao-dong
2012-01-01
The evolution of object-oriented programming languages includes update of their own versions, update of development environments, and reform of new languages upon old languages. In this paper, the evolution analysis of object-oriented programming languages is presented in term of the characters and development. The notion of adaptive teaching upon…
Assessing New Employee Orientation Programs
ERIC Educational Resources Information Center
Acevedo, Jose M.; Yancey, George B.
2011-01-01
Purpose: This paper aims to examine the importance of new employee orientation (NEO) programs, the quality of typical NEOs, and how to improve NEOs. Design/methodology/approach: The paper provides a viewpoint of the importance of new employee orientation programs, the quality of typical NEOs, and how to improve NEOs. Findings: Although western…
Program Evaluation: Two Management-Oriented Samples
ERIC Educational Resources Information Center
Alford, Kenneth Ray
2010-01-01
Two Management-Oriented Samples details two examples of the management-oriented approach to program evaluation. Kenneth Alford, a doctorate candidate at the University of the Cumberlands, details two separate program evaluations conducted in his school district and seeks to compare and contrast the two evaluations based upon the characteristics of…
Assimilating Foreign-Born Employees into Organizations through Effective Orientation Programs.
ERIC Educational Resources Information Center
Stull, James B.; And Others
Since research suggests that a direct relationship exists between effective orientation and employee productivity, careful consideration must be given to content, design, and delivery issues when developing orientation training programs for foreign-born employees. The United States typically does not provide adequate employee orientation.…
Object-Oriented Programming When Developing Software in Geology and Geophysics
NASA Astrophysics Data System (ADS)
Ahmadulin, R. K.; Bakanovskaya, L. N.
2017-01-01
The paper reviews the role of object-oriented programming when developing software in geology and geophysics. Main stages have been identified at which it is worthwhile to apply principles of object-oriented programming when developing software in geology and geophysics. The research was based on a number of problems solved in Geology and Petroleum Production Institute. Distinctive features of these problems are given and areas of application of the object-oriented approach are identified. Developing applications in the sphere of geology and geophysics has shown that the process of creating such products is simplified due to the use of object-oriented programming, firstly when designing structures for data storage and graphical user interfaces.
Two SPSS programs for interpreting multiple regression results.
Lorenzo-Seva, Urbano; Ferrando, Pere J; Chico, Eliseo
2010-02-01
When multiple regression is used in explanation-oriented designs, it is very important to determine both the usefulness of the predictor variables and their relative importance. Standardized regression coefficients are routinely provided by commercial programs. However, they generally function rather poorly as indicators of relative importance, especially in the presence of substantially correlated predictors. We provide two user-friendly SPSS programs that implement currently recommended techniques and recent developments for assessing the relevance of the predictors. The programs also allow the user to take into account the effects of measurement error. The first program, MIMR-Corr.sps, uses a correlation matrix as input, whereas the second program, MIMR-Raw.sps, uses the raw data and computes bootstrap confidence intervals of different statistics. The SPSS syntax, a short manual, and data files related to this article are available as supplemental materials from http://brm.psychonomic-journals.org/content/supplemental.
Graduate nurse internship program: a formalized orientation program.
Phillips, Tracy; Hall, Mellisa
2014-01-01
The graduate nurse internship program was developed on the basis of Watson's Human Caring Theory. In this article, the author discusses how an orientation program was formalized into an internship program and how the theory was applied.
Foster, Katherine T; Beltz, Adriene M
2018-08-01
Ambulatory assessment (AA) methodologies have the potential to increase understanding and treatment of addictive behavior in seemingly unprecedented ways, due in part, to their emphasis on intensive repeated assessments of an individual's addictive behavior in context. But, many analytic techniques traditionally applied to AA data - techniques that average across people and time - do not fully leverage this potential. In an effort to take advantage of the individualized, temporal nature of AA data on addictive behavior, the current paper considers three underutilized person-oriented analytic techniques: multilevel modeling, p-technique, and group iterative multiple model estimation. After reviewing prevailing analytic techniques, each person-oriented technique is presented, AA data specifications are mentioned, an example analysis using generated data is provided, and advantages and limitations are discussed; the paper closes with a brief comparison across techniques. Increasing use of person-oriented techniques will substantially enhance inferences that can be drawn from AA data on addictive behavior and has implications for the development of individualized interventions. Copyright © 2017. Published by Elsevier Ltd.
High Performance Object-Oriented Scientific Programming in Fortran 90
NASA Technical Reports Server (NTRS)
Norton, Charles D.; Decyk, Viktor K.; Szymanski, Boleslaw K.
1997-01-01
We illustrate how Fortran 90 supports object-oriented concepts by example of plasma particle computations on the IBM SP. Our experience shows that Fortran 90 and object-oriented methodology give high performance while providing a bridge from Fortran 77 legacy codes to modern programming principles. All of our object-oriented Fortran 90 codes execute more quickly thatn the equeivalent C++ versions, yet the abstraction modelling capabilities used for scentific programming are comparably powereful.
The Administrator's Role in Insuring Quality in Off-Campus Programs.
ERIC Educational Resources Information Center
Massey, T. Benjamin
The administrator's role in insuring off-campus program quality is considered. An essential difference between administrators and leaders is noted: administrators are status quo oriented, crisis oriented, reactive, and less flexible; leaders are change oriented, planning oriented, proactive, and less flexible. When such factors as new technology…
Redesigning Orientation in an Intensive Care Unit Using 2 Theoretical Models.
Kozub, Elizabeth; Hibanada-Laserna, Maribel; Harget, Gwen; Ecoff, Laurie
2015-01-01
To accommodate a higher demand for critical care nurses, an orientation program in a surgical intensive care unit was revised and streamlined. Two theoretical models served as a foundation for the revision and resulted in clear clinical benchmarks for orientation progress evaluation. The purpose of the project was to integrate theoretical frameworks into practice to improve the unit orientation program. Performance improvement methods served as a framework for the revision, and outcomes were measured before and after implementation. The revised orientation program increased 1- and 2-year nurse retention and decreased turnover. Critical care knowledge increased after orientation for both the preintervention and postintervention groups. Incorporating a theoretical basis for orientation has been shown to be successful in increasing the number of nurses completing orientation and improving retention, turnover rates, and knowledge gained.
NASA Astrophysics Data System (ADS)
Toller, Uri
In response to the new needs for S/T/E/S-literate science teachers, an S/T/E/S-oriented ISMMC-IEE combination model of instruction was implemented in two specially designed undergraduate courses and one graduate course within college science teacher training programs. These three courses served as case studies for class-based, quasiquantitative pilot investigation aimed at gaining a deeper insight into some of the issues involved in the implementation in college of nontraditional, open-ended, problem-solving-oriented teaching strategies which are in dissonance with the cognitive or affective styles and functional paradigms of most students. This probe into the dissonance issue revealed that prospective teachers are capable of handling the new instructional model and do gain in their higher-level cognitive learning. However, undergraduates perceive these courses to be either difficult or not in accord with their needs, and their appreciation of the instructional techniques and style employed is different from that of graduate students accordingly. The current study suggests that although the ISMMC-IEE model is useful in S/T/E/S-oriented courses in science teacher training programs, special attention to the implementation stage is required to close the gap between students' and S/T/E/S educators' functional paradigms.
Leading Change through Professional Development: An Exploration of a New Faculty Orientation Program
ERIC Educational Resources Information Center
Burns, Shawn W.
2013-01-01
This study explored new faculty satisfaction with participation in a professional development orientation program at a New England-based graduate-level, military institution of higher education. The new faculty orientation program had not been previously explored. The purpose of this study was to describe participant satisfaction with an ultimate…
Search and retrieval of office files using dBASE 3
NASA Technical Reports Server (NTRS)
Breazeale, W. L.; Talley, C. R.
1986-01-01
Described is a method of automating the office files retrieval process using a commercially available software package (dBASE III). The resulting product is a menu-driven computer program which requires no computer skills to operate. One part of the document is written for the potential user who has minimal computer experience and uses sample menu screens to explain the program; while a second part is oriented towards the computer literate individual and includes rather detailed descriptions of the methodology and search routines. Although much of the programming techniques are explained, this document is not intended to be a tutorial on dBASE III. It is hoped that the document will serve as a stimulus for other applications of dBASE III.
Róg, T; Murzyn, K; Hinsen, K; Kneller, G R
2003-04-15
We present a new implementation of the program nMoldyn, which has been developed for the computation and decomposition of neutron scattering intensities from Molecular Dynamics trajectories (Comp. Phys. Commun 1995, 91, 191-214). The new implementation extends the functionality of the original version, provides a much more convenient user interface (both graphical/interactive and batch), and can be used as a tool set for implementing new analysis modules. This was made possible by the use of a high-level language, Python, and of modern object-oriented programming techniques. The quantities that can be calculated by nMoldyn are the mean-square displacement, the velocity autocorrelation function as well as its Fourier transform (the density of states) and its memory function, the angular velocity autocorrelation function and its Fourier transform, the reorientational correlation function, and several functions specific to neutron scattering: the coherent and incoherent intermediate scattering functions with their Fourier transforms, the memory function of the coherent scattering function, and the elastic incoherent structure factor. The possibility to compute memory function is a new and powerful feature that allows to relate simulation results to theoretical studies. Copyright 2003 Wiley Periodicals, Inc. J Comput Chem 24: 657-667, 2003
Pelvic orientation for total hip arthroplasty in lateral decubitus: can it be accurately measured?
Sykes, Alice M; Hill, Janet C; Orr, John F; Gill, Harinderjit S; Salazar, Jose J; Humphreys, Lee D; Beverland, David E
2016-05-16
During total hip arthroplasty (THA), accurately predicting acetabular cup orientation remains a key challenge, in great part because of uncertainty about pelvic orientation. This pilot study aimed to develop and validate a technique to measure pelvic orientation; establish its accuracy in the location of anatomical landmarks and subsequently; investigate if limb movement during a simulated surgical procedure alters pelvic orientation. The developed technique measured 3-D orientation of an isolated Sawbone pelvis, it was then implemented to measure pelvic orientation in lateral decubitus with post-THA patients (n = 20) using a motion capture system. Orientation of the isolated Sawbone pelvis was accurately measured, demonstrated by high correlations with angular data from a coordinate measurement machine; R-squared values close to 1 for all pelvic axes. When applied to volunteer subjects, largest movements occurred about the longitudinal pelvic axis; internal and external pelvic rotation. Rotations about the anteroposterior axis, which directly affect inclination angles, showed >75% of participants had movement within ±5° of neutral, 0°. The technique accurately measured orientation of the isolated bony pelvis. This was not the case in a simulated theatre environment. Soft tissue landmarks were difficult to palpate repeatedly. These findings have direct clinical relevance, landmark registration in lateral decubitus is a potential source of error, contributing here to large ranges in measured movement. Surgeons must be aware that present techniques using bony landmarks to reference pelvic orientation for cup implantation, both computer-based and mechanical, may not be sufficiently accurate.
Cosmos in Concert: Combining astronomy and classical music
NASA Astrophysics Data System (ADS)
Kremer, Kyle
2018-01-01
Cosmos in Concert is an outreach initiative designed to combine astronomy education with classical music. Over the past several years, this program has presented large-scale multimedia shows for symphony orchestras, educational programs at K-12 schools, and research-oriented university collaborations designed to develop techniques for the sonification of data. Cosmos in Concert has collaborated with institutions including Fermi National Lab, the Adler Planetarium, the Bienen School of Music, and the Colburn School of Music. In this talk, I will give a brief overview of some of the main Cosmos in Concert initiatives and discuss ways these initiatives may be implemented at other institutions.
Miralpeix, Ester; Nick, Alpa M; Meyer, Larissa A; Cata, Juan; Lasala, Javier; Mena, Gabriel E; Gottumukkala, Vijaya; Iniesta-Donate, Maria; Salvo, Gloria; Ramirez, Pedro T
2016-05-01
Enhanced recovery after surgery (ERAS) programs aim to hasten functional recovery and improve postoperative outcomes. However, there is a paucity of data on ERAS programs in gynecologic surgery. We reviewed the published literature on ERAS programs in colorectal surgery, general gynecologic surgery, and gynecologic oncology surgery to evaluate the impact of such programs on outcomes, and to identify key elements in establishing a successful ERAS program. ERAS programs are associated with shorter length of hospital stay, a reduction in overall health care costs, and improvements in patient satisfaction. We suggest an ERAS program for gynecologic oncology practice involving preoperative, intraoperative, and postoperative strategies including; preadmission counseling, avoidance of preoperative bowel preparation, use of opioid-sparing multimodal perioperative analgesia (including loco-regional analgesia), intraoperative goal-directed fluid therapy (GDT), and use of minimally invasive surgical techniques with avoidance of routine use of nasogastric tube, drains and/or catheters. Postoperatively, it is important to encourage early feeding, early mobilization, timely removal of tubes and drains, if present, and function oriented multimodal analgesia regimens. Successful implementation of an ERAS program requires a multidisciplinary team effort and active participation of the patient in their goal-oriented functional recovery program. However, future outcome studies should evaluate the efficacy of an intervention within the pathway, include objective measures of symptom burden and control, study measures of functional recovery, and quantify outcomes of the program in relation to the rates of adherence to the key elements of care in gynecologic oncology such as oncologic outcomes and return to intended oncologic therapy (RIOT). Copyright © 2016 Elsevier Inc. All rights reserved.
Knowledge-Based Vision Techniques for the Autonomous Land Vehicle Program
1991-10-01
Knowledge System The CKS is an object-oriented knowledge database that was originally designed to serve as the central information manager for a...34 Representation Space: An Approach to the Integra- tion of Visual Information ," Proc. of DARPA Image Understanding Workshop, Palo Alto, CA, pp. 263-272, May 1989...Strat, " Information Management in a Sensor-Based Au- tonomous System," Proc. DARPA Image Understanding Workshop, University of Southern CA, Vol.1, pp
Edge delamination of composite laminates subject to combined tension and torsional loading
NASA Technical Reports Server (NTRS)
Hooper, Steven J.
1990-01-01
Delamination is a common failure mode of laminated composite materials. Edge delamination is important since it results in reduced stiffness and strength of the laminate. The tension/torsion load condition is of particular significance to the structural integrity of composite helicopter rotor systems. Material coupons can easily be tested under this type of loading in servo-hydraulic tension/torsion test stands using techniques very similar to those used for the Edge Delamination Tensile Test (EDT) delamination specimen. Edge delamination of specimens loaded in tension was successfully analyzed by several investigators using both classical laminate theory and quasi-three dimensional (Q3D) finite element techniques. The former analysis technique can be used to predict the total strain energy release rate, while the latter technique enables the calculation of the mixed-mode strain energy release rates. The Q3D analysis is very efficient since it produces a three-dimensional solution to a two-dimensional domain. A computer program was developed which generates PATRAN commands to generate the finite element model. PATRAN is a pre- and post-processor which is commonly used with a variety of finite element programs such as MCS/NASTRAN. The program creates a sufficiently dense mesh at the delamination crack tips to support a mixed-mode fracture mechanics analysis. The program creates a coarse mesh in those regions where the gradients in the stress field are low (away from the delamination regions). A transition mesh is defined between these regions. This program is capable of generating a mesh for an arbitrarily oriented matrix crack. This program significantly reduces the modeling time required to generate these finite element meshes, thus providing a realistic tool with which to investigate the tension torsion problem.
C-Language Integrated Production System, Version 5.1
NASA Technical Reports Server (NTRS)
Riley, Gary; Donnell, Brian; Ly, Huyen-Anh VU; Culbert, Chris; Savely, Robert T.; Mccoy, Daniel J.; Giarratano, Joseph
1992-01-01
CLIPS 5.1 provides cohesive software tool for handling wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming provides representation of knowledge by use of heuristics. Object-oriented programming enables modeling of complex systems as modular components. Procedural programming enables CLIPS to represent knowledge in ways similar to those allowed in such languages as C, Pascal, Ada, and LISP. Working with CLIPS 5.1, one can develop expert-system software by use of rule-based programming only, object-oriented programming only, procedural programming only, or combinations of the three.
ERIC Educational Resources Information Center
Multnomah County Intermediate Education District, Portland, OR.
An introduction on blindness is followed by a summary of the initial planning grant proposal for cooperative statewide orientation and mobility program for blind children. Background, development, and utilization of mobility-orientation training are discussed in conjunction with educational programs, guide dogs, canes, mobility readiness,…
ERIC Educational Resources Information Center
de Oliveira, Clara Amelia; Conte, Marcos Fernando; Riso, Bernardo Goncalves
This work presents a proposal for Teaching/Learning, on Object Oriented Programming for Entry Level Courses of Engineering and Computer Science, on University. The philosophy of Object Oriented Programming comes as a new pattern of solution for problems, where flexibility and reusability appears over the simple data structure and sequential…
Rashev, P Z; Mintchev, M P; Bowes, K L
2000-09-01
The aim of this study was to develop a novel three-dimensional (3-D) object-oriented modeling approach incorporating knowledge of the anatomy, electrophysiology, and mechanics of externally stimulated excitable gastrointestinal (GI) tissues and emphasizing the "stimulus-response" principle of extracting the modeling parameters. The modeling method used clusters of class hierarchies representing GI tissues from three perspectives: 1) anatomical; 2) electrophysiological; and 3) mechanical. We elaborated on the first four phases of the object-oriented system development life-cycle: 1) analysis; 2) design; 3) implementation; and 4) testing. Generalized cylinders were used for the implementation of 3-D tissue objects modeling the cecum, the descending colon, and the colonic circular smooth muscle tissue. The model was tested using external neural electrical tissue excitation of the descending colon with virtual implanted electrodes and the stimulating current density distributions over the modeled surfaces were calculated. Finally, the tissue deformations invoked by electrical stimulation were estimated and represented by a mesh-surface visualization technique.
Object oriented studies into artificial space debris
NASA Technical Reports Server (NTRS)
Adamson, J. M.; Marshall, G.
1988-01-01
A prototype simulation is being developed under contract to the Royal Aerospace Establishment (RAE), Farnborough, England, to assist in the discrimination of artificial space objects/debris. The methodology undertaken has been to link Object Oriented programming, intelligent knowledge based system (IKBS) techniques and advanced computer technology with numeric analysis to provide a graphical, symbolic simulation. The objective is to provide an additional layer of understanding on top of conventional classification methods. Use is being made of object and rule based knowledge representation, multiple reasoning, truth maintenance and uncertainty. Software tools being used include Knowledge Engineering Environment (KEE) and SymTactics for knowledge representation. Hooks are being developed within the SymTactics framework to incorporate mathematical models describing orbital motion and fragmentation. Penetration and structural analysis can also be incorporated. SymTactics is an Object Oriented discrete event simulation tool built as a domain specific extension to the KEE environment. The tool provides facilities for building, debugging and monitoring dynamic (military) simulations.
Object-oriented programming with mixins in Ada
NASA Technical Reports Server (NTRS)
Seidewitz, ED
1992-01-01
Recently, I wrote a paper discussing the lack of 'true' object-oriented programming language features in Ada 83, why one might desire them in Ada, and how they might be added in Ada 9X. The approach I took in this paper was to build the new object-oriented features of Ada 9X as much as possible on the basic constructs and philosophy of Ada 83. The object-oriented features proposed for Ada 9X, while different in detail, are based on the same kind of approach. Further consideration of this approach led me on a long reflection on the nature of object-oriented programming and its application to Ada. The results of this reflection, presented in this paper, show how a fairly natural object-oriented style can indeed be developed even in Ada 83. The exercise of developing this style is useful for at least three reasons: (1) it provides a useful style for programming object-oriented applications in Ada 83 until new features become available with Ada 9X; (2) it demystifies many of the mechanisms that seem to be 'magic' in most object-oriented programming languages by making them explicit; and (3) it points out areas that are and are not in need of change in Ada 83 to make object-oriented programming more natural in Ada 9X. In the next four sections I will address in turn the issues of object-oriented classes, mixins, self-reference and supertyping. The presentation is through a sequence of examples. This results in some overlap with that paper, but all the examples in the present paper are written entirely in Ada 83. I will return to considerations for Ada 9X in the last section of the paper.
Modeling and Analysis of Power Processing Systems (MAPPS), initial phase 2
NASA Technical Reports Server (NTRS)
Yu, Y.; Lee, F. C.; Wangenheim, H.; Warren, D.
1977-01-01
The overall objective of the program is to provide the engineering tools to reduce the analysis, design, and development effort, and thus the cost, in achieving the required performances for switching regulators and dc-dc converter systems. The program was both tutorial and application oriented. Various analytical methods were described in detail and supplemented with examples, and those with standardization appeals were reduced into computer-based subprograms. Major program efforts included those concerning small and large signal control-dependent performance analysis and simulation, control circuit design, power circuit design and optimization, system configuration study, and system performance simulation. Techniques including discrete time domain, conventional frequency domain, Lagrange multiplier, nonlinear programming, and control design synthesis were employed in these efforts. To enhance interactive conversation between the modeling and analysis subprograms and the user, a working prototype of the Data Management Program was also developed to facilitate expansion as future subprogram capabilities increase.
An adaptive, object oriented strategy for base calling in DNA sequence analysis.
Giddings, M C; Brumley, R L; Haker, M; Smith, L M
1993-01-01
An algorithm has been developed for the determination of nucleotide sequence from data produced in fluorescence-based automated DNA sequencing instruments employing the four-color strategy. This algorithm takes advantage of object oriented programming techniques for modularity and extensibility. The algorithm is adaptive in that data sets from a wide variety of instruments and sequencing conditions can be used with good results. Confidence values are provided on the base calls as an estimate of accuracy. The algorithm iteratively employs confidence determinations from several different modules, each of which examines a different feature of the data for accurate peak identification. Modules within this system can be added or removed for increased performance or for application to a different task. In comparisons with commercial software, the algorithm performed well. Images PMID:8233787
NASA Technical Reports Server (NTRS)
Margaria, Tiziana (Inventor); Hinchey, Michael G. (Inventor); Rouff, Christopher A. (Inventor); Rash, James L. (Inventor); Steffen, Bernard (Inventor)
2010-01-01
Systems, methods and apparatus are provided through which in some embodiments, automata learning algorithms and techniques are implemented to generate a more complete set of scenarios for requirements based programming. More specifically, a CSP-based, syntax-oriented model construction, which requires the support of a theorem prover, is complemented by model extrapolation, via automata learning. This may support the systematic completion of the requirements, the nature of the requirement being partial, which provides focus on the most prominent scenarios. This may generalize requirement skeletons by extrapolation and may indicate by way of automatically generated traces where the requirement specification is too loose and additional information is required.
NASA Astrophysics Data System (ADS)
Sahu, Indra D.; Hustedt, Eric J.; Ghimire, Harishchandra; Inbaraj, Johnson J.; McCarrick, Robert M.; Lorigan, Gary A.
2014-12-01
An EPR membrane alignment technique was applied to measure distance and relative orientations between two spin labels on a protein oriented along the surface of the membrane. Previously we demonstrated an EPR membrane alignment technique for measuring distances and relative orientations between two spin labels using a dual TOAC-labeled integral transmembrane peptide (M2δ segment of Acetylcholine receptor) as a test system. In this study we further utilized this technique and successfully measured the distance and relative orientations between two spin labels on a membrane peripheral peptide (antimicrobial peptide magainin-2). The TOAC-labeled magainin-2 peptides were mechanically aligned using DMPC lipids on a planar quartz support, and CW-EPR spectra were recorded at specific orientations. Global analysis in combination with rigorous spectral simulation was used to simultaneously analyze data from two different sample orientations for both single- and double-labeled peptides. We measured an internitroxide distance of 15.3 Å from a dual TOAC-labeled magainin-2 peptide at positions 8 and 14 that closely matches with the 13.3 Å distance obtained from a model of the labeled magainin peptide. In addition, the angles determining the relative orientations of the two nitroxides have been determined, and the results compare favorably with molecular modeling. This study demonstrates the utility of the technique for proteins oriented along the surface of the membrane in addition to the previous results for proteins situated within the membrane bilayer.
Role Socialization: Designing a Web-Based Program to Orient New School Nurses
ERIC Educational Resources Information Center
Campbell, Tia B.
2009-01-01
Traditional orientation programs for school nurses may not meet the needs of nurses new to the specialty. In this era where technology is a major aspect of our daily lives, the Internet offers new school nurses an avenue where information can be accessed at anytime and from anyplace. This article explores a Web-based orientation program that has…
ERIC Educational Resources Information Center
Singer, Wren
2003-01-01
Studied the messages being conveyed to prospective students in campus visits and summer orientation sessions at the University of Wisconsin-Madison. Findings for 497 prospective students show that the visit and orientation program may be effective, but programs are trying to communicate too much. Findings also show the importance of the campus…
Hawkins, Anne; Carter, Kelly; Nugent, Mary
2009-01-01
On the basis of the principles of management and leadership, our organization has worked over the years to formalize the orientation program for new nurse managers. This program meets the needs of new nurse managers and responds to today's complex health care system needs. This article describes the components of a nurse manager orientation program for the novice nurse manager and methods for evaluating nurse manager effectiveness.
Kaddoura, Mahmoud A
2010-09-01
It is essential for nurses to develop critical thinking skills to ensure their ability to provide safe and effective care to patients with complex and variable needs in ever-changing clinical environments. To date, very few studies have been conducted to examine how nursing orientation programs develop the critical thinking skills of novice critical care nurses. Strikingly, no research studies could be found about the American Association of Critical Care Nurses Essentials of Critical Care Orientation (ECCO) program and specifically its effect on the development of nurses' critical thinking skills. This study explored the perceptions of new graduate nurses regarding factors that helped to develop their critical thinking skills throughout their 6-month orientation program in the intensive care unit. A convenient non-probability sample of eight new graduates was selected from a hospital that used the ECCO program. Data were collected with demographic questionnaires and semi-structured interviews. An exploratory qualitative research method with content analysis was used to analyze the data. The study findings showed that new graduate nurses perceived that they developed critical thinking skills that improved throughout the orientation period, although there were some challenges in the ECCO program. This study provides data that could influence the development and implementation of future nursing orientation programs. Copyright 2010, SLACK Incorporated.
Studies of human dynamic space orientation using techniques of control theory
NASA Technical Reports Server (NTRS)
Young, L. R.
1974-01-01
Studies of human orientation and manual control in high order systems are summarized. Data cover techniques for measuring and altering orientation perception, role of non-visual motion sensors, particularly the vestibular and tactile sensors, use of motion cues in closed loop control of simple stable and unstable systems, and advanced computer controlled display systems.
Vargas, Roger I; Piñero, Jaime C; Mau, Ronald F L; Jang, Eric B; Klungness, Lester M; McInnis, Donald O; Harris, Ernest B; McQuate, Grant T; Bautista, Renato C; Wong, Lyle
2010-01-01
The United States Department of Agriculture's Agricultural Research Service initiated an area-wide fruit fly management program in Hawaii in 2000. The first demonstration site was established in Kamuela, Hawaii, USA. This paper documents suppression of the Mediterranean fruit fly, Ceratitis capitata (Wiedemann), and the oriental fruit fly, Bactrocera dorsalis (Hendel) (Diptera: Tephritidae), in a 40 km2 area containing urban, rural and agricultural zones during a 6 year period. The suppression techniques included sanitation, GF-120 NF Naturalyte Fruit Fly Bait sprays, male annihilation, Biolure traps, and parasitoids against C. capitata and B. dorsalis. In addition, small numbers of sterile males were released against B. dorsalis. Substantial reductions in fruit infestation levels were achieved for both species (90.7 and 60.7% for C. capitata and B. dorsalis, respectively) throughout the treatment period. Fruit fly captures in the 40 km2 treatment area were significantly lower during the 6 year period than those recorded in three non-treated areas. The strategy of combining suppression techniques in an area-wide approach is discussed.
Vargas, Roger I.; Piñero, Jaime C.; Mau, Ronald F. L.; Jang, Eric B.; Klungness, Lester M.; McInnis, Donald O.; Harris, Ernest B.; McQuate, Grant T.; Bautista, Renato C.; Wong, Lyle
2010-01-01
The United States Department of Agriculture's Agricultural Research Service initiated an area-wide fruit fly management program in Hawaii in 2000. The first demonstration site was established in Kamuela, Hawaii, USA. This paper documents suppression of the Mediterranean fruit fly, Ceratitis capitata (Wiedemann), and the oriental fruit fly, Bactrocera dorsalis (Hendel) (Diptera: Tephritidae), in a 40 km2 area containing urban, rural and agricultural zones during a 6 year period. The suppression techniques included sanitation, GF-120 NF Naturalyte Fruit Fly Bait sprays, male annihilation, Biolure® traps, and parasitoids against C. capitata and B. dorsalis. In addition, small numbers of sterile males were released against B. dorsalis. Substantial reductions in fruit infestation levels were achieved for both species (90.7 and 60.7% for C. capitata and B. dorsalis, respectively) throughout the treatment period. Fruit fly captures in the 40 km2 treatment area were significantly lower during the 6 year period than those recorded in three non-treated areas. The strategy of combining suppression techniques in an area-wide approach is discussed. PMID:20883128
ERIC Educational Resources Information Center
Ward-Roof, Jeanine A., Ed.; Hatch, Cathie, Ed.
This monograph contains 15 papers on aspects of college and university student and family orientation programs. Following a prologue, "Reflections on the Future of Orientation," by M. Lee Upcraft, the papers are: (1) "Today's Students and Their Impact on Orientation and First-Year Programs" (Tony W. Cawthon and Michael Miller);…
Code of Federal Regulations, 2010 CFR
2010-01-01
... completion of an orientation or training program approved by APHIS. For certain accredited specializations, the cost of orientation or training may be borne by the accredited veterinarian. An accredited... completion of an additional orientation or training program approved by APHIS that focuses on the specific...
Capsule endoscope localization based on computer vision technique.
Liu, Li; Hu, Chao; Cai, Wentao; Meng, Max Q H
2009-01-01
To build a new type of wireless capsule endoscope with interactive gastrointestinal tract examination, a localization and orientation system is needed for tracking 3D location and 3D orientation of the capsule movement. The magnetic localization and orientation method produces only 5 DOF, but misses the information of rotation angle along capsule's main axis. In this paper, we presented a complementary orientation approach for the capsule endoscope, and the 3D rotation can be determined by applying computer vision technique on the captured endoscopic images. The experimental results show that the complementary orientation method has good accuracy and high feasibility.
Model authoring system for fail safe analysis
NASA Technical Reports Server (NTRS)
Sikora, Scott E.
1990-01-01
The Model Authoring System is a prototype software application for generating fault tree analyses and failure mode and effects analyses for circuit designs. Utilizing established artificial intelligence and expert system techniques, the circuits are modeled as a frame-based knowledge base in an expert system shell, which allows the use of object oriented programming and an inference engine. The behavior of the circuit is then captured through IF-THEN rules, which then are searched to generate either a graphical fault tree analysis or failure modes and effects analysis. Sophisticated authoring techniques allow the circuit to be easily modeled, permit its behavior to be quickly defined, and provide abstraction features to deal with complexity.
Community College Pathways to the STEM Workforce: What Are They, Who Follows Them, and How?
ERIC Educational Resources Information Center
Van Noy, Michelle; Zeidenberg, Matthew
2017-01-01
This chapter describes community college STEM programs, including transfer-oriented science and engineering (S&E) programs and workforce-oriented technician programs, and the characteristics and educational pathways of the students who enroll in these programs.
Sammarco, G J
1983-11-01
Conditions that occur in the dancer's hip fall into the following categories: poor training; conditions that occur as the result of normal use; overuse syndromes, including tendinitis and myositis; and conditions referring pain to the hip. Dancers are highly motivated and goal oriented and often suppress symptoms for long periods, making diagnosis and treatment difficult. Observing the dancer at work and understanding his art are emphasized, and a practical guide to therapy is presented. Development of proper dance technique and a proper flexibility program can decrease the incidence of injuries.
Dalum, Helle Stentoft; Pedersen, Inge Kryger; Cunningham, Harry; Eplov, Lene Falgaard
2015-12-01
The recovery model has influenced mental health services and fostered new standards for best practice. However, knowledge about how mental health care professionals (HCPs) experience recovery-oriented programs is sparse. This paper explores HCPs' experiences when facilitating a recovery-oriented rehabilitation program. The research question is how do HCPs experience a change in their attitude and practice when applying recovery-oriented programs? This paper draws on semi-structured in-depth qualitative interviews conducted with 16 HCPs experienced in facilitating a recovery-oriented rehabilitation program in either the USA or Denmark. Three themes emerged from the HCPs' reflections on changes in attitudes and practices: "Hopeful Attitude" captures a change in the HCPs' attitude toward a more positive view on the future for clients' living with mental illness; "A New Focus in the Dialogue With Clients" thematizes how the HCPs focus more on the individual's own goal for recovery rather than disease-induced goals in the dialog with clients; "A Person-Centered Role" comprises a shift in the professional role whereby the HCPs value the client's own ideas in addition to the professional's standards. This study supports the theory of the recovery model by its empirical findings and indications that when facilitating a recovery-oriented program, HCPs experience recovery-oriented changes in their attitude toward life with mental illness, and it alters their professional practice toward a stronger focus on client's own goals during treatment. More studies are needed to further clarify how changes in HCPs' attitudes translate into changes in mental health practices. Copyright © 2015 Elsevier Inc. All rights reserved.
An object-oriented simulator for 3D digital breast tomosynthesis imaging system.
Seyyedi, Saeed; Cengiz, Kubra; Kamasak, Mustafa; Yildirim, Isa
2013-01-01
Digital breast tomosynthesis (DBT) is an innovative imaging modality that provides 3D reconstructed images of breast to detect the breast cancer. Projections obtained with an X-ray source moving in a limited angle interval are used to reconstruct 3D image of breast. Several reconstruction algorithms are available for DBT imaging. Filtered back projection algorithm has traditionally been used to reconstruct images from projections. Iterative reconstruction algorithms such as algebraic reconstruction technique (ART) were later developed. Recently, compressed sensing based methods have been proposed in tomosynthesis imaging problem. We have developed an object-oriented simulator for 3D digital breast tomosynthesis (DBT) imaging system using C++ programming language. The simulator is capable of implementing different iterative and compressed sensing based reconstruction methods on 3D digital tomosynthesis data sets and phantom models. A user friendly graphical user interface (GUI) helps users to select and run the desired methods on the designed phantom models or real data sets. The simulator has been tested on a phantom study that simulates breast tomosynthesis imaging problem. Results obtained with various methods including algebraic reconstruction technique (ART) and total variation regularized reconstruction techniques (ART+TV) are presented. Reconstruction results of the methods are compared both visually and quantitatively by evaluating performances of the methods using mean structural similarity (MSSIM) values.
An Object-Oriented Simulator for 3D Digital Breast Tomosynthesis Imaging System
Cengiz, Kubra
2013-01-01
Digital breast tomosynthesis (DBT) is an innovative imaging modality that provides 3D reconstructed images of breast to detect the breast cancer. Projections obtained with an X-ray source moving in a limited angle interval are used to reconstruct 3D image of breast. Several reconstruction algorithms are available for DBT imaging. Filtered back projection algorithm has traditionally been used to reconstruct images from projections. Iterative reconstruction algorithms such as algebraic reconstruction technique (ART) were later developed. Recently, compressed sensing based methods have been proposed in tomosynthesis imaging problem. We have developed an object-oriented simulator for 3D digital breast tomosynthesis (DBT) imaging system using C++ programming language. The simulator is capable of implementing different iterative and compressed sensing based reconstruction methods on 3D digital tomosynthesis data sets and phantom models. A user friendly graphical user interface (GUI) helps users to select and run the desired methods on the designed phantom models or real data sets. The simulator has been tested on a phantom study that simulates breast tomosynthesis imaging problem. Results obtained with various methods including algebraic reconstruction technique (ART) and total variation regularized reconstruction techniques (ART+TV) are presented. Reconstruction results of the methods are compared both visually and quantitatively by evaluating performances of the methods using mean structural similarity (MSSIM) values. PMID:24371468
Engineering of oriented carbon nanotubes in composite materials
Beigmoradi, Razieh; Mohebbi-Kalhori, Davod
2018-01-01
The orientation and arrangement engineering of carbon nanotubes (CNTs) in composite structures is considered a challenging issue. In this regard, two groups of in situ and ex situ techniques have been developed. In the first, the arrangement is achieved during CNT growth, while in the latter, the CNTs are initially grown in random orientation and the arrangement is then achieved during the device integration process. As the ex situ techniques are free from growth restrictions and more flexible in terms of controlling the alignment and sorting of the CNTs, they are considered by some as the preferred technique for engineering of oriented CNTs. This review focuses on recent progress in the improvement of the orientation and alignment of CNTs in composite materials. Moreover, the advantages and disadvantages of the processes are discussed as well as their future outlook. PMID:29515955
NASA Technical Reports Server (NTRS)
Gentzsch, W.
1982-01-01
Problems which can arise with vector and parallel computers are discussed in a user oriented context. Emphasis is placed on the algorithms used and the programming techniques adopted. Three recently developed supercomputers are examined and typical application examples are given in CRAY FORTRAN, CYBER 205 FORTRAN and DAP (distributed array processor) FORTRAN. The systems performance is compared. The addition of parts of two N x N arrays is considered. The influence of the architecture on the algorithms and programming language is demonstrated. Numerical analysis of magnetohydrodynamic differential equations by an explicit difference method is illustrated, showing very good results for all three systems. The prognosis for supercomputer development is assessed.
ERIC Educational Resources Information Center
Babu, Rakesh; Singh, Rahul
2013-01-01
This paper presents a novel task-oriented, user-centered, multi-method evaluation (TUME) technique and shows how it is useful in providing a more complete, practical and solution-oriented assessment of the accessibility and usability of Learning Management Systems (LMS) for blind and visually impaired (BVI) students. Novel components of TUME…
Zheng, G; Tannast, M; Anderegg, C; Siebenrock, K A; Langlotz, F
2007-07-01
We developed an object-oriented cross-platform program to perform three-dimensional (3D) analysis of hip joint morphology using two-dimensional (2D) anteroposterior (AP) pelvic radiographs. Landmarks extracted from 2D AP pelvic radiographs and optionally an additional lateral pelvic X-ray were combined with a cone beam projection model to reconstruct 3D hip joints. Since individual pelvic orientation can vary considerably, a method for standardizing pelvic orientation was implemented to determine the absolute tilt/rotation. The evaluation of anatomically morphologic differences was achieved by reconstructing the projected acetabular rim and the measured hip parameters as if obtained in a standardized neutral orientation. The program had been successfully used to interactively objectify acetabular version in hips with femoro-acetabular impingement or developmental dysplasia. Hip(2)Norm is written in object-oriented programming language C++ using cross-platform software Qt (TrollTech, Oslo, Norway) for graphical user interface (GUI) and is transportable to any platform.
Object-oriented numerics with FOSS: comparing PyPy & NumPy, GCC/Clang & Bitz++ and Gfortran
NASA Astrophysics Data System (ADS)
Jarecka, Dorota; Arabas, Sylwester; Fijalkowski, Maciej; Jaruga, Anna; Del Vento, Davide
2013-04-01
Employment of object-oriented programming (OOP) techniques may help to improve code readability, and hence its auditability and maintainability - both being arguably crucial for scientific software. OOP offers, in particular, the possibility to reproduce in the program code the mathematical "blackboard abstractions" used in the literature. There exist a number of free and open-source tools allowing to obtain this goal without sacrificing performance. An OOP implementation of the MPDATA advection algorithm used as a core of weather, ocean and climate modelling systems will serve as an example for briefly highlighting some relevant recent FOSS developments including: - NumPy support in the PyPy just-in-time compiler of Python. - the Blitz++ library coupled with the C++11 support in GCC and Clang; - support for OOP constructs from Fortran 2003/2008 in GFortran; A brief overview of other performance-related packages for Python like Numba and Cython will be also given. This poster will describe and extends key findings presented in http://arxiv.org/abs/1301.1334
Wanted: A Developmentally Oriented Alcohol Prevention Program.
ERIC Educational Resources Information Center
Spoth, Richard; Rosenthal, David
1980-01-01
Describes an alcohol prevention program with a comprehensive developmental skills orientation. The program includes values clarification, decision making, career planning and communication skills, assertiveness and relaxation training, and relationship with parents and peers. (Author/JAC)
Yang, Bin; Jan, Ning-Jiun; Brazile, Bryn; Voorhees, Andrew; Lathrop, Kira L; Sigal, Ian A
2018-04-06
Collagen fibers play a central role in normal eye mechanics and pathology. In ocular tissues, collagen fibers exhibit a complex 3-dimensional (3D) fiber orientation, with both in-plane (IP) and out-of-plane (OP) orientations. Imaging techniques traditionally applied to the study of ocular tissues only quantify IP fiber orientation, providing little information on OP fiber orientation. Accurate description of the complex 3D fiber microstructures of the eye requires quantifying full 3D fiber orientation. Herein, we present 3dPLM, a technique based on polarized light microscopy developed to quantify both IP and OP collagen fiber orientations of ocular tissues. The performance of 3dPLM was examined by simulation and experimental verification and validation. The experiments demonstrated an excellent agreement between extracted and true 3D fiber orientation. Both IP and OP fiber orientations can be extracted from the sclera and the cornea, providing previously unavailable quantitative 3D measures and insight into the tissue microarchitecture. Together, the results demonstrate that 3dPLM is a powerful imaging technique for the analysis of ocular tissues. © 2018 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.
The Spiral-Interactive Program Evaluation Model.
ERIC Educational Resources Information Center
Khaleel, Ibrahim Adamu
1988-01-01
Describes the spiral interactive program evaluation model, which is designed to evaluate vocational-technical education programs in secondary schools in Nigeria. Program evaluation is defined; utility oriented and process oriented models for evaluation are described; and internal and external evaluative factors and variables that define each…
Orientation program for hospital-based nurse practitioners.
Bahouth, Mona N; Esposito-Herr, Mary Beth
2009-01-01
The transition from student to practicing clinician is often a challenging and difficult period for many nurse practitioners. Newly graduated nurse practitioners commonly describe feelings of inadequacy in assuming clinical responsibilities, lack of support by team members, unclear expectations for the orientation period, and role isolation. This article describes the formal nurse practitioner orientation program implemented at the University of Maryland Medical Center, a large urban academic medical center, to facilitate the transition of new nurse practitioners into the workforce. This comprehensive program incorporates streamlined administrative activities, baseline didactic and simulation-based critical care education, ongoing and focused peer support, access to formalized resources, and individualized clinical preceptor programs. This formalized orientation program has proven to be one of the key variables to successful integration of nurse practitioners into our acute care clinical teams.
Navigations: The Road to a Better Orientation.
Rizzo, Leah Heather
2016-01-01
A team of nursing professional development specialists from a large Magnet® healthcare network transformed new employee orientation using a themed, interdisciplinary, learner-centered approach. Guided by project management principles, the nursing professional development team created an engaging program that serves as an interactive guide for new hires' orientation journey. This unique approach differs from traditional orientation programs through its incorporation of gaming, video clips, and group discussions.
Simple and Efficient Numerical Evaluation of Near-Hypersingular Integrals
NASA Technical Reports Server (NTRS)
Fink, Patrick W.; Wilton, Donald R.; Khayat, Michael A.
2007-01-01
Recently, significant progress has been made in the handling of singular and nearly-singular potential integrals that commonly arise in the Boundary Element Method (BEM). To facilitate object-oriented programming and handling of higher order basis functions, cancellation techniques are favored over techniques involving singularity subtraction. However, gradients of the Newton-type potentials, which produce hypersingular kernels, are also frequently required in BEM formulations. As is the case with the potentials, treatment of the near-hypersingular integrals has proven more challenging than treating the limiting case in which the observation point approaches the surface. Historically, numerical evaluation of these near-hypersingularities has often involved a two-step procedure: a singularity subtraction to reduce the order of the singularity, followed by a boundary contour integral evaluation of the extracted part. Since this evaluation necessarily links basis function, Green s function, and the integration domain (element shape), the approach ill fits object-oriented programming concepts. Thus, there is a need for cancellation-type techniques for efficient numerical evaluation of the gradient of the potential. Progress in the development of efficient cancellation-type procedures for the gradient potentials was recently presented. To the extent possible, a change of variables is chosen such that the Jacobian of the transformation cancels the singularity. However, since the gradient kernel involves singularities of different orders, we also require that the transformation leaves remaining terms that are analytic. The terms "normal" and "tangential" are used herein with reference to the source element. Also, since computational formulations often involve the numerical evaluation of both potentials and their gradients, it is highly desirable that a single integration procedure efficiently handles both.
A Cross-Case Analysis of Three Social Justice-Oriented Education Programs
ERIC Educational Resources Information Center
Rodriguez, Mariela A.; Chambers, Terah Venzant; Gonzalez, Maria Luisa; Scheurich, James Joseph
2010-01-01
This cross-case analysis was based on three main questions that addressed three social justice-oriented education programs. The three questions were: 1) What critical elements underlie programs that prepare professionals for social justice? 2) What can we learn from these programs in support of educational-leadership programs whose aim is to…
ERIC Educational Resources Information Center
Zhang, Xihui
2010-01-01
Java is an object-oriented programming language. From a software engineering perspective, object-oriented design and programming is used at the architectural design, and structured design and programming is used at the detailed design within methods. As such, structured programming skills are fundamental to more advanced object-oriented…
Humanoid Robotics: Real-Time Object Oriented Programming
NASA Technical Reports Server (NTRS)
Newton, Jason E.
2005-01-01
Programming of robots in today's world is often done in a procedural oriented fashion, where object oriented programming is not incorporated. In order to keep a robust architecture allowing for easy expansion of capabilities and a truly modular design, object oriented programming is required. However, concepts in object oriented programming are not typically applied to a real time environment. The Fujitsu HOAP-2 is the test bed for the development of a humanoid robot framework abstracting control of the robot into simple logical commands in a real time robotic system while allowing full access to all sensory data. In addition to interfacing between the motor and sensory systems, this paper discusses the software which operates multiple independently developed control systems simultaneously and the safety measures which keep the humanoid from damaging itself and its environment while running these systems. The use of this software decreases development time and costs and allows changes to be made while keeping results safe and predictable.
Basic elements of light water reactor fuel rod design. [FUELROD code
DOE Office of Scientific and Technical Information (OSTI.GOV)
Weisman, J.; Eckart, R.
1981-06-01
Basic design techniques and equations are presented to allow students to understand and perform preliminary fuel design for normal reactor conditions. Each of the important design considerations is presented and discussed in detail. These include the interaction between fuel pellets and cladding and the changes in fuel and cladding that occur during the operating lifetime of the fuel. A simple, student-oriented, fuel rod design computer program, called FUELROD, is described. The FUELROD program models the in-pile pellet cladding interaction and allows a realistic exploration of the effect of various design parameters. By use of FUELROD, the student can gain anmore » appreciation of the fuel rod design process. 34 refs.« less
The Relationship between Graduate Orientation Programs and Satisfaction with Institutional Choice
ERIC Educational Resources Information Center
Stiles, Carl G.
2012-01-01
This research study evaluated graduate orientation programs offered at private institutions of higher education in a New England state. Matriculated master's degree candidates participated in a survey to determine if participation in graduate orientation influenced first semester satisfaction with their college choice. Supporting the…
Employee Orientation: A Process, Not a Program.
ERIC Educational Resources Information Center
Zemke, Ron
1989-01-01
No or poor orientation can reduce new employees' effectiveness and contribute to dissatisfaction and turnover, costing the company money. The orientation programs of large companies such as Disney, Texas Instruments, and Corning Glass are successful due to high expectations, supervisor and senior management involvement, anxiety reduction, and…
Aspect-Oriented Programming is Quantification and Obliviousness
NASA Technical Reports Server (NTRS)
Filman, Robert E.; Friedman, Daniel P.; Norvig, Peter (Technical Monitor)
2000-01-01
This paper proposes that the distinguishing characteristic of Aspect-Oriented Programming (AOP) systems is that they allow programming by making quantified programmatic assertions over programs written by programmers oblivious to such assertions. Thus, AOP systems can be analyzed with respect to three critical dimensions: the kinds of quantifications allowed, the nature of the actions that can be asserted, and the mechanism for combining base-level actions with asserted actions. Consequences of this perspective are the recognition that certain systems are not AOP and that some mechanisms are expressive enough to allow programming an AOP system within them. A corollary is that while AOP can be applied to Object-Oriented Programming, it is an independent concept applicable to other programming styles.
ERIC Educational Resources Information Center
Zink, Mary S.
An effort was made to determine freshmen student perceptions of academic advisory programs, pre-registration material, and summer orientation. To ascertain these perceptions a questionnaire was sent to all freshmen on the Orono Campus of the University of Maine. Approximately half of the students found the summer orientation program to be helpful,…
ERIC Educational Resources Information Center
Bjorkquist, David C.
A job-oriented program emphasizing application to the specific occupation of tool design was compared with a field-oriented program intended to give a broad basic preparation for a variety of jobs in the field of mechanical technology. Both programs were conducted under the Manpower Development and Training Act (MDTA) for a period of 52 weeks.…
ERIC Educational Resources Information Center
Johansen, Bjorn Tore
1997-01-01
A think-aloud technique, in which 20 orienteers verbalized their exact thoughts during orienteering, was used to examine the phenomenon of cognition during orienteering. Results indicate that orienteering is experienced as a task to be accomplished, a physical movement, and a dynamic process, and that thinking involves attuning perceptions to…
Yang, Kai; Zhang, Binghao; Kastanias, Patti; Wang, Wei; Okraniec, Allan; Sockalingam, Sanjeev
2017-01-01
Bariatric surgery orientation sessions are often the first point of contact and a recommended component of pre-bariatric surgery assessment. Self-removal rates after bariatric program orientation are as high as 25 % despite the proven efficacy of this procedure. The objective of this study was to identify factors contributing to patient self-removal after orientation using a mixed method approach. Patients who attended the Toronto Western Hospital Bariatric Surgery Program orientation between 2012 and 2013 and then self-removed from the program (N = 216) were included in the study. Subjects were interviewed via telephone using a semi-structured interview guide, generating both quantitative and qualitative data. Factors leading to discontinuation were rated on a five-point Likert scale. Qualitative data was analyzed using constant comparative methodology. The response rate was 59 % with a 40.7 % completion rate (N = 88). Concerns about potential surgical risks and complications and the ability to adapt to changes in eating and drinking post-operatively were identified as the top two factors for patients' self-removal from the program. Thematic analysis uncovered 11 major themes related to patient self-removal. Unexpected themes include perceived personal suitability for the surgery, family impact of surgery, miscommunication with the family physician, and fears related to the orientation information. This is one of the first studies examining barriers to bariatric surgery in the pre-operative setting and offers new insights into the reasons patients self-remove from bariatric surgery programs. This study may inform bariatric orientation program changes resulting in improved access to this effective surgical intervention.
Microsoft C#.NET program and electromagnetic depth sounding for large loop source
NASA Astrophysics Data System (ADS)
Prabhakar Rao, K.; Ashok Babu, G.
2009-07-01
A program, in the C# (C Sharp) language with Microsoft.NET Framework, is developed to compute the normalized vertical magnetic field of a horizontal rectangular loop source placed on the surface of an n-layered earth. The field can be calculated either inside or outside the loop. Five C# classes with member functions in each class are, designed to compute the kernel, Hankel transform integral, coefficients for cubic spline interpolation between computed values and the normalized vertical magnetic field. The program computes the vertical magnetic field in the frequency domain using the integral expressions evaluated by a combination of straightforward numerical integration and the digital filter technique. The code utilizes different object-oriented programming (OOP) features. It finally computes the amplitude and phase of the normalized vertical magnetic field. The computed results are presented for geometric and parametric soundings. The code is developed in Microsoft.NET visual studio 2003 and uses various system class libraries.
Fusing modeling techniques to support domain analysis for reuse opportunities identification
NASA Technical Reports Server (NTRS)
Hall, Susan Main; Mcguire, Eileen
1993-01-01
Functional modeling techniques or object-oriented graphical representations, which are more useful to someone trying to understand the general design or high level requirements of a system? For a recent domain analysis effort, the answer was a fusion of popular modeling techniques of both types. By using both functional and object-oriented techniques, the analysts involved were able to lean on their experience in function oriented software development, while taking advantage of the descriptive power available in object oriented models. In addition, a base of familiar modeling methods permitted the group of mostly new domain analysts to learn the details of the domain analysis process while producing a quality product. This paper describes the background of this project and then provides a high level definition of domain analysis. The majority of this paper focuses on the modeling method developed and utilized during this analysis effort.
Effects of a College Outdoor Orientation Program on Trait Emotional Intelligence
ERIC Educational Resources Information Center
Schwartz, Forrest; Belknap, C. J.
2017-01-01
In this research, we investigated the effects of participation in a college outdoor orientation program (OOP) on participants' trait emotional intelligence (TEI). Three hundred seventeen outdoor orientation participants completed the Trait Emotional Intelligence Questionnaire-Short Form (TEIQue-SF) before and after participation in an OOP. Four…
Study of interfaces in an Axisymmetric Supersonic Jet using Background Oriented Schlieren (BOS)
NASA Astrophysics Data System (ADS)
Echeverría, Carlos; Porta, David; Aguayo, Alejandro; Cardoso, Hiroki; Stern, Catalina
2014-11-01
We have used several techniques to study a small axisymmetric supersonic jet: Rayleigh scattering, Schlieren Toepler and PIV. Each technique gives different kind of information. In this paper, a BOS set-up is used to study the structure of the shock pattern. A shadowgraph of a dot matrix is obtained with and without a flow. The displacement field of the dots is related to changes in the index of refraction, which can be related, through the Gladstone-Dale equation, to changes in density. Previous results with this technique were not conclusive because of the relative size of the dots compared to the diameter of the nozzle. Measurements have been taken for three different exit speeds. We acknowledge support from UNAM through DGAPA PAPIIT IN117712 and the Graduate Program in Mechanical Engineering.
GUI and Object Oriented Programming in COBOL.
ERIC Educational Resources Information Center
Lorents, Alden C.
Various schools are struggling with the introduction of Object Oriented (OO) programming concepts and GUI (graphical user interfaces) within the traditional COBOL sequence. OO programming has been introduced in some of the curricula with languages such as C++, Smalltalk, and Java. Introducing OO programming into a typical COBOL sequence presents…
ERIC Educational Resources Information Center
Fahy, P.; McLean, A.
The Alberta Vocational Centre (AVC) Transitional Vocational (T-V) Program, in Edmonton, began in 1982. The program currently employs six instructors to provide a postsecondary employment-oriented program for mildly mentally disabled adults. The yearlong program is offered in two sessions and has an approximate enrollment of 30 incoming students…
Randomized Trial of Four Financial-Incentive Programs for Smoking Cessation
Halpern, Scott D.; French, Benjamin; Small, Dylan S.; Saulsgiver, Kathryn; Harhay, Michael O.; Audrain-McGovern, Janet; Loewenstein, George; Brennan, Troyen A.; Asch, David A.; Volpp, Kevin G.
2015-01-01
BACKGROUND Financial incentives promote many health behaviors, but effective ways to deliver health incentives remain uncertain. METHODS We randomly assigned CVS Caremark employees and their relatives and friends to one of four incentive programs or to usual care for smoking cessation. Two of the incentive programs targeted individuals, and two targeted groups of six participants. One of the individual-oriented programs and one of the group-oriented programs entailed rewards of approximately $800 for smoking cessation; the others entailed refundable deposits of $150 plus $650 in reward payments for successful participants. Usual care included informational resources and free smoking-cessation aids. RESULTS Overall, 2538 participants were enrolled. Of those assigned to reward-based programs, 90.0% accepted the assignment, as compared with 13.7% of those assigned to deposit-based programs (P<0.001). In intention-to-treat analyses, rates of sustained abstinence from smoking through 6 months were higher with each of the four incentive programs (range, 9.4 to 16.0%) than with usual care (6.0%) (P<0.05 for all comparisons); the superiority of reward-based programs was sustained through 12 months. Group-oriented and individual-oriented programs were associated with similar 6-month abstinence rates (13.7% and 12.1%, respectively; P = 0.29). Reward-based programs were associated with higher abstinence rates than deposit-based programs (15.7% vs. 10.2%, P<0.001). However, in instrumental-variable analyses that accounted for differential acceptance, the rate of abstinence at 6 months was 13.2 percentage points (95% confidence interval, 3.1 to 22.8) higher in the deposit-based programs than in the reward-based programs among the estimated 13.7% of the participants who would accept participation in either type of program. CONCLUSIONS Reward-based programs were much more commonly accepted than deposit-based programs, leading to higher rates of sustained abstinence from smoking. Group-oriented incentive programs were no more effective than individual-oriented programs. (Funded by the National Institutes of Health and CVS Caremark; ClinicalTrials.gov number, NCT01526265.) PMID:25970009
Perceptual-cognitive skills and performance in orienteering.
Guzmán, José F; Pablos, Ana M; Pablos, Carlos
2008-08-01
The goal was analysis of the perceptual-cognitive skills associated with sport performance in orienteering in a sample of 22 elite and 17 nonelite runners. Variables considered were memory, basic orienteering techniques, map reading, symbol knowledge, map-terrain-map identification, and spatial organisation. A computerised questionnaire was developed to measure the variables. The reliability of the test (agreement between experts) was 90%. Findings suggested that competence in performing basic orienteering techniques efficiently was a key variable differentiating between the elite and the nonelite athletes. The results are discussed in comparison with previous studies.
Rialon, Kristy L; Barfield, Michael E; Elfenbein, Dawn M; Lunsford, Keri E; Tracy, Elisabeth T; Migaly, John
2013-01-01
To design an orientation for surgical interns to meet the new Accreditation Council for Graduate Medical Education Common Program Requirements regarding supervision, to test patient-management competencies, and to assess confidence on skills and tasks pre-orientation and post-orientation. Twenty-seven incoming surgical interns participated in a two-day orientation to clinical duties. Activities included a pre-test, lectures, simulation, oral examination, intern shadowing, and a post-test. Incoming interns were surveyed before and after orientation and two months later for confidence in patient-management and surgical intern skills. Paired t-tests were used to determine if confidence improved pre-orientation and post-orientation, and two months following orientation. The study took place at an academic training hospital. All (n = 27) postgraduate year-1 (PGY-1) surgical residents at our institution, which included the categorical and nondesignated preliminary general surgery, urology, orthopedic surgery, otolaryngology, and neurosurgery programs. All interns passed the oral and written examinations, and were deemed able to be indirectly supervised, with direct supervision immediately available. They reported increased confidence in all areas of patient management addressed during orientation, and this confidence was retained after two months. In surgical and floor-related tasks and skills, interns reported no increase in confidence directly following orientation. However, after two months, they reported a significant increase in confidence, particularly in those tasks that are performed often. New requirements for resident supervision require creative ways of verifying resident competency in basic skills. This type of orientation is an effective way to address the new requirements of supervision and teach interns the tasks and skills that are necessary for internship. Copyright © 2013 Association of Program Directors in Surgery. Published by Elsevier Inc. All rights reserved.
Lavender, Steven A; Lorenz, Eric P; Andersson, Gunnar B J
2007-02-15
A prospective randomized control trial. To determine the degree to which a new behavior-based lift training program (LiftTrainer; Ascension Technology, Burlington, VT) could reduce the incidence of low back disorder in distribution center jobs that require repetitive lifting. Most studies show programs aimed at training lifting techniques to be ineffective in preventing low back disorders, which may be due to their conceptual rather than behavioral learning approach. A total of 2144 employees in 19 distribution centers were randomized into either the LiftTrainer program or a video control group. In the LiftTrainer program, participants were individually trained in up to 5, 30-minute sessions while instrumented with motion capture sensors to quantify the L5/S1 moments. Twelve months following the initial training, injury data were obtained from company records. Survival analyses (Kaplan-Meier) indicated that there was no difference in injury rates between the 2 training groups. Likewise, there was no difference in the turnover rates. However, those with a low (<30 Nm) average twisting moment at the end of the first session experienced a significantly (P < 0.005) lower rate of low back disorder than controls. While overall the LiftTrainer program was not effective, those with twisting moments below 30 Nm reported fewer injuries, suggesting a shift in focus for "safe" lifting programs.
Motivational Orientations of Non-Traditional Adult Students to Enroll in a Degree-Seeking Program
ERIC Educational Resources Information Center
Francois, Emmanuel Jean
2014-01-01
The purpose of this research was to investigate the motivational orientations of non-traditional adult students to enroll in a degree-seeking program based on their academic goal. The Education Participation Scale (EPS) was used to measure the motivational orientations of participants. Professional advancement, cognitive interest, and educational…
Federal Register 2010, 2011, 2012, 2013, 2014
2011-12-13
... to protect CO-OP members against insurance industry involvement and interference. To ensure consumer... Protection and Affordable Care Act; Establishment of Consumer Operated and Oriented Plan (CO-OP) Program... the Consumer Operated and Oriented Plan (CO-OP) program, which provides loans to foster the creation...
What is "Object-Oriented Programming"?
NASA Astrophysics Data System (ADS)
Stroustrup, Bjarne
"Object-Oriented Programming" and "Data Abstraction" have become very common terms. Unfortunately, few people agree on what they mean. I will offer informal definitions that appear to make sense in the context of languages like Ada, C++, Modula-2, Simula67, and Smalltalk. The general idea is to equate "support for data abstraction" with the ability to define and use new types and equate "support for object-oriented programming" with the ability to express type hierarchies. Features necessary to support these programming styles in a general purpose programming language will be discussed. The presentation centers around C++ but is not limited to facilities provided by that language.
A PLAN FOR AN EMPLOYMENT ORIENTATION PROGRAM FOR RETARDED PUPILS IN PUBLIC SCHOOLS IN NEW JERSEY.
ERIC Educational Resources Information Center
New Jersey State Dept. of Education, Trenton.
THE GENERAL NATURE OF THE EMPLOYMENT ORIENTATION PROGRAM AND THE IMPORTANCE OF SAFEGUARDING THE TRAINEES' EDUCATIONAL OBJECTIVES AND PERSONAL SAFETY ARE PRESENTED. THIS PROGRAM IS DESIGNED SPECIFICALLY FOR MENTALLY RETARDED STUDENTS AND DIFFERS FROM OTHER COOPERATIVE EDUCATION PROGRAMS IN OBJECTIVES AND OPERATIONAL PROCEDURES. OF PRIME IMPORTANCE…
ERIC Educational Resources Information Center
Davis-Berman, Jennifer; Berman, Dene
1996-01-01
Updated description of 38 wilderness orientation programs currently affiliated with U.S. colleges and universities includes program enrollment, length, cost, types of leaders, training, and sponsorship. Discusses program philosophies, goals, reasons for using the wilderness, and critical and emerging issues. Compares data to previous research.…
The Role of New Hire Orientation Programs
ERIC Educational Resources Information Center
Dunn, Steven; Jasinski, Dale
2009-01-01
A vital component of a firm's human resource management is its new hire orientation (NHO) program. The authors' review of extant literature suggests that NHO programs can be organized based on a reconceptualization of human capital. Using their typology, a firm can organize the role and scope of its NHO program, assign responsibility for the…
A Student Orientation Program to Build a Community of Learners
Santanello, Cathy R.; Gupchup, Gireesh V.
2007-01-01
Objectives To describe and evaluate a new student orientation program designed to lay the foundations for a community of learners. Design A weeklong orientation program structured as the first week of an 18-week fall semester was held for the first-professional year class. Each of the activities supported program objectives and developed elements of a community of learners. Assessment Students' reflective portfolios, daily evaluations and final program evaluations provided evidence of development of a community of learners. Positive student observations included the use of technology, a discussion of the curriculum and experiential education, the use of reflective portfolios, and presentations from pharmacy practitioners. Students also appreciated becoming acquainted with the faculty, staff, and their peers in a non-threatening atmosphere. Some of the aspects rated as least helpful were the learning styles exercise, library tour, history of pharmacy session, and the overall length of the orientation. Summary A model for a new student orientation program that builds the foundations for the development of a community of learning, which is vital to preparing students to provide pharmaceutical care in interdisciplinary teams and become critical thinkers, was successfully established. This model could be implemented at other schools of pharmacy. PMID:17429513
Wang, Shan-Jin; Han, Ying-Chao; Pan, Fu-Min; Ma, Bin; Tan, Jun
2015-01-01
Single transverse cage placed in the anterior vertebral column can better maintain lumbar lordosis and sagittal alignment and is frequently used via the lateral transpsoas approach. However, there is no clear description in the literature of the steps required to place the single transverse cage during the instrumented transforaminal lumbar interbody fusion (TLIF) procedure for the treatment of degenerative lumbar disease. The objective of this study is to describe the technique using single transverse-orientation cage when performing TLIF procedures. We present 18 illustrative cases in which single transverse-orientation cage was placed according to a step-by-step technique that can be used during the TLIF procedure. Information acquired included procedure time, intraoperative blood loss and postoperative complications. The preoperative and postoperative Oswestry Disability Index (ODI) and the visual analogue scale (VAS) scores were recorded. Changes in disc height and segmental lordosis were measured at radiographs. The single transverse-orientation cage was successfully placed in 18 patients in a stepwise technique to achieve lumbar fusion. Using this technique, the patients significantly improved clinically and radiographically at postoperative visits. This is the first report demonstrating the safety and efficacy of instrumented TLIF with single transverse-orientation cage for the treatment of degenerative lumbar disease. Single transverse-orientation cage via MIS-TLIF approach can maintain greater lumbar lordosis and avoid the unique complications of lateral transpsoas approach. Understanding the options for cage placement is important for surgeons considering the use of this technique.
NASA Astrophysics Data System (ADS)
Bonitati, Joey; Slimmer, Ben; Li, Weichuan; Potel, Gregory; Nunes, Filomena
2017-09-01
The calculable form of the R-matrix method has been previously shown to be a useful tool in approximately solving the Schrodinger equation in nuclear scattering problems. We use this technique combined with the Gauss quadrature for the Lagrange-mesh method to efficiently solve for the wave functions of projectile nuclei in low energy collisions (1-100 MeV) involving an arbitrary number of channels. We include the local Woods-Saxon potential, the non-local potential of Perey and Buck, a Coulomb potential, and a coupling potential to computationally solve for the wave function of two nuclei at short distances. Object oriented programming is used to increase modularity, and parallel programming techniques are introduced to reduce computation time. We conclude that the R-matrix method is an effective method to predict the wave functions of nuclei in scattering problems involving both multiple channels and non-local potentials. Michigan State University iCER ACRES REU.
A Prototyping Effort for the Integrated Spacecraft Analysis System
NASA Technical Reports Server (NTRS)
Wong, Raymond; Tung, Yu-Wen; Maldague, Pierre
2011-01-01
Computer modeling and simulation has recently become an essential technique for predicting and validating spacecraft performance. However, most computer models only examine spacecraft subsystems, and the independent nature of the models creates integration problems, which lowers the possibilities of simulating a spacecraft as an integrated unit despite a desire for this type of analysis. A new project called Integrated Spacecraft Analysis was proposed to serve as a framework for an integrated simulation environment. The project is still in its infancy, but a software prototype would help future developers assess design issues. The prototype explores a service oriented design paradigm that theoretically allows programs written in different languages to communicate with one another. It includes creating a uniform interface to the SPICE libraries such that different in-house tools like APGEN or SEQGEN can exchange information with it without much change. Service orientation may result in a slower system as compared to a single application, and more research needs to be done on the different available technologies, but a service oriented approach could increase long term maintainability and extensibility.
Earth orientation from lunar laser ranging and an error analysis of polar motion services
NASA Technical Reports Server (NTRS)
Dickey, J. O.; Newhall, X. X.; Williams, J. G.
1985-01-01
Lunar laser ranging (LLR) data are obtained on the basis of the timing of laser pulses travelling from observatories on earth to retroreflectors placed on the moon's surface during the Apollo program. The modeling and analysis of the LLR data can provide valuable insights into earth's dynamics. The feasibility to model accurately the lunar orbit over the full 13-year observation span makes it possible to conduct relatively long-term studies of variations in the earth's rotation. A description is provided of general analysis techniques, and the calculation of universal time (UT1) from LLR is discussed. Attention is also given to a summary of intercomparisons with different techniques, polar motion results and intercomparisons, and a polar motion error analysis.
Computer quantitation of coronary angiograms
NASA Technical Reports Server (NTRS)
Ledbetter, D. C.; Selzer, R. H.; Gordon, R. M.; Blankenhorn, D. H.; Sanmarco, M. E.
1978-01-01
A computer technique is being developed at the Jet Propulsion Laboratory to automate the measurement of coronary stenosis. A Vanguard 35mm film transport is optically coupled to a Spatial Data System vidicon/digitizer which in turn is controlled by a DEC PDP 11/55 computer. Programs have been developed to track the edges of the arterial shadow, to locate normal and atherosclerotic vessel sections and to measure percent stenosis. Multiple frame analysis techniques are being investigated that involve on the one hand, averaging stenosis measurements from adjacent frames, and on the other hand, averaging adjacent frame images directly and then measuring stenosis from the averaged image. For the latter case, geometric transformations are used to force registration of vessel images whose spatial orientation changes.
NASA Technical Reports Server (NTRS)
Elrad, Tzilla (Editor); Filman, Robert E. (Editor); Bader, Atef (Editor)
2001-01-01
Computer science has experienced an evolution in programming languages and systems from the crude assembly and machine codes of the earliest computers through concepts such as formula translation, procedural programming, structured programming, functional programming, logic programming, and programming with abstract data types. Each of these steps in programming technology has advanced our ability to achieve clear separation of concerns at the source code level. Currently, the dominant programming paradigm is object-oriented programming - the idea that one builds a software system by decomposing a problem into objects and then writing the code of those objects. Such objects abstract together behavior and data into a single conceptual and physical entity. Object-orientation is reflected in the entire spectrum of current software development methodologies and tools - we have OO methodologies, analysis and design tools, and OO programming languages. Writing complex applications such as graphical user interfaces, operating systems, and distributed applications while maintaining comprehensible source code has been made possible with OOP. Success at developing simpler systems leads to aspirations for greater complexity. Object orientation is a clever idea, but has certain limitations. We are now seeing that many requirements do not decompose neatly into behavior centered on a single locus. Object technology has difficulty localizing concerns invoking global constraints and pandemic behaviors, appropriately segregating concerns, and applying domain-specific knowledge. Post-object programming (POP) mechanisms that look to increase the expressiveness of the OO paradigm are a fertile arena for current research. Examples of POP technologies include domain-specific languages, generative programming, generic programming, constraint languages, reflection and metaprogramming, feature-oriented development, views/viewpoints, and asynchronous message brokering. (Czarneclu and Eisenecker s book includes a good survey of many of these technologies).
Child-oriented marketing techniques in snack food packages in Guatemala.
Chacon, Violeta; Letona, Paola; Barnoya, Joaquin
2013-10-18
Childhood overweight in Guatemala is now becoming a public health concern. Child-oriented marketing contributes to increase children's food preference, purchase and consumption. This study sought to assess the availability of child-oriented snack foods sold in school kiosks and convenience stores near public schools in Guatemala, to identify the marketing techniques used in child-oriented snack food packages and to classify the snacks as "healthy" or "less-healthy". We purchased all child-oriented snacks found in stores inside and within 200 square meters from four schools in an urban community. Snacks were classified as child-oriented if the package had any promotional characters, premium offers, children's television/movie tie-ins, sports references, or the word "child". We used a checklist to assess child-oriented references and price. Snacks were classified as "healthy" or "less-healthy" according to the UK standards for the Nutritional Profiling Model. We analyzed 106 packages found in 55 stores. The most commonly used technique was promotional characters (92.5%) of which 32.7% were brand-specific characters. Premium offers were found in 34% of packages and were mostly collectibles (50%). Most marketing techniques were located on the front and covered nearly 25% of the package surface. Median (interquartile range) price was US$ 0.19 (0.25). Nutrition labels were found in 91 (86%) packages and 41% had a nutrition related health claim. Most snacks (97.1%) were classified as "less-healthy". In Guatemala, the food industry targets children through several marketing techniques promoting inexpensive and unhealthy snacks in the school environment. Evidence-based policies restricting the use of promotional characters in unhealthy snack food packages need to be explored as a contributing strategy to control the obesity epidemic.
Child-oriented marketing techniques in snack food packages in Guatemala
2013-01-01
Background Childhood overweight in Guatemala is now becoming a public health concern. Child-oriented marketing contributes to increase children’s food preference, purchase and consumption. This study sought to assess the availability of child-oriented snack foods sold in school kiosks and convenience stores near public schools in Guatemala, to identify the marketing techniques used in child-oriented snack food packages and to classify the snacks as “healthy” or “less-healthy”. Methods We purchased all child-oriented snacks found in stores inside and within 200 square meters from four schools in an urban community. Snacks were classified as child-oriented if the package had any promotional characters, premium offers, children′s television/movie tie-ins, sports references, or the word “child”. We used a checklist to assess child-oriented references and price. Snacks were classified as “healthy” or “less-healthy” according to the UK standards for the Nutritional Profiling Model. Results We analyzed 106 packages found in 55 stores. The most commonly used technique was promotional characters (92.5%) of which 32.7% were brand-specific characters. Premium offers were found in 34% of packages and were mostly collectibles (50%). Most marketing techniques were located on the front and covered nearly 25% of the package surface. Median (interquartile range) price was US$ 0.19 (0.25). Nutrition labels were found in 91 (86%) packages and 41% had a nutrition related health claim. Most snacks (97.1%) were classified as “less-healthy”. Conclusion In Guatemala, the food industry targets children through several marketing techniques promoting inexpensive and unhealthy snacks in the school environment. Evidence-based policies restricting the use of promotional characters in unhealthy snack food packages need to be explored as a contributing strategy to control the obesity epidemic. PMID:24139325
A continuous process to align electrospun nanofibers into parallel and crossed arrays
NASA Astrophysics Data System (ADS)
Laudenslager, Michael J.; Sigmund, Wolfgang M.
2013-04-01
Electrical, optical, and mechanical properties of nanofibers are strongly affected by their orientation. Electrospinning is a nanofiber processing technique that typically produces nonwoven meshes of randomly oriented fibers. While several alignment techniques exist, they are only able to produce either a very thin layer of aligned fibers or larger quantities of fibers with less control over their alignment and orientation. The technique presented herein fills the gap between these two methods allowing one to produce thick meshes of highly oriented nanofibers. In addition, this technique is not limited to collection of fibers along a single axis. Modifications to the basic setup allow collection of crossed fibers without stopping and repositioning the apparatus. The technique works for a range of fiber sizes. In this study, fiber diameters ranged from 100 nm to 1 micron. This allows a few fibers at a time to rapidly deposit in alternating directions creating an almost woven structure. These aligned nanofibers have the potential to improve the performance of energy storage and thermoelectric devices and hold great promise for directed cell growth applications.
Hunter, N J R; Wilson, C J L; Luzin, V
2017-02-01
Three techniques are used to measure crystallographic preferred orientations (CPO) in a naturally deformed quartz mylonite: transmitted light cross-polarized microscopy using an automated fabric analyser, electron backscatter diffraction (EBSD) and neutron diffraction. Pole figure densities attributable to crystal-plastic deformation are variably recognizable across the techniques, particularly between fabric analyser and diffraction instruments. Although fabric analyser techniques offer rapid acquisition with minimal sample preparation, difficulties may exist when gathering orientation data parallel with the incident beam. Overall, we have found that EBSD and fabric analyser techniques are best suited for studying CPO distributions at the grain scale, where individual orientations can be linked to their source grain or nearest neighbours. Neutron diffraction serves as the best qualitative and quantitative means of estimating the bulk CPO, due to its three-dimensional data acquisition, greater sample area coverage, and larger sample size. However, a number of sampling methods can be applied to FA and EBSD data to make similar approximations. © 2016 The Authors Journal of Microscopy © 2016 Royal Microscopical Society.
Orientational imaging of a single plasmonic nanoparticle using dark-field hyperspectral imaging
NASA Astrophysics Data System (ADS)
Mehta, Nishir; Mahigir, Amirreza; Veronis, Georgios; Gartia, Manas Ranjan
2017-08-01
Orientation of plasmonic nanostructures is an important feature in many nanoscale applications such as catalyst, biosensors DNA interactions, protein detections, hotspot of surface enhanced Raman spectroscopy (SERS), and fluorescence resonant energy transfer (FRET) experiments. However, due to diffraction limit, it is challenging to obtain the exact orientation of the nanostructure using standard optical microscope. Hyperspectral Imaging Microscopy is a state-of-the-art visualization technology that combines modern optics with hyperspectral imaging and computer system to provide the identification and quantitative spectral analysis of nano- and microscale structures. In this work, initially we use transmitted dark field imaging technique to locate single nanoparticle on a glass substrate. Then we employ hyperspectral imaging technique at the same spot to investigate orientation of single nanoparticle. No special tagging or staining of nanoparticle has been done, as more likely required in traditional microscopy techniques. Different orientations have been identified by carefully understanding and calibrating shift in spectral response from each different orientations of similar sized nanoparticles. Wavelengths recorded are between 300 nm to 900 nm. The orientations measured by hyperspectral microscopy was validated using finite difference time domain (FDTD) electrodynamics calculations and scanning electron microscopy (SEM) analysis. The combination of high resolution nanometer-scale imaging techniques and the modern numerical modeling capacities thus enables a meaningful advance in our knowledge of manipulating and fabricating shaped nanostructures. This work will advance our understanding of the behavior of small nanoparticle clusters useful for sensing, nanomedicine, and surface sciences.
Determining OBS Instrument Orientations: A Comparison of Algorithms
NASA Astrophysics Data System (ADS)
Doran, A. K.; Laske, G.
2015-12-01
The alignment of the orientation of the horizontal seismometer components with the geographical coordinate system is critical for a wide variety of seismic analyses, but the traditional deployment method of ocean bottom seismometers (OBS) precludes knowledge of this parameter. Current techniques for determining the orientation predominantly rely on body and surface wave data recorded from teleseismic events with sufficiently large magnitudes. Both wave types experience lateral refraction between the source and receiver as a result of heterogeneity and anisotropy, and therefore the arrival angle of any one phase can significantly deviate from the great circle minor arc. We systematically compare the results and uncertainties obtained through current determination methods, as well as describe a new algorithm that uses body wave, surface wave, and differential pressure gauge data (where available) to invert for horizontal orientation. To start with, our method is based on the easily transportable computer code of Stachnik et al. (2012) that is publicly available through IRIS. A major addition is that we utilize updated global dispersion maps to account for lateral refraction, as was done by Laske (1995). We also make measurements in a wide range of frequencies, and analyze surface wave trains of repeat orbits. Our method has the advantage of requiring fewer total events to achieve high precision estimates, which is beneficial for OBS deployments that can be as short as weeks. Although the program is designed for the purpose of use with OBS instruments, it also works with standard land installations. We intend to provide the community with a program that is easy to use, requires minimal user input, and is optimized to work with data cataloged at the IRIS DMC.
ERIC Educational Resources Information Center
Starbuck, J. David.
2013-01-01
Forty-nine formal research studies have been conducted on participants of college outdoor orientation programs. Although many variables have been examined for the incoming students, only one study has focused on the impact on the student leaders. The goal of this study was to understand how student leaders in outdoor orientation programs…
Exploring the Impact of an Outdoor Orientation Program on Adaptation to College
ERIC Educational Resources Information Center
Ribbe, Robert, Jr.; Cyrus, Rachael; Langan, Emily
2016-01-01
Outdoor orientation programming as a means for orientating students to college has experienced significant growth and expanded use over the past decade. An increase in rigorous research has accompanied this growth as colleges and universities seek to understand and meet the needs of young adults in transition. In this study, two research questions…
Library Orientation Methods, Mental Maps, and Public Services Planning.
ERIC Educational Resources Information Center
Ridgeway, Trish
Two library orientation methods, a self-guided cassette walking tour and a slide-tape program, were administered to 202 freshmen students to determine if moving through the library increased students' ability to develop a mental map of the library. An effort was made to ensure that the two orientation programs were equivalent. Results from the 148…
Is the Library's Online Orientation Program Effective with English Language Learners?
ERIC Educational Resources Information Center
Albarillo, Frans
2017-01-01
In this paper, the author examines four years of assessment data (N = 4,786) from Brooklyn College's Library Online Orientation Program (LOOP; url: https://library.brooklyn.cuny.edu/resources/loop/loop.php), which is used to provide all English 1010 students with an orientation to the library, to see if English language learners (ELLs) are…
ERIC Educational Resources Information Center
Lancioni, Giulio E.; Perilli, Viviana; O'Reilly, Mark F.; Singh, Nirbhay N.; Sigafoos, Jeff; Bosco, Andrea; Caffo, Alessandro O.; Picucci, Luciana; Cassano, Germana; Groeneweg, Jop
2013-01-01
The present study (a) extended the assessment of an orientation program involving auditory cues (i.e., verbal messages automatically presented from the destinations) with five patients with Alzheimer's disease, (b) compared the effects of this program with those of a program with light cues (i.e., a program in which strobe lights were used instead…
ERIC Educational Resources Information Center
Sajaniemi, Jorma; Kuittinen, Marja; Tikansalo, Taina
2008-01-01
Students' understanding of object-oriented (OO) program execution was studied by asking students to draw a picture of a program state at a specific moment. Students were given minimal instructions on what to include in their drawings in order to see what they considered to be central concepts and relationships in program execution. Three drawing…
A Language Skills Orientation Program for Foreign Teaching Assistants and Graduate Students.
ERIC Educational Resources Information Center
Brinton, Donna; Gaskill, William
A one-week orientation program designed to increase the effectiveness of foreign teaching assistants (FTA) is described. As the program developed, a decision was made to include non-FTAs with the result that the English language proficiency of the participants covered a wide range and the objectives of the program were mixed. Because of the…
ERIC Educational Resources Information Center
Rupe, Marvin L.; And Others
The Long Beach Fire Department (California), developed a program to foster and improve the development of future fire department managers who are promoted from within the department. A 10-day orientation program was developed. The competency-based program featured a mix of management-leadership training (the nature of leadership, personnel…
Nabi, Robin L; Thomas, Jenna
2013-01-01
Grounded in social cognitive theory, this research examines the effects of reality entertainment programming and embedded commercials on viewers' perceived motivations and efficacy to exercise and consume a healthy diet as well as on food preference. In a 3 (program type) × 2 (advertisement type) study design, 253 female undergraduates were randomly assigned to watch an episode of a health-oriented reality program, a non-heath-oriented reality program, or a health-themed sitcom in which commercials for either healthy or unhealthy foods were embedded. Results indicated that perceived realism of the health-oriented reality program generated greater confidence to eat more healthily and exercise, as well as greater motivation to exercise. Additionally, program viewing differentially affected motivations to eat healthily and to exercise, but only when type of advertisement (high vs. low calorie food ads) was taken into consideration. Finally, women who watched the health-oriented reality program were more likely to choose a healthy snack at the conclusion of the experiment than those exposed to other programs, thus supporting the assertion that reality programming may potentiate positive health behaviors. The role of the embedded advertisements in altering the interpretation and health impact of the programming is also discussed.
Family planning: pitting the private sector against a public problem.
Harvey, P D
1975-01-01
A most promising recent international development has been the harnessing of commercial marketing techniques to promote family planning. Although most projects of this type are government approved and subsidized by international funding organizations, they are a striking departure from traditional government-operated, medically oriented programs. Results have often been dramatic because of certain attributes of the commercial sector, such as 1) marketing, management, finance, distribution, and logistics skills; 2) awareness of and sensitivity to consumers' needs; and 3) the consistent and self-sustaining motivation of profit.
NASA Technical Reports Server (NTRS)
Hall, David W.; Rogan, J. Edward
1989-01-01
A microcomputer-based integration of aircraft design disciplines has been applied theoretically to sailplane, microwave-powered aircraft, and High Altitude Long-Endurance (HALE) aircraft configurational definition efforts. Attention is presently given to the further development of such integrated-discipline approaches through the incorporation of AI techniques; these are then applied to the aforementioned case of the HALE. The windFrame language used, which is based on HyperTalk, will allow designers to write programs using a highly graphical, user interface-oriented environment.
Overview: Applications of numerical optimization methods to helicopter design problems
NASA Technical Reports Server (NTRS)
Miura, H.
1984-01-01
There are a number of helicopter design problems that are well suited to applications of numerical design optimization techniques. Adequate implementation of this technology will provide high pay-offs. There are a number of numerical optimization programs available, and there are many excellent response/performance analysis programs developed or being developed. But integration of these programs in a form that is usable in the design phase should be recognized as important. It is also necessary to attract the attention of engineers engaged in the development of analysis capabilities and to make them aware that analysis capabilities are much more powerful if integrated into design oriented codes. Frequently, the shortcoming of analysis capabilities are revealed by coupling them with an optimization code. Most of the published work has addressed problems in preliminary system design, rotor system/blade design or airframe design. Very few published results were found in acoustics, aerodynamics and control system design. Currently major efforts are focused on vibration reduction, and aerodynamics/acoustics applications appear to be growing fast. The development of a computer program system to integrate the multiple disciplines required in helicopter design with numerical optimization technique is needed. Activities in Britain, Germany and Poland are identified, but no published results from France, Italy, the USSR or Japan were found.
NASA Technical Reports Server (NTRS)
Stimpert, D. L.; Clemons, A.
1977-01-01
Sound data which were obtained during tests of a 50.8 cm diameter, subsonic tip speed, low pressure ratio fan were analyzed. The test matrix was divided into two major investigations: (1) source noise reduction techniques; and (2) aft duct noise reduction with acoustic treatment. Source noise reduction techniques were investigated which include minimizing second harmonic noise by varying vane/blade ratio, variation in spacing, and lowering the Mach number through the vane row to lower fan broadband noise. Treatment in the aft duct which includes flow noise effects, faceplate porosity, rotor OGV treatment, slant cell treatment, and splitter simulation with variable depth on the outer wall and constant thickness treatment on the inner wall was investigated. Variable boundary conditions such as variation in treatment panel thickness and orientation, and mixed porosity combined with variable thickness were examined. Significant results are reported.
Barrie, Michael G.; Amick, Christopher; Mitzman, Jennifer; Way, David P.; King, Andrew M.
2018-01-01
Most emergency medicine (EM) residency programs provide an orientation program for their incoming interns, with the lecture being the most common education activity during this period. Our orientation program is designed to bridge the gap between undergraduate and graduate medical education by ensuring that all learners demonstrate competency on Level 1 Milestones, including medical knowledge (MK). To teach interns core medical knowledge in EM, we reformulated orientation using the flipped-classroom model by replacing lectures with small group, case-based discussions. Interns demonstrated improvement in medical knowledge through higher scores on a posttest. Evaluation survey results were also favorable for the flipped-classroom teaching format. PMID:29383072
Barrie, Michael G; Amick, Christopher; Mitzman, Jennifer; Way, David P; King, Andrew M
2018-01-01
Most emergency medicine (EM) residency programs provide an orientation program for their incoming interns, with the lecture being the most common education activity during this period. Our orientation program is designed to bridge the gap between undergraduate and graduate medical education by ensuring that all learners demonstrate competency on Level 1 Milestones, including medical knowledge (MK). To teach interns core medical knowledge in EM, we reformulated orientation using the flipped-classroom model by replacing lectures with small group, case-based discussions. Interns demonstrated improvement in medical knowledge through higher scores on a posttest. Evaluation survey results were also favorable for the flipped-classroom teaching format.
Evaluating Market Orientation of an Executive MBA Program.
ERIC Educational Resources Information Center
Dubas, Khalid M.; Ghani, Waqar I.; Davis, Stanley; Strong, James T.
1998-01-01
A study assessed the market orientation of the executive Master's in Business Administration (MBA) program at Saint Joseph's University (Pennsylvania) in terms of 12 skills and knowledge areas that reflect effective managerial performance and the student-executives' perceptions of program strengths and weaknesses in delivering these skills.…
In-School Youth Manpower: A Guide to Local Strategies and Methods. Final Report.
ERIC Educational Resources Information Center
Systems Research Inc., Lansing, MI.
Intended for use by individuals responsible for establishing and directing youth school/work programs, this manual presents the following ten functions important in any youth school/work program: enrollee entry, enrollee orientation; employer entry; employer orientation; matching and alignment; program monitoring; counseling; supportive services;…
Technology-Oriented Job Preparation. Final Report.
ERIC Educational Resources Information Center
One America, Inc., Washington, DC.
An extensive review of literature dealing with 263 technology-oriented vocational training programs was conducted to gather current information on the state of such training. Particular emphasis was placed on links between programs and government bodies or private sector entities and programs that could serve as models for those wishing to…
Student Readiness: Examining the Impact of a University Outdoor Orientation Program
ERIC Educational Resources Information Center
Hill, Eddie; Posey, Timothy; Gómez, Edwin; Shapiro, Stephen L.
2018-01-01
This study examined the impact of a university outdoor orientation program on participants' transition to higher education. Researchers focused on participants' experiences during the program, utilizing a mixed-methods approach to measure resilience and well-being. Pre- and posttest instruments consisted of two preestablished scales and a series…
A Rationale for Participant Evaluation
ERIC Educational Resources Information Center
Boody, Robert M.
2009-01-01
There are many different models or approaches to doing program evaluation. Fitzpatrick, Sanders, and Worthen classify them into five general approaches: (a) objectives oriented, (b) management oriented, (c) consumer oriented, (d) expertise oriented, and (e) participant oriented. Within each of these general categories, of course, reside many…
Multiparadigm Design Environments
1992-01-01
following results: 1. New methods for programming in terms of conceptual models 2. Design of object-oriented languages 3. Compiler optimization and...experimented with object-based methods for programming directly in terms of conceptual models, object-oriented language design, computer program...expect the3e results to have a strong influence on future ,,j :- ...... L ! . . • a mm ammmml ll Illlll • l I 1 Conceptual Programming Conceptual
NASA Technical Reports Server (NTRS)
Auty, David
1988-01-01
The project was initiated to research Object Oriented Programming Systems (OOPS) and frame representation systems, their significance and applicability, and their implementation in or relationship to Ada. Object orientated is currently a very popular conceptual adjective. Object oriented programming, in particular, is promoted as a particularly productive approach to programming; an approach which maximizes opportunities for code reuse and lends itself to the definition of convenient and well-developed units. Such units are thus expected to be usable in a variety of situations, beyond the typical highly specific unit development of other approaches. Frame represenation systems share a common heritage and similar conceptual foundations. Together they represent a quickly emerging alternative approach to programming. The approach is to first define the terms, starting with relevant concepts and using these to put bounds on what is meant by OOPS and Frames. From this the possibilities were pursued to merge OOPS with Ada which will further elucidate the significant characteristics which make up this programming approach. Finally, some of the merits and demerits of OOPS were briefly considered as a way of addressing the applicability of OOPS to various programming tasks.
Lam, Barbara C C; Lee, Josephine; Lau, Y L
2004-11-01
Health care-associated infections persist as a major problem in most neonatal intensive care units. Hand hygiene has been singled out as the most important measure in preventing hospital-acquired infection. However, hand hygiene compliance among health care workers (HCWs) remains low. The objective of this study was to assess the frequency and nature of patient contacts in neonatal intensive care units and observe the compliance and technique of hand hygiene among HCWs before and after the implementation of a multimodal intervention program. The nature and frequency of patient contacts, the hand hygiene compliance, and hand-washing techniques of HCWs were observed unobtrusively to reflect the baseline compliance and to investigate factors for noncompliance. The intervention consisted of problem-based and task-orientated hand hygiene education, enhancement of minimal handling protocol and clustering of nursing care, liberal provision of alcohol-based hand antiseptic, improvement in hand hygiene facilities, ongoing regular hand hygiene audit, and implementation of health care-associated infection surveillance. The observational study was repeated 6 months after the completion of the intervention program, which extended over 1-year period. Overall hand hygiene compliance increased from 40% to 53% before patient contact and 39% to 59% after patient contact. More marked improvement was observed for high-risk procedures (35%-60%). The average number of patient contacts also decreased from 2.8 to 1.8 per patient per hour. There was improvement in most aspects of hand-washing technique in the postintervention stage. The health care-associated infection rate decreased from 11.3 to 6.2 per 1000 patient-days. A problem-based and task-orientated education program can improve hand hygiene compliance. Enhancement of minimal handling and clustering of nursing procedures reduced the total patient contact episodes, which could help to overcome the major barrier of time constraints. A concurrent decrease in health care-associated infection rate and increase in hand hygiene compliance was observed in this study. The observational study could form part of an ongoing audit to provide regular feedback to HCWs to sustain the compliance.
Rancourt, R; Ballantine, C
1990-01-01
Previous research has demonstrated that practitioners within the same profession share a common approach to knowledge acquisition and transmission. A search for the identification of this common approach to knowledge in physiotherapy was undertaken using the Epistemic Orientation Model. The research reported was premised on the assumption that students admitted to physiotherapy programs in Canada possess an epistemic orientation that is similar to the epistemological structure of the knowledge base considered important to the program. Using a standardized instrument known as the Knowledge Accessing Modes Inventory (KAMI) to measure epistemic orientation, data were collected from a sample (N = 59) of first- and third-year students registered in a physiotherapy program in a central Canadian university. The data indicated that a high degree of association exists between the epistemological structure subsumed in the knowledge base deemed essential to gain admission to the program and the dominant rational epistemic mode of the practitioners-to-be. Based on the results, the article examines the usefulness of the epistemic orientation concept on activities within the profession. Implications for professional development are noted and avenues for further research are suggested.
Community Involvement Components in Culturally-Oriented Teacher Preparation.
ERIC Educational Resources Information Center
Mahan, James M.
1982-01-01
Describes community involvement components in culturally oriented teacher education program, i.e., preservice and inservice community agency assignments, oncampus cultural preparation. Reveals that cultural immersion student teacher programs are attractive and professionally advantageous. (AH)
An Introduction to Object-Oriented Programming.
1990-04-01
therefore it is an ot ject-oriented program and 7 are (sic) an c~ect-oriented programm.er" 3.1 "BUILT-IN" LANGUAGES Sprevously def nei, a b’:i1t-in languaje ...machines. 8 3.1.2 EIFFEL Eiffel [Meye87, Meye88a, Meye88b, Meye88c] was developed by Bertrand Meyer at Interactive Software Engineering Inc. It is a...is intended to serve as both a language and environment for designing software that is easily reusable and extendible. The notion of programming as
Determining Equilibrium Position For Acoustical Levitation
NASA Technical Reports Server (NTRS)
Barmatz, M. B.; Aveni, G.; Putterman, S.; Rudnick, J.
1989-01-01
Equilibrium position and orientation of acoustically-levitated weightless object determined by calibration technique on Earth. From calibration data, possible to calculate equilibrium position and orientation in presence of Earth gravitation. Sample not levitated acoustically during calibration. Technique relies on Boltzmann-Ehrenfest adiabatic-invariance principle. One converts resonant-frequency-shift data into data on normalized acoustical potential energy. Minimum of energy occurs at equilibrium point. From gradients of acoustical potential energy, one calculates acoustical restoring force or torque on objects as function of deviation from equilibrium position or orientation.
Computer Literacy Project. A General Orientation in Basic Computer Concepts and Applications.
ERIC Educational Resources Information Center
Murray, David R.
This paper proposes a two-part, basic computer literacy program for university faculty, staff, and students with no prior exposure to computers. The program described would introduce basic computer concepts and computing center service programs and resources; provide fundamental preparation for other computer courses; and orient faculty towards…
Toward PPBS: Program Budgeting in a Small School District.
ERIC Educational Resources Information Center
Durstine, Richard M.; Howell, Robert A.
This publication reports the results of the design and development of a planning programming budgeting system for the Milford, New Hampshire, school system. The authors attempted to develop a program oriented budget rather than a line item or input oriented budget, and a model adaptable for general applications. The order of priority budgeting…
Sexual Orientation Topics in Elementary Teacher Preparation Programs in the USA
ERIC Educational Resources Information Center
Jennings, Todd; Sherwin, Gary
2008-01-01
This investigation is a descriptive study documenting the inclusion of sexual orientation (gay and lesbian) topics in a sample of 65 public university elementary teacher preparation programs across the USA (representing the preparation of 14,000-19,000 new teachers annually). Findings indicate that only 55.6% of programs address sexual orientation…
Development of an Occupational Orientation Program for Grades K-6. Final Report.
ERIC Educational Resources Information Center
Kesler, Ray M.; Brown, Sandra
This report presents the development, methodology, and findings of an Occupational Orientation Program for Grades K-6 in Monongalia County, West Virginia. The objectives of the program were to develop a curriculum for an elementary school that would give students the assistance needed to make realistic, attainable career choices, to assist…
ERIC Educational Resources Information Center
Allinjawi, Arwa A.; Al-Nuaim, Hana A.; Krause, Paul
2014-01-01
Students often face difficulties while learning object-oriented programming (OOP) concepts. Many papers have presented various assessment methods for diagnosing learning problems to improve the teaching of programming in computer science (CS) higher education. The research presented in this article illustrates that although max-min composition is…
ERIC Educational Resources Information Center
Georgantaki, Stavroula C.; Retalis, Symeon D.
2007-01-01
"Object-Oriented Programming" subject is included in the ACM Curriculum Guidelines for Undergraduate and Graduate Degree Programs in Computer Science as well as in Curriculum for K-12 Computer Science. In a few research studies learning problems and difficulties have been recorded, and therefore, specific pedagogical guidelines and…
Biology Intensive Orientation for Students (BIOS): A Biology "Boot Camp"
ERIC Educational Resources Information Center
Wischusen, Sheri Maples; Wischusen, E. William
2007-01-01
The Biology Intensive Orientation for Students (BIOS) Program was designed to assess the impact of a 5-d intensive prefreshman program on success and retention of biological science majors at Louisiana State University. The 2005 pilot program combined content lectures and examinations for BIOL 1201, Introductory Biology for Science Majors, as well…
The Implications of Learners' Goal Orientation in a Prior Learning Assessment Program
ERIC Educational Resources Information Center
McClintock, Patricia
2013-01-01
This mixed methods sequential explanatory study was designed to investigate students' persistence in an online Prior Learning Assessment (PLA) Program by researching the implications of goal orientation and other academic, institutional, and student-related factors of non-traditional students enrolled in such a program at the University of St.…
ERIC Educational Resources Information Center
Pritchett, E. Milo; Pullman, Robert J.
The handbook is designed to help teachers and administrators develop or improve vocationally oriented programs for moderately retarded students. The major topics addressed in the book were identified through a Delphi data gathering approach. Seven sections are arranged in the order that activities should occur in program modification and/or…
Student Perceptions of a Comprehensive Orientation Program for Online Courses
ERIC Educational Resources Information Center
Robichaud, Wendy
2016-01-01
This dissertation presents a qualitative case study of students enrolled in online courses and how they perceived the orientation program they completed before starting these courses. The study was based on the perspectives of students enrolled in a fully online program at a small community college in western Maine. They were interviewed…
ERIC Educational Resources Information Center
Grubesky, Marcia R.
A career-oriented foreign language program is discussed that takes into account marketable skills of foreign language majors for a number of careers. The program is threefold. First, it recognizes the need for language skills to supplement technical, business, and professional skills to expand educational knowledge; capabilities in diplomacy and…
ERIC Educational Resources Information Center
Webster, Marsha
2016-01-01
Many administrators and faculty within higher education institutions have grappled with identifying and employing effective strategies to facilitate student success and persistence. The current study focuses on assessing nontraditional students' self-efficacy beliefs and their perception of the orientation program at a 2-year continuing education…
ERIC Educational Resources Information Center
McCannon, Roger S.
Literature on counseling adult college students is extremely limited; few if any training programs are currently operating with the purpose of preparing counseling specialists in adult education. Moreover, college/university orientation programs for new entering adult part-time evening students are virtually nonexistent. Recognizing the need for…
Ability-Training-Oriented Automated Assessment in Introductory Programming Course
ERIC Educational Resources Information Center
Wang, Tiantian; Su, Xiaohong; Ma, Peijun; Wang, Yuying; Wang, Kuanquan
2011-01-01
Learning to program is a difficult process for novice programmers. AutoLEP, an automated learning and assessment system, was developed by us, to aid novice programmers to obtain programming skills. AutoLEP is ability-training-oriented. It adopts a novel assessment mechanism, which combines static analysis with dynamic testing to analyze student…
Automatic translation of digraph to fault-tree models
NASA Technical Reports Server (NTRS)
Iverson, David L.
1992-01-01
The author presents a technique for converting digraph models, including those models containing cycles, to a fault-tree format. A computer program which automatically performs this translation using an object-oriented representation of the models has been developed. The fault-trees resulting from translations can be used for fault-tree analysis and diagnosis. Programs to calculate fault-tree and digraph cut sets and perform diagnosis with fault-tree models have also been developed. The digraph to fault-tree translation system has been successfully tested on several digraphs of varying size and complexity. Details of some representative translation problems are presented. Most of the computation performed by the program is dedicated to finding minimal cut sets for digraph nodes in order to break cycles in the digraph. Fault-trees produced by the translator have been successfully used with NASA's Fault-Tree Diagnosis System (FTDS) to produce automated diagnostic systems.
Languages for artificial intelligence: Implementing a scheduler in LISP and in Ada
NASA Technical Reports Server (NTRS)
Hays, Dan
1988-01-01
A prototype scheduler for space experiments originally programmed in a dialect of LISP using some of the more traditional techniques of that language, was recast using an object-oriented LISP, Common LISP with Flavors on the Symbolics. This object-structured version was in turn partially implemented in Ada. The Flavors version showed a decided improvement in both speed of execution and readability of code. The recasting into Ada involved various practical problems of implementation as well as certain challenges of reconceptualization in going from one language to the other. Advantages were realized, however, in greater clarity of the code, especially where more standard flow of control was used. This exercise raised issues about the influence of programming language on the design of flexible and sensitive programs such as schedule planners, and called attention to the importance of factors external to the languages themselves such as system embeddedness, hardware context, and programmer practice.
A Process and Programming Design to Develop Virtual Patients for Medical Education
McGee, James B.; Wu, Martha
1999-01-01
Changes in the financing and delivery of healthcare in our nation's teaching hospitals have diminished the variety and quality of a medical student's clinical training. The Virtual Patient Project is a series of computer-based, multimedia, clinical simulations, designed to fill this gap. After the development of a successful prototype and obtaining funding for a series of 16 cases, a method to write and produce many virtual patients was created. Case authors now meet with our production team to write and edit a movie-like script. This script is converted into a design document which specifies the clinical aspects, teaching points, media production, and interactivity of each case. The program's code was modularized, using object-oriented techniques, to allow for the variations in cases and for team programming. All of the clinical and teaching content is stored in a database, that allows for faster and easier editing by many persons simultaneously.
Smartfiles: An OO approach to data file interoperability
NASA Technical Reports Server (NTRS)
Haines, Matthew; Mehrotra, Piyush; Vanrosendale, John
1995-01-01
Data files for scientific and engineering codes typically consist of a series of raw data values whose descriptions are buried in the programs that interact with these files. In this situation, making even minor changes in the file structure or sharing files between programs (interoperability) can only be done after careful examination of the data file and the I/O statement of the programs interacting with this file. In short, scientific data files lack self-description, and other self-describing data techniques are not always appropriate or useful for scientific data files. By applying an object-oriented methodology to data files, we can add the intelligence required to improve data interoperability and provide an elegant mechanism for supporting complex, evolving, or multidisciplinary applications, while still supporting legacy codes. As a result, scientists and engineers should be able to share datasets with far greater ease, simplifying multidisciplinary applications and greatly facilitating remote collaboration between scientists.
Orientation based on nursing diagnoses. Old concepts in today's practice.
Anderson, L K; Vincent, N
1991-10-01
Although many operating room orientation programs contain content necessary to meet accrediting guidelines, very few tie the nursing process to the content. Our orientation is structured within a nursing framework (ie, Dr Gordon's "Eleven Functional Health Patterns") and emphasizes nursing diagnoses, theory, and clinical competencies. Although the new orientation program has been in effect for only two years, we feel the following list reflects the positive outcomes so far: decreased staff turnover (ie, one nurse out of 26 full-time equivalents in 18 months), increased success in recruiting nurses into the operating room (ie, multiple applicants as positions open), new nurses demonstrate comfort with basic perioperative nursing practice with-in six months, and nurses who did not complete new orientation program are requesting all or portions of the content. By using this plan, essential aspects of perioperative practice are consistent with hospital-wide nursing practice, practice standards for the operating room, and accrediting standards.
Development of a Model Competency-Based Orientation Program
1988-05-01
S. (1938). Basic writings of Sigmund Freud . New York: Random House. Hagerty, B.K. (1986). A competency-based orientation program for psychiatric...education, and nursing will be presented. • ..... Beginning with the field of psychology, Freud (1938) described motivation using the concept of psychic...Gosnell, D.J. (1987). Comparing two methods of hospital orientation for cost effective- ness. Journal of Nursing Staff Development, 3 , 3-8. Freud
ERIC Educational Resources Information Center
Stamelos, George; Kavasakalis, Aggelos
2013-01-01
This paper aims to investigate the production (or not) of policy-oriented learning during the establishment and implementation of a specific policy program in the policy sub-system of the Greek university as well as the interpretation of the existence (or not) of policy-oriented learning. The theoretical tools were drawn mainly from the…
Marketing foods to children through product packaging: prolific, unhealthy and misleading.
Mehta, Kaye; Phillips, Clare; Ward, Paul; Coveney, John; Handsley, Elizabeth; Carter, Patricia
2012-09-01
To investigate marketing techniques used on the packaging of child-oriented products sold through supermarkets. Food and beverage products which met criteria for 'marketed to children' were recorded as child-oriented. The products were analysed for food categories, nutritional value, and type and extent of marketing techniques used. A major supermarket chain in Adelaide, South Australia. Child-oriented food and beverage products. One hundred and fifty-seven discrete products were marketed to children via product packaging; most (75·2 %) represented non-core foods, being high in fat or sugar. Many marketing techniques (more than sixteen unique marketing techniques) were used to promote child-oriented food products. Claims about health and nutrition were found on 55·5 % of non-core foods. A median of 6·43 marketing techniques per product was found. The high volume and power of marketing non-core foods to children via product packaging in supermarkets should be of concern to policy makers wanting to improve children's diet for their health and to tackle childhood obesity. Claims about health or nutrition on non-core foods deserve urgent attention owing to their potential to mislead and confuse child and adult consumers.
ERIC Educational Resources Information Center
Howard, Jeff S.
2013-01-01
The purpose of this study was to examine the association between the retention rate and 9 first-year student programs at Liberal Arts Colleges in the Mountain South, a region in the southern Appalachian Mountains of the United States. Nine first-year programs were studied: Summer Bridge Programs, Preterm Orientation, Outdoor Adventure Orientation,…
ERIC Educational Resources Information Center
Chapman, Bryan L.
1994-01-01
Discusses the effect of object-oriented programming on the evolution of authoring systems. Topics include the definition of an object; examples of object-oriented authoring interfaces; what object-orientation means to an instructional developer; how object orientation increases productivity and enhances interactivity; and the future of courseware…
NASA Technical Reports Server (NTRS)
Levine, J. N.
1971-01-01
A finite difference turbulent boundary layer computer program has been developed. The program is primarily oriented towards the calculation of boundary layer performance losses in rocket engines; however, the solution is general, and has much broader applicability. The effects of transpiration and film cooling as well as the effect of equilibrium chemical reactions (currently restricted to the H2-O2 system) can be calculated. The turbulent transport terms are evaluated using the phenomenological mixing length - eddy viscosity concept. The equations of motion are solved using the Crank-Nicolson implicit finite difference technique. The analysis and computer program have been checked out by solving a series of both laminar and turbulent test cases and comparing the results to data or other solutions. These comparisons have shown that the program is capable of producing very satisfactory results for a wide range of flows. Further refinements to the analysis and program, especially as applied to film cooling solutions, would be aided by the acquisition of a firm data base.
How to get students to love (or not hate) MATLAB and programming
NASA Astrophysics Data System (ADS)
Reckinger, Shanon; Reckinger, Scott
2014-11-01
An effective programming course geared toward engineering students requires the utilization of modern teaching philosophies. A newly designed course that focuses on programming in MATLAB involves flipping the classroom and integrating various active teaching techniques. Vital aspects of the new course design include: lengthening in-class contact hours, Process-Oriented Guided Inquiry Learning (POGIL) method worksheets (self-guided instruction), student created video content posted on YouTube, clicker questions (used in class to practice reading and debugging code), programming exams that don't require computers, integrating oral exams into the classroom, fostering an environment for formal and informal peer learning, and designing in a broader theme to tie together assignments. However, possibly the most important piece to this programming course puzzle: the instructor needs to be able to find programming mistakes very fast and then lead individuals and groups through the steps to find their mistakes themselves. The effectiveness of the new course design is demonstrated through pre- and post- concept exam results and student evaluation feedback. Students reported that the course was challenging and required a lot of effort, but left largely positive feedback.
Li, Xiangping; Lan, Tzu-Hsiang; Tien, Chung-Hao; Gu, Min
2012-01-01
The interplay between light polarization and matter is the basis of many fundamental physical processes and applications. However, the electromagnetic wave nature of light in free space sets a fundamental limit on the three-dimensional polarization orientation of a light beam. Although a high numerical aperture objective can be used to bend the wavefront of a radially polarized beam to generate the longitudinal polarization state in the focal volume, the arbitrary three-dimensional polarization orientation of a beam has not been achieved yet. Here we present a novel technique for generating arbitrary three-dimensional polarization orientation by a single optically configured vectorial beam. As a consequence, by applying this technique to gold nanorods, orientation-unlimited polarization encryption with ultra-security is demonstrated. These results represent a new landmark of the orientation-unlimited three-dimensional polarization control of the light-matter interaction.
NASA Astrophysics Data System (ADS)
Zhou, Xiang
Using an innovative portable holographic inspection and testing system (PHITS) developed at the Australian Defence Force Academy, fatigue cracks in riveted lap joints can be detected by visually inspecting the abnormal fringe changes recorded on holographic interferograms. In this thesis, for automatic crack detection, some modern digital image processing techniques are investigated and applied to holographic interferogram evaluation. Fringe analysis algorithms are developed for identification of the crack-induced fringe changes. Theoretical analysis of PHITS and riveted lap joints and two typical experiments demonstrate that the fatigue cracks in lightly-clamped joints induce two characteristic fringe changes: local fringe discontinuities at the cracking sites; and the global crescent fringe distribution near to the edge of the rivet hole. Both of the fringe features are used for crack detection in this thesis. As a basis of the fringe feature extraction, an algorithm for local fringe orientation calculation is proposed. For high orientation accuracy and computational efficiency, Gaussian gradient filtering and neighboring direction averaging are used to minimize the effects of image background variations and random noise. The neighboring direction averaging is also used to approximate the fringe directions in centerlines of bright and dark fringes. Experimental results indicate that for high orientation accuracy the scales of the Gaussian filter and neighboring direction averaging should be chosen according to the local fringe spacings. The orientation histogram technique is applied to detect the local fringe discontinuity due to the fatigue cracks. The Fourier descriptor technique is used to characterize the global fringe distribution change from a circular to a crescent distribution with the fatigue crack growth. Experiments and computer simulations are conducted to analyze the detectability and reliability of crack detection using the two techniques. Results demonstrate that the Fourier descriptor technique is more promising in the detection of the short cracks near the edge of the rivet head. However, it is not as reliable as the fringe orientation technique for detection of the long through cracks. For reliability, both techniques should be used in practical crack detection. Neither the Fourier descriptor technique nor the orientation histogram technique have been previously applied to holographic interferometry. While this work related primarily to interferograms of cracked rivets, the techniques would be readily applied to other areas of fringe pattern analysis.
An analysis of restructuring orientation to enhance nurse retention.
Kiel, Joan M
2012-01-01
The nursing shortage has received much media attention; however, something that contributes to it-nurse turnover-has not received the same attention. Facilities spend time and money to train new employees only to have them leave within a few months. Staff morale, money, time, and quality of care are all affected by nurse turnover. The fact that it often occurs so soon after one takes a position makes it pertinent to look at the process of transition into the new position, namely, the orientation program. This article examines the turnover statistics, costs, rationale, and orientation programs that have proven positive results. It is hoped that the findings can assist health care facilities to replicate successful orientation programs and reduce nurse turnover.
Oriental upper blepharoplasty.
Weng, Chau-Jin
2009-02-01
Aesthetic surgery of the upper eyelids is a very common procedure performed in cosmetic practices around the world. The word blepharoplasty, however, has a different meaning in Asia than it does elsewhere. Orientals have different periorbital anatomic characteristics, their motivations for seeking eyelid treatment are different, and operative techniques have been adapted consequently. There are also many eyelid shapes among Orientals, mostly with regard to the presence and location of the supratarsal fold and/or presence of an epicanthal fold. The surgeon must therefore master a range of surgical procedures to treat these variations adequately. It is critical to know the indications for each blepharoplasty technique as well as their complications to select the right surgery and avoid unfavorable results. Epicanthoplasty performed on the right patient can greatly improve aesthetic results while retaining ethnic characteristics. This article will discuss Oriental eyelid characteristics, preoperative patient assessment, commonly used corrective techniques for the "double-eyelid" creation, and complications and how to avoid them.
The More Things Change the More They Stay the Same
NASA Astrophysics Data System (ADS)
Moore, John W.
1998-01-01
In what year would you guess that these statements appeared in this Journal? Students can be classified as problem oriented or answer oriented. The answer-oriented student ... does little or no reflective thinking. ...To simply work a problem for a student may not be educational at all. The student should be taught the process used in the solution. ...My experience indicates that an answer-oriented attitude can be changed. ...But one can't do much teaching of problem-solving techniques and at the same time get on with the day's lecture. ...Problem-solving technique is a tool of learning. ...To teach it well should be about the most rewarding academic activity. ...A year of stressing methods of problem solving would alter the orientation and motivation of many students we now call poor.
Improved ultrasonic standard reference blocks
NASA Technical Reports Server (NTRS)
Eitzen, D. G.; Sushinsky, G. F.; Chwirut, D. J.; Bechtoldt, C. J.; Ruff, A. W.
1976-01-01
A program to improve the quality, reproducibility and reliability of nondestructive testing through the development of improved ASTM-type ultrasonic reference standards is described. Reference blocks of aluminum, steel, and titanium alloys are to be considered. Equipment representing the state-of-the-art in laboratory and field ultrasonic equipment was obtained and evaluated. RF and spectral data on ten sets of ultrasonic reference blocks have been taken as part of a task to quantify the variability in response from nominally identical blocks. Techniques for residual stress, preferred orientation, and micro-structural measurements were refined and are applied to a reference block rejected by the manufacturer during fabrication in order to evaluate the effect of metallurgical condition on block response. New fabrication techniques for reference blocks are discussed and ASTM activities are summarized.
Experience Report: Visual Programming in the Real World
NASA Technical Reports Server (NTRS)
Baroth, E.; Hartsough, C
1994-01-01
This paper reports direct experience with two commercial, widely used visual programming environments. While neither of these systems is object oriented, the tools have transformed the development process and indicate a direction for visual object oriented tools to proceed.
Plan, do, study, act model to improve an orientation program.
Ragsdale, Mary Alice; Mueller, John
2005-01-01
The Franciscan Health System has designed a new employee orientation program that is both interactive and thought-provoking. The program has transitioned from a predominantly lecture-based format to one that consists of group discussion, role playing, lunch with senior leaders in the organization, and the utilization of adult learning principles. This article describes the shortcomings of the previous program, gaps identified in the needs assessment, and performance improvement methodology used to enhance the program.
ERIC Educational Resources Information Center
Trevathan, Jarrod; Myers, Trina
2013-01-01
Process-Oriented Guided Inquiry Learning (POGIL) is a technique used to teach in large lectures and tutorials. It invokes interaction, team building, learning and interest through highly structured group work. Currently, POGIL has only been implemented in traditional classroom settings where all participants are physically present. However,…
A Semester-Long Project-Oriented Biochemistry Laboratory Based on "Helicobacter pylori" Urease
ERIC Educational Resources Information Center
Farnham, Kate R.; Dube, Danielle H.
2015-01-01
Here we present the development of a 13 week project-oriented biochemistry laboratory designed to introduce students to foundational biochemical techniques and then enable students to perform original research projects once they have mastered these techniques. In particular, we describe a semester-long laboratory that focuses on a biomedically…
Viladot, D; Véron, M; Gemmi, M; Peiró, F; Portillo, J; Estradé, S; Mendoza, J; Llorca-Isern, N; Nicolopoulos, S
2013-10-01
A recently developed technique based on the transmission electron microscope, which makes use of electron beam precession together with spot diffraction pattern recognition now offers the possibility to acquire reliable orientation/phase maps with a spatial resolution down to 2 nm on a field emission gun transmission electron microscope. The technique may be described as precession-assisted crystal orientation mapping in the transmission electron microscope, precession-assisted crystal orientation mapping technique-transmission electron microscope, also known by its product name, ASTAR, and consists in scanning the precessed electron beam in nanoprobe mode over the specimen area, thus producing a collection of precession electron diffraction spot patterns, to be thereafter indexed automatically through template matching. We present a review on several application examples relative to the characterization of microstructure/microtexture of nanocrystalline metals, ceramics, nanoparticles, minerals and organics. The strengths and limitations of the technique are also discussed using several application examples. ©2013 The Authors. Journal of Microscopy published by John Wiley & Sons Ltd on behalf of Royal Microscopical Society.
NASA Technical Reports Server (NTRS)
Chien, Andrew A.; Karamcheti, Vijay; Plevyak, John; Sahrawat, Deepak
1993-01-01
Concurrent object-oriented languages, particularly fine-grained approaches, reduce the difficulty of large scale concurrent programming by providing modularity through encapsulation while exposing large degrees of concurrency. Despite these programmability advantages, such languages have historically suffered from poor efficiency. This paper describes the Concert project whose goal is to develop portable, efficient implementations of fine-grained concurrent object-oriented languages. Our approach incorporates aggressive program analysis and program transformation with careful information management at every stage from the compiler to the runtime system. The paper discusses the basic elements of the Concert approach along with a description of the potential payoffs. Initial performance results and specific plans for system development are also detailed.
Clinical orientation program for new medical registrars--a qualitative evaluation.
Rosemergy, Ian; Bell, Damon A; Jayathissa, Sisira K
2009-02-01
We present a qualitative evaluation of a clinical orientation program for medical registrars within the Wellington region in New Zealand, designed and implemented by current advanced registrars. This program was intended to improve the transition from house officer to medical registrar. The program was qualitatively evaluated using focus groups comprising participants, presenters and senior nursing staff. Purposive samples were drawn from each of these groups. The most significant finding was the perception of enhanced professional collegiality among medical staff. There were benefits to participants and presenters with improved communication between medical registrars. We believe there are individual, institutional and patient care benefits with a region-specific, clinical orientation for new medical registrars.
Nakamichi, Yu; Kalatsky, Valery A; Watanabe, Hideyuki; Sato, Takayuki; Rajagopalan, Uma Maheswari; Tanifuji, Manabu
2018-04-01
Orientation tuning is a canonical neuronal response property of six-layer visual cortex that is encoded in pinwheel structures with center orientation singularities. Optical imaging of intrinsic signals enables us to map these surface two-dimensional (2D) structures, whereas lack of appropriate techniques has not allowed us to visualize depth structures of orientation coding. In the present study, we performed functional optical coherence tomography (fOCT), a technique capable of acquiring a 3D map of the intrinsic signals, to study the topology of orientation coding inside the cat visual cortex. With this technique, for the first time, we visualized columnar assemblies in orientation coding that had been predicted from electrophysiological recordings. In addition, we found that the columnar structures were largely distorted around pinwheel centers: center singularities were not rigid straight lines running perpendicularly to the cortical surface but formed twisted string-like structures inside the cortex that turned and extended horizontally through the cortex. Looping singularities were observed with their respective termini accessing the same cortical surface via clockwise and counterclockwise orientation pinwheels. These results suggest that a 3D topology of orientation coding cannot be fully anticipated from 2D surface measurements. Moreover, the findings demonstrate the utility of fOCT as an in vivo mesoscale imaging method for mapping functional response properties of cortex in the depth axis. NEW & NOTEWORTHY We used functional optical coherence tomography (fOCT) to visualize three-dimensional structure of the orientation columns with millimeter range and micrometer spatial resolution. We validated vertically elongated columnar structure in iso-orientation domains. The columnar structure was distorted around pinwheel centers. An orientation singularity formed a string with tortuous trajectories inside the cortex and connected clockwise and counterclockwise pinwheel centers in the surface orientation map. The results were confirmed by comparisons with conventional optical imaging and electrophysiological recordings.
Object-oriented models of cognitive processing.
Mather, G
2001-05-01
Information-processing models of vision and cognition are inspired by procedural programming languages. Models that emphasize object-based representations are closely related to object-oriented programming languages. The concepts underlying object-oriented languages provide a theoretical framework for cognitive processing that differs markedly from that offered by procedural languages. This framework is well-suited to a system designed to deal flexibly with discrete objects and unpredictable events in the world.
BlueJ Visual Debugger for Learning the Execution of Object-Oriented Programs?
ERIC Educational Resources Information Center
Bennedsen, Jens; Schulte, Carsten
2010-01-01
This article reports on an experiment undertaken in order to evaluate the effect of a program visualization tool for helping students to better understand the dynamics of object-oriented programs. The concrete tool used was BlueJ's debugger and object inspector. The study was done as a control-group experiment in an introductory programming…
ERIC Educational Resources Information Center
Arhin, Vera; Wang'eri, Tabitha
2018-01-01
This study investigated how orientation programs predict student retention in distance learning at the University of Cape Coast. A correlational research design was employed for the study. The target population was level-200 students in the distance education program at the university. Seven hundred and twenty-seven participants were selected from…
Engineering Outreach through College Pre-Orientation Programs: MIT Discover Engineering
ERIC Educational Resources Information Center
Thompson, Mary Kathryn; Consi, Thomas R.
2007-01-01
Freshmen Pre-Orientation Programs (FPOPs) can be powerful outreach tools for incoming college students and provide an exciting introduction to the field of engineering. The benefits reach not only the first year students, but also the upperclassmen who help to run the programs and the departments that sponsor them. A family of three engineering…
ERIC Educational Resources Information Center
Mungall, Dennis; Green, Cable; Skunza, Barbara
This paper contains summaries of three presentations that explore critical issues that must be addressed before launching a non-traditional online degree program. "Student Orientation" (Cable Green) provides a comprehensive student orientation, including an introduction to technological infrastructure, pedagogical issues, communication…
THE DEVELOPMENT OF A WORK ORIENTATION PROGRAM FOR HOME ECONOMICS RELATED OCCUPATIONS, 1964-1966.
ERIC Educational Resources Information Center
FETTERMAN, ELSIE
THE PURPOSE OF THIS STUDY, WHICH IS A SUMMARY OF A DOCTORAL DISSERTATION, WAS TO DEVELOP A WORK ORIENTATION PROGRAM FOR HOME ECONOMICS-RELATED OCCUPATIONS IN CONNECTICUT. QUESTIONNAIRES WERE SENT TO 43 TEACHERS OF SUCH PROGRAMS IN THE UNITED STATES AND ALL RESPONDED, GIVING INFORMATION ABOUT THEIR OBJECTIVES, COURSES, TEACHERS' BACKGROUNDS,…
Obtaining Reliable Predictions of Terrestrial Energy Coupling From Real-Time Solar Wind Measurement
NASA Technical Reports Server (NTRS)
Weimer, Daniel R.
2001-01-01
The first draft of a manuscript titled "Variable time delays in the propagation of the interplanetary magnetic field" has been completed, for submission to the Journal of Geophysical Research. In the preparation of this manuscript all data and analysis programs had been updated to the highest temporal resolution possible, at 16 seconds or better. The program which computes the "measured" IMF propagation time delays from these data has also undergone another improvement. In another significant development, a technique has been developed in order to predict IMF phase plane orientations, and the resulting time delays, using only measurements from a single satellite at L1. The "minimum variance" method is used for this computation. Further work will be done on optimizing the choice of several parameters for the minimum variance calculation.
Kulhánek, Tomáš; Ježek, Filip; Mateják, Marek; Šilar, Jan; Kofránek, Jří
2015-08-01
This work introduces experiences of teaching modeling and simulation for graduate students in the field of biomedical engineering. We emphasize the acausal and object-oriented modeling technique and we have moved from teaching block-oriented tool MATLAB Simulink to acausal and object oriented Modelica language, which can express the structure of the system rather than a process of computation. However, block-oriented approach is allowed in Modelica language too and students have tendency to express the process of computation. Usage of the exemplar acausal domains and approach allows students to understand the modeled problems much deeper. The causality of the computation is derived automatically by the simulation tool.
Simultaneous orientation and thickness mapping in transmission electron microscopy
Tyutyunnikov, Dmitry; Özdöl, V. Burak; Koch, Christoph T.
2014-12-04
In this paper we introduce an approach for simultaneous thickness and orientation mapping of crystalline samples by means of transmission electron microscopy. We show that local thickness and orientation values can be extracted from experimental dark-field (DF) image data acquired at different specimen tilts. The method has been implemented to automatically acquire the necessary data and then map thickness and crystal orientation for a given region of interest. We have applied this technique to a specimen prepared from a commercial semiconductor device, containing multiple 22 nm technology transistor structures. The performance and limitations of our method are discussed and comparedmore » to those of other techniques available.« less
NASA Technical Reports Server (NTRS)
Ferencz, Donald C.; Viterna, Larry A.
1991-01-01
ALPS is a computer program which can be used to solve general linear program (optimization) problems. ALPS was designed for those who have minimal linear programming (LP) knowledge and features a menu-driven scheme to guide the user through the process of creating and solving LP formulations. Once created, the problems can be edited and stored in standard DOS ASCII files to provide portability to various word processors or even other linear programming packages. Unlike many math-oriented LP solvers, ALPS contains an LP parser that reads through the LP formulation and reports several types of errors to the user. ALPS provides a large amount of solution data which is often useful in problem solving. In addition to pure linear programs, ALPS can solve for integer, mixed integer, and binary type problems. Pure linear programs are solved with the revised simplex method. Integer or mixed integer programs are solved initially with the revised simplex, and the completed using the branch-and-bound technique. Binary programs are solved with the method of implicit enumeration. This manual describes how to use ALPS to create, edit, and solve linear programming problems. Instructions for installing ALPS on a PC compatible computer are included in the appendices along with a general introduction to linear programming. A programmers guide is also included for assistance in modifying and maintaining the program.
NASA Technical Reports Server (NTRS)
Shaykhian, Gholam Ali
2007-01-01
C++ Programming Language: The C++ seminar covers the fundamentals of C++ programming language. The C++ fundamentals are grouped into three parts where each part includes both concept and programming examples aimed at for hands-on practice. The first part covers the functional aspect of C++ programming language with emphasis on function parameters and efficient memory utilization. The second part covers the essential framework of C++ programming language, the object-oriented aspects. Information necessary to evaluate various features of object-oriented programming; including encapsulation, polymorphism and inheritance will be discussed. The last part of the seminar covers template and generic programming. Examples include both user defined and standard templates.
ERIC Educational Resources Information Center
Rasor, Leslie; Brooks, Valerie
These eight modules for an industrial orientation class were developed by a project to design an interdisciplinary program of basic skills training for disadvantaged students in a Construction Technology Program (see Note). The Drafting module overviews drafting career opportunities, job markets, salaries, educational requirements, and basic…
Duncan, R C; Konefal, J; Spechler, M M
1990-06-01
Neurolinguistic programming training is based on principles that should enable the trainee to be more "present"-oriented, inner-directed, flexible, self-aware, and responsive to others, that is, more self-actualized. This study reports within-person changes on self-actualization measures of the Personal Orientation Inventory following a 24-day residential training in neurolinguistic programming. Significant positive mean changes were found for 18 master practitioners on nine of the 12 scales and for 36 practitioners on 10 of the 12 scales. Findings are consistent with the hypothesis that training increases individual self-actualization scores.
NASA Astrophysics Data System (ADS)
Tošić, Saša; Mitrović, Dejan; Ivanović, Mirjana
2013-10-01
Agent-oriented programming languages are designed to simplify the development of software agents, especially those that exhibit complex, intelligent behavior. This paper presents recent improvements of AgScala, an agent-oriented programming language based on Scala. AgScala includes declarative constructs for managing beliefs, actions and goals of intelligent agents. Combined with object-oriented and functional programming paradigms offered by Scala, it aims to be an efficient framework for developing both purely reactive, and more complex, deliberate agents. Instead of the Prolog back-end used initially, the new version of AgScala relies on Agent Planning Package, a more advanced system for automated planning and reasoning.
NASA Technical Reports Server (NTRS)
Sen, Syamal K.; Shaykhian, Gholam Ali
2011-01-01
MatLab(TradeMark)(MATrix LABoratory) is a numerical computation and simulation tool that is used by thousands Scientists and Engineers in many countries. MatLab does purely numerical calculations, which can be used as a glorified calculator or interpreter programming language; its real strength is in matrix manipulations. Computer algebra functionalities are achieved within the MatLab environment using "symbolic" toolbox. This feature is similar to computer algebra programs, provided by Maple or Mathematica to calculate with mathematical equations using symbolic operations. MatLab in its interpreter programming language form (command interface) is similar with well known programming languages such as C/C++, support data structures and cell arrays to define classes in object oriented programming. As such, MatLab is equipped with most of the essential constructs of a higher programming language. MatLab is packaged with an editor and debugging functionality useful to perform analysis of large MatLab programs and find errors. We believe there are many ways to approach real-world problems; prescribed methods to ensure foregoing solutions are incorporated in design and analysis of data processing and visualization can benefit engineers and scientist in gaining wider insight in actual implementation of their perspective experiments. This presentation will focus on data processing and visualizations aspects of engineering and scientific applications. Specifically, it will discuss methods and techniques to perform intermediate-level data processing covering engineering and scientific problems. MatLab programming techniques including reading various data files formats to produce customized publication-quality graphics, importing engineering and/or scientific data, organizing data in tabular format, exporting data to be used by other software programs such as Microsoft Excel, data presentation and visualization will be discussed.
NASA Astrophysics Data System (ADS)
Moser, F. C.; Allen, M. R.; Montoya-Ospina, R. A.; Maldonado, P.; Barberena-Arias, M.; Olivo-Delgado, C.; Harris, L.; Pierson, J. J.; Alvarez, J. P.
2015-12-01
Here we consider how mentoring, both traditional and peer based, contributes to successful student outcomes in undergraduate research programs and we present several approaches to encourage positive mentor-mentee relationships. From several different research mentoring programs with undergraduates in Maryland and in Puerto Rico, we find that some mentoring techniques are universally useful, while others need to be tailored to a specific program and mentee population. Our programs differ in length, student composition, and student expectations, we find that success occurs across-the-board when mentors quickly establish rapport with their students and reach an early joint understanding of the program's requirements and the students' capabilities and needs through immersive orientations early in the program. Alternatively, mentors have to customize their approaches (e.g. simplify presentations of concepts, increase time for questions) when they encounter differences in student knowledge levels and cultural disconnects (e.g. language barriers, unfamiliarity with research labs and academia). Our current approach to improving and evaluating mentoring includes using a system of multiple mentor tiers (peer, near-peer, faculty, and program leaders), multiple qualitative and quantitative evaluations during the program, and post-research experience student outreach, all of which we believe improve student outcomes. Although we have measures of mentee success (e.g., presenting at national meetings, pursuing additional research experiences, applying to graduate school in marine science-related fields, etc.), we continue to look for additional short and long-term evaluation techniques that may help us to distinguish between the influence of mentoring and that of other program attributes (e.g. lab and field experiences, professional development seminars, ethics training, etc.) on student achievement.
Flake Orientation Effects On Physical and Mechanical Properties of Sweetgum Flakeboard
T.F. Shupe; Chung-Yun Hse; E.W. Price
2001-01-01
Research was initiated to determine the effect of flake orientation on the physical and mechanical properties offlakeboard. The panel fabrication techniques investigated were single-layer panels with random and oriented flake distribution, three-layer, five-layer, and seven-layer panels. Single-layer oriented panels had panel directional property ratios of 11.8 and 12....
Towards an agent-oriented programming language based on Scala
NASA Astrophysics Data System (ADS)
Mitrović, Dejan; Ivanović, Mirjana; Budimac, Zoran
2012-09-01
Scala and its multi-threaded model based on actors represent an excellent framework for developing purely reactive agents. This paper presents an early research on extending Scala with declarative programming constructs, which would result in a new agent-oriented programming language suitable for developing more advanced, BDI agent architectures. The main advantage the new language over many other existing solutions for programming BDI agents is a natural and straightforward integration of imperative and declarative programming constructs, fitted under a single development framework.
NASA Technical Reports Server (NTRS)
Mccandless, S. W.; Miller, B. P.
1974-01-01
The SEASAT satellite system is planned as a user-oriented system for timely monitoring of global ocean dynamics and mapping the global ocean geoid. The satellite instrumentation and modular concept are discussed. Operational data capabilities will include oceanographic data services, direct satellite read-out to users, and conversational retrieval and analysis of stored data. A case-study technique, generalized through physical and econometric modeling, indicates potential economic benefit from SEASAT to users in the following areas: ship routing, iceberg reconnaissance, arctic operations, Alaska pipeline ship link, and off-shore oil production.
Hydride Microstructure at the Metal-Oxide Interface of Zircaloy-4 from H.B. Robinson Nuclear Reactor
DOE Office of Scientific and Technical Information (OSTI.GOV)
Cinbiz, Mahmut N; Edmondson, Philip D; Terrani, Kurt A
2017-01-01
This study investigates the hydride rim microstructure at the metal-oxide interface of Zircaloy-4 cladding segment removed from H.B. Robinson Nuclear Reactor by utilizing high resolution electron microscopy techniques with energy dispersive x-ray spectroscopy at Oak Ridge National Laboratory under the NSUF Rapid Turnout Experiment program. A complex stacking and orientation of hydride platelets has been observed below the sub-oxide layer. Furthermore, radial hydride platelets have been observed. EDS signals of both Fe and Cr has been reduced within hydrides whereas EDS signal of Sn is unaffected.
Flight test techniques for validating simulated nuclear electromagnetic pulse aircraft responses
NASA Technical Reports Server (NTRS)
Winebarger, R. M.; Neely, W. R., Jr.
1984-01-01
An attempt has been made to determine the effects of nuclear EM pulses (NEMPs) on aircraft systems, using a highly instrumented NASA F-106B to document the simulated NEMP environment at the Kirtland Air Force Base's Vertically Polarized Dipole test facility. Several test positions were selected so that aircraft orientation relative to the test facility would be the same in flight as when on the stationary dielectric stand, in order to validate the dielectric stand's use in flight configuration simulations. Attention is given to the flight test portions of the documentation program.
Progressive matrix cracking in off-axis plies of a general symmetric laminate
NASA Technical Reports Server (NTRS)
Thomas, David J.; Wetherhold, Robert C.
1993-01-01
A generalized shear-lag model is derived to determine the average through-the-thickness stress state present in a layer undergoing transverse matrix cracking, by extending the method of Lee and Daniels (1991) to a general symmetric multilayered system. The model is capable of considering cracking in layers of arbitrary orientation, states of general in-plane applied loading, and laminates with a general symmetric stacking sequence. The model is included in a computer program designed for probabilistic laminate analysis, and the results are compared to those determined with the ply drop-off technique.
SIMOGEN - An Object-Oriented Language for Simulation
1989-03-01
program generator must also be written in the same prcgramming languaje . In this case, the C language was chosen, for the following main reasons...3), March 88. 4. PRESTO: A System for Object-Oriented Parallel Programing B N Bershad, E D Lazowska & H M Levy Software Practice and Experience, Vol...U.S. Depare nt of Defence ANSI/ML-STD 1815A. 7. Object-oriented Development Grady Booch Transactions on Software Engineering , February 86. 8. A
Distributed Object Oriented Programming
1990-02-01
of the object oriented model of computation. Therefore, object oriented programming can provide the programmer with good conceptual tools to divide his...LABOR SALES-COMMISSION). The symbol + refers to the addition function and takes any number of numeric arguments. The third subtype of list forms is the...2) ’(:SEND-DONE) (SEWF (AREF OBJECT-i1-MESSAGES-SENT 2) ’(PROGN (FORMAT T "-s methd completely executed instr-ptr -s-V NAME %INSTR-PTR%) (INCF
Object-Oriented Scientific Programming with Fortran 90
NASA Technical Reports Server (NTRS)
Norton, C.
1998-01-01
Fortran 90 is a modern language that introduces many important new features beneficial for scientific programming. We discuss our experiences in plasma particle simulation and unstructured adaptive mesh refinement on supercomputers, illustrating the features of Fortran 90 that support the object-oriented methodology.
Science Software in High-Button Shoes.
ERIC Educational Resources Information Center
Dyrli, Odvard Egil
1984-01-01
Discusses inquiry-oriented science instruction and experientially based programs that support newer instructional strategies. Also provides examples of six process-oriented programs (Cat Lab, Geology Search, Rocky's Boots, Tell Star, Volcanoes, What's in Your Lunch?). Level, hardware needed, publisher, and description are provided for each…
ERIC Educational Resources Information Center
McCuskey, E. Scott; Worley, William E.
The heterogeneous nature of community college populations has resulted in an academic dichotomy within two-year institutions. Most institutions offer two types of programs: (1) discipline-based, university parallel programs, oriented toward transferring students to four-year institutions; (2) vocational/technical programs, oriented toward terminal…
ERIC Educational Resources Information Center
Doumas, Diana M.; Kane, Christina M.; Navarro, Tabitha B.; Roman, Jennifer
2011-01-01
This study evaluated the effectiveness of a web-based personalized normative feedback program, electronic Check-Up to Go (e-CHUG), in decreasing heavy drinking among 1st-year university students. Results indicated high-risk students receiving the e-CHUG program during 1st-year orientation activities reported significantly greater reductions in…
ERIC Educational Resources Information Center
Kilgore, Russel E.; And Others
This orientation program is designed to acquaint American Indian high school sophomores and juniors with a wide variety of academic college majors, programs, careers, and job opportunities. Emphasis is placed on agriculture, business administration, economics, energy, engineering, management, and natural resources. Included in the week's…
Slicken 1.0: Program for calculating the orientation of shear on reactivated faults
NASA Astrophysics Data System (ADS)
Xu, Hong; Xu, Shunshan; Nieto-Samaniego, Ángel F.; Alaniz-Álvarez, Susana A.
2017-07-01
The slip vector on a fault is an important parameter in the study of the movement history of a fault and its faulting mechanism. Although there exist many graphical programs to represent the shear stress (or slickenline) orientations on faults, programs to quantitatively calculate the orientation of fault slip based on a given stress field are scarce. In consequence, we develop Slicken 1.0, a software to rapidly calculate the orientation of maximum shear stress on any fault plane. For this direct method of calculating the resolved shear stress on a planar surface, the input data are the unit vector normal to the involved plane, the unit vectors of the three principal stress axes, and the stress ratio. The advantage of this program is that the vertical or horizontal principal stresses are not necessarily required. Due to its nimble design using Java SE 8.0, it runs on most operating systems with the corresponding Java VM. The software program will be practical for geoscience students, geologists and engineers and will help resolve a deficiency in field geology, and structural and engineering geology.
Au, Mei K; Chan, Wai M; Lee, Lin; Chen, Tracy Mk; Chau, Rosanna Mw; Pang, Marco Yc
2014-10-01
To compare the effectiveness of a core stability program with a task-oriented motor training program in improving motor proficiency in children with developmental coordination disorder (DCD). Randomized controlled pilot trial. Outpatient unit in a hospital. Twenty-two children diagnosed with DCD aged 6-9 years were randomly allocated to the core stability program or the task-oriented motor program. Both groups underwent their respective face-to-face training session once per week for eight consecutive weeks. They were also instructed to carry out home exercises on a daily basis during the intervention period. Short Form of the Bruininks-Oseretsky Test of Motor Proficiency (Second Edition) and Sensory Organization Test at pre- and post-intervention. Intention-to-treat analysis revealed no significant between-group difference in the change of motor proficiency standard score (P=0.717), and composite equilibrium score derived from the Sensory Organization Test (P=0.100). Further analysis showed significant improvement in motor proficiency in both the core stability (mean change (SD)=6.3(5.4); p=0.008) and task-oriented training groups (mean change(SD)=5.1(4.0); P=0.007). The composite equilibrium score was significantly increased in the task-oriented training group (mean change (SD)=6.0(5.5); P=0.009), but not in the core stability group (mean change(SD) =0.0(9.6); P=0.812). In the task-oriented training group, compliance with the home program was positively correlated with change in motor proficiency (ρ=0.680, P=0.030) and composite equilibrium score (ρ=0.638, P=0.047). The core stability exercise program is as effective as task-oriented training in improving motor proficiency among children with DCD. © The Author(s) 2014.
Web Based Profession Orientation in Elementary Education
ERIC Educational Resources Information Center
Bulbul, Halil Ibrahim; Sahin, Yasar Guneri; Yildiz, Turker Turan; Ercan, Tuncay
2007-01-01
In Turkey, the profession orientation programs for elementary education students have a critical importance. In the aspect of profession orientation application, the least dealt population is unfortunately the elementary school students. In this study, the problems caused by insufficient orientation and guidance of profession for those students…
Friedman, M Isabel; Delaney, Margaret M; Schmidt, Kathleen; Quinn, Carolyn; Macyk, Irene
2013-01-01
New graduate RN retention in the first year of employment is a challenge for hospitals, ranging from a low of 25% to a high of 64%. In 2005, hospitals in New York state spent 11.7% of their nursing budgets on temporary nursing staffing. The objectives of this study were to determine the retention and costs associated with the employment of new graduate RNs before and after the initiation of specialized year-long pediatric critical care, emergency department, and hematology/oncology orientation programs. The major study findings were improved retention of 84% to 94%, significant retention between the two groups at 9 months, and an annual financial savings related to decreased nursing turnover in the specialized orientation group. Specialized orientation programs that support new graduate RNs have documented increased RN retention and decreased RN turnover. In concert with the increased retention and decreased turnover, health care finances were positively impacted by specialized orientation programs.
Reynolds, Elizabeth K; Macpherson, Laura; Tull, Matthew T; Baruch, David E; Lejuez, C W
2011-10-01
College freshmen face a variety of academic and social challenges as they adjust to college life that can place them at risk for a number of negative outcomes, including depression and alcohol-related problems. Orientation classes that focus on teaching incoming students how to better cope with college-oriented stress may provide an opportunity to prevent the development of these adjustment problems. This article outlines a program based on behavioral activation that can be integrated into college orientation programs to provide a more comprehensive orientation experience. Data are presented from an initial pilot study in which 71 first-semester freshman at the University of Maryland participated in a 15-week, 2 hr per week orientation class (n = 37 in the behavioral activation-enhanced orientation classes and n = 34 in the control orientation as usual classes). Students' depression and alcohol use were evaluated at the beginning, middle, and end of the course. Results indicated a Time × Group interaction such that problem drinking (but not consumption) was significantly reduced across assessments in the behavioral activation classes and largely unchanged in the standard classes. No difference was observed in depression scores; however, fairly low depression scores across the 3 time points may have limited the opportunity to observe any meaningful impact of the orientation classes on depression. The authors conclude with a discussion of the implications of their findings for preventing adjustment problems among incoming college students and future directions.
Lahav, Orly; Schloerb, David W.; Srinivasan, Mandayam A.
2014-01-01
This paper presents the integration of a virtual environment (BlindAid) in an orientation and mobility rehabilitation program as a training aid for people who are blind. BlindAid allows the users to interact with different virtual structures and objects through auditory and haptic feedback. This research explores if and how use of the BlindAid in conjunction with a rehabilitation program can help people who are blind train themselves in familiar and unfamiliar spaces. The study, focused on nine participants who were congenitally, adventitiously, and newly blind, during their orientation and mobility rehabilitation program at the Carroll Center for the Blind (Newton, Massachusetts, USA). The research was implemented using virtual environment (VE) exploration tasks and orientation tasks in virtual environments and real spaces. The methodology encompassed both qualitative and quantitative methods, including interviews, a questionnaire, videotape recording, and user computer logs. The results demonstrated that the BlindAid training gave participants additional time to explore the virtual environment systematically. Secondly, it helped elucidate several issues concerning the potential strengths of the BlindAid system as a training aid for orientation and mobility for both adults and teenagers who are congenitally, adventitiously, and newly blind. PMID:25284952
3D Fiber Orientation Simulation for Plastic Injection Molding
NASA Astrophysics Data System (ADS)
Lin, Baojiu; Jin, Xiaoshi; Zheng, Rong; Costa, Franco S.; Fan, Zhiliang
2004-06-01
Glass fiber reinforced polymer is widely used in the products made using injection molding processing. The distribution of fiber orientation inside plastic parts has direct effects on quality of molded parts. Using computer simulation to predict fiber orientation distribution is one of most efficient ways to assist engineers to do warpage analysis and to find a good design solution to produce high quality plastic parts. Fiber orientation simulation software based on 2-1/2D (midplane /Dual domain mesh) techniques has been used in industry for a decade. However, the 2-1/2D technique is based on the planar Hele-Shaw approximation and it is not suitable when the geometry has complex three-dimensional features which cannot be well approximated by 2D shells. Recently, a full 3D simulation software for fiber orientation has been developed and integrated into Moldflow Plastics Insight 3D simulation software. The theory for this new 3D fiber orientation calculation module is described in this paper. Several examples are also presented to show the benefit in using 3D fiber orientation simulation.
Aspect-Oriented Monitoring of C Programs
NASA Technical Reports Server (NTRS)
Havelund, Klaus; VanWyk, Eric
2008-01-01
The paper presents current work on extending ASPECTC with state machines, resulting in a framework for aspect-oriented monitoring of C programs. Such a framework can be used for testing purposes, or it can be part of a fault protection strategy. The long term goal is to explore the synergy between the fields of runtime verification, focused on program monitoring, and aspect-oriented programming, focused on more general program development issues. The work is inspired by the observation that most work in this direction has been done for JAVA, partly due to the lack of easily accessible extensible compiler frameworks for C. The work is performed using the SILVER extensible attribute grammar compiler framework, in which C has been defined as a host language. Our work consists of extending C with ASPECTC, and subsequently to extend ASPECTC with state machines.
2013-08-20
The Department of Veterans Affairs (VA) is amending its VA Health Professional Scholarship Program (HPSP) regulations. VA is also establishing regulations for a new program, the Visual Impairment and Orientation and Mobility Professional Scholarship Program (VIOMPSP). These regulations comply with and implement sections 302 and 603 of the Caregivers and Veterans Omnibus Health Services Act of 2010 (the 2010 Act). Section 302 of the 2010 Act established the VIOMPSP, which authorizes VA to provide financial assistance to certain students seeking a degree in visual impairment or orientation or mobility, in order to increase the supply of qualified blind rehabilitation specialists for VA and the United States. Section 603 of the 2010 Act reauthorized and modified HPSP, a program that provides scholarships for education or training in certain health care occupations.
A Review & Critique of Trainee-Oriented Training Programs.
ERIC Educational Resources Information Center
Klein-Konz, Ann; Todd-Mancillas, William R.
This paper reviews literature on trainee-oriented training programs, which assign to individual employees predominant responsibility for diagnosing organizational problems requiring changes in employees' behaviors. A Self-Change, Adaption, and Modification (SCAM) Model is developed. The literature support for the model is written in similar…
An Airborne Parachute Compartment Test Bed for the Orion Parachute Test Program
NASA Technical Reports Server (NTRS)
Moore, James W.; Romero, Leah M.
2013-01-01
The test program developing parachutes for the Orion/MPCV includes drop tests with parachutes deployed from an Orion-like parachute compartment at a wide range of dynamic pressures. Aircraft and altitude constraints precluded the use of an Orion boilerplate capsule for several test points. Therefore, a dart-shaped test vehicle with a hi-fidelity mock-up of the Orion parachute compartment has been developed. The available aircraft options imposed constraints on the test vehicle development and concept of operations. Delivery of this test vehicle to the desired velocity, altitude, and orientation required for the test is a di cult problem involving multiple engineering disciplines. This paper describes the development of the test technique. The engineering challenges include extraction from an aircraft, reposition of the extraction parachute, and mid-air separation of two vehicles, neither of which has an active attitude control system. The desired separation behavior is achieved by precisely controlling the release point using on-board monitoring of the motion. The design of the test vehicle is also described. The trajectory simulations and other analyses used to develop this technique and predict the behavior of the test vehicle are reviewed in detail. The application of the technique on several successful drop tests is summarized.
Etomica: an object-oriented framework for molecular simulation.
Schultz, Andrew J; Kofke, David A
2015-03-30
We describe the design of an object-oriented library of software components that are suitable for constructing simulations of systems of interacting particles. The emphasis of the discussion is on the general design of the components and how they interact, and less on details of the programming interface or its implementation. Example code is provided as an aid to understanding object-oriented programming structures and to demonstrate how the framework is applied. © 2015 Wiley Periodicals, Inc.
Centralized orientation: retaining graduate nurses.
Gavlak, Sarah
2007-01-01
Graduate nurses (GNs) are an integral part of the medical-surgical nursing team. Focused GN orientation is one aspect of a program to promote retention, can be the initial link to support systems in the hospital, provides confidence in newly acquired skills, and builds a foundation for the role transition to becoming a registered nurse. A large metropolitan hospital provides a 1-week GN orientation program to provide new graduates with the skills necessary to ensure success entering the nursing field.
On three-dimensional misorientation spaces.
Krakow, Robert; Bennett, Robbie J; Johnstone, Duncan N; Vukmanovic, Zoja; Solano-Alvarez, Wilberth; Lainé, Steven J; Einsle, Joshua F; Midgley, Paul A; Rae, Catherine M F; Hielscher, Ralf
2017-10-01
Determining the local orientation of crystals in engineering and geological materials has become routine with the advent of modern crystallographic mapping techniques. These techniques enable many thousands of orientation measurements to be made, directing attention towards how such orientation data are best studied. Here, we provide a guide to the visualization of misorientation data in three-dimensional vector spaces, reduced by crystal symmetry, to reveal crystallographic orientation relationships. Domains for all point group symmetries are presented and an analysis methodology is developed and applied to identify crystallographic relationships, indicated by clusters in the misorientation space, in examples from materials science and geology. This analysis aids the determination of active deformation mechanisms and evaluation of cluster centres and spread enables more accurate description of transformation processes supporting arguments regarding provenance.
On three-dimensional misorientation spaces
NASA Astrophysics Data System (ADS)
Krakow, Robert; Bennett, Robbie J.; Johnstone, Duncan N.; Vukmanovic, Zoja; Solano-Alvarez, Wilberth; Lainé, Steven J.; Einsle, Joshua F.; Midgley, Paul A.; Rae, Catherine M. F.; Hielscher, Ralf
2017-10-01
Determining the local orientation of crystals in engineering and geological materials has become routine with the advent of modern crystallographic mapping techniques. These techniques enable many thousands of orientation measurements to be made, directing attention towards how such orientation data are best studied. Here, we provide a guide to the visualization of misorientation data in three-dimensional vector spaces, reduced by crystal symmetry, to reveal crystallographic orientation relationships. Domains for all point group symmetries are presented and an analysis methodology is developed and applied to identify crystallographic relationships, indicated by clusters in the misorientation space, in examples from materials science and geology. This analysis aids the determination of active deformation mechanisms and evaluation of cluster centres and spread enables more accurate description of transformation processes supporting arguments regarding provenance.
A user's guide to the Flexible Spacecraft Dynamics and Control Program
NASA Technical Reports Server (NTRS)
Fedor, J. V.
1984-01-01
A guide to the use of the Flexible Spacecraft Dynamics Program (FSD) is presented covering input requirements, control words, orbit generation, spacecraft description and simulation options, and output definition. The program can be used in dynamics and control analysis as well as in orbit support of deployment and control of spacecraft. The program is applicable to inertially oriented spinning, Earth oriented or gravity gradient stabilized spacecraft. Internal and external environmental effects can be simulated.
Forkey, Joseph N.; Quinlan, Margot E.; Goldman, Yale E.
2005-01-01
A new approach is presented for measuring the three-dimensional orientation of individual macromolecules using single molecule fluorescence polarization (SMFP) microscopy. The technique uses the unique polarizations of evanescent waves generated by total internal reflection to excite the dipole moment of individual fluorophores. To evaluate the new SMFP technique, single molecule orientation measurements from sparsely labeled F-actin are compared to ensemble-averaged orientation data from similarly prepared densely labeled F-actin. Standard deviations of the SMFP measurements taken at 40 ms time intervals indicate that the uncertainty for individual measurements of axial and azimuthal angles is ∼10° at 40 ms time resolution. Comparison with ensemble data shows there are no substantial systematic errors associated with the single molecule measurements. In addition to evaluating the technique, the data also provide a new measurement of the torsional rigidity of F-actin. These measurements support the smaller of two values of the torsional rigidity of F-actin previously reported. PMID:15894632
The key technique study of a kind of personal navigation oriented LBS system
NASA Astrophysics Data System (ADS)
Yan, Lei; Zheng, Jianghua; Zhang, Xin; Peng, Chunhua; He, Lina
2005-11-01
With the integration of GIS, IT technology and wireless communication techniques, LBS is fast developing and caused wide concern. Personal navigation is the critical application of LBS. It has higher requirement of data quality, positioning accuracy and multi-model services. The study discusses the key techniques of a personal navigation oriented LBS system. As an example for service platform of China Unicom, NAVISTAR especially emphasizes the importance of spatial data organization. Based-on CDMA1X network, it adopts gpsOne\\MS-Assisted dynamic positioning technique, and puts forward a data organization solution to realize multi-scale representation.
Presentation-Oriented Visualization Techniques.
Kosara, Robert
2016-01-01
Data visualization research focuses on data exploration and analysis, yet the vast majority of visualizations people see were created for a different purpose: presentation. Whether we are talking about charts showing data to help make a presenter's point, data visuals created to accompany a news story, or the ubiquitous infographics, many more people consume charts than make them. Traditional visualization techniques treat presentation as an afterthought, but are there techniques uniquely suited to data presentation but not necessarily ideal for exploration and analysis? This article focuses on presentation-oriented techniques, considering their usefulness for presentation first and any other purposes as secondary.
ERIC Educational Resources Information Center
Gall, Dan
2014-01-01
A study to compare the effectiveness of an in-person library orientation with an online asynchronous orientation was conducted with three sections of Social Work Research Methods, a required course in the University of Iowa's Master of Social Work program. Two sections of the course received an online orientation involving short videos, text and…
Yalcin, Bektas Murat; Unal, Mustafa; Pirdal, Hasan; Karahan, Tevfik Fikret
2014-01-01
The purpose of this study was to investigate the effects of a cognitive behavioral therapy-oriented anger management and stress control program on smokers' quit rates. Of 2348 smokers, 350 were randomly allocated into study and control groups (n = 175 each). An individualized therapy cessation technique was selected for each participant (combination of behavioral counseling, nicotine replacement therapy, and/or pharmacotherapy). The participants in the control group attended a standard quit program, whereas the study group also received an additional 5-session (90 minutes each) cognitive behavioral therapy-oriented program aimed at improving their anger and stress coping skills. At the beginning of the study, both groups were asked to complete the Trait Anger Scale (TAS) of the State and Trait Anger Scale and the Self-Confident (SCS) and Hopeless (HS) subscales of the Stress Coping Styles Inventory; pretest smoking status of both groups and their coping skills were compared with each other as soon as the program ended (post-test results) and after 3 and 6 months (first and second follow-up tests). Although there was no difference between pretest scores on the TAS (P = .234), SCS (P = .130), and HS (P = .148) subscales, post-test results indicate that the study groups' TAS and HS scores decreased and SCS scores increased (P < .001), whereas there was no change in the control group (P > .05). The study group had a better quit level after 6 months compared with the control group (44% vs 27.4%; P < .001). The anger management and stress control program was found to have a significant effect on cessation (odds ratio, 2.09; 95% confidence interval, 1.14-3.85). The anger and stress coping skills program may increase the success of quitting smoking. © Copyright 2014 by the American Board of Family Medicine.
Structural basis of orientation sensitivity of cat retinal ganglion cells.
Leventhal, A G; Schall, J D
1983-11-10
We investigated the structural basis of the physiological orientation sensitivity of retinal ganglion cells (Levick and Thibos, '82). The dendritic fields of 840 retinal ganglion cells labeled by injections of horseradish peroxidase into the dorsal lateral geniculate nucleus (LGNd) or optic tracts of normal cats. Siamese cats, and cat deprived of patterned visual experience from birth by monocular lid-suture (MD) were studied. Mathematical techniques designed to analyze direction were used to find the dendritic field orientation of each cell. Statistical techniques designed for angular data were used to determine the relationship between dendritic field orientation and angular position on the retina (polar angle). Our results indicate that 88% of retinal ganglion cells have oriented dendritic fields and that dendritic field orientation is related systematically to retinal position. In all regions of retina more that 0.5 mm from the area centralis the dendritic fields of retinal ganglion cells are oriented radially, i.e., like the spokes of a wheel having the area centralis at its hub. This relationship was present in all animals and cell types studied and was strongest for cells located close to the horizontal meridian (visual streak) of the retina. Retinal ganglion cells appear to be sensitive to stimulus orientation because they have oriented dendritic fields.
ERIC Educational Resources Information Center
Govender, I.; Grayson, D. J.
2008-01-01
This paper presents the results of an investigation into the various ways in which pre-service and in-service teachers experience learning to program in an object-oriented language. Both groups of teachers were enrolled in university courses. In most cases, the pre-service teachers were learning to program for the first time, while the in-service…
ERIC Educational Resources Information Center
Cotayo, Armando; Collins, Carla
This program, in its final year of a two-year funding cycle, offered bilingual instruction and supportive services with a career orientation focus to 250 Hispanic students in grades 9-12. The major program goal was to expedite the acquisition of the English language skills necessary for full mainstreaming within an average period of three years.…
ERIC Educational Resources Information Center
Robinson, Patricia W.
The purpose of this practicum was to develop a study skills curriculum to be incorporated into the existing ACT I Extended Freshman Orientation program at Brenau College in Georgia, to assist underprepared students admitted under special admissions programs in achieving greater academic success. An eight-step curriculum development process was…
ERIC Educational Resources Information Center
Pettit, Nancy
An orientation and peer helper program was developed at a public middle school in a rural community to reduce the problems associated with sixth-grade students transferring into the school during the school year. Transfer students and their parents or guardians were provided with a video and brochure that explained the school's services, programs,…
ERIC Educational Resources Information Center
McLoyd, Vonnie C.; Kaplan, Rachel; Purtell, Kelly M.; Huston, Aletha C.
2011-01-01
The impacts of New Hope, a 3-year work-based antipoverty program to increase parent employment and reduce poverty, on youth ages 9-19 (N = 866) were assessed 5 years after parents left the program. New Hope had positive effects on the future orientation and employment experiences of boys, especially African American boys. Compared to boys in…
Creating effective social marketing: let your customer be your guide.
Brookes, R
2000-02-01
Social marketing uses commercial marketing techniques to change behaviors that benefit individuals or society in general. Unlike conventional marketing, which seeks to sell products or services, social marketing aims to promote voluntary behavior change. Some examples of behaviors that have changed due to social marketing are: using seat belts, wearing bike helmets, child immunizations, and smoking cessation. Although good social marketing campaigns use the same techniques as that of commercial marketers, by letting the customer be the guide for all major decisions, it is not primarily advertising and is not about top-down planning and decisions. Instead, it is about having a consumer orientation, which means understanding the target audience very well. An effective social marketer must be committed to ongoing communication with the audience in order to create programs, products, or practice that enable them to make the changes desired.
Delmore, Kira E; Liedvogel, Miriam
2016-01-01
The amazing accuracy of migratory orientation performance across the animal kingdom is facilitated by the use of magnetic and celestial compass systems that provide individuals with both directional and positional information. Quantitative genetics analyses in several animal systems suggests that migratory orientation has a strong genetic component. Nevertheless, the exact identity of genes controlling orientation remains largely unknown, making it difficult to obtain an accurate understanding of this fascinating behavior on the molecular level. Here, we provide an overview of molecular genetic techniques employed thus far, highlight the pros and cons of various approaches, generalize results from species-specific studies whenever possible, and evaluate how far the field has come since early quantitative genetics studies. We emphasize the importance of examining different levels of molecular control, and outline how future studies can take advantage of high-resolution tracking and sequencing techniques to characterize the genomic architecture of migratory orientation.
DOE Office of Scientific and Technical Information (OSTI.GOV)
David, Sabrina N.; Zhai, Yao; van der Zande, Arend M.
Two-dimensional (2D) atomic materials such as graphene and transition metal dichalcogenides (TMDCs) have attracted significant research and industrial interest for their electronic, optical, mechanical, and thermal properties. While large-area crystal growth techniques such as chemical vapor deposition have been demonstrated, the presence of grain boundaries and orientation of grains arising in such growths substantially affect the physical properties of the materials. There is currently no scalable characterization method for determining these boundaries and orientations over a large sample area. We here present a second-harmonic generation based microscopy technique for rapidly mapping grain orientations and boundaries of 2D TMDCs. We experimentallymore » demonstrate the capability to map large samples to an angular resolution of ±1° with minimal sample preparation and without involved analysis. A direct comparison of the all-optical grain orientation maps against results obtained by diffraction-filtered dark-field transmission electron microscopy plus selected-area electron diffraction on identical TMDC samples is provided. This rapid and accurate tool should enable large-area characterization of TMDC samples for expedited studies of grain boundary effects and the efficient characterization of industrial-scale production techniques.« less
ERIC Educational Resources Information Center
Law, Yin-kum; Lam, Shui-fong; Law, Wilbert; Tam, Zoe W. Y.
2017-01-01
Peer acceptance is an important facilitator for the success of inclusive education. The aim of the current study is twofold: (1) to examine how classroom goal orientation is associated with children's acceptance of peers with learning difficulties; and (2) to evaluate the effectiveness of a storytelling programme with drama techniques on…
Service Learning: An Action Oriented Program Evaluation
ERIC Educational Resources Information Center
Kelley, George
2013-01-01
Service learning is an academic discipline that provides students with "hands-on" opportunities for developing skills in real-world, community-based projects that serve and benefit community members. This dissertation reflects an action-oriented process for improving the quality of the Service Learning Program at City University of…
Georgiadis, Marios; Müller, Ralph; Schneider, Philipp
2016-01-01
Bone's remarkable mechanical properties are a result of its hierarchical structure. The mineralized collagen fibrils, made up of collagen fibrils and crystal platelets, are bone's building blocks at an ultrastructural level. The organization of bone's ultrastructure with respect to the orientation and arrangement of mineralized collagen fibrils has been the matter of numerous studies based on a variety of imaging techniques in the past decades. These techniques either exploit physical principles, such as polarization, diffraction or scattering to examine bone ultrastructure orientation and arrangement, or directly image the fibrils at the sub-micrometre scale. They make use of diverse probes such as visible light, X-rays and electrons at different scales, from centimetres down to nanometres. They allow imaging of bone sections or surfaces in two dimensions or investigating bone tissue truly in three dimensions, in vivo or ex vivo, and sometimes in combination with in situ mechanical experiments. The purpose of this review is to summarize and discuss this broad range of imaging techniques and the different modalities of their use, in order to discuss their advantages and limitations for the assessment of bone ultrastructure organization with respect to the orientation and arrangement of mineralized collagen fibrils. PMID:27335222
Rafii, Zahra; Ahmadi, Fazlollah; Nourbakhsh, Sayed Mohamad Kazem; Hajizadeh, Ebrahim
2016-09-01
Introduction: Medical advances have improved life expectancy and survival of patients with thalassemia. However, as getting older, patients with thalassemia experience different complications which impair their quality of life. The aim of this study was to examine the effects of a nurse-implemented orientation program on quality of life in patients with thalassemia. Methods: A convenience sample of 55 patients with thalassemia were recruited in this quasi-experimental study. Patients were randomly allocated to control or experimental groups. A demographic questionnaire, Thalassemia quality of life questionnaire, and 36-item short form health survey were used for data collection before and one month after the intervention. In the intervention group, 1.5-month orientation program including of the three steps of inauguration, implementation, and closure was implemented, while the control group received routine care. The Chi-square, independent t-test and paired-samples t-test were used for data analysis by using SPSS ver.13 software. Results: The intervention and control group did not differ significantly from each other regarding demographic characteristics. Moreover, no significant difference was observed between the two groups regarding the quality of life scores after the implementation of orientation program. Conclusion: Implementing a short-term orientation program was not effective in enhancing the quality of life in patients with thalassemia; hence, developing long-term multimodal strategies may result in better improvement.
Progress in modeling and simulation.
Kindler, E
1998-01-01
For the modeling of systems, the computers are more and more used while the other "media" (including the human intellect) carrying the models are abandoned. For the modeling of knowledges, i.e. of more or less general concepts (possibly used to model systems composed of instances of such concepts), the object-oriented programming is nowadays widely used. For the modeling of processes existing and developing in the time, computer simulation is used, the results of which are often presented by means of animation (graphical pictures moving and changing in time). Unfortunately, the object-oriented programming tools are commonly not designed to be of a great use for simulation while the programming tools for simulation do not enable their users to apply the advantages of the object-oriented programming. Nevertheless, there are exclusions enabling to use general concepts represented at a computer, for constructing simulation models and for their easy modification. They are described in the present paper, together with true definitions of modeling, simulation and object-oriented programming (including cases that do not satisfy the definitions but are dangerous to introduce misunderstanding), an outline of their applications and of their further development. In relation to the fact that computing systems are being introduced to be control components into a large spectrum of (technological, social and biological) systems, the attention is oriented to models of systems containing modeling components.
NASA Astrophysics Data System (ADS)
Friedrich, J.
1999-08-01
As lecturers, our main concern and goal is to develop more attractive and efficient ways of communicating up-to-date scientific knowledge to our students and facilitate an in-depth understanding of physical phenomena. Computer-based instruction is very promising to help both teachers and learners in their difficult task, which involves complex cognitive psychological processes. This complexity is reflected in high demands on the design and implementation methods used to create computer-assisted learning (CAL) programs. Due to their concepts, flexibility, maintainability and extended library resources, object-oriented modeling techniques are very suitable to produce this type of pedagogical tool. Computational fluid dynamics (CFD) enjoys not only a growing importance in today's research, but is also very powerful for teaching and learning fluid dynamics. For this purpose, an educational PC program for university level called 'CFDLab 1.1' for Windows™ was developed with an interactive graphical user interface (GUI) for multitasking and point-and-click operations. It uses the dual reciprocity boundary element method as a versatile numerical scheme, allowing to handle a variety of relevant governing equations in two dimensions on personal computers due to its simple pre- and postprocessing including 2D Laplace, Poisson, diffusion, transient convection-diffusion.
Suggestions for a competency-based orientation for an orthopaedic unit.
Bryant, G A
1997-01-01
Effective orientation programs should provide new RN and LPN employees with very specific performance expectations. Competency-based orientation provides such a structure. This approach not only decreases the orientee's anxiety, but it also acts as a basis for establishing competencies specific to that unit. Because the existing staff members are intimately involved in the process, socialization within the unit and cohesiveness of purpose are enhanced. Adult learning theory, educational principles, self-paced learning modules, and the use of preceptors and check-off lists are employed in this Competency-Based Orientation (CBO) program for an adult orthopaedic unit. Samples of various aspects of a CBO are included.
Expert system decision support for low-cost launch vehicle operations
NASA Technical Reports Server (NTRS)
Szatkowski, G. P.; Levin, Barry E.
1991-01-01
Progress in assessing the feasibility, benefits, and risks associated with AI expert systems applied to low cost expendable launch vehicle systems is described. Part one identified potential application areas in vehicle operations and on-board functions, assessed measures of cost benefit, and identified key technologies to aid in the implementation of decision support systems in this environment. Part two of the program began the development of prototypes to demonstrate real-time vehicle checkout with controller and diagnostic/analysis intelligent systems and to gather true measures of cost savings vs. conventional software, verification and validation requirements, and maintainability improvement. The main objective of the expert advanced development projects was to provide a robust intelligent system for control/analysis that must be performed within a specified real-time window in order to meet the demands of the given application. The efforts to develop the two prototypes are described. Prime emphasis was on a controller expert system to show real-time performance in a cryogenic propellant loading application and safety validation implementation of this system experimentally, using commercial-off-the-shelf software tools and object oriented programming techniques. This smart ground support equipment prototype is based in C with imbedded expert system rules written in the CLIPS protocol. The relational database, ORACLE, provides non-real-time data support. The second demonstration develops the vehicle/ground intelligent automation concept, from phase one, to show cooperation between multiple expert systems. This automated test conductor (ATC) prototype utilizes a knowledge-bus approach for intelligent information processing by use of virtual sensors and blackboards to solve complex problems. It incorporates distributed processing of real-time data and object-oriented techniques for command, configuration control, and auto-code generation.
A study of trends and techniques for space base electronics
NASA Technical Reports Server (NTRS)
Trotter, J. D.; Wade, T. E.; Gassaway, J. D.; Mahmood, Q.
1978-01-01
A sputtering system was developed to deposit aluminum and aluminum alloys by the dc sputtering technique. This system is designed for a high level of cleanliness and for monitoring the deposition parameters during film preparation. This system is now ready for studying the deposition and annealing parameters upon double-level metal preparation. A technique recently applied for semiconductor analysis, the finite element method, was studied for use in the computer modeling of two dimensional MOS transistor structures. It was concluded that the method has not been sufficiently well developed for confident use at this time. An algorithm was developed for confident use at this time. An algorithm was developed for implementing a computer study which is based upon the finite difference method. The program which was developed was modified and used to calculate redistribution data for boron and phosphorous which had been predeposited by ion implantation with range and straggle conditions. Data were generated for 111 oriented SOS films with redistribution in N2, dry O2 and steam ambients.
Role of orientation reference selection in motion sickness
NASA Technical Reports Server (NTRS)
Peterka, Robert J.; Black, F. Owen
1992-01-01
The overall objective of this proposal is to understand the relationship between human orientation control and motion sickness susceptibility. Three areas related to orientation control will be investigated. These three areas are (1) reflexes associated with the control of eye movements and posture, (2) the perception of body rotation and position with respect to gravity, and (3) the strategies used to resolve sensory conflict situations which arise when different sensory systems provide orientation cues which are not consistent with one another or with previous experience. Of particular interest is the possibility that a subject may be able to ignore an inaccurate sensory modality in favor of one or more other sensory modalities which do provide accurate orientation reference information. We refer to this process as sensory selection. This proposal will attempt to quantify subjects' sensory selection abilities and determine if this ability confers some immunity to the development of motion sickness symptoms. Measurements of reflexes, motion perception, sensory selection abilities, and motion sickness susceptibility will concentrate on pitch and roll motions since these seem most relevant to the space motion sickness problem. Vestibulo-ocular (VOR) and oculomotor reflexes will be measured using a unique two-axis rotation device developed in our laboratory over the last seven years. Posture control reflexes will be measured using a movable posture platform capable of independently altering proprioceptive and visual orientation cues. Motion perception will be quantified using closed loop feedback technique developed by Zacharias and Young (Exp Brain Res, 1981). This technique requires a subject to null out motions induced by the experimenter while being exposed to various confounding sensory orientation cues. A subject's sensory selection abilities will be measured by the magnitude and timing of his reactions to changes in sensory environments. Motion sickness susceptibility will be measured by the time required to induce characteristic changes in the pattern of electrogastrogram recordings while exposed to various sensory environments during posture and motion perception tests. The results of this work are relevant to NASA's interest in understanding the etiology of space motion sickness. If any of the reflex, perceptual, or sensory selection abilities of subjects are found to correlate with motion sickness susceptibility, this work may be an important step in suggesting a method of predicting motion sickness susceptibility. If sensory selection can provide a means to avoid sensory conflict, then further work may lead to training programs which could enhance a subject's sensory selection ability and therefore minimize motion sickness susceptibility.
Orienteering: A Thinging Man's Sport or It's Not Nice to Fool Mother Nature
ERIC Educational Resources Information Center
August, Irwin
1974-01-01
Orienteering is land navigation through unknown countryside with map and compass. This article describes an orienteering program in the Action Education Curriculum, State University of New York, College at Purchase. (KM)
Instructors of psychotherapy in M.A. and Ph.D. clinical programs.
Stevens, H B
1996-08-01
The present study investigated the characteristics and orientations of the instructors of the initial psychotherapy course of the 44 members and affiliates of the Council of Applied Master's Programs in Psychology. Also examined were the focus of instruction in the course and the teachers' style of instruction. Responses for 26 completed surveys (58%) were compared with responses from instructors of initial psychotherapy courses in 69 of the 170 APA accredited doctoral programs. Five general theoretical orientations were represented by the M.A. instructors with 28% self-identifying as humanistic, 24% as dynamic, 20% as cognitive behavioral, 16% as interpersonal, and 12% as behavioral. No significant differences were found on demographic characteristics, theoretical orientation, focus of instruction, or method of instruction between instructors in M.A. and those in Ph.D. programs.
Concept-Oriented Reading Instruction (CORI). What Works Clearinghouse Intervention Report
ERIC Educational Resources Information Center
What Works Clearinghouse, 2010
2010-01-01
"Concept-Oriented Reading Instruction" is a reading comprehension instructional program for grades 3-9 that integrates reading and science through activities and the use of science books during reading instruction. The program supplements a school's standard science and reading curricula and offers instruction in reading strategies,…
The Early Patient-Oriented Care Program as an Educational Tool and Service.
ERIC Educational Resources Information Center
Grabe, Darren W.; Bailie, George R.; Manley, Harold J.; Yeaw, Barbara F.
1998-01-01
The Early Patient-Oriented Care Program provides early clinical education for pharmacy students and clinical services for patients. Six students were assigned to visit 12-15 hemodialysis patients monthly under preceptor supervision. Topics covered include approach to patient, medical information retrieval, pharmaceutical care philosophy,…
Assessing Knowledge Change in Computer Science
ERIC Educational Resources Information Center
Nash, Jane Gradwohl; Bravaco, Ralph J.; Simonson, Shai
2006-01-01
The purpose of this study was to assess structural knowledge change across a two-week workshop designed to provide high-school teachers with training in Java and Object Oriented Programming. Both before and after the workshop, teachers assigned relatedness ratings to pairs of key concepts regarding Java and Object Oriented Programming. Their…
Microworlds for Learning Object-Oriented Programming: Considerations from Research to Practice
ERIC Educational Resources Information Center
Djelil, Fahima; Albouy-Kissi, Adelaide; Albouy-Kissi, Benjamin; Sanchez, Eric; Lavest, Jean-Marc
2016-01-01
Object-Oriented paradigm is a common paradigm for introductory programming courses. However, many teachers find that transitioning to teaching this paradigm is a difficult task. To overcome this complexity, many experienced teachers use microworlds to give beginner students an intuitive and rapid understanding of fundamental abstract concepts of…
Holistic Approach to Learning and Teaching Introductory Object-Oriented Programming
ERIC Educational Resources Information Center
Thota, Neena; Whitfield, Richard
2010-01-01
This article describes a holistic approach to designing an introductory, object-oriented programming course. The design is grounded in constructivism and pedagogy of phenomenography. We use constructive alignment as the framework to align assessments, learning, and teaching with planned learning outcomes. We plan learning and teaching activities,…
Neurolinguistic Programming in Orientation and Mobility.
ERIC Educational Resources Information Center
Williams, M. F.; Jacobson, W. H.
1989-01-01
The article describes the neurolinguistic programing model and applies it to teaching orientation and mobility skills to congenitally blind students, who have access to only the auditory and kinesthetic primary systems. Understanding the effects on thought of limited representational systems can help trainers teach more effective cane or dog guide…
The Checkerboard Cardiovascular Curriculum: A Culturally Oriented Program.
ERIC Educational Resources Information Center
Harris, Mary B.; And Others
1988-01-01
Pilot-testing of a cardiovascular health education curriculum with 218 American Indian and Hispanic fifth graders in rural New Mexico noted significant increases in knowledge about the cardiovascular system, exercise, nutrition, obesity, tobacco use, and habit change, suggesting that the culturally oriented program may help promote a healthy…
America-Israel Young Ambassadors Student Exchange Program. Orientation Manual.
ERIC Educational Resources Information Center
Neeson, Eileen; And Others
This orientation manual for the America-Israel Young Ambassadors Student Exchange Program is written for the exchange of high school students between these two countries. The goal is to familiarize American students with the history, politics, economy, religions and society of Israel. Thirteen training sessions are suggested on the following…
Researcher/Teacher Orientation of Doctoral Programs for Business.
ERIC Educational Resources Information Center
Burkholder, Jeanette S.; Stevens, Robert E.
1987-01-01
A survey of business school directors and department administrators attempted to (1) determine the orientation of doctoral programs toward researcher/teacher training, (2) assess the desires of administrators who hire doctoral business graduates in terms of researcher/teacher training, and (3) compare the reality with the desired reality. (CH)
Pre-testing Orientation for the Disadvantaged.
ERIC Educational Resources Information Center
Mihalka, Joseph A.
A pre-testing orientation was incorporated into the Work Incentives Program, a pre-vocational program for disadvantaged youth. Test-taking skills were taught in seven and one half hours of instruction and a variety of methods were used to provide a sequential experience with distributed learning, positive reinforcement, and immediate feedback of…
Designing Cross-Cultural Orientation Programs for Business.
ERIC Educational Resources Information Center
Ogden, John D.
A 1-day orientation workshop for business clients from other cultures is described. Factors in program design that relate to the specific cultural group addressed are discussed, and include such considerations as culture-specific versus culture-general content, professional focus, and the learning style to which the participants are accustomed.…
Hutchinson, Susan L; Fenton, Lara
2018-05-01
There is merit in understanding how recreation-oriented programs for adults living with mental illness address barriers to participation and how programming is structured to create safe and inclusive environments, resulting in programming that amplifies the benefits of recreation for mental well-being. Following an environmental scan of programs targeting adults living with mental illness in Canada, ten coordinators in community mental health settings were interviewed. Four themes were constructed to reflect characteristics deemed to be 'promising practices' related to recreation-oriented programming: (a) barriers and solutions to individual participation, (b) characteristics of welcoming and supportive environments, (c) leadership characteristics, and (d) program characteristics.
A path-oriented knowledge representation system: Defusing the combinatorial system
NASA Technical Reports Server (NTRS)
Karamouzis, Stamos T.; Barry, John S.; Smith, Steven L.; Feyock, Stefan
1995-01-01
LIMAP is a programming system oriented toward efficient information manipulation over fixed finite domains, and quantification over paths and predicates. A generalization of Warshall's Algorithm to precompute paths in a sparse matrix representation of semantic nets is employed to allow questions involving paths between components to be posed and answered easily. LIMAP's ability to cache all paths between two components in a matrix cell proved to be a computational obstacle, however, when the semantic net grew to realistic size. The present paper describes a means of mitigating this combinatorial explosion to an extent that makes the use of the LIMAP representation feasible for problems of significant size. The technique we describe radically reduces the size of the search space in which LIMAP must operate; semantic nets of more than 500 nodes have been attacked successfully. Furthermore, it appears that the procedure described is applicable not only to LIMAP, but to a number of other combinatorially explosive search space problems found in AI as well.
NASA Technical Reports Server (NTRS)
Shih, Ann T.; Ancel, Ersin; Jones, Sharon M.
2012-01-01
The concern for reducing aviation safety risk is rising as the National Airspace System in the United States transforms to the Next Generation Air Transportation System (NextGen). The NASA Aviation Safety Program is committed to developing an effective aviation safety technology portfolio to meet the challenges of this transformation and to mitigate relevant safety risks. The paper focuses on the reasoning of selecting Object-Oriented Bayesian Networks (OOBN) as the technique and commercial software for the accident modeling and portfolio assessment. To illustrate the benefits of OOBN in a large and complex aviation accident model, the in-flight Loss-of-Control Accident Framework (LOCAF) constructed as an influence diagram is presented. An OOBN approach not only simplifies construction and maintenance of complex causal networks for the modelers, but also offers a well-organized hierarchical network that is easier for decision makers to exploit the model examining the effectiveness of risk mitigation strategies through technology insertions.
Simplified process model discovery based on role-oriented genetic mining.
Zhao, Weidong; Liu, Xi; Dai, Weihui
2014-01-01
Process mining is automated acquisition of process models from event logs. Although many process mining techniques have been developed, most of them are based on control flow. Meanwhile, the existing role-oriented process mining methods focus on correctness and integrity of roles while ignoring role complexity of the process model, which directly impacts understandability and quality of the model. To address these problems, we propose a genetic programming approach to mine the simplified process model. Using a new metric of process complexity in terms of roles as the fitness function, we can find simpler process models. The new role complexity metric of process models is designed from role cohesion and coupling, and applied to discover roles in process models. Moreover, the higher fitness derived from role complexity metric also provides a guideline for redesigning process models. Finally, we conduct case study and experiments to show that the proposed method is more effective for streamlining the process by comparing with related studies.
Object-Oriented Programming in High Schools the Turing Way.
ERIC Educational Resources Information Center
Holt, Richard C.
This paper proposes an approach to introducing object-oriented concepts to high school computer science students using the Object-Oriented Turing (OOT) language. Students can learn about basic object-oriented (OO) principles such as classes and inheritance by using and expanding a collection of classes that draw pictures like circles and happy…
ERIC Educational Resources Information Center
Ben-Eliyahu, Adar; Linnenbrink-Garcia, Lisa; Putallaz, Martha
2017-01-01
The relations of academic and social goal orientations to academic and social behaviors and self-concept were investigated among academically talented adolescents (N = 1,218) attending a mastery-oriented academic residential summer program. Results supported context effects in that academic mastery goal orientations predicted academic (in-class…
Three-dimensional reconstruction for coherent diffraction patterns obtained by XFEL.
Nakano, Miki; Miyashita, Osamu; Jonic, Slavica; Song, Changyong; Nam, Daewoong; Joti, Yasumasa; Tama, Florence
2017-07-01
The three-dimensional (3D) structural analysis of single particles using an X-ray free-electron laser (XFEL) is a new structural biology technique that enables observations of molecules that are difficult to crystallize, such as flexible biomolecular complexes and living tissue in the state close to physiological conditions. In order to restore the 3D structure from the diffraction patterns obtained by the XFEL, computational algorithms are necessary as the orientation of the incident beam with respect to the sample needs to be estimated. A program package for XFEL single-particle analysis based on the Xmipp software package, that is commonly used for image processing in 3D cryo-electron microscopy, has been developed. The reconstruction program has been tested using diffraction patterns of an aerosol nanoparticle obtained by tomographic coherent X-ray diffraction microscopy.
The Design and Implementation of an Object-Oriented, Production-Rule Interpreter.
1984-12-01
S. CONTRACT OR GRANT NUMBER(s) .Heinz M. McArthur 9. PERFORMING ORGANIZATION NAME AND ADDRESS 10. PROGRAM ELEMENT. PROJECT. TASK AREA & WORK UNIT...implementation of two prototype interpreters for Omega, an object-oriented, production- rule programming language. The first implementation is a throw- away...production-rule programming language. The first implementa- tion is a throw-away prototype written in LISP; the second implementation is a more complete
Object-oriented programming for the biosciences.
Wiechert, W; Joksch, B; Wittig, R; Hartbrich, A; Höner, T; Möllney, M
1995-10-01
The development of software systems for the biosciences is always closely connected to experimental practice. Programs must be able to handle the inherent complexity and heterogeneous structure of biological systems in combination with the measuring equipment. Moreover, a high degree of flexibility is required to treat rapidly changing experimental conditions. Object-oriented methodology seems to be well suited for this purpose. It enables an evolutionary approach to software development that still maintains a high degree of modularity. This paper presents experience with object-oriented technology gathered during several years of programming in the fields of bioprocess development and metabolic engineering. It concentrates on the aspects of experimental support, data analysis, interaction and visualization. Several examples are presented and discussed in the general context of the experimental cycle of knowledge acquisition, thus pointing out the benefits and problems of object-oriented technology in the specific application field of the biosciences. Finally, some strategies for future development are described.
Nesting in an Object Oriented Language is NOT for the Birds
NASA Astrophysics Data System (ADS)
Buhr, P. A.; Zarnke, C. R.
The notion of nested blocks has come into disfavour or has been ignored in recent program language design. Many of the current object oriented programming languages use subclassing as the sole mechanism to establish relationships between classes and have no general notion of nesting. We argue that nesting (and, more generally, hierarchical organization) is a powerful mechanism that provides facilities that are not otherwise possible in a class based programming language. We agree that traditional block structure and its associated nesting have severe problems, and we suggest several extensions to the notion of blocks and block structure that indirectly make nesting a useful and powerful mechanism, particularly in an object oriented programming system. The main extension is to allow references to definitions from outside of the containing block, thereby making the contained definitions available in a larger scope. References are made using either the name of the containing entity or an instance of the containing entity. The extensions suggest a way to organize the programming environment for a large, multi-user system. These facilities are not available with subclassing, and subclassing provides facilities not available by nesting; hence, an object oriented language can benefit by providing nesting as well.
Automated Detection of Solar Loops by the Oriented Connectivity Method
NASA Technical Reports Server (NTRS)
Lee, Jong Kwan; Newman, Timothy S.; Gary, G. Allen
2004-01-01
An automated technique to segment solar coronal loops from intensity images of the Sun s corona is introduced. It exploits physical characteristics of the solar magnetic field to enable robust extraction from noisy images. The technique is a constructive curve detection approach, constrained by collections of estimates of the magnetic fields orientation. Its effectiveness is evaluated through experiments on synthetic and real coronal images.
On three-dimensional misorientation spaces
Bennett, Robbie J.; Vukmanovic, Zoja; Solano-Alvarez, Wilberth; Lainé, Steven J.; Einsle, Joshua F.; Midgley, Paul A.; Rae, Catherine M. F.; Hielscher, Ralf
2017-01-01
Determining the local orientation of crystals in engineering and geological materials has become routine with the advent of modern crystallographic mapping techniques. These techniques enable many thousands of orientation measurements to be made, directing attention towards how such orientation data are best studied. Here, we provide a guide to the visualization of misorientation data in three-dimensional vector spaces, reduced by crystal symmetry, to reveal crystallographic orientation relationships. Domains for all point group symmetries are presented and an analysis methodology is developed and applied to identify crystallographic relationships, indicated by clusters in the misorientation space, in examples from materials science and geology. This analysis aids the determination of active deformation mechanisms and evaluation of cluster centres and spread enables more accurate description of transformation processes supporting arguments regarding provenance. PMID:29118660
[Healthy eating: implementation of a practice-oriented training program].
Kulakova, E N; Nastausheva, T L; Usacheva, E A
2016-01-01
Health professionals need to have current knowledge and skills in nutrition. The knowledge and skills have to be acquired in programs of continuing medical education, but also in undergraduate medical education. The main purpose of this work was to develop and implement a practice-oriented training program in nutrition and healthy eating for medical students. The subject named "Nutrition" was implemented into second-year medical curriculum. We defined a theoretical framework and terms such as nutrition, healthy eating, and evidence-based nutrition. In order to get learning outcomes we constructed a method of patients counseling and training "Individual food pyramid". The making of "Individual food pyramid" is a key integrate element of the program. It helps to memorize, understand and apply the basic principles of healthy eating in real life contexts. The final program consists of two sections: "General Nutrition" and "Special Nutrition". The most important intended learning outcome is student's lifestyle improvement. The program is practice-oriented and outcome-based.
Myint, Soe W.; Yuan, May; Cerveny, Randall S.; Giri, Chandra P.
2008-01-01
Remote sensing techniques have been shown effective for large-scale damage surveys after a hazardous event in both near real-time or post-event analyses. The paper aims to compare accuracy of common imaging processing techniques to detect tornado damage tracks from Landsat TM data. We employed the direct change detection approach using two sets of images acquired before and after the tornado event to produce a principal component composite images and a set of image difference bands. Techniques in the comparison include supervised classification, unsupervised classification, and object-oriented classification approach with a nearest neighbor classifier. Accuracy assessment is based on Kappa coefficient calculated from error matrices which cross tabulate correctly identified cells on the TM image and commission and omission errors in the result. Overall, the Object-oriented Approach exhibits the highest degree of accuracy in tornado damage detection. PCA and Image Differencing methods show comparable outcomes. While selected PCs can improve detection accuracy 5 to 10%, the Object-oriented Approach performs significantly better with 15-20% higher accuracy than the other two techniques. PMID:27879757
DOE Office of Scientific and Technical Information (OSTI.GOV)
Ghamarian, Iman, E-mail: imanghamarian@yahoo.com; Department of Materials Science and Engineering, University of North Texas, Denton, TX 76203; Samimi, Peyman
The presence and interaction of nanotwins, geometrically necessary dislocations, and grain boundaries play a key role in the mechanical properties of nanostructured crystalline materials. Therefore, it is vital to determine the orientation, width and distance of nanotwins, the angle and axis of grain boundary misorientations as well as the type and the distributions of dislocations in an automatic and statistically meaningful fashion in a relatively large area. In this paper, such details are provided using a transmission electron microscope-based orientation microscopy technique called ASTAR™/precession electron diffraction. The remarkable spatial resolution of this technique (~ 2 nm) enables highly detailed characterizationmore » of nanotwins, grain boundaries and the configuration of dislocations. This orientation microscopy technique provides the raw data required for the determination of these parameters. The procedures to post-process the ASTAR™/PED datasets in order to obtain the important (and currently largely hidden) details of nanotwins as well as quantifications of dislocation density distributions are described in this study. - Highlights: • EBSD cannot characterize defects such as dislocations, grain boundaries and nanotwins in severely deformed metals. • TEM based orientation microscopy technique called ASTAR™/PED was used to resolve the problem. • Locations and orientations of nanotwins, dislocation density distribution and grain boundary characters can be resolved. • This work provides the bases for further studies on the interactions between dislocations, grain boundaries and nanotwins. • The computation part is explained sufficiently which helps the readers to post process their own data.« less
The good pharmacy practice on Einstein Program at Paraisópolis Community
de Oliveira, Lara Tânia de Assumpção Domingues Gonçalves; da Silva, Camila Pontes; Guedes, Maria das Vitorias; Sousa, Ana Célia de Oliveira; Sarno, Flávio
2016-01-01
ABSTRACT Objectives: To describe indicators and processes developed and implemented for pharmaceutical assistance at the Einstein Program at Paraisópolis Community pharmacy. Methods: This was a descriptive study of retrospective data from January 2012 to December 2015. Data were obtained from spreadsheets developed for monitoring the productivity and care quality provided at the pharmacy. The evaluated variables were pharmaceutical assistance to prescription, pharmaceutical intervention, orientation (standard and pharmaceutical) and pharmaceutical orientation rate. Results: The pharmacy assisted, on average, 2,308 prescriptions monthly, dispensing 4,871 items, including medications, materials and food supplements. Since March 2015, virtually, the pharmacist analyzed all prescriptions, prior to dispensing. In the analyzed period, there was an increase in monthly pharmaceutical interventions from 7 to 32 on average, and, although there was a decrease in the number of standard orientation, the pharmaceutical orientation had an increase, causing a rise of pharmaceutical orientation rate from 4 to 11%. Conclusion: The processes developed and implemented at the program pharmacy sought to follow the good pharmacy practice, and help patients to make the best use of their medications. PMID:27759833
9.9 Sales Grid Style Produces Results
ERIC Educational Resources Information Center
Blake, Robert R.; Mouton, Jane Srygley
1970-01-01
Selling effectiveness experiments have provided evidence that solution selling (problem solving) produces far better results than formula selling (sales technique oriented), hard sell, people-oriented selling, or order taking. (PT)
Impact of Oriented Clay Particles on X-Ray Spectroscopy Analysis
NASA Astrophysics Data System (ADS)
Lim, A. J. M. S.; Syazwani, R. N.; Wijeyesekera, D. C.
2016-07-01
Understanding the engineering properties of the mineralogy and microfabic of clayey soils is very complex and thus very difficult for soil characterization. Micromechanics of soils recognize that the micro structure and mineralogy of clay have a significant influence on its engineering behaviour. To achieve a more reliable quantitative evaluation of clay mineralogy, a proper sample preparation technique for quantitative clay mineral analysis is necessary. This paper presents the quantitative evaluation of elemental analysis and chemical characterization of oriented and random oriented clay particles using X-ray spectroscopy. Three different types of clays namely marine clay, bentonite and kaolin clay were studied. The oriented samples were prepared by placing the dispersed clay in water and left to settle on porous ceramic tiles by applying a relatively weak suction through a vacuum pump. Images form a Scanning Electron Microscope (SEM) was also used to show the comparison between the orientation patterns of both the sample preparation techniques. From the quantitative analysis of the X-ray spectroscopy, oriented sampling method showed more accuracy in identifying mineral deposits, because it produced better peak intensity on the spectrum and more mineral content can be identified compared to randomly oriented samples.
Development of eddy current probe for fiber orientation assessment in carbon fiber composites
NASA Astrophysics Data System (ADS)
Wincheski, Russell A.; Zhao, Selina
2018-04-01
Measurement of the fiber orientation in a carbon fiber composite material is crucial in understanding the load carrying capability of the structure. As manufacturing conditions including resin flow and molding pressures can alter fiber orientation, verification of the as-designed fiber layup is necessary to ensure optimal performance of the structure. In this work, the development of an eddy current probe and data processing technique for analysis of fiber orientation in carbon fiber composites is presented. A proposed directional eddy current probe is modeled and its response to an anisotropic multi-layer conductor simulated. The modeling results are then used to finalize specifications of the eddy current probe. Experimental testing of the fabricated probe is presented for several samples including a truncated pyramid part with complex fiber orientation draped to the geometry for resin transfer molding. The inductively coupled single sided measurement enables fiber orientation characterization through the thickness of the part. The fast and cost-effective technique can be applied as a spot check or as a surface map of the fiber orientations across the structure. This paper will detail the results of the probe design, computer simulations, and experimental results.
2010-03-01
service consumers, and infrastructure. Techniques from any iterative and incremental software development methodology followed by the organiza- tion... Service -Oriented Architecture Environment (CMU/SEI-2008-TN-008). Software Engineering Institute, Carnegie Mellon University, 2008. http://www.sei.cmu.edu...Integrating Legacy Software into a Service Oriented Architecture.” Proceedings of the 10th European Conference on Software Maintenance (CSMR 2006). Bari
NASA Astrophysics Data System (ADS)
Zong, Yingying; Gen, Qingfeng; Jiang, Hongwei; Shan, Debin; Guo, Bin
2018-03-01
In this paper, the hot-rolled annealed Zircaloy-4 samples with different orientation were subjected to uniaxial compression with a strain rate of 0.001 s-1 to obtain the stress-strain curves of different initial orientation samples at different temperatures. Electron backscatter diffraction (EBSD) technique and transmission electron microscope (TEM) technique were used to analyze the microstructures and textures of compressed samples. The mechanical properties and microstructural evolution of rolling directions (RD), transverse directions (TD) and normal directions (ND) were investigated under the conditions of - 150 °C low temperature, room temperature and 200 °C high temperature (simulated lunar temperature environment). The results show that the strength of Zircaloy-4 decreases with the increase in deformation temperature, and the strength in three orientations is ND > TD > RD. The deformation mechanism of hot-rolled annealed Zircaloy-4 with different orientation is different. In RD, { 10\\bar{1}0} < {a} > prismatic slip has the highest Schmid factor (SF), so it is most easy to activate the slip, followed by TD orientation, and ND orientation is the most difficult to activate. The deformed grains abide slip→twinning→slip rule, and the different orientation Zircaloy-4 deformation mechanisms mainly are the twinning coordinated with the slip.
Detection of alterations in human sperm using magnetic orientation techniques
NASA Astrophysics Data System (ADS)
Sakhnini, Lama; Dairi, Maheen; Manaa, Hacene
2007-09-01
In this study we report on magnetic orientation of human sperms. Samples were taken from 17 donors. Normal human sperms became oriented with their long axis perpendicular to the magnetic field ( 1 Tesla maximum). Total orientation was achieved with magnetic field at about one Tesla, while for abnormal sperms the magnetic behavior was different. The dependence of the measured degree of orientation on the intensity of the magnetic field was in good agreement with the theoretical equation for the magnetic orientation of diamagnetic substances. As a result for a numerical analysis based on the equation, the anisotropic diamagnetic susceptibility of normal sperm was found to be ▵ χ= 8×10 -20 J/T2. The degree of orientation was influenced by the alterations in the shape of the head, body or the tail. It has been suggested that the DNA in the sperm head retain the strong magnetic anisotropy to counter balance the magnetic anisotropy retained by flagellum microtubules. Recent studies demonstrated a well-defined nuclear architecture in human sperm nucleus, where the head morphology has significant correlation with sperm chromatin structure assay SCSA. Then as the methods to evaluate SCSA can be difficult and expensive our simple magnetic orientation technique can be an alternative to diagnose alteration in DNA.
Mindfulness training modifies subsystems of attention.
Jha, Amism P; Krompinger, Jason; Baime, Michael J
2007-06-01
Mindfulness is defined as paying attention in the present moment. We investigate the hypothesis that mindfulness training may alter or enhance specific aspects of attention. We examined three functionally and neuroanatomically distinct but overlapping attentional subsystems: alerting, orienting, and conflict monitoring. Functioning of each subsystem was indexed by performance on the Attention Network Test. Two types of mindfulness training (MT) programs were examined, and behavioral testing was conducted on participants before (Time 1) and after (Time 2) training. One training group consisted of individuals naive to mindfulness techniques who participated in an 8-week mindfulness-based stress reduction (MBSR) course that emphasized the development of concentrative meditation skills. The other training group consisted of individuals experienced in concentrative meditation techniques who participated in a 1-month intensive mindfulness retreat. Performance of these groups was compared with that of control participants who were meditation naive and received no MT. At Time 1, the participants in the retreat group demonstrated improved conflict monitoring performance relative to those in the MBSR and control groups. At Time 2, the participants in the MBSR course demonstrated significantly improved orienting in comparison with the control and retreat participants. In contrast, the participants in the retreat group demonstrated altered performance on the alerting component, with improvements in exogenous stimulus detection in comparison with the control and MBSR participants. The groups did not differ in conflict monitoring performance at Time 2. These results suggest that mindfulness training may improve attention-related behavioral responses by enhancing functioning of specific subcomponents of attention. Whereas participation in the MBSR course improved the ability to endogenously orient attention, retreat participation appeared to allow for the development and emergence of receptive attentional skills, which improved exogenous alerting-related process.
Incorporating Orienteering in School Programs.
ERIC Educational Resources Information Center
Bradford, Douglas
Orienteering has been described as being "either a serious sport, or a relaxing recreation". Orienteering can be a family affair or an individual fight against the clock. In its simplest form, orienteering can be described as a cross-country run, jog, or walk on a predetermined course, using a map and a compass to find several control points on…
ERIC Educational Resources Information Center
Howard, Ryan A.; O'Connell, Timothy S.; Lathrop, Anna H.
2016-01-01
This article examines the impact of an outdoor orientation program (OOP) on a cohort of first-year university students who participated in a canoe trip facilitated by peer leaders. The curriculum included training for outdoor skills and transitional guidance to university life (i.e., strategies for time management, critical thinking, becoming…
ERIC Educational Resources Information Center
Kuperminc, Gabriel P.; Thomason, Jessica; DiMeo, Michelle; Broomfield-Massey, Kimberley
2011-01-01
The past two decades have seen a transformation in youth programming toward a comprehensive positive youth development (YD) framework. Cool Girls, Inc., a YD program, focuses on improving girls' life chances by promoting positive behaviors and attitudes in multiple domains. These include self-concept, academic orientation, future orientation, and…
Incorporating Sexual Orientation into MFT Training Programs: Infusion and Inclusion
ERIC Educational Resources Information Center
Long, Janie K.; Serovich, Julianne M.
2003-01-01
Many authors have questioned the preparedness of family therapists to deal with sexual minority clients. Even though the Commission on Accreditation for Marriage and Family Therapy Education (COAMFTE) has called for the integration of sexual orientation into the curriculum of marriage and family therapy training programs, the subject continues to…
ERIC Educational Resources Information Center
Berk, Saban
2018-01-01
Using the participants-oriented approach, this study evaluated public schools' out-of-school time academic support programs, corresponding to the corrective/enrichment stage of Bloom's Mastery Learning Model and offered outside formal education's weekday hours and on weekends. Study participants included 50 principals, 110 teachers, 170 students…
Exploring the Motivational Orientations of Graduate Students in Distance Education Programs
ERIC Educational Resources Information Center
Nolot, Sandra K.
2011-01-01
This study examined the motivational orientations of 166 graduate students enrolled in distance education courses at a state university. Data were collected utilizing Boshier's Education Participation Scale A-Form and analyses were completed for overall results, by gender and age, by academic program and by preferred method of distance course…
Enhancing Problem-Solving Capabilities Using Object-Oriented Programming Language
ERIC Educational Resources Information Center
Unuakhalu, Mike F.
2009-01-01
This study integrated object-oriented programming instruction with transfer training activities in everyday tasks, which might provide a mechanism that can be used for efficient problem solving. Specifically, a Visual BASIC embedded with everyday tasks group was compared to another group exposed to Visual BASIC instruction only. Subjects were 40…
ERIC Educational Resources Information Center
LaDuke, Caryl
The Adult Reading Program, a project of the Mesa County Public Library District (Grand Junction, Colorado), involved recruitment, retention, coalition building, public awareness, training, rural oriented, basic literacy, collection development, tutoring, employment oriented, intergenerational/family, and English as a Second Language (ESL)…
C++ and operating systems performance - A case study
NASA Technical Reports Server (NTRS)
Russo, Vincent F.; Madany, Peter W.; Campbell, Roy H.
1990-01-01
Object-oriented design and programming has many software engineering advantages. Its application to large systems, however, has previously been constrained by performance concerns. The Choices operating system, which has over 75,000 lines of code, is object-oriented and programmed in C++. This paper is a case study of the performance of Choices.
Effects of a College Adventure Orientation Program on Student Development Behaviors
ERIC Educational Resources Information Center
Vlamis, Ekaterini; Bell, Brent J.; Gass, Michael
2011-01-01
This study examined the effects of an adventure orientation program on the student development behaviors of incoming first-year students at Hartwick College in Oneonta, New York. Student development was measured by a condensed version of the Student Development Task Inventory-2 (CSDTI-2; Gass, 1986; Winston, Miller, & Prince, 1979). Data…
Occupational Orientation: A Necessary Step in Educational and Vocational Planning
ERIC Educational Resources Information Center
Hemp, Paul E.; Walker, Robert W.
1973-01-01
Students who have participated in career exploration programs have often been undecided at the end of the program. The phase of the process where they must make an occupational choice is called occupational orientation. After this step plans can be developed for educational preparation for entry into the chosen field. (KP)
Development of a Latino Student and Parent Orientation Program at the Urban Community College
ERIC Educational Resources Information Center
Colon, Carmen Nereida
2009-01-01
This study investigates how Latino students and parents obtain information about college opportunities through the development of a Latino student and parent orientation program at the Urban Community College, while examining the espoused leadership theories of the researcher through the implementation of a second order change within an…
ERIC Educational Resources Information Center
Milet, Lynn K.; Harvey, Francis A.
Hypermedia and object oriented programming systems (OOPs) represent examples of "open" computer environments that allow the user access to parts of the code or operating system. Both systems share fundamental intellectual concepts (objects, messages, methods, classes, and inheritance), so that an understanding of hypermedia can help in…
Generic command interpreter for robot controllers
DOE Office of Scientific and Technical Information (OSTI.GOV)
Werner, J.
1991-04-09
Generic command interpreter programs have been written for robot controllers at Sandia National Laboratories (SNL). Each interpreter program resides on a robot controller and interfaces the controller with a supervisory program on another (host) computer. We call these interpreter programs monitors because they wait, monitoring a communication line, for commands from the supervisory program. These monitors are designed to interface with the object-oriented software structure of the supervisory programs. The functions of the monitor programs are written in each robot controller's native language but reflect the object-oriented functions of the supervisory programs. These functions and other specifics of the monitormore » programs written for three different robots at SNL will be discussed. 4 refs., 4 figs.« less
Task Analysis Strategies and Practices. Practice Application Brief.
ERIC Educational Resources Information Center
Brown, Bettina Lankard
Worker-oriented, job-oriented, and cognitive task analyses have all been used as tools for closing the gap between what curriculum teaches and what workers do. Although they share a commonality of purpose, the focus, cost, and practicality of task analysis techniques vary. Worker-oriented task analysis focuses on general human behaviors required…
Assessment of Farmer-Oriented Agricultural Extension Intervention in Iran
ERIC Educational Resources Information Center
Mohammadzadeh, Latif; Sadighi, Hassan; Abbasi, Enayat
2017-01-01
Purpose: The main purpose of this study was to determine the characteristics of farmer-oriented policies as regards the Iranian agricultural extension system. Methodology: To fulfill this objective, a Delphi technique was utilized. The study used a series of three steps, engaging a panel of experts on farmer-oriented policies of agricultural…
Developing Formal Object-oriented Requirements Specifications: A Model, Tool and Technique.
ERIC Educational Resources Information Center
Jackson, Robert B.; And Others
1995-01-01
Presents a formal object-oriented specification model (OSS) for computer software system development that is supported by a tool that automatically generates a prototype from an object-oriented analysis model (OSA) instance, lets the user examine the prototype, and permits the user to refine the OSA model instance to generate a requirements…
Orientation-adjusted anomalous insulator-metal transition in NdNiO3/LaMnO3 bilayers
NASA Astrophysics Data System (ADS)
Pan, S. Y.; Shi, L.; Zhao, J. Y.; Zhou, S. M.; Xu, X. M.
2018-04-01
NdNiO3/LaMnO3 (NNO/LMO) bilayers were epitaxially grown on SrTiO3 (STO) substrates with different orientations by the polymer-assisted deposition technique. A well crystallization quality of the bilayers is confirmed by X-ray diffraction. Two consecutive transitions, an anomalous insulator-metal transition at ˜100 K followed by the typical metal-insulator transition at ˜171 K, are observed in the (001)-oriented NNO/LMO/STO bilayer. The anomalous insulator-metal transition temperature increases to 142 K for the (111)-oriented NNO/LMO/STO bilayer. Meanwhile, the magnetic properties of the NNO/LMO bilayers show an obvious difference with [100] and [111] orientations. Considering the different strain directions and the related oxygen octahedral distortion/rotation, it is suggested that the magnetic changes and the low-temperature anomalous insulator-metal transition in the NNO/LMO bilayers are attributed to the strong interlayer exchange coupling and charge transfer adjusted by the substrate orientation, which can be an effective technique to tune the properties of transition-metal oxide films.
Kool, Ada; Mainhard, Tim; Brekelmans, Mieke; van Beukelen, Peter; Jaarsma, Debbie
2016-03-31
The achievement goal theory defines two major foci of students' learning goals (1) primarily interested in truly mastering a task (mastery orientation), and (2) striving to show ones competences to others (performance orientation). The present study is undertaken to better understand if and how health profession students' goal orientations change during the undergraduate program and to what degree gender, academic achievement, and self-efficacy are associated with mastery and performance orientation between students and within students over time. By means of an online questionnaire, students of medical, pharmaceutical, and veterinary sciences (N = 2402) were asked to rate themselves on mastery orientation, performance orientation, and self-efficacy at the beginning of five consecutive semesters. Data on grades and gender were drawn from university's files. Multilevel analyses were used for data analysis. Students' goal orientations showed relative stability over time, but substantial fluctuations within individual students were found. These fluctuations were associated with fluctuations in self-efficacy. Students' gender, high school grades, study grades, and self-efficacy were all associated with differences in mastery or performance orientation between students. Self-efficacy was the strongest predictor for mastery orientation and grades for performance orientation. The relatively strong association between the goal orientations and students' self-efficacy found in this study emphasizes the potential of enhancing self-efficacy in health profession students. Also, for educators and researchers, fluctuations of both goal orientations within individual students are important to consider.
1993-03-25
application of Object-Oriented Programming (OOP) and Human-Computer Interface (HCI) design principles. Knowledge gained from each topic has been incorporated...through the ap- plication of Object-Oriented Programming (OOP) and Human-Computer Interface (HCI) design principles. Knowledge gained from each topic has...programming and Human-Computer Interface (HCI) design. Knowledge gained from each is applied to the design of a Form-based interface for database data
What is Aspect-Oriented Programming, Revisited
NASA Technical Reports Server (NTRS)
Filman, Robert E.; Norvig, Peter (Technical Monitor)
2001-01-01
For the Advanced Separation of Concerns workshop at OOPSLA 2000 in Minneapolis, Dan Friedman and I wrote a paper that argued that the distinguishing characteristic of Aspect-Oriented Programming systems (qua programming systems) is that they provide quantification and obliviousness. In this paper, I expand on the themes of our Minneapolis workshop paper, respond to some of the comments we've received on that paper, and provide a computational formalization of the notion of quantification.
Braveman, P A; Mora, F
1987-01-01
Under the rubrics of preventive and social medicine, public health, and family and community medicine, medical educators in Latin America have developed programs to train physicians for community-oriented health care (COPC). The historical background for such programs in Latin America is reviewed. Three relevant examples of programs in Mexico, Nicaragua, and Costa Rica are highlighted, drawing on the author's direct experience with and in these faculties. The paper addresses the relation between these programs and national and regional trends in education and services. PMID:3826469
The U.S. and Japanese amorphous silicon technology programs A comparison
NASA Technical Reports Server (NTRS)
Shimada, K.
1984-01-01
The U.S. Department of Energy/Solar Energy Research Institute Amorphous Silicon (a-Si) Solar Cell Program performs R&D on thin-film hydrogenated amorphous silicon for eventual development of stable amorphous silicon cells with 12 percent efficiency by 1988. The Amorphous Silicon Solar Cell Program in Japan is sponsored by the Sunshine Project to develop an alternate energy technology. While the objectives of both programs are to eventually develop a-Si photovoltaic modules and arrays that would produce electricity to compete with utility electricity cost, the U.S. program approach is research oriented and the Japanese is development oriented.
AGENT-BASED MODELS IN EMPIRICAL SOCIAL RESEARCH*
Bruch, Elizabeth; Atwell, Jon
2014-01-01
Agent-based modeling has become increasingly popular in recent years, but there is still no codified set of recommendations or practices for how to use these models within a program of empirical research. This article provides ideas and practical guidelines drawn from sociology, biology, computer science, epidemiology, and statistics. We first discuss the motivations for using agent-based models in both basic science and policy-oriented social research. Next, we provide an overview of methods and strategies for incorporating data on behavior and populations into agent-based models, and review techniques for validating and testing the sensitivity of agent-based models. We close with suggested directions for future research. PMID:25983351
NASA Technical Reports Server (NTRS)
Connelly, L. C.
1977-01-01
The mission planning processor is a user oriented tool for consumables management and is part of the total consumables subsystem management concept. The approach to be used in developing a working model of the mission planning processor is documented. The approach includes top-down design, structured programming techniques, and application of NASA approved software development standards. This development approach: (1) promotes cost effective software development, (2) enhances the quality and reliability of the working model, (3) encourages the sharing of the working model through a standard approach, and (4) promotes portability of the working model to other computer systems.
Agent oriented programming: An overview of the framework and summary of recent research
NASA Technical Reports Server (NTRS)
Shoham, Yoav
1993-01-01
This is a short overview of the agent-oriented programming (AOP) framework. AOP can be viewed as an specialization of object-oriented programming. The state of an agent consists of components called beliefs, choices, capabilities, commitments, and possibly others; for this reason the state of an agent is called its mental state. The mental state of agents is captured formally in an extension of standard epistemic logics: beside temporalizing the knowledge and belief operators, AOP introduces operators for commitment, choice and capability. Agents are controlled by agent programs, which include primitives for communicating with other agents. In the spirit of speech-act theory, each communication primitive is of a certain type: informing, requesting, offering, etc. This document describes these features in more detail and summarizes recent results and ongoing AOP-related work.
Optical-diffraction method for determining crystal orientation
Sopori, B.L.
1982-05-07
Disclosed is an optical diffraction technique for characterizing the three-dimensional orientation of a crystal sample. An arbitrary surface of the crystal sample is texture etched so as to generate a pseudo-periodic diffraction grating on the surface. A laser light beam is then directed onto the etched surface, and the reflected light forms a farfield diffraction pattern in reflection. Parameters of the diffraction pattern, such as the geometry and angular dispersion of the diffracted beam are then related to grating shape of the etched surface which is in turn related to crystal orientation. This technique may be used for examining polycrystalline silicon for use in solar cells.
Validation of the relative 3D orientation of vertebrae reconstructed by bi-planar radiography.
Dumas, R; Le Bras, A; Champain, N; Savidan, M; Mitton, D; Kalifa, G; Steib, J-P; de Guise, J A; Skalli, W
2004-06-01
The three dimensional (3D) reconstruction of the spine can be obtained by stereoradiographic techniques. To be safely used on a routine clinics basis, stereoradiography must provide both accurate vertebral shape and coherent position. Although the accuracy of the reconstructed morphology of the vertebrae is well documented, only few authors studied the accuracy of the vertebral orientation. Therefore, this paper focuses on the evaluation of the orientation accuracy of the reconstructed vertebrae (obtained by non-stereo corresponding point technique) considering either a 178 point vertebral model or a 6 point vertebral model (previously proposed in the literature). Five dried vertebrae were fixed on holders containing four markers each. The 3D reconstruction of both vertebrae and markers were obtained by stereoradiographic techniques. Using least square method matching from one position to another, the relative orientation was computed for the vertebral models (6 or 178 points) and the four markers. These vertebral and holder orientations were compared (considering the holder's one as reference). The repeatability of these relative orientations (vertebrae and holders) was also evaluated. The mean (RMS) orientation error of 178 point vertebral model was 0.6 degrees (0.8 degrees ), for lateral rotation, 0.7 degrees (1.0 degrees ) for sagittal rotation and 1.4 degrees (1.9 degrees ) for axial rotation. The intra-observer repeatability was 0.5 degrees (0.7 degrees ) for lateral rotation, 0.7 degrees (0.8 degrees ) for sagittal rotation and 0.9 degrees (1.2 degrees ) for axial rotation. The orientation was found more accurate and precise when using the 178 point vertebral model than when using the basic 6 point vertebral model. The relative orientation (in post-operative follow-up with respect to the pre-operative examination) of the vertebrae of one scoliotic patient was performed as an example of clinical application. The stereoradiographic method is a reliable 3D quantitative tool to assess the spine deformity, that can be used in clinics for the follow-up of scoliotic patients.
Kress, Alla; Wang, Xiao; Ranchon, Hubert; Savatier, Julien; Rigneault, Hervé; Ferrand, Patrick; Brasselet, Sophie
2013-07-02
Fluorescence anisotropy and linear dichroism imaging have been widely used for imaging biomolecular orientational distributions in protein aggregates, fibrillar structures of cells, and cell membranes. However, these techniques do not give access to complete orientational order information in a whole image, because their use is limited to parts of the sample where the average orientation of molecules is known a priori. Fluorescence anisotropy is also highly sensitive to depolarization mechanisms such as those induced by fluorescence energy transfer. A fully excitation-polarization-resolved fluorescence microscopy imaging that relies on the use of a tunable incident polarization and a nonpolarized detection is able to circumvent these limitations. We have developed such a technique in confocal epifluorescence microscopy, giving access to new regions of study in the complex and heterogeneous molecular organization of cell membranes. Using this technique, we demonstrate morphological changes at the subdiffraction scale in labeled COS-7 cell membranes whose cytoskeleton is perturbed. Molecular orientational order is also seen to be affected by cholesterol depletion, reflecting the strong interplay between lipid-packing regions and their nearby cytoskeleton. This noninvasive optical technique can reveal local organization in cell membranes when used as a complement to existing methods such as generalized polarization. Copyright © 2013 Biophysical Society. Published by Elsevier Inc. All rights reserved.
Welter, David E.; Doherty, John E.; Hunt, Randall J.; Muffels, Christopher T.; Tonkin, Matthew J.; Schreuder, Willem A.
2012-01-01
An object-oriented parameter estimation code was developed to incorporate benefits of object-oriented programming techniques for solving large parameter estimation modeling problems. The code is written in C++ and is a formulation and expansion of the algorithms included in PEST, a widely used parameter estimation code written in Fortran. The new code is called PEST++ and is designed to lower the barriers of entry for users and developers while providing efficient algorithms that can accommodate large, highly parameterized problems. This effort has focused on (1) implementing the most popular features of PEST in a fashion that is easy for novice or experienced modelers to use and (2) creating a software design that is easy to extend; that is, this effort provides a documented object-oriented framework designed from the ground up to be modular and extensible. In addition, all PEST++ source code and its associated libraries, as well as the general run manager source code, have been integrated in the Microsoft Visual Studio® 2010 integrated development environment. The PEST++ code is designed to provide a foundation for an open-source development environment capable of producing robust and efficient parameter estimation tools for the environmental modeling community into the future.
Method for determining the composition and orientation of III-V {001} semiconductor surfaces
NASA Astrophysics Data System (ADS)
Sung, M. M.; Kim, C.; Rabalais, J. W.
1996-09-01
A method for determining the composition and orientation of III-V {001} semiconductor surfaces is presented and applications are described. The information is obtained from the techniques of time-of-flight scattering and recoiling spectrometry (TOF-SARS), using the composition from azimuth-specific elemental accessibilities (CASEA) method, and low energy electron diffraction (LEED). The azimuth-specific elemental accessibilities (ASEA) are measured experimentally and calculated from the number of accessible atoms in the unit cell and from three-dimensional trajectory simulations using the SARIC program. The in situ analyses identify the 1st-layer elemental species and determine the orientation of the reconstructed surface symmetry elements with respect to the bulk crystallographic directions. This is demonstrated for the III-V {001} compound semiconductor surfaces of GaAs and InAs in the (4 × 2) and (4 × 2) phases and InP in the (4 × 2) phase. The analyses confirm the missing-row-dimer (MRD) structure for GaAs and InAs in which the missing row direction is parallel to the direction of the 1st-layer multimers (dimers) and the missing-row-trimer-dimer (MRTD) structure for InP in which the missing row direction is perpendicular to the direction of the 1st-layer multimers (trimers).
NASA Astrophysics Data System (ADS)
Szidarovszky, Tamás; Jono, Maho; Yamanouchi, Kaoru
2018-07-01
A user-friendly and cross-platform software called Laser-Induced Molecular Alignment and Orientation simulator (LIMAO) has been developed. The program can be used to simulate within the rigid rotor approximation the rotational dynamics of gas phase molecules induced by linearly polarized intense laser fields at a given temperature. The software is implemented in the Java and Mathematica programming languages. The primary aim of LIMAO is to aid experimental scientists in predicting and analyzing experimental data representing laser-induced spatial alignment and orientation of molecules.
Chiu, Mary; Pauley, Tim; Wesson, Virginia; Pushpakumar, Dunstan; Sadavoy, Joel
2015-06-01
The value of care provided by informal carers in Canada is estimated at $26 billion annually (Hollander et al., 2009). However, carers' needs are often overlooked, limiting their capacity to provide care. Problem-solving therapy (PST), a structured approach to problem solving (PS) and a core principle of the Reitman Centre CARERS Program, has been shown to alleviate emotional distress and improve carers' competence (Chiu et al., 2013). This study evaluated the effectiveness of problem-solving techniques-based intervention based on adapted PST methods, in enhancing carers' physical and emotional capacity to care for relatives with dementia living in the community. 56 carers were equally allocated to a problem-solving techniques-based intervention group or a control arm. Carers in the intervention group received three 1 hr visits by a care coordinator (CC) who had been given advanced training in PS techniques-based intervention. Coping, mastery, competence, burden, and perceived stress of the carers were evaluated at baseline and post-intervention using standardized assessment tools. An intention-to-treat analysis utilizing repeated measures ANOVA was performed on the data. Post-intervention measures completion rate was 82% and 92% for the intervention and control groups, respectively. Carers in the intervention group showed significantly improved task-oriented coping, mastery, and competence and significantly reduced emotion-oriented coping, burden and stress (p < 0.01-0.001). Control carers showed no change. PS techniques, when learned and delivered by CCs as a tool to coach carers in their day-to-day caregiving, improves carers' caregiving competence, coping, burden, and perceived stress. This may reduce dependence on primary, psychiatric, and institutional care. Results provide evidence that establishing effective partnerships between inter-professional clinicians in academic clinical health science centers, and community agencies can extend the reach of the expertise of specialized health care institutions.
ITER-relevant calibration technique for soft x-ray spectrometer.
Rzadkiewicz, J; Książek, I; Zastrow, K-D; Coffey, I H; Jakubowska, K; Lawson, K D
2010-10-01
The ITER-oriented JET research program brings new requirements for the low-Z impurity monitoring, in particular for the Be—the future main wall component of JET and ITER. Monitoring based on Bragg spectroscopy requires an absolute sensitivity calibration, which is challenging for large tokamaks. This paper describes both “component-by-component” and “continua” calibration methods used for the Be IV channel (75.9 Å) of the Bragg rotor spectrometer deployed on JET. The calibration techniques presented here rely on multiorder reflectivity calculations and measurements of continuum radiation emitted from helium plasmas. These offer excellent conditions for the absolute photon flux calibration due to their low level of impurities. It was found that the component-by-component method gives results that are four times higher than those obtained by means of the continua method. A better understanding of this discrepancy requires further investigations.
NASA Astrophysics Data System (ADS)
Peng, Ye; Ling-Ling, Hu; Yu-Zhi, Du; Yong-Juan, Xu; Hua-Gang, Ni; Cong, Chen; Xiao-Lin, Lu; Xiao-Jun, Huang
2017-05-01
A novel method of oriented immobilization was presented: affinity Langmuir-Blodgett (LB) technique. Firstly, a long carbon chain was bond to a ligand of Horseradish Peroxidase (HRP). The ligand derivative appears surface activity with the hydrophobic carbon chain oriented to air and the hydrophilic ligand faced to water. Then, this derivative was put onto the water/air surface to assemble a LB film and formed the affinity interaction with the active site of HRP. After that, the affinity LB film with the enzyme was transferred onto the support to obtain the oriented immobilized HRP. The specific activity of HRP immobilized by affinity LB (182.1 ± 14 U/mg) was higher than that by adsorption (40.5 ± 5 U/mg). HRP immobilized by affinity LB could maintain a more native conformation, compared to that by adsorption. This method could be effectively used to immobilize protein with orientation and show widely promising applications in many fields including biosensor and bioreactor.
Homography-based visual servo regulation of mobile robots.
Fang, Yongchun; Dixon, Warren E; Dawson, Darren M; Chawda, Prakash
2005-10-01
A monocular camera-based vision system attached to a mobile robot (i.e., the camera-in-hand configuration) is considered in this paper. By comparing corresponding target points of an object from two different camera images, geometric relationships are exploited to derive a transformation that relates the actual position and orientation of the mobile robot to a reference position and orientation. This transformation is used to synthesize a rotation and translation error system from the current position and orientation to the fixed reference position and orientation. Lyapunov-based techniques are used to construct an adaptive estimate to compensate for a constant, unmeasurable depth parameter, and to prove asymptotic regulation of the mobile robot. The contribution of this paper is that Lyapunov techniques are exploited to craft an adaptive controller that enables mobile robot position and orientation regulation despite the lack of an object model and the lack of depth information. Experimental results are provided to illustrate the performance of the controller.
Aspect-Oriented Model-Driven Software Product Line Engineering
NASA Astrophysics Data System (ADS)
Groher, Iris; Voelter, Markus
Software product line engineering aims to reduce development time, effort, cost, and complexity by taking advantage of the commonality within a portfolio of similar products. The effectiveness of a software product line approach directly depends on how well feature variability within the portfolio is implemented and managed throughout the development lifecycle, from early analysis through maintenance and evolution. This article presents an approach that facilitates variability implementation, management, and tracing by integrating model-driven and aspect-oriented software development. Features are separated in models and composed of aspect-oriented composition techniques on model level. Model transformations support the transition from problem to solution space models. Aspect-oriented techniques enable the explicit expression and modularization of variability on model, template, and code level. The presented concepts are illustrated with a case study of a home automation system.
Mendelsohn, Alan L.; Berkule, Samantha B.; Tomopoulos, Suzy; Tamis-LeMonda, Catherine S.; Huberman, Harris S.; Alvir, Jose; Dreyer, Benard P.
2011-01-01
Objective To assess verbal interactions related to television and other electronic media exposure among mothers and 6 month-old-infants. Design Cross-sectional analysis of 154 mother-infant dyads participating in a long-term study related to early child development. Setting Urban public hospital. Participants Low socioeconomic status mothers of 6-month-old infants. Main Exposure Media exposure and content. Main Outcome Measures Mother-infant verbal interaction associated with media exposure and maternal coviewing. Results Of 154 low socioeconomic status mothers, 149 (96.8%) reported daily media exposure in their infants, with median exposure of 120 (interquartile range, 60-210) minutes in a 24-hour period. Among 426 program exposures, mother-infant interactions were reported during 101 (23.7%). Interactions were reported most frequently with educational young child–oriented media (42.8% of programs), compared with 21.3% of noneducational young child–oriented programs (adjusted odds ratio, 0.4; 95% confidence interval, 0.1-0.98) and 14.7% of school-age/teenage/adult–oriented programs (adjusted odds ratio, 0.2; 95% confidence interval, 0.1-0.3). Among coviewed programs with educational content, mothers reported interactions during 62.7% of exposures. Coviewing was not reported more frequently for educational young child–oriented programs. Conclusions We found limited verbal interactions during television exposure in infancy, with interactions reported for less than one-quarter of exposures. Although interactions were most commonly reported among programs with educational content that had been coviewed, programs with educational content were not more likely to be coviewed than were other programs. Our findings do not support development of infant-directed educational programming in the absence of strategies to increase coviewing and interactions. PMID:18458186
Mazerolle, Stephanie M; Walker, Stacy E; Thrasher, Ashley Brooke
2015-10-01
Some newly credentialed athletic trainers (ATs) pursue a postprofessional degree with a curriculum that specifically advances their athletic training practice. It is unknown how those postprofessional programs assist in their transition to practice. To gain an understanding of initiatives used by postprofessional athletic training programs to facilitate role transition from student to professional during their graduate degree programs. Qualitative study. Semistructured telephone interviews. A total of 19 program directors (10 men, 9 women) from 13 Commission on Accreditation of Athletic Training Education-accredited and 6 unaccredited postprofessional athletic training programs. Telephone interviews were recorded digitally and transcribed verbatim. For data analysis, we used the principles of general inductive approach. Credibility was maintained using peer review, member checks, and researcher triangulation. Three facilitators of transition to practice emerged: orientation sessions, mentoring, and assistantship. Participants used orientation sessions ranging from a few hours to more than 1 week to provide and discuss program polices and expectations and to outline roles and responsibilities. Faculty, preceptors, and mentors were integrated into the orientation for the academic and clinical portions of the program. All participants described a mentoring process in which students were assigned by the program or informally developed. Mentors included the assigned preceptor, a staff AT, or peer students in the program. The clinical assistantship provided exposure to the daily aspects of being an AT. Barriers to transition to practice included previous educational experiences and time management. Participants reported that students with more diverse didactic and clinical education experiences had easier transitions. The ability to manage time also emerged as a challenge. Postprofessional athletic training programs used a formal orientation session as an initial means to help the newly credentialed AT transition into the role. Mentoring provided both more informal and ongoing support during the transition.
Mendelsohn, Alan L; Berkule, Samantha B; Tomopoulos, Suzy; Tamis-LeMonda, Catherine S; Huberman, Harris S; Alvir, Jose; Dreyer, Benard P
2008-05-01
To assess verbal interactions related to television and other electronic media exposure among mothers and 6 month-old-infants. Cross-sectional analysis of 154 mother-infant dyads participating in a long-term study related to early child development. Urban public hospital. Low socioeconomic status mothers of 6-month-old infants. Main Exposure Media exposure and content. Mother-infant verbal interaction associated with media exposure and maternal coviewing. Of 154 low socioeconomic status mothers, 149 (96.8%) reported daily media exposure in their infants, with median exposure of 120 (interquartile range, 60-210) minutes in a 24-hour period. Among 426 program exposures, mother-infant interactions were reported during 101 (23.7%). Interactions were reported most frequently with educational young child-oriented media (42.8% of programs), compared with 21.3% of noneducational young child-oriented programs (adjusted odds ratio, 0.4; 95% confidence interval, 0.1-0.98) and 14.7% of school-age/teenage/adult-oriented programs (adjusted odds ratio, 0.2; 95% confidence interval, 0.1-0.3). Among coviewed programs with educational content, mothers reported interactions during 62.7% of exposures. Coviewing was not reported more frequently for educational young child-oriented programs. We found limited verbal interactions during television exposure in infancy, with interactions reported for less than one-quarter of exposures. Although interactions were most commonly reported among programs with educational content that had been coviewed, programs with educational content were not more likely to be coviewed than were other programs. Our findings do not support development of infant-directed educational programming in the absence of strategies to increase coviewing and interactions.
Achievement Goal Orientation for Athletic Training Education: Preparing for Lifelong Learning
ERIC Educational Resources Information Center
Peer, Kimberly S.
2007-01-01
Objective: This review of literature presents the theoretical framework of goal orientation and student achievement from a pedagogical perspective while providing practical applications and implications for integrating goal orientation into athletic training education programs. Data Sources: Selected literature derived from EBSCO, Education…
NASA Astrophysics Data System (ADS)
Wilkinson, S. J.; Hukins, D. W. L.
1999-08-01
Elastic scattering of X-rays can provide the following information on the fibrous protein collagen: its molecular structure, the axial arrangement of rod-like collagen molecules in a fibril, the lateral arrangement of molecules within a fibril, and the orientation of fibrils within a biological tissue. The first part of the paper reviews the principles involved in deducing this information. The second part describes a new computer program for measuring the equatorial intensity distribution, that provides information on the lateral arrangement of molecules within a fibril, and the angular distribution of the equatorial peaks that provides information on the orientation of fibrils. Orientation of fibrils within a tissue is quantified by the orientation distribution function, g( φ), which represents the probability of finding a fibril oriented between φ and φ+ δφ. The application of the program is illustrated by measurement of g( φ) for the collagen fibrils in demineralised cortical bone from cow tibia.
Coulter, Robert W.S.; Marzell, Miesha; Saltz, Robert; Stall, Ron; Mair, Christina
2016-01-01
Background Evidence suggests there are important sexual-orientation differences in alcohol consumption, particularly among women. Little is known about where gay/lesbian and bisexual college students drink or differences in patterns of alcohol use between heterosexual, gay/lesbian, and bisexual students. The goal of this analysis was to examine patterns of alcohol consumption—including drinking prevalence, quantity, frequency, and contexts of use—by sexual orientation. Methods Data on sexual identity, gender, drinking behaviors, and drinking contexts were examined from repeated cross-sectional samples of undergraduate students attending 14 public California universities from 2003–2011 (n=58,903). Multivariable statistical techniques were employed to examine sexual-orientation differences stratified by gender. Results Gay males, lesbians, and bisexual females were significantly more likely to report drinking alcohol in the current semester than their same-gender heterosexual peers (relative risks ranged from 1.07 to 1.10, p-values<0.01). Among current drinkers, bisexual females consumed 7 or more drinks and lesbians consumed 10 or more drinks on significantly more days than heterosexual females. On the other hand, gay male drinkers consumed 8 or more drinks on significantly fewer days than heterosexual male drinkers. Compared to their same-gender heterosexual peers: lesbian/gay and bisexual students drank less frequently at Greek parties (incidence rate ratios [IRRs] ranged from 0.52 to 0.73, p-values<0.01); lesbians (IRR=0.84, p=0.043) and bisexual males (IRR=0.82, p=0.009) drank less frequently at off-campus parties; and gay males drank more frequently outdoors (IRR=1.63, p<0.001) and at bars/restaurants (IRR=1.21, p=0.013). Conclusions Alcohol prevention programs and future research should consider sexual-orientation differences in drinking patterns and drinking contexts. PMID:26827292
ERIC Educational Resources Information Center
Wood, Thomas A.
Described are the development and field testing of programed instruction in orientation and mobility for 41 multiply handicapped blind students. Based on initial assessment on the Peabody Mobility Scale, it is explained that the students were prescribed individualized tasks in the areas of motor development, sensory skills, concept development and…
ERIC Educational Resources Information Center
Nolan, Christy David
2013-01-01
The Keystone Learning Community was implemented by the Department of Campus Recreation to address retention at the institution. This learning community for incoming freshmen consists of two phases. Phase I is as an outdoor orientation program that includes a three day, two night canoeing and camping experience lead by upperclassmen leaders.…
Designing and Realization of an Individual Educational Program
ERIC Educational Resources Information Center
Yunusova, Gulnaz R.; Karunas, Ekaterina V.
2016-01-01
Relevance of the issue is caused by the change of a knowledge-oriented educational paradigm into an individual-oriented one. This change means that an individual is the most significant value in the modern process of teaching. The aim of the article is to find a theoretical proof for an individual study program design and test it in pedagogical…
ERIC Educational Resources Information Center
Carvalho, Elizabeth Simão
2015-01-01
Teaching object-oriented programming to students in an in-classroom environment demands well-thought didactic and pedagogical strategies in order to guarantee a good level of apprenticeship. To teach it on a completely distance learning environment (e-learning) imposes possibly other strategies, besides those that the e-learning model of Open…
ERIC Educational Resources Information Center
Yuen, Timothy; Liu, Min
2011-01-01
This paper presents a cognitive model of how interactive multimedia authoring (IMA) affect novices' cognition in object-oriented programming. This model was generated through an empirical study of first year computer science students at the university level being engaged in interactive multimedia authoring of a role-playing game. Clinical…
ERIC Educational Resources Information Center
United Career Center, Clarksburg, WV.
This competency-based education curriculum for teaching the orientation and safety program for the oil and gas industry in West Virginia is organized into seven units. These units cover the following topics: introduction to oil and gas, first aid, site preparation, drilling operations, equipment familiarity, well completion, and preparation for…
A Master of Science Degree in (Clinical) Pharmacology at the University of the Pacific
ERIC Educational Resources Information Center
Shirachi, Donald Y.; Jones, Judith K.
1976-01-01
A prototype program leading to a clinically-oriented Master of Science degree in pharmacology is described. It differs from a clinical residency program, does not give a wide clinical medicine exposure, and is heavily oriented towards pharmacology and research, thereby developing students with scientific perspectives who can work as consultants.…
Socioeconomic Differences in Smoking Behaviour among Adolescents: The Role of Academic Orientation.
ERIC Educational Resources Information Center
Hagquist, Curt
2000-01-01
Explores the issue of socioeconomic differences in Swedish 9th graders' smoking behavior, using academic orientation as an indicator of social position. Finds that students who have applied for non-theoretical programs in high school are more likely to smoke than those who have applied to theoretical programs. Findings pose implications for…
ERIC Educational Resources Information Center
Catalano, Theresa; Hamann, Edmund T.
2016-01-01
While Ruiz's (1984) influential work on language orientations has substantively influenced how we study and talk about language planning, few teacher education programs today actually embed his framework in the praxis of preparing pre-service and practicing teachers. Hence, the primary purpose of this article is to demonstrate new understandings…
Bilingual Academic Computer and Technology Oriented Program. Project COM-TECH, 1987-1988.
ERIC Educational Resources Information Center
Berney, Tomi D.; Plotkin, Donna
The Bilingual Computer and Technology Oriented Program (COM-TECH) completed the final year of a 3-year funding cycle. The project's primary goal was to provide bilingual individualized instruction, using an enrichment approach, to Spanish- and Haitian Creole/French-speaking students of varying levels of native and English second-language (ESL)…
Hispanic Orientation to Life in America. Project HOLA, 1987-88. OREA Report.
ERIC Educational Resources Information Center
Berney, Tomi D.; Mohagdam, Val
In its fifth year, the Hispanic Orientation to Life in America Project (Project HOLA) served 472 Spanish-speaking students of limited English proficiency. The aim of the program was to help students develop English language skills, enter mainstream classes, and understand Spanish and American culture. The program provided instruction in English as…
ERIC Educational Resources Information Center
Rock, Monica; Carlson, Thomas Stone; McGeorge, Christi R.
2010-01-01
This study examined couple and family therapy (CFT) students' beliefs about sexual orientation, their self-reported competency working with lesbian, gay, and bisexual (LGB) clients, and the level of affirmative training students received in their CFT programs. One hundred and ninety students from accredited CFT programs completed the study. While…
ERIC Educational Resources Information Center
Abou- Warda, Sherein H.
2015-01-01
Purpose: The purpose of this paper is to examine the differences between the four main kinds of business schools in Egypt (private; internationally affiliated; public with local programs; and public with international programs) in terms of perceptions of entrepreneurial orientation (EO). Design/Methodology/Approach: Data were gathered 212 with a…
The Dynamic and Correlation of the Value Orientations and Life Goals of Urban Adolescents
ERIC Educational Resources Information Center
Selivanova, Z. K.
2014-01-01
One of the scientific techniques in the study of value orientations and preferences consists of determining adolescents' attitudes toward personality qualities. It is well known that the model of a personality as an ideal construct formed in a person's consciousness correlates with value orientations and life goals. Its study permits us to…
Paggeot, Amy; Nelson, Sharon; Huprich, Steven
2017-01-01
The role of theoretical orientation in determining preference for different methods of diagnosis has been largely unexplored. The goal of the present study was to explore ratings of the usefulness of 4 diagnostic methods after applying them to a patient: prototype ratings derived from the SWAP-II, the DSM-5 Section III specific personality disorders, the DSM-5 Section III trait model, and prototype ratings derived from the Psychodynamic Diagnostic Manual (PDM). Three hundred and twenty-nine trainees in APA-accredited doctoral programs and internships rated one of their current patients with each of the 4 diagnostic methods. Individuals who classified their theoretical orientation as "cognitive- behavioral" displayed a significantly greater preference for the proposed DSM-5 personality disorder prototypes when compared to individuals who classified their orientation as "psychodynamic/psychoanalytic," while individuals who considered themselves psychodynamic or psychoanalytic rated the PDM as significantly more useful than those who considered themselves cognitive-behavioral. Individuals who classified their graduate program as a PsyD program were also more likely to rate the DSM-5 Section III and PDM models as more useful diagnostic methods than individuals who classified their graduate program as a PhD program. Implications and future directions will be discussed. © 2017 S. Karger AG, Basel.
Investigation of roughing machining simulation by using visual basic programming in NX CAM system
NASA Astrophysics Data System (ADS)
Hafiz Mohamad, Mohamad; Nafis Osman Zahid, Muhammed
2018-03-01
This paper outlines a simulation study to investigate the characteristic of roughing machining simulation in 4th axis milling processes by utilizing visual basic programming in NX CAM systems. The selection and optimization of cutting orientation in rough milling operation is critical in 4th axis machining. The main purpose of roughing operation is to approximately shape the machined parts into finished form by removing the bulk of material from workpieces. In this paper, the simulations are executed by manipulating a set of different cutting orientation to generate estimated volume removed from the machine parts. The cutting orientation with high volume removal is denoted as an optimum value and chosen to execute a roughing operation. In order to run the simulation, customized software is developed to assist the routines. Operations build-up instructions in NX CAM interface are translated into programming codes via advanced tool available in the Visual Basic Studio. The codes is customized and equipped with decision making tools to run and control the simulations. It permits the integration with any independent program files to execute specific operations. This paper aims to discuss about the simulation program and identifies optimum cutting orientations for roughing processes. The output of this study will broaden up the simulation routines performed in NX CAM systems.
The spin-Hall effect and spin-orbit torques in epitaxial Co2FeAl/platinum bilayers
NASA Astrophysics Data System (ADS)
Peterson, T. A.; Liu, C.; McFadden, T.; Palmstrøm, C. J.; Crowell, P. A.
We have performed magnetoresistance measurements on epitaxially grown Co2FeAl/platinum (CFA/Pt) ultrathin ferromagnet/heavy metal bilayers to study the spin-Hall effect in Pt and the accompanying spin-orbit torque (SOT) exerted on the magnetic CFA layer. Specifically, we measure the spin-Hall magnetoresistance in the Pt layer by changing the orientation of the CFA magnetization with respect to the spin current orientation created in the Pt, and we determine the SOT efficiency using a second-harmonic detection technique. Because the latter of the two measurements is proportional to the spin-Hall ratio θSHE while the former is proportional to θSHE2, we are able to extract the bare Pt spin-Hall ratio with no assumptions about the CFA/Pt interface spin mixing conductance. Furthermore, by varying the Pt thickness we show that the results are consistent with resistivity-independent spin-Hall conductivity. Finally, the two measurements in combination allow us to infer a spin-mixing conductance at the CFA/Pt interface of 2 +/- 1 ×1015Ω-1m-2 . The combination of spin-Hall magnetoresistance and SOT measurements allows for a determination of the spin-mixing conductance using only low-frequency transport techniques. This work was supported by STARnet, a Semiconductor Research Corporation program, sponsored by MARCO and DARPA.
Ma, Hing Keung
2006-01-01
Moral competence refers to the orientation to perform altruistic behavior and the ability to judge moral issues logically, consistently and at an advanced level of development. A brief review of the concepts of altruism and justice is presented. The gender and cultural issues are also discussed. The contents of moral competence program units include four major topics: (1) Fairness, (2) Proper conduct (mainly altruistic and prosocial orientation), (3) Responsibility and altruistic orientation, and (4) Integrity and fairness. The general goal is to help students to develop an altruistic orientation and a judgment structure of a high level of justice. This paper is part of the development of the positive youth development program in Hong Kong.
Estimating Relative Positions of Outer-Space Structures
NASA Technical Reports Server (NTRS)
Balian, Harry; Breckenridge, William; Brugarolas, Paul
2009-01-01
A computer program estimates the relative position and orientation of two structures from measurements, made by use of electronic cameras and laser range finders on one structure, of distances and angular positions of fiducial objects on the other structure. The program was written specifically for use in determining errors in the alignment of large structures deployed in outer space from a space shuttle. The program is based partly on equations for transformations among the various coordinate systems involved in the measurements and on equations that account for errors in the transformation operators. It computes a least-squares estimate of the relative position and orientation. Sequential least-squares estimates, acquired at a measurement rate of 4 Hz, are averaged by passing them through a fourth-order Butterworth filter. The program is executed in a computer aboard the space shuttle, and its position and orientation estimates are displayed to astronauts on a graphical user interface.
Using Gordon's functional health patterns to organize a critical care orientation program.
Recker, D; O'Brien, C
1992-02-01
We have described how we revised our critical care orientation according to Gordon's FHPs. The process will require continuous review and revision. Research is necessary to determine the effectiveness of an orientation organized by a nursing framework in facilitating holistic nursing practice.
NASA Astrophysics Data System (ADS)
Rabie, M.; Franck, C. M.
2016-06-01
We present a freely available MATLAB code for the simulation of electron transport in arbitrary gas mixtures in the presence of uniform electric fields. For steady-state electron transport, the program provides the transport coefficients, reaction rates and the electron energy distribution function. The program uses established Monte Carlo techniques and is compatible with the electron scattering cross section files from the open-access Plasma Data Exchange Project LXCat. The code is written in object-oriented design, allowing the tracing and visualization of the spatiotemporal evolution of electron swarms and the temporal development of the mean energy and the electron number due to attachment and/or ionization processes. We benchmark our code with well-known model gases as well as the real gases argon, N2, O2, CF4, SF6 and mixtures of N2 and O2.
Quality control and quality assurance plan for bridge channel-stability assessments in Massachusetts
Parker, Gene W.; Pinson, Harlow
1993-01-01
A quality control and quality assurance plan has been implemented as part of the Massachusetts bridge scour and channel-stability assessment program. This program is being conducted by the U.S. Geological Survey, Massachusetts-Rhode Island District, in cooperation with the Massachusetts Highway Department. Project personnel training, data-integrity verification, and new data-management technologies are being utilized in the channel-stability assessment process to improve current data-collection and management techniques. An automated data-collection procedure has been implemented to standardize channel-stability assessments on a regular basis within the State. An object-oriented data structure and new image management tools are used to produce a data base enabling management of multiple data object classes. Data will be reviewed by assessors and data base managers before being merged into a master bridge-scour data base, which includes automated data-verification routines.
A component-based software environment for visualizing large macromolecular assemblies.
Sanner, Michel F
2005-03-01
The interactive visualization of large biological assemblies poses a number of challenging problems, including the development of multiresolution representations and new interaction methods for navigating and analyzing these complex systems. An additional challenge is the development of flexible software environments that will facilitate the integration and interoperation of computational models and techniques from a wide variety of scientific disciplines. In this paper, we present a component-based software development strategy centered on the high-level, object-oriented, interpretive programming language: Python. We present several software components, discuss their integration, and describe some of their features that are relevant to the visualization of large molecular assemblies. Several examples are given to illustrate the interoperation of these software components and the integration of structural data from a variety of experimental sources. These examples illustrate how combining visual programming with component-based software development facilitates the rapid prototyping of novel visualization tools.
Tsukamoto, Yoshinari; Akagi, Takami; Shima, Fumiaki; Akashi, Mitsuru
2017-06-01
Herein, we report the fabrication of orientation-controlled tissues similar to heart and nerve tissues using a cell accumulation and three-dimensional (3D) printing technique. We first evaluated the 3D shaping ability of hydroxybutyl chitosan (HBC), a thermoresponsive polymer, by using a robotic dispensing 3D printer. HBC polymer could be laminated to a height of 1124 ± 14 μm. Based on this result, we fabricated 3D gel frames of various shapes, such as square, triangular, rectangular, and circular, for shape control of 3D tissue and then normal human cardiac fibroblasts (NHCFs) coated with extracellular matrix nanofilms were seeded in the frames. Observation of shape-controlled tissues after 1 day of cultivation showed that the orientation of fibroblasts was in one direction when a short-sided, thin, rectangular-shaped frame was used. Next, we tried to fabricate orientation-controlled tissue with a vascular network by coculturing NHCF and normal human cardiac microvascular endothelial cells. As a consequence of cultivation for 4 days, observation of cocultured tissue confirmed aligned cells and blood capillaries in orientation-controlled tissue. Our results clearly demonstrated that it would be possible to control the cell orientation by controlling the shape of the tissues by combining a cell accumulation technique and a 3D printing system. The results of this study suggest promising strategies for the fabrication of oriented 3D tissues in vitro. These tissues, mimicking native organ structures, such as muscle and nerve tissue with a cell alignment structure, would be useful for tissue engineering, regenerative medicine, and pharmaceutical applications.
Application-oriented programming model for sensor networks embedded in the human body.
Barbosa, Talles M G de A; Sene, Iwens G; da Rocha, Adson F; Nascimento, Fransisco A de O; Carvalho, Hervaldo S; Camapum, Juliana F
2006-01-01
This work presents a new programming model for sensor networks embedded in the human body which is based on the concept of multi-programming application-oriented software. This model was conceived with a top-down approach of four layers and its main goal is to allow the healthcare professionals to program and to reconfigure the network locally or by the Internet. In order to evaluate this hypothesis, a benchmarking was executed in order to allow the assessment of the mean time spent in the programming of a multi-functional sensor node used for the measurement and transmission of the electrocardiogram.