Sample records for ibm pc version

  1. Aircraft noise prediction program propeller analysis system IBM-PC version user's manual version 2.0

    NASA Technical Reports Server (NTRS)

    Nolan, Sandra K.

    1988-01-01

    The IBM-PC version of the Aircraft Noise Prediction Program (ANOPP) Propeller Analysis System (PAS) is a set of computational programs for predicting the aerodynamics, performance, and noise of propellers. The ANOPP-PAS is a subset of a larger version of ANOPP which can be executed on CDC or VAX computers. This manual provides a description of the IBM-PC version of the ANOPP-PAS and its prediction capabilities, and instructions on how to use the system on an IBM-XT or IBM-AT personal computer. Sections within the manual document installation, system design, ANOPP-PAS usage, data entry preprocessors, and ANOPP-PAS functional modules and procedures. Appendices to the manual include a glossary of ANOPP terms and information on error diagnostics and recovery techniques.

  2. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Riley, G.

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  3. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (IBM PC VERSION WITH CLIPSITS)

    NASA Technical Reports Server (NTRS)

    Riley, , .

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  4. COMPPAP - COMPOSITE PLATE BUCKLING ANALYSIS PROGRAM (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Smith, J. P.

    1994-01-01

    The Composite Plate Buckling Analysis Program (COMPPAP) was written to help engineers determine buckling loads of orthotropic (or isotropic) irregularly shaped plates without requiring hand calculations from design curves or extensive finite element modeling. COMPPAP is a one element finite element program that utilizes high-order displacement functions. The high order of the displacement functions enables the user to produce results more accurate than traditional h-finite elements. This program uses these high-order displacement functions to perform a plane stress analysis of a general plate followed by a buckling calculation based on the stresses found in the plane stress solution. The current version assumes a flat plate (constant thickness) subject to a constant edge load (normal or shear) on one or more edges. COMPPAP uses the power method to find the eigenvalues of the buckling problem. The power method provides an efficient solution when only one eigenvalue is desired. Once the eigenvalue is found, the eigenvector, which corresponds to the plate buckling mode shape, results as a by-product. A positive feature of the power method is that the dominant eigenvalue is the first found, which is this case is the plate buckling load. The reported eigenvalue expresses a load factor to induce plate buckling. COMPPAP is written in ANSI FORTRAN 77. Two machine versions are available from COSMIC: a PC version (MSC-22428), which is for IBM PC 386 series and higher computers and compatibles running MS-DOS; and a UNIX version (MSC-22286). The distribution medium for both machine versions includes source code for both single and double precision versions of COMPPAP. The PC version includes source code which has been optimized for implementation within DOS memory constraints as well as sample executables for both the single and double precision versions of COMPPAP. The double precision versions of COMPPAP have been successfully implemented on an IBM PC 386 compatible running

  5. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Donnell, B.

    1994-01-01

    COOL (that is, a rule can pattern match on objects created using COOL). CLIPS 6.0 provides the capability to define functions, overloaded functions, and global variables interactively. In addition, CLIPS can be embedded within procedural code, called as a subroutine, and integrated with languages such as C, FORTRAN and Ada. CLIPS can be easily extended by a user through the use of several well-defined protocols. CLIPS provides several delivery options for programs including the ability to generate stand alone executables or to load programs from text or binary files. CLIPS 6.0 provides support for the modular development and execution of knowledge bases with the defmodule construct. CLIPS modules allow a set of constructs to be grouped together such that explicit control can be maintained over restricting the access of the constructs by other modules. This type of control is similar to global and local scoping used in languages such as C or Ada. By restricting access to deftemplate and defclass constructs, modules can function as blackboards, permitting only certain facts and instances to be seen by other modules. Modules are also used by rules to provide execution control. The CRSV (Cross-Reference, Style, and Verification) utility included with previous version of CLIPS is no longer supported. The capabilities provided by this tool are now available directly within CLIPS 6.0 to aid in the development, debugging, and verification of large rule bases. COSMIC offers four distribution versions of CLIPS 6.0: UNIX (MSC-22433), VMS (MSC-22434), MACINTOSH (MSC-22429), and IBM PC (MSC-22430). Executable files, source code, utilities, documentation, and examples are included on the program media. All distribution versions include identical source code for the command line version of CLIPS 6.0. This source code should compile on any platform with an ANSI C compiler. Each distribution version of CLIPS 6.0, except that for the Macintosh platform, includes an executable for the

  6. LERC-SLAM - THE NASA LEWIS RESEARCH CENTER SATELLITE LINK ATTENUATION MODEL PROGRAM (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Manning, R. M.

    1994-01-01

    antenna required to establish a link with the satellite, the statistical parameters that characterize the rainrate process at the terminal site, the length of the propagation path within the potential rain region, and its projected length onto the local horizontal. The IBM PC version of LeRC-SLAM (LEW-14979) is written in Microsoft QuickBASIC for an IBM PC compatible computer with a monitor and printer capable of supporting an 80-column format. The IBM PC version is available on a 5.25 inch MS-DOS format diskette. The program requires about 30K RAM. The source code and executable are included. The Macintosh version of LeRC-SLAM (LEW-14977) is written in Microsoft Basic, Binary (b) v2.00 for Macintosh II series computers running MacOS. This version requires 400K RAM and is available on a 3.5 inch 800K Macintosh format diskette, which includes source code only. The Macintosh version was developed in 1987 and the IBM PC version was developed in 1989. IBM PC is a trademark of International Business Machines. MS-DOS is a registered trademark of Microsoft Corporation. Macintosh is a registered trademark of Apple Computer, Inc.

  7. IPEG- IMPROVED PRICE ESTIMATION GUIDELINES (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Aster, R. W.

    1994-01-01

    The Improved Price Estimation Guidelines, IPEG, program provides a simple yet accurate estimate of the price of a manufactured product. IPEG facilitates sensitivity studies of price estimates at considerably less expense than would be incurred by using the Standard Assembly-line Manufacturing Industry Simulation, SAMIS, program (COSMIC program NPO-16032). A difference of less than one percent between the IPEG and SAMIS price estimates has been observed with realistic test cases. However, the IPEG simplification of SAMIS allows the analyst with limited time and computing resources to perform a greater number of sensitivity studies than with SAMIS. Although IPEG was developed for the photovoltaics industry, it is readily adaptable to any standard assembly line type of manufacturing industry. IPEG estimates the annual production price per unit. The input data includes cost of equipment, space, labor, materials, supplies, and utilities. Production on an industry wide basis or a process wide basis can be simulated. Once the IPEG input file is prepared, the original price is estimated and sensitivity studies may be performed. The IPEG user selects a sensitivity variable and a set of values. IPEG will compute a price estimate and a variety of other cost parameters for every specified value of the sensitivity variable. IPEG is designed as an interactive system and prompts the user for all required information and offers a variety of output options. The IPEG/PC program is written in TURBO PASCAL for interactive execution on an IBM PC computer under DOS 2.0 or above with at least 64K of memory. The IBM PC color display and color graphics adapter are needed to use the plotting capabilities in IPEG/PC. IPEG/PC was developed in 1984. The original IPEG program is written in SIMSCRIPT II.5 for interactive execution and has been implemented on an IBM 370 series computer with a central memory requirement of approximately 300K of 8 bit bytes. The original IPEG was developed in 1980.

  8. IBM PC/IX operating system evaluation plan

    NASA Technical Reports Server (NTRS)

    Dominick, Wayne D. (Editor); Granier, Martin; Hall, Philip P.; Triantafyllopoulos, Spiros

    1984-01-01

    An evaluation plan for the IBM PC/IX Operating System designed for IBM PC/XT computers is discussed. The evaluation plan covers the areas of performance measurement and evaluation, software facilities available, man-machine interface considerations, networking, and the suitability of PC/IX as a development environment within the University of Southwestern Louisiana NASA PC Research and Development project. In order to compare and evaluate the PC/IX system, comparisons with other available UNIX-based systems are also included.

  9. IBM PC enhances the world's future

    NASA Technical Reports Server (NTRS)

    Cox, Jozelle

    1988-01-01

    Although the purpose of this research is to illustrate the importance of computers to the public, particularly the IBM PC, present examinations will include computers developed before the IBM PC was brought into use. IBM, as well as other computing facilities, began serving the public years ago, and is continuing to find ways to enhance the existence of man. With new developments in supercomputers like the Cray-2, and the recent advances in artificial intelligence programming, the human race is gaining knowledge at a rapid pace. All have benefited from the development of computers in the world; not only have they brought new assets to life, but have made life more and more of a challenge everyday.

  10. CWG - MUTUAL COUPLING PROGRAM FOR CIRCULAR WAVEGUIDE-FED APERTURE ARRAY (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Bailey, M. C.

    1994-01-01

    aperture combinations. The scattering matrix can then be used to determine the complex modal field amplitudes for each aperture with a specified array excitation. CWG is written in VAX FORTRAN for DEC VAX series computers running VMS (LAR-15236) and IBM PC series and compatible computers running MS-DOS (LAR-15226). It requires 360K of RAM for execution. To compile the source code for the PC version, the NDP Fortran compiler and linker will be required; however, the distribution medium for the PC version of CWG includes a sample MS-DOS executable which was created using NDP Fortran with the -vms compiler option. The standard distribution medium for the PC version of CWG is a 3.5 inch 1.44Mb MS-DOS format diskette. The standard distribution medium for the VAX version of CWG is a 1600 BPI 9track magnetic tape in DEC VAX BACKUP format. The VAX version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. Both machine versions of CWG include an electronic version of the documentation in Microsoft Word for Windows format. CWG was developed in 1993 and is a copyrighted work with all copyright vested in NASA.

  11. MOLECULAR DESIGNER: an interactive program for the display of protein structure on the IBM-PC.

    PubMed

    Hannon, G J; Jentoft, J E

    1985-09-01

    A BASIC interactive graphics program has been developed for the IBM-PC which utilizes the graphics capabilities of that computer to display and manipulate protein structure from coordinates. Structures may be generated from typed files, or from Brookhaven National Laboratories' Protein Data Bank data tapes. Once displayed, images may be rotated, translated and expanded to any desired size. Figures may be viewed as ball-and-stick or space-filling models. Calculated multiple-point perspective may also be added to the display. Docking manipulations are possible since more than a single figure may be displayed and manipulated simultaneously. Further, stereo images and red/blue three-dimensional images may be generated using the accompanying DESIPLOT program and an HP-7475A plotter. A version of the program is also currently available for the Apple Macintosh. Full implementation on the Macintosh requires 512 K and at least one disk drive. Otherwise this version is essentially identical to the IBM-PC version described herein.

  12. FASTRAN II - FATIGUE CRACK GROWTH STRUCTURAL ANALYSIS (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Newman, J. C.

    1994-01-01

    loads may be either tensile or compressive. Several standardized aircraft flight-load histories, such as TWIST, Mini-TWIST, FALSTAFF, Inverted FALSTAFF, Felix and Gaussian, are included as options. FASTRAN II also includes two other methods that will help the user input spectrum load histories. The two methods are: (1) a list of stress points, and (2) a flight-by-flight history of stress points. Examples are provided in the user manual. Developed as a research program, FASTRAN II has successfully predicted crack growth in many metallic materials under various aircraft spectrum loading. A computer program DKEFF which is a part of the FASTRAN II package was also developed to analyze crack growth rate data from laboratory specimens to obtain the effective stress-intensity factor against crack growth rate relations used in FASTRAN II. FASTRAN II is written in standard FORTRAN 77. It has been successfully compiled and implemented on Sun4 series computers running SunOS and on IBM PC compatibles running MS-DOS using the Lahey F77L FORTRAN compiler. Sample input and output data are included with the FASTRAN II package. The UNIX version requires 660K of RAM for execution. The standard distribution medium for the UNIX version (LAR-14865) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. It is also available on a 3.5 inch diskette in UNIX tar format. The standard distribution medium for the MS-DOS version (LAR-14944) is a 5.25 inch 360K MS-DOS format diskette. The contents of the diskette are compressed using the PKWARE archiving tools. The utility to unarchive the files, PKUNZIP.EXE, is included. The program was developed in 1984 and revised in 1992. Sun4 and SunOS are trademarks of Sun Microsystems, Inc. IBM PC is a trademark of International Business Machines Corp. MS-DOS is a trademark of Microsoft, Inc. F77L is a trademark of the Lahey Computer Systems, Inc. UNIX is a registered trademark of AT&T Bell Laboratories. PKWARE and PKUNZIP are trademarks of PKWare

  13. The IBM PC at NASA Ames

    NASA Technical Reports Server (NTRS)

    Peredo, James P.

    1988-01-01

    Like many large companies, Ames relies very much on its computing power to get work done. And, like many other large companies, finding the IBM PC a reliable tool, Ames uses it for many of the same types of functions as other companies. Presentation and clarification needs demand much of graphics packages. Programming and text editing needs require simpler, more-powerful packages. The storage space needed by NASA's scientists and users for the monumental amounts of data that Ames needs to keep demand the best database packages that are large and easy to use. Availability to the Micom Switching Network combines the powers of the IBM PC with the capabilities of other computers and mainframes and allows users to communicate electronically. These four primary capabilities of the PC are vital to the needs of NASA's users and help to continue and support the vast amounts of work done by the NASA employees.

  14. SFAP: Scan-Tron Forms Analysis Package for the IBM-PC. User's Guide, Version 2.0.

    ERIC Educational Resources Information Center

    Harnisch, Delwyn L.; And Others

    The Scan-Tron Forms Analysis Package (SFAP) is a collection of integrated programs that allow an IBM-PC (or compatible) to collect data from a Scan-Tron 1200 forms reader. In addition to the basic data acquisition capability, the SFAP has additional capabilities related to the viewing and formatting of incoming data. When used in combination with…

  15. A Comparison of the Apple Macintosh and IBM PC in Laboratory Applications.

    ERIC Educational Resources Information Center

    Williams, Ron

    1986-01-01

    Compares Apple Macintosh and IBM PC microcomputers in terms of their usefulness in the laboratory. No attempt is made to equalize the two computer systems since they represent opposite ends of the computer spectrum. Indicates that the IBM PC is the most useful general-purpose personal computer for laboratory applications. (JN)

  16. Materials accounting system for an IBM PC

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

    Bearse, R.C.; Thomas, R.J.; Henslee, S.P.

    1986-01-01

    We have adapted the Los Alamos MASS accounting system for use on an IBM PC/AT at the Fuels Manufacturing Facility (FMF) at Argonne National Laboratory-West (ANL-WEST) in Idaho Falls, Idaho. Cost of hardware and proprietary software was less than $10,000 per station. The system consists of three stations between which accounting information is transferred using floppy disks accompanying special nuclear material shipments. The programs were implemented in dBASEIII and were compiled using the proprietary software CLIPPER. Modifications to the inventory can be posted in just a few minutes, and operator/computer interaction is nearly instantaneous. After the records are built bymore » the user, it takes 4 to 5 seconds to post the results to the database files. A version of this system was specially adapted and is currently in use at the FMF facility at Argonne National Laboratory in Idaho Falls. Initial satisfaction is adequate and software and hardware problems are minimal.« less

  17. A materials accounting system for an IBM PC

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

    Bearse, R.C.; Thomas, R.J.; Henslee, S.P.

    1986-01-01

    The authors have adapted the Los Alamos MASS accounting system for use on an IBM PC/AT at the Fuels Manufacturing Facility (FMF) at Argonne National Laboratory West (ANL-WEST). Cost of hardware and proprietary software was less than $10,000 per station. The system consists of three stations between which accounting information is transferred using floppy disks accompanying special nuclear material shipments. The programs were implemented in dBASEIII and were compiled using the proprietary software CLIPPER. Modifications to the inventory can be posted in just a few minutes, and operator/computer interaction is nearly instantaneous. After the records are built by the user,more » it takes 4-5 seconds to post the results to the database files. A version of this system was specially adapted and is currently in use at the FMF facility at Argonne National Laboratory. Initial satisfaction is adequate and software and hardware problems are minimal.« less

  18. Mathematics Programming on the Apple II and IBM PC.

    ERIC Educational Resources Information Center

    Myers, Roy E.; Schneider, David I.

    1987-01-01

    Details the features of BASIC used in mathematics programming and provides the information needed to translate between the Apple II and IBM PC computers. Discusses inputing a user-defined function, setting scroll windows, displaying subscripts and exponents, variable names, mathematical characters and special symbols. (TW)

  19. An Apple for Your IBM PC--The Quadlink Board.

    ERIC Educational Resources Information Center

    Owen, G. Scott

    1984-01-01

    Describes nature and installation of the QUADLINK board which allows Apple software to be run on IBM PC microcomputers. Although programs tested ran without problems, users should test their own programs since there are some copy protection schemes that can baffle the board. (JN)

  20. Enhancements to the IBM version of COSMIC/NASTRAN

    NASA Technical Reports Server (NTRS)

    Brown, W. Keith

    1989-01-01

    Major improvements were made to the IBM version of COSMIC/NASTRAN by RPK Corporation under contract to IBM Corporation. These improvements will become part of COSMIC's IBM version and will be available in the second quarter of 1989. The first improvement is the inclusion of code to take advantage of IBM's new Vector Facility (VF) on its 3090 machines. The remaining improvements are modifications that will benefit all users as a result of the extended addressing capability provided by the MVS/XA operating system. These improvements include the availability of an in-memory data base that potentially eliminates the need for I/O to the PRIxx disk files. Another improvement is the elimination of multiple load modules that have to be loaded for every link switch within NASTRAN. The last improvement allows for NASTRAN to execute above the 16 mega-byte line. This improvement allows for NASTRAN to have access to 2 giga-bytes of memory for open core and the in-memory data base.

  1. IPEG- IMPROVED PRICE ESTIMATION GUIDELINES (IBM 370 VERSION)

    NASA Technical Reports Server (NTRS)

    Chamberlain, R. G.

    1994-01-01

    The Improved Price Estimation Guidelines, IPEG, program provides a simple yet accurate estimate of the price of a manufactured product. IPEG facilitates sensitivity studies of price estimates at considerably less expense than would be incurred by using the Standard Assembly-line Manufacturing Industry Simulation, SAMIS, program (COSMIC program NPO-16032). A difference of less than one percent between the IPEG and SAMIS price estimates has been observed with realistic test cases. However, the IPEG simplification of SAMIS allows the analyst with limited time and computing resources to perform a greater number of sensitivity studies than with SAMIS. Although IPEG was developed for the photovoltaics industry, it is readily adaptable to any standard assembly line type of manufacturing industry. IPEG estimates the annual production price per unit. The input data includes cost of equipment, space, labor, materials, supplies, and utilities. Production on an industry wide basis or a process wide basis can be simulated. Once the IPEG input file is prepared, the original price is estimated and sensitivity studies may be performed. The IPEG user selects a sensitivity variable and a set of values. IPEG will compute a price estimate and a variety of other cost parameters for every specified value of the sensitivity variable. IPEG is designed as an interactive system and prompts the user for all required information and offers a variety of output options. The IPEG/PC program is written in TURBO PASCAL for interactive execution on an IBM PC computer under DOS 2.0 or above with at least 64K of memory. The IBM PC color display and color graphics adapter are needed to use the plotting capabilities in IPEG/PC. IPEG/PC was developed in 1984. The original IPEG program is written in SIMSCRIPT II.5 for interactive execution and has been implemented on an IBM 370 series computer with a central memory requirement of approximately 300K of 8 bit bytes. The original IPEG was developed in 1980.

  2. AERO2S - SUBSONIC AERODYNAMIC ANALYSIS OF WINGS WITH LEADING- AND TRAILING-EDGE FLAPS IN COMBINATION WITH CANARD OR HORIZONTAL TAIL SURFACES (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Carlson, H. W.

    1994-01-01

    necessary only to add an identification record and the namelist data that are to be changed from the previous run. This code was originally developed in 1989 in FORTRAN V on a CDC 6000 computer system, and was later ported to an MS-DOS environment. Both versions are available from COSMIC. There are only a few differences between the PC version (LAR-14458) and CDC version (LAR-14178) of AERO2S distributed by COSMIC. The CDC version has one main source code file while the PC version has two files which are easier to edit and compile on a PC. The PC version does not require a FORTRAN compiler which supports NAMELIST because a special INPUT subroutine has been added. The CDC version includes two MODIFY decks which can be used to improve the code and prevent the possibility of some infrequently occurring errors while PC-version users will have to make these code changes manually. The PC version includes an executable which was generated with the Ryan McFarland/FORTRAN compiler and requires 253K RAM and an 80x87 math co-processor. Using this executable, the sample case requires about four hours to execute on an 8MHz AT-class microcomputer with a co-processor. The source code conforms to the FORTRAN 77 standard except that it uses variables longer than six characters. With two minor modifications, the PC version should be portable to any computer with a FORTRAN compiler and sufficient memory. The CDC version of AERO2S is available in CDC NOS Internal format on a 9-track 1600 BPI magnetic tape. The PC version is available on a set of two 5.25 inch 360K MS-DOS format diskettes. IBM AT is a registered trademark of International Business Machines. MS-DOS is a registered trademark of Microsoft Corporation. CDC is a registered trademark of Control Data Corporation. NOS is a trademark of Control Data Corporation.

  3. VENTURE/PC manual: A multidimensional multigroup neutron diffusion code system. Version 3

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

    Shapiro, A.; Huria, H.C.; Cho, K.W.

    1991-12-01

    VENTURE/PC is a recompilation of part of the Oak Ridge BOLD VENTURE code system, which will operate on an IBM PC or compatible computer. Neutron diffusion theory solutions are obtained for multidimensional, multigroup problems. This manual contains information associated with operating the code system. The purpose of the various modules used in the code system, and the input for these modules are discussed. The PC code structure is also given. Version 2 included several enhancements not given in the original version of the code. In particular, flux iterations can be done in core rather than by reading and writing tomore » disk, for problems which allow sufficient memory for such in-core iterations. This speeds up the iteration process. Version 3 does not include any of the special processors used in the previous versions. These special processors utilized formatted input for various elements of the code system. All such input data is now entered through the Input Processor, which produces standard interface files for the various modules in the code system. In addition, a Standard Interface File Handbook is included in the documentation which is distributed with the code, to assist in developing the input for the Input Processor.« less

  4. Ada Compiler Validation Summary Report: Certificate Number: 890420W1. 10066 International Business Machines Corporation, IBM Development System for the Ada Language, AIX/RT Ada Compiler, Version 1.1.1, IBM RT PC 6150-125

    DTIC Science & Technology

    1989-04-20

    International Business Machines Corporation, IBM Development System. for the Ada Language AIX/RT Ada Compiler, Version 1.1.1, Wright-Patterson APB...Certificate Number: 890420V1.10066 International Business Machines Corporation IBM Development System for the Ada Language AIX/RT Ada Compiler, Version 1.1.1...TEST INFORMATION The compiler was tested using command scripts provided by International Business Machines Corporation and reviewed by the validation

  5. A Method for Transferring Photoelectric Photometry Data from Apple II+ to IBM PC

    NASA Astrophysics Data System (ADS)

    Powell, Harry D.; Miller, James R.; Stephenson, Kipp

    1989-06-01

    A method is presented for transferring photoelectric photometry data files from an Apple II computer to an IBM PC computer in a form which is compatible with the AAVSO Photoelectric Photometry data collection process.

  6. Ada (Trade Name) Compiler Validation Summary Report: International Business Machines Corporation. IBM Development System for the Ada Language System, Version 1.1.0, IBM 4381 under MVS.

    DTIC Science & Technology

    1988-05-22

    TITLE (andSubtile) 5. TYPE OF REPORT & PERIOD COVERED Ada Compler Validation Summary Report: 22 May 1987 to 22 May 1988 International Business Machines...IBM Development System for the Ada Language System, Version 1.1.0, International Business Machines Corporation, Wright-Patterson AFB. IBM 4381 under...SUMMARY REPORT: International Business Machines Corporation IBM Development System f’or the Ada Language System, Version 1.1.0 IBM 4381 under MVS

  7. Ada (Tradename) Compiler Validation Summary Report. International Business Machines Corporation. IBM Development System for the Ada Language for VM/CMS, Version 1.0. IBM 4381 (IBM System/370) under VM/CMS.

    DTIC Science & Technology

    1986-04-29

    COMPILER VALIDATION SUMMARY REPORT: International Business Machines Corporation IBM Development System for the Ada Language for VM/CMS, Version 1.0 IBM 4381...tested using command scripts provided by International Business Machines Corporation. These scripts were reviewed by the validation team. Test.s were run...s): IBM 4381 (System/370) Operating System: VM/CMS, release 3.6 International Business Machines Corporation has made no deliberate extensions to the

  8. Ada (Tradename) Compiler Validation Summary Report. International Business Machines Corporation. IBM Development System for the Ada Language for MVS, Version 1.0. IBM 4381 (IBM System/370) under MVS.

    DTIC Science & Technology

    1986-05-05

    AVF-VSR-36.0187 Ada" COMPILER VALIDATION SUMMARY REPORT: International Business Machines Corporation IBM Development System for the Ada Language for...withdrawn from ACVC Version 1.7 were not run. The compiler was tested using command scripts provided by International Business Machines Corporation. These...APPENDIX A COMPLIANCE STATEMENT International Business Machines Corporation has submitted the following compliance statement concerning the IBM

  9. Digital data, composite video multiplexer and demultiplexer boards for an IBM PC/AT compatible computer

    NASA Technical Reports Server (NTRS)

    Smith, Dean Lance

    1993-01-01

    Work continued on the design of two IBM PC/AT compatible computer interface boards. The boards will permit digital data to be transmitted over a composite video channel from the Orbiter. One board combines data with a composite video signal. The other board strips the data from the video signal.

  10. Ada (Trade Name) Compiler Validation Summary Report: International Business Machines Corporation. IBM Development System for the Ada Language System, Version 1.1.0, IBM 4381 under VM/SP CMS Host, IBM 4381 under MVS Target

    DTIC Science & Technology

    1988-05-20

    AVF Control Number: AVF-VSR-84.1087 ’S (0 87-03-10-TEL I- Ada® COMPILER VALIDATION SUMMARY REPORT: International Business Machines Corporation IBM...System, Version 1.1.0, International Business Machines Corporation, Wright-Patterson AFB. IBM 4381 under VM/SP CMS, Release 3.6 (host) and IBM 4381...an IBM 4381 operating under MVS, Release 3.8. On-site testing was performed 18 May 1987 through 20 May 1987 at International Business Machines

  11. Ada Compiler Validation Summary Report: Certificate Number: 880318W1. 09041, International Business Machines Corporation, IBM Development System for the Ada Language, Version 2.1.0, IBM 4381 under VM/HPO, Host and Target

    DTIC Science & Technology

    1988-03-28

    International Business Machines Corporation IBM Development System for the Ada Language, Version 2.1.0 IBM 4381 under VM/HPO, host and target DTIC...necessary and identify by block number) International Business Machines Corporation, IBM Development System for the Ada Language, Version 2.1.0, IBM...in the compiler listed in this declaration. I declare that International Business Machines Corporation is the owner of record of the object code of the

  12. CD-ROM source data uploaded to the operating and storage devices of an IBM 3090 mainframe through a PC terminal.

    PubMed

    Boros, L G; Lepow, C; Ruland, F; Starbuck, V; Jones, S; Flancbaum, L; Townsend, M C

    1992-07-01

    A powerful method of processing MEDLINE and CINAHL source data uploaded to the IBM 3090 mainframe computer through an IBM/PC is described. Data are first downloaded from the CD-ROM's PC devices to floppy disks. These disks then are uploaded to the mainframe computer through an IBM/PC equipped with WordPerfect text editor and computer network connection (SONNGATE). Before downloading, keywords specifying the information to be accessed are typed at the FIND prompt of the CD-ROM station. The resulting abstracts are downloaded into a file called DOWNLOAD.DOC. The floppy disks containing the information are simply carried to an IBM/PC which has a terminal emulation (TELNET) connection to the university-wide computer network (SONNET) at the Ohio State University Academic Computing Services (OSU ACS). The WordPerfect (5.1) processes and saves the text into DOS format. Using the File Transfer Protocol (FTP, 130,000 bytes/s) of SONNET, the entire text containing the information obtained through the MEDLINE and CINAHL search is transferred to the remote mainframe computer for further processing. At this point, abstracts in the specified area are ready for immediate access and multiple retrieval by any PC having network switch or dial-in connection after the USER ID, PASSWORD and ACCOUNT NUMBER are specified by the user. The system provides the user an on-line, very powerful and quick method of searching for words specifying: diseases, agents, experimental methods, animals, authors, and journals in the research area downloaded. The user can also copy the TItles, AUthors and SOurce with optional parts of abstracts into papers under edition. This arrangement serves the special demands of a research laboratory by handling MEDLINE and CINAHL source data resulting after a search is performed with keywords specified for ongoing projects. Since the Ohio State University has a centrally founded mainframe system, the data upload, storage and mainframe operations are free.

  13. Ada Compiler Validation Summary Report: Certificate Number: 880318W1. 09043 International Business Machines Corporation IBM Development System for the Ada Language, Version 2.1.0 IBM 4381 under VM/HPO, Host IBM 4381 under MVS/XA, Target

    DTIC Science & Technology

    1988-03-28

    International Business Machines Corporation IBM Development System for the Ada Language, Version 2.1.0 IBM 4381 under VM/HPO, host IBM 4381 under MVS/XA, target...Program Office, AJPO 20. ABSTRACT (Continue on reverse side if necessary and identify by block number) International Business Machines Corporation, IBM...Standard ANSI/MIL-STD-1815A in the compiler listed in this declaration. I declare that International Business Machines Corporation is the owner of record

  14. AMPS/PC - AUTOMATIC MANUFACTURING PROGRAMMING SYSTEM

    NASA Technical Reports Server (NTRS)

    Schroer, B. J.

    1994-01-01

    The AMPS/PC system is a simulation tool designed to aid the user in defining the specifications of a manufacturing environment and then automatically writing code for the target simulation language, GPSS/PC. The domain of problems that AMPS/PC can simulate are manufacturing assembly lines with subassembly lines and manufacturing cells. The user defines the problem domain by responding to the questions from the interface program. Based on the responses, the interface program creates an internal problem specification file. This file includes the manufacturing process network flow and the attributes for all stations, cells, and stock points. AMPS then uses the problem specification file as input for the automatic code generator program to produce a simulation program in the target language GPSS. The output of the generator program is the source code of the corresponding GPSS/PC simulation program. The system runs entirely on an IBM PC running PC DOS Version 2.0 or higher and is written in Turbo Pascal Version 4 requiring 640K memory and one 360K disk drive. To execute the GPSS program, the PC must have resident the GPSS/PC System Version 2.0 from Minuteman Software. The AMPS/PC program was developed in 1988.

  15. Ada Compiler Validation Summary Report: Certificate Number 89020W1. 10073: International Business Machines Corporation, IBM Development System for the Ada Language, VM/CMS Ada Compiler, Version 2.1.1, IBM 3083 (Host and Target)

    DTIC Science & Technology

    1989-04-20

    International Business Machines Corporation) IBM Development System for the Ada Language, VN11/CMS Ada Compiler, Version 2.1.1, Wright-Patterson AFB, IBM 3083...890420W1.10073 International Business Machines Corporation IBM Development System for the Ada Language VM/CMS Ada Compiler Version 2.1.1 IBM 3083... International Business Machines Corporation and reviewed by the validation team. The compiler was tested using all default option settings except for the

  16. Conversion of the Aerodynamic Preliminary Analysis System (APAS) to an IBM PC Compatible Format

    NASA Technical Reports Server (NTRS)

    Kruep, John M.

    1995-01-01

    The conversion of the Aerodynamic Preliminary Analysis System (APAS) software from a Silicon Graphics UNIX-based platform to a DOS-based IBM PC compatible is discussed. Relevant background information is given, followed by a discussion of the steps taken to accomplish the conversion and a discussion of the type of problems encountered during the conversion. A brief comparison of aerodynamic data obtained using APAS with data from another source is also made.

  17. Heliport noise model (HNM) version 1 user's guide

    DOT National Transportation Integrated Search

    1988-02-01

    This document contains the instructions to execute the Heliport Noise Model (HNM), Version 1. HNM Version 1 is a computer tool for determining the total impact of helicopter noise at and around heliports. The model runs on IBM PC/XT/AT personal compu...

  18. The IEA/ORAU Long-Term Global Energy- CO2 Model: Personal Computer Version A84PC

    DOE Data Explorer

    Edmonds, Jae A.; Reilly, John M.; Boden, Thomas A. [CDIAC; Reynolds, S. E. [CDIAC; Barns, D. W.

    1995-01-01

    The IBM A84PC version of the Edmonds-Reilly model has the capability to calculate both CO2 and CH4 emission estimates by source and region. Population, labor productivity, end-use energy efficiency, income effects, price effects, resource base, technological change in energy production, environmental costs of energy production, market-penetration rate of energy-supply technology, solar and biomass energy costs, synfuel costs, and the number of forecast periods may be interactively inspected and altered producing a variety of global and regional CO2 and CH4 emission scenarios for 1975 through 2100. Users are strongly encouraged to see our instructions for downloading, installing, and running the model.

  19. The Top Six Compatibles: A Closer Look at the Machines That Are Most Compatible with the IBM PC.

    ERIC Educational Resources Information Center

    McMullen, Barbara E.; And Others

    1984-01-01

    Reviews six operationally compatible microcomputers that are most able to run IBM software without modifications--Compaq, Columbia, Corona, Hyperion, Eagle PC, and Chameleon. Information given for each includes manufacturer, uses, standard features, base list price, typical system price, and options and accessories. (MBR)

  20. Ada Compiler Validation Summary Report: Certificate Number: 890420W1. 10075 International Business Machines Corporation. IBM Development System, for the Ada Language CMS/MVS Ada Cross Compiler, Version 2.1.1 IBM 3083 Host and IBM 4381 Target

    DTIC Science & Technology

    1989-04-20

    International business Machines Corporati,:i IBM Development System for the Ada Language, CMS/MVS Ada Cross Compiler, Version 2.1.1, Wright-Patterson AFB, IBM...VALIDATION SUMMARY REPORT: Certificate Number: 890420W1.10075 International Business Machines Corporation IBM Development System for the Ada Language CMS...command scripts provided by International Business Machines Corporation and reviewed by the validation team. The compiler was tested using all default

  1. A DNA sequence analysis package for the IBM personal computer.

    PubMed Central

    Lagrimini, L M; Brentano, S T; Donelson, J E

    1984-01-01

    We present here a collection of DNA sequence analysis programs, called "PC Sequence" (PCS), which are designed to run on the IBM Personal Computer (PC). These programs are written in IBM PC compiled BASIC and take full advantage of the IBM PC's speed, error handling, and graphics capabilities. For a modest initial expense in hardware any laboratory can use these programs to quickly perform computer analysis on DNA sequences. They are written with the novice user in mind and require very little training or previous experience with computers. Also provided are a text editing program for creating and modifying DNA sequence files and a communications program which enables the PC to communicate with and collect information from mainframe computers and DNA sequence databases. PMID:6546433

  2. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (MACINTOSH VERSION)

    NASA Technical Reports Server (NTRS)

    Culbert, C.

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  3. Examples of Data Analysis with SPSS/PC+ Studentware.

    ERIC Educational Resources Information Center

    MacFarland, Thomas W.

    Intended for classroom use only, these unpublished notes contain computer lessons on descriptive statistics with files previously created in WordPerfect 4.2 and Lotus 1-2-3 Version 1.A for the IBM PC+. The statistical measures covered include Student's t-test with two independent samples; Student's t-test with a paired sample; Chi-square analysis;…

  4. A Version of the Graphics-Oriented Interactive Finite Element Time-Sharing System (GIFTS) for an IBM with CP/CMS.

    DTIC Science & Technology

    1982-03-01

    POSTGRADUATE SCHOOL fMonterey, California THESIS A VERSION OF THE GRAPHICS-ORIENTED INTERACTIVE FINITE ELEMENT TIME-SHARING SYSTEM ( GIFTS ) FOR AN IBM...Master’s & Engineer’s active Finite Element Time-sharing System Thesis - March 1982 ( GIFTS ) for an IBM with CP/CMS 6. penromm.oOn. REPoRT MUlmiR 1. AUTHOIee...ss0in D dinuf 5W M memisi) ’A version of the Graphics-oriented, Interactive, Finite element, Time-sharing System ( GIFTS ) has been developed for, and

  5. A Tutorial for SPSS/PC+ Studentware. Study Guide for the Doctor of Arts in Computer-Based Learning.

    ERIC Educational Resources Information Center

    MacFarland, Thomas W.; Hou, Cheng-I

    The purpose of this tutorial is to provide the basic information needed for success with SPSS/PC+ Studentware, a student version of the statistical analysis software offered by SPSS, Inc., for the IBM PC+ and compatible computers. It is intended as a convenient summary of how to organize and conduct the most common computer-based statistical…

  6. Ada Compiler Validation Summary Report. Certificate Number: 891129W1. 10198 International Business Machines Corporation, the IBM Development System for the Ada Language AIX/RT Follow-on, Version 1.1 IBM RT Follow-on. Completion of On-Site Testing: 29 November 1989

    DTIC Science & Technology

    1989-11-29

    nvmbe’j International Business Machines Corporation Wright-Patterson AFB, The IBM Development System for the Ada Language AIX/RT follow-on, Version 1.1...Certificate Number: 891129W1.10198 International Business Machines Corporation The IBM Development System for the Ada Language AIX/RT Follow-on, Version 1.1 IBM...scripts provided by International Business Machines Corporation and reviewed by the validation team. The compiler was tested using all the following

  7. Monte Carlo tests of the ELIPGRID-PC algorithm

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

    Davidson, J.R.

    1995-04-01

    The standard tool for calculating the probability of detecting pockets of contamination called hot spots has been the ELIPGRID computer code of Singer and Wickman. The ELIPGRID-PC program has recently made this algorithm available for an IBM{reg_sign} PC. However, no known independent validation of the ELIPGRID algorithm exists. This document describes a Monte Carlo simulation-based validation of a modified version of the ELIPGRID-PC code. The modified ELIPGRID-PC code is shown to match Monte Carlo-calculated hot-spot detection probabilities to within {plus_minus}0.5% for 319 out of 320 test cases. The one exception, a very thin elliptical hot spot located within a rectangularmore » sampling grid, differed from the Monte Carlo-calculated probability by about 1%. These results provide confidence in the ability of the modified ELIPGRID-PC code to accurately predict hot-spot detection probabilities within an acceptable range of error.« less

  8. Ada (Trade Name) Compiler Validation Summary Report: IBM Corporation. IBM Development System for the Ada Language System, Version 1.1.0, IBM 4381 under VM/SP CMS, Release 3.6.

    DTIC Science & Technology

    1988-05-19

    System for the Ada Language System, Version 1.1.0, 1.% International Business Machines Corporation, Wright-Patterson AFB. IBM 4381 under VM/SP CMS...THIS PAGE (When Data Enre’ed) AVF Control Number: AVF-VSR-82.1087 87-03-10-TEL ! Ada® COMPILER VALIDATION SUMMARY REPORT: International Business Machines...Organization (AVO). On-site testing was conducted from !8 May 1987 through 19 May 1987 at International Business Machines -orporation, San Diego CA. 1.2

  9. PC-SEAPAK user's guide, version 4.0

    NASA Technical Reports Server (NTRS)

    Mcclain, Charles R.; Fu, Gary; Darzi, Michael; Firestone, James K.

    1992-01-01

    PC-SEAPAK is designed to provide a complete and affordable capability for processing and analysis of NOAA Advanced Very High Resolution Radiometer (AVHRR) and Nimbus-7 Coastal Zone Color Scanner (CZCS) data. Since the release of version 3.0 over a year ago, significant revisions were made to the AVHRR and CZCS programs and to the statistical data analysis module, and a number of new programs were added. This new version has 114 procedures listed in its menus. The package continues to emphasize user-friendliness and interactive data analysis. Additionally, because the scientific goals of the ocean color research being conducted have shifted to larger space and time scales, batch processing capabilities were enhanced, allowing large quantities of data to be easily ingested and analyzed. The development of PC-SEAPAK was paralled by two other activities that were influential and assistive: the global CZCS processing effort at GSFC and the continued development of VAX-SEAPAK. SEAPAK incorporates the instrument calibration and support all levels of data available from the CZCS archive.

  10. METLIN-PC: An applications-program package for problems of mathematical programming

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

    Pshenichnyi, B.N.; Sobolenko, L.A.; Sosnovskii, A.A.

    1994-05-01

    The METLIN-PC applications-program package (APP) was developed at the V.M. Glushkov Institute of Cybernetics of the Academy of Sciences of Ukraine on IBM PC XT and AT computers. The present version of the package was written in Turbo Pascal and Fortran-77. The METLIN-PC is chiefly designed for the solution of smooth problems of mathematical programming and is a further development of the METLIN prototype, which was created earlier on a BESM-6 computer. The principal property of the previous package is retained - the applications modules employ a single approach based on the linearization method of B.N. Pschenichnyi. Hence the namemore » {open_quotes}METLIN.{close_quotes}« less

  11. Ada Compiler Validation Summary Report: Certificate Number 880318W1. 09042, International Business Machines Corporation, IBM Development System for the Ada Language, Version 2.1.0, IBM 4381 under MVS/XA, Host and Target

    DTIC Science & Technology

    1988-03-28

    International Business Machines Corporation IBM Development System for the Ada Language, Version 2.1.0 IBM 4381 under MVS/XA, host and target Completion...Joint Program Office, AJPO 20. ABSTRACT (Continue on reverse side if necessary and identify by block number) International Business Machines Corporation...in the compiler listed in this declaration. I declare that International Business Machines Corporation is the owner of record of the object code of

  12. VENTURE/PC manual: A multidimensional multigroup neutron diffusion code system

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

    Shapiro, A.; Huria, H.C.; Cho, K.W.

    1991-12-01

    VENTURE/PC is a recompilation of part of the Oak Ridge BOLD VENTURE code system, which will operate on an IBM PC or compatible computer. Neutron diffusion theory solutions are obtained for multidimensional, multigroup problems. This manual contains information associated with operating the code system. The purpose of the various modules used in the code system, and the input for these modules are discussed. The PC code structure is also given. Version 2 included several enhancements not given in the original version of the code. In particular, flux iterations can be done in core rather than by reading and writing tomore » disk, for problems which allow sufficient memory for such in-core iterations. This speeds up the iteration process. Version 3 does not include any of the special processors used in the previous versions. These special processors utilized formatted input for various elements of the code system. All such input data is now entered through the Input Processor, which produces standard interface files for the various modules in the code system. In addition, a Standard Interface File Handbook is included in the documentation which is distributed with the code, to assist in developing the input for the Input Processor.« less

  13. Calculation of Weibull strength parameters, Batdorf flaw density constants and related statistical quantities using PC-CARES

    NASA Technical Reports Server (NTRS)

    Szatmary, Steven A.; Gyekenyesi, John P.; Nemeth, Noel N.

    1990-01-01

    This manual describes the operation and theory of the PC-CARES (Personal Computer-Ceramic Analysis and Reliability Evaluation of Structures) computer program for the IBM PC and compatibles running PC-DOS/MS-DOR OR IBM/MS-OS/2 (version 1.1 or higher) operating systems. The primary purpose of this code is to estimate Weibull material strength parameters, the Batdorf crack density coefficient, and other related statistical quantities. Included in the manual is the description of the calculation of shape and scale parameters of the two-parameter Weibull distribution using the least-squares analysis and maximum likelihood methods for volume- and surface-flaw-induced fracture in ceramics with complete and censored samples. The methods for detecting outliers and for calculating the Kolmogorov-Smirnov and the Anderson-Darling goodness-of-fit statistics and 90 percent confidence bands about the Weibull line, as well as the techniques for calculating the Batdorf flaw-density constants are also described.

  14. COMPPAP - COMPOSITE PLATE BUCKLING ANALYSIS PROGRAM (UNIX VERSION)

    NASA Technical Reports Server (NTRS)

    Smith, J. P.

    1994-01-01

    The Composite Plate Buckling Analysis Program (COMPPAP) was written to help engineers determine buckling loads of orthotropic (or isotropic) irregularly shaped plates without requiring hand calculations from design curves or extensive finite element modeling. COMPPAP is a one element finite element program that utilizes high-order displacement functions. The high order of the displacement functions enables the user to produce results more accurate than traditional h-finite elements. This program uses these high-order displacement functions to perform a plane stress analysis of a general plate followed by a buckling calculation based on the stresses found in the plane stress solution. The current version assumes a flat plate (constant thickness) subject to a constant edge load (normal or shear) on one or more edges. COMPPAP uses the power method to find the eigenvalues of the buckling problem. The power method provides an efficient solution when only one eigenvalue is desired. Once the eigenvalue is found, the eigenvector, which corresponds to the plate buckling mode shape, results as a by-product. A positive feature of the power method is that the dominant eigenvalue is the first found, which is this case is the plate buckling load. The reported eigenvalue expresses a load factor to induce plate buckling. COMPPAP is written in ANSI FORTRAN 77. Two machine versions are available from COSMIC: a PC version (MSC-22428), which is for IBM PC 386 series and higher computers and compatibles running MS-DOS; and a UNIX version (MSC-22286). The distribution medium for both machine versions includes source code for both single and double precision versions of COMPPAP. The PC version includes source code which has been optimized for implementation within DOS memory constraints as well as sample executables for both the single and double precision versions of COMPPAP. The double precision versions of COMPPAP have been successfully implemented on an IBM PC 386 compatible running

  15. LERC-SLAM - THE NASA LEWIS RESEARCH CENTER SATELLITE LINK ATTENUATION MODEL PROGRAM (MACINTOSH VERSION)

    NASA Technical Reports Server (NTRS)

    Manning, R. M.

    1994-01-01

    antenna required to establish a link with the satellite, the statistical parameters that characterize the rainrate process at the terminal site, the length of the propagation path within the potential rain region, and its projected length onto the local horizontal. The IBM PC version of LeRC-SLAM (LEW-14979) is written in Microsoft QuickBASIC for an IBM PC compatible computer with a monitor and printer capable of supporting an 80-column format. The IBM PC version is available on a 5.25 inch MS-DOS format diskette. The program requires about 30K RAM. The source code and executable are included. The Macintosh version of LeRC-SLAM (LEW-14977) is written in Microsoft Basic, Binary (b) v2.00 for Macintosh II series computers running MacOS. This version requires 400K RAM and is available on a 3.5 inch 800K Macintosh format diskette, which includes source code only. The Macintosh version was developed in 1987 and the IBM PC version was developed in 1989. IBM PC is a trademark of International Business Machines. MS-DOS is a registered trademark of Microsoft Corporation. Macintosh is a registered trademark of Apple Computer, Inc.

  16. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (UNIX VERSION)

    NASA Technical Reports Server (NTRS)

    Donnell, B.

    1994-01-01

    COOL (that is, a rule can pattern match on objects created using COOL). CLIPS 6.0 provides the capability to define functions, overloaded functions, and global variables interactively. In addition, CLIPS can be embedded within procedural code, called as a subroutine, and integrated with languages such as C, FORTRAN and Ada. CLIPS can be easily extended by a user through the use of several well-defined protocols. CLIPS provides several delivery options for programs including the ability to generate stand alone executables or to load programs from text or binary files. CLIPS 6.0 provides support for the modular development and execution of knowledge bases with the defmodule construct. CLIPS modules allow a set of constructs to be grouped together such that explicit control can be maintained over restricting the access of the constructs by other modules. This type of control is similar to global and local scoping used in languages such as C or Ada. By restricting access to deftemplate and defclass constructs, modules can function as blackboards, permitting only certain facts and instances to be seen by other modules. Modules are also used by rules to provide execution control. The CRSV (Cross-Reference, Style, and Verification) utility included with previous version of CLIPS is no longer supported. The capabilities provided by this tool are now available directly within CLIPS 6.0 to aid in the development, debugging, and verification of large rule bases. COSMIC offers four distribution versions of CLIPS 6.0: UNIX (MSC-22433), VMS (MSC-22434), MACINTOSH (MSC-22429), and IBM PC (MSC-22430). Executable files, source code, utilities, documentation, and examples are included on the program media. All distribution versions include identical source code for the command line version of CLIPS 6.0. This source code should compile on any platform with an ANSI C compiler. Each distribution version of CLIPS 6.0, except that for the Macintosh platform, includes an executable for the

  17. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (MACINTOSH VERSION)

    NASA Technical Reports Server (NTRS)

    Riley, G.

    1994-01-01

    COOL (that is, a rule can pattern match on objects created using COOL). CLIPS 6.0 provides the capability to define functions, overloaded functions, and global variables interactively. In addition, CLIPS can be embedded within procedural code, called as a subroutine, and integrated with languages such as C, FORTRAN and Ada. CLIPS can be easily extended by a user through the use of several well-defined protocols. CLIPS provides several delivery options for programs including the ability to generate stand alone executables or to load programs from text or binary files. CLIPS 6.0 provides support for the modular development and execution of knowledge bases with the defmodule construct. CLIPS modules allow a set of constructs to be grouped together such that explicit control can be maintained over restricting the access of the constructs by other modules. This type of control is similar to global and local scoping used in languages such as C or Ada. By restricting access to deftemplate and defclass constructs, modules can function as blackboards, permitting only certain facts and instances to be seen by other modules. Modules are also used by rules to provide execution control. The CRSV (Cross-Reference, Style, and Verification) utility included with previous version of CLIPS is no longer supported. The capabilities provided by this tool are now available directly within CLIPS 6.0 to aid in the development, debugging, and verification of large rule bases. COSMIC offers four distribution versions of CLIPS 6.0: UNIX (MSC-22433), VMS (MSC-22434), MACINTOSH (MSC-22429), and IBM PC (MSC-22430). Executable files, source code, utilities, documentation, and examples are included on the program media. All distribution versions include identical source code for the command line version of CLIPS 6.0. This source code should compile on any platform with an ANSI C compiler. Each distribution version of CLIPS 6.0, except that for the Macintosh platform, includes an executable for the

  18. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (DEC VAX VMS VERSION)

    NASA Technical Reports Server (NTRS)

    Donnell, B.

    1994-01-01

    COOL (that is, a rule can pattern match on objects created using COOL). CLIPS 6.0 provides the capability to define functions, overloaded functions, and global variables interactively. In addition, CLIPS can be embedded within procedural code, called as a subroutine, and integrated with languages such as C, FORTRAN and Ada. CLIPS can be easily extended by a user through the use of several well-defined protocols. CLIPS provides several delivery options for programs including the ability to generate stand alone executables or to load programs from text or binary files. CLIPS 6.0 provides support for the modular development and execution of knowledge bases with the defmodule construct. CLIPS modules allow a set of constructs to be grouped together such that explicit control can be maintained over restricting the access of the constructs by other modules. This type of control is similar to global and local scoping used in languages such as C or Ada. By restricting access to deftemplate and defclass constructs, modules can function as blackboards, permitting only certain facts and instances to be seen by other modules. Modules are also used by rules to provide execution control. The CRSV (Cross-Reference, Style, and Verification) utility included with previous version of CLIPS is no longer supported. The capabilities provided by this tool are now available directly within CLIPS 6.0 to aid in the development, debugging, and verification of large rule bases. COSMIC offers four distribution versions of CLIPS 6.0: UNIX (MSC-22433), VMS (MSC-22434), MACINTOSH (MSC-22429), and IBM PC (MSC-22430). Executable files, source code, utilities, documentation, and examples are included on the program media. All distribution versions include identical source code for the command line version of CLIPS 6.0. This source code should compile on any platform with an ANSI C compiler. Each distribution version of CLIPS 6.0, except that for the Macintosh platform, includes an executable for the

  19. A performance evaluation of the IBM 370/XT personal computer

    NASA Technical Reports Server (NTRS)

    Dominick, Wayne D. (Editor); Triantafyllopoulos, Spiros

    1984-01-01

    An evaluation of the IBM 370/XT personal computer is given. This evaluation focuses primarily on the use of the 370/XT for scientific and technical applications and applications development. A measurement of the capabilities of the 370/XT was performed by means of test programs which are presented. Also included is a review of facilities provided by the operating system (VM/PC), along with comments on the IBM 370/XT hardware configuration.

  20. SHABERTH - ANALYSIS OF A SHAFT BEARING SYSTEM (CRAY VERSION)

    NASA Technical Reports Server (NTRS)

    Coe, H. H.

    1994-01-01

    shear forces in the inlet zone of lubricated contacts, which accounts for the degree of lubricant film starvation; modeling normal and friction forces between a ball and a cage pocket, which account for the transition between the hydrodynamic and elastohydrodynamic regimes of lubrication; and a model of the effect on fatigue life of the ratio of the EHD plateau film thickness to the composite surface roughness. SHABERTH is intended to be as general as possible. The models in SHABERTH allow for the complete mathematical simulation of real physical systems. Systems are limited to a maximum of five bearings supporting the shaft, a maximum of thirty rolling elements per bearing, and a maximum of one hundred temperature nodes. The SHABERTH program structure is modular and has been designed to permit refinement and replacement of various component models as the need and opportunities develop. A preprocessor is included in the IBM PC version of SHABERTH to provide a user friendly means of developing SHABERTH models and executing the resulting code. The preprocessor allows the user to create and modify data files with minimal effort and a reduced chance for errors. Data is utilized as it is entered; the preprocessor then decides what additional data is required to complete the model. Only this required information is requested. The preprocessor can accommodate data input for any SHABERTH compatible shaft bearing system model. The system may include ball bearings, roller bearings, and/or tapered roller bearings. SHABERTH is written in FORTRAN 77, and two machine versions are available from COSMIC. The CRAY version (LEW-14860) has a RAM requirement of 176K of 64 bit words. The IBM PC version (MFS-28818) is written for IBM PC series and compatible computers running MS-DOS, and includes a sample MS-DOS executable. For execution, the PC version requires at least 1Mb of RAM and an 80386 or 486 processor machine with an 80x87 math co-processor. The standard distribution medium for the

  1. Reviews.

    ERIC Educational Resources Information Center

    Journal of Chemical Education, 1988

    1988-01-01

    Reviews three softwre packages: "Molecular Graphics on the Apple Microcomputer, Enhanced Version 2.0"; "Molecular Graphics on the IBM PC Microcomputer"; and "Molecular Animator, IBM PC Version." Packages are rated based on ease of use, subject matter content, pedagogic value, and student reaction. (CW)

  2. SHABERTH - ANALYSIS OF A SHAFT BEARING SYSTEM (CRAY VERSION)

    NASA Technical Reports Server (NTRS)

    Coe, H. H.

    1994-01-01

    shear forces in the inlet zone of lubricated contacts, which accounts for the degree of lubricant film starvation; modeling normal and friction forces between a ball and a cage pocket, which account for the transition between the hydrodynamic and elastohydrodynamic regimes of lubrication; and a model of the effect on fatigue life of the ratio of the EHD plateau film thickness to the composite surface roughness. SHABERTH is intended to be as general as possible. The models in SHABERTH allow for the complete mathematical simulation of real physical systems. Systems are limited to a maximum of five bearings supporting the shaft, a maximum of thirty rolling elements per bearing, and a maximum of one hundred temperature nodes. The SHABERTH program structure is modular and has been designed to permit refinement and replacement of various component models as the need and opportunities develop. A preprocessor is included in the IBM PC version of SHABERTH to provide a user friendly means of developing SHABERTH models and executing the resulting code. The preprocessor allows the user to create and modify data files with minimal effort and a reduced chance for errors. Data is utilized as it is entered; the preprocessor then decides what additional data is required to complete the model. Only this required information is requested. The preprocessor can accommodate data input for any SHABERTH compatible shaft bearing system model. The system may include ball bearings, roller bearings, and/or tapered roller bearings. SHABERTH is written in FORTRAN 77, and two machine versions are available from COSMIC. The CRAY version (LEW-14860) has a RAM requirement of 176K of 64 bit words. The IBM PC version (MFS-28818) is written for IBM PC series and compatible computers running MS-DOS, and includes a sample MS-DOS executable. For execution, the PC version requires at least 1Mb of RAM and an 80386 or 486 processor machine with an 80x87 math co-processor. The standard distribution medium for the

  3. Multitasking Operating Systems for the IBM PC.

    ERIC Educational Resources Information Center

    Owen, G. Scott

    1985-01-01

    The ability of a microcomputer to execute several programs at the same time is called "multitasking." The nature and use of one multitasking operating system Concurrent PC-DOS from Digital Research (the developers of the CP/M operating system) are discussed. (JN)

  4. NETS - A NEURAL NETWORK DEVELOPMENT TOOL, VERSION 3.0 (MACINTOSH VERSION)

    NASA Technical Reports Server (NTRS)

    Phillips, T. A.

    1994-01-01

    allows the user to generate C code to implement the network loaded into the system. This permits the placement of networks as components, or subroutines, in other systems. In short, once a network performs satisfactorily, the Generate C Code option provides the means for creating a program separate from NETS to run the network. Other features: files may be stored in binary or ASCII format; multiple input propagation is permitted; bias values may be included; capability to scale data without writing scaling code; quick interactive testing of network from the main menu; and several options that allow the user to manipulate learning efficiency. NETS is written in ANSI standard C language to be machine independent. The Macintosh version (MSC-22108) includes code for both a graphical user interface version and a command line interface version. The machine independent version (MSC-21588) only includes code for the command line interface version of NETS 3.0. The Macintosh version requires a Macintosh II series computer and has been successfully implemented under System 7. Four executables are included on these diskettes, two for floating point operations and two for integer arithmetic. It requires Think C 5.0 to compile. A minimum of 1Mb of RAM is required for execution. Sample input files and executables for both the command line version and the Macintosh user interface version are provided on the distribution medium. The Macintosh version is available on a set of three 3.5 inch 800K Macintosh format diskettes. The machine independent version has been successfully implemented on an IBM PC series compatible running MS-DOS, a DEC VAX running VMS, a SunIPC running SunOS, and a CRAY Y-MP running UNICOS. Two executables for the IBM PC version are included on the MS-DOS distribution media, one compiled for floating point operations and one for integer arithmetic. The machine independent version is available on a set of three 5.25 inch 360K MS-DOS format diskettes (standard

  5. Two autowire versions for CDC-3200 and IBM-360

    NASA Technical Reports Server (NTRS)

    Billingsley, J. B.

    1972-01-01

    Microelectronics program was initiated to evaluate circuitry, packaging methods, and fabrication approaches necessary to produce completely procured logic system. Two autowire programs were developed for CDC-3200 and IBM-360 computers for use in designing logic systems.

  6. New Generation General Purpose Computer (GPC) compact IBM unit

    NASA Technical Reports Server (NTRS)

    1991-01-01

    New Generation General Purpose Computer (GPC) compact IBM unit replaces a two-unit earlier generation computer. The new IBM unit is documented in table top views alone (S91-26867, S91-26868), with the onboard equipment it supports including the flight deck CRT screen and keypad (S91-26866), and next to the two earlier versions it replaces (S91-26869).

  7. PC-CUBE: A Personal Computer Based Hypercube

    NASA Technical Reports Server (NTRS)

    Ho, Alex; Fox, Geoffrey; Walker, David; Snyder, Scott; Chang, Douglas; Chen, Stanley; Breaden, Matt; Cole, Terry

    1988-01-01

    PC-CUBE is an ensemble of IBM PCs or close compatibles connected in the hypercube topology with ordinary computer cables. Communication occurs at the rate of 115.2 K-band via the RS-232 serial links. Available for PC-CUBE is the Crystalline Operating System III (CrOS III), Mercury Operating System, CUBIX and PLOTIX which are parallel I/O and graphics libraries. A CrOS performance monitor was developed to facilitate the measurement of communication and computation time of a program and their effects on performance. Also available are CXLISP, a parallel version of the XLISP interpreter; GRAFIX, some graphics routines for the EGA and CGA; and a general execution profiler for determining execution time spent by program subroutines. PC-CUBE provides a programming environment similar to all hypercube systems running CrOS III, Mercury and CUBIX. In addition, every node (personal computer) has its own graphics display monitor and storage devices. These allow data to be displayed or stored at every processor, which has much instructional value and enables easier debugging of applications. Some application programs which are taken from the book Solving Problems on Concurrent Processors (Fox 88) were implemented with graphics enhancement on PC-CUBE. The applications range from solving the Mandelbrot set, Laplace equation, wave equation, long range force interaction, to WaTor, an ecological simulation.

  8. NETS - A NEURAL NETWORK DEVELOPMENT TOOL, VERSION 3.0 (MACHINE INDEPENDENT VERSION)

    NASA Technical Reports Server (NTRS)

    Baffes, P. T.

    1994-01-01

    allows the user to generate C code to implement the network loaded into the system. This permits the placement of networks as components, or subroutines, in other systems. In short, once a network performs satisfactorily, the Generate C Code option provides the means for creating a program separate from NETS to run the network. Other features: files may be stored in binary or ASCII format; multiple input propagation is permitted; bias values may be included; capability to scale data without writing scaling code; quick interactive testing of network from the main menu; and several options that allow the user to manipulate learning efficiency. NETS is written in ANSI standard C language to be machine independent. The Macintosh version (MSC-22108) includes code for both a graphical user interface version and a command line interface version. The machine independent version (MSC-21588) only includes code for the command line interface version of NETS 3.0. The Macintosh version requires a Macintosh II series computer and has been successfully implemented under System 7. Four executables are included on these diskettes, two for floating point operations and two for integer arithmetic. It requires Think C 5.0 to compile. A minimum of 1Mb of RAM is required for execution. Sample input files and executables for both the command line version and the Macintosh user interface version are provided on the distribution medium. The Macintosh version is available on a set of three 3.5 inch 800K Macintosh format diskettes. The machine independent version has been successfully implemented on an IBM PC series compatible running MS-DOS, a DEC VAX running VMS, a SunIPC running SunOS, and a CRAY Y-MP running UNICOS. Two executables for the IBM PC version are included on the MS-DOS distribution media, one compiled for floating point operations and one for integer arithmetic. The machine independent version is available on a set of three 5.25 inch 360K MS-DOS format diskettes (standard

  9. Modifications of the IBM personal computer synchronous communications support programs for use with the Multics

    USGS Publications Warehouse

    Kork, John O.

    1983-01-01

    Version 1.00 of the Asynchronous Communications Support supplied with the IBM Personal Computer must be modified to be used for communications with Multics. Version 2.00 can be used as supplied, but error checking and screen printing capabilities can be added by using modifications very similar to those required for Version 1.00. This paper describes and lists required programs on Multics and appropriate modifications to both Versions 1.00 and 2.00 of the programs supplied by IBM.

  10. PC-SPES (PDQ®)—Patient Version

    Cancer.gov

    PC-SPES is a dietary supplement promoted for prostate health that is no longer on the market. It was found that PC-SPES was contaminated with prescription medicines. PC-SPES is not legally available in the United States. Learn more about PC-SPES in this expert-reviewed summary.

  11. High Resolution Displays In The Apple Macintosh And IBM PC Environments

    NASA Astrophysics Data System (ADS)

    Winegarden, Steven

    1989-07-01

    High resolution displays are one of the key elements that distinguish user oriented document finishing or publishing stations. A number of factors have been involved in bringing these to the desktop environment. At Sigma Designs we have concentrated on enhancing the capabilites of IBM PCs and compatibles and Apple Macintosh computer systems.

  12. Generically Used Expert Scheduling System (GUESS): User's Guide Version 1.0

    NASA Technical Reports Server (NTRS)

    Liebowitz, Jay; Krishnamurthy, Vijaya; Rodens, Ira

    1996-01-01

    This user's guide contains instructions explaining how to best operate the program GUESS, a generic expert scheduling system. GUESS incorporates several important features for a generic scheduler, including automatic scheduling routines to generate a 'first' schedule for the user, a user interface that includes Gantt charts and enables the human scheduler to manipulate schedules manually, diagnostic report generators, and a variety of scheduling techniques. The current version of GUESS runs on an IBM PC or compatible in the Windows 3.1 or Windows '95 environment.

  13. PC-SEAPAK - ANALYSIS OF COASTAL ZONE COLOR SCANNER AND ADVANCED VERY HIGH RESOLUTION RADIOMETER DATA

    NASA Technical Reports Server (NTRS)

    Mcclain, C. R.

    1994-01-01

    incompatibilities between the MVP-AT image board and ZENITH computers. Also, the MVP-AT image board is not necessarily compatible with 486-based systems; users of 486-based systems should consult with Matrox about compatibility concerns. Other PC-SEAPAK requirements include a Microsoft mouse (serial version), 2Mb RAM, and 100Mb hard disk space. For data ingest and backup, 9-track tape, 8mm tape and optical disks are supported and recommended. PC-SEAPAK has been under development since 1988. Version 4.0 was updated in 1992, and is distributed without source code. It is available only as a set of 36 1.2Mb 5.25 inch IBM MS-DOS format diskettes. PC-SEAPAK is a copyrighted product with all copyright vested in the National Aeronautics and Space Administration. Phar Lap's DOS_Extender run-time version is integrated into several of the programs; therefore, the PC-SEAPAK programs may not be duplicated. Three of the distribution diskettes contain DOS_Extender files. One of the distribution diskettes contains Media Cybernetics' HALO88 font files, also licensed by NASA for dissemination but not duplication. IBM is a registered trademark of International Business Machines. MS-DOS is a registered trademark of Microsoft Corporation. HALO88 is a registered trademark of Media Cybernetics, but the product was discontinued in 1991.

  14. The USL NASA PC R and D development environment standards

    NASA Technical Reports Server (NTRS)

    Dominick, Wayne D. (Editor); Moreau, Dennis R.

    1984-01-01

    The development environment standards which have been established in order to control usage of the IBM PC/XT development systems and to prevent interference between projects being currently developed on the PC's are discussed. The standards address the following areas: scheduling PC resources; login/logout procedures; training; file naming conventions; hard disk organization; diskette care; backup procedures; and copying policies.

  15. PC Vendor Viability, or Whatever Happened to HiTech International?

    ERIC Educational Resources Information Center

    Crawford, Walt

    1993-01-01

    Reports on the feasibility of vendors of IBM PC compatible computers based on issues of "PC Magazine" from September 1985 to the present. Results by year are given in tabular and text form. Implications of orphan systems for libraries, advertising problems, and predictors of success are discussed. (EAM)

  16. PC-SPES (PDQ®)—Health Professional Version

    Cancer.gov

    PC-SPES has undergone considerable research looking at the anticancer properties, but results are inconclusive due contamination of PC-SPES. PC-SPES is not legally available in the United States. Get detailed information about PC-SPES in this clinician summary.

  17. The USL NASA PC R and D project: General specifications of objectives

    NASA Technical Reports Server (NTRS)

    Dominick, Wayne D. (Editor)

    1984-01-01

    Given here are the general specifications of the objectives of the University of Southwestern Louisiana Data Base Management System (USL/DBMS) NASA PC R and D Project, a project initiated to address future R and D issues related to PC-based processing environments acquired pursuant to the NASA contract work; namely, the IBM PC/XT systems.

  18. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (IBM RS/6000 VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC

  19. DISCOS- DYNAMIC INTERACTION SIMULATION OF CONTROLS AND STRUCTURES (IBM VERSION)

    NASA Technical Reports Server (NTRS)

    Frisch, H. P.

    1994-01-01

    calculated parameters for each body of the structure, system state vector and its time derivatives, euler angles and position coordinates and their time derivatives, control system variables and their time derivatives, and various system parameters at a given simulation time. For linearized system analysis, output includes the various transfer matrices, eigenvectors, and calculated eigenvalues. The DISCOS program is available by license for a period of ten (10) years to approved licensees. The licensed program product delivered includes the source code and supporting documentation. Additional documentation may be purchased separately at any time. The IBM version of DISCOS is written in FORTRAN IV for batch execution and has been implemented on an IBM 360 series computer under OS with a central memory requirement of approximately 1,100K of 8 bit bytes. The DEC VAX version of DISCOS is written in FORTRAN for batch execution and has been implemented on a DEC VAX series computer under VMS. For plotted output a SC4020 plotting system is required. DISCOS was developed on the IBM in 1978 and was adapted (with enhancements) to the DEC VAX in 1982.

  20. Computing Operating Characteristics Of Bearing/Shaft Systems

    NASA Technical Reports Server (NTRS)

    Moore, James D.

    1996-01-01

    SHABERTH computer program predicts operating characteristics of bearings in multibearing load-support system. Lubricated and nonlubricated bearings modeled. Calculates loads, torques, temperatures, and fatigue lives of ball and/or roller bearings on single shaft. Provides for analysis of reaction of system to termination of supply of lubricant to bearings and other lubricated mechanical elements. Valuable in design and analysis of shaft/bearing systems. Two versions of SHABERTH available. Cray version (LEW-14860), "Computing Thermal Performances Of Shafts and Bearings". IBM PC version (MFS-28818), written for IBM PC-series and compatible computers running MS-DOS.

  1. The IBM PC as an Online Search Machine--Part 2: Physiology for Searchers.

    ERIC Educational Resources Information Center

    Kolner, Stuart J.

    1985-01-01

    Enumerates "hardware problems" associated with use of the IBM personal computer as an online search machine: purchase of machinery, unpacking of parts, and assembly into a properly functioning computer. Components that allow transformations of computer into a search machine (combination boards, printer, modem) and diagnostics software…

  2. SAP- FORTRAN STATIC SOURCE CODE ANALYZER PROGRAM (IBM VERSION)

    NASA Technical Reports Server (NTRS)

    Manteufel, R.

    1994-01-01

    The FORTRAN Static Source Code Analyzer program, SAP, was developed to automatically gather statistics on the occurrences of statements and structures within a FORTRAN program and to provide for the reporting of those statistics. Provisions have been made for weighting each statistic and to provide an overall figure of complexity. Statistics, as well as figures of complexity, are gathered on a module by module basis. Overall summed statistics are also accumulated for the complete input source file. SAP accepts as input syntactically correct FORTRAN source code written in the FORTRAN 77 standard language. In addition, code written using features in the following languages is also accepted: VAX-11 FORTRAN, IBM S/360 FORTRAN IV Level H Extended; and Structured FORTRAN. The SAP program utilizes two external files in its analysis procedure. A keyword file allows flexibility in classifying statements and in marking a statement as either executable or non-executable. A statistical weight file allows the user to assign weights to all output statistics, thus allowing the user flexibility in defining the figure of complexity. The SAP program is written in FORTRAN IV for batch execution and has been implemented on a DEC VAX series computer under VMS and on an IBM 370 series computer under MVS. The SAP program was developed in 1978 and last updated in 1985.

  3. REMOTE: Modem Communicator Program for the IBM personal computer

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

    McGirt, F.

    1984-06-01

    REMOTE, a Modem Communicator Program, was developed to provide full duplex serial communication with arbitrary remote computers via either dial-up telephone modems or direct lines. The latest version of REMOTE (documented in this report) was developed for the IBM Personal Computer.

  4. The IBM PC as an Online Search Machine. Part 5: Searching through Crosstalk.

    ERIC Educational Resources Information Center

    Kolner, Stuart J.

    1985-01-01

    This last of a five-part series on using the IBM personal computer for online searching highlights a brief review, search process, making the connection, switching between screens and modes, online transaction, capture buffer controls, coping with options, function keys, script files, processing downloaded information, note to TELEX users, and…

  5. Earth Observations Division version of the Laboratory for Applications of Remote Sensing System (EOD-LARSYS) user guide for the IBM 370/148. Volume 2: User reference manual

    NASA Technical Reports Server (NTRS)

    Aucoin, P. J.; Stewart, J.; Mckay, M. F. (Principal Investigator)

    1980-01-01

    This document presents instructions for analysts who use the EOD-LARSYS as programmed on the Purdue University IBM 370/148 (recently replaced by the IBM 3031) computer. It presents sample applications, control cards, and error messages for all processors in the system and gives detailed descriptions of the mathematical procedures and information needed to execute the system and obtain the desired output. EOD-LARSYS is the JSC version of an integrated batch system for analysis of multispectral scanner imagery data. The data included is designed for use with the as built documentation (volume 3) and the program listings (volume 4). The system is operational from remote terminals at Johnson Space Center under the virtual machine/conversational monitor system environment.

  6. Assessing cancer-specific anxiety in Chinese men with prostate cancer: psychometric evaluation of the Chinese version of the Memorial Anxiety Scale for Prostate Cancer (MAX-PC).

    PubMed

    Huang, Qingmei; Jiang, Ping; Zhang, Zijun; Luo, Jie; Dai, Yun; Zheng, Li; Wang, Wei

    2017-12-01

    The Memorial Anxiety Scale for Prostate Cancer (MAX-PC) was developed to identify and assess cancer-specific anxiety among men with prostate cancer (PCa); however, there is no Chinese version. The aim of our study was to translate the English version of MAX-PC into Chinese and evaluate the psychometric properties of it. The study cohort comprised 254 participants. Internal consistency including the Cronbach's alpha coefficient and item-total correlations were used to measure the reliability of the scale. Factor structure was analyzed by exploratory factor analysis and concurrent validity by comparing MAX-PC scores with anxiety subscale scores of the Hospital Anxiety and Depression Scale (HADS). Divergent validity was assessed by correlating MAX-PC with HADS depression subscale, while discriminant ability by comparing differences in MAX-PC scores between different patient groups. The Chinese version of MAX-PC demonstrated good reliability; the Cronbach's alpha coefficient for the total and three subscales (prostate cancer anxiety, PSA anxiety, and fear of recurrence) being 0.94, 0.93, 0.82, and 0.85, respectively. Exploratory factor analysis supported the three-factor structure of the scale established in the original version. Despite the somewhat underperformed divergent validity, the scale demonstrated good concurrent validity with a strong correlation with the HADS anxiety subscale (r = 0.71, p < 0.01). Moreover, discriminant ability was demonstrated by ability to differentiate between disease stages. The MAX-PC Chinese version was confirmed to be a valid, reliable instrument and is thus appropriate for identifying and quantifying cancer-specific anxiety in Chinese PCa patients.

  7. USER'S GUIDE TO THE PERSONAL COMPUTER VERSION OF THE BIOGENIC EMISSIONS INVENTORY SYSTEM (PC-BEIS2)

    EPA Science Inventory

    The document is a user's guide for an updated Personal Computer version of the Biogenic Emissions Inventory System (PC-BEIS2), allowing users to estimate hourly emissions of biogenic volatile organic compounds (BVOCs) and soil nitrogen oxide emissions for any county in the contig...

  8. Investigation of triaxiality in 54122-128Xe isotopes in the framework of sdg-IBM

    NASA Astrophysics Data System (ADS)

    Jafarizadeh, M. A.; Ranjbar, Z.; Fouladi, N.; Ghapanvari, M.

    In this paper, a transitional interacting boson model (IBM) Hamiltonian in both sd-(IBM) and sdg-IBM versions based on affine SU(1, 1) Lie algebra is employed to describe deviations from the gamma-unstable nature of Hamiltonian along the chain of Xe isotopes. sdg-IBM Hamiltonian proposed a better interpretation of this deviation which cannot be explained in the sd-boson models. The nuclei studied have well-known γ bands close to the γ-unstable limit. The energy levels, B(E2) transition rates and signature splitting of the γ -vibrational band are calculated via the affine SU(1,1) Lie algebra. An acceptable degree of agreement was achieved based on this procedure. It is shown that in these isotopes the signature splitting is better reproduced by the inclusion of sdg-IBM. In none of them, any evidence for a stable, triaxial ground state shape is found.

  9. CARES/PC - CERAMICS ANALYSIS AND RELIABILITY EVALUATION OF STRUCTURES

    NASA Technical Reports Server (NTRS)

    Szatmary, S. A.

    1994-01-01

    when the maximum likelihood technique is used. CARES/PC is written and compiled with the Microsoft FORTRAN v5.0 compiler using the VAX FORTRAN extensions and dynamic array allocation supported by this compiler for the IBM/MS-DOS or OS/2 operating systems. The dynamic array allocation routines allow the user to match the number of fracture sets and test specimens to the memory available. Machine requirements include IBM PC compatibles with optional math coprocessor. Program output is designed to fit 80-column format printers. Executables for both DOS and OS/2 are provided. CARES/PC is distributed on one 5.25 inch 360K MS-DOS format diskette in compressed format. The expansion tool PKUNZIP.EXE is supplied on the diskette. CARES/PC was developed in 1990. IBM PC and OS/2 are trademarks of International Business Machines. MS-DOS and MS OS/2 are trademarks of Microsoft Corporation. VAX is a trademark of Digital Equipment Corporation.

  10. An Amphibious Ship-To-Shore Simulation for Use on an IBM PC (Personal Computer)

    DTIC Science & Technology

    1984-09-01

    CA : «< <- j Special ■ *- amphibious ship- an IBM Personal ion of the phy- he logic used analysis, and a DD | JAM 11 1473 COITION...research, for instance, wiL1 be geared toward a technically oriented person who is familiar with computers, programming and the associated logic. A...problem, often vaguely stated by the decision aaker , into precise and operational terms [Ref. Hz p.51]. The analysis begins with specification of the

  11. Using a PC as a Frequency Meter or a Counter.

    ERIC Educational Resources Information Center

    Sartori, J.; And Others

    1995-01-01

    Describes hardware that enables the use of an IBM PC microcomputer as a frequency meter or a counter by using the parallel printer port. Eliminates the 16-bit time-day counter through the use of an external time base that can be conveniently set depending on the desired frequency range. (JRH)

  12. The Easy Way of Finding Parameters in IBM (EWofFP-IBM)

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

    Turkan, Nureddin

    E2/M1 multipole mixing ratios of even-even nuclei in transitional region can be calculated as soon as B(E2) and B(M1) values by using the PHINT and/or NP-BOS codes. The correct calculations of energies must be obtained to produce such calculations. Also, the correct parameter values are needed to calculate the energies. The logic of the codes is based on the mathematical and physical Statements describing interacting boson model (IBM) which is one of the model of nuclear structure physics. Here, the big problem is to find the best fitted parameters values of the model. So, by using the Easy Way ofmore » Finding Parameters in IBM (EWofFP-IBM), the best parameter values of IBM Hamiltonian for {sup 102-110}Pd and {sup 102-110}Ru isotopes were firstly obtained and then the energies were calculated. At the end, it was seen that the calculated results are in good agreement with the experimental ones. In addition, it was carried out that the presented energy values obtained by using the EWofFP-IBM are dominantly better than the previous theoretical data.« less

  13. PC-SPES (PDQ®)—Patient Version

    Cancer.gov

    Expert-reviewed information summary about the use of PC-SPES as a treatment for prostate cancer. Note: The information in this summary is no longer being updated and is provided for reference purposes only.

  14. Bill Lang's contributions to acoustics at the International Business Machines Corp. (IBM) and to IBM in general

    NASA Astrophysics Data System (ADS)

    Nobile, Matthew A.; Chu, Richard C.

    2005-09-01

    Although Bill Lang's accomplishments and key roles in national and international standards and in the formation of INCE are widely recognized, sometimes it has to be remembered that for nearly 35 years he also had a ``day job'' at the IBM Corporation. His achievements at IBM were no less significant and enduring than those in external standards and professional societies. This paper will highlight some of the accomplishments and activities of Bill Lang as an IBM noise control engineer, the creator of the IBM Acoustics Lab in Poughkeepsie, the founder of the global Acoustics program at IBM, and his many other IBM leadership roles. Bill was also a long-serving IBM manager, with the full set of personnel issues to deal with, so his people-management skills were often called into play. Bill ended his long and fruitful IBM career at a high point. In 1988, he took an original idea of his to the top of IBM executive management, which led directly to the formation of the IBM Academy of Technology, today the preeminent body of IBM top technical leaders from around the world.

  15. Program Processes Thermocouple Readings

    NASA Technical Reports Server (NTRS)

    Quave, Christine A.; Nail, William, III

    1995-01-01

    Digital Signal Processor for Thermocouples (DART) computer program implements precise and fast method of converting voltage to temperature for large-temperature-range thermocouple applications. Written using LabVIEW software. DART available only as object code for use on Macintosh II FX or higher-series computers running System 7.0 or later and IBM PC-series and compatible computers running Microsoft Windows 3.1. Macintosh version of DART (SSC-00032) requires LabVIEW 2.2.1 or 3.0 for execution. IBM PC version (SSC-00031) requires LabVIEW 3.0 for Windows 3.1. LabVIEW software product of National Instruments and not included with program.

  16. IBM Application System/400 as the foundation of the Mayo Clinic/IBM PACS project

    NASA Astrophysics Data System (ADS)

    Rothman, Melvyn L.; Morin, Richard L.; Persons, Kenneth R.; Gibbons, Patricia S.

    1990-08-01

    An IBM Application System/400 (AS/400) anchors the Mayo Clinic/IBM joint development PACS project. This paper highlights some of the AS/400's features and the resulting benefits which make it a strong foundation for a medical image archival and review system. Among the AS/400's key features are: 1. A high-level machine architecture 2. Object orientation 3. Relational data base and other functions integrated into the system's architecture 4. High-function interfaces to IBM Personal Computers and IBM Personal System/2s' (pS/2TM).

  17. C-Language Integrated Production System, Version 6.0

    NASA Technical Reports Server (NTRS)

    Riley, Gary; Donnell, Brian; Ly, Huyen-Anh Bebe; Ortiz, Chris

    1995-01-01

    C Language Integrated Production System (CLIPS) computer programs are specifically intended to model human expertise or other knowledge. CLIPS is designed to enable research on, and development and delivery of, artificial intelligence on conventional computers. CLIPS 6.0 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: representation of knowledge as heuristics - essentially, rules of thumb that specify set of actions performed in given situation. Object-oriented programming: modeling of complex systems comprised of modular components easily reused to model other systems or create new components. Procedural-programming: representation of knowledge in ways similar to those of such languages as C, Pascal, Ada, and LISP. Version of CLIPS 6.0 for IBM PC-compatible computers requires DOS v3.3 or later and/or Windows 3.1 or later.

  18. LION4; LION; three-dimensional temperature distribution program. [CDC6600,7600; UNIVAC1108; IBM360,370; FORTRAN IV and ASCENT (CDC6600,7600), FORTRAN IV (UNIVAC1108A,B and IBM360,370)

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

    Binney, E.J.

    LION4 is a computer program for calculating one-, two-, or three-dimensional transient and steady-state temperature distributions in reactor and reactor plant components. It is used primarily for thermal-structural analyses. It utilizes finite difference techniques with first-order forward difference integration and is capable of handling a wide variety of bounding conditions. Heat transfer situations accommodated include forced and free convection in both reduced and fully-automated temperature dependent forms, coolant flow effects, a limited thermal radiation capability, a stationary or stagnant fluid gap, a dual dependency (temperature difference and temperature level) heat transfer, an alternative heat transfer mode comparison and selection facilitymore » combined with heat flux direction sensor, and any form of time-dependent boundary temperatures. The program, which handles time and space dependent internal heat generation, can also provide temperature dependent material properties with limited non-isotropic properties. User-oriented capabilities available include temperature means with various weightings and a complete heat flow rate surveillance system.CDC6600,7600;UNIVAC1108;IBM360,370; FORTRAN IV and ASCENT (CDC6600,7600), FORTRAN IV (UNIVAC1108A,B and IBM360,370); SCOPE (CDC6600,7600), EXEC8 (UNIVAC1108A,B), OS/360,370 (IBM360,370); The CDC6600 version plotter routine LAPL4 is used to produce the input required by the associated CalComp plotter for graphical output. The IBM360 version requires 350K for execution and one additional input/output unit besides the standard units.« less

  19. Flexstab on the IBM 360

    NASA Technical Reports Server (NTRS)

    Pyle, R. S.; Sykora, R. G.; Denman, S. C.

    1976-01-01

    FLEXSTAB, an array of computer programs developed on CDC equipment, has been converted to operate on the IBM 360 computation system. Instructions for installing, validating, and operating FLEXSTAB on the IBM 360 are included. Hardware requirements are itemized and supplemental materials describe JCL sequences, the CDC to IBM conversion, the input output subprograms, and the interprogram data flow.

  20. Easy PC Astronomy

    NASA Astrophysics Data System (ADS)

    Duffett-Smith, Peter

    1996-11-01

    Easy PC Astronomy is the perfect book for everyone who wants to make easy and accurate astronomical calculations. The author supplies a simple but powerful script language called AstroScript on a disk, ready to use on any IBM PC-type computer. Equipped with this software, readers can compute complex but interesting astronomical results within minutes: from the time of moonrise or moonset anywhere in the world on any date, to the display of a lunar or solar eclipse on the computer screen--all within a few minutes of opening the book! The Sky Graphics feature of the software displays a detailed image of the sky as seen from any point on earth--at any time in the future or past--showing the constellations, planets, and a host of other features. Readers need no expert knowledge of astronomy, math or programming; the author provides full details of the calculations and formulas, which the reader can absorb or ignore as desired, and a comprehensive glossary of astronomical terms. Easy PC Astronomy is of immediate practical use to beginning and advanced amateur astronomers, students at all levels, science teachers, and research astronomers. Peter Duffett-Smith is at the Cavendish Laboratory of the University of Cambridge and is the author of Astronomy with Your Personal Computer (Cambridge University Press, 1990) and Practical Astronomy with Your Calculator (Cambridge University Press, 1989).

  1. Online Help from IBM.

    ERIC Educational Resources Information Center

    Moore, Jack

    1988-01-01

    The article describes the IBM/Special Needs Exchange which consists of: (1) electronic mail, conferencing, and a library of text and program files on the CompuServe Information Service; and (2) a dial-in database of special education software for IBM and compatible computers. (DB)

  2. Comparison of the AMDAHL 470V/6 and the IBM 370/195 using benchmarks

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

    Snider, D.R.; Midlock, J.L.; Hinds, A.R.

    1976-03-01

    Six groups of jobs were run on the IBM 370/195 at the Applied Mathematics Division (AMD) of Argonne National Laboratory using the current production versions of OS/MVT 21.7 and ASP 3.1. The same jobs were then run on an AMDAHL 470V/6 at the AMDAHL manufacturing facilities in Sunnyvale, California, using the identical operating systems. Performances of the two machines are compared. Differences in the configurations were minimized. The memory size on each machine was the same, all software which had an impact on run times was the same, and the I/O configurations were as similar as possible. This allowed themore » comparison to be based on the relative performance of the two CPU's. As part of the studies preliminary to the acquisition of the IBM 195 in 1972, two of the groups of jobs had been run on a CDC 7600 by CDC personnel in Arden Hills, Minnesota, on an IBM 360/195 by IBM personnel in Poughkeepsie, New York, and on the AMD 360/50/75 production system in June, 1971. 6 figures, 9 tables.« less

  3. PC-SPES (PDQ®)—Health Professional Version

    Cancer.gov

    Expert-reviewed information summary about the use of PC-SPES as a treatment for prostate cancer. Note: The information in this summary is no longer being updated and is provided for reference purposes only.

  4. Dynamic Analysis of Spur Gear Transmissions (DANST). PC Version 3.00 User Manual

    NASA Technical Reports Server (NTRS)

    Oswald, Fred B.; Lin, Hsiang Hsi; Delgado, Irebert R.

    1996-01-01

    DANST is a FORTRAN computer program for static and dynamic analysis of spur gear systems. The program can be used for parametric studies to predict the static transmission error, dynamic load, tooth bending stress and other properties of spur gears as they are influenced by operating speed, torque, stiffness, damping, inertia, and tooth profile. DANST performs geometric modeling and dynamic analysis for low- or high-contact-ratio spur gears. DANST can simulate gear systems with contact ratios ranging from one to three. It was designed to be easy to use and it is extensively documented in several previous reports and by comments in the source code. This report describes installing and using a new PC version of DANST, covers input data requirements and presents examples.

  5. INDOOR AIR QUALITY MODEL VERSION 1.0 DOCUMENTATION

    EPA Science Inventory

    The report presents a multiroom model for estimating the impact of various sources on indoor air quality (IAQ). The model is written for use on IBM-PC and compatible microcomputers. It is easy to use with a menu-driven user interface. Data are entered using a fill-in-a-form inter...

  6. Generalized Information Architecture for Managing Requirements in IBM?s Rational DOORS(r) Application.

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

    Aragon, Kathryn M.; Eaton, Shelley M.; McCornack, Marjorie Turner

    When a requirements engineering effort fails to meet expectations, often times the requirements management tool is blamed. Working with numerous project teams at Sandia National Laboratories over the last fifteen years has shown us that the tool is rarely the culprit; usually it is the lack of a viable information architecture with well- designed processes to support requirements engineering. This document illustrates design concepts with rationale, as well as a proven information architecture to structure and manage information in support of requirements engineering activities for any size or type of project. This generalized information architecture is specific to IBM's Rationalmore » DOORS (Dynamic Object Oriented Requirements System) software application, which is the requirements management tool in Sandia's CEE (Common Engineering Environment). This generalized information architecture can be used as presented or as a foundation for designing a tailored information architecture for project-specific needs. It may also be tailored for another software tool. Version 1.0 4 November 201« less

  7. ARC2D - EFFICIENT SOLUTION METHODS FOR THE NAVIER-STOKES EQUATIONS (CRAY VERSION)

    NASA Technical Reports Server (NTRS)

    Pulliam, T. H.

    1994-01-01

    computers to emulate Cray system time calls, which should be easy to modify for other machines as well. The standard distribution media for this version is a 9-track 1600 BPI ASCII Card Image format magnetic tape. The Cray version was developed in 1987. The IBM ES/3090 version is an IBM port of the Cray version. It is written in IBM VS FORTRAN and has the capability of executing in both vector and parallel modes on the MVS/XA operating system and in vector mode on the VM/XA operating system. Various options of the IBM VS FORTRAN compiler provide new features for the ES/3090 version, including 64-bit arithmetic and up to 2 GB of virtual addressability. The IBM ES/3090 version is available only as a 9-track, 1600 BPI IBM IEBCOPY format magnetic tape. The IBM ES/3090 version was developed in 1989. The DEC RISC ULTRIX version is a DEC port of the Cray version. It is written in FORTRAN 77 for RISC-based Digital Equipment platforms. The memory requirement is approximately 7Mb of main memory. It is available in UNIX tar format on TK50 tape cartridge. The port to DEC RISC ULTRIX was done in 1990. COS and UNICOS are trademarks and Cray is a registered trademark of Cray Research, Inc. IBM, ES/3090, VS FORTRAN, MVS/XA, and VM/XA are registered trademarks of International Business Machines. DEC and ULTRIX are registered trademarks of Digital Equipment Corporation.

  8. PC-ECONPACK Version 3.0 Users Manual.

    DTIC Science & Technology

    1991-11-01

    for inclusi on in cost sensitivity analysis UPDer Limit of the Change (%). PC-ECONPACK varies all the stipulated expense items both in an upward...Assumptions as stated in the Assumptions text information block. This section is used to discuss why certain alternatives were selected for inclusi ,n in the

  9. Computer program for the IBM personal computer which searches for approximate matches to short oligonucleotide sequences in long target DNA sequences.

    PubMed Central

    Myers, E W; Mount, D W

    1986-01-01

    We describe a program which may be used to find approximate matches to a short predefined DNA sequence in a larger target DNA sequence. The program predicts the usefulness of specific DNA probes and sequencing primers and finds nearly identical sequences that might represent the same regulatory signal. The program is written in the C programming language and will run on virtually any computer system with a C compiler, such as the IBM/PC and other computers running under the MS/DOS and UNIX operating systems. The program has been integrated into an existing software package for the IBM personal computer (see article by Mount and Conrad, this volume). Some examples of its use are given. PMID:3753785

  10. An Introduction To PC-TRIM.

    Treesearch

    John R. Mills

    1989-01-01

    The timber resource inventory model (TRIM) has been adapted to run on person al computers. The personal computer version of TRIM (PC-TRIM) is more widely used than its mainframe parent. Errors that existed in previous versions of TRIM have been corrected. Information is presented to help users with program input and output management in the DOS environment, to...

  11. Expert System for Automated Design Synthesis

    NASA Technical Reports Server (NTRS)

    Rogers, James L., Jr.; Barthelemy, Jean-Francois M.

    1987-01-01

    Expert-system computer program EXADS developed to aid users of Automated Design Synthesis (ADS) general-purpose optimization program. EXADS aids engineer in determining best combination based on knowledge of specific problem and expert knowledge stored in knowledge base. Available in two interactive machine versions. IBM PC version (LAR-13687) written in IQ-LISP. DEC VAX version (LAR-13688) written in Franz-LISP.

  12. An evaluation of Turbo Prolog with an emphasis on its application to the development of expert systems

    NASA Technical Reports Server (NTRS)

    Loftin, Richard B.

    1987-01-01

    Turbo Prolog is a recently available, compiled version of the programming language Prolog. Turbo Prolog is designed to provide not only a Prolog compiler, but also a program development environment for the IBM Personal Computer family. An evaluation of Turbo Prolog was made, comparing its features to other versions of Prolog and to the community of languages commonly used in artificial intelligence (AI) research and development. Three programs were employed to determine the execution speed of Turbo Prolog applied to various problems. The results of this evaluation demonstrated that Turbo Prolog can perform much better than many commonly employed AI languages for numerically intensive problems and can equal the speed of development languages such as OPS5+ and CLIPS, running on the IBM PC. Applications for which Turbo Prolog is best suited include those which (1) lend themselves naturally to backward-chaining approaches, (2) require extensive use of mathematics, (3) contain few rules, (4) seek to make use of the window/color graphics capabilities of the IBM PC, and (5) require linkage to programs in other languages to form a complete executable image.

  13. ARC2D - EFFICIENT SOLUTION METHODS FOR THE NAVIER-STOKES EQUATIONS (DEC RISC ULTRIX VERSION)

    NASA Technical Reports Server (NTRS)

    Biyabani, S. R.

    1994-01-01

    computers to emulate Cray system time calls, which should be easy to modify for other machines as well. The standard distribution media for this version is a 9-track 1600 BPI ASCII Card Image format magnetic tape. The Cray version was developed in 1987. The IBM ES/3090 version is an IBM port of the Cray version. It is written in IBM VS FORTRAN and has the capability of executing in both vector and parallel modes on the MVS/XA operating system and in vector mode on the VM/XA operating system. Various options of the IBM VS FORTRAN compiler provide new features for the ES/3090 version, including 64-bit arithmetic and up to 2 GB of virtual addressability. The IBM ES/3090 version is available only as a 9-track, 1600 BPI IBM IEBCOPY format magnetic tape. The IBM ES/3090 version was developed in 1989. The DEC RISC ULTRIX version is a DEC port of the Cray version. It is written in FORTRAN 77 for RISC-based Digital Equipment platforms. The memory requirement is approximately 7Mb of main memory. It is available in UNIX tar format on TK50 tape cartridge. The port to DEC RISC ULTRIX was done in 1990. COS and UNICOS are trademarks and Cray is a registered trademark of Cray Research, Inc. IBM, ES/3090, VS FORTRAN, MVS/XA, and VM/XA are registered trademarks of International Business Machines. DEC and ULTRIX are registered trademarks of Digital Equipment Corporation.

  14. LEOPARD; SPOTS; sjectrum calculation with depletion. [IBM360; UNIVAC1108; FORTRAN IV(H) (IBM360) and FORTRAN V (UNIVAC1108)

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

    Barry, R.F.

    LEOPARD is a unit cell homogenization and spectrum generation (MUFT-SOFOCATE type) program with a fuel depletion option.IBM360;UNIVAC1108; FORTRAN IV(H) (IBM360) and FORTRAN V (UNIVAC1108); OS/360 (IBM360) and EXEC2 (UNIVAC1108); 50K (decimal) memory.

  15. CWG - MUTUAL COUPLING PROGRAM FOR CIRCULAR WAVEGUIDE-FED APERTURE ARRAY (VAX VMS VERSION)

    NASA Technical Reports Server (NTRS)

    Bailey, M. C.

    1994-01-01

    aperture combinations. The scattering matrix can then be used to determine the complex modal field amplitudes for each aperture with a specified array excitation. CWG is written in VAX FORTRAN for DEC VAX series computers running VMS (LAR-15236) and IBM PC series and compatible computers running MS-DOS (LAR-15226). It requires 360K of RAM for execution. To compile the source code for the PC version, the NDP Fortran compiler and linker will be required; however, the distribution medium for the PC version of CWG includes a sample MS-DOS executable which was created using NDP Fortran with the -vms compiler option. The standard distribution medium for the PC version of CWG is a 3.5 inch 1.44Mb MS-DOS format diskette. The standard distribution medium for the VAX version of CWG is a 1600 BPI 9track magnetic tape in DEC VAX BACKUP format. The VAX version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. Both machine versions of CWG include an electronic version of the documentation in Microsoft Word for Windows format. CWG was developed in 1993 and is a copyrighted work with all copyright vested in NASA.

  16. Improved programs for DNA and protein sequence analysis on the IBM personal computer and other standard computer systems.

    PubMed Central

    Mount, D W; Conrad, B

    1986-01-01

    We have previously described programs for a variety of types of sequence analysis (1-4). These programs have now been integrated into a single package. They are written in the standard C programming language and run on virtually any computer system with a C compiler, such as the IBM/PC and other computers running under the MS/DOS and UNIX operating systems. The programs are widely distributed and may be obtained from the authors as described below. PMID:3753780

  17. Performance assessment of KORAT-3D on the ANL IBM-SP computer

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

    Alexeyev, A.V.; Zvenigorodskaya, O.A.; Shagaliev, R.M.

    1999-09-01

    The TENAR code is currently being developed at the Russian Federal Nuclear Center (VNIIEF) as a coupled dynamics code for the simulation of transients in VVER and RBMK systems and other nuclear systems. The neutronic module in this code system is KORAT-3D. This module is also one of the most computationally intensive components of the code system. A parallel version of KORAT-3D has been implemented to achieve the goal of obtaining transient solutions in reasonable computational time, particularly for RBMK calculations that involve the application of >100,000 nodes. An evaluation of the KORAT-3D code performance was recently undertaken on themore » Argonne National Laboratory (ANL) IBM ScalablePower (SP) parallel computer located in the Mathematics and Computer Science Division of ANL. At the time of the study, the ANL IBM-SP computer had 80 processors. This study was conducted under the auspices of a technical staff exchange program sponsored by the International Nuclear Safety Center (INSC).« less

  18. WATEQ4F - a personal computer Fortran translation of the geochemical model WATEQ2 with revised data base

    USGS Publications Warehouse

    Ball, J.W.; Nordstrom, D. Kirk; Zachmann, D.W.

    1987-01-01

    A FORTRAN 77 version of the PL/1 computer program for the geochemical model WATEQ2, which computes major and trace element speciation and mineral saturation for natural waters has been developed. The code (WATEQ4F) has been adapted to execute on an IBM PC or compatible microcomputer. Two versions of the code are available, one operating with IBM Professional FORTRAN and an 8087 or 89287 numeric coprocessor, and one which operates without a numeric coprocessor using Microsoft FORTRAN 77. The calculation procedure is identical to WATEQ2, which has been installed on many mainframes and minicomputers. Limited data base revisions include the addition of the following ions: AlHS04(++), BaS04, CaHS04(++), FeHS04(++), NaF, SrC03, and SrHCO3(+). This report provides the reactions and references for the data base revisions, instructions for program operation, and an explanation of the input and output files. Attachments contain sample output from three water analyses used as test cases and the complete FORTRAN source listing. U.S. Geological Survey geochemical simulation program PHREEQE and mass balance program BALANCE also have been adapted to execute on an IBM PC or compatible microcomputer with a numeric coprocessor and the IBM Professional FORTRAN compiler. (Author 's abstract)

  19. Conversion of Mass Storage Hierarchy in an IBM Computer Network

    DTIC Science & Technology

    1989-03-01

    storage devices GUIDE IBM users’ group for DOS operating systems IBM International Business Machines IBM 370/145 CPU introduced in 1970 IBM 370/168 CPU...February 12, 1985, Information Systems Group, International Business Machines Corporation. "IBM 3090 Processor Complex" and 񓼪 Mass Storage System...34 Mainframe Journal, pp. 15-26, 64-65, Dallas, Texas, September-October 1987. 3. International Business Machines Corporation, Introduction to IBM 3S80 Storage

  20. HWNOISE program users' guide

    DOT National Transportation Integrated Search

    1992-02-01

    HWNOISE is a VNTSC-developed user friendly program written in : Microsoft Fortran version 4.01 for the IBM PC/AT and : compatibles to analyze acoustic data. This program is an : integral part of the Federal Highway Administration's Mobile : Noise Dat...

  1. HWINPUT program users' guide

    DOT National Transportation Integrated Search

    1992-02-01

    HWINPUT is a VNTSC-developed user friendly program written in : Microsoft Fortran version 4.01 for the IBM PC/AT. This program : is an integral part of the Federal Highway Administration's : Mobile Noise Data Gathering and Analysis Laboratory and is ...

  2. PC based graphic display real-time particle beam uniformity

    NASA Technical Reports Server (NTRS)

    Huebner, M. A.; Malone, C. J.; Smith, L. S.; Soli, G. A.

    1989-01-01

    A technique has been developed to support the study of the effects of cosmic rays on integrated circuits. The system is designed to determine the particle distribution across the surface of an integrated circuit accurately while the circuit is bombarded by a particle beam. The system uses photomultiplier tubes, an octal discriminator, a computer-controlled NIM quad counter, and an IBM PC. It provides real-time operator feedback for fast beam tuning and monitors momentary fluctuations in the particle beam. The hardware, software, and system performance are described.

  3. Menu-Driven Solver Of Linear-Programming Problems

    NASA Technical Reports Server (NTRS)

    Viterna, L. A.; Ferencz, D.

    1992-01-01

    Program assists inexperienced user in formulating linear-programming problems. A Linear Program Solver (ALPS) computer program is full-featured LP analysis program. Solves plain linear-programming problems as well as more-complicated mixed-integer and pure-integer programs. Also contains efficient technique for solution of purely binary linear-programming problems. Written entirely in IBM's APL2/PC software, Version 1.01. Packed program contains licensed material, property of IBM (copyright 1988, all rights reserved).

  4. COSMIC monthly progress report

    NASA Technical Reports Server (NTRS)

    1993-01-01

    Activities of the Computer Software Management and Information Center (COSMIC) are summarized for the month of August, 1993. Tables showing the current inventory of programs available from COSMIC are presented and program processing and evaluation activities are discussed. Ten articles were prepared for publication in the NASA Tech Brief Journal. These articles (included in this report) describe the following software items: (1) MOM3D - A Method of Moments Code for Electromagnetic Scattering (UNIX Version); (2) EM-Animate - Computer Program for Displaying and Animating the Steady-State Time-Harmonic Electromagnetic Near Field and Surface-Current Solutions; (3) MOM3D - A Method of Moments Code for Electromagnetic Scattering (IBM PC Version); (4) M414 - MIL-STD-414 Variable Sampling Procedures Computer Program; (5) MEDOF - Minimum Euclidean Distance Optimal Filter; (6) CLIPS 6.0 - C Language Integrated Production System, Version 6.0 (Macintosh Version); (7) CLIPS 6.0 - C Language Integrated Production System, Version 6.0 (IBM PC Version); (8) CLIPS 6.0 - C Language Integrated Production System, Version 6.0 (UNIX Version); (9) CLIPS 6.0 - C Language Integrated Production System, Version 6.0 (DEC VAX VMS Version); and (10) TFSSRA - Thick Frequency Selective Surface with Rectangular Apertures. Activities in the areas of marketing, customer service, benefits identification, maintenance and support, and dissemination are also described along with a budget summary.

  5. Conversion of LARSYS III.1 to an IBM 370 computer

    NASA Technical Reports Server (NTRS)

    Williams, G. N.; Leggett, J.; Hascall, G. A.

    1975-01-01

    A software system for processing multispectral aircraft or satellite data (LARSYS) was designed and written at the Laboratory for Applications of Remote Sensing at Purdue University. This system, being implemented on an IBM 360/67 computer utilizing the Cambridge Monitor System, is of an interactive nature. TAMU LARSYS maintains the essential capabilities of Purdue's LARSYS. The machine configuration for which it has been converted is an IBM-compatible Amdahl 470V/6 computer utilizing the time sharing option of the currently implemented OS/VS2 Operating System. Due to TSO limitations, the NASA-JSC deliverable TAMU LARSYS is comprised of two parts. Part one is a TSO Control Card Checker for LARSYS control cards, and part two is a batch version of LARSYS. Used together, they afford most of the capabilities of the original LARSYS III.1. Additionally, two programs have been written by TAMU to support LARSYS processing. The first is an ERTS-to-MIST conversion program used to convert ERTS data to the LARSYS input form, the MIST tape. The second is a system runtable code which maintains tape/file location information for the MIST data sets.

  6. Performance of OVERFLOW-D Applications based on Hybrid and MPI Paradigms on IBM Power4 System

    NASA Technical Reports Server (NTRS)

    Djomehri, M. Jahed; Biegel, Bryan (Technical Monitor)

    2002-01-01

    This report briefly discusses our preliminary performance experiments with parallel versions of OVERFLOW-D applications. These applications are based on MPI and hybrid paradigms on the IBM Power4 system here at the NAS Division. This work is part of an effort to determine the suitability of the system and its parallel libraries (MPI/OpenMP) for specific scientific computing objectives.

  7. Evaluation of quality of life using a tablet PC-based survey in cancer patients treated with radiotherapy: a multi-institutional prospective randomized crossover comparison of paper and tablet PC-based questionnaires (KROG 12-01).

    PubMed

    Kim, Haeyoung; Park, Hee Chul; Yoon, Sang Min; Kim, Tae Hyun; Kim, Jinsung; Kang, Min Kyu; Jung, Jinhong; Kim, Sang-Won; Yea, Ji Woon; Park, Sung Ho; Park, Young Suk

    2016-10-01

    This study compared a tablet PC questionnaire with a paper method for reliability and patient preferences in the acquisition of patient-reported outcomes (PROs) for patients treated with radiotherapy. By comparing the two modes of PRO administration, we aimed to evaluate the adequacy of using tablet PC questionnaires in future clinical use. Patients were randomized in a crossover study design using two different methods for PRO entry. A group of 89 patients answered a paper questionnaire followed by the tablet PC version, whereas 89 patients in another group completed the tablet PC questionnaire followed by the paper version. Surveys were performed four times per patient throughout the course of the radiotherapy. The Korean versions of the M.D. Anderson Symptom Inventory (MDASI-K) and the Brief Fatigue Inventory (BFI-K) were used. The primary endpoint of our current study was an assessment of patient preference for the survey method. The proportions of patients preferring each mode of questionnaire were evaluated. The proportion of patients who preferred the tablet PC version, paper form, or who had no preference was 52.2, 22.1, and 25.7 %, respectively. More than half of the patients preferred the tablet PC to the paper version in all four surveys. Age, gender, educational status, prior experience of using a tablet PC, and the order of paper to tablet PC administration did not impact patient preferences. Inter-class correlation coefficients (ICCs) between the modes were 0.92 for MDASI-K and 0.94 for BFI-K and ranged from 0.91 to 0.96 on both instruments during the four surveys. A tablet PC-based PRO is an acceptable and reliable method compared with paper-based data collection for Korean patients receiving radiotherapy.

  8. Ada Compiler Validation Summary Report. Certificate Number: 900726W1. 11017, Verdix Corporation VADS IBM RISC System/6000, AIX 3.1, VAda-110-7171, Version 6.0 IBM RISC System/6000 Model 530 = IBM RISC System/6000 Model 530

    DTIC Science & Technology

    1991-01-22

    Customer Agreement Number: 90-05-29- VRX See Section 3.1 for any additional information about the testing environment. As a result of this validation...22 January 1991 90-05-29- VRX Ada COMPILER VALIDATION SUMMARY REPORT: Certificate Number: 900726W1.11017 Verdix Corporation VADS IBM RISC System/6000

  9. AERO2S - SUBSONIC AERODYNAMIC ANALYSIS OF WINGS WITH LEADING- AND TRAILING-EDGE FLAPS IN COMBINATION WITH CANARD OR HORIZONTAL TAIL SURFACES (CDC VERSION)

    NASA Technical Reports Server (NTRS)

    Darden, C. M.

    1994-01-01

    necessary only to add an identification record and the namelist data that are to be changed from the previous run. This code was originally developed in 1989 in FORTRAN V on a CDC 6000 computer system, and was later ported to an MS-DOS environment. Both versions are available from COSMIC. There are only a few differences between the PC version (LAR-14458) and CDC version (LAR-14178) of AERO2S distributed by COSMIC. The CDC version has one main source code file while the PC version has two files which are easier to edit and compile on a PC. The PC version does not require a FORTRAN compiler which supports NAMELIST because a special INPUT subroutine has been added. The CDC version includes two MODIFY decks which can be used to improve the code and prevent the possibility of some infrequently occurring errors while PC-version users will have to make these code changes manually. The PC version includes an executable which was generated with the Ryan McFarland/FORTRAN compiler and requires 253K RAM and an 80x87 math co-processor. Using this executable, the sample case requires about four hours to execute on an 8MHz AT-class microcomputer with a co-processor. The source code conforms to the FORTRAN 77 standard except that it uses variables longer than six characters. With two minor modifications, the PC version should be portable to any computer with a FORTRAN compiler and sufficient memory. The CDC version of AERO2S is available in CDC NOS Internal format on a 9-track 1600 BPI magnetic tape. The PC version is available on a set of two 5.25 inch 360K MS-DOS format diskettes. IBM AT is a registered trademark of International Business Machines. MS-DOS is a registered trademark of Microsoft Corporation. CDC is a registered trademark of Control Data Corporation. NOS is a trademark of Control Data Corporation.

  10. COATING ALTERNATIVES GUIDE (CAGE) USER'S GUIDE (EPA/600/R-01/030)

    EPA Science Inventory

    The guide provides instructions for using the Coating Alternatives GuidE (CAGE) software program, version 1.0. It assumes that the user is familiar with the fundamentals of operating an IBM-compatible personal computer (PC) under the Microsoft disk operating system (MS-DOS). CAGE...

  11. COATING ALTERNATIVES GUIDE (CAGE) USER'S GUIDE

    EPA Science Inventory

    The guide provides instructions for using the Coating Alternatives GuidE (CAGE) software program, version 1.0. It assumes that the user is familiar with the fundamentals of operating an IBM-compatible personal computer (PC) under the Microsoft disk operating system (MS-DOS). CAGE...

  12. [IBM Work and Personal Life Balance Programs.

    ERIC Educational Resources Information Center

    International Business Machines Corp., Armonk, NY.

    These five brochures describe the IBM Corporation's policies, programs, and initiatives designed to meet the needs of employees' child care and family responsibilities as they move through various stages of employment with IBM. The Work and Personal Life Balance Programs brochure outlines (1) policies for flexible work schedules, including…

  13. DFLOW USER'S MANUAL

    EPA Science Inventory

    DFLOW is a computer program for estimating design stream flows for use in water quality studies. The manual describes the use of the program on both the EPA's IBM mainframe system and on a personal computer (PC). The mainframe version of DFLOW can extract a river's daily flow rec...

  14. The POIS (Parkland On-Line Information System) Implementation of the IBM Health Care Support/Patient Care System

    PubMed Central

    Mishelevich, David J.; Hudson, Betty G.; Van Slyke, Donald; Mize, Elaine I.; Robinson, Anna L.; Brieden, Helen C.; Atkinson, Jack; Robertson, James

    1980-01-01

    The installation of major components of a comprehensive Hospital Information System (HIS) called POIS, the Parkland On-line Information System, including identified success factors is described for the Dallas County Hospital District (DCHD) known also as the Parkland Memorial Hospital. Installation of the on-line IBM Health Care Support (HCS) Registration and Admissions Packages occurred in 1976 and implementation of the HCS Patient Care System (PCS) began in 1977 which includes on-line support of health care areas such as nursing stations and ancillary areas. The Duke Hospital Information System (DHIS) is marketed as the IBM HCS/Patient Care System (PCS). DCHD was the validation site. POIS has order entry, result reporting and work management components. While most of the patient care components are currently installed for the inpatient service, the Laboratories are being installed for the outpatient and Emergency areas as well. The Clinic Appointment System developed at the University of Michigan is also installed. The HCS family of programs use DL/1 and CICS and were installed in the OS versions, currently running under MVS on an IBM 370/168 Model 3 with 8 megabytes of main memory. ImagesFigure 1-AFigure 1-B

  15. Dose Comparisons for a Site-specific Representative Person Using the Age-dependent Dose Coefficients in CAP88-PC Version 4.

    PubMed

    Stagich, Brooke H; Moore, Kelsey R; Newton, Joseph R; Dixon, Kenneth L; Jannik, G Timothy

    2017-04-01

    Most U.S. Department of Energy (DOE) facilities with radiological airborne releases use the U.S. Environmental Protection Agency's (EPA) environmental dosimetry code CAP88-PC to demonstrate compliance with regulations in 40CFR61, subpart H [National Emission Standards for Hazardous Air Pollutants: Radiological (NESHAP)]. In 2015, EPA released Version 4 of CAP88-PC, which included significant modifications that improved usability and age-dependent dose coefficients and usage factors for six age groups (infant, 1 y, 5 y, 10 y, 15 y, and adult). However, EPA has not yet provided specific guidance on how to use these age-dependent factors. For demonstrating compliance with DOE public dose regulations, the Savannah River Site (SRS) recently changed from using the maximally exposed individual (MEI) concept (adult male) to the representative person concept (age- and gender-averaged reference person). In this study, dose comparisons are provided between the MEI and a SRS-specific representative person using the age-specific dose coefficients and usage factors in CAP88-PC V.4. Dose comparisons also are provided for each of the six age groups using five radionuclides of interest at SRS (tritium oxide, Cs, Sr, Pu, and I). In general, the total effective dose increases about 11% for the representative person as compared to the current NESHAP MEI because of the inclusion of the more radiosensitive age groups.

  16. The IBM Story

    NASA Astrophysics Data System (ADS)

    Loving, Charles

    This chapter explores an actual transition from a product-based company to one where services dominate. That company is IBM and the transition started in the early 1990s. As you will see, the changes do not happen overnight in a "big bang" ­apocalyptic event but more gradually in a series of phases; indeed, at the time of writing (2009), we are almost 20 years into the transition and we know that we are not finished yet. Underneath the headline change from products to services, there are a myriad of other process and procedural changes that have to be made to support the business and allow it to change dynamically in order to meet the needs of its clients, its shareholders and its suppliers. In this chapter, we will show how IBM has responded to these requirements and how it is applying the lessons learnt in this process to create an agenda for innovation in service creation and delivery to address global problems.

  17. NASADIG - NASA DEVICE INDEPENDENT GRAPHICS LIBRARY (AMDAHL VERSION)

    NASA Technical Reports Server (NTRS)

    Rogers, J. E.

    1994-01-01

    platforms. NASADIG 5.7 is available for DEC VAX series computers running VMS 5.0 or later (MSC-21801), Cray X-MP and Y-MP series computers running UNICOS (COS-10049), and Amdahl 5990 mainframe computers running UTS (COS-10050). NASADIG 5.1 is available for UNIX-based operating systems (MSC-22001). The UNIX version has been successfully implemented on Sun4 series computers running SunOS, SGI IRIS computers running IRIX, Hewlett Packard 9000 computers running HP-UX, and Convex computers running Convex OS (MSC-22001). The standard distribution medium for MSC-21801 is a set of two 6250 BPI 9-track magnetic tapes in DEC VAX BACKUP format. It is also available on a set of two TK50 tape cartridges in DEC VAX BACKUP format. The standard distribution medium for COS-10049 and COS-10050 is a 6250 BPI 9-track magnetic tape in UNIX tar format. Other distribution media and formats may be available upon request. The standard distribution medium for MSC-22001 is a .25 inch streaming magnetic tape cartridge (Sun QIC-24) in UNIX tar format. Alternate distribution media and formats are available upon request. With minor modification, the UNIX source code can be ported to other platforms including IBM PC/AT series computers and compatibles. NASADIG is also available bundled with TRASYS, the Thermal Radiation Analysis System (COS-10026, DEC VAX version; COS-10040, CRAY version).

  18. NASADIG - NASA DEVICE INDEPENDENT GRAPHICS LIBRARY (UNIX VERSION)

    NASA Technical Reports Server (NTRS)

    Rogers, J. E.

    1994-01-01

    platforms. NASADIG 5.7 is available for DEC VAX series computers running VMS 5.0 or later (MSC-21801), Cray X-MP and Y-MP series computers running UNICOS (COS-10049), and Amdahl 5990 mainframe computers running UTS (COS-10050). NASADIG 5.1 is available for UNIX-based operating systems (MSC-22001). The UNIX version has been successfully implemented on Sun4 series computers running SunOS, SGI IRIS computers running IRIX, Hewlett Packard 9000 computers running HP-UX, and Convex computers running Convex OS (MSC-22001). The standard distribution medium for MSC-21801 is a set of two 6250 BPI 9-track magnetic tapes in DEC VAX BACKUP format. It is also available on a set of two TK50 tape cartridges in DEC VAX BACKUP format. The standard distribution medium for COS-10049 and COS-10050 is a 6250 BPI 9-track magnetic tape in UNIX tar format. Other distribution media and formats may be available upon request. The standard distribution medium for MSC-22001 is a .25 inch streaming magnetic tape cartridge (Sun QIC-24) in UNIX tar format. Alternate distribution media and formats are available upon request. With minor modification, the UNIX source code can be ported to other platforms including IBM PC/AT series computers and compatibles. NASADIG is also available bundled with TRASYS, the Thermal Radiation Analysis System (COS-10026, DEC VAX version; COS-10040, CRAY version).

  19. TS-SRP/PACK - COMPUTER PROGRAMS TO CHARACTERIZE ALLOYS AND PREDICT CYCLIC LIFE USING THE TOTAL STRAIN VERSION OF STRAINRANGE PARTITIONING

    NASA Technical Reports Server (NTRS)

    Saltsman, J. F.

    1994-01-01

    TS-SRP/PACK is a set of computer programs for characterizing and predicting fatigue and creep-fatigue resistance of metallic materials in the high-temperature, long-life regime for isothermal and nonisothermal fatigue. The programs use the total strain version of the Strainrange Partitioning (TS-SRP). The user should be thoroughly familiar with the TS-SRP method before attempting to use any of these programs. The document for this program includes a theory manual as well as a detailed user's manual with a tutorial to guide the user in the proper use of TS-SRP. An extensive database has also been developed in a parallel effort. This database is an excellent source of high-temperature, creep-fatigue test data and can be used with other life-prediction methods as well. Five programs are included in TS-SRP/PACK along with the alloy database. The TABLE program is used to print the datasets, which are in NAMELIST format, in a reader friendly format. INDATA is used to create new datasets or add to existing ones. The FAIL program is used to characterize the failure behavior of an alloy as given by the constants in the strainrange-life relations used by the total strain version of SRP (TS-SRP) and the inelastic strainrange-based version of SRP. The program FLOW is used to characterize the flow behavior (the constitutive response) of an alloy as given by the constants in the flow equations used by TS-SRP. Finally, LIFE is used to predict the life of a specified cycle, using the constants characterizing failure and flow behavior determined by FAIL and FLOW. LIFE is written in interpretive BASIC to avoid compiling and linking every time the equation constants are changed. Four out of five programs in this package are written in FORTRAN 77 for IBM PC series and compatible computers running MS-DOS and are designed to read data using the NAMELIST format statement. The fifth is written in BASIC version 3.0 for IBM PC series and compatible computers running MS-DOS version 3.10. The

  20. IMS Version 3 Student Data Base Maintenance Program.

    ERIC Educational Resources Information Center

    Brown, John R.

    Computer routines that update the Instructional Management System (IMS) Version 3 student data base which supports the Southwest Regional Laboratory's (SWRL) student monitoring system are described. Written in IBM System 360 FORTRAN IV, the program updates the data base by adding, changing and deleting records, as well as adding and deleting…

  1. Attaching IBM-compatible 3380 disks to Cray X-MP

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

    Engert, D.E.; Midlock, J.L.

    1989-01-01

    A method of attaching IBM-compatible 3380 disks directly to a Cray X-MP via the XIOP with a BMC is described. The IBM 3380 disks appear to the UNICOS operating system as DD-29 disks with UNICOS file systems. IBM 3380 disks provide cheap, reliable large capacity disk storage. Combined with a small number of high-speed Cray disks, the IBM disks provide for the bulk of the storage for small files and infrequently used files. Cray Research designed the BMC and its supporting software in the XIOP to allow IBM tapes and other devices to be attached to the X-MP. No hardwaremore » changes were necessary, and we added less than 2000 lines of code to the XIOP to accomplish this project. This system has been in operation for over eight months. Future enhancements such as the use of a cache controller and attachment to a Y-MP are also described. 1 tab.« less

  2. Interactive graphics system for IBM 1800 computer

    NASA Technical Reports Server (NTRS)

    Carleton, T. P.; Howell, D. R.; Mish, W. H.

    1972-01-01

    A FORTRAN compatible software system that has been developed to provide an interactive graphics capability for the IBM 1800 computer is described. The interactive graphics hardware consists of a Hewlett-Packard 1300A cathode ray tube, Sanders photopen, digital to analog converters, pulse counter, and necessary interface. The hardware is available from IBM as several related RPQ's. The software developed permits the application programmer to use IBM 1800 FORTRAN to develop a display on the cathode ray tube which consists of one or more independent units called pictures. The software permits a great deal of flexibility in the manipulation of these pictures and allows the programmer to use the photopen to interact with the displayed data and make decisions based on information returned by the photopen.

  3. General specifications for the development of a PC-based simulator of the NASA RECON system

    NASA Technical Reports Server (NTRS)

    Dominick, Wayne D. (Editor); Triantafyllopoulos, Spiros

    1984-01-01

    The general specifications for the design and implementation of an IBM PC/XT-based simulator of the NASA RECON system, including record designs, file structure designs, command language analysis, program design issues, error recovery considerations, and usage monitoring facilities are discussed. Once implemented, such a simulator will be utilized to evaluate the effectiveness of simulated information system access in addition to actual system usage as part of the total educational programs being developed within the NASA contract.

  4. Design and development of an IBM/VM menu system

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

    Cazzola, D.J.

    1992-10-01

    This report describes a full screen menu system developed using IBM`s Interactive System Productivity Facility (ISPF) and the REXX programming language. The software was developed for the 2800 IBM/VM Electrical Computer Aided Design (ECAD) system. The system was developed to deliver electronic drawing definitions to a corporate drawing release system. Although this report documents the status of the menu system when it was retired, the methodologies used and the requirements defined are very applicable to replacement systems.

  5. 75 FR 37793 - Science Advisory Board Staff Office; Notification of a Public Meeting of the Science Advisory...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-06-30

    ... supplied to the DFO in the following formats: One hard copy with original signature, and one electronic copy via e-mail (acceptable file format: Adobe Acrobat PDF, WordPerfect, MS Word, MS PowerPoint, or Rich Text files in IBM-PC/ Windows 98/2000/XP format). Submitters are requested to provide two versions...

  6. Economic-Analysis Program for a Communication System

    NASA Technical Reports Server (NTRS)

    Chamberlain, R. G.

    1986-01-01

    Prices and profits of alternative designs compared. Objective of Land Mobile Satellite Service Finance Report (LMSS) program is to provide means for comparing alternative designs of LMSS systems. Program is Multiplan worksheet program. Labels used in worksheet chosen for satellite-based cellular communication service, but analysis not restricted to such cases. LMSS written for interactive execution with Multiplan (version 1.2) and implemented on IBM PC series computer operating under DOS (version 2.11).

  7. 75 FR 1381 - Science Advisory Board Staff Office; Notification of a Public Teleconference of the Clean Air...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-01-11

    ... supplied to the DFO in the following formats: one hard copy with original signature and one electronic copy via e-mail (acceptable file format: Adobe Acrobat PDF, MS Word, WordPerfect, MS PowerPoint, or Rich Text files in IBM-PC/Windows 98/2000/XP format). Submitters are asked to provide versions of each...

  8. Micro-PROUST.

    ERIC Educational Resources Information Center

    Johnson, W. Lewis; Soloway, Elliot

    This detailed description of a microcomputer version of PROUST (Program Understander for Students), a knowledge-based system that finds nonsyntactic bugs in Pascal programs written by novice programmers, presents the inner workings of Micro-PROUST, which was written in Golden LISP for the IBM-PC (512K). The contents include: (1) a reprint of an…

  9. Detailed description of the Mayo/IBM PACS

    NASA Astrophysics Data System (ADS)

    Gehring, Dale G.; Persons, Kenneth R.; Rothman, Melvyn L.; Salutz, James R.; Morin, Richard L.

    1991-07-01

    The Mayo Clinic and IBM/Rochester have jointly developed a picture archiving system (PACS) for use with Mayo's MRI and Neuro-CT imaging modalities. The system was developed to replace the imaging system's vendor-supplied magnetic tape archiving capability. The system consists of seven MR imagers and nine CT scanners, each interfaced to the PACS via IBM Personal System/2(tm) (PS/2) computers, which act as gateways from the imaging modality to the PACS network. The PAC system operates on the token-ring component of Mayo's city-wide local area network. Also on the PACS network are four optical storage subsystems used for image archival, three optical subsystems used for image retrieval, an IBM Application System/400(tm) (AS/400) computer used for database management and multiple PS/2-based image display systems and their image servers.

  10. TRUMP; transient and steady state temperature distribution. [IBM360,370; CDC7600; FORTRAN IV (95%) and BAL (5%) (IBM); FORTRAN IV (CDC)

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

    Elrod, D.C.; Turner, W.D.

    TRUMP solves a general nonlinear parabolic partial differential equation describing flow in various kinds of potential fields, such as fields of temperature, pressure, or electricity and magnetism; simultaneously, it will solve two additional equations representing, in thermal problems, heat production by decomposition of two reactants having rate constants with a general Arrhenius temperature dependence. Steady-state and transient flow in one, two, or three dimensions are considered in geometrical configurations having simple or complex shapes and structures. Problem parameters may vary with spatial position, time, or primary dependent variables--temperature, pressure, or field strength. Initial conditions may vary with spatial position, andmore » among the criteria that may be specified for ending a problem are upper and lower limits on the size of the primary dependent variable, upper limits on the problem time or on the number of time-steps or on the computer time, and attainment of steady state.IBM360,370;CDC7600; FORTRAN IV (95%) and BAL (5%) (IBM); FORTRAN IV (CDC); OS/360 (IBM360), OS/370 (IBM370), SCOPE 2.1.5 (CDC7600); As dimensioned, the program requires 400K bytes of storage on an IBM370 and 145,100 (octal) words on a CDC7600.« less

  11. Hazardous Waste Cleanup: IBM Corporation in Dayton, New Jersey

    EPA Pesticide Factsheets

    The IBM facility is located at 431 Ridge Road on a 66-acre parcel in a mixed residential and industrial section of Dayton, South Brunswick Township, Middlesex County, New Jersey. IBM's manufacturing plant was constructed in 1956 and used until 1985 for

  12. PCACE-Personal-Computer-Aided Cabling Engineering

    NASA Technical Reports Server (NTRS)

    Billitti, Joseph W.

    1987-01-01

    PCACE computer program developed to provide inexpensive, interactive system for learning and using engineering approach to interconnection systems. Basically database system that stores information as files of individual connectors and handles wiring information in circuit groups stored as records. Directly emulates typical manual engineering methods of handling data, thus making interface between user and program very natural. Apple version written in P-Code Pascal and IBM PC version of PCACE written in TURBO Pascal 3.0

  13. NFDRSPC: The National Fire-Danger Rating System on a Personal Computer

    Treesearch

    Bryan G. Donaldson; James T. Paul

    1990-01-01

    This user's guide is an introductory manual for using the 1988 version (Burgan 1988) of the National Fire-Danger Rating System on an IBM PC or compatible computer. NFDRSPC is a window-oriented, interactive computer program that processes observed and forecast weather with fuels data to produce NFDRS indices. Other program features include user-designed display...

  14. LLNL Partners with IBM on Brain-Like Computing Chip

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

    Van Essen, Brian

    Lawrence Livermore National Laboratory (LLNL) will receive a first-of-a-kind brain-inspired supercomputing platform for deep learning developed by IBM Research. Based on a breakthrough neurosynaptic computer chip called IBM TrueNorth, the scalable platform will process the equivalent of 16 million neurons and 4 billion synapses and consume the energy equivalent of a hearing aid battery – a mere 2.5 watts of power. The brain-like, neural network design of the IBM Neuromorphic System is able to infer complex cognitive tasks such as pattern recognition and integrated sensory processing far more efficiently than conventional chips.

  15. LLNL Partners with IBM on Brain-Like Computing Chip

    ScienceCinema

    Van Essen, Brian

    2018-06-25

    Lawrence Livermore National Laboratory (LLNL) will receive a first-of-a-kind brain-inspired supercomputing platform for deep learning developed by IBM Research. Based on a breakthrough neurosynaptic computer chip called IBM TrueNorth, the scalable platform will process the equivalent of 16 million neurons and 4 billion synapses and consume the energy equivalent of a hearing aid battery – a mere 2.5 watts of power. The brain-like, neural network design of the IBM Neuromorphic System is able to infer complex cognitive tasks such as pattern recognition and integrated sensory processing far more efficiently than conventional chips.

  16. Implementation of NASTRAN on the IBM/370 CMS operating system

    NASA Technical Reports Server (NTRS)

    Britten, S. S.; Schumacker, B.

    1980-01-01

    The NASA Structural Analysis (NASTRAN) computer program is operational on the IBM 360/370 series computers. While execution of NASTRAN has been described and implemented under the virtual storage operating systems of the IBM 370 models, the IBM 370/168 computer can also operate in a time-sharing mode under the virtual machine operating system using the Conversational Monitor System (CMS) subset. The changes required to make NASTRAN operational under the CMS operating system are described.

  17. IBM NJE protocol emulator for VAX/VMS

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

    Engert, D.E.

    1981-01-01

    Communications software has been written at Argonne National Laboratory to enable a VAX/VMS system to participate as an end-node in a standard IBM network by emulating the Network Job Entry (NJE) protocol. NJE is actually a collection of programs that support job networking for the operating systems used on most large IBM-compatible computers (e.g., VM/370, MVS with JES2 or JES3, SVS, MVT with ASP or HASP). Files received by the VAX can be printed or saved in user-selected disk files. Files sent to the network can be routed to any node in the network for printing, punching, or job submission,more » as well as to a VM/370 user's virtual reader. Files sent from the VAX are queued and transmitted asynchronously to allow users to perform other work while files are awaiting transmission. No changes are required to the IBM software.« less

  18. A PC-based bus monitor program for use with the transport systems research vehicle RS-232 communication interfaces

    NASA Technical Reports Server (NTRS)

    Easley, Wesley C.

    1991-01-01

    Experiment critical use of RS-232 data busses in the Transport Systems Research Vehicle (TSRV) operated by the Advanced Transport Operating Systems Program Office at the NASA Langley Research Center has recently increased. Each application utilizes a number of nonidentical computer and peripheral configurations and requires task specific software development. To aid these development tasks, an IBM PC-based RS-232 bus monitoring system was produced. It can simultaneously monitor two communication ports of a PC or clone, including the nonstandard bus expansion of the TSRV Grid laptop computers. Display occurs in a separate window for each port's input with binary display being selectable. A number of other features including binary log files, screen capture to files, and a full range of communication parameters are provided.

  19. Engineer’s Refractive Effects Prediction System (EREPS) Version 3.0

    DTIC Science & Technology

    1994-05-01

    System (EREPS) User’s Manual contains detailed information about the various EREPS programs. EREPS is a system of individual stand-alone IBM/PC...keys. - Bold type Words or characters you type. For example, if the manual instructs you to type cd system you type the lowercase lettersI "cd" followed...by a space and the lowercase letters "system." Italic type Specialized terms. Titles of other books or manuals . I Place holders for items you must

  20. IBM, Elsevier Science, and academic freedom.

    PubMed

    Bailar, John C; Cicolella, Andre; Harrison, Robert; LaDou, Joseph; Levy, Barry S; Rohm, Timothy; Teitelbaum, Daniel T; Wang, Yung-Der; Watterson, Andrew; Yoshida, Fumikazu

    2007-01-01

    Elsevier Science refused to publish a study of IBM workers that IBM sought to keep from public view. Occupational and environmental health (OEH) suffers from the absence of a level playing field on which science can thrive. Industry pays for a substantial portion of OEH research. Studies done by private consulting firms or academic institutions may be published if the results suit the sponsoring companies, or they may be censored. OEH journals often reflect the dominance of industry influence on research in the papers they publish, sometimes withdrawing or modifying papers in line with industry and advertising agendas. Although such practices are widely recognized, no fundamental change is supported by government and industry or by professional organizations.

  1. Hazardous Waste Cleanup: IBM Corporation, Former in Owego, New York

    EPA Pesticide Factsheets

    The corrective action activities at the facility are conducted by IBM Corporation, therefore IBM is listed as the operator of the Part 373 Hazardous Waste Management (HWM) Permit for corrective action. Lockheed Martin Corporation owns the facility and is l

  2. Data Discovery with IBM Watson

    NASA Astrophysics Data System (ADS)

    Fessler, J.

    2016-12-01

    BM Watson is a cognitive computing system that uses machine learning, statistical analysis, and natural language processing to find and understand the clues in questions posed to it. Watson was made famous when it bested two champions on TV's Jeopardy! show. Since then, Watson has evolved into a platform of cognitive services that can be trained on very granular fields up study. Watson is being used to support a number of subject domains, such as cancer research, public safety, engineering, and the intelligence community. IBM will be providing a presentation and demonstration on the Watson technology and will discuss its capabilities including Natural Language Processing, text analytics and enterprise search, as well as cognitive computing with deep Q&A. The team will also be giving examples of how IBM Watson technology is being used to support real-world problems across a number of public sector agencies

  3. ACTON - AUTOCAD TO NASTRAN TRANSLATOR

    NASA Technical Reports Server (NTRS)

    Jones, A.

    1994-01-01

    The AutoCAD to NASTRAN translator, ACTON, was developed to facilitate quick generation of small finite element models for use with the NASTRAN finite element modeling program. (NASTRAN is available from COSMIC.) ACTON reads the geometric data of a drawing from the Data Exchange File (DXF) used in AutoCAD and other PC based drafting programs. The geometric entities recognized by ACTON include POINTs, LINEs, SOLIDs, 3DLINEs and 3DFACEs. From this information ACTON creates a NASTRAN bulk data deck which can be used to create a finite element model. The NASTRAN elements created include CBARs, CTRIAs, CQUAD4s, CPENTAs, and CHEXAs. The bulk data deck can be used to create a full NASTRAN deck. It is assumed that the user has at least a working knowledge of AutoCAD and NASTRAN. ACTON was written in Microsoft QuickBasic (Version 2.0). The program was developed for the IBM PC and has been implemented on an IBM PC compatible under DOS 3.21. ACTON was developed in 1988.

  4. Ada Compiler Validation Summary Report: Certificate Number: 890420W1. 10074 International Business Machines Corporation, IBM Development System for the Ada Language MVS Ada Compiler, Version 2.1.1 IBM 4381 (Host and Target)

    DTIC Science & Technology

    1989-04-20

    20. ARS1AAI . (Contimne on reverse side olnetessary *rwenPtif) by bfoci nur~be’) International Business Machines Corporation, IBM Development System...Number: AVF-VSR-261.0789 89-01-26-TEL Ada COMPILER VALIDATION SUMMARY REPORT: Certificate Number: 890420W1.10074 International Business Machines...computer. The compiler was tested using command scripts provided by International Business Machines Corporation and reviewed by the validation team. The

  5. A PC based fault diagnosis expert system

    NASA Technical Reports Server (NTRS)

    Marsh, Christopher A.

    1990-01-01

    The Integrated Status Assessment (ISA) prototype expert system performs system level fault diagnosis using rules and models created by the user. The ISA evolved from concepts to a stand-alone demonstration prototype using OPS5 on a LISP Machine. The LISP based prototype was rewritten in C and the C Language Integrated Production System (CLIPS) to run on a Personal Computer (PC) and a graphics workstation. The ISA prototype has been used to demonstrate fault diagnosis functions of Space Station Freedom's Operation Management System (OMS). This paper describes the development of the ISA prototype from early concepts to the current PC/workstation version used today and describes future areas of development for the prototype.

  6. Microscopic derivation of IBM and structural evolution in nuclei

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

    Nomura, Kosuke

    A Hamiltonian of the interacting boson model (IBM) is derived based on the mean-field calculations with nuclear energy density functionals (EDFs). The multi-nucleon dynamics of the surface deformation is simulated in terms of the boson degrees of freedom. The interaction strengths of the IBM Hamiltonian are determined by mapping the potential energy surfaces (PESs) of a given EDF with quadrupole degrees of freedom onto the corresponding PES of IBM. A fermion-to-boson mapping for a rotational nucleus is discussed in terms of the rotational response, which reflects a specific time-dependent feature. Ground-state correlation energy is evaluated as a signature of structuralmore » evolution. Some examples resulting from the present spectroscopic calculations are shown for neutron-rich Pt, Os and W isotopes including exotic ones.« less

  7. Applications Performance Under MPL and MPI on NAS IBM SP2

    NASA Technical Reports Server (NTRS)

    Saini, Subhash; Simon, Horst D.; Lasinski, T. A. (Technical Monitor)

    1994-01-01

    On July 5, 1994, an IBM Scalable POWER parallel System (IBM SP2) with 64 nodes, was installed at the Numerical Aerodynamic Simulation (NAS) Facility Each node of NAS IBM SP2 is a "wide node" consisting of a RISC 6000/590 workstation module with a clock of 66.5 MHz which can perform four floating point operations per clock with a peak performance of 266 Mflop/s. By the end of 1994, 64 nodes of IBM SP2 will be upgraded to 160 nodes with a peak performance of 42.5 Gflop/s. An overview of the IBM SP2 hardware is presented. The basic understanding of architectural details of RS 6000/590 will help application scientists the porting, optimizing, and tuning of codes from other machines such as the CRAY C90 and the Paragon to the NAS SP2. Optimization techniques such as quad-word loading, effective utilization of two floating point units, and data cache optimization of RS 6000/590 is illustrated, with examples giving performance gains at each optimization step. The conversion of codes using Intel's message passing library NX to codes using native Message Passing Library (MPL) and the Message Passing Interface (NMI) library available on the IBM SP2 is illustrated. In particular, we will present the performance of Fast Fourier Transform (FFT) kernel from NAS Parallel Benchmarks (NPB) under MPL and MPI. We have also optimized some of Fortran BLAS 2 and BLAS 3 routines, e.g., the optimized Fortran DAXPY runs at 175 Mflop/s and optimized Fortran DGEMM runs at 230 Mflop/s per node. The performance of the NPB (Class B) on the IBM SP2 is compared with the CRAY C90, Intel Paragon, TMC CM-5E, and the CRAY T3D.

  8. Training in the Workplace: An IBM Case Study. Contractor Report.

    ERIC Educational Resources Information Center

    Grubb, Ralph E.

    International Business Machines Corporation's (IBM) efforts to develop a corporate culture are associated with its founder, Thomas J. Watson, Sr. From the start of his association with the company in 1914, the importance of education was stressed. The expansion of the education and training organization paralleled IBM's 75-year growth. In January…

  9. Rotordynamics on the PC: Further Capabilities of ARDS

    NASA Technical Reports Server (NTRS)

    Fleming, David P.

    1997-01-01

    Rotordynamics codes for personal computers are now becoming available. One of the most capable codes is Analysis of RotorDynamic Systems (ARDS) which uses the component mode synthesis method to analyze a system of up to 5 rotating shafts. ARDS was originally written for a mainframe computer but has been successfully ported to a PC; its basic capabilities for steady-state and transient analysis were reported in an earlier paper. Additional functions have now been added to the PC version of ARDS. These functions include: 1) Estimation of the peak response following blade loss without resorting to a full transient analysis; 2) Calculation of response sensitivity to input parameters; 3) Formulation of optimum rotor and damper designs to place critical speeds in desirable ranges or minimize bearing loads; 4) Production of Poincard plots so the presence of chaotic motion can be ascertained. ARDS produces printed and plotted output. The executable code uses the full array sizes of the mainframe version and fits on a high density floppy disc. Examples of all program capabilities are presented and discussed.

  10. OAP- OFFICE AUTOMATION PILOT GRAPHICS DATABASE SYSTEM

    NASA Technical Reports Server (NTRS)

    Ackerson, T.

    1994-01-01

    The Office Automation Pilot (OAP) Graphics Database system offers the IBM PC user assistance in producing a wide variety of graphs and charts. OAP uses a convenient database system, called a chartbase, for creating and maintaining data associated with the charts, and twelve different graphics packages are available to the OAP user. Each of the graphics capabilities is accessed in a similar manner. The user chooses creation, revision, or chartbase/slide show maintenance options from an initial menu. The user may then enter or modify data displayed on a graphic chart. The cursor moves through the chart in a "circular" fashion to facilitate data entries and changes. Various "help" functions and on-screen instructions are available to aid the user. The user data is used to generate the graphics portion of the chart. Completed charts may be displayed in monotone or color, printed, plotted, or stored in the chartbase on the IBM PC. Once completed, the charts may be put in a vector format and plotted for color viewgraphs. The twelve graphics capabilities are divided into three groups: Forms, Structured Charts, and Block Diagrams. There are eight Forms available: 1) Bar/Line Charts, 2) Pie Charts, 3) Milestone Charts, 4) Resources Charts, 5) Earned Value Analysis Charts, 6) Progress/Effort Charts, 7) Travel/Training Charts, and 8) Trend Analysis Charts. There are three Structured Charts available: 1) Bullet Charts, 2) Organization Charts, and 3) Work Breakdown Structure (WBS) Charts. The Block Diagram available is an N x N Chart. Each graphics capability supports a chartbase. The OAP graphics database system provides the IBM PC user with an effective means of managing data which is best interpreted as a graphic display. The OAP graphics database system is written in IBM PASCAL 2.0 and assembler for interactive execution on an IBM PC or XT with at least 384K of memory, and a color graphics adapter and monitor. Printed charts require an Epson, IBM, OKIDATA, or HP Laser

  11. Design and development of an IBM/VM menu system

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

    Cazzola, D.J.

    1992-10-01

    This report describes a full screen menu system developed using IBM's Interactive System Productivity Facility (ISPF) and the REXX programming language. The software was developed for the 2800 IBM/VM Electrical Computer Aided Design (ECAD) system. The system was developed to deliver electronic drawing definitions to a corporate drawing release system. Although this report documents the status of the menu system when it was retired, the methodologies used and the requirements defined are very applicable to replacement systems.

  12. External audio for IBM-compatible computers

    NASA Technical Reports Server (NTRS)

    Washburn, David A.

    1992-01-01

    Numerous applications benefit from the presentation of computer-generated auditory stimuli at points discontiguous with the computer itself. Modification of an IBM-compatible computer for use of an external speaker is relatively easy but not intuitive. This modification is briefly described.

  13. Issues Identified During September 2016 IBM OpenMP 4.5 Hackathon

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

    Richards, David F.

    In September, 2016 IBM hosted an OpenMP 4.5 Hackathon at the TJ Watson Research Center. Teams from LLNL, ORNL, SNL, LANL, and LBNL attended the event. As with the 2015 hackathon, IBM produced an extremely useful and successful event with unmatched support from compiler team, applications staff, and facilities. Approximately 24 IBM staff supported 4-day hackathon and spent significant time 4-6 weeks out to prepare environment and become familiar with apps. This hackathon was also the first event to feature LLVM & XL C/C++ and Fortran compilers. This report records many of the issues encountered by the LLNL teams duringmore » the hackathon.« less

  14. Making IBM's Computer, Watson, Human

    ERIC Educational Resources Information Center

    Rachlin, Howard

    2012-01-01

    This essay uses the recent victory of an IBM computer (Watson) in the TV game, "Jeopardy," to speculate on the abilities Watson would need, in addition to those it has, to be human. The essay's basic premise is that to be human is to behave as humans behave and to function in society as humans function. Alternatives to this premise are considered…

  15. Performance Support Case Studies from IBM.

    ERIC Educational Resources Information Center

    Duke-Moran, Celia; Swope, Ginger; Morariu, Janis; deKam, Peter

    1999-01-01

    Presents two case studies that show how IBM addressed performance support solutions and electronic learning. The first developed a performance support and expert coaching solution; the second applied performance support to reducing implementation time and total cost of ownership of enterprise resource planning systems. (Author/LRW)

  16. ACTOG - AUTOCAD TO GIFTS TRANSLATOR

    NASA Technical Reports Server (NTRS)

    Jones, A.

    1994-01-01

    The AutoCad TO Gifts Translator program, ACTOG, was developed to facilitate quick generation of small finite element models using the CASA/Gifts finite element modeling program. ACTOG reads the geometric data of a drawing from the Data Exchange File (DXF) used in AutoCAD and other PC based drafting programs. The geometric entities recognized by ACTOG include POINTs, LINEs, ARCs, SOLIDs, 3DLINEs and 3DFACEs. From this information ACTOG creates a GIFTS SRC file which can then be read into the GIFTS preprocessor BULKM or can be modified and read into EDITM to create a finite element model. The GIFTS commands created include KPOINTs, SLINEs, CARCs, GRID3s and GRID4s. The SRC file can be used as is (using the default parameters) or edited for any number of uses. It is assumed that the user has at least a working knowledge of AutoCAD and GIFTS. ACTOG was written in Microsoft QuickBasic (Version 2.0). The program was developed for the IBM PC and has been implemented on an IBM PC compatible under DOS 3.21. ACTOG was developed in 1988.

  17. The web server of IBM's Bioinformatics and Pattern Discovery group.

    PubMed

    Huynh, Tien; Rigoutsos, Isidore; Parida, Laxmi; Platt, Daniel; Shibuya, Tetsuo

    2003-07-01

    We herein present and discuss the services and content which are available on the web server of IBM's Bioinformatics and Pattern Discovery group. The server is operational around the clock and provides access to a variety of methods that have been published by the group's members and collaborators. The available tools correspond to applications ranging from the discovery of patterns in streams of events and the computation of multiple sequence alignments, to the discovery of genes in nucleic acid sequences and the interactive annotation of amino acid sequences. Additionally, annotations for more than 70 archaeal, bacterial, eukaryotic and viral genomes are available on-line and can be searched interactively. The tools and code bundles can be accessed beginning at http://cbcsrv.watson.ibm.com/Tspd.html whereas the genomics annotations are available at http://cbcsrv.watson.ibm.com/Annotations/.

  18. The web server of IBM's Bioinformatics and Pattern Discovery group

    PubMed Central

    Huynh, Tien; Rigoutsos, Isidore; Parida, Laxmi; Platt, Daniel; Shibuya, Tetsuo

    2003-01-01

    We herein present and discuss the services and content which are available on the web server of IBM's Bioinformatics and Pattern Discovery group. The server is operational around the clock and provides access to a variety of methods that have been published by the group's members and collaborators. The available tools correspond to applications ranging from the discovery of patterns in streams of events and the computation of multiple sequence alignments, to the discovery of genes in nucleic acid sequences and the interactive annotation of amino acid sequences. Additionally, annotations for more than 70 archaeal, bacterial, eukaryotic and viral genomes are available on-line and can be searched interactively. The tools and code bundles can be accessed beginning at http://cbcsrv.watson.ibm.com/Tspd.html whereas the genomics annotations are available at http://cbcsrv.watson.ibm.com/Annotations/. PMID:12824385

  19. The Efficiency and the Scalability of an Explicit Operator on an IBM POWER4 System

    NASA Technical Reports Server (NTRS)

    Frumkin, Michael; Biegel, Bryan A. (Technical Monitor)

    2002-01-01

    We present an evaluation of the efficiency and the scalability of an explicit CFD operator on an IBM POWER4 system. The POWER4 architecture exhibits a common trend in HPC architectures: boosting CPU processing power by increasing the number of functional units, while hiding the latency of memory access by increasing the depth of the memory hierarchy. The overall machine performance depends on the ability of the caches-buses-fabric-memory to feed the functional units with the data to be processed. In this study we evaluate the efficiency and scalability of one explicit CFD operator on an IBM POWER4. This operator performs computations at the points of a Cartesian grid and involves a few dozen floating point numbers and on the order of 100 floating point operations per grid point. The computations in all grid points are independent. Specifically, we estimate the efficiency of the RHS operator (SP of NPB) on a single processor as the observed/peak performance ratio. Then we estimate the scalability of the operator on a single chip (2 CPUs), a single MCM (8 CPUs), 16 CPUs, and the whole machine (32 CPUs). Then we perform the same measurements for a chache-optimized version of the RHS operator. For our measurements we use the HPM (Hardware Performance Monitor) counters available on the POWER4. These counters allow us to analyze the obtained performance results.

  20. FASTRAN II - FATIGUE CRACK GROWTH STRUCTURAL ANALYSIS (UNIX VERSION)

    NASA Technical Reports Server (NTRS)

    Newman, J. C.

    1994-01-01

    loads may be either tensile or compressive. Several standardized aircraft flight-load histories, such as TWIST, Mini-TWIST, FALSTAFF, Inverted FALSTAFF, Felix and Gaussian, are included as options. FASTRAN II also includes two other methods that will help the user input spectrum load histories. The two methods are: (1) a list of stress points, and (2) a flight-by-flight history of stress points. Examples are provided in the user manual. Developed as a research program, FASTRAN II has successfully predicted crack growth in many metallic materials under various aircraft spectrum loading. A computer program DKEFF which is a part of the FASTRAN II package was also developed to analyze crack growth rate data from laboratory specimens to obtain the effective stress-intensity factor against crack growth rate relations used in FASTRAN II. FASTRAN II is written in standard FORTRAN 77. It has been successfully compiled and implemented on Sun4 series computers running SunOS and on IBM PC compatibles running MS-DOS using the Lahey F77L FORTRAN compiler. Sample input and output data are included with the FASTRAN II package. The UNIX version requires 660K of RAM for execution. The standard distribution medium for the UNIX version (LAR-14865) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. It is also available on a 3.5 inch diskette in UNIX tar format. The standard distribution medium for the MS-DOS version (LAR-14944) is a 5.25 inch 360K MS-DOS format diskette. The contents of the diskette are compressed using the PKWARE archiving tools. The utility to unarchive the files, PKUNZIP.EXE, is included. The program was developed in 1984 and revised in 1992. Sun4 and SunOS are trademarks of Sun Microsystems, Inc. IBM PC is a trademark of International Business Machines Corp. MS-DOS is a trademark of Microsoft, Inc. F77L is a trademark of the Lahey Computer Systems, Inc. UNIX is a registered trademark of AT&T Bell Laboratories. PKWARE and PKUNZIP are trademarks of PKWare

  1. 76 FR 174 - International Business Machines (IBM), Global Sales Operations Organization, Sales and...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-01-03

    ...] International Business Machines (IBM), Global Sales Operations Organization, Sales and Distribution Business Manager Roles; One Teleworker Located in Charleston, WV; International Business Machines (IBM), Global Sales Operations Organization, Sales and Distribution Business Unit, Relations Analyst and Band 8...

  2. CET93 and CETPC: An interim updated version of the NASA Lewis computer program for calculating complex chemical equilibria with applications

    NASA Technical Reports Server (NTRS)

    Mcbride, Bonnie J.; Reno, Martin A.; Gordon, Sanford

    1994-01-01

    The NASA Lewis chemical equilibrium program with applications continues to be improved and updated. The latest version is CET93. This code, with smaller arrays, has been compiled for use on an IBM or IBM-compatible personal computer and is called CETPC. This report is intended to be primarily a users manual for CET93 and CETPC. It does not repeat the more complete documentation of earlier reports on the equilibrium program. Most of the discussion covers input and output files, two new options (ONLY and comments), example problems, and implementation of CETPC.

  3. Comparison of U.S. Environmental Protection Agency's CAP88 PC Versions 3.0 and 4.0.

    PubMed

    Jannik, Tim; Farfan, Eduardo B; Dixon, Ken; Newton, Joseph; Sailors, Christopher; Johnson, Levi; Moore, Kelsey; Stahman, Richard

    2015-08-01

    The Savannah River National Laboratory (SRNL) with the assistance of Georgia Regents University, completed a comparison of the U.S. Environmental Protection Agency's (U.S. EPA) environmental dosimetry code CAP88 PC V3.0 with the recently developed V4.0. CAP88 is a set of computer programs and databases used for estimation of dose and risk from radionuclide emissions to air. At the U.S. Department of Energy's Savannah River Site, CAP88 is used by SRNL for determining compliance with U.S. EPA's National Emission Standards for Hazardous Air Pollutants (40 CFR 61, Subpart H) regulations. Using standardized input parameters, individual runs were conducted for each radionuclide within its corresponding database. Some radioactive decay constants, human usage parameters, and dose coefficients changed between the two versions, directly causing a proportional change in the total effective dose. A detailed summary for select radionuclides of concern at the Savannah River Site (60Co, 137Cs, 3H, 129I, 239Pu, and 90Sr) is provided. In general, the total effective doses will decrease for alpha/beta emitters because of reduced inhalation and ingestion rates in V4.0. However, for gamma emitters, such as 60Co and 137Cs, the total effective doses will increase because of changes U.S. EPA made in the external ground shine calculations.

  4. Comparison of U.S. Environmental Protection Agency’s CAP88 PC versions 3.0 and 4.0

    DOE PAGES

    Jannik, Tim; Farfan, Eduardo B.; Dixon, Ken; ...

    2015-08-01

    The Savannah River National Laboratory (SRNL) with the assistance of Georgia Regents University, completed a comparison of the U.S. Environmental Protection Agency's (EPA) environmental dosimetry code CAP88 PC V3.0 with the recently developed V4.0. CAP88 is a set of computer programs and databases used for estimation of dose and risk from radionuclide emissions to air. At the U.S. Department of Energy's Savannah River Site, CAP88 is used by SRNL for determining compliance with EPA's National Emission Standards for Hazardous Air Pollutants (40 CFR 61, Subpart H) regulations. Using standardized input parameters, individual runs were conducted for each radionuclide within itsmore » corresponding database. Some radioactive decay constants, human usage parameters, and dose coefficients changed between the two versions, directly causing a proportional change in the total effective 137Cs, 3H, 129I, 239Pu, and 90Sr) is provided. In general, the total effective doses will decrease for alpha/beta emitters because of reduced inhalation and ingestion rates in V4.0. However, for gamma emitters, such as 60Co and 137Cs, the total effective doses will increase because of changes EPA made in the external ground shine calculations.« less

  5. Long Duration Exposure Facility mini-data base user`s guide: IBM-compatible PC computer version. (Diskette)

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

    Bohnhoff-Hlavacek, G.; Pippin, G.; Dursch, H.

    1995-04-01

    One of the objectives of the LDEF Special Investigation Group (SIG) was to develop a LDEF data base that identifies the experiment objectives and hardware flown, summarizes results and conclusions, and provides a system analysis overview which would include spacecraft design guidelines and space environmental effects. Compiling this information into an easily accessible data base format and making it available to the space community was a major task accomplished by the System and Materials SIG effort beginning in 1991. Included in this document is a short user`s manual for the LDEF Mini-Data Bases. The user`s manual contains pertinent examples frommore » the data base on specifically how to access and work with the LDEF information. Accompanying this document are the mini-data bases on disk.« less

  6. An Evaluation of Alternative Delivery Modes for Information Services.

    ERIC Educational Resources Information Center

    Short, Craig; Christal, Melodie E.

    The use of the floppy disk as an alternative mode for delivering Information Services reports was evaluated for fiscal year 1985 by the National Center for Higher Education Management Systems (NCHEMS). A 5.25 inch, 8/9 sector, 40 track ASCII floppy disk used under PC-DOS on the IBM PC and IBM PC compatible hardware was tested. Tabular data but not…

  7. Data Mining and Knowledge Discover - IBM Cognitive Alternatives for NASA KSC

    NASA Technical Reports Server (NTRS)

    Velez, Victor Hugo

    2016-01-01

    Skillful tools in cognitive computing to transform industries have been found favorable and profitable for different Directorates at NASA KSC. In this study is shown how cognitive computing systems can be useful for NASA when computers are trained in the same way as humans are to gain knowledge over time. Increasing knowledge through senses, learning and a summation of events is how the applications created by the firm IBM empower the artificial intelligence in a cognitive computing system. NASA has explored and applied for the last decades the artificial intelligence approach specifically with cognitive computing in few projects adopting similar models proposed by IBM Watson. However, the usage of semantic technologies by the dedicated business unit developed by IBM leads these cognitive computing applications to outperform the functionality of the inner tools and present outstanding analysis to facilitate the decision making for managers and leads in a management information system.

  8. 75 FR 60141 - International Business Machines (IBM), Global Technology Services Delivery Division, Including On...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-09-29

    ... 25, 2010, applicable to workers of International Business Machines (IBM), Global Technology Services... hereby issued as follows: All workers of International Business Machines (IBM), Global Technology... DEPARTMENT OF LABOR Employment and Training Administration [TA-W-74,164] International Business...

  9. IBM techexplorer and MathML: Interactive Multimodal Scientific Documents

    NASA Astrophysics Data System (ADS)

    Diaz, Angel

    2001-06-01

    The World Wide Web provides a standard publishing platform for disseminating scientific and technical articles, books, journals, courseware, or even homework on the internet; however, the transition from paper to web-based interactive content has brought new opportunities for creating interactive content. Students, scientists, and engineers are now faced with the task of rendering the 2D presentational structure of mathematics, harnessing the wealth of scientific and technical software, and creating truly accessible scientific portals across international boundaries and markets. The recent emergence of World Wide Web Consortium (W3C) standards such as the Mathematical Markup Language (MathML), Language (XSL), and Aural CSS (ACSS) provide a foundation whereby mathematics can be displayed, enlivened, computed, and audio formatted. With interoperability ensured by standards, software applications can be easily brought together to create extensible and interactive scientific content. In this presentation we will provide an overview of the IBM techexplorer Hypermedia Browser, a web browser plug-in and ActiveX control aimed at bringing interactive mathematics to the masses across platforms and applications. We will demonstrate "live" mathematics where documents that contain MathML expressions can be edited and computed right inside your favorite web browser. This demonstration will be generalized as we show how MathML can be used to enliven even PowerPoint presentations. Finally, we will close the loop by demonstrating a novel approach to spoken mathematics based on MathML, DOM, XSL, ACSS, techexplorer, and IBM ViaVoice. By making use of techexplorer as the glue that binds the rendered content to the web browser, the back-end computation software, the Java applets that augment the exposition, and voice-rendering systems such as ViaVoice, authors can indeed create truly extensible and interactive scientific content. For more information see: [http://www.software.ibm

  10. TARGET - TASK ANALYSIS REPORT GENERATION TOOL, VERSION 1.0

    NASA Technical Reports Server (NTRS)

    Ortiz, C. J.

    1994-01-01

    The Task Analysis Report Generation Tool, TARGET, is a graphical interface tool used to capture procedural knowledge and translate that knowledge into a hierarchical report. TARGET is based on VISTA, a knowledge acquisition tool developed by the Naval Systems Training Center. TARGET assists a programmer and/or task expert organize and understand the steps involved in accomplishing a task. The user can label individual steps in the task through a dialogue-box and get immediate graphical feedback for analysis. TARGET users can decompose tasks into basic action kernels or minimal steps to provide a clear picture of all basic actions needed to accomplish a job. This method allows the user to go back and critically examine the overall flow and makeup of the process. The user can switch between graphics (box flow diagrams) and text (task hierarchy) versions to more easily study the process being documented. As the practice of decomposition continues, tasks and their subtasks can be continually modified to more accurately reflect the user's procedures and rationale. This program is designed to help a programmer document an expert's task thus allowing the programmer to build an expert system which can help others perform the task. Flexibility is a key element of the system design and of the knowledge acquisition session. If the expert is not able to find time to work on the knowledge acquisition process with the program developer, the developer and subject matter expert may work in iterative sessions. TARGET is easy to use and is tailored to accommodate users ranging from the novice to the experienced expert systems builder. TARGET is written in C-language for IBM PC series and compatible computers running MS-DOS and Microsoft Windows version 3.0 or 3.1. No source code is supplied. The executable also requires 2Mb of RAM, a Microsoft compatible mouse, a VGA display and an 80286, 386 or 486 processor machine. The standard distribution medium for TARGET is one 5.25 inch 360K

  11. Desk-top publishing using IBM-compatible computers.

    PubMed

    Grencis, P W

    1991-01-01

    This paper sets out to describe one Medical Illustration Departments' experience of the introduction of computers for desk-top publishing. In this particular case, after careful consideration of all the options open, an IBM-compatible system was installed rather than the often popular choice of an Apple Macintosh.

  12. Initial Performance Results on IBM POWER6

    NASA Technical Reports Server (NTRS)

    Saini, Subbash; Talcott, Dale; Jespersen, Dennis; Djomehri, Jahed; Jin, Haoqiang; Mehrotra, Piysuh

    2008-01-01

    The POWER5+ processor has a faster memory bus than that of the previous generation POWER5 processor (533 MHz vs. 400 MHz), but the measured per-core memory bandwidth of the latter is better than that of the former (5.7 GB/s vs. 4.3 GB/s). The reason for this is that in the POWER5+, the two cores on the chip share the L2 cache, L3 cache and memory bus. The memory controller is also on the chip and is shared by the two cores. This serializes the path to memory. For consistently good performance on a wide range of applications, the performance of the processor, the memory subsystem, and the interconnects (both latency and bandwidth) should be balanced. Recognizing this, IBM has designed the Power6 processor so as to avoid the bottlenecks due to the L2 cache, memory controller and buffer chips of the POWER5+. Unlike the POWER5+, each core in the POWER6 has its own L2 cache (4 MB - double that of the Power5+), memory controller and buffer chips. Each core in the POWER6 runs at 4.7 GHz instead of 1.9 GHz in POWER5+. In this paper, we evaluate the performance of a dual-core Power6 based IBM p6-570 system, and we compare its performance with that of a dual-core Power5+ based IBM p575+ system. In this evaluation, we have used the High- Performance Computing Challenge (HPCC) benchmarks, NAS Parallel Benchmarks (NPB), and four real-world applications--three from computational fluid dynamics and one from climate modeling.

  13. Networking DEC and IBM computers

    NASA Technical Reports Server (NTRS)

    Mish, W. H.

    1983-01-01

    Local Area Networking of DEC and IBM computers within the structure of the ISO-OSI Seven Layer Reference Model at a raw signaling speed of 1 Mops or greater are discussed. After an introduction to the ISO-OSI Reference Model nd the IEEE-802 Draft Standard for Local Area Networks (LANs), there follows a detailed discussion and comparison of the products available from a variety of manufactures to perform this networking task. A summary of these products is presented in a table.

  14. 76 FR 32231 - International Business Machines (IBM), Sales and Distribution Business Unit, Global Sales...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-06-03

    ... for the workers and former workers of International Business Machines (IBM), Sales and Distribution... reconsideration alleges that IBM outsourced to India and China. During the reconsideration investigation, it was..., Armonk, New York. The subject worker group supply computer software development and maintenance services...

  15. STEREO: a program on a PC-Windows 95 platform for recording and evaluating quantitative stereologic investigations of multistage hepatocarcinogenesis in rodents.

    PubMed

    Xu, Y H; Dragan, Y P; Campbell, H A; Pitot, H C

    1998-04-01

    The most common organ site of neoplasms induced by carcinogenic chemicals in the rodent bioassay is the liver. The development of cancer in rodent liver is a multistage process involving sequentially the stages of initiation, promotion, and progression. During the stages of promotion and progression, numerous lesions termed altered hepatic foci (AHF) develop. STEREO was developed for the purpose of efficient and accurate quantitation of AHF and related lesions in experimental and test rodents. The system utilized is equipped with a microcomputer (IBM-compatible PC running Windows 95) and a Summagraphics MICROGRID or SummaSketch tablet digitizer. The program records information from digitization of single or serial sections obtained randomly from rat liver tissue. With this information and the methods of quantitative stereology, both the number and volume percentage fraction of AHF in liver are calculated in three dimensions. The recorded data files can be printed graphically or in the format of tabular numerical data. The results of stereologic calculations are stored on floppy disks and can be sorted into different categories and analyzed or displayed with the use of statistics and graphic functions built into the overall program. Results may also be exported into Microsoft Excel for use at a later time. Any IBM-compatible PC capable of utilizing Windows 95 and MS Office can be used with STEREO, which offers inexpensive, easily operated software to obtain three-dimensional information from sections of two dimensions for the identification and relative potency of initiators, promoters, and progressors, and for the establishment of information potentially useful in developing estimations of risk for human cancer.

  16. Ada technology support for NASA-GSFC

    NASA Technical Reports Server (NTRS)

    1986-01-01

    Utilization of the Ada programming language and environments to perform directorate functions was reviewed. The Mission and Data Operations Directorate Network (MNET) conversion effort was chosen as the first task for evaluation and assistance. The MNET project required the rewriting of the existing Network Control Program (NCP) in the Ada programming language. The DEC Ada compiler running on the VAX under WMS was used for the initial development efforts. Stress tests on the newly delivered version of the DEC Ada compiler were performed. The new Alsys Ada compiler was purchased for the IBM PC AT. A prevalidated version of the compiler was obtained. The compiler was then validated.

  17. Solar Simulation Laboratory Description and Manual.

    DTIC Science & Technology

    1985-06-01

    2000 was sent back to Cyborg Corp. three times over a five month period for repairs. The solar lab is presently using a loaner from Cyborg Corp. The IBM...PC/XT is connected to the ISAAC 2000 by a RS232 connection. All programs were written in advanced basic ("BASICA"). BASICA was used because Cyborg ...2067 CH/P Temperature.Control Bath TechnicalManual, November. 1980. A 30. Cyborg Corporation, Version 1.2, IS..AC.....Co..mpiut.er.liz e.d Data

  18. 75 FR 62002 - Airworthiness Directives; Pilatus Aircraft Ltd. Models PC-6, PC-6-H1, PC-6-H2, PC-6/350, PC-6/350...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-10-07

    ... Limitations Section (ALS). For PC-6 models other than B2-H2 and B2- H4, no ALS at all is included in the AMM... and B2-H4 models. For PC-6 models other than B2-H2 and B2-H4, a new ALS document has been implemented... Limitations Section (ALS). For PC-6 models other than B2-H2 and B2- H4, no ALS at all is included in the AMM...

  19. NASA Task Load Index (TLX). Volume 1.0; Computerized Version

    NASA Technical Reports Server (NTRS)

    Hart, Sandra G.

    1986-01-01

    This booklet and the accompanying diskette contain the materials necessary to collect subjective workload assessments with the NASA Task Load Index on IBM PC compatible microcomputers. This procedure for collecting workload ratings was developed by the Human Performance Group at NASA Ames Research Center during a three year research effort that involved more than 40 laboratory, simulation, and inflight experiments Although the technique is still undergoing evaluation, this package is being distributed to allow other researchers to use it in their own experiments Comments or suggestions about the procedure would be greatly appreciated This package is intended to fill a "nuts and bolts" function of describing the procedure. A bibliography provides background information about previous empirical findings and the logic that supports the procedure.

  20. PCDAS Version 2. 2: Remote network control and data acquisition

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

    Fishbaugher, M.J.

    1987-09-01

    This manual is intended for both technical and non-technical people who want to use the PCDAS remote network control and data acquisition software. If you are unfamiliar with remote data collection hardware systems designed at Pacific Northwest Laboratory (PNL), this introduction should answer your basic questions. Even if you have some experience with the PNL-designed Field Data Acquisition Systems (FDAS), it would be wise to review this material before attempting to set up a network. This manual was written based on the assumption that you have a rudimentary understanding of personal computer (PC) operations using Disk Operating System (DOS) versionmore » 2.0 or greater (IBM 1984). You should know how to create subdirectories and get around the subdirectory tree.« less

  1. Performance of the Mayo-IBM PAC system

    NASA Astrophysics Data System (ADS)

    Persons, Kenneth R.; Reardon, Frank J.; Gehring, Dale G.; Hangiandreou, Nicholas J.

    1994-05-01

    The Mayo Clinic and IBM (at Rochester, Minnesota) have jointly developed a picture archived system for use with Mayo's MRI and CT imaging modalities. This PACS is made up of over 50 computers that work cooperatively to provide archival, retrieval and image distribution services for Mayo's Department of Radiology. This paper will examine the performance characteristics of the system.

  2. Planetary data analysis and display system: A version of PC-McIDAS

    NASA Technical Reports Server (NTRS)

    Limaye, Sanjay S.; Sromovsky, L. A.; Saunders, R. S.; Martin, Michael

    1993-01-01

    We propose to develop a system for access and analysis of planetary data from past and future space missions based on an existing system, the PC-McIDAS workstation. This system is now in use in the atmospheric science community for access to meteorological satellite and conventional weather data. The proposed system would be usable not only by planetary atmospheric researchers but also by the planetary geologic community. By providing the critical tools of an efficient system architecture, newer applications and customized user interfaces can be added by the end user within such a system.

  3. Evidence that PC2 is the endogenous pro-neurotensin convertase in rMTC 6-23 cells and that PC1- and PC2-transfected PC12 cells differentially process pro-neurotensin.

    PubMed

    Rovère, C; Barbero, P; Kitabgi, P

    1996-05-10

    The neuropeptide precursor proneurotensin/neuromedin N (pro-NT/NN) is mainly expressed and differentially processed in the brain and in the small intestine. We showed previously that rMTC 6-23 cells process pro-NT/NN with a pattern similar to brain tissue and increase pro-NT/NN expression in response to dexamethasone, and that PC12 cells also produce pro-NT/NN but are virtually unable to process it. In addition, PC12 cells were reported to be devoid of the prohormone convertases PC1 and PC2. The present study was designed to identify the proprotein convertase(s) (PC) involved in pro-NT/NN processing in rMTC 6-23 cells and to compare PC1- and PC2-transfected PC12 cells for their ability to process pro-NT/NN. rMTC 6-23 cells were devoid of PC1, PC4, and PC5 but expressed furin and PC2. Stable expression of antisense PC2 RNA in rMTC 6-23 cells led to a 90% decrease in PC2 protein levels that correlated with a > 80% reduction of pro-NT/NN processing. PC2 expression was stimulated by dexamethasone in a time- and concentration-dependent manner. Stable PC12/PC2 transfectants processed pro-NT/NN with a pattern similar to that observed in the brain and in rMTC 6-23 cells. In contrast, stable PC12/PC1 transfectants reproduced the pro-NT/NN processing pattern seen in the gut. We conclude that (i) PC2 is the major pro-NT/NN convertase in rMTC 6-23 cells; (ii) its expression is coregulated with that of pro-NT/NN in this cell line; and (iii) PC2 and PC1 differentially process pro-NT/NN with brain and intestinal phenotype, respectively.

  4. METCAN-PC - METAL MATRIX COMPOSITE ANALYZER

    NASA Technical Reports Server (NTRS)

    Murthy, P. L.

    1994-01-01

    is written in FORTRAN 77 for IBM PC series and compatible computers running MS-DOS. An 80286 machine with an 80287 math co-processor is required for execution. The executable requires at least 640K of RAM and DOS 3.1 or higher. The package includes sample executables which were compiled under Microsoft FORTRAN v. 5.1. The standard distribution medium for this program is one 5.25 inch 360K MS-DOS format diskette. The contents of the diskette are compressed using the PKWARE archiving tools. The utility to unarchive the files, PKUNZIP.EXE, is included. METCAN-PC was developed in 1992.

  5. The GF11 project at IBM

    NASA Astrophysics Data System (ADS)

    Sexton, James C.

    1990-08-01

    The GF11 project at IBM's T. J. Watson Research Center is entering full production for QCD numerical calculations. This paper describes the GF11 hardware and system software, and discusses the first production program which has been developed to run on GF11. This program is a variation of the Cabbibo Marinari pure gauge Monte Carlo program for SU(3) and is currently sustaining almost 6 gigaflops on 360 processors in GF11.

  6. Reliability and Validity of the Turkish Version of the Job Performance Scale Instrument.

    PubMed

    Harmanci Seren, Arzu Kader; Tuna, Rujnan; Eskin Bacaksiz, Feride

    2018-02-01

    Objective measurement of the job performance of nursing staff using valid and reliable instruments is important in the evaluation of healthcare quality. A current, valid, and reliable instrument that specifically measures the performance of nurses is required for this purpose. The aim of this study was to determine the validity and reliability of the Turkish version of the Job Performance Instrument. This study used a methodological design and a sample of 240 nurses working at different units in four hospitals in Istanbul, Turkey. A descriptive data form, the Job Performance Scale, and the Employee Performance Scale were used to collect data. Data were analyzed using IBM SPSS Statistics Version 21.0 and LISREL Version 8.51. On the basis of the data analysis, the instrument was revised. Some items were deleted, and subscales were combined. The Turkish version of the Job Performance Instrument was determined to be valid and reliable to measure the performance of nurses. The instrument is suitable for evaluating current nursing roles.

  7. Portability studies of modular data base managers. Interim reports. [Running CDC's DATATRAN 2 on IBM 360/370 and IBM's JOSHUA on CDC computers

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

    Kopp, H.J.; Mortensen, G.A.

    1978-04-01

    Approximately 60% of the full CDC 6600/7600 Datatran 2.0 capability was made operational on IBM 360/370 equipment. Sufficient capability was made operational to demonstrate adequate performance for modular program linking applications. Also demonstrated were the basic capabilities and performance required to support moderate-sized data base applications and moderately active scratch input/output applications. Approximately one to two calendar years are required to develop DATATRAN 2.0 capabilities fully for the entire spectrum of applications proposed. Included in the next stage of conversion should be syntax checking and syntax conversion features that would foster greater FORTRAN compatibility between IBM and CDC developed modules.more » The batch portion of the JOSHUA Modular System, which was developed by Savannah River Laboratory to run on an IBM computer, was examined for the feasibility of conversion to run on a Control Data Corporation (CDC) computer. Portions of the JOSHUA Precompiler were changed so as to be operable on the CDC computer. The Data Manager and Batch Monitor were also examined for conversion feasibility, but no changes were made in them. It appears to be feasible to convert the batch portion of the JOSHUA Modular System to run on a CDC computer with an estimated additional two to three man-years of effort. 9 tables.« less

  8. Reviews.

    ERIC Educational Resources Information Center

    Journal of Chemical Education, 1988

    1988-01-01

    Reviews two computer programs: "Molecular Graphics," which allows molecule manipulation in three-dimensional space (requiring IBM PC with 512K, EGA monitor, and math coprocessor); and "Periodic Law," a database which contains up to 20 items of information on each of the first 103 elements (Apple II or IBM PC). (MVL)

  9. Distribution and colocalization of cholecystokinin with the prohormone convertase enzymes PC1, PC2, and PC5 in rat brain.

    PubMed

    Cain, Brian M; Connolly, Kelly; Blum, Alissa; Vishnuvardhan, Daesety; Marchand, James E; Beinfeld, Margery C; Vishnuvardham, Daesety

    2003-12-15

    During posttranslational processing to generate CCK 8, pro-cholecystokinin (CCK) undergoes endoproteolytic cleavage at three sites. Several studies using endocrine and neuronal tumor cells in culture and recombinant enzymes and synthetic substrates in vitro have pointed to the subtilisin/kexin-like enzymes prohormone convertase (PC) 1, PC2, and PC5 as potential candidates for these endoproteolytic cleavages. In these experimental models, they all appear to be able to cleave pro-CCK to make the correct products. One rodent model has provided information about the role of PC2. PC2 knockout mouse brains had less CCK 8 than wild-type, although a substantial amount of CCK was still present. The degree to which CCK levels were reduced in these mice was regionally specific. These data indicated that PC2 is important for normal production of CCK but that it is not the only endoprotease that is involved in CCK processing. To evaluate whether PC1 and PC5 are possible candidates for the other enzymes involved in CCK processing, the distribution of PC1, PC2, and PC5 mRNA was studied in rat brain. Their colocalization with CCK mRNA was examined using double-label in situ hybridization. PC2 was the most abundant of these enzymes in terms of the intensity and number of cells labeled. It was widely colocalized with CCK. PC1 and PC5 mRNA-positive cells were less abundant, but they were also widely distributed and strongly colocalized with CCK in the cerebral cortex, hippocampus, amygdala, ventral tegmental area, and substantia nigra zona compacta. The degree of colocalization of the enzymes with CCK was regionally specific. It is clear that PC1 and PC5 are extensively colocalized with CCK and could be participating in CCK processing in the rat brain and may be able to substitute for PC2 in its absence. These three enzymes may represent a redundant system to ensure production of biologically active CCK. Copyright 2003 Wiley-Liss, Inc.

  10. PC-assisted translation of photogrammetric papers

    NASA Astrophysics Data System (ADS)

    Güthner, Karlheinz; Peipe, Jürgen

    A PC-based system for machine translation of photogrammetric papers from the English into the German language and vice versa is described. The computer-assisted translating process is not intended to create a perfect interpretation of a text but to produce a rough rendering of the content of a paper. Starting with the original text, a continuous data flow is effected into the translated version by means of hardware (scanner, personal computer, printer) and software (OCR, translation, word processing, DTP). An essential component of the system is a photogrammetric microdictionary which is being established at present. It is based on several sources, including e.g. the ISPRS Multilingual Dictionary.

  11. 76 FR 54800 - International Business Machines (IBM), Software Group Business Unit, Quality Assurance Group, San...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-09-02

    ... Machines (IBM), Software Group Business Unit, Quality Assurance Group, San Jose, California; Notice of... workers of International Business Machines (IBM), Software Group Business Unit, Optim Data Studio Tools QA... February 2, 2011 (76 FR 5832). The subject worker group supplies acceptance testing services, design...

  12. The web server of IBM's Bioinformatics and Pattern Discovery group: 2004 update.

    PubMed

    Huynh, Tien; Rigoutsos, Isidore

    2004-07-01

    In this report, we provide an update on the services and content which are available on the web server of IBM's Bioinformatics and Pattern Discovery group. The server, which is operational around the clock, provides access to a large number of methods that have been developed and published by the group's members. There is an increasing number of problems that these tools can help tackle; these problems range from the discovery of patterns in streams of events and the computation of multiple sequence alignments, to the discovery of genes in nucleic acid sequences, the identification--directly from sequence--of structural deviations from alpha-helicity and the annotation of amino acid sequences for antimicrobial activity. Additionally, annotations for more than 130 archaeal, bacterial, eukaryotic and viral genomes are now available on-line and can be searched interactively. The tools and code bundles continue to be accessible from http://cbcsrv.watson.ibm.com/Tspd.html whereas the genomics annotations are available at http://cbcsrv.watson.ibm.com/Annotations/.

  13. Using ZWDOS to Communicate in Chinese on PC.

    ERIC Educational Resources Information Center

    Xie, Tianwei

    1995-01-01

    Describes the availability, installation, and use of the ZhonWen Disk Operating System (ZWDOS) to display, print, and transmit Chinese characters on conventional International Business Machines (IBM) personal computers and IBM-compatible machines. Also discussed is the use of ZWDOS to compose electronic mail messages, read newsgroups, and access…

  14. Effects of an Appearance-Focused Interpretation Training Intervention on Eating Disorder Symptoms.

    PubMed

    Summers, Berta J; Cougle, Jesse R

    2018-03-13

    Previous research suggests that computerized interpretation bias modification (IBM) techniques may be useful for modifying thoughts and behaviours relevant to eating pathology; however, little is known about the utility of IBM for decreasing specific eating disorder (ED) symptoms (e.g. bulimia, drive for thinness). The current study sought to further examine the utility of IBM for ED symptoms via secondary analyses of an examination of IBM for individuals with elevated body dysmorphic disorder (BDD) symptoms (see Summers and Cougle, 2016), as these disorders are both characterized by threat interpretation biases of ambiguous appearance-related information. We recruited 41 participants for a randomized trial comparing four sessions of IBM aimed at modifying problematic social and appearance-related threat interpretation biases with a placebo control training (PC). At 1-week post-treatment, and relative to the PC, the IBM group reported greater reductions in negative/threat interpretations of ambiguous information in favour of positive/benign biases. Furthermore, among individuals with high pre-treatment bulimia symptoms, IBM yielded greater reductions in bulimia symptoms compared with PC at post-treatment. No treatment effects were observed on drive for thinness symptoms. The current study suggests that cognitive interventions for individuals with primary BDD symptoms may improve co-occurring ED symptoms such as bulimia.

  15. CLIPSITS - CLIPS INTELLIGENT TUTORING SYSTEM

    NASA Technical Reports Server (NTRS)

    Riley, G.

    1994-01-01

    The CLIPS Intelligent Tutoring System (CLIPSITS) is designed to be used to learn CLIPS, the C-language Integrated Production System expert system shell developed by the Software Technology Branch at Johnson Space Center. The goal of CLIPSITS is to provide the student with a tool to practice the syntax and concepts covered in the CLIPS User's Guide. It attempts to provide expert diagnosis and advice during problem solving which is typically not available without an instructor. CLIPSITS is divided into 10 lessons which mirror the first 10 chapters of the CLIPS User's Guide. This version of CLIPSITS is compatible with the Version 4.2 and 4.3 CLIPS User's Guide. However, the program does not cover any new features of CLIPS v4.3 that were added since the release of v4.2. The chapter numbers in the CLIPS User's Guide correspond directly with the lesson numbers in CLIPSITS. Each lesson in the program contains anywhere from 1 to 10 problems. Most of these have multiple parts. The student is given a subset of these problems from each lesson to work. The actual number of problems presented depends on how well the student masters the previous problem(s). The progression through these lessons is maintained in a personalized file under the student's name. As with most computer languages, there is usually more than one way to solve a problem. CLIPSITS attempts to be as flexible as possible and to allow as many correct solutions as possible. CLIPSITS gives the student the option of setting his/her own colors for the screen interface and the option of redefining special keystroke combinations used within the program. CLIPSITS requires an IBM PC compatible with 640K RAM and optional 2 or 3 button mouse. A 286- or 386-based machine is preferable. Performance will be somewhat slower on an XT class machine. The program must be installed on a hard disk with 825 KB space available. The program was developed in 1989. The standard distribution media is three 5.25" IBM PC DOS format

  16. "On-screen" writing and composing: two years experience with Manuscript Manager, Apple II and IBM-PC versions.

    PubMed

    Offerhaus, L

    1989-06-01

    The problems of the direct composition of a biomedical manuscript on a personal computer are discussed. Most word processing software is unsuitable because literature references, once stored, cannot be rearranged if major changes are necessary. These obstacles have been overcome in Manuscript Manager, a combination of word processing and database software. As it follows Council of Biology Editors and Vancouver rules, the printouts should be technically acceptable to most leading biomedical journals.

  17. A framework for WRF to WRF-IBM grid nesting to enable multiscale simulations

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

    Wiersema, David John; Lundquist, Katherine A.; Chow, Fotini Katapodes

    With advances in computational power, mesoscale models, such as the Weather Research and Forecasting (WRF) model, are often pushed to higher resolutions. As the model’s horizontal resolution is refined, the maximum resolved terrain slope will increase. Because WRF uses a terrain-following coordinate, this increase in resolved terrain slopes introduces additional grid skewness. At high resolutions and over complex terrain, this grid skewness can introduce large numerical errors that require methods, such as the immersed boundary method, to keep the model accurate and stable. Our implementation of the immersed boundary method in the WRF model, WRF-IBM, has proven effective at microscalemore » simulations over complex terrain. WRF-IBM uses a non-conforming grid that extends beneath the model’s terrain. Boundary conditions at the immersed boundary, the terrain, are enforced by introducing a body force term to the governing equations at points directly beneath the immersed boundary. Nesting between a WRF parent grid and a WRF-IBM child grid requires a new framework for initialization and forcing of the child WRF-IBM grid. This framework will enable concurrent multi-scale simulations within the WRF model, improving the accuracy of high-resolution simulations and enabling simulations across a wide range of scales.« less

  18. ORACLS- OPTIMAL REGULATOR ALGORITHMS FOR THE CONTROL OF LINEAR SYSTEMS (CDC VERSION)

    NASA Technical Reports Server (NTRS)

    Armstrong, E. S.

    1994-01-01

    , formulates and selects the routines to be used to solve the problem, and specifies the desired output. There are three versions of ORACLS source code available for implementation: CDC, IBM, and DEC. The CDC version has been implemented on a CDC 6000 series computer with a central memory of approximately 13K (octal) of 60 bit words. The CDC version is written in FORTRAN IV, was developed in 1978, and last updated in 1989. The IBM version has been implemented on an IBM 370 series computer with a central memory requirement of approximately 300K of 8 bit bytes. The IBM version is written in FORTRAN IV and was generated in 1981. The DEC version has been implemented on a VAX series computer operating under VMS. The VAX version is written in FORTRAN 77 and was generated in 1986.

  19. Sporadic-inclusion body myositis (s-IBM) is not so prevalent in Istanbul/Turkey: a muscle biopsy based survey.

    PubMed

    Oflazer, P Serdaroglu; Deymeer, F; Parman, Y

    2011-06-01

    In a muscle biopsy based study, only 9 out of 5450 biopsy samples, received from all parts of greater Istanbul area, had typical clinical and most suggestive light microscopic sporadic-inclusion body myositis (s-IBM) findings. Two other patients with and ten further patients without characteristic light microscopic findings had referring diagnosis of s-IBM. As the general and the age-adjusted populations of Istanbul in 2010 were 13.255.685 and 2.347.300 respectively, the calculated corresponding 'estimated prevalences' of most suggestive s-IBM in the Istanbul area were 0.679 X 10(-6) and 3.834 X 10(-6). Since Istanbul receives heavy migration from all regions of Turkey and ours is the only muscle pathology laboratory in Istanbul, projection of these figures to the Turkish population was considered to be reasonable and an estimate of the prevalence of s-IBM in Turkey was obtained. The calculated 'estimated prevalence' of s-IBM in Turkey is lower than the previously reported rates from other countries. The wide variation in the prevalence rates of s-IBM may reflect different genetic, immunogenetic or environmental factors in different populations.

  20. Flexible missile autopilot design studies with PC-MATLAB/386

    NASA Technical Reports Server (NTRS)

    Ruth, Michael J.

    1989-01-01

    Development of a responsive, high-bandwidth missile autopilot for airframes which have structural modes of unusually low frequency presents a challenging design task. Such systems are viable candidates for modern, state-space control design methods. The PC-MATLAB interactive software package provides an environment well-suited to the development of candidate linear control laws for flexible missile autopilots. The strengths of MATLAB include: (1) exceptionally high speed (MATLAB's version for 80386-based PC's offers benchmarks approaching minicomputer and mainframe performance); (2) ability to handle large design models of several hundred degrees of freedom, if necessary; and (3) broad extensibility through user-defined functions. To characterize MATLAB capabilities, a simplified design example is presented. This involves interactive definition of an observer-based state-space compensator for a flexible missile autopilot design task. MATLAB capabilities and limitations, in the context of this design task, are then summarized.

  1. BOLD VENTURE COMPUTATION SYSTEM for nuclear reactor core analysis, Version III

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

    Vondy, D.R.; Fowler, T.B.; Cunningham, G.W. III.

    1981-06-01

    This report is a condensed documentation for VERSION III of the BOLD VENTURE COMPUTATION SYSTEM for nuclear reactor core analysis. An experienced analyst should be able to use this system routinely for solving problems by referring to this document. Individual reports must be referenced for details. This report covers basic input instructions and describes recent extensions to the modules as well as to the interface data file specifications. Some application considerations are discussed and an elaborate sample problem is used as an instruction aid. Instructions for creating the system on IBM computers are also given.

  2. Biomimicry 1: PC.

    PubMed

    Cumberland, D C; Gunn, J; Malik, N; Holt, C M

    1998-01-01

    The surface properties of stents can be modified by coating them, for example with a polymer. Phosphorylcoline (PC) is the major component of the outer layer of the cell membrane. The haemo- and biocompatibility of a PC-containing polymer is thus based on biomimicry, and has been confirmed by several experiments showing much reduced thrombogenicity of PC-coated surfaces, and porcine coronary artery implants showing no sign of adverse effect. Clinical experience with the PC-coated BiodivYsio appears favourable. The PC coating can be tailored for take up and controlled elution of various drugs for stent-based local delivery, a property which is being actively explored.

  3. 76 FR 5832 - International Business Machines (IBM), Software Group Business Unit, Optim Data Studio Tools QA...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-02-02

    ... DEPARTMENT OF LABOR Employment and Training Administration [TA-W-74,554] International Business Machines (IBM), Software Group Business Unit, Optim Data Studio Tools QA, San Jose, CA; Notice of... determination of the TAA petition filed on behalf of workers at International Business Machines (IBM), Software...

  4. The web server of IBM's Bioinformatics and Pattern Discovery group: 2004 update

    PubMed Central

    Huynh, Tien; Rigoutsos, Isidore

    2004-01-01

    In this report, we provide an update on the services and content which are available on the web server of IBM's Bioinformatics and Pattern Discovery group. The server, which is operational around the clock, provides access to a large number of methods that have been developed and published by the group's members. There is an increasing number of problems that these tools can help tackle; these problems range from the discovery of patterns in streams of events and the computation of multiple sequence alignments, to the discovery of genes in nucleic acid sequences, the identification—directly from sequence—of structural deviations from α-helicity and the annotation of amino acid sequences for antimicrobial activity. Additionally, annotations for more than 130 archaeal, bacterial, eukaryotic and viral genomes are now available on-line and can be searched interactively. The tools and code bundles continue to be accessible from http://cbcsrv.watson.ibm.com/Tspd.html whereas the genomics annotations are available at http://cbcsrv.watson.ibm.com/Annotations/. PMID:15215340

  5. ALPS - A LINEAR PROGRAM SOLVER

    NASA Technical Reports Server (NTRS)

    Viterna, L. A.

    1994-01-01

    Linear programming is a widely-used engineering and management tool. Scheduling, resource allocation, and production planning are all well-known applications of linear programs (LP's). Most LP's are too large to be solved by hand, so over the decades many computer codes for solving LP's have been developed. ALPS, A Linear Program Solver, is a full-featured LP analysis program. ALPS can solve plain linear programs as well as more complicated mixed integer and pure integer programs. ALPS also contains an efficient solution technique for pure binary (0-1 integer) programs. One of the many weaknesses of LP solvers is the lack of interaction with the user. ALPS is a menu-driven program with no special commands or keywords to learn. In addition, ALPS contains a full-screen editor to enter and maintain the LP formulation. These formulations can be written to and read from plain ASCII files for portability. For those less experienced in LP formulation, ALPS contains a problem "parser" which checks the formulation for errors. ALPS creates fully formatted, readable reports that can be sent to a printer or output file. ALPS is written entirely in IBM's APL2/PC product, Version 1.01. The APL2 workspace containing all the ALPS code can be run on any APL2/PC system (AT or 386). On a 32-bit system, this configuration can take advantage of all extended memory. The user can also examine and modify the ALPS code. The APL2 workspace has also been "packed" to be run on any DOS system (without APL2) as a stand-alone "EXE" file, but has limited memory capacity on a 640K system. A numeric coprocessor (80X87) is optional but recommended. The standard distribution medium for ALPS is a 5.25 inch 360K MS-DOS format diskette. IBM, IBM PC and IBM APL2 are registered trademarks of International Business Machines Corporation. MS-DOS is a registered trademark of Microsoft Corporation.

  6. PC5-A-mediated processing of pro-neurotensin in early compartments of the regulated secretory pathway of PC5-transfected PC12 cells.

    PubMed

    Barbero, P; Rovère, C; De Bie, I; Seidah, N; Beaudet, A; Kitabgi, P

    1998-09-25

    Among the members of the proprotein convertase (PC) family, PC1 and PC2 have well established roles as prohormone convertases. Another good candidate for this role is PC5-A that has been shown to be present in the regulated secretory pathway of certain neuroendocrine tissues, but evidence that it can process prohormones is lacking. To determine whether PC5-A could function as a prohormone convertase and to compare its cleavage specificity with that of PC1 and PC2, we stably transfected the rat pheochromocytoma PC12 cell line with PC5-A and analyzed the biosynthesis and subcellular localization of the enzyme, as well as its ability to process pro-neurotensin/neuromedin N (pro-NT/NN) into active peptides. Our data showed that in transfected PC12 cells, PC5-A was converted from its 126-kDa precursor form into a 117-kDa mature form and, to a lesser extent, into a C-terminally truncated 65-kDa form of the 117-kDa product. Metabolic and immunochemical studies showed that PC5-A was sorted to early compartments of the regulated secretory pathway where it colocalized with immunoreactive NT. Furthermore, pro-NT/NN was processed in these compartments according to a pattern that differed from that previously described in PC1- and PC2-transfected PC12 cells. This pattern resembled that previously reported for pro-NT/NN processing in the adrenal medulla, a tissue known to express high levels of PC5-A. Altogether, these data demonstrate for the first time the ability of PC5-A to function as a prohormone convertase in the regulated secretory pathway and suggest a role for this enzyme in the physiological processing of pro-NT/NN.

  7. PC/AT-based architecture for shared telerobotic control

    NASA Astrophysics Data System (ADS)

    Schinstock, Dale E.; Faddis, Terry N.; Barr, Bill G.

    1993-03-01

    A telerobotic control system must include teleoperational, shared, and autonomous modes of control in order to provide a robot platform for incorporating the rapid advances that are occurring in telerobotics and associated technologies. These modes along with the ability to modify the control algorithms are especially beneficial for telerobotic control systems used for research purposes. The paper describes an application of the PC/AT platform to the control system of a telerobotic test cell. The paper provides a discussion of the suitability of the PC/AT as a platform for a telerobotic control system. The discussion is based on the many factors affecting the choice of a computer platform for a real time control system. The factors include I/O capabilities, simplicity, popularity, computational performance, and communication with external systems. The paper also includes a description of the actuation, measurement, and sensor hardware of both the master manipulator and the slave robot. It also includes a description of the PC-Bus interface cards. These cards were developed by the researchers in the KAT Laboratory, specifically for interfacing to the master manipulator and slave robot. Finally, a few different versions of the low level telerobotic control software are presented. This software incorporates shared control by supervisory systems and the human operator and traded control between supervisory systems and the human operator.

  8. Hazardous Waste Cleanup: IBM Corporation in Poughkeepsie, New York

    EPA Pesticide Factsheets

    This site covers approximately 423 acres, two-thirds of which is occupied by a manufacturing complex with more than 50 buildings. The land use in the area is a mix of industrial, commercial and residential. IBM is located approximately six miles south of t

  9. ORACLS- OPTIMAL REGULATOR ALGORITHMS FOR THE CONTROL OF LINEAR SYSTEMS (DEC VAX VERSION)

    NASA Technical Reports Server (NTRS)

    Frisch, H.

    1994-01-01

    , formulates and selects the routines to be used to solve the problem, and specifies the desired output. There are three versions of ORACLS source code available for implementation: CDC, IBM, and DEC. The CDC version has been implemented on a CDC 6000 series computer with a central memory of approximately 13K (octal) of 60 bit words. The CDC version is written in FORTRAN IV, was developed in 1978, and last updated in 1986. The IBM version has been implemented on an IBM 370 series computer with a central memory requirement of approximately 300K of 8 bit bytes. The IBM version is written in FORTRAN IV and was generated in 1981. The DEC version has been implemented on a VAX series computer operating under VMS. The VAX version is written in FORTRAN 77 and was generated in 1986.

  10. Artifact-Based Transformation of IBM Global Financing

    NASA Astrophysics Data System (ADS)

    Chao, Tian; Cohn, David; Flatgard, Adrian; Hahn, Sandy; Linehan, Mark; Nandi, Prabir; Nigam, Anil; Pinel, Florian; Vergo, John; Wu, Frederick Y.

    IBM Global Financing (IGF) is transforming its business using the Business Artifact Method, an innovative business process modeling technique that identifies key business artifacts and traces their life cycles as they are processed by the business. IGF is a complex, global business operation with many business design challenges. The Business Artifact Method is a fundamental shift in how to conceptualize, design and implement business operations. The Business Artifact Method was extended to solve the problem of designing a global standard for a complex, end-to-end process while supporting local geographic variations. Prior to employing the Business Artifact method, process decomposition, Lean and Six Sigma methods were each employed on different parts of the financing operation. Although they provided critical input to the final operational model, they proved insufficient for designing a complete, integrated, standard operation. The artifact method resulted in a business operations model that was at the right level of granularity for the problem at hand. A fully functional rapid prototype was created early in the engagement, which facilitated an improved understanding of the redesigned operations model. The resulting business operations model is being used as the basis for all aspects of business transformation in IBM Global Financing.

  11. An Input Routine Using Arithmetic Statements for the IBM 704 Digital Computer

    NASA Technical Reports Server (NTRS)

    Turner, Don N.; Huff, Vearl N.

    1961-01-01

    An input routine has been designed for use with FORTRAN or SAP coded programs which are to be executed on an IBM 704 digital computer. All input to be processed by the routine is punched on IBM cards as declarative statements of the arithmetic type resembling the FORTRAN language. The routine is 850 words in length. It is capable of loading fixed- or floating-point numbers, octal numbers, and alphabetic words, and of performing simple arithmetic as indicated on input cards. Provisions have been made for rapid loading of arrays of numbers in consecutive memory locations.

  12. Image acquisition unit for the Mayo/IBM PACS project

    NASA Astrophysics Data System (ADS)

    Reardon, Frank J.; Salutz, James R.

    1991-07-01

    The Mayo Clinic and IBM Rochester, Minnesota, have jointly developed a picture archiving, distribution and viewing system for use with Mayo's CT and MRI imaging modalities. Images are retrieved from the modalities and sent over the Mayo city-wide token ring network to optical storage subsystems for archiving, and to server subsystems for viewing on image review stations. Images may also be retrieved from archive and transmitted back to the modalities. The subsystems that interface to the modalities and communicate to the other components of the system are termed Image Acquisition Units (LAUs). The IAUs are IBM Personal System/2 (PS/2) computers with specially developed software. They operate independently in a network of cooperative subsystems and communicate with the modalities, archive subsystems, image review server subsystems, and a central subsystem that maintains information about the content and location of images. This paper provides a detailed description of the function and design of the Image Acquisition Units.

  13. LCFM - LIVING COLOR FRAME MAKER: PC GRAPHICS GENERATION AND MANAGEMENT TOOL FOR REAL-TIME APPLICATIONS

    NASA Technical Reports Server (NTRS)

    Truong, L. V.

    1994-01-01

    Computer graphics are often applied for better understanding and interpretation of data under observation. These graphics become more complicated when animation is required during "run-time", as found in many typical modern artificial intelligence and expert systems. Living Color Frame Maker is a solution to many of these real-time graphics problems. Living Color Frame Maker (LCFM) is a graphics generation and management tool for IBM or IBM compatible personal computers. To eliminate graphics programming, the graphic designer can use LCFM to generate computer graphics frames. The graphical frames are then saved as text files, in a readable and disclosed format, which can be easily accessed and manipulated by user programs for a wide range of "real-time" visual information applications. For example, LCFM can be implemented in a frame-based expert system for visual aids in management of systems. For monitoring, diagnosis, and/or controlling purposes, circuit or systems diagrams can be brought to "life" by using designated video colors and intensities to symbolize the status of hardware components (via real-time feedback from sensors). Thus status of the system itself can be displayed. The Living Color Frame Maker is user friendly with graphical interfaces, and provides on-line help instructions. All options are executed using mouse commands and are displayed on a single menu for fast and easy operation. LCFM is written in C++ using the Borland C++ 2.0 compiler for IBM PC series computers and compatible computers running MS-DOS. The program requires a mouse and an EGA/VGA display. A minimum of 77K of RAM is also required for execution. The documentation is provided in electronic form on the distribution medium in WordPerfect format. A sample MS-DOS executable is provided on the distribution medium. The standard distribution medium for this program is one 5.25 inch 360K MS-DOS format diskette. The contents of the diskette are compressed using the PKWARE archiving tools

  14. INS3D - NUMERICAL SOLUTION OF THE INCOMPRESSIBLE NAVIER-STOKES EQUATIONS IN THREE-DIMENSIONAL GENERALIZED CURVILINEAR COORDINATES (CRAY VERSION)

    NASA Technical Reports Server (NTRS)

    Rogers, S. E.

    1994-01-01

    -field boundaries. Three machine versions of INS3D are available. INS3D for the CRAY is written in CRAY FORTRAN for execution on a CRAY X-MP under COS, INS3D for the IBM is written in FORTRAN 77 for execution on an IBM 3090 under the VM or MVS operating system, and INS3D for DEC RISC-based systems is written in RISC FORTRAN for execution on a DEC workstation running RISC ULTRIX 3.1 or later. The CRAY version has a central memory requirement of 730279 words. The central memory requirement for the IBM is 150Mb. The memory requirement for the DEC RISC ULTRIX version is 3Mb of main memory. INS3D was developed in 1987. The port to the IBM was done in 1990. The port to the DECstation 3100 was done in 1991. CRAY is a registered trademark of Cray Research Inc. IBM is a registered trademark of International Business Machines. DEC, DECstation, and ULTRIX are trademarks of the Digital Equipment Corporation.

  15. An IBM-compatible program for interactive three-dimensional gravity modeling

    NASA Astrophysics Data System (ADS)

    Broome, John

    1992-04-01

    G3D is a 3-D interactive gravity modeling program for IBM-compatible microcomputers. The program allows a model to be created interactively by defining multiple tabular bodies with horizontal tops and bottoms. The resulting anomaly is calculated using Plouff's algorithm at up to 2000 predefined random or regularly located points. In order to display the anomaly as a color image, the point data are interpolated onto a regular grid and quantized into discrete intervals. Observed and residual gravity field images also can be generated. Adjustments to the model are made using a graphics cursor to move, insert, and delete body points or whole bodies. To facilitate model changes, planview body outlines can be overlain on any of the gravity field images during editing. The model's geometry can be displayed in planview or along a user-defined vertical section. G3D is written in Microsoft® FORTRAN and utilizes the Halo-Professional® (or Halo-88®) graphics subroutine library. The program is written for use on an IBM-compatible microcomputer equipped with hard disk, numeric coprocessor, and VGA, Number Nine Revolution (Halo-88® only), or TIGA® compatible graphics cards. A mouse or digitizing tablet is recommended for cursor positioning. Program source code, a user's guide, and sample data are available as Geological Survey of Canada Open File (G3D: A Three-dimensional Gravity Modeling Program for IBM-compatible Microcomputers).

  16. Expert System Enhancement to the Resource Allocation Modules of the NCS Emergency Preparedness Management Information System (EPMIS)

    DTIC Science & Technology

    1987-01-01

    after the MYCIN expert system. Host Computer PC+ is available on both symbolic and numeric computers. It operates on: the IBM PC AT, TI Bus- Pro (IBM PC...suppose that the data baseTool picks up pace contains 100 motors, and in only one case does a lightweight motor pro . duce more power than heavier units...every sor, ART 2.0. In the bargain it con - the figure). decision point takes time. More sub- sumes 10 times less storage. ART 3.0 reduces the comparison

  17. Modifying interpretation biases in body dysmorphic disorder: Evaluation of a brief computerized treatment.

    PubMed

    Summers, Berta J; Cougle, Jesse R

    2016-12-01

    Individuals meeting diagnostic criteria for body dysmorphic disorder (BDD; N = 40) were enrolled in a randomized, four-session trial comparing interpretation bias modification (IBM) training designed to target social evaluation- and appearance-related interpretation biases with a placebo control training condition (PC). Sessions took place over the course of two weeks (two sessions per week). Analyses indicated that, relative to the PC condition, IBM led to a significant increase in benign biases and reduction in threat biases at post-treatment. IBM also led to greater reductions in BDD symptoms compared to PC, though this effect was present at high but not low levels of pre-treatment BDD symptoms. Additionally, compared to PC, IBM led to lower urge to check and lower fear in response to an in vivo appearance-related stressor (having their picture taken from different angles), though the latter effect was present only among those reporting elevated fear at pre-treatment. The effects of treatment on interpretation biases and BDD symptoms were largely maintained at a one-month follow-up assessment. Moderated-mediation analyses showed that change in threat bias mediated the effect of condition on post-treatment symptoms for individuals high in pre-treatment BDD symptoms. The current study provides preliminary support for the efficacy of IBM for BDD. Copyright © 2016 Elsevier Ltd. All rights reserved.

  18. Stopping computer crimes

    NASA Technical Reports Server (NTRS)

    Denning, Peter J.

    1989-01-01

    Two new books about intrusions and computer viruses remind us that attacks against our computers on networks are the actions of human beings. Cliff Stoll's book about the hacker who spent a year, beginning in Aug. 1986, attempting to use the Lawrence Berkeley Computer as a stepping-stone for access to military secrets is a spy thriller that illustrates the weaknesses of our password systems and the difficulties in compiling evidence against a hacker engaged in espionage. Pamela Kane's book about viruses that attack IBM PC's shows that viruses are the modern version of the old problem of a Trojan horse attack. It discusses the most famous viruses and their countermeasures, and it comes with a floppy disk of utility programs that will disinfect your PC and thwart future attack.

  19. COPYCAT; IBM OS system catalog utility routine. [IBM360,370; Assembly language

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

    Engert, D.E.

    COPYCAT is an OS utility program designed to produce an efficient system-wide catalog which may reside on many volumes. Substantial improvement in performance may also be obtained on a system with only a single catalog. First, catalog entries from many different catalogs may be redistributed to equalize the load on each catalog. Second, each individual catalog is restructured in a way designed to minimize the I/O time required for searching and updating. Redistribution and restructuring parameters are under user control. Model DSCB's for generation data groups and alias entries are also processed. Catalogs on all direct access devices, including datamore » cells, are supported. Backup copies may also be made.IBM360,370; Assembly language; OS/MVT, OS/MFT, OS/VS1 and OS/VS2 Release 1; A large region size is recommended since COPYCAT will use all of the core available to it for buffers..« less

  20. Maintenance of Microcomputers. Manual and Apple II Session, IBM Session.

    ERIC Educational Resources Information Center

    Coffey, Michael A.; And Others

    This guide describes maintenance procedures for IBM and Apple personal computers, provides information on detecting and diagnosing problems, and details diagnostic programs. Included are discussions of printers, terminals, disks, disk drives, keyboards, hardware, and software. The text is supplemented by various diagrams. (EW)

  1. Authoritarian Decision-Making and Alternative Patterns of Power and Influence: The Mexican IBM Case

    DTIC Science & Technology

    1988-05-01

    34 p. 111. For a fuller treatment, see Olga Pellicer de Brody, "El Ilamado a las Inversiones extranjeras, 1953-1958," In Las Empresas Transnaclonales en ...Development, Hewlett-Packard, 27 February 1987. See also Steve Frazier, "Apple y Hewlett-Packard Contra una Empresa 100% de IBM en Mexico," Excelsior, 27...Heraldo. See "IBM Piensa Crear en Mexico una Planta de Microcomputadoras," El Heraldo, 22 January 1985. 125. Orme, ibid. 126. ibid. 127. It is just as

  2. Diagnostic report acquisition unit for the Mayo/IBM PACS project

    NASA Astrophysics Data System (ADS)

    Brooks, Everett G.; Rothman, Melvyn L.

    1991-07-01

    The Mayo Clinic and IBM Rochester have jointly developed a picture archive and control system (PACS) for use with Mayo's MRI and Neuro-CT imaging modalities. One of the challenges of developing a useful PACS involves integrating the diagnostic reports with the electronic images so they can be displayed simultaneously. By the time a diagnostic report is generated for a particular case, its images have already been captured and archived by the PACS. To integrate the report with the images, the authors have developed an IBM Personal System/2 computer (PS/2) based diagnostic report acquisition unit (RAU). A typed copy of the report is transmitted via facsimile to the RAU where it is stacked electronically with other reports that have been sent previously but not yet processed. By processing these reports at the RAU, the information they contain is integrated with the image database and a copy of the report is archived electronically on an IBM Application System/400 computer (AS/400). When a user requests a set of images for viewing, the report is automatically integrated with the image data. By using a hot key, the user can toggle on/off the report on the display screen. This report describes process, hardware, and software employed to integrate the diagnostic report information into the PACS, including how the report images are captured, transmitted, and entered into the AS/400 database. Also described is how the archived reports and their associated medical images are located and merged for retrieval and display. The methods used to detect and process error conditions are also discussed.

  3. A tale of two arcs? Plate tectonics of the Izu-Bonin-Mariana (IBM) arc using subducted slab constraints

    NASA Astrophysics Data System (ADS)

    Wu, J. E.; Suppe, J.; Renqi, L.; Kanda, R. V. S.

    2014-12-01

    Published plate reconstructions typically show the Izu-Bonin Marianas arc (IBM) forming as a result of long-lived ~50 Ma Pacific subduction beneath the Philippine Sea. These reconstructions rely on the critical assumption that the Philippine Sea was continuously coupled to the Pacific during the lifetime of the IBM arc. Because of this assumption, significant (up to 1500 km) Pacific trench retreat is required to accommodate the 2000 km of Philippine Sea/IBM northward motion since the Eocene that is constrained by paleomagnetic data. In this study, we have mapped subducted slabs of mantle lithosphere from MITP08 global seismic tomography (Li et al., 2008) and restored them to a model Earth surface to constrain plate tectonic reconstructions. Here we present two subducted slab constraints that call into question current IBM arc reconstructions: 1) The northern and central Marianas slabs form a sub-vertical 'slab wall' down to maximum 1500 km depths in the lower mantle. This slab geometry is best explained by a near-stationary Marianas trench that has remained +/- 250 km E-W of its present-day position since ~45 Ma, and does not support any significant Pacific slab retreat. 2) A vanished ocean is revealed by an extensive swath of sub-horizontal slabs at 700 to 1000 km depths in the lower mantle below present-day Philippine Sea to Papua New Guinea. We call this vanished ocean the 'East Asian Sea'. When placed in an Eocene plate reconstruction, the East Asian Sea fits west of the reconstructed Marianas Pacific trench position and north of the Philippine Sea plate. This implies that the Philippine Sea and Pacific were not adjacent at IBM initiation, but were in fact separated by a lost ocean. Here we propose a new IBM arc reconstruction constrained by subducted slabs mapped under East Asia. At ~50 Ma, the present-day IBM arc initiated at equatorial latitudes from East Asian Sea subduction below the Philippine Sea. A separate arc was formed from Pacific subduction below

  4. INS3D - NUMERICAL SOLUTION OF THE INCOMPRESSIBLE NAVIER-STOKES EQUATIONS IN THREE-DIMENSIONAL GENERALIZED CURVILINEAR COORDINATES (DEC RISC ULTRIX VERSION)

    NASA Technical Reports Server (NTRS)

    Biyabani, S. R.

    1994-01-01

    -field boundaries. Three machine versions of INS3D are available. INS3D for the CRAY is written in CRAY FORTRAN for execution on a CRAY X-MP under COS, INS3D for the IBM is written in FORTRAN 77 for execution on an IBM 3090 under the VM or MVS operating system, and INS3D for DEC RISC-based systems is written in RISC FORTRAN for execution on a DEC workstation running RISC ULTRIX 3.1 or later. The CRAY version has a central memory requirement of 730279 words. The central memory requirement for the IBM is 150Mb. The memory requirement for the DEC RISC ULTRIX version is 3Mb of main memory. INS3D was developed in 1987. The port to the IBM was done in 1990. The port to the DECstation 3100 was done in 1991. CRAY is a registered trademark of Cray Research Inc. IBM is a registered trademark of International Business Machines. DEC, DECstation, and ULTRIX are trademarks of the Digital Equipment Corporation.

  5. INM Integrated Noise Model Version 2. Programmer’s Guide

    DTIC Science & Technology

    1979-09-01

    cost, turnaround time, and system-dependent limitations. 3.2 CONVERSION PROBLEMS Item Item Item No. Desciption Category 1 BLOCK DATA Initialization IBM ...Restricted 2 Boolean Operations Differences Call Statement Parameters Extensions 4 Data Initialization IBM Restricted 5 ENTRY Differences 6 EQUIVALENCE...Machine Dependent 7 Format: A CDC Extension 8 Hollerith Strings IBM Restricted 9 Hollerith Variables IBM Restricted 10 Identifier Names CDC Extension

  6. Aberration correction results in the IBM STEM instrument.

    PubMed

    Batson, P E

    2003-09-01

    Results from the installation of aberration correction in the IBM 120 kV STEM argue that a sub-angstrom probe size has been achieved. Results and the experimental methods used to obtain them are described here. Some post-experiment processing is necessary to demonstrate the probe size of about 0.078 nm. While the promise of aberration correction is demonstrated, we remain at the very threshold of practicality, given the very stringent stability requirements.

  7. Tough2{_}MP: A parallel version of TOUGH2

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

    Zhang, Keni; Wu, Yu-Shu; Ding, Chris

    2003-04-09

    TOUGH2{_}MP is a massively parallel version of TOUGH2. It was developed for running on distributed-memory parallel computers to simulate large simulation problems that may not be solved by the standard, single-CPU TOUGH2 code. The new code implements an efficient massively parallel scheme, while preserving the full capacity and flexibility of the original TOUGH2 code. The new software uses the METIS software package for grid partitioning and AZTEC software package for linear-equation solving. The standard message-passing interface is adopted for communication among processors. Numerical performance of the current version code has been tested on CRAY-T3E and IBM RS/6000 SP platforms. Inmore » addition, the parallel code has been successfully applied to real field problems of multi-million-cell simulations for three-dimensional multiphase and multicomponent fluid and heat flow, as well as solute transport. In this paper, we will review the development of the TOUGH2{_}MP, and discuss the basic features, modules, and their applications.« less

  8. Development of a prototype commonality analysis tool for use in space programs

    NASA Technical Reports Server (NTRS)

    Yeager, Dorian P.

    1988-01-01

    A software tool to aid in performing commonality analyses, called Commonality Analysis Problem Solver (CAPS), was designed, and a prototype version (CAPS 1.0) was implemented and tested. The CAPS 1.0 runs in an MS-DOS or IBM PC-DOS environment. The CAPS is designed around a simple input language which provides a natural syntax for the description of feasibility constraints. It provides its users with the ability to load a database representing a set of design items, describe the feasibility constraints on items in that database, and do a comprehensive cost analysis to find the most economical substitution pattern.

  9. Using IBMs to Investigate Spatially-dependent Processes in Landscape Genetics Theory

    EPA Science Inventory

    Much of landscape and conservation genetics theory has been derived using non-spatialmathematical models. Here, we use a mechanistic, spatially-explicit, eco-evolutionary IBM to examine the utility of this theoretical framework in landscapes with spatial structure. Our analysis...

  10. NQS - NETWORK QUEUING SYSTEM, VERSION 2.0 (UNIX VERSION)

    NASA Technical Reports Server (NTRS)

    Walter, H.

    1994-01-01

    ; device queues hold and prioritize device requests; pipe queues transport both batch and device requests to other batch, device, or pipe queues at local or remote machines. Unique to batch queues are resource quota limits that restrict the amounts of different resources that a batch request can consume during execution. Unique to each device queue is a set of one or more devices, such as a line printer, to which requests can be sent for execution. Pipe queues have associated destinations to which they route and deliver requests. If the proper destination machine is down or unreachable, pipe queues are able to requeue the request and deliver it later when the destination is available. All NQS network conversations are performed using the Berkeley socket mechanism as ported into the respective vendor kernels. NQS is written in C language. The generic UNIX version (ARC-13179) has been successfully implemented on a variety of UNIX platforms, including Sun3 and Sun4 series computers, SGI IRIS computers running IRIX 3.3, DEC computers running ULTRIX 4.1, AMDAHL computers running UTS 1.3 and 2.1, platforms running BSD 4.3 UNIX. The IBM RS/6000 AIX version (COS-10042) is a vendor port. NQS 2.0 will also communicate with the Cray Research, Inc. and Convex, Inc. versions of NQS. The standard distribution medium for either machine version of NQS 2.0 is a 60Mb, QIC-24, .25 inch streaming magnetic tape cartridge in UNIX tar format. Upon request the generic UNIX version (ARC-13179) can be provided in UNIX tar format on alternate media. Please contact COSMIC to discuss the availability and cost of media to meet your specific needs. An electronic copy of the NQS 2.0 documentation is included on the program media. NQS 2.0 was released in 1991. The IBM RS/6000 port of NQS was developed in 1992. IRIX is a trademark of Silicon Graphics Inc. IRIS is a registered trademark of Silicon Graphics Inc. UNIX is a registered trademark of UNIX System Laboratories Inc. Sun3 and Sun4 are trademarks of

  11. Dianionic Titanyl and Vanadyl (Cation+ )2 [MIV O(Pc4- )]2- Phthalocyanine Salts Containing Pc4- Macrocycles.

    PubMed

    Konarev, Dmitri V; Kuzmin, Alexey V; Khasanov, Salavat S; Litvinov, Alexey L; Otsuka, Akihiro; Yamochi, Hideki; Kitagawa, Hiroshi; Lyubovskaya, Rimma N

    2018-06-18

    In this study, the titanyl and vanadyl phthalocyanine (Pc) salts (Bu 4 N + ) 2 [M IV O(Pc 4- )] 2- (M=Ti, V) and (Bu 3 MeP + ) 2 [M IV O(Pc 4- )] 2- (M=Ti, V) with [M IV O(Pc 4- )] 2- dianions were synthesized and characterized. Reduction of M IV O(Pc 2- ) carried out with an excess of sodium fluorenone ketyl in the presence of Bu 4 N + or Bu 3 MeP + is exclusive to the phthalocyanine centers, forming Pc 4- species. During reduction, the metal +4 charge did not change, implying that Pc is an non-innocent ligand. The Pc negative charge increase caused the C-N(pyr) bonds to elongate and the C-N(imine) bonds to alternate, thus increasing the distortion of Pc. Jahn-Teller effects are significant in the [eg(π*)] 2 dianion ground state and can additionally distort the Pc macrocycles. Blueshifts of the Soret and Q-bands were observed in the UV/Vis/NIR when M IV O(Pc 2- ) was reduced to [M IV O(Pc . 3- )] . - and [M IV O(Pc 4- )] 2- . From magnetic measurements, [Ti IV O(Pc 4- )] 2- was found to be diamagnetic and (Bu 4 N + ) 2 [V IV O(Pc 4- )] 2- and (Bu 3 MeP + ) 2 [V IV O(Pc 4- )] 2- were found to have magnetic moments of 1.72-1.78 μ B corresponding to an S=1/2 spin state owing to V IV electron spin. As a result, two latter salts show EPR signals with V IV hyperfine coupling. © 2018 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  12. Design and test of data acquisition systems for the Medipix2 chip based on PC standard interfaces

    NASA Astrophysics Data System (ADS)

    Fanti, Viviana; Marzeddu, Roberto; Piredda, Giuseppina; Randaccio, Paolo

    2005-07-01

    We describe two readout systems for hybrid detectors using the Medipix2 single photon counting chip, developed within the Medipix Collaboration. The Medipix2 chip (256×256 pixels, 55 μm pitch) has an active area of about 2 cm 2 and is bump-bonded to a pixel semiconductor array of silicon or other semiconductor material. The readout systems we are developing are based on two widespread standard PC interfaces: parallel port and USB (Universal Serial Bus) version 1.1. The parallel port is the simplest PC interface even if slow and the USB is a serial bus interface present nowadays on all PCs and offering good performances.

  13. International Business Machines (IBM) Corporation Interim Agreement EPA Case No. 08-0113-00

    EPA Pesticide Factsheets

    On March 27, 2008, the United States Environmental Protection Agency (EPA), suspended International Business Machines (IBM) from receiving Federal Contracts, approved subcontracts, assistance, loans and other benefits.

  14. A MAP read-routine for IBM 7094 Fortran II binary tapes

    Treesearch

    Robert S. Helfman

    1966-01-01

    Two MAP (Macro Assembly Program) language routines are descrived. They permit Fortran IV programs to read binary tapes generated by Fortran II programs, on the IBM 7090 and 7094 computers. One routine is for use with 7040/44-IBSYS, the other for 7090/94-IBSYS.

  15. A survey of the state-of-the-art and focused research in range systems, task 1

    NASA Technical Reports Server (NTRS)

    Omura, J. K.

    1986-01-01

    This final report presents the latest research activity in voice compression. We have designed a non-real time simulation system that is implemented around the IBM-PC where the IBM-PC is used as a speech work station for data acquisition and analysis of voice samples. A real-time implementation is also proposed. This real-time Voice Compression Board (VCB) is built around the Texas Instruments TMS-3220. The voice compression algorithm investigated here was described in an earlier report titled, Low Cost Voice Compression for Mobile Digital Radios, by the author. We will assume the reader is familiar with the voice compression algorithm discussed in this report. The VCB compresses speech waveforms at data rates ranging from 4.8 K bps to 16 K bps. This board interfaces to the IBM-PC 8-bit bus, and plugs into a single expansion slot on the mother board.

  16. An IBM 370 assembly language program verifier

    NASA Technical Reports Server (NTRS)

    Maurer, W. D.

    1977-01-01

    The paper describes a program written in SNOBOL which verifies the correctness of programs written in assembly language for the IBM 360 and 370 series of computers. The motivation for using assembly language as a source language for a program verifier was the realization that many errors in programs are caused by misunderstanding or ignorance of the characteristics of specific computers. The proof of correctness of a program written in assembly language must take these characteristics into account. The program has been compiled and is currently running at the Center for Academic and Administrative Computing of The George Washington University.

  17. NASA PC software evaluation project

    NASA Technical Reports Server (NTRS)

    Dominick, Wayne D. (Editor); Kuan, Julie C.

    1986-01-01

    The USL NASA PC software evaluation project is intended to provide a structured framework for facilitating the development of quality NASA PC software products. The project will assist NASA PC development staff to understand the characteristics and functions of NASA PC software products. Based on the results of the project teams' evaluations and recommendations, users can judge the reliability, usability, acceptability, maintainability and customizability of all the PC software products. The objective here is to provide initial, high-level specifications and guidelines for NASA PC software evaluation. The primary tasks to be addressed in this project are as follows: to gain a strong understanding of what software evaluation entails and how to organize a structured software evaluation process; to define a structured methodology for conducting the software evaluation process; to develop a set of PC software evaluation criteria and evaluation rating scales; and to conduct PC software evaluations in accordance with the identified methodology. Communication Packages, Network System Software, Graphics Support Software, Environment Management Software, General Utilities. This report represents one of the 72 attachment reports to the University of Southwestern Louisiana's Final Report on NASA Grant NGT-19-010-900. Accordingly, appropriate care should be taken in using this report out of context of the full Final Report.

  18. Peak Pc Prediction in Conjunction Analysis: Conjunction Assessment Risk Analysis. Pc Behavior Prediction Models

    NASA Technical Reports Server (NTRS)

    Vallejo, J.J.; Hejduk, M.D.; Stamey, J. D.

    2015-01-01

    Satellite conjunction risk typically evaluated through the probability of collision (Pc). Considers both conjunction geometry and uncertainties in both state estimates. Conjunction events initially discovered through Joint Space Operations Center (JSpOC) screenings, usually seven days before Time of Closest Approach (TCA). However, JSpOC continues to track objects and issue conjunction updates. Changes in state estimate and reduced propagation time cause Pc to change as event develops. These changes a combination of potentially predictable development and unpredictable changes in state estimate covariance. Operationally useful datum: the peak Pc. If it can reasonably be inferred that the peak Pc value has passed, then risk assessment can be conducted against this peak value. If this value is below remediation level, then event intensity can be relaxed. Can the peak Pc location be reasonably predicted?

  19. Integrated Building Management System (IBMS)

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

    Anita Lewis

    This project provides a combination of software and services that more easily and cost-effectively help to achieve optimized building performance and energy efficiency. Featuring an open-platform, cloud- hosted application suite and an intuitive user experience, this solution simplifies a traditionally very complex process by collecting data from disparate building systems and creating a single, integrated view of building and system performance. The Fault Detection and Diagnostics algorithms developed within the IBMS have been designed and tested as an integrated component of the control algorithms running the equipment being monitored. The algorithms identify the normal control behaviors of the equipment withoutmore » interfering with the equipment control sequences. The algorithms also work without interfering with any cooperative control sequences operating between different pieces of equipment or building systems. In this manner the FDD algorithms create an integrated building management system.« less

  20. George E. Pake Prize Lecture: Physical Sciences Research at IBM: Still at the Cutting Edge

    NASA Astrophysics Data System (ADS)

    Theis, Thomas

    2015-03-01

    The information technology revolution is in its ``build out'' phase. The foundational scientific insights and hardware inventions are now many decades old. The microelectronics industry is maturing. An increasing fraction of the total research investment is in software and services, as applications of information technology transform every business and every sector of the public and private economy. Yet IBM Research continues to make substantial investments in hardware technology and the underlying physical sciences. While some of this investment is aimed at extending the established transistor technology, an increasing fraction is aimed at longer-term and possibly disruptive research - new devices for computing, such as tunneling field-effect transistors and nanophotonic circuits, and new architectures, such as neurosynaptic systems and quantum computing. This research investment is a bet that the old foundations of information technology are ripe for reinvention. After all, today's information technology devices and systems operate far from any fundamental limits on speed and energy efficiency. But how can IBM make risky long-term research investments in an era of global competition, with financial markets focused on the short term? One important answer is partnerships. Since its early days, IBM Research has pursued innovation in information technology and innovation in the ways it conducts the business of research. By continuously evolving new models for research and development partnerships, it has extended its global reach, increased its impact on IBM's customers, and expanded the breadth and depth of its research project portfolio. Research in the physical sciences has often led the way. Currently on assignment to the Semiconductor Research Corporation.

  1. COMCAN; COMCAN2A; system safety common cause analysis. [IBM360; CDC CYBER176,175; FORTRAN IV (30%) and BAL (70%) (IBM360), FORTRAN IV (97%) and COMPASS (3%) (CDC CYBER176)

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

    Burdick, G.R.; Wilson, J.R.

    COMCAN2A and COMCAN are designed to analyze complex systems such as nuclear plants for common causes of failure. A common cause event, or common mode failure, is a secondary cause that could contribute to the failure of more than one component and violates the assumption of independence. Analysis of such events is an integral part of system reliability and safety analysis. A significant common cause event is a secondary cause common to all basic events in one or more minimal cut sets. Minimal cut sets containing events from components sharing a common location or a common link are called commonmore » cause candidates. Components share a common location if no barrier insulates any one of them from the secondary cause. A common link is a dependency among components which cannot be removed by a physical barrier (e.g., a common energy source or common maintenance instructions).IBM360;CDC CYBER176,175; FORTRAN IV (30%) and BAL (70%) (IBM360), FORTRAN IV (97%) and COMPASS (3%) (CDC CYBER176).; OS/360 (IBM360) and NOS/BE 1.4 (CDC CYBER176), NOS 1.3 (CDC CYBER175); 140K bytes of memory for COMCAN and 242K (octal) words of memory for COMCAN2A.« less

  2. NESHAP Dose-Release Factor Isopleths for Five Source-to-Receptor Distances from the Center of Site and H-Area for all Compass Sectors at SRS using CAP88-PC Version 4.0

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

    Trimor, P.

    The Environmental Protection Agency (EPA) requires the use of the computer model CAP88-PC to estimate the total effective doses (TED) for demonstrating compliance with 40 CFR 61, Subpart H (EPA 2006), the National Emission Standards for Hazardous Air Pollutants (NESHAP) regulations. As such, CAP88 Version 4.0 was used to calculate the receptor dose due to routine atmospheric releases at the Savannah River Site (SRS). For estimation, NESHAP dose-release factors (DRFs) have been supplied to Environmental Compliance and Area Closure Projects (EC&ACP) for many years. DRFs represent the dose to a maximum receptor exposed to 1 Ci of a specified radionuclidemore » being released into the atmosphere. They are periodically updated to include changes in the CAP88 version, input parameter values, site meteorology, and location of the maximally exposed individual (MEI). This report presents the DRFs of tritium oxide released at two onsite locations, center-of-site (COS) and H-Area, at 0 ft. elevation to maximally exposed individuals (MEIs) located 1000, 3000, 6000, 9000, and 12000 meters from the release areas for 16 compass sectors. The analysis makes use of area-specific meteorological data (Viner 2014).« less

  3. Hazardous Waste Cleanup: IBM Corporation, Former in Hopewell Junction, New York

    EPA Pesticide Factsheets

    IBM's facility is located in Hopewell Junction, New York, bordered on the north by U.S. Route 52, to the east by County Highway 27, and to the south by U.S. Route 84. There is an unnamed creek next to the surrounding open fields to the west. The 592-acre

  4. The Computer Bulletin Board.

    ERIC Educational Resources Information Center

    Batt, Russell H., Ed.

    1989-01-01

    Describes two chemistry computer programs: (1) "Eureka: A Chemistry Problem Solver" (problem files may be written by the instructor, MS-DOS 2.0, IBM with 384K); and (2) "PC-File+" (database management, IBM with 416K and two floppy drives). (MVL)

  5. Multi-station basis for Polar Cap (PC) indices: ensuring credibility and operational reliability

    NASA Astrophysics Data System (ADS)

    Stauning, Peter

    2018-02-01

    The Polar Cap (PC) indices, PCN (North) and PCS (South) are based on polar geomagnetic observations from Qaanaaq (Thule) and Vostok, respectively, processed to measure the transpolar plasma convection that may seriously affect space weather conditions. To establish reliable space weather forecasts based on PC indices, and also to ensure credibility of their use for scientific analyses of solar wind-magnetosphere interactions, additional sources of data for the PC indices are investigated. In the search for alternative index sources, objective quality criteria are established here to be used for the selection among potential candidates. These criteria are applied to existing PC index series to establish a quality scale. In the Canadian region, the data from Resolute Bay magnetometer are shown to provide alternative PCN indices of adequate quality. In Antarctica, the data from Concordia Dome-C observatory are shown to provide basis for alternative PCS indices. In examples to document the usefulness of these alternative index sources it is shown that PCN indices in a real-time version based on magnetometer data from Resolute Bay could have given 6 h of early warning, of which the last 2 h were "red alert", up to the onset of the strong substorm event on 13 March 1989 that caused power outage in Quebec. The alternative PCS indices based on data from Dome-C have helped to disclose that presently available Vostok-based PCS index values are corrupted throughout most of 2011.

  6. Mass Spectral Library with Search Program, Data Version: NIST v17

    National Institute of Standards and Technology Data Gateway

    SRD 1A NIST/EPA/NIH Mass Spectral Library with Search Program, Data Version: NIST v17 (PC database for purchase)   Available with full-featured NIST MS Search Program for Windows integrated tools, the NIST '98 is a fully evaluated collection of electron-ionization mass spectra. (147,198 Compounds with Spectra; 147,194 Chemical Structures; 174,948 Spectra )

  7. FastDart : a fast, accurate and friendly version of DART code.

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

    Rest, J.; Taboada, H.

    2000-11-08

    A new enhanced, visual version of DART code is presented. DART is a mechanistic model based code, developed for the performance calculation and assessment of aluminum dispersion fuel. Major issues of this new version are the development of a new, time saving calculation routine, able to be run on PC, a friendly visual input interface and a plotting facility. This version, available for silicide and U-Mo fuels,adds to the classical accuracy of DART models for fuel performance prediction, a faster execution and visual interfaces. It is part of a collaboration agreement between ANL and CNEA in the area of Lowmore » Enriched Uranium Advanced Fuels, held by the Implementation Arrangement for Technical Exchange and Cooperation in the Area of Peaceful Uses of Nuclear Energy.« less

  8. PcToll2 positively regulates the expression of antimicrobial peptides by promoting PcATF4 translocation into the nucleus.

    PubMed

    Lan, Jiang-Feng; Zhao, Li-Juan; Wei, Shun; Wang, Yuan; Lin, Li; Li, Xin-Cang

    2016-11-01

    Drosophila Toll and mammalian Toll-like receptors (TLRs) are a family of evolutionarily conserved immune receptors that play a crucial role in the first-line defense against intruded pathogens. Activating transcription factor 4 (ATF4), a member of the ATF/CREB transcription factor family, is an important factor that participates in TLR signaling and other physiological processes. However, in crustaceans, whether ATF4 homologs were involved in TLR signaling remains unclear. In the current study, we identified a Toll homolog PcToll2 and a novel ATF4 homolog PcATF4 from Procambarus clarkii, and analyzed the likely regulatory activity of PcATF4 in PcToll2 signaling. The complete cDNA sequence of PcToll2 was 4175 bp long containing an open reading frame of 2820 bp encoding a 939-amino acid protein, and the cDNA sequence of PcATF4 was 2027 bp long with an open reading frame of 1296 bp encoding a 431-amino acid protein. PcToll2 and human TLR4 shared the high identity and they were grouped into a cluster. Furthermore, PcToll2 had a close relationship with other shrimp TLRs that possessed potential antibacterial activity. PcToll2 was highly expressed in the hemocytes, heart and gills, while PcATF4 mainly distributed in gills. Upon challenge with Vibrio parahemolyticus, PcToll2 and PcATF4 together with the antimicrobial peptides of ALF1 and ALF2 were significantly up-regulated in the hemocytes, and the PcATF4 was translocated into the nucleus. After PcToll2 silencing and challenge with Vibrio, the translocation of PcATF4 into the nucleus was inhibited and the expression of ALF1 and ALF2 was reduced, but the expression of PcDorsal and PcSTAT was not affected. Furthermore, after PcATF4 knockdown and challenge with or without Vibrio, the expression of ALF1 and ALF2 was also decreased while the expression of PcToll2 was upregulated. These results suggested that PcToll2 might regulate the expression of ALF1 and ALF2 by promoting the import of PcATF4, instead of the routine

  9. A graphical language for reliability model generation

    NASA Technical Reports Server (NTRS)

    Howell, Sandra V.; Bavuso, Salvatore J.; Haley, Pamela J.

    1990-01-01

    A graphical interface capability of the hybrid automated reliability predictor (HARP) is described. The graphics-oriented (GO) module provides the user with a graphical language for modeling system failure modes through the selection of various fault tree gates, including sequence dependency gates, or by a Markov chain. With this graphical input language, a fault tree becomes a convenient notation for describing a system. In accounting for any sequence dependencies, HARP converts the fault-tree notation to a complex stochastic process that is reduced to a Markov chain which it can then solve for system reliability. The graphics capability is available for use on an IBM-compatible PC, a Sun, and a VAX workstation. The GO module is written in the C programming language and uses the Graphical Kernel System (GKS) standard for graphics implementation. The PC, VAX, and Sun versions of the HARP GO module are currently in beta-testing.

  10. 98. View of IBM digital computer model 7090 magnet core ...

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

    98. View of IBM digital computer model 7090 magnet core installation. ITT Artic Services, Inc., Official photograph BMEWS Site II, Clear, AK, by unknown photographer, 17 September 1965. BMEWS, clear as negative no. A-6606. - Clear Air Force Station, Ballistic Missile Early Warning System Site II, One mile west of mile marker 293.5 on Parks Highway, 5 miles southwest of Anderson, Anderson, Denali Borough, AK

  11. Maxdose-SR and popdose-SR routine release atmospheric dose models used at SRS

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

    Jannik, G. T.; Trimor, P. P.

    MAXDOSE-SR and POPDOSE-SR are used to calculate dose to the offsite Reference Person and to the surrounding Savannah River Site (SRS) population respectively following routine releases of atmospheric radioactivity. These models are currently accessed through the Dose Model Version 2014 graphical user interface (GUI). MAXDOSE-SR and POPDOSE-SR are personal computer (PC) versions of MAXIGASP and POPGASP, which both resided on the SRS IBM Mainframe. These two codes follow U.S. Nuclear Regulatory Commission (USNRC) Regulatory Guides 1.109 and 1.111 (1977a, 1977b). The basis for MAXDOSE-SR and POPDOSE-SR are USNRC developed codes XOQDOQ (Sagendorf et. al 1982) and GASPAR (Eckerman et. almore » 1980). Both of these codes have previously been verified for use at SRS (Simpkins 1999 and 2000). The revisions incorporated into MAXDOSE-SR and POPDOSE-SR Version 2014 (hereafter referred to as MAXDOSE-SR and POPDOSE-SR unless otherwise noted) were made per Computer Program Modification Tracker (CPMT) number Q-CMT-A-00016 (Appendix D). Version 2014 was verified for use at SRS in Dixon (2014).« less

  12. Transfer of numeric ASCII data files between Apple and IBM personal computers.

    PubMed

    Allan, R W; Bermejo, R; Houben, D

    1986-01-01

    Listings for programs designed to transfer numeric ASCII data files between Apple and IBM personal computers are provided with accompanying descriptions of how the software operates. Details of the hardware used are also given. The programs may be easily adapted for transferring data between other microcomputers.

  13. UPEML Version 3.0: A machine-portable CDC update emulator

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

    Mehlhorn, T.A.; Haill, T.A.

    1992-04-01

    UPEML is a machine-portable program that emulates a subset of the functions of the standard CDC Update. Machine-portability has been achieved by conforming to ANSI standards for Fortran-77. UPEML is compact and fairly efficient; however, it only allows a restricted syntax as compared with the CDC Update. This program was written primarily to facilitate the use of CDC-based scientific packages on alternate computer systems such as the VAX/VMS mainframes and UNIX workstations. UPEML has also been successfully used on the multiprocessor ELXSI, on CRAYs under both UNICOS and CTSS operating systems, and on Sun, HP, Stardent and IBM workstations. UPEMLmore » was originally released with the ITS electron/photon Monte Carlo transport package, which was developed on a CDC-7600 and makes extensive use of conditional file structure to combine several problem geometry and machine options into a single program file. UPEML 3.0 is an enhanced version of the original code and is being independently released for use at any installation or with any code package. Version 3.0 includes enhanced error checking, full ASCII character support, a program library audit capability, and a partial update option in which only selected or modified decks are written to the complete file. Version 3.0 also checks for overlapping corrections, allows processing of pested calls to common decks, and allows the use of alternate files in READ and ADDFILE commands. Finally, UPEML Version 3.0 allows the assignment of input and output files at runtime on the control line.« less

  14. UPEML Version 3. 0: A machine-portable CDC update emulator

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

    Mehlhorn, T.A.; Haill, T.A.

    1992-04-01

    UPEML is a machine-portable program that emulates a subset of the functions of the standard CDC Update. Machine-portability has been achieved by conforming to ANSI standards for Fortran-77. UPEML is compact and fairly efficient; however, it only allows a restricted syntax as compared with the CDC Update. This program was written primarily to facilitate the use of CDC-based scientific packages on alternate computer systems such as the VAX/VMS mainframes and UNIX workstations. UPEML has also been successfully used on the multiprocessor ELXSI, on CRAYs under both UNICOS and CTSS operating systems, and on Sun, HP, Stardent and IBM workstations. UPEMLmore » was originally released with the ITS electron/photon Monte Carlo transport package, which was developed on a CDC-7600 and makes extensive use of conditional file structure to combine several problem geometry and machine options into a single program file. UPEML 3.0 is an enhanced version of the original code and is being independently released for use at any installation or with any code package. Version 3.0 includes enhanced error checking, full ASCII character support, a program library audit capability, and a partial update option in which only selected or modified decks are written to the complete file. Version 3.0 also checks for overlapping corrections, allows processing of pested calls to common decks, and allows the use of alternate files in READ and ADDFILE commands. Finally, UPEML Version 3.0 allows the assignment of input and output files at runtime on the control line.« less

  15. UFO: A THREE-DIMENSIONAL NEUTRON DIFFUSION CODE FOR THE IBM 704

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

    Auerbach, E.H.; Jewett, J.P.; Ketchum, M.A.

    A description of UFO, a code for the solution of the fewgroup neutron diffusion equation in three-dimensional Cartesian coordinates on the IBM 704, is given. An accelerated Liebmann flux iteration scheme is used, and optimum parameters can be calculated by the code whenever they are required. The theory and operation of the program are discussed. (auth)

  16. PC-based high-speed video-oculography for measuring rapid eye movements in mice.

    PubMed

    Sakatani, Tomoya; Isa, Tadashi

    2004-05-01

    We newly developed an infrared video-oculographic system for on-line tracking of the eye position in awake and head-fixed mice, with high temporal resolution (240 Hz). The system consists of a commercially available high-speed CCD camera and an image processing software written in LabVIEW run on IBM-PC with a plug-in video grabber board. This software calculates the center and area of the pupil by fitting circular function to the pupil boundary, and allows robust and stable tracking of the eye position in small animals like mice. On-line calculation is performed to obtain reasonable circular fitting of the pupil boundary even if a part of the pupil is covered with shadows or occluded by eyelids or corneal reflections. The pupil position in the 2-D video plane is converted to the rotation angle of the eyeball by estimating its rotation center based on the anatomical eyeball model. By this recording system, it is possible to perform quantitative analysis of rapid eye movements such as saccades in mice. This will provide a powerful tool for analyzing molecular basis of oculomotor and cognitive functions by using various lines of mutant mice.

  17. NESHAP Area-Specific Dose-Release Factors for Potential Onsite Member-of-the-Public Locations at SRS using CAP88-PC Version 4.0

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

    Trimor, P.

    The Environmental Protection Agency (EPA) requires the use of the computer model CAP88-PC to estimate the total effective doses (TED) for demonstrating compliance with 40 CFR 61, Subpart H (EPA 2006), the National Emission Standards for Hazardous Air Pollutants (NESHAP) regulations. As such, CAP88 Version 4.0 was used to calculate the receptor dose due to routine atmospheric releases at the Savannah River Site (SRS). For estimation, NESHAP dose-release factors (DRFs) have been supplied to Environmental Compliance and Area Closure Projects (EC&ACP) for many years. DRFs represent the dose to a maximum receptor exposed to 1 Ci of a specified radionuclidemore » being released into the atmosphere. They are periodically updated to include changes in the CAP88 version, input parameter values, site meteorology, and location of the maximally exposed individual (MEI). In this report, the DRFs were calculated for potential radionuclide atmospheric releases from 13 SRS release points. The three potential onsite MEI locations to be evaluated are B-Area, Three Rivers Landfill (TRL), and Savannah River Ecology Lab Conference Center (SRELCC) with TRL’s onsite workers considered as members-of-the-public, and the potential future constructions of dormitories at SRELCC and Barracks at B-Area. Each MEI location was evaluated at a specified compass sector with different area to receptor distances and was conducted for both ground-level and elevated release points. The analysis makes use of area-specific meteorological data (Viner 2014). The resulting DRFs are compared to the 2014 NESHAP offsite MEI DRFs for three operational areas; A-Area, H-Area, and COS for a release rate of 1 Ci of tritium oxide at 0 ft. elevation. CAP88 was executed again using the 2016 NESHAP MEI release rates for 0 and 61 m stack heights to determine the radionuclide dose at TRL from the center-of-site (COS).« less

  18. Exploring versioned distributed arrays for resilience in scientific applications: Global view resilience

    DOE PAGES

    Chien, Andrew A.; Balaji, Pavan; Dun, Nan; ...

    2016-09-08

    Exascale studies project reliability challenges for future HPC systems. We present the Global View Resilience (GVR) system, a library for portable resilience. GVR begins with a subset of the Global Arrays interface, and adds new capabilities to create versions, name versions, and compute on version data. Applications can focus versioning where and when it is most productive, and customize for each application structure independently. This control is portable, and its embedding in application source makes it natural to express and easy to maintain. The ability to name multiple versions and “partially materialize” them efficiently makes ambitious forward-recovery based on “datamore » slices” across versions or data structures both easy to express and efficient. Using several large applications (OpenMC, preconditioned conjugate gradient (PCG) solver, ddcMD, and Chombo), we evaluate the programming effort to add resilience. The required changes are small (< 2% lines of code (LOC)), localized and machine-independent, and perhaps most important, require no software architecture changes. We also measure the overhead of adding GVR versioning and show that overheads < 2% are generally achieved. This overhead suggests that GVR can be implemented in large-scale codes and support portable error recovery with modest investment and runtime impact. Our results are drawn from both IBM BG/Q and Cray XC30 experiments, demonstrating portability. We also present two case studies of flexible error recovery, illustrating how GVR can be used for multi-version rollback recovery, and several different forward-recovery schemes. GVR’s multi-version enables applications to survive latent errors (silent data corruption) with significant detection latency, and forward recovery can make that recovery extremely efficient. Lastly, our results suggest that GVR is scalable, portable, and efficient. GVR interfaces are flexible, supporting a variety of recovery schemes, and altogether GVR

  19. Exploring versioned distributed arrays for resilience in scientific applications: Global view resilience

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

    Chien, Andrew A.; Balaji, Pavan; Dun, Nan

    Exascale studies project reliability challenges for future HPC systems. We present the Global View Resilience (GVR) system, a library for portable resilience. GVR begins with a subset of the Global Arrays interface, and adds new capabilities to create versions, name versions, and compute on version data. Applications can focus versioning where and when it is most productive, and customize for each application structure independently. This control is portable, and its embedding in application source makes it natural to express and easy to maintain. The ability to name multiple versions and “partially materialize” them efficiently makes ambitious forward-recovery based on “datamore » slices” across versions or data structures both easy to express and efficient. Using several large applications (OpenMC, preconditioned conjugate gradient (PCG) solver, ddcMD, and Chombo), we evaluate the programming effort to add resilience. The required changes are small (< 2% lines of code (LOC)), localized and machine-independent, and perhaps most important, require no software architecture changes. We also measure the overhead of adding GVR versioning and show that overheads < 2% are generally achieved. This overhead suggests that GVR can be implemented in large-scale codes and support portable error recovery with modest investment and runtime impact. Our results are drawn from both IBM BG/Q and Cray XC30 experiments, demonstrating portability. We also present two case studies of flexible error recovery, illustrating how GVR can be used for multi-version rollback recovery, and several different forward-recovery schemes. GVR’s multi-version enables applications to survive latent errors (silent data corruption) with significant detection latency, and forward recovery can make that recovery extremely efficient. Lastly, our results suggest that GVR is scalable, portable, and efficient. GVR interfaces are flexible, supporting a variety of recovery schemes, and altogether GVR

  20. [Study on fluorescence labeling and determination of polypeptide (PC2~PC6) by high performance liquid chromatography].

    PubMed

    Li, Jing-xi; Gao, Li-jie; Cao, Wei; Zheng, Li; Chen, Jun-hui; Xu, Xiu-li; Wang, Xiao-ru

    2014-12-01

    This study was based on the thiol groups (-SH) of PC2~PC6, which could be reacted with the Monobromobimane (mBBr), in order to get polypeptide derivatives with fluorescent signal. A new method was developed for measuring the Polypeptides by high performance liquid chromatography with fluorescence detector, then the chromatographic conditions of HPLC was optimized; meawhile the reaction proportion of PCs and mBBr was identified by Trap-MS. The results showed that, the reaction proportion of PCs and mBBr was 1:1, the polypeptide derivatives had good stability; the five compounds separation was better, and the peak time focused on the 16.6~22.0 min; the linear correlation coefficient of PC2, PC3, PC4, PC5 and PC6 was >0.9991, and the limits of quantification were 0.3, 0.05, 0.3, 0.5 and 0.8 mg · L(-1) respectively, the recovery rate was 83.0%-102.0%; the method was reproducible, RSD<2%, this method for measuring the peptide compounds was rapid and accurate.

  1. Molecular layers of ZnPc and FePc on Au(111) surface: Charge transfer and chemical interaction

    NASA Astrophysics Data System (ADS)

    Ahmadi, Sareh; Shariati, M. Nina; Yu, Shun; Göthelid, Mats

    2012-08-01

    We have studied zinc phthalocyanine (ZnPc) and iron phthalocyanine (FePc) thick films and monolayers on Au(111) using photoelectron spectroscopy and x-ray absorption spectroscopy. Both molecules are adsorbed flat on the surface at monolayer. ZnPc keeps this orientation in all investigated coverages, whereas FePc molecules stand up in the thick film. The stronger inter-molecular interaction of FePc molecules leads to change of orientation, as well as higher conductivity in FePc layer in comparison with ZnPc, which is reflected in thickness-dependent differences in core-level shifts. Work function changes indicate that both molecules donate charge to Au; through the π-system. However, the Fe3d derived lowest unoccupied molecular orbital receives charge from the substrate when forming an interface state at the Fermi level. Thus, the central atom plays an important role in mediating the charge, but the charge transfer as a whole is a balance between the two different charge transfer channels; π-system and the central atom.

  2. IBM Academic Information Systems University AEP Conference: "Tools for Learning" (2nd, San Diego, California, April 5-8, 1986). Agenda [and Abstracts].

    ERIC Educational Resources Information Center

    International Business Machines Corp., Milford, CT. Academic Information Systems.

    This agenda lists activities scheduled for the second IBM (International Business Machines) Academic Information Systems University AEP (Advanced Education Projects) Conference, which was designed to afford the universities participating in the IBM-sponsored AEPs an opportunity to demonstrate their AEP experiments in educational computing. In…

  3. 97. View of International Business Machine (IBM) digital computer model ...

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

    97. View of International Business Machine (IBM) digital computer model 7090 magnetic core installation, international telephone and telegraph (ITT) Artic Services Inc., Official photograph BMEWS site II, Clear, AK, by unknown photographer, 17 September 1965, BMEWS, clear as negative no. A-6604. - Clear Air Force Station, Ballistic Missile Early Warning System Site II, One mile west of mile marker 293.5 on Parks Highway, 5 miles southwest of Anderson, Anderson, Denali Borough, AK

  4. Performance statistics of the FORTRAN 4 /H/ library for the IBM system/360

    NASA Technical Reports Server (NTRS)

    Clark, N. A.; Cody, W. J., Jr.; Hillstrom, K. E.; Thieleker, E. A.

    1969-01-01

    Test procedures and results for accuracy and timing tests of the basic IBM 360/50 FORTRAN 4 /H/ subroutine library are reported. The testing was undertaken to verify performance capability and as a prelude to providing some replacement routines of improved performance.

  5. Tracing And Control Of Engineering Requirements

    NASA Technical Reports Server (NTRS)

    Turner, Philip R.; Stoller, Richard L.; Neville, Ted; Boyle, Karen A.

    1991-01-01

    TRACER (Tracing and Control of Engineering Requirements) is data-base/word-processing software system created to document and maintain order of both requirements and descriptions associated with engineering project. Implemented on IBM PC under PC-DOS. Written with CLIPPER.

  6. Computing Legacy Software Behavior to Understand Functionality and Security Properties: An IBM/370 Demonstration

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

    Linger, Richard C; Pleszkoch, Mark G; Prowell, Stacy J

    Organizations maintaining mainframe legacy software can benefit from code modernization and incorporation of security capabilities to address the current threat environment. Oak Ridge National Laboratory is developing the Hyperion system to compute the behavior of software as a means to gain understanding of software functionality and security properties. Computation of functionality is critical to revealing security attributes, which are in fact specialized functional behaviors of software. Oak Ridge is collaborating with MITRE Corporation to conduct a demonstration project to compute behavior of legacy IBM Assembly Language code for a federal agency. The ultimate goal is to understand functionality and securitymore » vulnerabilities as a basis for code modernization. This paper reports on the first phase, to define functional semantics for IBM Assembly instructions and conduct behavior computation experiments.« less

  7. DDN (Defense Data Network) Protocol Implementations and Vendors Guide

    DTIC Science & Technology

    1989-02-01

    Announcement 286-259 6/16/86 MACHINE-TYPE/CPU: IBM RT/PC O/S: AIX DISTRIBUTOR: 1. IBM Marketing 2. IBM Authorized VAR’s 3. Authorized Personal Computer...Vendors Guide 12. PERSONAL AUTHOR(S) Dorio, Nan; Johnson, Marlyn; Lederman. Sol; Redfield, Elizabeth; Ward, Carol 13a. TYPE OF REPORT 13b. TIME COVERED 114...documentation, contact person , and distributor. The fourth section describes analysis tools. It includes information about network analysis products

  8. Continued Development of Internet Protocols under the IBM OS/MVS Operating System

    DTIC Science & Technology

    1985-01-25

    developed a prototype TCP/IP implementation for an IBM MVS host under a previous DARPA contract’ as part of the Internet research effort on the design of...participated in the DARPA Internet research program which led to the present TCP and IP protocols. Development of a prototype implementation of TCP/IP

  9. The study of structure in 224-234 thorium nuclei within the framework IBM

    NASA Astrophysics Data System (ADS)

    Lee, Su Youn; Lee, Young Jun; Lee, J. H.

    2017-09-01

    An investigation has been made of the behaviour of nuclear structure as a function of an increase in neutron number from 224Th to 234Th. Thorium of mass number 234 is a typical rotor nucleus that can be explained by the SU(3) limit of the interacting boson model(IBM) in the algebraic nuclear model. Furthermore, 224-232Th lie on the path of the symmetry-breaking phase transition. Moreover, the nuclear structure of 224Th can be explained using X(5) symmetry. However, as 226-230Th nuclei are not fully symmetrical nuclei, they can be represented by adding a perturbed term to express symmetry breaking. Through the following three calculation steps, we identified the tendency of change in nuclear structure. Firstly, the structure of 232Th is described using the matrix elements of the Hamiltonian and the electric quadrupole operator between basis states of the SU(3) limit in IBM. Secondly, the low-lying energy levels and E2 transition ratios corresponding to the observable physical values are calculated by adding a perturbed term with the first-order Casimir operator of the U(5) limit to the SU(3) Hamiltonian in IBM. We compared the results with experimental data of 224-234Th. Lastly, the potential of the Bohr Hamiltonian is represented by a harmonic oscillator, as a result of which the structure of 224-234Th could be expressed in closed form by an approximate separation of variables. The results of these theoretical predictions clarify nuclear structure changes in Thorium nuclei over mass numbers of practical significance.

  10. Bill Lang's contributions to acoustics at International Business Machines Corporation (IBM), signal processing, international standards, and professionalism in noise control engineering

    NASA Astrophysics Data System (ADS)

    Maling, George C.

    2005-09-01

    Bill Lang joined IBM in the late 1950s with a mandate from Thomas Watson Jr. himself to establish an acoustics program at IBM. Bill created the facilities in Poughkeepsie, developed the local program, and was the leader in having other IBM locations with development and manufacturing responsibilities construct facilities and hire staff under the Interdivisional Liaison Program. He also directed IBMs acoustics technology program. In the mid-1960s, he led an IEEE standards group in Audio and Electroacoustics, and, with the help of James Cooley, Peter Welch, and others, introduced the fast Fourier transform to the acoustics community. He was the convenor of ISO TC 43 SC1 WG6 that began writing the 3740 series of standards in the 1970s. It was his suggestion to promote professionalism in noise control engineering, and, through meetings with Leo Beranek and others, led the founding of INCE/USA in 1971. He was also a leader of the team that founded International INCE in 1974, and he served as president from 1988 until 1999.

  11. Making IBM's Computer, Watson, Human

    PubMed Central

    Rachlin, Howard

    2012-01-01

    This essay uses the recent victory of an IBM computer (Watson) in the TV game, Jeopardy, to speculate on the abilities Watson would need, in addition to those it has, to be human. The essay's basic premise is that to be human is to behave as humans behave and to function in society as humans function. Alternatives to this premise are considered and rejected. The viewpoint of the essay is that of teleological behaviorism. Mental states are defined as temporally extended patterns of overt behavior. From this viewpoint (although Watson does not currently have them), essential human attributes such as consciousness, the ability to love, to feel pain, to sense, to perceive, and to imagine may all be possessed by a computer. Most crucially, a computer may possess self-control and may act altruistically. However, the computer's appearance, its ability to make specific movements, its possession of particular internal structures (e.g., whether those structures are organic or inorganic), and the presence of any nonmaterial “self,” are all incidental to its humanity. PMID:22942530

  12. Making IBM's Computer, Watson, Human.

    PubMed

    Rachlin, Howard

    2012-01-01

    This essay uses the recent victory of an IBM computer (Watson) in the TV game, Jeopardy, to speculate on the abilities Watson would need, in addition to those it has, to be human. The essay's basic premise is that to be human is to behave as humans behave and to function in society as humans function. Alternatives to this premise are considered and rejected. The viewpoint of the essay is that of teleological behaviorism. Mental states are defined as temporally extended patterns of overt behavior. From this viewpoint (although Watson does not currently have them), essential human attributes such as consciousness, the ability to love, to feel pain, to sense, to perceive, and to imagine may all be possessed by a computer. Most crucially, a computer may possess self-control and may act altruistically. However, the computer's appearance, its ability to make specific movements, its possession of particular internal structures (e.g., whether those structures are organic or inorganic), and the presence of any nonmaterial "self," are all incidental to its humanity.

  13. SAMIS- STANDARD ASSEMBLY-LINE MANUFACTURING INDUSTRY SIMULATION

    NASA Technical Reports Server (NTRS)

    Chamberlain, R. G.

    1994-01-01

    The Standard Assembly-Line Manufacturing Industry Simulation (SAMIS) program was originally developed to model a hypothetical U. S. industry which manufactures silicon solar modules for use in electricity generation. The SAMIS program has now been generalized to the extent that it should be useful for simulating many different production-line manufacturing industries and companies. The most important capability of SAMIS is its ability to "simulate" an industry based on a model developed by the user with the aid of the SAMIS program. The results of the simulation are a set of financial reports which detail the requirements, including quantities and cost, of the companies and processes which comprise the industry. SAMIS provides a fair, consistent, and reliable means of comparing manufacturing processes being developed by numerous independent efforts. It can also be used to assess the industry-wide impact of changes in financial parameters, such as cost of resources and services, inflation rates, interest rates, tax policies, and required return on equity. Because of the large amount of data needed to describe an industry, a major portion of SAMIS is dedicated to data entry and maintenance. This activity in SAMIS is referred to as model management. Model management requires a significant amount of interaction through a system of "prompts" which make it possible for persons not familiar with computers, or the SAMIS program, to provide all of the data necessary to perform a simulation. SAMIS is written in TURBO PASCAL (version 2.0 required for compilation) and requires 10 meg of hard disk space, an 8087 coprocessor, and an IBM color graphics monitor. Executables and source code are provided. SAMIS was originally developed in 1978; the IBM PC version was developed in 1985. Release 6.1 was made available in 1986, and includes the PC-IPEG program.

  14. Assessing fears of preschool children with nighttime fears by a parent version of the fear survey schedule for preschool children.

    PubMed

    Kushnir, Jonathan; Gothelf, Doron; Sadeh, Avi

    2015-01-01

    Although excessive fears are common in preschool children, validated assessment tools for this age are lacking. Our aim was to modify and provide preliminary evidence of the utility of a preschoolers' fear screening tool, a parent-reported Fear Survey Schedule for Preschool Children (FSS-PC). 109 Israeli preschool children (aged 4-6 years) with chronic night time fears (NF) and 30 healthy children (controls) participated. The FSS-PC analysis included: 1) internal reliability, 2) correlations between FSS-PC scores and Child Behavior Checklist (CBCL) measures, 3) differences between NF and a comparison sample of FSS-PC scores, and 4) FSS-PC sensitivity in detecting change in NF following an intervention for NF. There were low-to-medium positive correlations between the FSS-PC scores and several internalizing scales of the CBCL measures. FSS-PC scores in the NF group were significantly higher than the control children's score. FSS-PC scores had adequate internal reliability and were also sensitive for detecting significant changes in fear levels following behavioral interventions. Unique cultural and environmental circumstances and specific study group. This new version of the FSS-PC may provide clinicians with a novel and useful screening tool for early assessment of fear- and anxiety-related phenomena of preschool children.

  15. Current status of the joint Mayo Clinic-IBM PACS project

    NASA Astrophysics Data System (ADS)

    Hangiandreou, Nicholas J.; Williamson, Byrn, Jr.; Gehring, Dale G.; Persons, Kenneth R.; Reardon, Frank J.; Salutz, James R.; Felmlee, Joel P.; Loewen, M. D.; Forbes, Glenn S.

    1994-05-01

    A multi-phase collaboration between Mayo Clinic and IBM-Rochester was undertaken, with the goal of developing a picture archiving and communication system for routine clinical use in the Radiology Department. The initial phase of this project (phase 0) was started in 1988. The current system has been fully integrated into the clinical practice and, to date, over 6.5 million images from 16 imaging modalities have been archived. Phase 3 of this project has recently concluded.

  16. The Upper- to Middle-Crustal Section of the Alisitos Oceanic Arc, (Baja, Mexico): an Analog of the Izu-Bonin-Marianas (IBM) Arc

    NASA Astrophysics Data System (ADS)

    Medynski, S.; Busby, C.; DeBari, S. M.; Morris, R.; Andrews, G. D.; Brown, S. R.; Schmitt, A. K.

    2016-12-01

    The Rosario segment of the Cretaceous Alisitos arc in Baja California is an outstanding field analog for the Izu-Bonin-Mariana (IBM) arc, because it is structurally intact, unmetamorphosed, and has superior three-dimensional exposures of an upper- to middle-crustal section through an extensional oceanic arc. Previous work1, done in the pre-digital era, used geologic mapping to define two phases of arc evolution, with normal faulting in both phases: (1) extensional oceanic arc, with silicic calderas, and (2) oceanic arc rifting, with widespread diking and dominantly mafic effusions. Our new geochemical data match the extensional zone immediately behind the Izu arc front, and is different from the arc front and rear arc, consistent with geologic relations. Our study is developing a 3D oceanic arc crustal model, with geologic maps draped on Google Earth images, and GPS-located outcrop information linked to new geochemical, geochronological and petrographic data, with the goal of detailing the relationships between plutonic, hypabyssal, and volcanic rocks. This model will be used by scientists as a reference model for past (IBM-1, 2, 3) and proposed IBM (IBM-4) drilling activities. New single-crystal zircon analysis by TIMS supports the interpretation, based on batch SIMS analysis of chemically-abraded zircon1, that the entire upper-middle crustal section accumulated in about 1.5 Myr. Like the IBM, volcanic zircons are very sparse, but zircon chemistry on the plutonic rocks shows trace element compositions that overlap to those measured in IBM volcanic zircons by A. Schmitt (unpublished data). Zircons have U-Pb ages up to 20 Myr older than the eruptive age, suggesting remelting of older parts of the arc, similar to that proposed for IBM (using different evidence). Like IBM, some very old zircons are also present, indicating the presence of old crustal fragments, or sediments derived from them, in the basement. However, our geochemical data show that the magmas are

  17. A performance comparison of the IBM RS/6000 and the Astronautics ZS-1

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

    Smith, W.M.; Abraham, S.G.; Davidson, E.S.

    1991-01-01

    Concurrent uniprocessor architectures, of which vector and superscalar are two examples, are designed to capitalize on fine-grain parallelism. The authors have developed a performance evaluation method for comparing and improving these architectures, and in this article they present the methodology and a detailed case study of two machines. The runtime of many programs is dominated by time spent in loop constructs - for example, Fortran Do-loops. Loops generally comprise two logical processes: The access process generates addresses for memory operations while the execute process operates on floating-point data. Memory access patterns typically can be generated independently of the data inmore » the execute process. This independence allows the access process to slip ahead, thereby hiding memory latency. The IBM 360/91 was designed in 1967 to achieve slip dynamically, at runtime. One CPU unit executes integer operations while another handles floating-point operations. Other machines, including the VAX 9000 and the IBM RS/6000, use a similar approach.« less

  18. GeneOnEarth: fitting genetic PC plots on the globe.

    PubMed

    Torres-Sánchez, Sergio; Medina-Medina, Nuria; Gignoux, Chris; Abad-Grau, María M; González-Burchard, Esteban

    2013-01-01

    Principal component (PC) plots have become widely used to summarize genetic variation of individuals in a sample. The similarity between genetic distance in PC plots and geographical distance has shown to be quite impressive. However, in most situations, individual ancestral origins are not precisely known or they are heterogeneously distributed; hence, they are hardly linked to a geographical area. We have developed GeneOnEarth, a user-friendly web-based tool to help geneticists to understand whether a linear isolation-by-distance model may apply to a genetic data set; thus, genetic distances among a set of individuals resemble geographical distances among their origins. Its main goal is to allow users to first apply a by-view Procrustes method to visually learn whether this model holds. To do that, the user can choose the exact geographical area from an on line 2D or 3D world map by using, respectively, Google Maps or Google Earth, and rotate, flip, and resize the images. GeneOnEarth can also compute the optimal rotation angle using Procrustes analysis and assess statistical evidence of similarity when a different rotation angle has been chosen by the user. An online version of GeneOnEarth is available for testing and using purposes at http://bios.ugr.es/GeneOnEarth.

  19. A MAP fixed-point, packing-unpacking routine for the IBM 7094 computer

    Treesearch

    Robert S. Helfman

    1966-01-01

    Two MAP (Macro Assembly Program) computer routines for packing and unpacking fixed point data are described. Use of these routines with Fortran IV Programs provides speedy access to quantities of data which far exceed the normal storage capacity of IBM 7000-series computers. Many problems that could not be attempted because of the slow access-speed of tape...

  20. Long wavelength propagation capacity, version 1.1 (computer diskette)

    NASA Astrophysics Data System (ADS)

    1994-05-01

    File Characteristics: software and data file. (72 files); ASCII character set. Physical Description: 2 computer diskettes; 3 1/2 in.; high density; 1.44 MB. System Requirements: PC compatible; Digital Equipment Corp. VMS; PKZIP (included on diskette). This report describes a revision of the Naval Command, Control and Ocean Surveillance Center RDT&E Division's Long Wavelength Propagation Capability (LWPC). The first version of this capability was a collection of separate FORTRAN programs linked together in operation by a command procedure written in an operating system unique to the Digital Equipment Corporation (Ferguson & Snyder, 1989a, b). A FORTRAN computer program named Long Wavelength Propagation Model (LWPM) was developed to replace the VMS control system (Ferguson & Snyder, 1990; Ferguson, 1990). This was designated version 1 (LWPC-1). This program implemented all the features of the original VMS plus a number of auxiliary programs that provided summaries of the files and graphical displays of the output files. This report describes a revision of the LWPC, designated version 1.1 (LWPC-1.1)

  1. SEI Software Engineering Education Directory.

    DTIC Science & Technology

    1987-02-01

    Software Design and Development Gilbert. Philip Systems: CDC Cyber 170/750 CDC Cyber 170760 DEC POP 11/44 PRIME AT&T 3B5 IBM PC IBM XT IBM RT...Macintosh VAx 8300 Software System Development and Laboratory CS 480/480L U P X T Textbooks: Software Design and Development Gilbert, Philip Systems: CDC...Acting Chair (618) 692-2386 Courses: Software Design and Development CS 424 U P E Y Textbooks: Software Design and Development, Gilbert, Philip Topics

  2. Hazardous Waste Cleanup: IBM Corporation-TJ Watson Research Center in Yorktown Heights, New York

    EPA Pesticide Factsheets

    IBM Corporation -TJ Watson Research Center is located in southern Yorktown near the boundary separating the Town of Yorktown from the Town of New Castle. The site occupies an area of approximately 217 acres and adjoins land uses are predominantly residenti

  3. MORPH-I (Ver 1.0) a software package for the analysis of scanning electron micrograph (binary formatted) images for the assessment of the fractal dimension of enclosed pore surfaces

    USGS Publications Warehouse

    Mossotti, Victor G.; Eldeeb, A. Raouf; Oscarson, Robert

    1998-01-01

    MORPH-I is a set of C-language computer programs for the IBM PC and compatible minicomputers. The programs in MORPH-I are used for the fractal analysis of scanning electron microscope and electron microprobe images of pore profiles exposed in cross-section. The program isolates and traces the cross-sectional profiles of exposed pores and computes the Richardson fractal dimension for each pore. Other programs in the set provide for image calibration, display, and statistical analysis of the computed dimensions for highly complex porous materials. Requirements: IBM PC or compatible; minimum 640 K RAM; mathcoprocessor; SVGA graphics board providing mode 103 display.

  4. RSM 1.0 - A RESUPPLY SCHEDULER USING INTEGER OPTIMIZATION

    NASA Technical Reports Server (NTRS)

    Viterna, L. A.

    1994-01-01

    RSM, Resupply Scheduling Modeler, is a fully menu-driven program that uses integer programming techniques to determine an optimum schedule for replacing components on or before the end of a fixed replacement period. Although written to analyze the electrical power system on the Space Station Freedom, RSM is quite general and can be used to model the resupply of almost any system subject to user-defined resource constraints. RSM is based on a specific form of the general linear programming problem in which all variables in the objective function and all variables in the constraints are integers. While more computationally intensive, integer programming was required for accuracy when modeling systems with small quantities of components. Input values for component life cane be real numbers, RSM converts them to integers by dividing the lifetime by the period duration, then reducing the result to the next lowest integer. For each component, there is a set of constraints that insure that it is replaced before its lifetime expires. RSM includes user-defined constraints such as transportation mass and volume limits, as well as component life, available repair crew time and assembly sequences. A weighting factor allows the program to minimize factors such as cost. The program then performs an iterative analysis, which is displayed during the processing. A message gives the first period in which resources are being exceeded on each iteration. If the scheduling problem is unfeasible, the final message will also indicate the first period in which resources were exceeded. RSM is written in APL2 for IBM PC series computers and compatibles. A stand-alone executable version of RSM is provided; however, this is a "packed" version of RSM which can only utilize the memory within the 640K DOS limit. This executable requires at least 640K of memory and DOS 3.1 or higher. Source code for an APL2/PC workspace version is also provided. This version of RSM can make full use of any

  5. The Redox-Active Chromium Phthalocyanine System: Isolation of Five Oxidation States from Pc4- CrI to Pc2- CrIII.

    PubMed

    Zhou, Wen; Thompson, John R; Leznoff, Clifford C; Leznoff, Daniel B

    2017-02-16

    The preparation and structural characterization of a series of chromium phthalocyanine complexes with multiple metal and ring oxidation states were achieved using PcCr II (1) (Pc=phthalocyanine) or PcCr II (THF) 2 (1⋅THF 2 ) as starting materials. The reaction of soluble 1⋅THF 2 with Br 2 or I 2 gave the PcCr III halide complexes PcCrX(THF) (X=I/I 3 , Br; 3, 4, respectively). Treatment of 1 with 0.5 equivalent of PhIO or air generated the dinuclear [PcCr(THF)] 2 (μ-O) (5), whereas the addition of one equivalent of AgSbF 6 to 1 resulted in oxidation to THF-solvated octahedral [PcCr III (THF) 2 ]SbF 6 (6). The reduction of 1 with three sequential equivalents of KEt 3 BH resulted in the isolation of [K(DME) 4 ][Pc 3- Cr II ] (7), [K(DME) 4 ] 2 [Pc 4- Cr II ] (8) and [K 6 (DME) 4 ][Pc 4- Cr I ] 2 (9), respectively. The reduced products are deep purple in colour, with visible absorption maxima between 500-580 nm. The ring-reduced complexes 7 and 8 are monomeric, whereas 9 is a 1D chain of dinuclear [PcCr] 2 units with intercalated K + cations and supported by Cr-Cr interactions of 2.988(2) Å. Addition of four equivalents of KC 8 resulted in the demetallated product PcK 2 (DME) 4 (10), which has a 1D chain structure. The isolation and structural characterization of new PcCr complexes spanning five oxidation states, including rare examples of crystalline reduced Pc-ring species emphasizes the broad redox activity and stability of phthalocyanine-based complexes. © 2017 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  6. Demonstration of entanglement assisted invariance on IBM's quantum experience.

    PubMed

    Deffner, Sebastian

    2017-11-01

    Quantum entanglement is among the most fundamental, yet from classical intuition also most surprising properties of the fully quantum nature of physical reality. We report several experiments performed on IBM's Quantum Experience demonstrating envariance - entanglement assisted invariance. Envariance is a recently discovered symmetry of composite quantum systems, which is at the foundational origin of physics and a quantum phenomenon of pure states. These very easily reproducible and freely accessible experiments on Quantum Experience provide simple tools to study the properties of envariance, and we illustrate this for several cases with "quantum universes" consisting of up to five qubits.

  7. BLAS- BASIC LINEAR ALGEBRA SUBPROGRAMS

    NASA Technical Reports Server (NTRS)

    Krogh, F. T.

    1994-01-01

    The Basic Linear Algebra Subprogram (BLAS) library is a collection of FORTRAN callable routines for employing standard techniques in performing the basic operations of numerical linear algebra. The BLAS library was developed to provide a portable and efficient source of basic operations for designers of programs involving linear algebraic computations. The subprograms available in the library cover the operations of dot product, multiplication of a scalar and a vector, vector plus a scalar times a vector, Givens transformation, modified Givens transformation, copy, swap, Euclidean norm, sum of magnitudes, and location of the largest magnitude element. Since these subprograms are to be used in an ANSI FORTRAN context, the cases of single precision, double precision, and complex data are provided for. All of the subprograms have been thoroughly tested and produce consistent results even when transported from machine to machine. BLAS contains Assembler versions and FORTRAN test code for any of the following compilers: Lahey F77L, Microsoft FORTRAN, or IBM Professional FORTRAN. It requires the Microsoft Macro Assembler and a math co-processor. The PC implementation allows individual arrays of over 64K. The BLAS library was developed in 1979. The PC version was made available in 1986 and updated in 1988.

  8. 76 FR 21033 - International Business Machines (IBM), Sales and Distribution Business Unit, Global Sales...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-04-14

    ... of the negative determination regarding workers' eligibility to apply for Trade Adjustment Assistance (TAA) applicable to workers and former workers of International Business Machines (IBM), Sales and... was published in the Federal Register on November 17, 2010 (75 FR 70296). The workers supply computer...

  9. CRISP90 - SOFTWARE DESIGN ANALYZER SYSTEM

    NASA Technical Reports Server (NTRS)

    Tausworthe, R. C.

    1994-01-01

    supplied. The CRISP90 software design analyzer system is written in Microsoft QuickBasic. The program requires an IBM PC compatible with a hard disk, 128K RAM, and an ASCII printer. The program operates under MS-DOS/PC-DOS 3.10 or later. The program was developed in 1983 and updated in 1990. Microsoft and MS-DOS are registered trademarks of Microsoft Corporation. IBM PC and PC-DOS are registered trademarks of International Business Machines Corporation. CRISP90 is a copyrighted work with all copyright vested in NASA.

  10. Laboratory process control using natural language commands from a personal computer

    NASA Technical Reports Server (NTRS)

    Will, Herbert A.; Mackin, Michael A.

    1989-01-01

    PC software is described which provides flexible natural language process control capability with an IBM PC or compatible machine. Hardware requirements include the PC, and suitable hardware interfaces to all controlled devices. Software required includes the Microsoft Disk Operating System (MS-DOS) operating system, a PC-based FORTRAN-77 compiler, and user-written device drivers. Instructions for use of the software are given as well as a description of an application of the system.

  11. GeoWorks Considered. Part I: A GUI for the Rest of Us. Part II: Doing Windows Right.

    ERIC Educational Resources Information Center

    Flanders, Bruce; Lewis, Paul

    1991-01-01

    Describes GeoWorks, a new graphical user interface (GUI) that works on older, less powerful IBM PCs and compatibles. The PC/GEOS (PC/Graphical Environment Operating System) is explained, user friendliness is emphasized, comparisons are made to Microsoft Windows, and GeoWorks applications software is described. (LRW)

  12. Fortran Program for X-Ray Photoelectron Spectroscopy Data Reformatting

    NASA Technical Reports Server (NTRS)

    Abel, Phillip B.

    1989-01-01

    A FORTRAN program has been written for use on an IBM PC/XT or AT or compatible microcomputer (personal computer, PC) that converts a column of ASCII-format numbers into a binary-format file suitable for interactive analysis on a Digital Equipment Corporation (DEC) computer running the VGS-5000 Enhanced Data Processing (EDP) software package. The incompatible floating-point number representations of the two computers were compared, and a subroutine was created to correctly store floating-point numbers on the IBM PC, which can be directly read by the DEC computer. Any file transfer protocol having provision for binary data can be used to transmit the resulting file from the PC to the DEC machine. The data file header required by the EDP programs for an x ray photoelectron spectrum is also written to the file. The user is prompted for the relevant experimental parameters, which are then properly coded into the format used internally by all of the VGS-5000 series EDP packages.

  13. Epitaxial growth and electronic properties of well ordered phthalocyanine heterojunctions MnPc/F{sub 16}CoPc

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

    Lindner, Susi; Mahns, Benjamin; Treske, Uwe

    2014-09-07

    We have prepared phthalocyanine heterojunctions out of MnPc and F{sub 16}CoPc, which were studied by means of X-ray absorption spectroscopy. This heterojunction is characterized by a charge transfer at the interface, resulting in charged MnPc{sup δ} {sup +} and F{sub 16}CoPc{sup δ} {sup −} species. Our data reveal that the molecules are well ordered and oriented parallel to the substrate surface. Furthermore, we demonstrate the filling of the Co 3d{sub z{sup 2}} orbital due to the charge transfer, which supports the explanation of the density functional theory, that the charge transfer is local and affects the metal centers only.

  14. Benchmarked analyses of gamma skyshine using MORSE-CGA-PC and the DABL69 cross-section set

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

    Reichert, P.T.; Golshani, M.

    1991-01-01

    Design for gamma-ray skyshine is a common consideration for a variety of nuclear and accelerator facilities. Many of these designs can benefit from a more accurate and complete treatment than can be provided by simple skyshine analysis tools. Those methods typically require a number of conservative, simplifying assumptions in modeling the radiation source and shielding geometry. This paper considers the benchmarking of one analytical option. The MORSE-CGA Monte Carlo radiation transport code system provides the capability for detailed treatment of virtually any source and shielding geometry. Unfortunately, the mainframe computer costs of MORSE-CGA analyses can prevent cost-effective application to smallmore » projects. For this reason, the MORSE-CGA system was converted to run on IBM personal computer (PC)-compatible computers using the Intel 80386 or 80486 microprocessors. The DLC-130/DABL69 cross-section set (46n,23g) was chosen as the most suitable, readily available, broad-group library. The most important reason is the relatively high (P{sub 5}) Legendre order of expansion for angular distribution. This is likely to be beneficial in the deep-penetration conditions modeled in some skyshine problems.« less

  15. Characterization of the PcCdc42 small G protein from Pneumocystis carinii, which interacts with the PcSte20 life cycle regulatory kinase

    PubMed Central

    Krajicek, Bryan J.; Kottom, Theodore J.; Villegas, Leah

    2010-01-01

    Pneumocystis carinii (Pc) causes severe pneumonia in immunocompromised hosts. The binding of Pc trophic forms to alveolar epithelial cells is a central feature of infection, inducing the expression and activation of PcSte20, a gene participating in mating, proliferation, and pseudohyphal growth. In related fungi, Ste20 proteins are generally activated by immediate upstream small G proteins of the Cdc42-like family. PcCdc42 has not been previously described in Pneumocystis. To address the potential role of such a G protein in Pneumocystis, PcCdc42 was cloned from a Pc cDNA library. Using the full-length 576-bp PcCdc42 cDNA sequence, a CHEF blot of genomic DNA yielded a single band, providing evidence that this gene is present as a single copy within the genome. The total length of PcCdc42 cDNA was 576 bp with an estimated molecular mass of ∼38 kDa. BLASTP analysis demonstrated greater than 80% homology with other fungal Cdc42p proteins. Northern analysis indicated equal mRNA expression in both cystic and trophic life forms. Heterologous expression of PcCdc42 in Saccharomyces cerevisiae (Sc) demonstrated that PcCdc42p was able to restore growth in an ScCdc42Δ yeast strain. Additional assays with purified PcCdc42 protein demonstrated GTP binding and intrinsic GTPase activity, which was partially but significantly suppressed by Clostridium difficile toxin B, characteristic of Cdc42 GTPases. Furthermore, PcCdc42 protein was also shown to bind to the downstream PCSte20 kinase partner in the presence (but not the absence) of GTP. These data indicate that Pc possesses a Cdc42 gene expressing an active G protein, which binds the downstream regulatory kinase PcSte20, important in Pc life cycle regulation. PMID:19915161

  16. A review and update of the NASA aircraft noise prediction program propeller analysis system

    NASA Technical Reports Server (NTRS)

    Golub, Robert A.; Nguyen, L. Cathy

    1989-01-01

    The National Aeronautics and Space Administration (NASA) Aircraft Noise Prediction Program (ANOPP) Propeller Analysis System (PAS) is a set of computational modules for predicting the aerodynamics, performance, and noise of propellers. The ANOPP PAS has the capability to predict noise levels for propeller aircraft certification and produce parametric scaling laws for the adjustment of measured data to reference conditions. A technical overview of the prediction techniques incorporated into the system is presented. The prediction system has been applied to predict the noise signature of a variety of propeller configurations including the effects of propeller angle of attack. A summary of these validation studies is discussed with emphasis being placed on the wind tunnel and flight test programs sponsored by the Federal Aviation Administration (FAA) for the Piper Cherokee Lance aircraft. A number of modifications and improvements have been made to the system and both DEC VAX and IBM-PC versions of the system have been added to the original CDC NOS version.

  17. Four-Channel PC/104 MIL-STD-1553 Circuit Board

    NASA Technical Reports Server (NTRS)

    Cox, Gary L.

    2004-01-01

    The mini bus interface card (miniBIC) is the first four-channel electronic circuit board that conforms to MIL-STD-1553 and to the electrical-footprint portion of PC/104. [MIL-STD-1553 is a military standard that encompasses a method of communication and electrical- interface requirements for digital electronic subsystems connected to a data bus. PC/104 is an industry standard for compact, stackable modules that are fully compatible (in architecture, hardware, and software) with personal-computer data- and power-bus circuitry.] Prior to the development of the miniBIC, only one- and two-channel PC/104 MIL-STD-1553 boards were available. To obtain four channels, it was necessary to include at least two boards in a PC/104 stack. In comparison with such a two-board stack, the miniBIC takes up less space, consumes less power, and is more reliable. In addition, the miniBIC includes 32 digital input/output channels. The miniBIC (see figure) contains four MIL-STD-1553B hybrid integrated circuits (ICs), four transformers, a field-programmable gate array (FPGA), and an Industry Standard Architecture (ISA) interface. Each hybrid IC includes a MILSTD-1553 dual transceiver, memory-management circuitry, processor interface logic circuitry, and 64Kx16 bits of shared static random access memory. The memory is used to configure message and data blocks. In addition, 23 16-bit registers are available for (1) configuring the hybrid IC for, and starting it in, various modes of operation; (2) reading the status of the functionality of the hybrid IC; and (3) resetting the hybrid IC to a known state. The miniBIC can operate as a remote terminal, bus controller, or bus monitor. The FPGA provides the chip-select and data-strobe signals needed for operation of the hybrid ICs. The FPGA also receives interruption signals and forwards them to the ISA bus. The ISA interface connects the address, data, and control interfaces of the hybrid ICs to the ISA backplane. Each channel is, in effect, a MIL

  18. Cost-benefit study of consumer product take-back programs using IBM's WIT reverse logistics optimization tool

    NASA Astrophysics Data System (ADS)

    Veerakamolmal, Pitipong; Lee, Yung-Joon; Fasano, J. P.; Hale, Rhea; Jacques, Mary

    2002-02-01

    In recent years, there has been increased focus by regulators, manufacturers, and consumers on the issue of product end of life management for electronics. This paper presents an overview of a conceptual study designed to examine the costs and benefits of several different Product Take Back (PTB) scenarios for used electronics equipment. The study utilized a reverse logistics supply chain model to examine the effects of several different factors in PTB programs. The model was done using the IBM supply chain optimization tool known as WIT (Watson Implosion Technology). Using the WIT tool, we were able to determine a theoretical optimal cost scenario for PTB programs. The study was designed to assist IBM internally in determining theoretical optimal Product Take Back program models and determining potential incentives for increasing participation rates.

  19. ELIPGRID-PC: A PC program for calculating hot spot probabilities

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

    Davidson, J.R.

    1994-10-01

    ELIPGRID-PC, a new personal computer program has been developed to provide easy access to Singer`s 1972 ELIPGRID algorithm for hot-spot detection probabilities. Three features of the program are the ability to determine: (1) the grid size required for specified conditions, (2) the smallest hot spot that can be sampled with a given probability, and (3) the approximate grid size resulting from specified conditions and sampling cost. ELIPGRID-PC also provides probability of hit versus cost data for graphing with spread-sheets or graphics software. The program has been successfully tested using Singer`s published ELIPGRID results. An apparent error in the original ELIPGRIDmore » code has been uncovered and an appropriate modification incorporated into the new program.« less

  20. Using NetMaster to manage IBM networks

    NASA Technical Reports Server (NTRS)

    Ginsburg, Guss

    1991-01-01

    After defining a network and conveying its importance to support the activities at the JSC, the need for network management based on the size and complexity of the IBM SNA network at JSC is demonstrated. Network Management consists of being aware of component status and the ability to control resources to meet the availability and service needs of users. The concerns of the user are addressed as well as those of the staff responsible for managing the network. It is explained how NetMaster (a network management system for managing SNA networks) is used to enhance reliability and maximize service to SNA network users through automated procedures. The following areas are discussed: customization, problem and configuration management, and system measurement applications of NetMaster. Also, several examples are given that demonstrate NetMaster's ability to manage and control the network, integrate various product functions, as well as provide useful management information.

  1. Performance characteristics of the Mayo/IBM PACS

    NASA Astrophysics Data System (ADS)

    Persons, Kenneth R.; Gehring, Dale G.; Pavicic, Mark J.; Ding, Yingjai

    1991-07-01

    The Mayo Clinic and IBM (at Rochester, Minnesota) have jointly developed a picture archiving system for use with Mayo's MRI and Neuro CT imaging modalities. The communications backbone of the PACS is a portion of the Mayo institutional network: a series of 4-Mbps token rings interconnected by bridges and fiber optic extensions. The performance characteristics of this system are important to understand because they affect the response time a PACS user can expect, and the response time for non-PACS users competing for resources on the institutional network. The performance characteristics of each component and the average load levels of the network were measured for various load distributions. These data were used to quantify the response characteristics of the existing system and to tune a model developed by North Dakota State University Department of Computer Science for predicting response times of more complex topologies.

  2. Study of Even-Even/Odd-Even/Odd-Odd Nuclei in Zn-Ga-Ge Region in the Proton-Neutron IBM/IBFM/IBFFM

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

    Yoshida, N.; Brant, S.; Zuffi, L.

    We study the even-even, odd-even and odd-odd nuclei in the region including Zn-Ga-Ge in the proton-neutron IBM and the models derived from it: IBM2, IBFM2, IBFFM2. We describe {sup 67}Ga, {sup 65}Zn, and {sup 68}Ga by coupling odd particles to a boson core {sup 66}Zn. We also calculate the beta{sup +}-decay rates among {sup 68}Ge, {sup 68}Ga and {sup 68}Zn.

  3. Substrate analysis of the Pneumocystis carinii protein kinases PcCbk1 and PcSte20 using yeast proteome microarrays provides a novel method for Pneumocystis signalling biology.

    PubMed

    Kottom, Theodore J; Limper, Andrew H

    2011-10-01

    Pneumocystis carinii (Pc) undergoes morphological transitions between cysts and trophic forms. We have previously described two Pc serine/threonine kinases, termed PcCbk1 and PcSte20, with PcSte20 belonging to a family of kinases involved in yeast mating, while PcCbk1 is a member of a group of protein kinases involved in regulation of cell cycle, shape, and proliferation. As Pc remains genetically intractable, knowledge on specific substrates phosphorylated by these kinases remains limited. Utilizing the phylogenetic relatedness of Pc to Saccharomyces cerevisiae, we interrogated a yeast proteome microarray containing >4000 purified protein based peptides, leading to the identification of 18 potential PcCbk1 and 15 PcSte20 substrates (Z-score > 3.0). A number of these potential protein substrates are involved in bud site selection, polarized growth, and response to mating α factor and pseudohyphal and invasive growth. Full-length open reading frames suggested by the PcCbk1 and PcSte20 protoarrays were amplified and expressed. These five proteins were used as substrates for PcCbk1 or PcSte20, with each being highly phosphorylated by the respective kinase. Finally, to demonstrate the utility of this method to identify novel PcCbk1 and PcSte20 substrates, we analysed DNA sequence data from the partially complete Pc genome database and detected partial sequence information of potential PcCbk1 kinase substrates PcPxl1 and PcInt1. We additionally identified the potential PcSte20 kinase substrate PcBdf2. Full-length Pc substrates were cloned and expressed in yeast, and shown to be phosphorylated by the respective Pc kinases. In conclusion, the yeast protein microarray represents a novel crossover technique for identifying unique potential Pc kinase substrates. Copyright © 2011 John Wiley & Sons, Ltd.

  4. Hydrogen bonds in PC{sub 61}BM solids

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

    Sheng, Chun-Qi; Key Laboratory of Organosilicon Chemistry and Material Technology of Ministry of Education, Hangzhou Normal University, Hangzhou 311121; Li, Wen-Jie

    2015-09-15

    We have studied the hydrogen bonds in PC{sub 61}BM solids. Inter-molecular interaction is analyzed theoretically for the well-defined monoclinic (P2{sub 1}/n) structure. The results indicate that PC{sub 61}BM combines into C–H⋯O{sub d} bonded molecular chains, where O{sub d} denotes the doubly-bonded O atom of PC{sub 61}BM. The molecular chains are linked together by C–H⋯O{sub s} bonds, where O{sub s} denotes the singly-bonded O atom of PC{sub 61}BM. To reveal the consequences of hydrogen bond formation on the structural properties of PC{sub 61}BM solids (not limited to the monoclinic structure), we design and perform some experiments for annealed samples with themore » monoclinic (P2{sub 1}/n) PC{sub 61}BM as starting material. The experiments include differential scanning calorimetry, X-ray diffraction and infrared absorption measurements. Structural phase transitions are observed below the melting point. The C–H⋯O{sub d} bonds seem persisting in the altered structures. The inter-molecular hydrogen bonds can help to understand the phase separation in polymer/PC{sub 61}BM blends and may be responsible for the existence of liquid PC{sub 61}BM.« less

  5. Letter from Hong Kong: A Report on Chinese Food, Fake Apples, and IBM's Asian Strategy.

    ERIC Educational Resources Information Center

    Immel, A. Richard

    1984-01-01

    Notes that microcomputer use in Hong Kong's small business community does not reflect the growth of its high-tech electronics industry and discusses IBM's influence in Hong Kong and Asia, the counterfeiting of Apple microcomputers and software, and why Apple currently has no recourse. (MBR)

  6. Decay behaviors of the Pc hadronic molecules

    NASA Astrophysics Data System (ADS)

    Lin, Yong-Hui; Shen, Chao-Wei; Guo, Feng-Kun; Zou, Bing-Song

    2017-06-01

    The Pc(4380 ) and Pc(4450 ) states observed recently by the LHCb experiment were proposed to be either D ¯Σc* or D¯*Σc bound states. We analyze the decay behaviors of two such types of hadronic molecules within the effective Lagrangian framework. With branching ratios of ten possible decay channels calculated, it is found that the two types of hadronic molecules have distinguishable decay patterns. While the D ¯Σc* molecule decays dominantly to the D¯*Λc channel with a branching ratio by 2 orders of magnitude larger than to D ¯Λc, the D¯*Σc molecule decays to these two channels with a difference of less than a factor of 2. Our results show that the total decay width of Pc(4380 ) as the spin-parity-3/2- D ¯Σc* molecule is about a factor of 2 larger than the corresponding value for the D¯*Σc molecule. It suggests that the assignment of the D ¯Σc* molecule for Pc(4380 ) is more favorable than the D¯*Σc molecule. In addition, Pc(4450 ) seems to be a D¯*Σc molecule with JP=5/2+ in our scheme. Based on these partial decay widths of the Pc states, we estimate the cross sections for the reactions γ p →J /ψ p and π p →J /ψ p through the s-channel Pc states. The forthcoming γ p experiment at JLAB and the π p experiment at JPARC should be able to pin down the nature of these Pc states.

  7. IBM system/360 assembly language interval arithmetic software

    NASA Technical Reports Server (NTRS)

    Phillips, E. J.

    1972-01-01

    Computer software designed to perform interval arithmetic is described. An interval is defined as the set of all real numbers between two given numbers including or excluding one or both endpoints. Interval arithmetic consists of the various elementary arithmetic operations defined on the set of all intervals, such as interval addition, subtraction, union, etc. One of the main applications of interval arithmetic is in the area of error analysis of computer calculations. For example, it has been used sucessfully to compute bounds on sounding errors in the solution of linear algebraic systems, error bounds in numerical solutions of ordinary differential equations, as well as integral equations and boundary value problems. The described software enables users to implement algorithms of the type described in references efficiently on the IBM 360 system.

  8. NJE; VAX-VMS IBM NJE network protocol emulator. [DEC VAX11/780; VAX-11 FORTRAN 77 (99%) and MACRO-11 (1%)

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

    Engert, D.E.; Raffenetti, C.

    NJE is communications software developed to enable a VAX VMS system to participate as an end-node in a standard IBM network by emulating the Network Job Entry (NJE) protocol. NJE supports job networking for the operating systems used on most large IBM-compatible computers (e.g., VM/370, MVS with JES2 or JES3, SVS, MVT with ASP or HASP). Files received by the VAX can be printed or saved in user-selected disk files. Files sent to the network can be routed to any network node for printing, punching, or job submission, or to a VM/370 user's virtual reader. Files sent from the VAXmore » are queued and transmitted asynchronously. No changes are required to the IBM software.DEC VAX11/780; VAX-11 FORTRAN 77 (99%) and MACRO-11 (1%); VMS 2.5; VAX11/780 with DUP-11 UNIBUS interface and 9600 baud synchronous modem..« less

  9. A Simulation of AI Programming Techniques in BASIC.

    ERIC Educational Resources Information Center

    Mandell, Alan

    1986-01-01

    Explains the functions of and the techniques employed in expert systems. Offers the program "The Periodic Table Expert," as a model for using artificial intelligence techniques in BASIC. Includes the program listing and directions for its use on: Tandy 1000, 1200, and 2000; IBM PC; PC Jr; TRS-80; and Apple computers. (ML)

  10. Realizing broad-bandwidth visible wavelength photodiode based on solution-processed ZnPc/PC71BM dyad

    NASA Astrophysics Data System (ADS)

    Zafar, Qayyum; Fatima, Noshin; Karimov, Khasan S.; Ahmed, Muhammad M.; Sulaiman, Khaulah

    2017-02-01

    Herein, we demonstrate a solution-processed visible wavelength organic photodiode (OPD) using donor/acceptor dyad of zinc phthalocyanine (ZnPc) and [6,6]-phenyl-C71-butyric-acid methyl ester (PC71BM), respectively. The synergic absorption profiles of both ZnPc and PC71BM moieties have been exploited to realize broader (350 and 800 nm) and consistent absorption spectrum of the photoactive film. The optimum loading ratio (by volume) of D/A dyad has been estimated to be 1:0.8, via quenching phenomenon in ZnPc photoluminescence spectrum. The performance of the OPD has been evaluated by detecting the photocurrent density with respect to varied illumination levels (0-150 mW/cm2) of impinging light at different reverse bias conditions. Under identical reverse bias mode, the photocurrent density has shown significant upsurge as the incident intensity of light is increased; ultimately leading to the significantly higher responsivity (162.4 μA/W) of the fabricated diode. The light to dark current density ratio (Jph/Jd) of the device at 3 V reverse bias has been calculated to be ∼20.12. The transient photocurrent density response of the fabricated OPD has also been characterized at -4 V operational bias under switch ON/OFF illumination. The measured response and recovery time for the fabricated OPD are ∼200 and 300 ms, respectively.

  11. 76 FR 5467 - Airworthiness Directives; Pilatus Aircraft Ltd. Models PC-6, PC-6-H1, PC-6-H2, PC-6/350, PC-6/350...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-02-01

    ... models does not include a Chapter 04 in the Airworthiness Limitations Section (ALS). For PC-6 models other than B2-H2 and B2- H4, no ALS at all is included in the AMM. With the latest Revision 12 of the... other than B2-H2 and B2-H4, a new ALS document has been implemented as well. These documents include the...

  12. 39 CFR 501.16 - PC postage payment methodology.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... DISTRIBUTE POSTAGE EVIDENCING SYSTEMS § 501.16 PC postage payment methodology. (a) The PC Postage customer is... issues a refund to a customer for any unused postage in a Postage Evidencing System. After verification... Service approval to continue to operate PC Postage systems, the provider must submit to a periodic audit...

  13. Electronic transitions and band offsets in C60:SubPc and C60:MgPc on MoO3 studied by modulated surface photovoltage spectroscopy

    NASA Astrophysics Data System (ADS)

    Fengler, S.; Dittrich, Th.; Rusu, M.

    2015-07-01

    Electronic transitions at interfaces between MoO3 layers and organic layers of C60, SubPc, MgPc, and nano-composite layers of SubPc:C60 and MgPc:C60 have been studied by modulated surface photovoltage (SPV) spectroscopy. For all systems, time dependent and modulated SPV signals pointed to dissociation of excitons at the MoO3/organic layer interfaces with a separation of holes towards MoO3. The highest occupied molecular orbital (HOMO)-lowest unoccupied molecular orbital (LUMO) gaps (EHL) of C60, SubPc, and MgPc and the effective EHL of SubPc:C60 and MgPc:C60 were measured. The offsets between the LUMO (ΔEL) or HOMO (ΔEH) bands were obtained with high precision and amounted to 0.33 or 0.73 eV for SubPc:C60, respectively, and to -0.33 or 0.67 eV for MgPc:C60, respectively. Exponential tails below EHL and most pronounced sub-bandgap transitions were characterized and ascribed to disorder and transitions from HOMO bands to unoccupied defect states.

  14. IBM Demonstrates a General-Purpose, High-Performance, High-Availability Cloud-Hosted Data Distribution System With Live GOES-16 Weather Satellite Data

    NASA Astrophysics Data System (ADS)

    Snyder, P. L.; Brown, V. W.

    2017-12-01

    IBM has created a general purpose, data-agnostic solution that provides high performance, low data latency, high availability, scalability, and persistent access to the captured data, regardless of source or type. This capability is hosted on commercially available cloud environments and uses much faster, more efficient, reliable, and secure data transfer protocols than the more typically used FTP. The design incorporates completely redundant data paths at every level, including at the cloud data center level, in order to provide the highest assurance of data availability to the data consumers. IBM has been successful in building and testing a Proof of Concept instance on our IBM Cloud platform to receive and disseminate actual GOES-16 data as it is being downlinked. This solution leverages the inherent benefits of a cloud infrastructure configured and tuned for continuous, stable, high-speed data dissemination to data consumers worldwide at the downlink rate. It also is designed to ingest data from multiple simultaneous sources and disseminate data to multiple consumers. Nearly linear scalability is achieved by adding servers and storage.The IBM Proof of Concept system has been tested with our partners to achieve in excess of 5 Gigabits/second over public internet infrastructure. In tests with live GOES-16 data, the system routinely achieved 2.5 Gigabits/second pass-through to The Weather Company from the University of Wisconsin-Madison SSEC. Simulated data was also transferred from the Cooperative Institute for Climate and Satellites — North Carolina to The Weather Company, as well. The storage node allocated to our Proof of Concept system as tested was sized at 480 Terabytes of RAID protected disk as a worst case sizing to accommodate the data from four GOES-16 class satellites for 30 days in a circular buffer. This shows that an abundance of performance and capacity headroom exists in the IBM design that can be applied to additional missions.

  15. Automated error correction in IBM quantum computer and explicit generalization

    NASA Astrophysics Data System (ADS)

    Ghosh, Debjit; Agarwal, Pratik; Pandey, Pratyush; Behera, Bikash K.; Panigrahi, Prasanta K.

    2018-06-01

    Construction of a fault-tolerant quantum computer remains a challenging problem due to unavoidable noise and fragile quantum states. However, this goal can be achieved by introducing quantum error-correcting codes. Here, we experimentally realize an automated error correction code and demonstrate the nondestructive discrimination of GHZ states in IBM 5-qubit quantum computer. After performing quantum state tomography, we obtain the experimental results with a high fidelity. Finally, we generalize the investigated code for maximally entangled n-qudit case, which could both detect and automatically correct any arbitrary phase-change error, or any phase-flip error, or any bit-flip error, or combined error of all types of error.

  16. Effects of Mirror Therapy Using a Tablet PC on Central Facial Paresis in Stroke Patients.

    PubMed

    Kang, Jung-A; Chun, Min Ho; Choi, Su Jin; Chang, Min Cheol; Yi, You Gyoung

    2017-06-01

    To investigate the effects of mirror therapy using a tablet PC for post-stroke central facial paresis. A prospective, randomized controlled study was performed. Twenty-one post-stroke patients were enrolled. All patients performed 15 minutes of orofacial exercise twice daily for 14 days. The mirror group (n=10) underwent mirror therapy using a tablet PC while exercising, whereas the control group (n=11) did not. All patients were evaluated using the Regional House-Brackmann Grading Scale (R-HBGS), and the length between the corner of the mouth and the ipsilateral earlobe during rest and smiling before and after therapy were measured bilaterally. We calculated facial movement by subtracting the smile length from resting length. Differences and ratios between bilateral sides of facial movement were evaluated as the final outcome measure. Baseline characteristics were similar for the two groups. There were no differences in the scores for the basal Modified Barthel Index, the Korean version of Mini-Mental State Examination, National Institutes of Health Stroke Scale, R-HBGS, and bilateral differences and ratios of facial movements. The R-HBGS as well as the bilateral differences and ratios of facial movement showed significant improvement after therapy in both groups. The degree of improvement of facial movement was significantly larger in the mirror group than in the control group. Mirror therapy using a tablet PC might be an effective tool for treating central facial paresis after stroke.

  17. Effects of Mirror Therapy Using a Tablet PC on Central Facial Paresis in Stroke Patients

    PubMed Central

    2017-01-01

    Objective To investigate the effects of mirror therapy using a tablet PC for post-stroke central facial paresis. Methods A prospective, randomized controlled study was performed. Twenty-one post-stroke patients were enrolled. All patients performed 15 minutes of orofacial exercise twice daily for 14 days. The mirror group (n=10) underwent mirror therapy using a tablet PC while exercising, whereas the control group (n=11) did not. All patients were evaluated using the Regional House–Brackmann Grading Scale (R-HBGS), and the length between the corner of the mouth and the ipsilateral earlobe during rest and smiling before and after therapy were measured bilaterally. We calculated facial movement by subtracting the smile length from resting length. Differences and ratios between bilateral sides of facial movement were evaluated as the final outcome measure. Results Baseline characteristics were similar for the two groups. There were no differences in the scores for the basal Modified Barthel Index, the Korean version of Mini-Mental State Examination, National Institutes of Health Stroke Scale, R-HBGS, and bilateral differences and ratios of facial movements. The R-HBGS as well as the bilateral differences and ratios of facial movement showed significant improvement after therapy in both groups. The degree of improvement of facial movement was significantly larger in the mirror group than in the control group. Conclusion Mirror therapy using a tablet PC might be an effective tool for treating central facial paresis after stroke. PMID:28758071

  18. Adapting PC104Plus for Space

    NASA Technical Reports Server (NTRS)

    Abbott, Larry; Cox, Gary; Nguyen, Hai

    2000-01-01

    This article addresses the issues associated with adapting the commercial PC104Plus standard and its associated architecture to the requirements of space applications. In general, space applications exhibit extreme constraints on power, weight, and volume. EMI and EMC are also issues of significant concern. Additionally, space applications have to survive high radiation environment. Finally, NASA is always concerned about achieving cost effective solutions that are compatible with safety and launch constraints. Weight and volume constraints are directly related to high launch cost. Power on the other hand is not only related to the high launch costs, but are related to the problem of dissipating the resulting heat once in space. The article addresses why PC104Plus is an appropriate solution for the weight and volume issues. The article also addresses what NASA did electrically to reduce power consumption and mechanically dissipate the associated heat in a microgravity and vacuum environment, and how these solutions allow NASA to integrate various sizes of ruggedized custom PC104 boards with COTS, PC104 complaint boards for space applications. In addition to the mechanical changes to deal with thermal dissipation NASA also made changes to minimize EMI. Finally, radiation issues are addressed as well as the architectural and testing solutions and the implications for use of COTS PC104Plus boards.

  19. Homomorphic encryption experiments on IBM's cloud quantum computing platform

    NASA Astrophysics Data System (ADS)

    Huang, He-Liang; Zhao, You-Wei; Li, Tan; Li, Feng-Guang; Du, Yu-Tao; Fu, Xiang-Qun; Zhang, Shuo; Wang, Xiang; Bao, Wan-Su

    2017-02-01

    Quantum computing has undergone rapid development in recent years. Owing to limitations on scalability, personal quantum computers still seem slightly unrealistic in the near future. The first practical quantum computer for ordinary users is likely to be on the cloud. However, the adoption of cloud computing is possible only if security is ensured. Homomorphic encryption is a cryptographic protocol that allows computation to be performed on encrypted data without decrypting them, so it is well suited to cloud computing. Here, we first applied homomorphic encryption on IBM's cloud quantum computer platform. In our experiments, we successfully implemented a quantum algorithm for linear equations while protecting our privacy. This demonstration opens a feasible path to the next stage of development of cloud quantum information technology.

  20. Program for Calculating the Cubic and Fifth Roots of a Number of Newton's Method (610 IBM Electronic Computer); PROGRAMMA PER IL CALCOLO DELLE RADICI TERZA E QUINTA DI UN NUMERO, COL METODO DI NEWTON (CALCOLATORE ELETTRONICO IBM 610)

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

    Giucci, D.

    1963-01-01

    A program was devised for calculating the cubic and fifth roots of a number of Newton's method using the 610 IBM electronic computer. For convenience a program was added for obtaining n/sup th/ roots by the logarithmic method. (auth)

  1. The Primary Care PTSD Screen for DSM-5 (PC-PTSD-5): Development and Evaluation Within a Veteran Primary Care Sample.

    PubMed

    Prins, Annabel; Bovin, Michelle J; Smolenski, Derek J; Marx, Brian P; Kimerling, Rachel; Jenkins-Guarnieri, Michael A; Kaloupek, Danny G; Schnurr, Paula P; Kaiser, Anica Pless; Leyva, Yani E; Tiet, Quyen Q

    2016-10-01

    Posttraumatic Stress Disorder (PTSD) is associated with increased health care utilization, medical morbidity, and tobacco and alcohol use. Consequently, screening for PTSD has become increasingly common in primary care clinics, especially in Veteran healthcare settings where trauma exposure among patients is common. The objective of this study was to revise the Primary Care PTSD screen (PC-PTSD) to reflect the new Diagnostic and Statistical Manual of Mental Disorders (DSM-5) criteria for PTSD (PC-PTSD-5) and to examine both the diagnostic accuracy and the patient acceptability of the revised measure. We compared the PC-PTSD-5 results with those from a brief psychiatric interview for PTSD. Participants also rated screening preferences and acceptability of the PC-PTSD-5. A convenience sample of 398 Veterans participated in the study (response rate = 41 %). Most of the participants were male, in their 60s, and the majority identified as non-Hispanic White. The PC-PTSD-5 was used as the screening measure, a modified version of the PTSD module of the MINI-International Neuropsychiatric Interview was used to diagnose DSM-5 PTSD, and five brief survey items were used to assess acceptability and preferences. The PC-PTSD-5 demonstrated excellent diagnostic accuracy (AUC = 0.941; 95 % C.I.: 0.912- 0.969). Whereas a cut score of 3 maximized sensitivity (κ[1]) = 0.93; SE = .041; 95 % C.I.: 0.849-1.00), a cut score of 4 maximized efficiency (κ[0.5] = 0.63; SE = 0.052; 95 % C.I.: 0.527-0.731), and a cut score of 5 maximized specificity (κ[0] = 0.70; SE = 0.077; 95 % C.I.: 0.550-0.853). Patients found the screen acceptable and indicated a preference for administration by their primary care providers as opposed to by other providers or via self-report. The PC-PTSD-5 demonstrated strong preliminary results for diagnostic accuracy, and was broadly acceptable to patients.

  2. Linear circuit analysis program for IBM 1620 Monitor 2, 1311/1443 data processing system /CIRCS/

    NASA Technical Reports Server (NTRS)

    Hatfield, J.

    1967-01-01

    CIRCS is modification of IBSNAP Circuit Analysis Program, for use on smaller systems. This data processing system retains the basic dc, transient analysis, and FORTRAN 2 formats. It can be used on the IBM 1620/1311 Monitor I Mod 5 system, and solves a linear network containing 15 nodes and 45 branches.

  3. xdamp Version 6 : an IDL-based data and image manipulation program.

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

    Ballard, William Parker

    2012-04-01

    The original DAMP (DAta Manipulation Program) was written by Mark Hedemann of Sandia National Laboratories and used the CA-DISSPLA{trademark} (available from Computer Associates International, Inc., Garden City, NY) graphics package as its engine. It was used to plot, modify, and otherwise manipulate the one-dimensional data waveforms (data vs. time) from a wide variety of accelerators. With the waning of CA-DISSPLA and the increasing popularity of Unix(reg sign)-based workstations, a replacement was needed. This package uses the IDL(reg sign) software, available from Research Systems Incorporated, a Xerox company, in Boulder, Colorado, as the engine, and creates a set of widgets tomore » manipulate the data in a manner similar to the original DAMP and earlier versions of xdamp. IDL is currently supported on a wide variety of Unix platforms such as IBM(reg sign) workstations, Hewlett Packard workstations, SUN(reg sign) workstations, Microsoft(reg sign) Windows{trademark} computers, Macintosh(reg sign) computers and Digital Equipment Corporation VMS(reg sign) and Alpha(reg sign) systems. Thus, xdamp is portable across many platforms. We have verified operation, albeit with some minor IDL bugs, on personal computers using Windows 7 and Windows Vista; Unix platforms; and Macintosh computers. Version 6 is an update that uses the IDL Virtual Machine to resolve the need for licensing IDL.« less

  4. Artificial intelligence in neurodegenerative disease research: use of IBM Watson to identify additional RNA-binding proteins altered in amyotrophic lateral sclerosis.

    PubMed

    Bakkar, Nadine; Kovalik, Tina; Lorenzini, Ileana; Spangler, Scott; Lacoste, Alix; Sponaugle, Kyle; Ferrante, Philip; Argentinis, Elenee; Sattler, Rita; Bowser, Robert

    2018-02-01

    Amyotrophic lateral sclerosis (ALS) is a devastating neurodegenerative disease with no effective treatments. Numerous RNA-binding proteins (RBPs) have been shown to be altered in ALS, with mutations in 11 RBPs causing familial forms of the disease, and 6 more RBPs showing abnormal expression/distribution in ALS albeit without any known mutations. RBP dysregulation is widely accepted as a contributing factor in ALS pathobiology. There are at least 1542 RBPs in the human genome; therefore, other unidentified RBPs may also be linked to the pathogenesis of ALS. We used IBM Watson ® to sieve through all RBPs in the genome and identify new RBPs linked to ALS (ALS-RBPs). IBM Watson extracted features from published literature to create semantic similarities and identify new connections between entities of interest. IBM Watson analyzed all published abstracts of previously known ALS-RBPs, and applied that text-based knowledge to all RBPs in the genome, ranking them by semantic similarity to the known set. We then validated the Watson top-ten-ranked RBPs at the protein and RNA levels in tissues from ALS and non-neurological disease controls, as well as in patient-derived induced pluripotent stem cells. 5 RBPs previously unlinked to ALS, hnRNPU, Syncrip, RBMS3, Caprin-1 and NUPL2, showed significant alterations in ALS compared to controls. Overall, we successfully used IBM Watson to help identify additional RBPs altered in ALS, highlighting the use of artificial intelligence tools to accelerate scientific discovery in ALS and possibly other complex neurological disorders.

  5. IBM Watson Analytics: Automating Visualization, Descriptive, and Predictive Statistics

    PubMed Central

    2016-01-01

    Background We live in an era of explosive data generation that will continue to grow and involve all industries. One of the results of this explosion is the need for newer and more efficient data analytics procedures. Traditionally, data analytics required a substantial background in statistics and computer science. In 2015, International Business Machines Corporation (IBM) released the IBM Watson Analytics (IBMWA) software that delivered advanced statistical procedures based on the Statistical Package for the Social Sciences (SPSS). The latest entry of Watson Analytics into the field of analytical software products provides users with enhanced functions that are not available in many existing programs. For example, Watson Analytics automatically analyzes datasets, examines data quality, and determines the optimal statistical approach. Users can request exploratory, predictive, and visual analytics. Using natural language processing (NLP), users are able to submit additional questions for analyses in a quick response format. This analytical package is available free to academic institutions (faculty and students) that plan to use the tools for noncommercial purposes. Objective To report the features of IBMWA and discuss how this software subjectively and objectively compares to other data mining programs. Methods The salient features of the IBMWA program were examined and compared with other common analytical platforms, using validated health datasets. Results Using a validated dataset, IBMWA delivered similar predictions compared with several commercial and open source data mining software applications. The visual analytics generated by IBMWA were similar to results from programs such as Microsoft Excel and Tableau Software. In addition, assistance with data preprocessing and data exploration was an inherent component of the IBMWA application. Sensitivity and specificity were not included in the IBMWA predictive analytics results, nor were odds ratios, confidence

  6. IBM Watson Analytics: Automating Visualization, Descriptive, and Predictive Statistics.

    PubMed

    Hoyt, Robert Eugene; Snider, Dallas; Thompson, Carla; Mantravadi, Sarita

    2016-10-11

    We live in an era of explosive data generation that will continue to grow and involve all industries. One of the results of this explosion is the need for newer and more efficient data analytics procedures. Traditionally, data analytics required a substantial background in statistics and computer science. In 2015, International Business Machines Corporation (IBM) released the IBM Watson Analytics (IBMWA) software that delivered advanced statistical procedures based on the Statistical Package for the Social Sciences (SPSS). The latest entry of Watson Analytics into the field of analytical software products provides users with enhanced functions that are not available in many existing programs. For example, Watson Analytics automatically analyzes datasets, examines data quality, and determines the optimal statistical approach. Users can request exploratory, predictive, and visual analytics. Using natural language processing (NLP), users are able to submit additional questions for analyses in a quick response format. This analytical package is available free to academic institutions (faculty and students) that plan to use the tools for noncommercial purposes. To report the features of IBMWA and discuss how this software subjectively and objectively compares to other data mining programs. The salient features of the IBMWA program were examined and compared with other common analytical platforms, using validated health datasets. Using a validated dataset, IBMWA delivered similar predictions compared with several commercial and open source data mining software applications. The visual analytics generated by IBMWA were similar to results from programs such as Microsoft Excel and Tableau Software. In addition, assistance with data preprocessing and data exploration was an inherent component of the IBMWA application. Sensitivity and specificity were not included in the IBMWA predictive analytics results, nor were odds ratios, confidence intervals, or a confusion matrix

  7. Development of a GIFTS (Graphics-Oriented Interactive Finite-Element Time-Sharing System) Plotting Package Compatible with Either PLOT10 or IBM/DSM Graphics.

    DTIC Science & Technology

    1983-06-01

    1D-A132 95 DEVELOPMENT OF A GIFTS (GRAPHICS ORIENTED INTERACTIVE i/i FINITE-ELEMENT TIME..(U) NAVAL POSTGRADUATE SCHOOL I MONTEREY CA T R PICKLES JUN...183 THESIS " DEVELOPMENT OF A GIFTS PLOTTING PACKAGE COMPATIBLE WITH EITHER PLOT10 OR IBM/DSM GRAPHICS by Thomas R. Pickles June 1983 Thesis Advisor: G...TYPEAFtWEPORT & PERIOD COVERED Development of GIFTS Plotting Package Bi ’s Thesis; Compatible with either PLOTl0 or June 1983 IBM/DSM Graphics 6. PERFORMING ORO

  8. X based interactive computer graphics applications for aerodynamic design and education

    NASA Technical Reports Server (NTRS)

    Benson, Thomas J.; Higgs, C. Fred, III

    1995-01-01

    Six computer applications packages have been developed to solve a variety of aerodynamic problems in an interactive environment on a single workstation. The packages perform classical one dimensional analysis under the control of a graphical user interface and can be used for preliminary design or educational purposes. The programs were originally developed on a Silicon Graphics workstation and used the GL version of the FORMS library as the graphical user interface. These programs have recently been converted to the XFORMS library of X based graphics widgets and have been tested on SGI, IBM, Sun, HP and PC-Lunix computers. The paper will show results from the new VU-DUCT program as a prime example. VU-DUCT has been developed as an educational package for the study of subsonic open and closed loop wind tunnels.

  9. POLUTE; forest air pollutant uptake model. [IBM360,370; CSMP

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

    Murphy, C.E.

    POLUTE is a computer model designed to estimate the uptake of air pollutants by forests. The model utilizes submodels to describe atmospheric diffusion immediately above and within the canopy, and into the sink areas within or on the trees. The program implementing the model is general and can be used, with only minor changes, for any gaseous pollutant. The model provides an estimate describing the response of the vegetarian-atmosphere system to the environment as related to three types of processes: atmospheric diffusion, diffusion near and inside the absorbing plant, and the physical and chemical processes at the sink on ormore » within the plant.IBM360,370; CSMP; OS/370.« less

  10. Engineering PFLOTRAN for Scalable Performance on Cray XT and IBM BlueGene Architectures

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

    Mills, Richard T; Sripathi, Vamsi K; Mahinthakumar, Gnanamanika

    We describe PFLOTRAN - a code for simulation of coupled hydro-thermal-chemical processes in variably saturated, non-isothermal, porous media - and the approaches we have employed to obtain scalable performance on some of the largest scale supercomputers in the world. We present detailed analyses of I/O and solver performance on Jaguar, the Cray XT5 at Oak Ridge National Laboratory, and Intrepid, the IBM BlueGene/P at Argonne National Laboratory, that have guided our choice of algorithms.

  11. Variable viscosity and density biofilm simulations using an immersed boundary method, part II: Experimental validation and the heterogeneous rheology-IBM

    NASA Astrophysics Data System (ADS)

    Stotsky, Jay A.; Hammond, Jason F.; Pavlovsky, Leonid; Stewart, Elizabeth J.; Younger, John G.; Solomon, Michael J.; Bortz, David M.

    2016-07-01

    The goal of this work is to develop a numerical simulation that accurately captures the biomechanical response of bacterial biofilms and their associated extracellular matrix (ECM). In this, the second of a two-part effort, the primary focus is on formally presenting the heterogeneous rheology Immersed Boundary Method (hrIBM) and validating our model by comparison to experimental results. With this extension of the Immersed Boundary Method (IBM), we use the techniques originally developed in Part I ([19]) to treat biofilms as viscoelastic fluids possessing variable rheological properties anchored to a set of moving locations (i.e., the bacteria locations). In particular, we incorporate spatially continuous variable viscosity and density fields into our model. Although in [14,15], variable viscosity is used in an IBM context to model discrete viscosity changes across interfaces, to our knowledge this work and Part I are the first to apply the IBM to model a continuously variable viscosity field. We validate our modeling approach from Part I by comparing dynamic moduli and compliance moduli computed from our model to data from mechanical characterization experiments on Staphylococcus epidermidis biofilms. The experimental setup is described in [26] in which biofilms are grown and tested in a parallel plate rheometer. In order to initialize the positions of bacteria in the biofilm, experimentally obtained three dimensional coordinate data was used. One of the major conclusions of this effort is that treating the spring-like connections between bacteria as Maxwell or Zener elements provides good agreement with the mechanical characterization data. We also found that initializing the simulations with different coordinate data sets only led to small changes in the mechanical characterization results. Matlab code used to produce results in this paper will be available at https://github.com/MathBioCU/BiofilmSim.

  12. 41 CFR 128-1.5002-8 - Property custodian (PC).

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 41 Public Contracts and Property Management 3 2010-07-01 2010-07-01 false Property custodian (PC... Personal Property Management § 128-1.5002-8 Property custodian (PC). An individual responsible for the... required on all actions affecting the personal property within his jurisdiction. The designation as PC may...

  13. 41 CFR 128-1.5002-8 - Property custodian (PC).

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 41 Public Contracts and Property Management 3 2011-01-01 2011-01-01 false Property custodian (PC... Personal Property Management § 128-1.5002-8 Property custodian (PC). An individual responsible for the... required on all actions affecting the personal property within his jurisdiction. The designation as PC may...

  14. Statistical characteristics of Pc-5 waves at geostationary orbit

    NASA Astrophysics Data System (ADS)

    Kokubun, S.

    The present paper is concerned with an examination of magnetic field data provided by GEOS 2 and 3 satellites. The study has the objecitve to obtain more information regarding the statistical characteristics of Pc5 waves. The data utilized are contained in microfilm plots of the magnetic field observed by the two satellites during the period from 1978 to 1980. Attention is given to ground-satellite correlation of azimuthally-polarized Pc waves, differences in ground-satellite correlations between A-class waves and R-class compressional waves, aspects of delayed Pc5 occurrence, a long-duration Pc5 event lasting for more than three hours, questions of local time dependence of occurrence and frequency, and the relation between compressional Pc5 and magnetospheric substorms.

  15. Advanced vehicle systems assessment. Volume 5: Appendices

    NASA Technical Reports Server (NTRS)

    Hardy, K.

    1985-01-01

    An appendix to the systems assessment for the electric hybrid vehicle project is presented. Included are battery design, battery cost, aluminum vehicle construction, IBM PC computer programs and battery discharge models.

  16. Androgen Receptor-Mediated Growth Suppression of HPr-1AR and PC3-Lenti-AR Prostate Epithelial Cells

    PubMed Central

    Bolton, Eric C.

    2015-01-01

    The androgen receptor (AR) mediates the developmental, physiologic, and pathologic effects of androgens including 5α-dihydrotestosterone (DHT). However, the mechanisms whereby AR regulates growth suppression and differentiation of luminal epithelial cells in the prostate gland and proliferation of malignant versions of these cells are not well understood, though they are central to prostate development, homeostasis, and neoplasia. Here, we identify androgen-responsive genes that restrain cell cycle progression and proliferation of human prostate epithelial cell lines (HPr-1AR and PC3-Lenti-AR), and we investigate the mechanisms through which AR regulates their expression. DHT inhibited proliferation of HPr-1AR and PC3-Lenti-AR, and cell cycle analysis revealed a prolonged G1 interval. In the cell cycle, the G1/S-phase transition is initiated by the activity of cyclin D and cyclin-dependent kinase (CDK) complexes, which relieve growth suppression. In HPr-1AR, cyclin D1/2 and CDK4/6 mRNAs were androgen-repressed, whereas CDK inhibitor, CDKN1A, mRNA was androgen-induced. The regulation of these transcripts was AR-dependent, and involved multiple mechanisms. Similar AR-mediated down-regulation of CDK4/6 mRNAs and up-regulation of CDKN1A mRNA occurred in PC3-Lenti-AR. Further, CDK4/6 overexpression suppressed DHT-inhibited cell cycle progression and proliferation of HPr-1AR and PC3-Lenti-AR, whereas CDKN1A overexpression induced cell cycle arrest. We therefore propose that AR-mediated growth suppression of HPr-1AR involves cyclin D1 mRNA decay, transcriptional repression of cyclin D2 and CDK4/6, and transcriptional activation of CDKN1A, which serve to decrease CDK4/6 activity. AR-mediated inhibition of PC3-Lenti-AR proliferation occurs through a similar mechanism, albeit without down-regulation of cyclin D. Our findings provide insight into AR-mediated regulation of prostate epithelial cell proliferation. PMID:26372468

  17. Potential-Field Geophysical Software for the PC

    USGS Publications Warehouse

    ,

    1995-01-01

    The computer programs of the Potential-Field Software Package run under the DOS operating system on IBM-compatible personal computers. They are used for the processing, display, and interpretation of potential-field geophysical data (gravity- and magnetic-field measurements) and other data sets that can be represented as grids or profiles. These programs have been developed on a variety of computer systems over a period of 25 years by the U.S. Geological Survey.

  18. A model for the harmonic of compressional Pc 5 waves

    NASA Technical Reports Server (NTRS)

    Takahashi, K.; Zanetti, L. J.; Potemra, T. A.; Acuna, M. H.

    1987-01-01

    Compressional Pc 5 magnetic waves in the magnetosphere are a unique phenomenon showing a nonsinusoidal waveform in spite of a well-defined period. Although the waveform can be Fourier-decomposed into the fundamental and the second harmonics, the phase between the two is kept constant from event to event, implying that the waveform is not the result of a chance superposition of two magnetospheric eigenmodes. A phenomenological explanation to this waveform is offered using a field-line configuration model that is a modified version of a previously proposed antisymmetric standing wave. In this model, the location of the equatorial node of field-line displacement is assumed to oscillate with the wave, with a peak-to-peak amplitude greater than 10 percent of the wavelength of the standing wave. The predicted waveform at various magnetic latitudes is found to be in excellent agreement with an observation taken near the magnetic equator by the Active Magnetospheric Particle Tracer Explorers/Charge Composition Explorer spacecraft.

  19. A model for the harmonic of compressional Pc 5 waves

    NASA Astrophysics Data System (ADS)

    Takahashi, K.; Zanetti, L. J.; Potemra, T. A.; Acuna, M. H.

    1987-04-01

    Compressional Pc 5 magnetic waves in the magnetosphere are a unique phenomenon showing a nonsinusoidal waveform in spite of a well-defined period. Although the waveform can be Fourier-decomposed into the fundamental and the second harmonics, the phase between the two is kept constant from event to event, implying that the waveform is not the result of a chance superposition of two magnetospheric eigenmodes. A phenomenological explanation to this waveform is offered using a field-line configuration model that is a modified version of a previously proposed antisymmetric standing wave. In this model, the location of the equatorial node of field-line displacement is assumed to oscillate with the wave, with a peak-to-peak amplitude greater than 10 percent of the wavelength of the standing wave. The predicted waveform at various magnetic latitudes is found to be in excellent agreement with an observation taken near the magnetic equator by the Active Magnetospheric Particle Tracer Explorers/Charge Composition Explorer spacecraft.

  20. T.D.S. spectroscopic databank for spherical tops: DOS version

    NASA Astrophysics Data System (ADS)

    Tyuterev, V. G.; Babikov, Yu. L.; Tashkun, S. A.; Perevalov, V. I.; Nikitin, A.; Champion, J.-P.; Wenger, C.; Pierre, C.; Pierre, G.; Hilico, J.-C.; Loete, M.

    1994-10-01

    T.D.S. (Traitement de Donnees Spectroscopiques or Tomsk-Dijon-Spectroscopy project) is a computer package concerned with high resolution spectroscopy of spherical top molecules like CH4, CF4, SiH4, SiF4, SnH4, GeH4, SF6, etc. T.D.S. contains information, fundamental spectroscopic data (energies, transition moments, spectroscopic constants) recovered from comprehensive modeling and simultaneous fitting of experimental spectra, and associated software written in C. The T.D.S. goal is to provide an access to all available information on vibration-rotation molecular states and transitions including various spectroscopic processes (Stark, Raman, etc.) under extended conditions based on extrapolations of laboratory measurements using validated theoretical models. Applications for T.D.S. may include: education/training in molecular physics, quantum chemistry, laser physics; spectroscopic applications (analysis, laser spectroscopy, atmospheric optics, optical standards, spectroscopic atlases); applications to environment studies and atmospheric physics (remote sensing); data supply for specific databases; and to photochemistry (laser excitation, multiphoton processes). The reported DOS-version is designed for IBM and compatible personal computers.

  1. UPEML Version 2. 0: A machine-portable CDC Update emulator

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

    Mehlhorn, T.A.; Young, M.F.

    1987-05-01

    UPEML is a machine-portable CDC Update emulation program. UPEML is written in ANSI standard Fortran-77 and is relatively simple and compact. It is capable of emulating a significant subset of the standard CDC Update functions, including program library creation and subsequent modification. Machine-portability is an essential attribute of UPEML. UPEML was written primarily to facilitate the use of CDC-based scientific packages on alternate computer systems such as the VAX 11/780 and the IBM 3081. UPEML has also been successfully used on the multiprocessor ELXSI, on CRAYs under both COS and CTSS operating systems, on APOLLO workstations, and on the HP-9000.more » Version 2.0 includes enhanced error checking, full ASCI character support, a program library audit capability, and a partial update option in which only selected or modified decks are written to the compile file. Further enhancements include checks for overlapping corrections, processing of nested calls to common decks, and reads and addfiles from alternate input files.« less

  2. Spatio-energetic cross-talk in photon counting detectors: Numerical detector model (PcTK) and workflow for CT image quality assessment.

    PubMed

    Taguchi, Katsuyuki; Stierstorfer, Karl; Polster, Christoph; Lee, Okkyun; Kappler, Steffen

    2018-05-01

    The interpixel cross-talk of energy-sensitive photon counting x-ray detectors (PCDs) has been studied and an analytical model (version 2.1) has been developed for double-counting between neighboring pixels due to charge sharing and K-shell fluorescence x-ray emission followed by its reabsorption (Taguchi K, et al., Medical Physics 2016;43(12):6386-6404). While the model version 2.1 simulated the spectral degradation well, it had the following problems that has been found to be significant recently: (1) The spectrum is inaccurate with smaller pixel sizes; (2) the charge cloud size must be smaller than the pixel size; (3) the model underestimates the spectrum/counts for 10-40 keV; and (4) the model version 2.1 cannot handlen-tuple-counting withn > 2 (i.e., triple-counting or higher). These problems are inherent to the design of the model version 2.1; therefore, we developed a new model and addressed these problems in this study. We propose a new PCD cross-talk model (version 3.2; Pc TK for "photon counting toolkit") that is based on a completely different design concept from the previous version. It uses a numerical approach and starts with a 2-D model of charge sharing (as opposed to an analytical approach and a 1-D model with version 2.1) and addresses all of the four problems. The model takes the following factors into account: (1) shift-variant electron density of the charge cloud (Gaussian-distributed), (2) detection efficiency, (3) interactions between photons and PCDs via photoelectric effect, and (4) electronic noise. Correlated noisy PCD data can be generated using either a multivariate normal random number generator or a Poisson random number generator. The effect of the two parameters, the effective charge cloud diameter (d 0 ) and pixel size (d pix ), was studied and results were compared with Monte Carlo simulations and the previous model version 2.1. Finally, a script for the workflow for CT image quality assessment has been developed, which

  3. CADNA_C: A version of CADNA for use with C or C++ programs

    NASA Astrophysics Data System (ADS)

    Lamotte, Jean-Luc; Chesneaux, Jean-Marie; Jézéquel, Fabienne

    2010-11-01

    The CADNA library enables one to estimate round-off error propagation using a probabilistic approach. The CADNA_C version enables this estimation in C or C++ programs, while the previous version had been developed for Fortran programs. The CADNA_C version has the same features as the previous one: with CADNA the numerical quality of any simulation program can be controlled. Furthermore by detecting all the instabilities which may occur at run time, a numerical debugging of the user code can be performed. CADNA provides new numerical types on which round-off errors can be estimated. Slight modifications are required to control a code with CADNA, mainly changes in variable declarations, input and output. New version program summaryProgram title: CADNA_C Catalogue identifier: AEGQ_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEGQ_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 60 075 No. of bytes in distributed program, including test data, etc.: 710 781 Distribution format: tar.gz Programming language: C++ Computer: PC running LINUX with an i686 or an ia64 processor, UNIX workstations including SUN, IBM Operating system: LINUX, UNIX Classification: 6.5 Catalogue identifier of previous version: AEAT_v1_0 Journal reference of previous version: Comput. Phys. Comm. 178 (2008) 933 Does the new version supersede the previous version?: No Nature of problem: A simulation program which uses floating-point arithmetic generates round-off errors, due to the rounding performed at each assignment and at each arithmetic operation. Round-off error propagation may invalidate the result of a program. The CADNA library enables one to estimate round-off error propagation in any simulation program and to detect all numerical instabilities that may occur at run time. Solution

  4. Melt crystallization of bisphenol A polycarbonate in PC/zinc sulfonated polystyrene ionomer blend

    NASA Astrophysics Data System (ADS)

    Xu, Liang

    The effects of zinc sulfonated polystyrene ionomer (ZnSPS) on the melt crystallization of bisphenol A polycarbonate (PC) were investigated. Melt crystallization of pure PC is extremely slow due to its rigid chain. In the blend of PC and ZnSPS (PC-ZnSPS), the melt crystallization rate of PC can be enhanced. DSC was used to study the crystallization kinetics of PC in PC-ZnSPS blend. The crystallization of PC at 190°C increased in both partially miscible and miscible blends with ZnSPS. For PC-ZnSPS blend with same PC composition as 80%, the crystallization rate was affected by the sulfonation level of ZnSPS. The induction time of crystallization for a partially miscible blend PC-ZnSPS9.98 (80/20) was 40 minutes, and the crystallization reaches 27% crystallinity within 14 hrs. The induction time for pure PC with the same thermal history was more than 24 hrs. The crystal structure of PC crystal formed in PC-ZnSPS blend was studied by WAXD, which showed no difference from the reported WAXD pattern for pure PC. Molecular weight change of PC was found during the thermal annealing of PC-ZnSPS blend at 190°C, but molecular weight alone cannot explain the change of crystallization rate of PC in PC-ZnSPS blend. Discussion was made to address the mechanisms that are responsible for the crystallization rate enhancement of PC in PC-ZnSPS blend. In order to understand and elucidate the reason for the molecular weight change of PC in PC-ZnSPS blend and its effect on the crystallization of PC, TG, GPC and GC-MS were used to investigate the stability of PC-ZnSPS blend and mixtures of PC with sodium tosylate (NaTS), zinc tosylate (ZnTS) and sodium benzoate (NaBZ). ZnSPS, NaTS and ZnTS undergo desulfonation of the sulfonate group at temperatures above 350°C. The desulfonation process can destabilize PC and lower the maximum mass loss rate temperature of PC for more than 70°C. NaTS, ZnTS and NaBZ have quite different effect on the thermal stability of PC at temperatures below 250

  5. User's Guide for TOUGH2-MP - A Massively Parallel Version of the TOUGH2 Code

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

    Earth Sciences Division; Zhang, Keni; Zhang, Keni

    TOUGH2-MP is a massively parallel (MP) version of the TOUGH2 code, designed for computationally efficient parallel simulation of isothermal and nonisothermal flows of multicomponent, multiphase fluids in one, two, and three-dimensional porous and fractured media. In recent years, computational requirements have become increasingly intensive in large or highly nonlinear problems for applications in areas such as radioactive waste disposal, CO2 geological sequestration, environmental assessment and remediation, reservoir engineering, and groundwater hydrology. The primary objective of developing the parallel-simulation capability is to significantly improve the computational performance of the TOUGH2 family of codes. The particular goal for the parallel simulator ismore » to achieve orders-of-magnitude improvement in computational time for models with ever-increasing complexity. TOUGH2-MP is designed to perform parallel simulation on multi-CPU computational platforms. An earlier version of TOUGH2-MP (V1.0) was based on the TOUGH2 Version 1.4 with EOS3, EOS9, and T2R3D modules, a software previously qualified for applications in the Yucca Mountain project, and was designed for execution on CRAY T3E and IBM SP supercomputers. The current version of TOUGH2-MP (V2.0) includes all fluid property modules of the standard version TOUGH2 V2.0. It provides computationally efficient capabilities using supercomputers, Linux clusters, or multi-core PCs, and also offers many user-friendly features. The parallel simulator inherits all process capabilities from V2.0 together with additional capabilities for handling fractured media from V1.4. This report provides a quick starting guide on how to set up and run the TOUGH2-MP program for users with a basic knowledge of running the (standard) version TOUGH2 code, The report also gives a brief technical description of the code, including a discussion of parallel methodology, code structure, as well as mathematical and numerical

  6. Physical realization of topological quantum walks on IBM-Q and beyond

    NASA Astrophysics Data System (ADS)

    Balu, Radhakrishnan; Castillo, Daniel; Siopsis, George

    2018-07-01

    We discuss an efficient physical realization of topological quantum walks on a one-dimensional finite lattice with periodic boundary conditions (circle). The N-point lattice is realized with {log}}2N qubits, and the quantum circuit utilizes a number of quantum gates that are polynomial in the number of qubits. In a certain scaling limit, we show that a large number of steps are implemented with a number of quantum gates which are independent of the number of steps. We ran the quantum algorithm on the IBM-Q five-qubit quantum computer, thus experimentally demonstrating topological features, such as boundary bound states, on a one-dimensional lattice with N = 4 points.

  7. Meaning in life experience at the end of life: validation of the Hindi version of the Schedule for Meaning in Life Evaluation and a cross-cultural comparison between Indian and German palliative care patients.

    PubMed

    Kudla, Dorothea; Kujur, Julius; Tigga, Sumanti; Tirkey, Prakash; Rai, Punita; Fegg, Martin Johannes

    2015-01-01

    The experience of Meaning in Life (MiL) is a major protective factor against feelings of hopelessness and wishes for hastened death in palliative care (PC) patients. However, most instruments for MiL assessment have been developed only in Western countries so far. Little is known about MiL experience in Asian PC patients. This study aimed to provide a Hindi version of the Schedule for Meaning in Life Evaluation (SMiLE), test its feasibility and validity in Indian PC patients, and compare the results with previous studies in Germany. Indian PC patients in a hospice for the destitute were eligible to participate in this cross-sectional study. In the SMiLE instrument, respondents individually listed MiL-giving areas before rating their satisfaction with and importance of these areas. Overall indices of satisfaction (IoS, range 0-100), weighting (IoW, range 0-100), and weighted satisfaction (IoWS, range 0-100) were calculated. A Hindi forward-backward translation of the SMiLE was made. Two hundred fifty-eight Indian PC patients took part in the study (response rate 93.5%). Convergent validity of the SMiLE was found with the World Health Organization Quality of Life-Brief version (r = 0.17; P = 0.008) and the Idler Index of Religiosity (public religiousness: r = 0.25, P < 0.001 and private religiousness: r = 0.29, P < 0.001). Indian PC patients' IoW was 65.8 ± 22.1, IoS 68.6 ± 17.4, and IoWS 70.2 ± 17.0. In multivariate analyses of covariance, they differed significantly from German PC patients only in IoW (IoW: 84.8 ± 11.5, P < 0.001; IoS: 70.2 ± 19.7; IoWS: 72.0 ± 19.4). Compared with Germans, Indians more often listed spirituality (P < 0.001) and social commitment (P < 0.001) and less often social relations (P = 0.008). Preliminary results indicate good feasibility and validity of the Hindi version of the SMiLE. MiL experience also seems to be a coping resource for Indian PC patients. Copyright © 2015 American Academy of Hospice

  8. MATISSE-v1.5 and MATISSE-v2.0: new developments and comparison with MIRAMER measurements

    NASA Astrophysics Data System (ADS)

    Simoneau, Pierre; Caillault, Karine; Fauqueux, Sandrine; Huet, Thierry; Labarre, Luc; Malherbe, Claire; Rosier, Bernard

    2009-05-01

    MATISSE is a background scene generator developed for the computation of natural background spectral radiance images and useful atmospheric radiatives quantities (radiance and transmission along a line of sight, local illumination, solar irradiance ...). The spectral bandwidth ranges from 0.4 to 14 μm. Natural backgrounds include atmosphere (taking into account spatial variability), low and high altitude clouds, sea and land. The current version MATISSE-v1.5 can be run on SUN and IBM workstations as well as on PC under Windows and Linux environment. An IHM developed under Java environment is also implemented. MATISSE-v2.0 recovers all the MATISSE-v1.5 functionalities, and includes a new sea surface radiance model depending on wind speed, wind direction and the fetch value. The release of this new version in planned for April 2009. This paper gives a description of MATISSE-v1.5 and MATISSE-v2.0 and shows preliminary comparison results between generated images and measured images during the MIRAMER campaign, which hold in May 2008 in the Mediterranean Sea.

  9. IBM-2 calculation with configuration mixing for Ge isotopes

    NASA Astrophysics Data System (ADS)

    Padilla-Rodal, Elizabeth; Galindo-Uribarri, Alfredo

    2005-04-01

    Recent results on Coulomb excitation experiments of radioactive neutron-rich Ge isotopes at the Holifield Radioactive Ion Beam Facility allow the study of the systematic trend of B(E2; 0^+ ->2^+) between the sub-shell closures at N=40 and the N=50 [1]. The new information on the E2 transition strengths constitutes a stringent test for the nuclear models and has motivated us to revisit the use of Interacting Boson Model in this region. We show that the IBM-2 with configuration mixing is a successful model to describe the shape transition phenomena that take place around N=40 in stable germanium isotopes, as well as the predictions given by this model about the evolution of the structure for the radioactive ^78, 80, 82Ge nuclei. [1] E. Padilla-Rodal Ph.D. Thesis UNAM; submitted for publication.

  10. Fuzzy control of small servo motors

    NASA Technical Reports Server (NTRS)

    Maor, Ron; Jani, Yashvant

    1993-01-01

    To explore the benefits of fuzzy logic and understand the differences between the classical control methods and fuzzy control methods, the Togai InfraLogic applications engineering staff developed and implemented a motor control system for small servo motors. The motor assembly for testing the fuzzy and conventional controllers consist of servo motor RA13M and an encoder with a range of 4096 counts. An interface card was designed and fabricated to interface the motor assembly and encoder to an IBM PC. The fuzzy logic based motor controller was developed using the TILShell and Fuzzy C Development System on an IBM PC. A Proportional-Derivative (PD) type conventional controller was also developed and implemented in the IBM PC to compare the performance with the fuzzy controller. Test cases were defined to include step inputs of 90 and 180 degrees rotation, sine and square wave profiles in 5 to 20 hertz frequency range, as well as ramp inputs. In this paper we describe our approach to develop a fuzzy as well as PH controller, provide details of hardware set-up and test cases, and discuss the performance results. In comparison, the fuzzy logic based controller handles the non-linearities of the motor assembly very well and provides excellent control over a broad range of parameters. Fuzzy technology, as indicated by our results, possesses inherent adaptive features.

  11. Injuries and Illnesses of Vietnam War POWs Revisited: IV. Air Force Risk Factors

    DTIC Science & Technology

    2017-03-22

    predominantly aviators imprisoned in North Vietnam. Statistical analyses were performed using SPSS version 19. Pearson correlations were obtained...Repatriated Prisoner of War Initial Medical Evaluation Forms. Department of Defense. Washington, D.C. 5. IBM Corporation (2010). IBM SPSS Statistics for

  12. SeaTrack: Ground station orbit prediction and planning software for sea-viewing satellites

    NASA Technical Reports Server (NTRS)

    Lambert, Kenneth S.; Gregg, Watson W.; Hoisington, Charles M.; Patt, Frederick S.

    1993-01-01

    An orbit prediction software package (Sea Track) was designed to assist High Resolution Picture Transmission (HRPT) stations in the acquisition of direct broadcast data from sea-viewing spacecraft. Such spacecraft will be common in the near future, with the launch of the Sea viewing Wide Field-of-view Sensor (SeaWiFS) in 1994, along with the continued Advanced Very High Resolution Radiometer (AVHRR) series on NOAA platforms. The Brouwer-Lyddane model was chosen for orbit prediction because it meets the needs of HRPT tracking accuracies, provided orbital elements can be obtained frequently (up to within 1 week). Sea Track requires elements from the U.S. Space Command (NORAD Two-Line Elements) for the satellite's initial position. Updated Two-Line Elements are routinely available from many electronic sources (some are listed in the Appendix). Sea Track is a menu-driven program that allows users to alter input and output formats. The propagation period is entered by a start date and end date with times in either Greenwich Mean Time (GMT) or local time. Antenna pointing information is provided in tabular form and includes azimuth/elevation pointing angles, sub-satellite longitude/latitude, acquisition of signal (AOS), loss of signal (LOS), pass orbit number, and other pertinent pointing information. One version of Sea Track (non-graphical) allows operation under DOS (for IBM-compatible personal computers) and UNIX (for Sun and Silicon Graphics workstations). A second, graphical, version displays orbit tracks, and azimuth-elevation for IBM-compatible PC's, but requires a VGA card and Microsoft FORTRAN.

  13. Microcomputer-Aided Control Systems Design.

    ERIC Educational Resources Information Center

    Roat, S. D.; Melsheimer, S. S.

    1987-01-01

    Describes a single input/single output feedback control system design program for IBM PC and compatible microcomputers. Uses a heat exchanger temperature control loop to illustrate the various applications of the program. (ML)

  14. Personal Computer (PC) Thermal Analyzer

    DTIC Science & Technology

    1990-03-01

    demonstrate the power of the PC Thermal Analyzer, it was compared with an existing thermal analysis method. Specifically, the PC Thermal Analyzer was...34Intelligence" I T Kowledge 1 User I Inference e Base I Interface 1i FMechanisms H 1 asI I II - I L m m m m m m - m m i m m - m m - m I- m i m Expert...Temperature in degrees centi- grade? (2) What is the total Heat Output ( power dissipation) in watts?). 25 BOARD ASSEMBLY ~UI U2 aooo 0i0000t00 U15

  15. PC_Eyewitness: evaluating the New Jersey method.

    PubMed

    MacLin, Otto H; Phelan, Colin M

    2007-05-01

    One important variable in eyewitness identification research is lineup administration procedure. Lineups administered sequentially (one at a time) have been shown to reduce the number of false identifications in comparison with those administered simultaneously (all at once). As a result, some policymakers have adopted sequential administration. However, they have made slight changes to the method used in psychology laboratories. Eyewitnesses in the field are allowed to take multiple passes through a lineup, whereas participants in the laboratory are allowed only one pass. PC_Eyewitness (PCE) is a computerized system used to construct and administer simultaneous or sequential lineups in both the laboratory and the field. It is currently being used in laboratories investigating eyewitness identification in the United States, Canada, and abroad. A modified version of PCE is also being developed for a local police department. We developed a new module for PCE, the New Jersey module, to examine the effects of a second pass. We found that the sequential advantage was eliminated when the participants were allowed to view the lineup a second time. The New Jersey module, and steps we are taking to improve on the module, are presented here and are being made available to the research and law enforcement communities.

  16. Economic Evaluation of Voice Recognition (VR) for the Clinician’s Desktop at the Naval Hospital Roosevelt Roads

    DTIC Science & Technology

    1997-09-01

    first PC-based, very large vocabulary dictation system with a continuous natural language free flow approach to speech recognition. (This system allows...indicating the likelihood that a particular stored HMM reference model is the best match for the input. This approach is called the Baum-Welch...InfoCentral, and Envoy 1.0; and Lotus Development Corp.’s SmartSuite 3, Approach 3.0, and Organizer. 2. IBM At a press conference in New York in June 1997, IBM

  17. A SLAM II simulation model for analyzing space station mission processing requirements

    NASA Technical Reports Server (NTRS)

    Linton, D. G.

    1985-01-01

    Space station mission processing is modeled via the SLAM 2 simulation language on an IBM 4381 mainframe and an IBM PC microcomputer with 620K RAM, two double-sided disk drives and an 8087 coprocessor chip. Using a time phased mission (payload) schedule and parameters associated with the mission, orbiter (space shuttle) and ground facility databases, estimates for ground facility utilization are computed. Simulation output associated with the science and applications database is used to assess alternative mission schedules.

  18. Magnesium phthalocyanine(MgPc) thin films as nanomaterials

    NASA Astrophysics Data System (ADS)

    Puri, Munish; Bedi, R. K.; Prakash, G. V.

    2006-05-01

    MgPc is a promising candidate for photovoltaic applications. It can be easily synthesized and is non-toxic to the envioronment. It is a self assembly molecule developed from deep-blue-green pigment. It exhibits a characteristic structural self organization which is reflected in an efficient energy migration in the form of extinction transport. MgPc relates to the similarity with chlorophyll. In the present work thin films of MgPc have been prepared on glass substrate under strict vacuum conditions(10 Â6 torr), thickness of few nanometers. Absorption spectra in Visible and IR regions have been observed which is good for fabrication of Photovoltaic cells and Nanostructures for Photodynamic Cancer Therapy. Appreciable amount of cytotoxicity can be observed while using MgPc as photosensitizers which is a promising PDT agent. The films thus prepared have been studied for their electrical and optical characterizations. Investigations have been made from different stacking positions of molecular MgPc thin films for studying their self-assembling nature that can be useful for their applications as Molecular-Recognition in Drug delivery and sensors which is one of the key features of Nanotechnology.

  19. Mobilization of the relaxable Staphylococcus aureus plasmid pC221 by the conjugative plasmid pGO1 involves three pC221 loci.

    PubMed Central

    Projan, S J; Archer, G L

    1989-01-01

    The Staphylococcus aureus plasmid pC221, a 4.6-kilobase multicopy chloramphenicol resistance plasmid that forms plasmid-protein relaxation complexes, was mobilized for transfer by the conjugative plasmid pGO1. Two open reading frames on the pC221 genome, now designated mobA and mobB, as well as a cis-acting locus, the putative oriT, were shown to be in involved in pC221 mobilization. The mobA (but not mobB) and oriT loci were required for pC221 relaxation, and relaxation was necessary but not sufficient for pC221 mobilization by pGO1. oriT was cloned onto a pE194 derivative and complemented in trans for both relaxation and mobilization. Mobilization of relaxable plasmids in S. aureus appears to be analogous to mobilization by donation observed in gram-negative bacteria. Images PMID:2703461

  20. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (SILICON GRAPHICS VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC

  1. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (SUN4 VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC

  2. TRACER - TRACING AND CONTROL OF ENGINEERING REQUIREMENTS

    NASA Technical Reports Server (NTRS)

    Turner, P. R.

    1994-01-01

    . TRACER can automatically renumber section headers when inserting or deleting sections of a document and generate sign-off forms for any approval process as well as a table of contents. TRACER was implemented on an IBM PC under PC-DOS. The program requires 640K RAM, a hard disk, and PC-DOS version 3.3 or higher. It was written in CLIPPER (Summer '87). TRACER is available on two 5.25 inch 1.2Mb MS-DOS format diskettes. The executable program is also provided with the distribution. TRACER is a copyrighted work with all copyright vested in the National Aeronautics and Space Administration. IBM PC and PC-DOS are registered trademarks of International Business Machines. CLIPPER is a trademark of Nantucket Corporation.

  3. Applications of Multiconductor Transmission Line Theory to the Prediction of Cable Coupling. Volume 7. Digital Computer Programs for the Analysis of Multiconductor Transmission Lines

    DTIC Science & Technology

    1977-07-01

    on an IBM 370/165 computer at The University of Kentucky using the Fortran IV, G level compiler and should be easily implemented on other computers...order as the columns of T. 3.5.3 Subroutines NROOT and EIGEN Subroutines NROOT and EIGEN are a set of subroutines from the IBM Scientific Subroutine...November 1975). [10] System/360 Scientific Subroutine Package, Version III, Fifth Edition (August 1970), IBM Corporation, Technical Publications

  4. Cell-NPE (Numerical Performance Evaluation): Programming the IBM Cell Broadband Engine -- A General Parallelization Strategy

    DTIC Science & Technology

    2008-04-01

    Space GmbH as follows: B. TECHNICAL PRPOPOSA/DESCRIPTION OF WORK Cell: A Revolutionary High Performance Computing Platform On 29 June 2005 [1...IBM has announced that is has partnered with Mercury Computer Systems, a maker of specialized computers . The Cell chip provides massive floating-point...the computing industry away from the traditional processor technology dominated by Intel. While in the past, the development of computing power has

  5. Graphical workstation capability for reliability modeling

    NASA Technical Reports Server (NTRS)

    Bavuso, Salvatore J.; Koppen, Sandra V.; Haley, Pamela J.

    1992-01-01

    In addition to computational capabilities, software tools for estimating the reliability of fault-tolerant digital computer systems must also provide a means of interfacing with the user. Described here is the new graphical interface capability of the hybrid automated reliability predictor (HARP), a software package that implements advanced reliability modeling techniques. The graphics oriented (GO) module provides the user with a graphical language for modeling system failure modes through the selection of various fault-tree gates, including sequence-dependency gates, or by a Markov chain. By using this graphical input language, a fault tree becomes a convenient notation for describing a system. In accounting for any sequence dependencies, HARP converts the fault-tree notation to a complex stochastic process that is reduced to a Markov chain, which it can then solve for system reliability. The graphics capability is available for use on an IBM-compatible PC, a Sun, and a VAX workstation. The GO module is written in the C programming language and uses the graphical kernal system (GKS) standard for graphics implementation. The PC, VAX, and Sun versions of the HARP GO module are currently in beta-testing stages.

  6. Polycomb Group (PcG) Proteins and Human Cancers: Multifaceted Functions and Therapeutic Implications.

    PubMed

    Wang, Wei; Qin, Jiang-Jiang; Voruganti, Sukesh; Nag, Subhasree; Zhou, Jianwei; Zhang, Ruiwen

    2015-11-01

    Polycomb group (PcG) proteins are transcriptional repressors that regulate several crucial developmental and physiological processes in the cell. More recently, they have been found to play important roles in human carcinogenesis and cancer development and progression. The deregulation and dysfunction of PcG proteins often lead to blocking or inappropriate activation of developmental pathways, enhancing cellular proliferation, inhibiting apoptosis, and increasing the cancer stem cell population. Genetic and molecular investigations of PcG proteins have long been focused on their PcG functions. However, PcG proteins have recently been shown to exert non-classical-Pc-functions, contributing to the regulation of diverse cellular functions. We and others have demonstrated that PcG proteins regulate the expression and function of several oncogenes and tumor suppressor genes in a PcG-independent manner, and PcG proteins are associated with the survival of patients with cancer. In this review, we summarize the recent advances in the research on PcG proteins, including both the Pc-repressive and non-classical-Pc-functions. We specifically focus on the mechanisms by which PcG proteins play roles in cancer initiation, development, and progression. Finally, we discuss the potential value of PcG proteins as molecular biomarkers for the diagnosis and prognosis of cancer, and as molecular targets for cancer therapy. © 2015 Wiley Periodicals, Inc.

  7. Program For Generating Interactive Displays

    NASA Technical Reports Server (NTRS)

    Costenbader, Jay; Moleski, Walt; Szczur, Martha; Howell, David; Engelberg, Norm; Li, Tin P.; Misra, Dharitri; Miller, Philip; Neve, Leif; Wolf, Karl; hide

    1991-01-01

    Sun/Unix version of Transportable Applications Environment Plus (TAE+) computer program provides integrated, portable software environment for developing and running interactive window, text, and graphical-object-based application software systems. Enables programmer or nonprogrammer to construct easily custom software interface between user and application program and to move resulting interface program and its application program to different computers. Plus viewed as productivity tool for application developers and application end users, who benefit from resultant consistent and well-designed user interface sheltering them from intricacies of computer. Available in form suitable for following six different groups of computers: DEC VAX station and other VMS VAX computers, Macintosh II computers running AUX, Apollo Domain Series 3000, DEC VAX and reduced-instruction-set-computer workstations running Ultrix, Sun 3- and 4-series workstations running Sun OS and IBM RT/PC and PS/2 compute

  8. Another Program For Generating Interactive Graphics

    NASA Technical Reports Server (NTRS)

    Costenbader, Jay; Moleski, Walt; Szczur, Martha; Howell, David; Engelberg, Norm; Li, Tin P.; Misra, Dharitri; Miller, Philip; Neve, Leif; Wolf, Karl; hide

    1991-01-01

    VAX/Ultrix version of Transportable Applications Environment Plus (TAE+) computer program provides integrated, portable software environment for developing and running interactive window, text, and graphical-object-based application software systems. Enables programmer or nonprogrammer to construct easily custom software interface between user and application program and to move resulting interface program and its application program to different computers. When used throughout company for wide range of applications, makes both application program and computer seem transparent, with noticeable improvements in learning curve. Available in form suitable for following six different groups of computers: DEC VAX station and other VMS VAX computers, Macintosh II computers running AUX, Apollo Domain Series 3000, DEC VAX and reduced-instruction-set-computer workstations running Ultrix, Sun 3- and 4-series workstations running Sun OS and IBM RT/PC's and PS/2 computers running AIX, and HP 9000 S

  9. [Use of computer programs in the education and self-management of patients with insulin-dependent diabetes mellitus].

    PubMed

    Picco, P; Di Rocco, M; Buoncompagni, A; Gandullia, P; Lattere, M; Borrone, C

    1991-01-01

    A computerized program for children and adolescents with insulin dependent diabetes mellitus (IDDM) and their parents has been developed. Our program consists of computed assisted education, of aid to routine insulin dosage self adjustment and of records of home and hospital controls. Technically it has been implemented in DBIII plus: it runs on IBM PC computers (and compatible computers) and MS DOS (version 3.0 and later). Computed assisted education consists of 80 multiples choice questions divided in 2 parts: the first concerns basic informations about diabetes while the second one behavioral attitudes of patient in particular situations. Explanations are displayed after every question, apart from correct of incorrect choice. Help for self-adjustment of routine insulin dosage is offered in the third part. Finally daily home urine and/or blood controls and results of hospital admissions are stored in a database.

  10. A Structured Microprogram Set for the SUMC Computer to Emulate the IBM System/360, Model 50

    NASA Technical Reports Server (NTRS)

    Gimenez, Cesar R.

    1975-01-01

    Similarities between regular and structured microprogramming were examined. An explanation of machine branching architecture (particularly in the SUMC computer), required for ease of structured microprogram implementation is presented. Implementation of a structured microprogram set in the SUMC to emulate the IBM System/360 is described and a comparison is made between the structured set with a nonstructured set previously written for the SUMC.

  11. Clinical aspects of the Mayo/IBM PACS project

    NASA Astrophysics Data System (ADS)

    Forbes, Glenn S.; Morin, Richard L.; Pavlicek, William

    1991-07-01

    A joint project between Mayo Clinic and IBM to develop a picture archival and communications system has been under development for three years. This project began as a potential solution to a pressing archival problem in magnetic resonance imaging. The project has grown to encompass a much larger sphere of activity including workstations, image retrieval, and report archival. This report focuses on the clinical aspects involved in the design, development, and implementation of such a system. In particular, emphasis is placed on the clinical impact of the system both inside and outside of the radiology department. The primary concerns have centered on fidelity of archival data, ease of use, and diagnostic efficacy. The project to date has been limited to neuroradiology practice. This group consists of nine staff radiologists and fellows. Administrative policy decisions regarding the accessibility and available of digital data in the clinical environment have been much more difficult and complex than originally conceived. Based on the observations thus far, the authors believe the system will become a useful and valuable adjunct to clinical practice of radiology.

  12. A Comparison of Two Panasonic Lithium-Ion Batteries and Cells for the IBM Thinkpad

    NASA Technical Reports Server (NTRS)

    Jeevarajan, Judith A.; Cook, Joseph S.; Davies, Francis J.; Collins, Jacob; Bragg, Bobby J.

    2003-01-01

    The IBM Thinkpad 760XD has been used in the Orbiter and International Space Station since 2000. The Thinkpad is powered by a Panasonic Li-ion battery that has a voltage of 10.8 V and 3.0 Ah capacity. This Thinkpad is now being replaced by the IBM Thinkpad A31P which has a Panasonic Li-ion battery that has a voltage of 10.8 V and 4.0 Ah capacity. Both batteries have protective circuit boards. The Panasonic battery for the Thinkpad 760XD had 12 Panasonic 17500 cells of 0.75 Ah capacity in a 4P3S cOnfiguration. The new Panasonic battery has 6 Panasonic 18650 cells of 2.0 Ah capacity in a 2P3S configuration. The batteries and cells for both models have been evaluated for performance and safety. A comparison of the cells under similar test conditions will be presented. The performance of the cells has been evaluated under different rates of charge and discharge and different temperatures. The cells have been tested under abuse conditions and the safety features in the cells evaluated. The protective circuit board in the battery was also tested under conditions of overcharge, overdischarge, short circuit and unbalanced cell configurations. The results of the studies will be presented in this paper.

  13. Version pressure feedback mechanisms for speculative versioning caches

    DOEpatents

    Eichenberger, Alexandre E.; Gara, Alan; O& #x27; Brien, Kathryn M.; Ohmacht, Martin; Zhuang, Xiaotong

    2013-03-12

    Mechanisms are provided for controlling version pressure on a speculative versioning cache. Raw version pressure data is collected based on one or more threads accessing cache lines of the speculative versioning cache. One or more statistical measures of version pressure are generated based on the collected raw version pressure data. A determination is made as to whether one or more modifications to an operation of a data processing system are to be performed based on the one or more statistical measures of version pressure, the one or more modifications affecting version pressure exerted on the speculative versioning cache. An operation of the data processing system is modified based on the one or more determined modifications, in response to a determination that one or more modifications to the operation of the data processing system are to be performed, to affect the version pressure exerted on the speculative versioning cache.

  14. Mixing of MnPc electronic states at the MnPc/Au(110) interface

    NASA Astrophysics Data System (ADS)

    Gargiani, Pierluigi; Lisi, Simone; Avvisati, Giulia; Mondelli, Pierluigi; Fatale, Sara; Betti, Maria Grazia

    2017-10-01

    Manganese-phthalocyanines form assembled chains with a variety of ordered super-structures, flat lying along the Au(110) reconstructed channels. The chains first give rise to a ×5 symmetry reconstruction, while further deposition of MnPc leads to a ×7 periodicity at the completion of the first single layer. A net polarization with the formation of an interface dipole is mainly due to the molecular π-states located on the macrocycles pyrrole rings, while the central metal ion induces a reduction in the polarization, whose amount is related to the Mn-Au interaction. The adsorption-induced interface polarization is compared to other 3d-metal phthalocyanines, to unravel the role of the central metal atom configuration in the interaction process of the d-states. The MnPc adsorption on Au(110) induces the re-hybridization of the electronic states localized on the central metal atom, promoting a charge redistribution of the molecular orbitals of the MnPc molecules. The molecule-substrate interaction is controlled by a symmetry-determined mixing between the electronic states, involving also the molecular empty orbitals with d character hybridized with the nitrogen atoms of the pyrrole ring, as deduced by photoemission and X-ray absorption spectroscopy exploiting light polarization. The symmetry-determined mixing between the electronic states of the Mn metal center and of the Au substrate induces a density of states close to the Fermi level for the ×5 phase.

  15. Gyrokinetic micro-turbulence simulations on the NERSC 16-way SMP IBM SP computer: experiences and performance results

    NASA Astrophysics Data System (ADS)

    Ethier, Stephane; Lin, Zhihong

    2001-10-01

    Earlier this year, the National Energy Research Scientific Computing center (NERSC) took delivery of the second most powerful computer in the world. With its 2,528 processors running at a peak performance of 1.5 GFlops, this IBM SP machine has a theoretical performance of almost 3.8 TFlops. To efficiently harness such computing power in one single code is not an easy task and requires a good knowledge of the computer's architecture. Here we present the steps that we followed to improve our gyrokinetic micro-turbulence code GTC in order to take advantage of the new 16-way shared memory nodes of the NERSC IBM SP. Performance results are shown as well as details about the improved mixed-mode MPI-OpenMP model that we use. The enhancements to the code allowed us to tackle much bigger problem sizes, getting closer to our goal of simulating an ITER-size tokamak with both kinetic ions and electrons.(This work is supported by DOE Contract No. DE-AC02-76CH03073 (PPPL), and in part by the DOE Fusion SciDAC Project.)

  16. 21 CFR 868.2500 - Cutaneous oxygen (PcO2) monitor.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Cutaneous oxygen (PcO2) monitor. 868.2500 Section... (CONTINUED) MEDICAL DEVICES ANESTHESIOLOGY DEVICES Monitoring Devices § 868.2500 Cutaneous oxygen (PcO2) monitor. (a) Identification. A cutaneous oxygen (PcO2) monitor is a noninvasive, heated sensor (e.g., a...

  17. 21 CFR 868.2500 - Cutaneous oxygen (PcO 2) monitor.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 21 Food and Drugs 8 2014-04-01 2014-04-01 false Cutaneous oxygen (PcO 2) monitor. 868.2500 Section... (CONTINUED) MEDICAL DEVICES ANESTHESIOLOGY DEVICES Monitoring Devices § 868.2500 Cutaneous oxygen (PcO 2) monitor. (a) Identification. A cutaneous oxygen (PcO2) monitor is a noninvasive, heated sensor (e.g., a...

  18. 21 CFR 868.2500 - Cutaneous oxygen (PcO 2) monitor.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 21 Food and Drugs 8 2013-04-01 2013-04-01 false Cutaneous oxygen (PcO 2) monitor. 868.2500 Section... (CONTINUED) MEDICAL DEVICES ANESTHESIOLOGY DEVICES Monitoring Devices § 868.2500 Cutaneous oxygen (PcO 2) monitor. (a) Identification. A cutaneous oxygen (PcO2) monitor is a noninvasive, heated sensor (e.g., a...

  19. 21 CFR 868.2500 - Cutaneous oxygen (PcO2) monitor.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 21 Food and Drugs 8 2011-04-01 2011-04-01 false Cutaneous oxygen (PcO2) monitor. 868.2500 Section... (CONTINUED) MEDICAL DEVICES ANESTHESIOLOGY DEVICES Monitoring Devices § 868.2500 Cutaneous oxygen (PcO2) monitor. (a) Identification. A cutaneous oxygen (PcO2) monitor is a noninvasive, heated sensor (e.g., a...

  20. 21 CFR 868.2500 - Cutaneous oxygen (PcO2) monitor.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 21 Food and Drugs 8 2012-04-01 2012-04-01 false Cutaneous oxygen (PcO2) monitor. 868.2500 Section... (CONTINUED) MEDICAL DEVICES ANESTHESIOLOGY DEVICES Monitoring Devices § 868.2500 Cutaneous oxygen (PcO2) monitor. (a) Identification. A cutaneous oxygen (PcO2) monitor is a noninvasive, heated sensor (e.g., a...

  1. OCEAN-PC and a distributed network for ocean data

    NASA Technical Reports Server (NTRS)

    Mclain, Douglas R.

    1992-01-01

    The Intergovernmental Oceanographic Commission (IOC) wishes to develop an integrated software package for oceanographic data entry and access in developing countries. The software, called 'OCEAN-PC', would run on low cost PC microcomputers and would encourage and standardize: (1) entry of local ocean observations; (2) quality control of the local data; (3) merging local data with historical data; (4) improved display and analysis of the merged data; and (5) international data exchange. OCEAN-PC will link existing MS-DOS oceanographic programs and data sets with table-driven format conversions. Since many ocean data sets are now being distributed on optical discs (Compact Discs - Read Only Memory, CD-ROM, Mass et al. 1987), OCEAN-PC will emphasize access to CD-ROMs.

  2. The IBM PC as an Online Search Machine. Part 6: Uploading.

    ERIC Educational Resources Information Center

    Kolner, Stuart J.

    1986-01-01

    This discussion of uploading (the transmission of information from local memory to a remote system) covers benefits, disadvantages, host system features, technical aspects, and four examples of uploading using CROSSTALK. Examples include function keys, searcher assistance with commonly-used terms, the use of hedges and boiler-plate searching, and…

  3. Allowable residual contamination levels of radionuclides in soil from pathway analysis

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

    Nyquist, J.E.; Baes, C.F. III

    1987-01-01

    The uncertainty regarding radionuclide distributions among Remedial Action Program (RAP) sites and long-term decommissioning and closure options for these sites requires a flexible approach capable of handling different levels of contamination, dose limits, and closure scenarios. We identified a commercially available pathway analysis model, DECOM, which had been used previously in support of remedial activities involving contaminated soil at the Savannah River Plant. The DECOM computer code, which estimates concentrations of radionuclides uniformly distributed in soil that correspond to an annual effective dose equivalent, is written in BASIC and runs on an IBM PC or compatible microcomputer. We obtained themore » latest version of DECOM and modified it to make it more user friendly and applicable to the Oak Ridge National Laboratory (ORNL) RAP. Some modifications involved changes in default parameters or changes in models based on approaches used by the EPA in regulating remedial actions for hazardous substances. We created a version of DECOM as a LOTUS spreadsheet, using the same models as the BASIC version of DECOM. We discuss the specific modeling approaches taken, the regulatory framework that guided our efforts, the strengths and limitations of each approach, and areas for improvement. We also demonstrate how the LOTUS version of DECOM can be applied to specific problems that may be encountered during ORNL RAP activities. 18 refs., 2 figs., 3 tabs.« less

  4. Reviews.

    ERIC Educational Resources Information Center

    Science Teacher, 1988

    1988-01-01

    Reviews four software packages available for IBM PC or Apple II. Includes "Graphical Analysis III"; "Space Max: Space Station Construction Simulation"; "Guesstimation"; and "Genetic Engineering Toolbox." Focuses on each packages' strengths in a high school context. (CW)

  5. JSD: Parallel Job Accounting on the IBM SP2

    NASA Technical Reports Server (NTRS)

    Saphir, William; Jones, James Patton; Walter, Howard (Technical Monitor)

    1995-01-01

    The IBM SP2 is one of the most promising parallel computers for scientific supercomputing - it is fast and usually reliable. One of its biggest problems is a lack of robust and comprehensive system software. Among other things, this software allows a collection of Unix processes to be treated as a single parallel application. It does not, however, provide accounting for parallel jobs other than what is provided by AIX for the individual process components. Without parallel job accounting, it is not possible to monitor system use, measure the effectiveness of system administration strategies, or identify system bottlenecks. To address this problem, we have written jsd, a daemon that collects accounting data for parallel jobs. jsd records information in a format that is easily machine- and human-readable, allowing us to extract the most important accounting information with very little effort. jsd also notifies system administrators in certain cases of system failure.

  6. Fluorescence of Pc 4 in U87 cells following photodynamic therapy

    NASA Astrophysics Data System (ADS)

    Varghai, Davood; Azizuddin, Kashif; Ahmad, Yusra; Oleinick, Nancy L.; Dean, David

    2007-02-01

    Introduction: Given the length of procedures and the brightness of operating room lights, there is concern that photosensitizers used to locate brain tumors and treat them with photodynamic therapy (PDT) may photobleach before they can be fully utilized. The phthalocyanine photosensitizer Pc 4 is resistant to photobleaching. In this study, we tested the hypothesis that exposure of Pc 4-loaded glioma cells to photoactivating light will result in continuing fluorescence of Pc 4. Methods: U87 human glioma cells were cultured in MEM with 5% penicillin/streptomycin, 5% sodium pyruvate, 10% fetal bovine serum, and 25 mM HEPES. These cultures were given 0 or 125 nM Pc 4, followed 2 hours later by three separate exposures of 200 J/cm2 of red light (λ max = 675 nm). Confocal fluorescence images were collected before and after each exposure. Results: Pc 4 fluorescence was localized to cytoplasmic membranes of the U87 glioma cells, as previously seen in other types of cells. After exposure to PDT, Pc 4 fluorescence was not reduced and even increased. Discussion: Pc 4 may be useful for the intra-operative detection of glioma by fluorescence and for PDT, since neither Pc 4 level nor its fluorescence is likely to decrease during exposure to operating room lights.

  7. Differential regulation of gene expression of neurotensin and prohormone convertases PC1 and PC2 in the bovine ocular ciliary epithelium: possible implications on neurotensin processing.

    PubMed

    Ortego, Javier; Wollmann, Guido; Coca-Prados, Miguel

    2002-11-15

    Prohormone convertases PC1 and PC2 are enzymes involved in the intracellular processing of pro-neurotensin/neuromedin N (pro-NT/NN) through the regulated secretory pathway. In this study, we present evidence of the differential gene expression of pro-NT/NN, pro-PC1 and pro-PC2 in two cell lines established from the neuroendocrine ocular ciliary epithelium. Dexamethasone and forskolin were found to synergistically up-regulate NT/NN mRNA expression in both cell types. The pigmented cells released NT, and this release was enhanced by agents that induced its biosynthesis. In contrast, nonpigmented cells exhibited a significantly reduced neurotensin secretion in response to inducers, leading to an accumulation of the peptide. PC1 and PC2 mRNA expression was induced in a cell-specific manner by the same agents that enhanced pro-NT/NN biosynthesis. These results demonstrate cell-specific processing of pro-NT/NN by the ciliary epithelium. Copyright 2002 Elsevier Science Ireland Ltd.

  8. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (DEC RISC ULTRIX VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC

  9. The Linux operating system: An introduction

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1995-01-01

    Linux is a Unix-like operating system for Intel 386/486/Pentium based IBM-PCs and compatibles. The kernel of this operating system was written from scratch by Linus Torvalds and, although copyrighted by the author, may be freely distributed. A world-wide group has collaborated in developing Linux on the Internet. Linux can run the powerful set of compilers and programming tools of the Free Software Foundation, and XFree86, a port of the X Window System from MIT. Most capabilities associated with high performance workstations, such as networking, shared file systems, electronic mail, TeX, LaTeX, etc. are freely available for Linux. It can thus transform cheap IBM-PC compatible machines into Unix workstations with considerable capabilities. The author explains how Linux may be obtained, installed and networked. He also describes some interesting applications for Linux that are freely available. The enormous consumer market for IBM-PC compatible machines continually drives down prices of CPU chips, memory, hard disks, CDROMs, etc. Linux can convert such machines into powerful workstations that can be used for teaching, research and software development. For professionals who use Unix based workstations at work, Linux permits virtually identical working environments on their personal home machines. For cost conscious educational institutions Linux can create world-class computing environments from cheap, easily maintained, PC clones. Finally, for university students, it provides an essentially cost-free path away from DOS into the world of Unix and X Windows.

  10. Temperature-assisted morphological transition in CuPc thin films

    NASA Astrophysics Data System (ADS)

    Bae, Yu Jeong; Pham, Thi Kim Hang; Kim, Tae Hee

    2016-05-01

    Ex-situ and in-situ morphological analyses were performed for Cu-phthalocyanine (CuPc) organic semiconductor films by using atomic force microscopy (AFM) and reflection high-energy electron diffraction (RHEED). The focus was the effects of post-annealing on the structural characteristics of CuPc films grown on MgO(001) layers by using an ultra-high-vacuum thermal evaporator. Sphere-to-nanofibril and 2-D to 3-D morphological transitions were observed with increasing CuPc thickness beyond 3 nm. The surface morphology and the crystallinity were drastically improved after an additional cooling of the post-annealed CuPc films thinner than 3 nm. Our results highlight that molecular orientation and structural ordering can be effectively controlled by using different temperature treatments and a proper combination of material, film thickness, and substrate.

  11. Cusp-related Pc3-5 Wave Activity

    NASA Astrophysics Data System (ADS)

    Pilipenko, V.; Engebretson, M. J.; Kozlovsky, A.; Belakhovsky, V.; Lessard, M.; Yeoman, T. K.

    2009-12-01

    Pc3-5 pulsations were found to be an ubiquitous element of dayside ULF wave activity at the cusp region. We examine observations of Pc3-5 wave activity by search coil and flux-gate magnetometers at three locations on Svalbard, covering geomagnetic latitudes 74o-76o. To identify the ionospheric projections of the cusp, we use the width of the return signal from the SuperDARN Finland radar covering the Svalbard archipelago. The ULF meridional spatial structure is examined using the amplitude-phase gradient technique. This analysis shows no specific mode conversion pattern near the cusp region. The amplitude gradient mainly has the same direction at all frequencies, and only during periods when the cusp is shifted to very high latitudes, the gradient may change sign. The phase delay is chaotic and does not show any consistent pattern. This behavior corresponds to the occurrence of a localized peak in the latitudinal distribution of Pc3-5 power, but not under the cusp proper as was previously thought, but about several degrees southward from the equatorward cusp boundary. We suppose that compressional Pc3 fluctuations leaking from the magnetosheath into the entry layer of the magnetosphere can modulate the precipitating electron fluxes, which produce the ground response.

  12. Virtual Reality at the PC Level

    NASA Technical Reports Server (NTRS)

    Dean, John

    1998-01-01

    The main objective of my research has been to incorporate virtual reality at the desktop level; i.e., create virtual reality software that can be run fairly inexpensively on standard PC's. The standard language used for virtual reality on PC's is VRML (Virtual Reality Modeling Language). It is a new language so it is still undergoing a lot of changes. VRML 1.0 came out only a couple years ago and VRML 2.0 came out around last September. VRML is an interpreted language that is run by a web browser plug-in. It is fairly flexible in terms of allowing you to create different shapes and animations. Before this summer, I knew very little about virtual reality and I did not know VRML at all. I learned the VRML language by reading two books and experimenting on a PC. The following topics are presented: CAD to VRML, VRML 1.0 to VRML 2.0, VRML authoring tools, VRML browsers, finding virtual reality applications, the AXAF project, the VRML generator program, web communities and future plans.

  13. Pc-based car license plate reading

    NASA Astrophysics Data System (ADS)

    Tanabe, Katsuyoshi; Marubayashi, Eisaku; Kawashima, Harumi; Nakanishi, Tadashi; Shio, Akio

    1994-03-01

    A PC-based car license plate recognition system has been developed. The system recognizes Chinese characters and Japanese phonetic hiragana characters as well as six digits on Japanese license plates. The system consists of a CCD camera, vehicle sensors, a strobe unit, a monitoring center, and an i486-based PC. The PC includes in its extension slots: a vehicle detector board, a strobe emitter board, and an image grabber board. When a passing vehicle is detected by the vehicle sensors, the strobe emits a pulse of light. The light pulse is synchronized with the time the vehicle image is frozen on an image grabber board. The recognition process is composed of three steps: image thresholding, character region extraction, and matching-based character recognition. The recognition software can handle obscured characters. Experimental results for hundreds of outdoor images showed high recognition performance within relatively short performance times. The results confirmed that the system is applicable to a wide variety of applications such as automatic vehicle identification and travel time measurement.

  14. Deep learning for medical image segmentation - using the IBM TrueNorth neurosynaptic system

    NASA Astrophysics Data System (ADS)

    Moran, Steven; Gaonkar, Bilwaj; Whitehead, William; Wolk, Aidan; Macyszyn, Luke; Iyer, Subramanian S.

    2018-03-01

    Deep convolutional neural networks have found success in semantic image segmentation tasks in computer vision and medical imaging. These algorithms are executed on conventional von Neumann processor architectures or GPUs. This is suboptimal. Neuromorphic processors that replicate the structure of the brain are better-suited to train and execute deep learning models for image segmentation by relying on massively-parallel processing. However, given that they closely emulate the human brain, on-chip hardware and digital memory limitations also constrain them. Adapting deep learning models to execute image segmentation tasks on such chips, requires specialized training and validation. In this work, we demonstrate for the first-time, spinal image segmentation performed using a deep learning network implemented on neuromorphic hardware of the IBM TrueNorth Neurosynaptic System and validate the performance of our network by comparing it to human-generated segmentations of spinal vertebrae and disks. To achieve this on neuromorphic hardware, the training model constrains the coefficients of individual neurons to {-1,0,1} using the Energy Efficient Deep Neuromorphic (EEDN)1 networks training algorithm. Given the 1 million neurons and 256 million synapses, the scale and size of the neural network implemented by the IBM TrueNorth allows us to execute the requisite mapping between segmented images and non-uniform intensity MR images >20 times faster than on a GPU-accelerated network and using <0.1 W. This speed and efficiency implies that a trained neuromorphic chip can be deployed in intra-operative environments where real-time medical image segmentation is necessary.

  15. Release of Full-Length PrPC from Cultured Neurons Following Neurotoxic Challenge

    PubMed Central

    Wang, Kevin K. W.; Zoltewicz, J. Susie; Chiu, Allen; Zhang, Zhiqun; Rubenstein, Richard

    2012-01-01

    The susceptibility of the normal cellular prion protein isoform, cellular prion protein (PrPC), to proteolytic digestion has been well documented. In addition, a link between PrPC and the cytosolic protease, calpain, has been reported although the specifics of the interaction remain unclear. We performed in vitro and in cell-based studies to examine this relationship. We observed that human recombinant PrP (HrPrP) was readily cleaved by calpain-1 and -2, and we have identified and defined the targeted cleavage sites. In contrast, HrPrP was resistant to caspase-3 digestion. Unexpectedly, when brain lysates from PrPC-expressing mice were treated with calpain, no appreciable loss of the intact PrPC, nor the appearance of PrPC breakdown products (BDPs) were observed, even though alpha II-spectrin was converted to its signature calpain-induced BDPs. In addition, when rat cerebrocortical neuronal cultures (RtCNC) were subjected to the two neurotoxins at subacute levels, maitotoxin (MTX) and N-methyl-d-aspartate (NMDA), PrPC-BDPs were also not detectable. However, a novel finding from these cell-based studies is that apparently full-length, mature PrPC is released into culture media from RtCNC challenged with subacute doses of MTX and NMDA. Calpain inhibitor SNJ-1945 and caspase inhibitor IDN-6556 did not attenuate the release of PrPC. Similarly, the lysosomal protease inhibitor, NH4Cl, and the proteasome inhibitor, lactacystin, did not significantly alter the integrity of PrPC or its release from the RtCNC. In conclusion, rat neuronal PrPC is not a significant target for proteolytic modifications during MTX and NMDA neurotoxic challenges. However, the robust neurotoxin-mediated release of full-length PrPC into the cell culture media suggests an unidentified neuroprotective mechanism for PrPC. PMID:23093947

  16. Psychometric properties of the Persian version of the Intensive and Critical Care Nursing Competence Scale version-1 (ICCN-CS-1)

    PubMed Central

    Shouryabi, Ali Asghar; Ghahrisarabi, Alireza; Anboohi, Sima Zohari; Nasiri, Malihe; Rassouli, Maryam

    2017-01-01

    Background Nursing competence is highly related to patient outcomes and patient safety issues, especially in intensive care units. Competence assessment tools are needed specifically for intensive care nursing. Objective This study was performed to determine psychometric properties of the Intensive and Critical Care Nursing Competence Scale version-1 between Iranian Nurses. Methods The present study was a methodological research in which 289 nurses of Intensive Care Units from nine hospitals in Shahid Beheshti University of Medical Sciences in Tehran were selected between 2015 and 2016. The original version of the scale was translated into Persian and back-translated into English, and the comments of the developer were applied. The validity of the scale was the determined quality (content validity and face validity) and quantity (confirmatory factor analysis). Reliability of the scale was reported by Cronbach’s alpha coefficient and Intra class Correlation Coefficient. SPSS-PC (v.21) and LISREL (v.8.5) were used to analyze the data. Results The intensive and critical care nursing competence scale version-1 is a self-assessment test that consists of 144 items and four domains which are the knowledge base, the skill base, the attitudes and values base and the experience base, which are divided into clinical competence and professional competence. Content and face validity was confirmed by 10 experts and 10 practitioner nurses in the intensive care units. In confirmatory factor analysis, all fitness indexes, except goodness of fit index (0.64), confirmed the four-factor structure of the ICCN-CS-1. The results of the factor analysis, load factor between 0.304 and 0.727 items was estimated; only 4 items out of 144 items, that were loaded were less than 0.3 due to high Cronbach’s alpha coefficient (0.984–0.986), all items were preserved, no item was removed and 4 subscales of the original scale were confirmed. Conclusion The results of this study indicated that the

  17. Psychometric properties of the Persian version of the Intensive and Critical Care Nursing Competence Scale version-1 (ICCN-CS-1).

    PubMed

    Shouryabi, Ali Asghar; Ghahrisarabi, Alireza; Anboohi, Sima Zohari; Nasiri, Malihe; Rassouli, Maryam

    2017-11-01

    Nursing competence is highly related to patient outcomes and patient safety issues, especially in intensive care units. Competence assessment tools are needed specifically for intensive care nursing. This study was performed to determine psychometric properties of the Intensive and Critical Care Nursing Competence Scale version-1 between Iranian Nurses. The present study was a methodological research in which 289 nurses of Intensive Care Units from nine hospitals in Shahid Beheshti University of Medical Sciences in Tehran were selected between 2015 and 2016. The original version of the scale was translated into Persian and back-translated into English, and the comments of the developer were applied. The validity of the scale was the determined quality (content validity and face validity) and quantity (confirmatory factor analysis). Reliability of the scale was reported by Cronbach's alpha coefficient and Intra class Correlation Coefficient. SPSS-PC (v.21) and LISREL (v.8.5) were used to analyze the data. The intensive and critical care nursing competence scale version-1 is a self-assessment test that consists of 144 items and four domains which are the knowledge base, the skill base, the attitudes and values base and the experience base, which are divided into clinical competence and professional competence. Content and face validity was confirmed by 10 experts and 10 practitioner nurses in the intensive care units. In confirmatory factor analysis, all fitness indexes, except goodness of fit index (0.64), confirmed the four-factor structure of the ICCN-CS-1. The results of the factor analysis, load factor between 0.304 and 0.727 items was estimated; only 4 items out of 144 items, that were loaded were less than 0.3 due to high Cronbach's alpha coefficient (0.984-0.986), all items were preserved, no item was removed and 4 subscales of the original scale were confirmed. The results of this study indicated that the Persian version of "The Intensive and Critical Care

  18. Identification and characterization of three Penicillium chrysogenum α-l-arabinofuranosidases (PcABF43B, PcABF51C, and AFQ1) with different specificities toward arabino-oligosaccharides.

    PubMed

    Shinozaki, Ayaka; Hosokawa, Sachiko; Nakazawa, Masami; Ueda, Mitsuhiro; Sakamoto, Tatsuji

    2015-06-01

    We previously described four α-l-arabinofuranosidases (ABFs) secreted by Penicillium chrysogenum 31B. Here, we cloned the fifth and sixth genes (Pcabf43B and Pcabf51C) encoding the ABFs PcABF43B and PcABF51C in this strain and overexpressed these genes in Escherichia coli. The deduced amino acid sequences of PcABF43B and PcABF51C were highly similar to putative ABFs belonging to glycoside hydrolase families 43 and 51, respectively. Semiquantitative reverse transcription polymerase chain reaction indicated that both genes were induced by arabinose, arabinitol, arabinan, and arabinoxylan; however, the Pcabf51C gene was constitutively expressed at low levels in P. chrysogenum 31B. PcABF43B had optimal activity at 20°C and pH 5-6, indicating that this enzyme was psychrophilic and had the lowest optimal temperature reported for ABFs. PcABF51C had optimal activity at 45°C and pH 6-7. Both recombinant enzymes showed high activity on arabino-oligosaccharides, but little activity on arabinose-containing polysaccharides, such as l-arabinan. Next, we compared the substrate specificities of PcABF43B, PcABF51C, and AFQ1, a P. chrysogenum ABF that preferentially degraded oligosaccharides over polysaccharides. PcABF43B was found to preferentially hydrolyze (1→3)-linkages in branched arabino-oligosaccharides and released only a small amount of arabinose from linear α-1,5-arabino-oligosaccharides. In contrast, AFQ1 and PcABF51C showed higher activities on linear arabino-oligosaccharides than on branched arabino-oligosaccharides. AFQ1 showed high catalytic efficiencies for α-1,5-l-arabinofuranobiose (α-1,5-Ara2) and α-1,5-l-arabinofuranotriose (α-1,5-Ara3) at the same level. In contrast, intracellular PcABF51C showed much higher catalytic efficiency for α-1,5-Ara2 than for α-1,5-Ara3. Copyright © 2015 Elsevier Inc. All rights reserved.

  19. Gene organization and alternative splicing of human prohormone convertase PC8.

    PubMed Central

    Goodge, K A; Thomas, R J; Martin, T J; Gillespie, M T

    1998-01-01

    The mammalian Ca2+-dependent serine protease prohormone convertase PC8 is expressed ubiquitously, being transcribed as 3.5, 4.3 and 6.0 kb mRNA isoforms in various tissues. To determine the origin of these various mRNA isoforms we report the characterization of the human PC8 gene, which has been previously localized to chromosome 11q23-24. Consisting of 16 exons, the human PC8 gene spans approx. 27 kb. A comparison of the position of intron-exon junctions of the human PC8 gene with the gene structures of previously reported prohormone convertase genes demonstrated a divergence of the human PC8 from the highly conserved nature of the gene organization of this enzyme family. The nucleotide sequence of the 5'-flanking region of the human PC8 is reported and possesses putative promoter elements characteristic of a GC-rich promoter. Further supporting the potential role of a GC-rich promoter element, multiple transcriptional initiation sites within a 200 bp region were demonstrated. We propose that the various mRNA isoforms of PC8 result from the inclusion of intronic sequences within transcripts. PMID:9820811

  20. 76 FR 39473 - Proposed Collection; Comment Request for Form 1120-PC

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-07-06

    ... 1120-PC AGENCY: Internal Revenue Service (IRS), Treasury. ACTION: Notice and request for comments... comments concerning Form 1120-PC, U.S. Property and Casualty Insurance Company Income Tax Return. DATES... Casualty Insurance Company Income Tax Return. OMB Number: 1545-1027. Form Number: Form 1120-PC. Abstract...

  1. An IBM-3 analysis of the nuclei just beyond the magic numbers N = Z = 28

    NASA Astrophysics Data System (ADS)

    Elliott, J. P.; Evans, J. A.; Lac, V. S.; Long, G. L.

    1996-02-01

    The isospin-invariant form IBM-3 of the interacting boson model has been used to study energies and electromagnetic properties of the isotopes of nickel, zinc, germanium and selenium in the first half of the 1p {3}/{2}, 0f {5}/{2} and 1p {1}/{2} shell. The hamiltonian and electromagnetic operators vary with boson number and isospin in a manner determined by a mapping into the shell-model based on seniority and reduced isospin.

  2. Method of mounting a PC board to a hybrid

    NASA Technical Reports Server (NTRS)

    O'Coin, James R. (Inventor)

    1999-01-01

    A system for mounting a hybrid electronic component to a PC board is disclosed. The system includes a set of brackets for mutually engaging a first surface of the PC board and a cover surface of the hybrid electronic component, wherein the cover surface has an arcuate shape when in a vacuum environment. The brackets are designed with legs having lengths and thicknesses for providing clearance between the cover surface of the hybrid and the first surface of the PC board for use when the hybrid electronic component is in a vacuum environment.

  3. A photometric map of interstellar reddening within 100 PC

    NASA Astrophysics Data System (ADS)

    Perry, C. L.; Johnston, L.; Crawford, D. L.

    1982-12-01

    Color excesses and distances are calculated for 300 bright, northern, late F stars using uvby beta photometric indices. The data allow an extension of the earlier maps by Perry and Johnston of the spatial distribution of interstellar reddening into the local (r less than 100 pc) solar neighborhood. Some definite conclusions are made regarding the distribution of interstellar dust in the northern hemisphere and within 300 pc of the sun by merging these results and the polarimetric observations by Tinbergen (1982) for 180 stars within 35 pc of the sun.

  4. EMERALD REVISION 1; PWR accident activity release. [IBM360,370; FORTRAN IV

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

    Fowler, T.B.; Tobias, M.L.; Fox, J.N.

    The EMERALD program is designed for the calculation of radiation releases and exposures resulting from abnormal operation of a large pressurized water reactor (PWR). The approach used in EMERALD is similar to an analog simulation of a real system. Each component or volume in the plant which contains a radioactive material is represented by a subroutine which keeps track of the production, transfer, decay and absorption of radioactivity in that volume. During the course of the analysis of an accident, activity is transferred from subroutine to subroutine in the program as it would be transferred from place to place inmore » the plant. For example, in the calculation of the doses resulting from a loss-of-coolant accident the program first calculates the activity built up in the fuel before the accident, then releases some of this activity to the containment volume. Some of this activity is then released to the atmosphere. The rates of transfer, leakage, production, cleanup, decay, and release are read in as input to the program. Subroutines are also included which calculate the on-site and off-site radiation exposures at various distances for individual isotopes and sums of isotopes. The program contains a library of physical data for the twenty-five isotopes of most interest in licensing calculations, and other isotopes can be added or substituted. Because of the flexible nature of the simulation approach, the EMERALD program can be used for most calculations involving the production and release of radioactive materials during abnormal operation of a PWR. These include design, operational, and licensing studies.IBM360,370; FORTRAN IV; OS/360,370 (IBM360,370); 520K bytes of memory are required..« less

  5. Polycomb Group (PcG) Proteins and Human Cancers: Multifaceted Functions and Therapeutic Implications

    PubMed Central

    Wang, Wei; Qin, Jiang-Jiang; Voruganti, Sukesh; Nag, Subhasree; Zhou, Jianwei; Zhang, Ruiwen

    2016-01-01

    Polycomb group (PcG) proteins are transcriptional repressors that regulate several crucial developmental and physiological processes in the cell. More recently, they have been found to play important roles in human carcinogenesis and cancer development and progression. The deregulation and dysfunction of PcG proteins often lead to blocking or inappropriate activation of developmental pathways, enhancing cellular proliferation, inhibiting apoptosis, and increasing the cancer stem cell population. Genetic and molecular investigations of PcG proteins have long been focused on their PcG functions. However, PcG proteins have recently been shown to exert non-polycomb functions, contributing to the regulation of diverse cellular functions. We and others have demonstrated that PcG proteins regulate the expression and function of several oncogenes and tumor suppressor genes in a PcG-independent manner, and PcG proteins are associated with the survival of patients with cancer. In this review, we summarize the recent advances in the research on PcG proteins, including both the polycomb-repressive and non-polycomb functions. We specifically focus on the mechanisms by which PcG proteins play roles in cancer initiation, development, and progression. Finally, we discuss the potential value of PcG proteins as molecular biomarkers for the diagnosis and prognosis of cancer, and as molecular targets for cancer therapy. PMID:26227500

  6. Aspartame-induced apoptosis in PC12 cells.

    PubMed

    Horio, Yukari; Sun, Yongkun; Liu, Chuang; Saito, Takeshi; Kurasaki, Masaaki

    2014-01-01

    Aspartame is an artificial sweetner added to many low-calorie foods. The safety of aspartame remains controversial even though there are many studies on its risks. In this study, to understand the physiological effects of trace amounts of artificial sweetners on cells, the effects of aspartame on apoptosis were investigated using a PC12 cell system. In addition, the mechanism of apoptosis induced by aspartame in PC12 cells and effects on apoptotic factors such as cytochrome c, apoptosis-inducing factor, and caspase family proteins were studied by Western blotting and RT-PCR. Aspartame-induced apoptosis in PC12 cells in a dose-dependent manner. In addition, aspartame exposure increased the expressions of caspases 8 and 9, and cytochrome c. These results indicate that aspartame induces apoptosis mainly via mitochondrial pathway involved in apoptosis due to oxigen toxicity. Copyright © 2013 Elsevier B.V. All rights reserved.

  7. Software List.

    ERIC Educational Resources Information Center

    Computers in Chemical Education Newsletter, 1984

    1984-01-01

    Lists and briefly describes computer programs recently added to those currently available from Project SERAPHIM. Program name, subject, hardware, author, supplier, and current cost are provided in separate listings for Apple, Atari, Pet, VIC-20, TRS-80, and IBM-PC. (JN)

  8. DDN (Defence Data Network) Protocol Implementations and Vendors Guide

    DTIC Science & Technology

    1988-08-01

    Artificial Intelligence Laboratory Room NE43-723 545 Technology Square Cambridge, MA 02139 (617) 253-8843 S John Wroclawski, (JTW@AI.AJ.MIT.EDU...Massachusetts Institute of Technology Artificial Intelligence Laboratory Room NE43-743 545 Technology Square 0 Cambridge, MA 02139 (617) 253-7885 ORDERING...TCP/IP Network Software for PC-DOS Systems CPU: IBM-PC/XT/AT/compatible in conjunction with EXOS 205 Inteligent Ethernet Controller for PCbus 0/s

  9. NASTRAN data generation of helicopter fuselages using interactive graphics. [preprocessor system for finite element analysis using IBM computer

    NASA Technical Reports Server (NTRS)

    Sainsbury-Carter, J. B.; Conaway, J. H.

    1973-01-01

    The development and implementation of a preprocessor system for the finite element analysis of helicopter fuselages is described. The system utilizes interactive graphics for the generation, display, and editing of NASTRAN data for fuselage models. It is operated from an IBM 2250 cathode ray tube (CRT) console driven by an IBM 370/145 computer. Real time interaction plus automatic data generation reduces the nominal 6 to 10 week time for manual generation and checking of data to a few days. The interactive graphics system consists of a series of satellite programs operated from a central NASTRAN Systems Monitor. Fuselage structural models including the outer shell and internal structure may be rapidly generated. All numbering systems are automatically assigned. Hard copy plots of the model labeled with GRID or elements ID's are also available. General purpose programs for displaying and editing NASTRAN data are included in the system. Utilization of the NASTRAN interactive graphics system has made possible the multiple finite element analysis of complex helicopter fuselage structures within design schedules.

  10. Combating adverse selection in secondary PC markets.

    PubMed

    Hickey, Stewart W; Fitzpatrick, Colin

    2008-04-15

    Adverse selection is a significant contributor to market failure in secondary personal computer (PC) markets. Signaling can act as a potential solution to adverse selection and facilitate superior remarketing of second-hand PCs. Signaling is a means whereby usage information can be utilized to enhance consumer perception of both value and utility of used PCs and, therefore, promote lifetime extension for these systems. This can help mitigate a large portion of the environmental impact associated with PC system manufacture. In this paper, the computer buying and selling behavior of consumers is characterized via a survey of 270 Irish residential users. Results confirm the existence of adverse selection in the Irish market with 76% of potential buyers being unwilling to purchase and 45% of potential vendors being unwilling to sell a used PC. The so-called "closet affect" is also apparent with 78% of users storing their PC after use has ceased. Results also indicate that consumers place a higher emphasis on specifications when considering a second-hand purchase. This contradicts their application needs which are predominantly Internet and word-processing/spreadsheet/presentation applications, 88% and 60% respectively. Finally, a market solution utilizing self monitoring and reporting technology (SMART) sensors for the purpose of real time usage monitoring is proposed, that can change consumer attitudes with regard to second-hand computer equipment.

  11. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (SUN4 VERSION WITH MOTIF)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC

  12. 21 CFR 868.2480 - Cutaneous carbon dioxide (PcCO2) monitor.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 21 Food and Drugs 8 2011-04-01 2011-04-01 false Cutaneous carbon dioxide (PcCO2) monitor. 868.2480... (CONTINUED) MEDICAL DEVICES ANESTHESIOLOGY DEVICES Monitoring Devices § 868.2480 Cutaneous carbon dioxide (PcCO2) monitor. (a) Identification. A cutaneous carbon dioxide (PcCO2) monitor is a noninvasive heated...

  13. 21 CFR 868.2480 - Cutaneous carbon dioxide (PcCO 2) monitor.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 21 Food and Drugs 8 2013-04-01 2013-04-01 false Cutaneous carbon dioxide (PcCO 2) monitor. 868... dioxide (PcCO 2) monitor. (a) Identification. A cutaneous carbon dioxide (PcCO2) monitor is a noninvasive... relative changes in a hemodynamically stable patient's cutaneous carbon dioxide tension as an adjunct to...

  14. 21 CFR 868.2480 - Cutaneous carbon dioxide (PcCO 2) monitor.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 21 Food and Drugs 8 2014-04-01 2014-04-01 false Cutaneous carbon dioxide (PcCO 2) monitor. 868... dioxide (PcCO 2) monitor. (a) Identification. A cutaneous carbon dioxide (PcCO2) monitor is a noninvasive... relative changes in a hemodynamically stable patient's cutaneous carbon dioxide tension as an adjunct to...

  15. Revisiting PC1/3 Mutants: Dominant-Negative Effect of Endoplasmic Reticulum-Retained Mutants.

    PubMed

    Blanco, Elias H; Ramos-Molina, Bruno; Lindberg, Iris

    2015-10-01

    Prohormone convertase 1/3 (PC1/3), encoded by the gene PCSK1, is critical for peptide hormone synthesis. An increasing number of studies have shown that inactivating mutations in PCSK1 are correlated with endocrine pathologies ranging from intestinal dysfunction to morbid obesity, whereas the common nonsynonymous polymorphisms rs6232 (N221D) and rs6234-rs6235 (Q665E-S690T) are highly associated with obesity risk. In this report, we revisited the biochemical and cellular properties of PC1/3 variants in the context of a wild-type PC1/3 background instead of the S357G hypermorph background used for all previous studies. In the wild-type background the PC1/3 N221D variant exhibited 30% lower enzymatic activity in a fluorogenic assay than wild-type PC1/3; this inhibition was greater than that detected in an equivalent experiment using the PC1/3 S357G background. A PC1/3 variant with the linked carboxyl-terminal polymorphisms Q665E-S690T did not show this difference. We also analyzed the biochemical properties of 2 PC1/3 mutants, G209R and G593R, which are retained in the endoplasmic reticulum (ER), and studied their effects on wild-type PC1/3. The expression of ER-retained mutants induced ER stress markers and also resulted in dominant-negative blockade of wild-type PC1/3 prodomain cleavage and decreased expression of wild-type PC1/3, suggesting facilitation of the entry of wild-type protein to a degradative proteasomal pathway. Dominant-negative effects of PC1/3 mutations on the expression and maturation of wild-type protein, with consequential effects on PC1/3 availability, add a new element which must be considered in population and clinical studies of this gene.

  16. SCANS (Shipping Cask ANalysis System) a microcomputer-based analysis system for shipping cask design review: User`s manual to Version 3a. Volume 1, Revision 2

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

    Mok, G.C.; Thomas, G.R.; Gerhard, M.A.

    SCANS (Shipping Cask ANalysis System) is a microcomputer-based system of computer programs and databases developed at the Lawrence Livermore National Laboratory (LLNL) for evaluating safety analysis reports on spent fuel shipping casks. SCANS is an easy-to-use system that calculates the global response to impact loads, pressure loads and thermal conditions, providing reviewers with an independent check on analyses submitted by licensees. SCANS is based on microcomputers compatible with the IBM-PC family of computers. The system is composed of a series of menus, input programs, cask analysis programs, and output display programs. All data is entered through fill-in-the-blank input screens thatmore » contain descriptive data requests. Analysis options are based on regulatory cases described in the Code of Federal Regulations 10 CFR 71 and Regulatory Guides published by the US Nuclear Regulatory Commission in 1977 and 1978.« less

  17. The genetic basis of flecking and its relationship to disease resistance in the IBM maize mapping population.

    PubMed

    Vontimitta, Vijay; Olukolu, Bode A; Penning, Bryan W; Johal, Gurmukh; Balint-Kurti, P J

    2015-11-01

    In this paper, we determine the genetic architecture controlling leaf flecking in maize and investigate its relationship to disease resistance and the defense response. Flecking is defined as a mild, often environmentally dependent lesion phenotype observed on the leaves of several commonly used maize inbred lines. Anecdotal evidence suggests a link between flecking and enhanced broad-spectrum disease resistance. Neither the genetic basis underlying flecking nor its possible relationship to disease resistance has been systematically evaluated. The commonly used maize inbred Mo17 has a mild flecking phenotype. The IBM-advanced intercross mapping population, derived from a cross between Mo17 and another commonly used inbred B73, has been used for mapping a number of traits in maize including several related to disease resistance. In this study, flecking was assessed in the IBM population over 6 environments. Several quantitative trait loci for flecking were identified, with the strongest one located on chromosome 6. Low but moderately significant correlations were observed between stronger flecking and higher disease resistance with respect to two diseases, southern leaf blight and northern leaf blight and between stronger flecking and a stronger defense response.

  18. A low-cost PC-based telemetry data-reduction system

    NASA Astrophysics Data System (ADS)

    Simms, D. A.; Butterfield, C. P.

    1990-04-01

    The Solar Energy Research Institute's (SERI) Wind Research Branch is using Pulse Code Modulation (PCM) telemetry data-acquisition systems to study horizontal-axis wind turbines. PCM telemetry systems are used in test installations that require accurate multiple-channel measurements taken from a variety of different locations. SERI has found them ideal for use in tests requiring concurrent acquisition of data-reduction system to facilitate quick, in-the-field multiple-channel data analysis. Called the PC-PCM System, it consists of two basic components. First, AT-compatible hardware boards are used for decoding and combining PCM data streams. Up to four hardware boards can be installed in a single PC, which provides the capability to combine data from four PCM streams directly to PC disk or memory. Each stream can have up to 62 data channels. Second, a software package written for the DOS operating system was developed to simplify data-acquisition control and management. The software provides a quick, easy-to-use interface between the PC and PCM data streams. Called the Quick-Look Data Management Program, it is a comprehensive menu-driven package used to organize, acquire, process, and display information from incoming PCM data streams. This paper describes both hardware and software aspects of the SERI PC-PCM system, concentrating on features that make it useful in an experiment test environment to quickly examine and verify incoming data. Also discussed are problems and techniques associated with PC-based telemetry data acquisition, processing, and real-time display.

  19. [Evaluation and application of the Korean version of the sexuality attitudes and beliefs survey for nurses].

    PubMed

    Kim, Hae Won; Jung, Yeon Yi; Park, Seungmi

    2012-12-01

    This study was conducted to evaluate the validity and reliability of the Korean version of the Sexuality Attitudes and Beliefs Survey (SABS) and to assess SABS for Korean nurses. The Korean version of SABS was developed through forward-backward translation techniques. Internal consistency reliability and construct validity using confirmatory factor analysis were conducted using PASW+ PC Win (18.0) and AMOS (18.0). Data were collected from 567 nurses who worked in one of six general hospitals across the country. The Korean version of SABS showed a reliable internal consistency with Cronbach's α of subscales ranging from .59 to .73. Factor loadings of the 10 items of three subscales ranged from .38 to .83. The three subscales model were validated by confirmatory factor analysis (GFI>.97, RMSEA<.05). Sexuality attitudes and beliefs for Korean nurses were more negative than that of European or American nurses. The SABS scores for Korean nurses were significantly different according to age, marriage, education, clinical experiences, and feeling about sexuality. The Korean version of SABS has satisfactory construct validity and reliability to measure Korean nurses' attitudes and belief toward sexuality. Education is essential to enhance importance and self-efficacy and to relieve barriers to addressing patients' sexuality.

  20. PC Tutor. Bericht uber ein PC-gestutzes Tutorensystem = PC Tutor. Report on a Tutoring System with Personal Computer. ZIFF Papiere 75.

    ERIC Educational Resources Information Center

    Fritsch, Helmut

    A project was conducted to increase as well as to professionalize communication between tutors and learners in a West German university's distance education program by the use of personal computers. Two tutors worked on the systematic development of a PC-based correcting system. The goal, apart from developing general language skills in English,…

  1. IBM's Health Analytics and Clinical Decision Support.

    PubMed

    Kohn, M S; Sun, J; Knoop, S; Shabo, A; Carmeli, B; Sow, D; Syed-Mahmood, T; Rapp, W

    2014-08-15

    This survey explores the role of big data and health analytics developed by IBM in supporting the transformation of healthcare by augmenting evidence-based decision-making. Some problems in healthcare and strategies for change are described. It is argued that change requires better decisions, which, in turn, require better use of the many kinds of healthcare information. Analytic resources that address each of the information challenges are described. Examples of the role of each of the resources are given. There are powerful analytic tools that utilize the various kinds of big data in healthcare to help clinicians make more personalized, evidenced-based decisions. Such resources can extract relevant information and provide insights that clinicians can use to make evidence-supported decisions. There are early suggestions that these resources have clinical value. As with all analytic tools, they are limited by the amount and quality of data. Big data is an inevitable part of the future of healthcare. There is a compelling need to manage and use big data to make better decisions to support the transformation of healthcare to the personalized, evidence-supported model of the future. Cognitive computing resources are necessary to manage the challenges in employing big data in healthcare. Such tools have been and are being developed. The analytic resources, themselves, do not drive, but support healthcare transformation.

  2. Electronic and structural properties at the interface between CuPc and graphene

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

    Tao, Yongsheng; College of Modern Science and Technology, China Jiliang University, Hangzhou 310018; Mao, Hongying

    2015-01-07

    The electronic and structural properties at Copper phthalocyanine (CuPc)/graphene have been studied using ultraviolet photoemission spectroscopy and first-principles density function theory calculation. The five emission features α, β, γ, δ, and ε originating from the CuPc molecules locate at 1.48, 3.66, 4.98, 6.90, and 9.04 eV, respectively. These features shift in binding energy with the increasing CuPc coverage. The feature α is mostly deriving from Cu 3d orbital with some contributions from C 2p orbital. Further theoretical calculation indicates that the adsorption of CuPc on a top site is the most favorable configuration, and the separation between the adsorbate and graphenemore » is about 3.47 Å. According to the density of states before and after CuPc adsorption, the LUMO of CuPc is slightly occupied, while the Dirac point of graphene slightly shift towards higher energy, suggesting that a small amount of electron transfer from graphene to CuPc upon contact.« less

  3. 21 CFR 868.2480 - Cutaneous carbon dioxide (PcCO2) monitor.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false Cutaneous carbon dioxide (PcCO2) monitor. 868.2480 Section 868.2480 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES... (PcCO2) and Oxygen (PcO2) Monitors; Guidance for Industry and FDA.” See § 868.1(e) for the...

  4. Whole blood selenium levels (WBSL) in patients with prostate cancer (PC), benign prostatic hyperplasia (BPH) and healthy male inhabitants (HMI) and prostatic tissue selenium levels (PTSL) in patients with PC and BPH.

    PubMed

    Muecke, Ralph; Klotz, Theodor; Giedl, Josef; Buentzel, Jens; Kundt, Guenther; Kisters, Klaus; Prott, Franz-Josef; Micke, Oliver

    2009-01-01

    The aim of this exploratory study was to evaluate whether significant differences exist between whole blood selenium levels (WBSL) in patients with prostate cancer (PC), benign prostatic hyperplasia (BPH), healthy male inhabitants (HMI) in northern Bavaria and the normal value. Furthermore, we investigated whether differences exist between prostatic tissue selenium levels (PTSL) in patients with PC, BPH and the benign tissue surrounding the PC. We prospectively evaluated WBSL in 24 patients with PC, 21 patients with BPH, and 21 HMI. Measurements of PTSL were performed in 17 patients with PC and 22 patients with BPH. In 9 cases with PC, measurements were also done in the benign tissue surrounding the carcinoma. Measurements were performed using automated graphite furnace atomic absorption spectrophotometry. In patients with PC, there is a significantly lower WBSL in comparison to HMI (p=0.04). There is no significant difference in WBSL between BPH-patients and HMI (p=0.13) and between PC- and BPH-patients (p=0.67). In all patients and the HMI, there is a significantly lower WBSL in comparison to the recommended normal value of 85-162 microg/l (p<0.01). There is no significant difference in PTSL between PC and BPH (p=0.49), and between PC and the tissue compartment surrounding the PC (p=0.56). PTSL seemed to be reduced in the compartment surrounding the PC in comparison to BPH (p=0.03). In PC-patients, there is no significant correlation between WBSL and prostate specific antigen (PSA) (? = -0.20; p=0.36), Gleason score (? = 0.32, p=0.13), and T-stage (? = 0.22; p=0.23). Since the WBSL measured in all men with PC and BPH, and in HMI participating in our study were significantly lower than the recommended normal range, our findings may support the recommendation of selenium supplementation.

  5. Multiple Embedded Processors for Fault-Tolerant Computing

    NASA Technical Reports Server (NTRS)

    Bolotin, Gary; Watson, Robert; Katanyoutanant, Sunant; Burke, Gary; Wang, Mandy

    2005-01-01

    A fault-tolerant computer architecture has been conceived in an effort to reduce vulnerability to single-event upsets (spurious bit flips caused by impingement of energetic ionizing particles or photons). As in some prior fault-tolerant architectures, the redundancy needed for fault tolerance is obtained by use of multiple processors in one computer. Unlike prior architectures, the multiple processors are embedded in a single field-programmable gate array (FPGA). What makes this new approach practical is the recent commercial availability of FPGAs that are capable of having multiple embedded processors. A working prototype (see figure) consists of two embedded IBM PowerPC 405 processor cores and a comparator built on a Xilinx Virtex-II Pro FPGA. This relatively simple instantiation of the architecture implements an error-detection scheme. A planned future version, incorporating four processors and two comparators, would correct some errors in addition to detecting them.

  6. Simulation Learning PC Screen-Based vs. High Fidelity

    DTIC Science & Technology

    2011-08-01

    D., Burgess, L., Berg, B . and Connolly, K . (2009). Teaching mass casualty triage skills using iterative multimanikin simulations. Prehospital...SECURITY CLASSIFICATION OF: 17. LIMITATION OF ABSTRACT 18. NUMBER OF PAGES 19a. NAME OF RESPONSIBLE PERSON USAMRMC a. REPORT U b . ABSTRACT U...learning PC screen-based vs. high fidelity – progress chart Attachment B . Approved Protocol - Simulation Learning: PC-Screen Based (PCSB) versus High

  7. Software Reviews: Programs Worth a Second Look.

    ERIC Educational Resources Information Center

    Classroom Computer Learning, 1989

    1989-01-01

    Reviews three software programs: (1) "Cartooners"--develops creative arts and animation, grades 1-6, Apple IIGS; (2) "PC Globe+"--social studies, geography, grades 4-12, IBM(384K); (3) "Wood Car Rally"--physical science, scientific method, grades 3-9, Apple II. (MVL)

  8. Calculating Student Grades.

    ERIC Educational Resources Information Center

    Allswang, John M.

    1986-01-01

    This article provides two short microcomputer gradebook programs. The programs, written in BASIC for the IBM-PC and Apple II, provide statistical information about class performance and calculate grades either on a normal distribution or based on teacher-defined break points. (JDH)

  9. Computer (PC/Network) Coordinator.

    ERIC Educational Resources Information Center

    Ohio State Univ., Columbus. Center on Education and Training for Employment.

    This publication contains 22 subjects appropriate for use in a competency list for the occupation of computer (PC/network) coordinator, 1 of 12 occupations within the business/computer technologies cluster. Each unit consists of a number of competencies; a list of competency builders is provided for each competency. Titles of the 22 units are as…

  10. Single-Event Upset and Scaling Trends in New Generation of the Commercial SOI PowerPC Microprocessors

    NASA Technical Reports Server (NTRS)

    Irom, Farokh; Farmanesh, Farhad; Kouba, Coy K.

    2006-01-01

    SEU from heavy-ions is measured for SOI PowerPC microprocessors. Results for 0.13 micron PowerPC with 1.1V core voltages increases over 1.3V versions. This suggests that improvement in SEU for scaled devices may be reversed. In recent years there has been interest in the possible use of unhardened commercial microprocessors in space because of their superior performance compared to hardened processors. However, unhardened devices are susceptible to upset from radiation space. More information is needed on how they respond to radiation before they can be used in space. Only a limited number of advanced microprocessors have been subjected to radiation tests, which are designed with lower clock frequencies and higher internal core voltage voltages than recent devices [1-6]. However the trend for commercial Silicon-on-insulator (SOI) microprocessors is to reduce feature size and internal core voltage and increase the clock frequency. Commercial microprocessors with the PowerPC architecture are now available that use partially depleted SOI processes with feature size of 90 nm and internal core voltage as low as 1.0 V and clock frequency in the GHz range. Previously, we reported SEU measurements for SOI commercial PowerPCs with feature size of 0.18 and 0.13 m [7, 8]. The results showed an order of magnitude reduction in saturated cross section compared to CMOS bulk counterparts. This paper examines SEUs in advanced commercial SOI microprocessors, focusing on SEU sensitivity of D-Cache and hangs with feature size and internal core voltage. Results are presented for the Motorola SOI processor with feature sizes of 0.13 microns and internal core voltages of 1.3 and 1.1 V. These results are compared with results for the Motorola SOI processors with feature size of 0.18 microns and internal core voltage of 1.6 and 1.3 V.

  11. OPMILL - MICRO COMPUTER PROGRAMMING ENVIRONMENT FOR CNC MILLING MACHINES THREE AXIS EQUATION PLOTTING CAPABILITIES

    NASA Technical Reports Server (NTRS)

    Ray, R. B.

    1994-01-01

    OPMILL is a computer operating system for a Kearney and Trecker milling machine that provides a fast and easy way to program machine part manufacture with an IBM compatible PC. The program gives the machinist an "equation plotter" feature which plots any set of equations that define axis moves (up to three axes simultaneously) and converts those equations to a machine milling program that will move a cutter along a defined path. Other supported functions include: drill with peck, bolt circle, tap, mill arc, quarter circle, circle, circle 2 pass, frame, frame 2 pass, rotary frame, pocket, loop and repeat, and copy blocks. The system includes a tool manager that can handle up to 25 tools and automatically adjusts tool length for each tool. It will display all tool information and stop the milling machine at the appropriate time. Information for the program is entered via a series of menus and compiled to the Kearney and Trecker format. The program can then be loaded into the milling machine, the tool path graphically displayed, and tool change information or the program in Kearney and Trecker format viewed. The program has a complete file handling utility that allows the user to load the program into memory from the hard disk, save the program to the disk with comments, view directories, merge a program on the disk with one in memory, save a portion of a program in memory, and change directories. OPMILL was developed on an IBM PS/2 running DOS 3.3 with 1 MB of RAM. OPMILL was written for an IBM PC or compatible 8088 or 80286 machine connected via an RS-232 port to a Kearney and Trecker Data Mill 700/C Control milling machine. It requires a "D:" drive (fixed-disk or virtual), a browse or text display utility, and an EGA or better display. Users wishing to modify and recompile the source code will also need Turbo BASIC, Turbo C, and Crescent Software's QuickPak for Turbo BASIC. IBM PC and IBM PS/2 are registered trademarks of International Business Machines. Turbo

  12. Establishing a communications link between two different, incompatible, personal computers: with practical examples and illustrations and program code.

    PubMed

    Davidson, R W

    1985-01-01

    The increasing need to communicate to exchange data can be handled by personal microcomputers. The necessity for the transference of information stored in one type of personal computer to another type of personal computer is often encountered in the process of integrating multiple sources of information stored in different and incompatible computers in Medical Research and Practice. A practical example is demonstrated with two relatively inexpensive commonly used computers, the IBM PC jr. and the Apple IIe. The basic input/output (I/O) interface chip for serial communication for each computer are joined together using a Null connector and cable to form a communications link. Using BASIC (Beginner's All-purpose Symbolic Instruction Code) Computer Language and the Disk Operating System (DOS) the communications handshaking protocol and file transfer is established between the two computers. The BASIC programming languages used are Applesoft (Apple Personal Computer) and PC BASIC (IBM Personal computer).

  13. Wf/pc Cycle 1 Calibration: Rapid Internal Monitor

    NASA Astrophysics Data System (ADS)

    MacKenty, John

    1990-12-01

    This test is to take repeated internal flats to test for contamination buildup on the optical surfaces or the reappearance of QEH. Part 1: INTFLATS in F555W are obtained every 4 days in both WFC and PC to check for measles or daisies and to monitor scattered light. Part 2: Sequential INTFLATS in F439W with PC are obtained every 7 days to check for QEH.

  14. Wf/pc Cycle 3 Calibration: Rapid Internal Monitor

    NASA Astrophysics Data System (ADS)

    MacKenty, John

    1992-06-01

    This test is to take repeated internal flats to test for contamination buildup on the optical surfaces or the reappearance of QEH. Part 1: INTFLATS in F555W are obtained every 4 days in both WFC and PC to check for measles or daisies and to monitor scattered light. Part 2: Sequential INTFLATS in F439W with PC are obtained every 7 days to check for QEH.

  15. Wf/pc Cycle 2 Calibration: Rapid Internal Monitor

    NASA Astrophysics Data System (ADS)

    MacKenty, John

    1991-07-01

    This test is to take repeated internal flats to test for contamination buildup on the optical surfaces or the reappearance of QEH. Part 1: INTFLATS in F555W are obtained every 4 days in both WFC and PC to check for measles or daisies and to monitor scattered light. Part 2: Sequential INTFLATS in F439W with PC are obtained every 7 days to check for QEH.

  16. DATASPACE - A PROGRAM FOR THE LOGARITHMIC INTERPOLATION OF TEST DATA

    NASA Technical Reports Server (NTRS)

    Ledbetter, F. E.

    1994-01-01

    minor modifications the source code is portable to any platform that supports an ANSI FORTRAN 77 compiler. MicroSoft FORTRAN v2.1 is required for the Macintosh version. An executable is included with the PC version. DATASPACE is available on a 5.25 inch 360K MS-DOS format diskette (standard distribution) or on a 3.5 inch 800K Macintosh format diskette. This program was developed in 1991. IBM PC is a trademark of International Business Machines Corporation. MS-DOS is a registered trademark of Microsoft Corporation. Macintosh and MacOS are trademarks of Apple Computer, Inc.

  17. Impacts of the IBM Cell Processor to Support Climate Models

    NASA Technical Reports Server (NTRS)

    Zhou, Shujia; Duffy, Daniel; Clune, Tom; Suarez, Max; Williams, Samuel; Halem, Milt

    2008-01-01

    NASA is interested in the performance and cost benefits for adapting its applications to the IBM Cell processor. However, its 256KB local memory per SPE and the new communication mechanism, make it very challenging to port an application. We selected the solar radiation component of the NASA GEOS-5 climate model, which: (1) is representative of column physics (approximately 50% computational time), (2) has a high computational load relative to transferring data from and to main memory, (3) performs independent calculations across multiple columns. We converted the baseline code (single-precision, Fortran) to C and ported it with manually SIMDizing 4 independent columns and found that a Cell with 8 SPEs can process 2274 columns per second. Compared with the baseline results, the Cell is approximately 5.2X, approximately 8.2X, approximately 15.1X faster than a core on Intel Woodcrest, Dempsey, and Itanium2, respectively. We believe this dramatic performance improvement makes a hybrid cluster with Cell and traditional nodes competitive.

  18. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (HP9000 SERIES 700/800 VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC

  19. Transforming PC Power Supplies into Smart Car Battery Conditioners

    ERIC Educational Resources Information Center

    Rodriguez-Ascariz, J. M.; Boquete-Vazquez, L.

    2011-01-01

    This paper describes a laboratory project consisting of a PC power supply modification into an intelligent car-battery conditioner with both wireless and wired networking capabilities. Adding a microcontroller to an average PC power supply transforms it into a flexible, intelligent device that can be configured and that is suitable to keep car…

  20. NACA Computer Operates an IBM Telereader

    NASA Image and Video Library

    1952-02-21

    A staff member from the Computing Section at the National Advisory Committee for Aeronautics (NACA) Lewis Flight Propulsion Laboratory operates an International Business Machines (IBM) telereader at the 8- by 6-Foot Supersonic Wind Tunnel. The telereader was used to measure recorded data from motion picture film or oscillographs. The machine could perform 50 measurements per minute. The component to her right is a telerecordex that was used convert the telereader measurements into decimal form and record the data on computer punch cards. During test runs in the 8- by 6-foot tunnel, or the other large test facilities, pressure sensors on the test article were connected to mercury-filled manometer tubes located below the test section. The mercury would rise or fall in relation to the pressure fluctuations in the test section. Initially, female staff members, known as “computers,” transcribed all the measurements by hand. The process became automated with the introduction of the telereader and other data reduction equipment in the early 1950s. The Computer Section staff members were still needed to operate the machines. The Computing Section was introduced during World War II to relieve short-handed research engineers of some of the tedious work. The computers made the initial computations and plotted the data graphically. The researcher then analyzed the data and either summarized the findings in a report or made modifications or ran the test again. The computers and analysts were located in the Altitude Wind Tunnel Shop and Office Building office wing during the 1940s. They were transferred to the new facility when the 8- by 6-Foot tunnel began operations in 1948.

  1. The muon component in extensive air showers and new p+C data in fixed target experiments

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

    Meurer, C.; Bluemer, J.; Engel, R.

    2007-03-19

    One of the most promising approaches to determine the energy spectrum and composition of the cosmic rays with energies above 1015 eV is the measurement of the number of electrons and muons produced in extensive air showers (EAS). Therefore simulation of air showers using electromagnetic and hadronic interaction models are necessary. These simulations show uncertainties which come mainly from hadronic interaction models. One aim of this work is to specify the low energy hadronic interactions which are important for the muon production in EAS. Therefore we simulate extensive air showers with a modified version of the simulation package CORSIKA. Inmore » particular we investigate in detail the energy and the phase space regions of secondary particle production, which are most important for muon production. This phase space region is covered by fixed target experiments at CERN. In the second part of this work we present preliminary momentum spectra of secondary {pi}+ and {pi}- in p+C collisions at 12 GeV/c measured with the HARP spectrometer at the PS accelerator at CERN. In addition we use the new p+C NA49 data at 158 GeV/c to check the reliability of hadronic interaction models for muon production in EAS. Finally, possibilities to measure relevant quantities of hadron production in existing and planned accelerator experiments are discussed.« less

  2. Parallel noise barrier prediction procedure : report 2 user's manual revision 1

    DOT National Transportation Integrated Search

    1987-11-01

    This report defines the parameters which are used to input the data required to run Program Barrier and BarrierX on a microcomputer such as an IBM PC or compatible. Directions for setting up and operating a working disk are presented. Examples of inp...

  3. Multiple-User Microcomputer Technology and Its Application to the Library Environment.

    ERIC Educational Resources Information Center

    McCarthy, Cathleen D.

    1987-01-01

    Demonstrates the ways in which multiuser and multitasking microcomputer systems can be used for the automation of small- to medium-sized library operations. The possibilities afforded by the IBM-PC AT microcomputer are discussed and a sample configuration with estimated cost projections is provided. (EM)

  4. The general utilization of scrapped PC board.

    PubMed

    Liu, Robert; Shieh, R S; Yeh, Ruth Y L; Lin, C H

    2009-11-01

    The traditional burning process is used to recover copper from scrapped PC board (printed circuit board) but it causes serious environmental problems. In this research a new process was developed which not only prevents pollution problems, but also maximizes the utility of all the materials on the waste board. First, the scrapped PC board was crushed and grounded, then placed in the NH3/NH5CO3 solution with aeration in order to dissolve copper. After distilling the copper NH3/NH5CO3 solution and then heating the distilled residue of copper carbonate, pure copper oxide was obtained with particle size of about 0.2 microm and the shape elliptical. The remaining solid residue after copper removal was then leached with 6N hydrochloric acid to remove tin and lead. The last residue was used as a filler in PVC plastics. The PVC plastics with PC board powder as filling material was found to have the same tensile strength as unfilled plastics, but had higher elastic modulus, higher abrasion resistance, and was cheaper.

  5. Observations of explosion generated PcP spectra at near-normal incidence

    NASA Astrophysics Data System (ADS)

    Niazi, Mansour; McLaughlin, Keith L.

    1987-10-01

    Short period recordings of PcP at the SRO station ANTO have been observed at epicentral distance of 13.5° from presumed underground explosions in western Kazahk, USSR. The core reflections are narrow band (0.6 to 2.4 Hz), short duration (3 sec) signals. Comparison of these near normally incident reflections to P waveforms observed at greater distances reveals that the PcP spectra are peaked with respect to the more representative P-wave spectra. The 1.2 Hz spectral peak is also observed for PcP waves recorded at 50 degrees. Corrections for frequency independent mantle Q attnuation models only increase the high frequency deficiency of the PcP spectra at frequencies above 1.2 Hz. A plausible explanation calls for finer structural features of core-mantle boundary (CMB) than hitherto suggested. The influence of small scale lateral heterogeneities, however, cannot be completely ruled out. (Mantle-core boundary, near normal PcP reflection.)

  6. Mobile teledermatopathology: using a tablet PC as a novel and cost-efficient method to remotely diagnose dermatopathology cases.

    PubMed

    Speiser, Jodi J; Hughes, Ian; Mehta, Vikas; Wojcik, Eva M; Hutchens, Kelli A

    2014-01-01

    : Dermatopathology has relatively few studies regarding teledermatopathology and none have addressed the use of new technologies, such as the tablet PC. We hypothesized that the combination of our existing dynamic nonrobotic system with a tablet PC could provide a novel and cost-efficient method to remotely diagnose dermatopathology cases. 93 cases diagnosed by conventional light microscopy at least 5 months earlier by the participating dermatopathologist were retrieved by an electronic pathology database search. A high-resolution video camera (Nikon DS-L2, version 4.4) mounted on a microscope was used to transmit digital video of a slide to an Apple iPAD2 (Apple Inc, Cupertino, CA) at the pathologist's remote location via live streaming at an interval time of 500 ms and a resolution of 1280/960 pixels. Concordance to the original diagnosis and the seconds elapsed to reaching the diagnosis were recorded. 24.7% (23/93) of cases were melanocytic, 70.9% (66/93) were nonmelanocytic, and 4.4% (4/93) were inflammatory. About 92.5% (86/93) of cases were diagnosed on immediate viewing (<5 seconds), with the average time to diagnosis at 40.2 seconds (range: 10-218 seconds). Of the cases diagnosed immediately, 98.8% (85/86) of the telediagnoses were concordant with the original. Telepathology performed via a tablet PC may serve as a reliable and rapid technique for the diagnosis of routine cases with some diagnostic caveats in mind. Our study established a novel and cost-efficient solution for those institutions that may not have the capital to purchase either a dynamic robotic system or a virtual slide system.

  7. Ordered array of CoPc-vacancies filled with single-molecule rotors

    NASA Astrophysics Data System (ADS)

    Xie, Zheng-Bo; Wang, Ya-Li; Tao, Min-Long; Sun, Kai; Tu, Yu-Bing; Yuan, Hong-Kuan; Wang, Jun-Zhong

    2018-05-01

    We report the highly ordered array of CoPc-vacancies and the single-molecule rotors inside the vacancies. When CoPc molecules are deposited on Cd(0001) at low-temperature, three types of molecular vacancies appeared randomly in the CoPc monolayer. Annealing the sample to higher temperature leads to the spontaneous phase separation and self-organized arrangement of the vacancies. Highly ordered arrays of two-molecule vacancies and single-molecule vacancies have been obtained. In particular, there is a rotating CoPc molecule inside each single-molecule vacancy, which constitutes the array of single-molecule rotors. These results provide a new routine to fabricate the nano-machines on a large scale.

  8. APC-PC Combined Scheme in Gilbert Two State Model: Proposal and Study

    NASA Astrophysics Data System (ADS)

    Bulo, Yaka; Saring, Yang; Bhunia, Chandan Tilak

    2017-04-01

    In an automatic repeat request (ARQ) scheme, a packet is retransmitted if it gets corrupted due to transmission errors caused by the channel. However, an erroneous packet may contain both erroneous bits and correct bits and hence it may still contain useful information. The receiver may be able to combine this information from multiple erroneous copies to recover the correct packet. Packet combining (PC) is a simple and elegant scheme of error correction in transmitted packet, in which two received copies are XORed to obtain the bit location of erroneous bits. Thereafter, the packet is corrected by bit inversion of bit located as erroneous. Aggressive packet combining (APC) is a logic extension of PC primarily designed for wireless communication with objective of correcting error with low latency. PC offers higher throughput than APC, but PC does not correct double bit errors if occur in same bit location of erroneous copies of the packet. A hybrid technique is proposed to utilize the advantages of both APC and PC while attempting to remove the limitation of both. In the proposed technique, applications of APC-PC on Gilbert two state model has been studied. The simulation results show that the proposed technique offers better throughput than the conventional APC and lesser packet error rate than PC scheme.

  9. Electrochemical fabrication and optoelectronic properties of hybrid heterostructure of CuPc/porous GaN

    NASA Astrophysics Data System (ADS)

    Peng, Fei; Qin, Shuang-Jiao; Hu, Li-Feng; Wang, Juan-Ye; Yang, Jia-Mei; Chen, Xue-Qing; Pan, Ge-Bo

    2016-05-01

    A new hybrid heterostructure of p-type copper phthalocyanine (CuPc) and n-type porous GaN (PGaN) has been fabricated by electrophoretic deposition. The influence of CuPc concentration, electric field intensity, and deposition time on the growth of CuPc film has been explored. The as-prepared CuPc films are made of numerous nanorods. The X-ray diffraction (XRD) spectra revealed that the CuPc films are the β phase and amorphous type on pristine and porous GaN, respectively. Moreover, the prototype devices were fabricated on the basis of the CuPc/PGaN heterostructures. The devices exhibited excellent photodetector performance under ultraviolet (UV) light illumination.

  10. Effect of system workload on operating system reliability - A study on IBM 3081

    NASA Technical Reports Server (NTRS)

    Iyer, R. K.; Rossetti, D. J.

    1985-01-01

    This paper presents an analysis of operating system failures on an IBM 3081 running VM/SP. Three broad categories of software failures are found: error handling, program control or logic, and hardware related; it is found that more than 25 percent of software failures occur in the hardware/software interface. Measurements show that results on software reliability cannot be considered representative unless the system workload is taken into account. The overall CPU execution rate, although measured to be close to 100 percent most of the time, is not found to correlate strongly with the occurrence of failures. Possible reasons for the observed workload failure dependency, based on detailed investigations of the failure data, are discussed.

  11. PcG and trxG in plants - friends or foes.

    PubMed

    Pu, Li; Sung, Zinmay Renee

    2015-05-01

    The highly-conserved Polycomb group (PcG) and trithorax group (trxG) proteins play major roles in regulating gene expression and maintaining developmental states in many organisms. However, neither the recruitment of Polycomb repressive complexes (PRC) nor the mechanisms of PcG and trxG-mediated gene silencing and activation are well understood. Recent progress in Arabidopsis research challenges the dominant model of PRC2-dependent recruitment of PRC1 to target genes. Moreover, evidence indicates that diverse forms of PRC1, with shared components, are a common theme in plants and mammals. Although trxG is known to antagonize PcG, emerging data reveal that trxG can also repress gene expression, acting cooperatively with PcG. We discuss these recent findings and highlight the employment of diverse epigenetic mechanisms during development in plants and animals. Copyright © 2015 Elsevier Ltd. All rights reserved.

  12. Impact of ambient environment on the electronic structure of CuPc/Au sample

    NASA Astrophysics Data System (ADS)

    Sinha, Sumona; Mukherjee, M.

    2018-02-01

    The performances of organic devices are crucially connected with their stability in the ambient environment. The impact of 24 h. Ambient environment exposure to the electronic structures of about 12 nm thick CuPc thin film on clean Au substrate have been studied employing UV photoemission spectroscopy technique. X-ray photoemission spectroscopy (XPS) was used to find out the origin of the change of the electronic structures in the sample with the exposure. The XPS study suggests that the oxidation occurs at the CuPc thin film. Due to the adsorption of oxygen in the CuPc film from the ambient air, charge carriers are formed within the CuPc film. Moreover, the XPS results imply that the CuPc film is sufficiently thinner for diffusing oxygen molecules through it and gets physically absorbed on Au substrate during the ambient exposure. Consequently, the hole injection barrier height of pristine CuPc film, grown on Au substrate, is reduced by about 0.50 eV and work-function of the pristine CuPc sample is enhanced by around 0.25 eV in the exposure. The findings will help to understand the mechanism that governs the degradation of performance of CuPc based devices in ambient environment.

  13. PC-based Multiple Information System Interface (PC/MISI) detailed design and implementation plan

    NASA Technical Reports Server (NTRS)

    Dominick, Wayne D. (Editor); Hall, Philip P.

    1985-01-01

    The design plan for the personal computer multiple information system interface (PC/MISI) project is discussed. The document is intended to be used as a blueprint for the implementation of the system. Each component is described in the detail necessary to allow programmers to implement the system. A description of the system data flow and system file structures is given.

  14. Divergent prion strain evolution driven by PrPC expression level in transgenic mice

    PubMed Central

    Le Dur, Annick; Laï, Thanh Lan; Stinnakre, Marie-George; Laisné, Aude; Chenais, Nathalie; Rakotobe, Sabine; Passet, Bruno; Reine, Fabienne; Soulier, Solange; Herzog, Laetitia; Tilly, Gaëlle; Rézaei, Human; Béringue, Vincent; Vilotte, Jean-Luc; Laude, Hubert

    2017-01-01

    Prions induce a fatal neurodegenerative disease in infected host brain based on the refolding and aggregation of the host-encoded prion protein PrPC into PrPSc. Structurally distinct PrPSc conformers can give rise to multiple prion strains. Constrained interactions between PrPC and different PrPSc strains can in turn lead to certain PrPSc (sub)populations being selected for cross-species transmission, or even produce mutation-like events. By contrast, prion strains are generally conserved when transmitted within the same species, or to transgenic mice expressing homologous PrPC. Here, we compare the strain properties of a representative sheep scrapie isolate transmitted to a panel of transgenic mouse lines expressing varying levels of homologous PrPC. While breeding true in mice expressing PrPC at near physiological levels, scrapie prions evolve consistently towards different strain components in mice beyond a certain threshold of PrPC overexpression. Our results support the view that PrPC gene dosage can influence prion evolution on homotypic transmission. PMID:28112164

  15. Attention Novices: Friendly Intro to Shiny Disks.

    ERIC Educational Resources Information Center

    Bardes, D'Ellen

    1986-01-01

    Provides an overview of how optical storage technologies--videodisk, Write-Once disks, and CD-ROM CD-I disks are built into and controlled via DEC, Apple, Atari, Amiga, and IBM PC compatible microcomputers. Several available products are noted and a list of producers is included. (EM)

  16. Fun!

    ERIC Educational Resources Information Center

    Horne, Thomas

    1988-01-01

    Describes four IBM compatible flight simulator software packages: (1) "Falcon," air to air combat in an F-16 fighter; (2) "Chuck Yeager's Advanced Flight Trainer," test flight 14 different aircraft; (3) "Jet," air to air combat; and (4) "Flight Simulator," a realistic PC flight simulator program. (MVL)

  17. Artificial Intelligence in a German Adventure Game: Spion in PROLOG.

    ERIC Educational Resources Information Center

    Molla, Steven R.; And Others

    1988-01-01

    Spion, an adventure game for intermediate and advanced college German students, requires players to communicate with a fictitious agent in complete, correct German sentences. The spy game was written in PROLOG, runs on an IBM-PC, and is available at no cost for noncommercial purposes. (Author/CB)

  18. Reviews.

    ERIC Educational Resources Information Center

    Journal of Chemical Education, 1988

    1988-01-01

    Reviews three computer software packages for chemistry education including "Osmosis and Diffusion" and "E.M.E. Titration Lab" for Apple II and "Simplex-V: An Interactive Computer Program for Experimental Optimization" for IBM PC. Summary ratings include ease of use, content, pedagogic value, student reaction, and…

  19. An IBM PC-based math model for space station solar array simulation

    NASA Technical Reports Server (NTRS)

    Emanuel, E. M.

    1986-01-01

    This report discusses and documents the design, development, and verification of a microcomputer-based solar cell math model for simulating the Space Station's solar array Initial Operational Capability (IOC) reference configuration. The array model is developed utilizing a linear solar cell dc math model requiring only five input parameters: short circuit current, open circuit voltage, maximum power voltage, maximum power current, and orbit inclination. The accuracy of this model is investigated using actual solar array on orbit electrical data derived from the Solar Array Flight Experiment/Dynamic Augmentation Experiment (SAFE/DAE), conducted during the STS-41D mission. This simulator provides real-time simulated performance data during the steady state portion of the Space Station orbit (i.e., array fully exposed to sunlight). Eclipse to sunlight transients and shadowing effects are not included in the analysis, but are discussed briefly. Integrating the Solar Array Simulator (SAS) into the Power Management and Distribution (PMAD) subsystem is also discussed.

  20. PREVAIL: IBM's e-beam technology for next generation lithography

    NASA Astrophysics Data System (ADS)

    Pfeiffer, Hans C.

    2000-07-01

    PREVAIL - Projection Reduction Exposure with Variable Axis Immersion Lenses represents the high throughput e-beam projection approach to NGL which IBM is pursuing in cooperation with Nikon Corporation as alliance partner. This paper discusses the challenges and accomplishments of the PREVAIL project. The supreme challenge facing all e-beam lithography approaches has been and still is throughput. Since the throughput of e-beam projection systems is severely limited by the available optical field size, the key to success is the ability to overcome this limitation. The PREVAIL technique overcomes field-limiting off-axis aberrations through the use of variable axis lenses, which electronically shift the optical axis simultaneously with the deflected beam so that the beam effectively remains on axis. The resist images obtained with the Proof-of-Concept (POC) system demonstrate that PREVAIL effectively eliminates off- axis aberrations affecting both resolution and placement accuracy of pixels. As part of the POC system a high emittance gun has been developed to provide uniform illumination of the patterned subfield and to fill the large numerical aperture projection optics designed to significantly reduce beam blur caused by Coulomb interaction.

  1. A combined system for measuring animal motion activities.

    PubMed

    Young, M S; Young, C W; Li, Y C

    2000-01-31

    In this study, we have developed a combined animal motion activity measurement system that combines an infrared light matrix subsystem with an ultrasonic phase shift subsystem for animal activity measurement. Accordingly, in conjunction with an IBM PC/AT compatible personal computer, the combined system has the advantages of both infrared and ultrasonic subsystems. That is, it can at once measure and directly analyze detailed changes in animal activity ranging from locomotion to tremor. The main advantages of this combined system are that it features real time data acquisition with the option of animated real time or recorded display/playback of the animal's motion. Additionally, under the multi-task operating condition of IBM PC, it can acquire and process behavior using both IR and ultrasound systems simultaneously. Traditional systems have had to make separate runs for gross and fine movement recording. This combined system can be profitably employed for normative behavioral activity studies and for neurological and pharmacological research.

  2. Correlation of solar wind parameters with Pc5 activity at all local times.

    NASA Astrophysics Data System (ADS)

    Baker, G. J.; Donovan, E. F.; Jackel, B. J.

    2001-12-01

    Using ten years of data from the CANOPUS Churchill line of magnetometers, we investigate the statistical properties of Pc5 pulsations, and the band-limited spectral power in the Pc5 frequency range (ie., 1.7-6.7 mHz). In order to determine the band-limited Pc5 power, we apodize with a 45 minute Hanning window, and detrend the data with the best-fit second order polynomial. For each station, we slide the window along in one minute increments, producing time series of absolute power measurements at one minute intervals. In addition, Pc5 pulsations were identified by eye for six of the seven Churchill line stations. Our criterion for classifying a magnetic perturbation as a Pc5 pulsation was that it was nearly monochromatic, and its amplitude did not decrease over at least four periods. Applying this criterion guarantees that the relative power in the Pc5 band is high. We then have a complete data set of Pc5 powers, and a subset corresponding to times when there were Pc5 pulsations present according to our classification. Initial results show the well known correlation between solar wind speed (IMP 8 one hour averages obtained via OMNIWEB) and Pc5 power. For example, for magnetic local times between 0600 and 1000, we obtain correlation coefficients between the logarithm of the band-limited power and the solar wind speed of 0.72 and 0.77, for the case of the entire data set, and the subset, respectively. In this paper, we present results of multivariate analysis of the Pc5 data base and solar wind data, designed to elucidate correlations at all local times. We discuss our results within the context of earlier studies by Engerbretson et al. [JGR, volume 103, 26721-26283, 1998] and Vennerstrom [JGR, volume 104, 10145-10157, 1999].

  3. PC Scene Generation

    NASA Astrophysics Data System (ADS)

    Buford, James A., Jr.; Cosby, David; Bunfield, Dennis H.; Mayhall, Anthony J.; Trimble, Darian E.

    2007-04-01

    AMRDEC has successfully tested hardware and software for Real-Time Scene Generation for IR and SAL Sensors on COTS PC based hardware and video cards. AMRDEC personnel worked with nVidia and Concurrent Computer Corporation to develop a Scene Generation system capable of frame rates of at least 120Hz while frame locked to an external source (such as a missile seeker) with no dropped frames. Latency measurements and image validation were performed using COTS and in-house developed hardware and software. Software for the Scene Generation system was developed using OpenSceneGraph.

  4. Effects of Extremely Low Frequency Magnetic Field on Neurite Outgrowth of PC12 and PC12D Cells and Evaluation by Image Analysis

    NASA Astrophysics Data System (ADS)

    Sakanishi, Akio; Takatsuki, Hideyo; Yoshikoshi, Akio; Fujiwara, Yasuyoshi

    2004-05-01

    A pheochromocytoma cell (PC12), and its derivative (PC12D), differentiate to nervelike cells in culture with the nerve growth factor (NGF) and forskolin respectively. We introduced a morphological factor σ=L/2(π A)1/2 for quantitating neurite outgrowth under a microscope in the presence of extremely low-frequency (ELF) magnetic fields for 22 hours, where L and A are the contour length and the area of the cells in clump determined using an image-analysis system. ELF magnetic fields B1 were generated with a single coil or double coils in Helmholtz configuration together with static fields B0 of -53, -20 and 67 μT. σ increased with increasing NGF or forskolin level at B0=-53 μT (geomagnetism), in agreement with the cytometric observation of micrographs. With the addition of an AC field B1 at 60 Hz (100 μT > B1 > 3 μT rms) to B0, neurite outgrowth represented by σ was depressed for PC12 and stimulated for PC12D. We discuss the cyclotron resonance and the ion parametric resonance models.

  5. PrPC has nucleic acid chaperoning properties similar to the nucleocapsid protein of HIV-1.

    PubMed

    Derrington, Edmund; Gabus, Caroline; Leblanc, Pascal; Chnaidermann, Jonas; Grave, Linda; Dormont, Dominique; Swietnicki, Wieslaw; Morillas, Manuel; Marck, Daniel; Nandi, Pradip; Darlix, Jean-Luc

    2002-01-01

    The function of the cellular prion protein (PrPC) remains obscure. Studies suggest that PrPC functions in several processes including signal transduction and Cu2+ metabolism. PrPC has also been established to bind nucleic acids. Therefore we investigated the properties of PrPC as a putative nucleic acid chaperone. Surprisingly, PrPC possesses all the nucleic acid chaperoning properties previously specific to retroviral nucleocapsid proteins. PrPC appears to be a molecular mimic of NCP7, the nucleocapsid protein of HIV-1. Thus PrPC, like NCP7, chaperones the annealing of tRNA(Lys) to the HIV-1 primer binding site, the initial step of retrovirus replication. PrPC also chaperones the two DNA strand transfers required for production of a complete proviral DNA with LTRs. Concerning the functions of NCP7 during budding, PrPC also mimices NCP7 by dimerizing the HIV-1 genomic RNA. These data are unprecedented because, although many cellular proteins have been identified as nucleic acid chaperones, none have the properties of retroviral nucleocapsid proteins.

  6. [Grape seed extract induces morphological changes of prostate cancer PC-3 cells].

    PubMed

    Shang, Xue-Jun; Yin, Hong-Lin; Ge, Jing-Ping; Sun, Yi; Teng, Wen-Hui; Huang, Yu-Feng

    2008-12-01

    To observe the morphological changes of prostate cancer PC-3 cells induced by grape seed extract (GSE). PC-3 cells were incubated with different concentrations of GSE (100, 200 and 300 microg/ml) for 24, 48 and 72 hours, and then observed for morphological changes by invert microscopy, HE staining and transmission electron microscopy. The incubated PC-3 cells appeared round, small, wrinkled and broken under the invert microscope and exhibited the classical morphological characteristics of cell death under the electron microscope, including cell atrophy, increased vacuoles, crumpled nuclear membrane, and chromosome aggregation. GSE can cause morphological changes and induce necrosis and apoptosis of PC-3 cells.

  7. Dielectric and Energy Storage Properties of the Heterogeneous P(VDF-HFP)/PC Composite Films

    NASA Astrophysics Data System (ADS)

    Zhao, Xiaojia; Peng, Guirong; Zhan, Zaiji

    2017-12-01

    Polymer-based materials with a high discharge energy and low energy loss have attracted considerable attention for energy storage applications. A new class of polymer-based composite films composed of amorphous polycarbonate (PC) and poly(vinylidene fluoride-hexafluoropropylene) [P(VDF-HFP)] has been fabricated by simply solution blending followed by thermal treatment under vacuum. The results show that the diameter of the spherical phase for PC and the melting temperature of P(VDF-HFP) increase, and the crystallinity and crystallization temperature of P(VDF-HFP) decrease with increasing PC content. The phase transition from the polar β phase to weak polarity γ phase is induced by PC addition. Moreover, the Curie temperature of the P(VDF-HFP)/PC composite films shifts to a lower temperature. With the addition of PC, the permittivity, polarization and discharge energy of the P(VDF-HFP)/PC composite films slightly decrease. However, the energy loss is significantly reduced.

  8. Molecular characterization and differential gene induction of the neuroendocrine-specific genes neurotensin, neurotensin receptor, PC1, PC2, and 7B2 in the human ocular ciliary epithelium.

    PubMed

    Ortego, J; Coca-Prados, M

    1997-11-01

    The ocular ciliary epithelium is a bilayer of neuroepithelial cells specialized in the secretion of aqueous humor fluid and the regulation of intraocular pressure. In this study, we report on the expression of the regulatory peptide neurotensin (NT) and a set of differentiated neuroendocrine markers including neurotensin receptors (NTrs), the prohormone convertases furin, PC1, and PC2, and the neuroendocrine polypeptide 7B2 in the ciliary epithelium. Using a human cell line, ODM-2, derived from the nonpigmented ciliary epithelium, we demonstrate that (1) NT expression is highly activated by nerve growth factor, glucocorticoid, and activators of adenylate cyclase; (2) NTr expression is up-regulated by selective ligand-activated beta2-adrenergic receptor; and (3) PC1 and PC2 expression are up-regulated via distinct signaling transduction pathways. PC1 gene expression is activated by phorbol ester, and PC2 by the same inducers as those of NT expression. A radioimmunoassay for NT detected an NT-like immunoreactivity in human ciliary epithelium and ODM-2 cell extracts, in aqueous humor, and in conditioned culture medium. The results support the view that the entire ciliary epithelium functions as a neuroendocrine tissue, synthesizing, processing, and releasing NT into the aqueous humor where it may exert important physiological functions through autocrine and/or paracrine mechanisms.

  9. Use of Topical PC-NSAIDs to Treat Burn Injury and Pain

    DTIC Science & Technology

    2015-08-01

    1R41CA171408 (PI: Lichtenberger) 05/03/2013-04/30/2014 NIH/NCI 1.2 calendar mo. $85,000/yr Aspirin -PC for Chemoprevention of Colorectal Cancer The...major goal of this Phase I STTR grant is to test aspirin -PC for chemopreventive activity in an animal model of colon cancer. Role: Principal...calendar months $155,000/yr Effects of anti-platelet drugs on colon cancer in the elderly The major goal of this R21 grant is to test Aspirin -PC and

  10. Naproxen-PC: a GI safe and highly effective anti-inflammatory.

    PubMed

    Lichtenberger, L M; Romero, J J; Dial, E J; Moore, J E

    2009-02-01

    We have been developing a family of phosphatidylcholine (PC)-associated NSAIDs, which appear to have improved GI safety and therapeutic efficacy in both rodent model systems and pilot clinical trials. As naproxen has been demonstrated to be associated with the lowest cardiovascular adverse events in comparison with both COX-2 selective inhibitors and conventional NSAIDs, we have been developing a Naproxen-PC formulation for evaluation in animal models and clinical trials. We have determined that an oil-based formulation of naproxen and triple strength soy lecithin provides excellent GI protection in both: 1) an acute NSAID-induced intestinal bleeding model in rats pretreated with L-NAME that are intragastrically administered a single dose of naproxen (at a dose of 50 mg/kg) vs the equivalent dose of Naproxen-PC; and 2) a more chronic model (at a naproxen dose of 25 mg/kg BID) in rats that have pre-existing hindpaw inflammation (induced with a intradermal injection of Complete Freund's Adjuvant/CFA). Both models demonstrate the superior GI safety of Naproxen-PC vs naproxen while this novel formulation had significant anti-inflammatory efficacy to reduce hindpaw edema and the generation of PGE(2) in the collected joint synovial fluid. Naproxen-PC appears to induce significantly less GI injury and bleeding in two rodent model systems while maintaining anti-inflammatory and COX-inhibitory activity.

  11. College Explorer.

    ERIC Educational Resources Information Center

    Ahl, David H.

    1985-01-01

    The "College Explorer" is a software package (for the 64K Apple II, IBM PC, TRS-80 model III and 4 microcomputers) which aids in choosing a college. The major features of this package (manufactured by The College Board) are described and evaluated. Sample input/output is included. (JN)

  12. 37 CFR 1.824 - Form and format for nucleotide and/or amino acid sequence submissions in computer readable form.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... which the data were recorded on the computer readable form, the operating system used, a reference... in a self-extracting format that will decompress on one of the systems described in paragraph (b) of... these format requirements: (1) Computer Compatibility: IBM PC/XT/AT or Apple Macintosh; (2) Operating...

  13. Go Figure: Computer Database Adds the Personal Touch.

    ERIC Educational Resources Information Center

    Gaffney, Jean; Crawford, Pat

    1992-01-01

    A database for recordkeeping for a summer reading club was developed for a public library system using an IBM PC and Microsoft Works. Use of the database resulted in more efficient program management, giving librarians more time to spend with patrons and enabling timely awarding of incentives. (LAE)

  14. A Microcomputer Program for Evaluating Pumping Test Results for Confined Aquifers.

    ERIC Educational Resources Information Center

    Smith, Stephen M.

    1986-01-01

    Describes an interactive, self-prompting BASIC program that can be incorporated in introductory and intermediate hydrology courses. Exlains how the program can be used to evaluate pumping test data and also to calculate transmissivity and storativity values of confined aquifers. The program is written for the IBM PC. (ML)

  15. [Functional disorders of vision and their prophylaxis in professionals using PC].

    PubMed

    Bol'shakova, V A

    2004-01-01

    With ophthalmologic examination of professionals using PC, the author specified functional disorders of vision. A syndrome diagnosed could be assigned to asthenopia. Complex of preventive measures could decrease frequency of asthenopic signs among PC operators and managing staffers.

  16. Cross-cultural application of the Korean version of the European Organization for Research and Treatment of Cancer Quality of Life Questionnaire for patients with prostate cancer - EORTC QLQ-PR25.

    PubMed

    Park, Jinsung; Shin, Dong Wook; Yun, Seok Joong; Park, Sung-Woo; Jeon, Seong Soo; Kwak, Cheol; Kwon, Tae Gyun; Kim, Hyung Jin; Ahn, Hanjong

    2013-01-01

    We evaluated the psychometric properties of the Korean version of the European Organization for Research and Treatment of Cancer QLQ-PR25 when applied to Korean prostate cancer (PC) patients. A total of 172 patients who underwent curative radical prostatectomy (RP) with or without adjuvant androgen deprivation therapy were asked to complete the Korean version of the EORTC QLQ-C30 and PR25 questionnaires 3 times (before and 3 and 6 months after RP). Psychometric evaluation of the questionnaire was conducted. Multitrait scaling analysis showed satisfactory construct validity in most scales except for bowel symptoms and hormonal treatment-related symptoms. Internal consistency tested by Cronbach's α coefficient met the 0.70 criterion for the urinary symptom, sexual activity and sexual functioning scales at the all 3 time points. Known-group comparison analyses showed better quality-of-life (QOL) scores in patients with higher performance status, and higher hormonal treatment-related symptom scores in patients on hormonal treatment. Responsiveness to changes was in line with clinical implications over time after RP. Our results show that the EORTC QLQ-PR25 questionnaire has adequate levels in cross-cultural validity. The Korean version of the EORTC QLQ-PR25 is a generally reliable and robust instrument for the assessment of various QOL aspects that can be self-administered to Korean PC patients undergoing RP. © 2013 S. Karger AG, Basel.

  17. Online medical symbol recognition using a Tablet PC

    NASA Astrophysics Data System (ADS)

    Kundu, Amlan; Hu, Qian; Boykin, Stanley; Clark, Cheryl; Fish, Randy; Jones, Stephen; Moore, Stephen

    2011-01-01

    In this paper we describe a scheme to enhance the usability of a Tablet PC's handwriting recognition system by including medical symbols that are not a part of the Tablet PC's symbol library. The goal of this work is to make handwriting recognition more useful for medical professionals accustomed to using medical symbols in medical records. To demonstrate that this new symbol recognition module is robust and expandable, we report results on both a medical symbol set and an expanded symbol test set which includes selected mathematical symbols.

  18. Practical Pocket PC Application w/Biometric Security

    NASA Technical Reports Server (NTRS)

    Logan, Julian

    2004-01-01

    I work in the Flight Software Engineering Branch, where we provide design and development of embedded real-time software applications for flight and supporting ground systems to support the NASA Aeronautics and Space Programs. In addition, this branch evaluates, develops and implements new technologies for embedded real-time systems, and maintains a laboratory for applications of embedded technology. The majority of microchips that are used in modern society have been programmed using embedded technology. These small chips can be found in microwaves, calculators, home security systems, cell phones and more. My assignment this summer entails working with an iPAQ HP 5500 Pocket PC. This top-of-the-line hand-held device is one of the first mobile PC's to introduce biometric security capabilities. Biometric security, in this case a fingerprint authentication system, is on the edge of technology as far as securing information. The benefits of fingerprint authentication are enormous. The most significant of them are that it is extremely difficult to reproduce someone else's fingerprint, and it is equally difficult to lose or forget your own fingerprint as opposed to a password or pin number. One of my goals for this summer is to integrate this technology with another Pocket PC application. The second task for the summer is to develop a simple application that provides an Astronaut EVA (Extravehicular Activity) Log Book capability. The Astronaut EVA Log Book is what an astronaut would use to report the status of field missions, crew physical health, successes, future plans, etc. My goal is to develop a user interface into which these data fields can be entered and stored. The applications that I am developing are created using eMbedded Visual C++ 4.0 with the Pocket PC 2003 Software Development Kit provided by Microsoft.

  19. Flood predictions using the parallel version of distributed numerical physical rainfall-runoff model TOPKAPI

    NASA Astrophysics Data System (ADS)

    Boyko, Oleksiy; Zheleznyak, Mark

    2015-04-01

    The original numerical code TOPKAPI-IMMS of the distributed rainfall-runoff model TOPKAPI ( Todini et al, 1996-2014) is developed and implemented in Ukraine. The parallel version of the code has been developed recently to be used on multiprocessors systems - multicore/processors PC and clusters. Algorithm is based on binary-tree decomposition of the watershed for the balancing of the amount of computation for all processors/cores. Message passing interface (MPI) protocol is used as a parallel computing framework. The numerical efficiency of the parallelization algorithms is demonstrated for the case studies for the flood predictions of the mountain watersheds of the Ukrainian Carpathian regions. The modeling results is compared with the predictions based on the lumped parameters models.

  20. What is meant by Format Version? Product Version? Collection?

    Atmospheric Science Data Center

    2017-10-12

    The format Version is used to distinguish between software deliveries to ASDC that result in a product format change. The format version is given in the MISR data file name using the designator _Fnn_ where nn is the version number. ...