TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (DEC VAX ULTRIX VERSION)
NASA Technical Reports Server (NTRS)
TAE SUPPORT OFFICE
1994-01-01
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. Data-driven graphical objects such as dials, thermometers, and strip charts are also included. TAE Plus updates the strip chart as the data values change. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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. The Silicon Graphics version of TAE Plus now has a font caching scheme and a color caching scheme to make color allocation more efficient. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides an extremely powerful 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, Version 11 Release 4, and the Open Software Foundation's Motif Toolkit 1.1 or 1.1.1. 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 comes with InterViews and idraw, two software packages developed by Stanford University and integrated in TAE Plus. TAE Plus was developed in 1989 and version 5.1 was released in 1991. TAE Plus is currently available on media suitable for eight different machine platforms: 1) DEC VAX computers running VMS 5.3 or higher (TK50 cartridge in VAX BACKUP format), 2) DEC VAXstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX 8.0 (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX 8.05 (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun3 series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), 7) Sun4 (SPARC) series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), and 8) SGI Indigo computers running IRIX 4.0.1 and IRIX/Motif 1.0.1 (.25 inch IRIS tape cartridge in UNIX tar format). An optional Motif Object Code License is available for either Sun version. TAE is a trademark of the National Aeronautics and Space Administration. X Window System is a trademark of the Massachusetts Institute of Technology. Motif is a trademark of the Open Software Foundation. DEC, VAX, VMS, TK50 and ULTRIX are trademarks of Digital Equipment Corporation. HP9000 and HP-UX are trademarks of Hewlett-Packard Co. Sun3, Sun4, SunOS, and SPARC are trademarks of Sun Microsystems, Inc. SGI and IRIS are registered trademarks of Silicon Graphics, Inc.
TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (SUN3 VERSION)
NASA Technical Reports Server (NTRS)
TAE SUPPORT OFFICE
1994-01-01
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. Data-driven graphical objects such as dials, thermometers, and strip charts are also included. TAE Plus updates the strip chart as the data values change. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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. The Silicon Graphics version of TAE Plus now has a font caching scheme and a color caching scheme to make color allocation more efficient. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides an extremely powerful 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, Version 11 Release 4, and the Open Software Foundation's Motif Toolkit 1.1 or 1.1.1. 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 comes with InterViews and idraw, two software packages developed by Stanford University and integrated in TAE Plus. TAE Plus was developed in 1989 and version 5.1 was released in 1991. TAE Plus is currently available on media suitable for eight different machine platforms: 1) DEC VAX computers running VMS 5.3 or higher (TK50 cartridge in VAX BACKUP format), 2) DEC VAXstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX 8.0 (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX 8.05 (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun3 series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), 7) Sun4 (SPARC) series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), and 8) SGI Indigo computers running IRIX 4.0.1 and IRIX/Motif 1.0.1 (.25 inch IRIS tape cartridge in UNIX tar format). An optional Motif Object Code License is available for either Sun version. TAE is a trademark of the National Aeronautics and Space Administration. X Window System is a trademark of the Massachusetts Institute of Technology. Motif is a trademark of the Open Software Foundation. DEC, VAX, VMS, TK50 and ULTRIX are trademarks of Digital Equipment Corporation. HP9000 and HP-UX are trademarks of Hewlett-Packard Co. Sun3, Sun4, SunOS, and SPARC are trademarks of Sun Microsystems, Inc. SGI and IRIS are registered trademarks of Silicon Graphics, Inc.
TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (SUN3 VERSION WITH MOTIF)
NASA Technical Reports Server (NTRS)
TAE SUPPORT OFFICE
1994-01-01
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. Data-driven graphical objects such as dials, thermometers, and strip charts are also included. TAE Plus updates the strip chart as the data values change. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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. The Silicon Graphics version of TAE Plus now has a font caching scheme and a color caching scheme to make color allocation more efficient. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides an extremely powerful 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, Version 11 Release 4, and the Open Software Foundation's Motif Toolkit 1.1 or 1.1.1. 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 comes with InterViews and idraw, two software packages developed by Stanford University and integrated in TAE Plus. TAE Plus was developed in 1989 and version 5.1 was released in 1991. TAE Plus is currently available on media suitable for eight different machine platforms: 1) DEC VAX computers running VMS 5.3 or higher (TK50 cartridge in VAX BACKUP format), 2) DEC VAXstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX 8.0 (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX 8.05 (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun3 series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), 7) Sun4 (SPARC) series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), and 8) SGI Indigo computers running IRIX 4.0.1 and IRIX/Motif 1.0.1 (.25 inch IRIS tape cartridge in UNIX tar format). An optional Motif Object Code License is available for either Sun version. TAE is a trademark of the National Aeronautics and Space Administration. X Window System is a trademark of the Massachusetts Institute of Technology. Motif is a trademark of the Open Software Foundation. DEC, VAX, VMS, TK50 and ULTRIX are trademarks of Digital Equipment Corporation. HP9000 and HP-UX are trademarks of Hewlett-Packard Co. Sun3, Sun4, SunOS, and SPARC are trademarks of Sun Microsystems, Inc. SGI and IRIS are registered trademarks of Silicon Graphics, Inc.
NASA Technical Reports Server (NTRS)
Chan, Gordon C.; Turner, Horace Q.
1990-01-01
COSMIC/NASTRAN, as it is supported and maintained by COSMIC, runs on four main-frame computers - CDC, VAX, IBM and UNIVAC. COSMIC/NASTRAN on other computers, such as CRAY, AMDAHL, PRIME, CONVEX, etc., is available commercially from a number of third party organizations. All these computers, with their own one-of-a-kind operating systems, make NASTRAN machine dependent. The job control language (JCL), the file management, and the program execution procedure of these computers are vastly different, although 95 percent of NASTRAN source code was written in standard ANSI FORTRAN 77. The advantage of the UNIX operating system is that it has no machine boundary. UNIX is becoming widely used in many workstations, mini's, super-PC's, and even some main-frame computers. NASTRAN for the UNIX operating system is definitely the way to go in the future, and makes NASTRAN available to a host of computers, big and small. Since 1985, many NASTRAN improvements and enhancements were made to conform to the ANSI FORTRAN 77 standards. A major UNIX migration effort was incorporated into COSMIC NASTRAN 1990 release. As a pioneer work for the UNIX environment, a version of COSMIC 89 NASTRAN was officially released in October 1989 for DEC ULTRIX VAXstation 3100 (with VMS extensions). A COSMIC 90 NASTRAN version for DEC ULTRIX DECstation 3100 (with RISC) is planned for April 1990 release. Both workstations are UNIX based computers. The COSMIC 90 NASTRAN will be made available on a TK50 tape for the DEC ULTRIX workstations. Previously in 1988, an 88 NASTRAN version was tested successfully on a SiliconGraphics workstation.
ARC2D - EFFICIENT SOLUTION METHODS FOR THE NAVIER-STOKES EQUATIONS (DEC RISC ULTRIX VERSION)
NASA Technical Reports Server (NTRS)
Biyabani, S. R.
1994-01-01
ARC2D is a computational fluid dynamics program developed at the NASA Ames Research Center specifically for airfoil computations. The program uses implicit finite-difference techniques to solve two-dimensional Euler equations and thin layer Navier-Stokes equations. It is based on the Beam and Warming implicit approximate factorization algorithm in generalized coordinates. The methods are either time accurate or accelerated non-time accurate steady state schemes. The evolution of the solution through time is physically realistic; good solution accuracy is dependent on mesh spacing and boundary conditions. The mathematical development of ARC2D begins with the strong conservation law form of the two-dimensional Navier-Stokes equations in Cartesian coordinates, which admits shock capturing. The Navier-Stokes equations can be transformed from Cartesian coordinates to generalized curvilinear coordinates in a manner that permits one computational code to serve a wide variety of physical geometries and grid systems. ARC2D includes an algebraic mixing length model to approximate the effect of turbulence. In cases of high Reynolds number viscous flows, thin layer approximation can be applied. ARC2D allows for a variety of solutions to stability boundaries, such as those encountered in flows with shocks. The user has considerable flexibility in assigning geometry and developing grid patterns, as well as in assigning boundary conditions. However, the ARC2D model is most appropriate for attached and mildly separated boundary layers; no attempt is made to model wake regions and widely separated flows. The techniques have been successfully used for a variety of inviscid and viscous flowfield calculations. The Cray version of ARC2D is written in FORTRAN 77 for use on Cray series computers and requires approximately 5Mb memory. The program is fully vectorized. The tape includes variations for the COS and UNICOS operating systems. Also included is a sample routine for CONVEX 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.
TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (HP9000 SERIES 300/400 VERSION)
NASA Technical Reports Server (NTRS)
TAE SUPPORT OFFICE
1994-01-01
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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, Version 11 Release 4, and the Open Software Foundation's Motif. 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 expected to be available on media suitable for seven different machine platforms: 1) DEC VAX computers running VMS (TK50 cartridge in VAX BACKUP format), 2) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and 7) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2.
TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (VAX VMS VERSION)
NASA Technical Reports Server (NTRS)
TAE SUPPORT OFFICE
1994-01-01
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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, Version 11 Release 4, and the Open Software Foundation's Motif. 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 expected to be available on media suitable for seven different machine platforms: 1) DEC VAX computers running VMS (TK50 cartridge in VAX BACKUP format), 2) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and 7) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2.
ARC2D - EFFICIENT SOLUTION METHODS FOR THE NAVIER-STOKES EQUATIONS (CRAY VERSION)
NASA Technical Reports Server (NTRS)
Pulliam, T. H.
1994-01-01
ARC2D is a computational fluid dynamics program developed at the NASA Ames Research Center specifically for airfoil computations. The program uses implicit finite-difference techniques to solve two-dimensional Euler equations and thin layer Navier-Stokes equations. It is based on the Beam and Warming implicit approximate factorization algorithm in generalized coordinates. The methods are either time accurate or accelerated non-time accurate steady state schemes. The evolution of the solution through time is physically realistic; good solution accuracy is dependent on mesh spacing and boundary conditions. The mathematical development of ARC2D begins with the strong conservation law form of the two-dimensional Navier-Stokes equations in Cartesian coordinates, which admits shock capturing. The Navier-Stokes equations can be transformed from Cartesian coordinates to generalized curvilinear coordinates in a manner that permits one computational code to serve a wide variety of physical geometries and grid systems. ARC2D includes an algebraic mixing length model to approximate the effect of turbulence. In cases of high Reynolds number viscous flows, thin layer approximation can be applied. ARC2D allows for a variety of solutions to stability boundaries, such as those encountered in flows with shocks. The user has considerable flexibility in assigning geometry and developing grid patterns, as well as in assigning boundary conditions. However, the ARC2D model is most appropriate for attached and mildly separated boundary layers; no attempt is made to model wake regions and widely separated flows. The techniques have been successfully used for a variety of inviscid and viscous flowfield calculations. The Cray version of ARC2D is written in FORTRAN 77 for use on Cray series computers and requires approximately 5Mb memory. The program is fully vectorized. The tape includes variations for the COS and UNICOS operating systems. Also included is a sample routine for CONVEX 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.
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
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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 workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.
NASA Technical Reports Server (NTRS)
Cullimore, B.
1994-01-01
SINDA, the Systems Improved Numerical Differencing Analyzer, is a software system for solving lumped parameter representations of physical problems governed by diffusion-type equations. SINDA was originally designed for analyzing thermal systems represented in electrical analog, lumped parameter form, although its use may be extended to include other classes of physical systems which can be modeled in this form. As a thermal analyzer, SINDA can handle such interrelated phenomena as sublimation, diffuse radiation within enclosures, transport delay effects, and sensitivity analysis. FLUINT, the FLUid INTegrator, is an advanced one-dimensional fluid analysis program that solves arbitrary fluid flow networks. The working fluids can be single phase vapor, single phase liquid, or two phase. The SINDA'85/FLUINT system permits the mutual influences of thermal and fluid problems to be analyzed. The SINDA system consists of a programming language, a preprocessor, and a subroutine library. The SINDA language is designed for working with lumped parameter representations and finite difference solution techniques. The preprocessor accepts programs written in the SINDA language and converts them into standard FORTRAN. The SINDA library consists of a large number of FORTRAN subroutines that perform a variety of commonly needed actions. The use of these subroutines can greatly reduce the programming effort required to solve many problems. A complete run of a SINDA'85/FLUINT model is a four step process. First, the user's desired model is run through the preprocessor which writes out data files for the processor to read and translates the user's program code. Second, the translated code is compiled. The third step requires linking the user's code with the processor library. Finally, the processor is executed. SINDA'85/FLUINT program features include 20,000 nodes, 100,000 conductors, 100 thermal submodels, and 10 fluid submodels. SINDA'85/FLUINT can also model two phase flow, capillary devices, user defined fluids, gravity and acceleration body forces on a fluid, and variable volumes. SINDA'85/FLUINT offers the following numerical solution techniques. The Finite difference formulation of the explicit method is the Forward-difference explicit approximation. The formulation of the implicit method is the Crank-Nicolson approximation. The program allows simulation of non-uniform heating and facilitates modeling thin-walled heat exchangers. The ability to model non-equilibrium behavior within two-phase volumes is included. Recent improvements to the program were made in modeling real evaporator-pumps and other capillary-assist evaporators. SINDA'85/FLUINT is available by license for a period of ten (10) years to approved licensees. The licensed program product includes the source code and one copy of the supporting documentation. Additional copies of the documentation may be purchased separately at any time. SINDA'85/FLUINT is written in FORTRAN 77. Version 2.3 has been implemented on Cray series computers running UNICOS, CONVEX computers running CONVEX OS, and DEC RISC computers running ULTRIX. Binaries are included with the Cray version only. The Cray version of SINDA'85/FLUINT also contains SINGE, an additional graphics program developed at Johnson Space Flight Center. Both source and executable code are provided for SINGE. Users wishing to create their own SINGE executable will also need the NASA Device Independent Graphics Library (NASADIG, previously known as SMDDIG; UNIX version, MSC-22001). The Cray and CONVEX versions of SINDA'85/FLUINT are available on 9-track 1600 BPI UNIX tar format magnetic tapes. The CONVEX version is also available on a .25 inch streaming magnetic tape cartridge in UNIX tar format. The DEC RISC ULTRIX version is available on a TK50 magnetic tape cartridge in UNIX tar format. SINDA was developed in 1971, and first had fluid capability added in 1975. SINDA'85/FLUINT version 2.3 was released in 1990.
IMAGEP - A FORTRAN ALGORITHM FOR DIGITAL IMAGE PROCESSING
NASA Technical Reports Server (NTRS)
Roth, D. J.
1994-01-01
IMAGEP is a FORTRAN computer algorithm containing various image processing, analysis, and enhancement functions. It is a keyboard-driven program organized into nine subroutines. Within the subroutines are other routines, also, selected via keyboard. Some of the functions performed by IMAGEP include digitization, storage and retrieval of images; image enhancement by contrast expansion, addition and subtraction, magnification, inversion, and bit shifting; display and movement of cursor; display of grey level histogram of image; and display of the variation of grey level intensity as a function of image position. This algorithm has possible scientific, industrial, and biomedical applications in material flaw studies, steel and ore analysis, and pathology, respectively. IMAGEP is written in VAX FORTRAN for DEC VAX series computers running VMS. The program requires the use of a Grinnell 274 image processor which can be obtained from Mark McCloud Associates, Campbell, CA. An object library of the required GMR series software is included on the distribution media. IMAGEP requires 1Mb of RAM for execution. The standard distribution medium for this program is a 1600 BPI 9track magnetic tape in VAX FILES-11 format. It is also available on a TK50 tape cartridge in VAX FILES-11 format. This program was developed in 1991. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation.
PATSTAGS - PATRAN-STAGSC-1 TRANSLATOR
NASA Technical Reports Server (NTRS)
Otte, N. E.
1994-01-01
PATSTAGS translates PATRAN finite model data into STAGS (Structural Analysis of General Shells) input records to be used for engineering analysis. The program reads data from a PATRAN neutral file and writes STAGS input records into a STAGS input file and a UPRESS data file. It is able to support translations of nodal constraints, nodal, element, force and pressure data. PATSTAGS uses three files: the PATRAN neutral file to be translated, a STAGS input file and a STAGS pressure data file. The user provides the names for the neutral file and the desired names of the STAGS files to be created. The pressure data file contains the element live pressure data used in the STAGS subroutine UPRESS. PATSTAGS is written in FORTRAN 77 for DEC VAX series computers running VMS. The main memory requirement for execution is approximately 790K of virtual memory. Output blocks can be modified to output the data in any format desired, allowing the program to be used to translate model data to analysis codes other than STAGSC-1 (HQN-10967). This program is available in DEC VAX BACKUP format on a 9-track magnetic tape or TK50 tape cartridge. Documentation is included in the price of the program. PATSTAGS was developed in 1990. DEC, VAX, TK50 and VMS are trademarks of Digital Equipment Corporation.
System administrator`s guide to CDPS. Version 1.0
DOE Office of Scientific and Technical Information (OSTI.GOV)
Didier, B.T.; Portwood, M.H.
The System Administrator`s Guide to CDPS is intended for those responsible for setting up and maintaining the hardware and software of a Common Mapping Standard (CMS) Date Production System (CDPS) installation. This guide assists the system administrator in performing typical administrative functions. It is not intended to replace the Ultrix Documentation Set that should be available for a DCPS installation. The Ultrix Documentation Set will be required to provide details on referenced Ultrix commands as well as procedures for performing Ultrix maintenance functions. There are six major sections in this guide. Section 1 introduces the system administrator to CDPS andmore » describes the assumptions that are made by this guide. Section 2 describes the CDPS platform configuration. Section 3 describes the platform preparation that is required to install the CDPS software. Section 4 describes the CPS software and its installation procedures. Section 5 describes the CDS software and its installation procedures. Section 6 describes various operation and maintenance procedures. Four appendices are also provided. Appendix A contains a list of used acronyms. Appendix B provides a terse description of common Ultrix commands that are used in administrative functions. Appendix C provides sample CPS and CDS configuration files. Appendix D provides a required list and a recommended list of Ultrix software subsets for installation on a CDPS platform.« less
NASA Technical Reports Server (NTRS)
Jagielski, J. M.
1994-01-01
The DET/MPS programs model and simulate the Direct Energy Transfer and Multimission Spacecraft Modular Power System in order to aid both in design and in analysis of orbital energy balance. Typically, the DET power system has the solar array directly to the spacecraft bus, and the central building block of MPS is the Standard Power Regulator Unit. DET/MPS allows a minute-by-minute simulation of the power system's performance as it responds to various orbital parameters, focusing its output on solar array output and battery characteristics. While this package is limited in terms of orbital mechanics, it is sufficient to calculate eclipse and solar array data for circular or non-circular orbits. DET/MPS can be adjusted to run one or sequential orbits up to about one week, simulated time. These programs have been used on a variety of Goddard Space Flight Center spacecraft projects. DET/MPS is written in FORTRAN 77 with some VAX-type extensions. Any FORTRAN 77 compiler that includes VAX extensions should be able to compile and run the program with little or no modifications. The compiler must at least support free-form (or tab-delineated) source format and 'do do-while end-do' control structures. DET/MPS is available for three platforms: GSC-13374, for DEC VAX series computers running VMS, is available in DEC VAX Backup format on a 9-track 1600 BPI tape (standard distribution) or TK50 tape cartridge; GSC-13443, for UNIX-based computers, is available on a .25 inch streaming magnetic tape cartridge in UNIX tar format; and GSC-13444, for Macintosh computers running AU/X with either the NKR FORTRAN or AbSoft MacFORTRAN II compilers, is available on a 3.5 inch 800K Macintosh format diskette. Source code and test data are supplied. The UNIX version of DET requires 90K of main memory for execution. DET/MPS was developed in 1990. A/UX and Macintosh are registered trademarks of Apple Computer, Inc. VMS, DEC VAX and TK50 are trademarks of Digital Equipment Corporation. UNIX is a registered trademark of AT&T Bell Laboratories.
NASA Technical Reports Server (NTRS)
Jagielski, J. M.
1994-01-01
The DET/MPS programs model and simulate the Direct Energy Transfer and Multimission Spacecraft Modular Power System in order to aid both in design and in analysis of orbital energy balance. Typically, the DET power system has the solar array directly to the spacecraft bus, and the central building block of MPS is the Standard Power Regulator Unit. DET/MPS allows a minute-by-minute simulation of the power system's performance as it responds to various orbital parameters, focusing its output on solar array output and battery characteristics. While this package is limited in terms of orbital mechanics, it is sufficient to calculate eclipse and solar array data for circular or non-circular orbits. DET/MPS can be adjusted to run one or sequential orbits up to about one week, simulated time. These programs have been used on a variety of Goddard Space Flight Center spacecraft projects. DET/MPS is written in FORTRAN 77 with some VAX-type extensions. Any FORTRAN 77 compiler that includes VAX extensions should be able to compile and run the program with little or no modifications. The compiler must at least support free-form (or tab-delineated) source format and 'do do-while end-do' control structures. DET/MPS is available for three platforms: GSC-13374, for DEC VAX series computers running VMS, is available in DEC VAX Backup format on a 9-track 1600 BPI tape (standard distribution) or TK50 tape cartridge; GSC-13443, for UNIX-based computers, is available on a .25 inch streaming magnetic tape cartridge in UNIX tar format; and GSC-13444, for Macintosh computers running AU/X with either the NKR FORTRAN or AbSoft MacFORTRAN II compilers, is available on a 3.5 inch 800K Macintosh format diskette. Source code and test data are supplied. The UNIX version of DET requires 90K of main memory for execution. DET/MPS was developed in 1990. A/UX and Macintosh are registered trademarks of Apple Computer, Inc. VMS, DEC VAX and TK50 are trademarks of Digital Equipment Corporation. UNIX is a registered trademark of AT&T Bell Laboratories.
NASA Technical Reports Server (NTRS)
Jagielski, J. M.
1994-01-01
The DET/MPS programs model and simulate the Direct Energy Transfer and Multimission Spacecraft Modular Power System in order to aid both in design and in analysis of orbital energy balance. Typically, the DET power system has the solar array directly to the spacecraft bus, and the central building block of MPS is the Standard Power Regulator Unit. DET/MPS allows a minute-by-minute simulation of the power system's performance as it responds to various orbital parameters, focusing its output on solar array output and battery characteristics. While this package is limited in terms of orbital mechanics, it is sufficient to calculate eclipse and solar array data for circular or non-circular orbits. DET/MPS can be adjusted to run one or sequential orbits up to about one week, simulated time. These programs have been used on a variety of Goddard Space Flight Center spacecraft projects. DET/MPS is written in FORTRAN 77 with some VAX-type extensions. Any FORTRAN 77 compiler that includes VAX extensions should be able to compile and run the program with little or no modifications. The compiler must at least support free-form (or tab-delineated) source format and 'do do-while end-do' control structures. DET/MPS is available for three platforms: GSC-13374, for DEC VAX series computers running VMS, is available in DEC VAX Backup format on a 9-track 1600 BPI tape (standard distribution) or TK50 tape cartridge; GSC-13443, for UNIX-based computers, is available on a .25 inch streaming magnetic tape cartridge in UNIX tar format; and GSC-13444, for Macintosh computers running AU/X with either the NKR FORTRAN or AbSoft MacFORTRAN II compilers, is available on a 3.5 inch 800K Macintosh format diskette. Source code and test data are supplied. The UNIX version of DET requires 90K of main memory for execution. DET/MPS was developed in 1990. A/UX and Macintosh are registered trademarks of Apple Computer, Inc. VMS, DEC VAX and TK50 are trademarks of Digital Equipment Corporation. UNIX is a registered trademark of AT&T Bell Laboratories.
Remediation of Cd-contaminated soil around metal sulfide mines
NASA Astrophysics Data System (ADS)
Lu, Xinzhe; Hu, Xuefeng; Kang, Zhanjun; Luo, Fan
2017-04-01
The mines of metal sulfides are widely distributed in the southwestern part of Zhejiang Province, Southeast China. The activities of mining, however, often lead to the severe pollution of heavy metals in soils, especially Cd contamination. According to our field investigations, the spatial distribution of Cd-contaminated soils is highly consistent with the presence of metal sulfide mines in the areas, further proving that the mining activities are responsible for Cd accumulation in the soils. To study the remediation of Cd-contaminated soils, a paddy field nearby large sulfide mines, with soil pH 6 and Cd more than 1.56 mg kg-1, five times higher than the national recommended threshold, was selected. Plastic boards were deeply inserted into soil to separate the field and make experimental plots, with each plot being 4 m×4 m. Six treatments, TK01˜TK06, were designed to study the effects of different experimental materials on remediating Cd-contaminated soils. The treatment of TK01 was the addition of 100 kg zeolites to the plot; TK02, 100 kg apatites; TK03, 100 kg humid manure; TK04, 50 kg zeolites + 50 kg apatites; TK05, 50 kg zeolites + 50 kg humid manure; TK06 was blank control (CK). One month after the treatments, soil samples at the plots were collected to study the possible change of chemical forms of Cd in the soils. The results indicated that these treatments reduced the content of available Cd in the soils effectively, by a decreasing sequence of TK04 (33%) > TK02 (25%) > TK01 (23%) > TK05 (22%) > TK03 (15%), on the basis of CK. Correspondingly, the treatments also reduced the content of Cd in rice grains significantly, by a similar decreasing sequence of TK04 (83%) > TK02 (77%) > TK05 (63%) > TK01 (47%) > TK03 (27%). The content of Cd in the rice grains was 0.071 mg kg-1, 0.094 mg kg-1, 0.159 mg kg-1, 0.22 mg kg-1 and 0.306 mg kg-1, respectively, compared with CK, 0.418 mg kg-1. This experiment suggested that the reduction of available Cd in the soils is the key to the remediation of Cd-contaminated soils, and apply the composite material of zeolite combining apatite is the best choice for the remediation of Cd-contaminated soils.
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
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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 workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.
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
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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 workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.
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
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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 workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.
TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (SILICON GRAPHICS VERSION)
NASA Technical Reports Server (NTRS)
TAE SUPPORT OFFICE
1994-01-01
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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 workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.
TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (SUN4 VERSION)
NASA Technical Reports Server (NTRS)
TAE SUPPORT OFFICE
1994-01-01
TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application 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 workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.
Novel selective human mitochondrial kinase inhibitors: design, synthesis and enzymatic activity.
Ciliberti, Nunzia; Manfredini, Stefano; Angusti, Angela; Durini, Elisa; Solaroli, Nicola; Vertuani, Silvia; Buzzoni, Lisa; Bonache, Maria Cruz; Ben-Shalom, Efrat; Karlsson, Anna; Saada, Ann; Balzarini, Jan
2007-04-15
Selective and effective TK2 inhibitors can be obtained by introduction of bulky lipophilic chains (acyl or alkyl entities) at the 2' position of araT and BVaraU, nucleoside analogues naturally endowed with a low TK2 affinity. These derivatives showed a competitive inhibitory activity against TK2 in micromolar range. BVaraU nucleoside analogues, modified on the 2'-O-acyl chain with a terminal N-Boc amino-group, conserved or increased the inhibitory activity against TK2 (7l and 7m IC(50): 6.4 and 3.8 microM, respectively). The substitution of an ester for a carboxamide moiety at the 2' position of araT afforded a consistent reduction of the inhibitory activity (25, IC(50): 480 microM). On the contrary, modifications at 2'-OH position of araC and araG, have provided inactive derivatives against TK2 and dGK, respectively. The biological activity of a representative compound, 2'-O-decanoyl-BVaraU, was also investigated in normal human fibroblasts and was found to impair mitochondrial function due to TK2 inhibition.
KNET - DISTRIBUTED COMPUTING AND/OR DATA TRANSFER PROGRAM
NASA Technical Reports Server (NTRS)
Hui, J.
1994-01-01
KNET facilitates distributed computing between a UNIX compatible local host and a remote host which may or may not be UNIX compatible. It is capable of automatic remote login. That is, it performs on the user's behalf the chore of handling host selection, user name, and password to the designated host. Once the login has been successfully completed, the user may interactively communicate with the remote host. Data output from the remote host may be directed to the local screen, to a local file, and/or to a local process. Conversely, data input from the keyboard, a local file, or a local process may be directed to the remote host. KNET takes advantage of the multitasking and terminal mode control features of the UNIX operating system. A parent process is used as the upper layer for interfacing with the local user. A child process is used for a lower layer for interfacing with the remote host computer, and optionally one or more child processes can be used for the remote data output. Output may be directed to the screen and/or to the local processes under the control of a data pipe switch. In order for KNET to operate, the local and remote hosts must observe a common communications protocol. KNET is written in ANSI standard C-language for computers running UNIX. It has been successfully implemented on several Sun series computers and a DECstation 3100 and used to run programs remotely on VAX VMS and UNIX based computers. It requires 100K of RAM under SunOS and 120K of RAM under DEC RISC ULTRIX. An electronic copy of the documentation is provided on the distribution medium. The standard distribution medium for KNET 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. KNET was developed in 1991 and is a copyrighted work with all copyright vested in NASA. UNIX is a registered trademark of AT&T Bell Laboratories. Sun and SunOS are trademarks of Sun Microsystems, Inc. DECstation, VAX, VMS, and ULTRIX are trademarks of Digital Equipment Corporation.
46 CFR 91.25-20 - Fire extinguishing equipment.
Code of Federal Regulations, 2012 CFR
2012-10-01
... smothering lines shall be checked with at least a 50 p.s.i. air pressure with the ends capped or by blowing... water or antifreeze. Cartridge operated (water, antifreeze or loaded stream) Examine pressure cartridge... Dry chemical (cartridge-operated type) Examine pressure cartridge and replace if end is punctured or...
Computer Models for Two-Dimensional Transient Heat Conduction,
1983-04-01
8217) 88) WRITE(6910) (DSDELTDITDEL) 89) WRITE(6923)U90 23 FORMAT(/ hlA 4x,’xx ’Y’,1X:NISO ITRT IMIAX ITPC ’) 91) WRITE( 6 1) X YoNISOITAT.IMAX.ITPC) 92... 1042 ) E8(KONT)=-(TK4.TK(IJ) )/(2.0DO*Dl)-.50ODI2*R4 *1043) C(KONT)=TK4/(2.ODO*DI) 1044) D(KONT)=-H(INDEX) *D12*T54P8(J)-(TK(IJ)I(2.ODO*O1) )*THPL(I
AUTOCLASS III - AUTOMATIC CLASS DISCOVERY FROM DATA
NASA Technical Reports Server (NTRS)
Cheeseman, P. C.
1994-01-01
The program AUTOCLASS III, Automatic Class Discovery from Data, uses Bayesian probability theory to provide a simple and extensible approach to problems such as classification and general mixture separation. Its theoretical basis is free from ad hoc quantities, and in particular free of any measures which alter the data to suit the needs of the program. As a result, the elementary classification model used lends itself easily to extensions. The standard approach to classification in much of artificial intelligence and statistical pattern recognition research involves partitioning of the data into separate subsets, known as classes. AUTOCLASS III uses the Bayesian approach in which classes are described by probability distributions over the attributes of the objects, specified by a model function and its parameters. The calculation of the probability of each object's membership in each class provides a more intuitive classification than absolute partitioning techniques. AUTOCLASS III is applicable to most data sets consisting of independent instances, each described by a fixed length vector of attribute values. An attribute value may be a number, one of a set of attribute specific symbols, or omitted. The user specifies a class probability distribution function by associating attribute sets with supplied likelihood function terms. AUTOCLASS then searches in the space of class numbers and parameters for the maximally probable combination. It returns the set of class probability function parameters, and the class membership probabilities for each data instance. AUTOCLASS III is written in Common Lisp, and is designed to be platform independent. This program has been successfully run on Symbolics and Explorer Lisp machines. It has been successfully used with the following implementations of Common LISP on the Sun: Franz Allegro CL, Lucid Common Lisp, and Austin Kyoto Common Lisp and similar UNIX platforms; under the Lucid Common Lisp implementations on VAX/VMS v5.4, VAX/Ultrix v4.1, and MIPS/Ultrix v4, rev. 179; and on the Macintosh personal computer. The minimum Macintosh required is the IIci. This program will not run under CMU Common Lisp or VAX/VMS DEC Common Lisp. A minimum of 8Mb of RAM is required for Macintosh platforms and 16Mb for workstations. The standard distribution medium for this program 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 and a 3.5 inch diskette in Macintosh format. An electronic copy of the documentation is included on the distribution medium. AUTOCLASS was developed between March 1988 and March 1992. It was initially released in May 1991. Sun is a trademark of Sun Microsystems, Inc. UNIX is a registered trademark of AT&T Bell Laboratories. DEC, VAX, VMS, and ULTRIX are trademarks of Digital Equipment Corporation. Macintosh is a trademark of Apple Computer, Inc. Allegro CL is a registered trademark of Franz, Inc.
46 CFR 71.25-20 - Fire detecting and extinguishing equipment.
Code of Federal Regulations, 2014 CFR
2014-10-01
... shall be checked with at least a 50 p.s.i. air pressure with the ends capped or by blowing steam through... water or antifreeze. Cartridge operated (water, antifreeze or loaded stream) Examine pressure cartridge... Dry chemical (cartridge-operated type) Examine pressure cartridge and replace if end is punctured or...
Russ, Pamela; Schelling, Pierre; Scapozza, Leonardo; Folkers, Gerd; Clercq, Erik De; Marquez, Victor E
2003-11-06
The conformationally locked nucleoside, (north)-methanocarbathymine (1a), is a potent and selective anti-herpes agent effective against herpes simplex type 1 (HSV1) and type 2 (HSV2) viruses. Hereby, we report on the synthesis and biological evaluation of a small set of 5-substituted pyrimidine nucleosides belonging to the same class of bicyclo[3.1.0]hexane nucleosides. Both the 5-bromovinyl (4) and the 5-bromo analogue (3) appeared to be exclusive substrates of HSV1 thymidine kinase (TK), contrasting with the 5-iodo analogue (2), which was significantly phosphorylated by the human cytosolic TK. The binding affinity constant and catalytic turnover for HSV1 TK were measured to assess the influence of the substitution on these parameters. In the plaque reduction and cytotoxicity assays, the 5-bromo analogue (3) showed good activity against HSV1 and HSV2 with less general toxicity than 1a. Against varicella-zoster virus (VZV), the north-locked 5-bromovinyl analogue (4) proved to be as potent as its conformationally unlocked 2'-deoxyriboside equivalent BVDU. The three compounds were also tested in vitro as prodrugs used in a gene therapy context on three osteosarcoma cell lines, either deficient in TK (TK(-)), nontransduced, or stably transduced with HSV1 TK. The 5-iodo compound (2, CC(50) 25 +/- 7 microM) was more efficient than ganciclovir (GCV, CC(50) 75 +/- 35 microM) in inhibiting growth of HSV1-TK transfected cells and less inhibitory than GCV toward TK(-) cells, whereas compound 3 inhibited transfected and nontransfected cell lines in a relatively similar dose-dependent manner.
OSMEAN - OSCULATING/MEAN CLASSICAL ORBIT ELEMENTS CONVERSION (HP9000/7XX VERSION)
NASA Technical Reports Server (NTRS)
Guinn, J. R.
1994-01-01
OSMEAN is a sophisticated FORTRAN algorithm that converts between osculating and mean classical orbit elements. Mean orbit elements are advantageous for trajectory design and maneuver planning since they can be propagated very quickly; however, mean elements cannot describe the exact orbit at any given time. Osculating elements will enable the engineer to give an exact description of an orbit; however, computation costs are significantly higher due to the numerical integration procedure required for propagation. By calculating accurate conversions between osculating and mean orbit elements, OSMEAN allows the engineer to exploit the advantages of each approach for the design and planning of orbital trajectories and maneuver planning. OSMEAN is capable of converting mean elements to osculating elements or vice versa. The conversion is based on modelling of all first order aspherical and lunar-solar gravitation perturbations as well as a second-order aspherical term based on the second degree central body zonal perturbation. OSMEAN is written in FORTRAN 77 for HP 9000 series computers running HP-UX (NPO-18796) and DEC VAX series computers running VMS (NPO-18741). The HP version requires 388K of RAM for execution and the DEC VAX version requires 254K of RAM for execution. Sample input and output are listed in the documentation. Sample input is also provided on the distribution medium. The standard distribution medium for the HP 9000 series version is a .25 inch streaming magnetic IOTAMAT tape cartridge in UNIX tar format. It is also available on a .25 inch streaming magnetic tape cartridge in UNIX tar format or on a 3.5 inch diskette in UNIX tar format. The standard distribution medium for the DEC VAX version is a 1600 BPI 9-track magnetic tape in DEC VAX BACKUP format. It is also available on a TK50 tape cartridge in DEC VAX BACKUP format. OSMEAN was developed on a VAX 6410 in 1989, and was ported to the HP 9000 series platform in 1991. It is a copyrighted work with all copyright vested in NASA.
OSMEAN - OSCULATING/MEAN CLASSICAL ORBIT ELEMENTS CONVERSION (VAX VMS VERSION)
NASA Technical Reports Server (NTRS)
Guinn, J. R.
1994-01-01
OSMEAN is a sophisticated FORTRAN algorithm that converts between osculating and mean classical orbit elements. Mean orbit elements are advantageous for trajectory design and maneuver planning since they can be propagated very quickly; however, mean elements cannot describe the exact orbit at any given time. Osculating elements will enable the engineer to give an exact description of an orbit; however, computation costs are significantly higher due to the numerical integration procedure required for propagation. By calculating accurate conversions between osculating and mean orbit elements, OSMEAN allows the engineer to exploit the advantages of each approach for the design and planning of orbital trajectories and maneuver planning. OSMEAN is capable of converting mean elements to osculating elements or vice versa. The conversion is based on modelling of all first order aspherical and lunar-solar gravitation perturbations as well as a second-order aspherical term based on the second degree central body zonal perturbation. OSMEAN is written in FORTRAN 77 for HP 9000 series computers running HP-UX (NPO-18796) and DEC VAX series computers running VMS (NPO-18741). The HP version requires 388K of RAM for execution and the DEC VAX version requires 254K of RAM for execution. Sample input and output are listed in the documentation. Sample input is also provided on the distribution medium. The standard distribution medium for the HP 9000 series version is a .25 inch streaming magnetic IOTAMAT tape cartridge in UNIX tar format. It is also available on a .25 inch streaming magnetic tape cartridge in UNIX tar format or on a 3.5 inch diskette in UNIX tar format. The standard distribution medium for the DEC VAX version is a 1600 BPI 9-track magnetic tape in DEC VAX BACKUP format. It is also available on a TK50 tape cartridge in DEC VAX BACKUP format. OSMEAN was developed on a VAX 6410 in 1989, and was ported to the HP 9000 series platform in 1991. It is a copyrighted work with all copyright vested in NASA.
Development and characterization of a new marine fish cell line from turbot (Scophthalmus maximus).
Wang, N; Wang, X L; Sha, Z X; Tian, Y S; Chen, S L
2010-12-01
A new marine fish cell line, TK, derived from turbot (Scophthalmus maximus) kidney, was established by the method of trypsin digestion and subcultured for more than 50 passages over a period of 300 days. The TK cells were maintained in Minimum Essential Medium Eagle (MEM) supplemented with HEPES, antibiotics, fetal bovine serum (FBS), 2-Mercaptoethanol (2-Me), and basic fibroblast growth factor (bFGF). The suitable growth temperature for TK cells was 24°C, and microscopically, TK cells were composed of fibroblast-like cells. Chromosome analysis revealed that the TK cell line has a normal diploid karyotype with 2n=44. Two fish viruses LCDV-C (lymphocystis disease virus from China) and TRBIV (turbot reddish body iridovirus) were used to determine the virus susceptibility of TK cell line. The TK cell line was found to be susceptible to TRBIV, and the infection was confirmed by cytopathic effect (CPE) and transmission electron microscopy, which detected the viral particles in the cytoplasm of virus-infected cells. Finally, significant green fluorescent signals were observed when the TK cells were transfected with pEGFP-N3 vector, indicating its potential utility for fish virus study and genetic manipulation.
FTC - THE FAULT-TREE COMPILER (SUN VERSION)
NASA Technical Reports Server (NTRS)
Butler, R. W.
1994-01-01
FTC, the Fault-Tree Compiler program, is a tool used to calculate the top-event probability for a fault-tree. Five different gate types are allowed in the fault tree: AND, OR, EXCLUSIVE OR, INVERT, and M OF N. The high-level input language is easy to understand and use. In addition, the program supports a hierarchical fault tree definition feature which simplifies the tree-description process and reduces execution time. A rigorous error bound is derived for the solution technique. This bound enables the program to supply an answer precisely (within the limits of double precision floating point arithmetic) at a user-specified number of digits accuracy. The program also facilitates sensitivity analysis with respect to any specified parameter of the fault tree such as a component failure rate or a specific event probability by allowing the user to vary one failure rate or the failure probability over a range of values and plot the results. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. FTC was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The program is written in PASCAL, ANSI compliant C-language, and FORTRAN 77. The TEMPLATE graphics library is required to obtain graphical output. The standard distribution medium for the VMS version of FTC (LAR-14586) is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The standard distribution medium for the Sun version of FTC (LAR-14922) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. FTC was developed in 1989 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. UNIX is a registered trademark of AT&T Bell Laboratories. SunOS is a trademark of Sun Microsystems, Inc.
FTC - THE FAULT-TREE COMPILER (VAX VMS VERSION)
NASA Technical Reports Server (NTRS)
Butler, R. W.
1994-01-01
FTC, the Fault-Tree Compiler program, is a tool used to calculate the top-event probability for a fault-tree. Five different gate types are allowed in the fault tree: AND, OR, EXCLUSIVE OR, INVERT, and M OF N. The high-level input language is easy to understand and use. In addition, the program supports a hierarchical fault tree definition feature which simplifies the tree-description process and reduces execution time. A rigorous error bound is derived for the solution technique. This bound enables the program to supply an answer precisely (within the limits of double precision floating point arithmetic) at a user-specified number of digits accuracy. The program also facilitates sensitivity analysis with respect to any specified parameter of the fault tree such as a component failure rate or a specific event probability by allowing the user to vary one failure rate or the failure probability over a range of values and plot the results. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. FTC was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The program is written in PASCAL, ANSI compliant C-language, and FORTRAN 77. The TEMPLATE graphics library is required to obtain graphical output. The standard distribution medium for the VMS version of FTC (LAR-14586) is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The standard distribution medium for the Sun version of FTC (LAR-14922) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. FTC was developed in 1989 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. UNIX is a registered trademark of AT&T Bell Laboratories. SunOS is a trademark of Sun Microsystems, Inc.
46 CFR 71.25-20 - Fire detecting and extinguishing equipment.
Code of Federal Regulations, 2012 CFR
2012-10-01
... shall be checked with at least a 50 p.s.i. air pressure with the ends capped or by blowing steam through... water or antifreeze. Cartridge operated (water, antifreeze or loaded stream) Examine pressure cartirdge... Dry chemical (cartridge-operated type) Examine pressure cartridge and replace if end is punctured or...
46 CFR 71.25-20 - Fire detecting and extinguishing equipment.
Code of Federal Regulations, 2013 CFR
2013-10-01
... shall be checked with at least a 50 p.s.i. air pressure with the ends capped or by blowing steam through... water or antifreeze. Cartridge operated (water, antifreeze or loaded stream) Examine pressure cartirdge... Dry chemical (cartridge-operated type) Examine pressure cartridge and replace if end is punctured or...
Investigation on culturable microflora in Tibetan kefir grains from different areas of China.
Gao, Jie; Gu, Fengying; Abdella, Nesredin H; Ruan, Hui; He, Guoqing
2012-08-01
Four samples of Tibetan kefir grains (TK-ZJUJ 01-04) from Tibet and surrounding areas were investigated via phenotypic and genotypic methods to compare and analyze the diversity of culturable microflora among different origins. As a result, 4 genera of microorganisms from TK-ZJUJ01: Bacillus subtilis (2.9 × 10(7) cfu/mL), Lactococcus lactis (8.2 × 10(7) cfu/mL), Kluyveromyces marxianus (3.0 × 10(6) cfu/mL), Saccharomyces cerevisiae (9.0 × 10(6) cfu/mL); 4 genera from TK-ZJUJ02: Lactobacillus kefiri (1.0 × 10(8) cfu/mL), Pichia kudriavzevii (5.0 × 10(6) cfu/mL), K. marxianus (1.9 × 10(7) cfu/mL), Kazachstania unispora (6.2 × 10(7) cfu/mL); 6 genera from TK-ZJUJ03: Leuconostoc lactis (4.6 × 10(7) cfu/mL), L. lactis (3.0 × 10(7) cfu/mL), Lactobacillus plantarum (3.0 × 10(7) cfu/mL), K. unispora (3.0 × 10(6) cfu/mL), K. marxianus (2.0 × 10(6) cfu/mL), (1.7 × 10(7) cfu/mL); and 4 genera from TK-ZJUJ04: L. plantarum (1.8 × 10(7) cfu/mL), Acetobacter fabarum (5.0 × 10(6) cfu/mL), K. unispora (6.2 × 10(7) cfu/mL), Pichia guilliermondii (6.2 × 10(7) cfu/mL) were identified. Yeasts like P. kudriavzevii and P. guilliermondii isolated in this study were the first time reported in Tibetan kefir grains. For TK-ZJUJ 01-03, lactic acid bacteria were the major microorganisms, which accounted for more than 50% of all the microbial population, while for TK-ZJUJ04, the largest microbial group was yeasts which accounted for more than 50%. In a word, study of diversity and composition of microflora provided us theoretical foundation for further investigation and application of Tibetan kefir grains. This is the basic research in order to develop and industrialize a new kind of yogurt starter which is naturally formed microbiota with both lactic acid bacteria and yeasts in it. © 2012 Institute of Food Technologists®
Sanford, B; Holinka, L G; O'Donnell, V; Krug, P W; Carlson, J; Alfano, M; Carrillo, C; Wu, Ping; Lowe, Andre; Risatti, G R; Gladue, D P; Borca, M V
2016-02-02
African swine fever virus (ASFV) is the etiological agent of a contagious and often lethal viral disease of domestic pigs. There are no vaccines to control Africa swine fever (ASF). Experimental vaccines have been developed using genetically modified live attenuated ASFVs obtained by specifically deleting virus genes involved in virulence, including the thymidine kinase (TK) gene. TK has been shown to be involved in the virulence of several viruses, including ASFV. Here we report the construction of a recombinant virus (ASFV-G/V-ΔTK) obtained by deleting the TK gene in a virulent strain of ASFV Georgia adapted to replicate in Vero cells (ASFV-G/VP30). ASFV-G/P-ΔTK demonstrated decreased replication both in primary swine macrophage cell cultures and in Vero cells compared with ASFV-G/VP30. In vivo, intramuscular administration of up to 10(6) TCID50 of ASFV-G/V-ΔTK does not result in ASF disease. However, these animals are not protected when challenged with the virulent parental Georgia strain. Published by Elsevier B.V.
Morphological study of the TK cholangiocarcinoma cell line with three-dimensional cell culture.
Akiyoshi, Kohei; Kamada, Minori; Akiyama, Nobutake; Suzuki, Masafumi; Watanabe, Michiko; Fujioka, Kouki; Ikeda, Keiichi; Mizuno, Shuichi; Manome, Yoshinobu
2014-04-01
Cholangiocarcinoma is an intractable carcinoma originating from the bile duct epithelium. To gain an understanding of the cell biology of cholangiocarcinoma, in vitro cell culture is valuable. However, well‑characterized cell lines are limited. In the present study, the morphology of the TK cholangiocarcinoma cell line was analyzed by three‑dimensional culture. Dispersed TK cells were injected into a gelatin mesh scaffold and cultivated for 3‑20 days. The morphology of the TK cells was investigated by phase‑contrast microscopy, optical microscopy, scanning electron microscopy (SEM) and transmission electron microscopy (TEM). TK cells were observed to proliferate three-dimensionally in the scaffold. The cells exhibited a globoid structure and attached to the scaffold. The SEM observation demonstrated typical microvilli and plicae on the surface of the structure. Light microscopy and TEM confirmed intercellular and cell‑to‑scaffold attachment in the three‑dimensional mesh. The culture also exhibited the formation of a duct-like structure covered by structured microvilli. In conclusion, three‑dimensional culture of TK cells demonstrated the morphological characteristics of cholangiocarcinoma in vitro. Production of high levels of carbohydrate antigen (CA)19‑9, CA50 and carcinoembryonic antigen was previously confirmed in the TK cell line. As a characteristic morphology was demonstrated in the present study, the TK cholangiocarcinoma cell line may be useful as an experimental model for further study of cholangiocarcinoma.
Salama, S A; Kamel, M; Christman, G; Wang, H Q; Fouad, H M; Al-Hendy, A
2007-01-01
Uterine leiomyomas (LM) affect a high percentage of reproductive-age women. They develop as discrete, well-defined tumors that are easily accessible with imaging techniques--making this disease ideal for localized gene therapy approaches. In this study, we determined the efficacy of adenovirus-mediated herpes simplex virus thymidine kinase gene transfer in combination with ganciclovir (Ad-TK/GCV) as a potential therapy for LM. Rat ELT-3 LM cells and human LM cells were transfected with different multiplicity of infections (10-100 plaque forming units [PFU]/cell) of Ad-TK and treated with GCV (5, 10, or 20 microg/ml) for 5 days. To test the bystander effect, Ad-TK-transfected ELT-3 cells (100 PFU/cell) or LM cells (10 PFU/cell) were cocultured with corresponding nontransfected cells at increasing percentages and treated with GCV followed by cell counting. In ELT-3 cells transfected with Ad-TK/GCV (10, 20, 50, or 100 PFU/cell), the cell count was reduced by 24, 42, 77, and 87%, respectively, compared with the control cells (transfected with Ad-Lac Z/GCV). Similarly, in LM cells transfected with Ad-TK/GCV (10, 50, or 100 PFU/cell), the cell count was reduced by 31, 62, and 82%, respectively, compared with the control. A strong bystander effect was noted in both ELT-3 and LM cells with significant killing (p = 0.001) at a ratio of infected:uninfected cells of only 1:99 and maximal killing at 1:4. This study demonstrates the potential efficacy of the Ad-TK/GCV gene therapy approach as a viable nonsurgical alternative treatment for uterine LM.
Domarkas, Juozas; Dudouit, Fabienne; Williams, Christopher; Qiyu, Qiu; Banerjee, Ranjita; Brahimi, Fouad; Jean-Claude, Bertrand Jacques
2006-06-15
According to the "combi-targeting" concept, the EGFR tyrosine kinase (TK) inhibitory potency of compounds termed "combi-molecules" is critical for selective growth inhibition of tumor cells with disordered expression of EGFR or its closest family member erbB2. Here we report on the optimization of the EGFR TK inhibitory potency of the combi-molecules of the nitrosourea class by comparison with their aminoquinazoline and ureidoquinazoline precursors. This led to the discovery of a new structural parameter that influences their EGFR TK inhibitory potency, i.e., the torsion angle between the plane of the quinazoline ring and the ureido or the nitrosoureido moiety of the synthesized drugs. Compounds (3'-Cl and Br series) with small angles (0.5-3 degrees ) were generally stronger EGFR TK inhibitors than those with large angles (18-21 degrees ). This was further corroborated by ligand-receptor van der Waals interaction calculations that showed significant binding hindrance imposed by large torsion angles in the narrow ATP cleft of EGFR. Selective antiproliferative studies in a pair of mouse fibroblast NIH3T3 cells, one of which NIH3T3/neu being transfected with the erbB2 oncogene, showed that IC(50) values for inhibition of EGFR TK could be good predictors of their selective potency against the serum-stimulated growth of the erbB2-tranfected cell line (Pearson r = 0.8). On the basis of stability (t(1/2)), EGFR TK inhibitory potency (IC(50)), and selective erbB2 targeting, compound 23, a stable nitrosourea, was considered to have the structural requirements for further development.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Nikiforov, E. P.
2009-07-15
Damage by lightning discharges to lightning arrester cables for 110-175 kV aerial transmission lines is analyzed using data from power systems on incidents with aerial transmission lines over a ten year operating period (1997-2006). It is found that failures of lightning arrester cables occur when a tensile force acts on a cable heated to the melting point by a lightning current. The lightning currents required to heat a cable to this extent are greater for larger cable cross sections. The probability that a lightning discharge will develop decreases as the amplitude of the lightning current increases, which greatly reduces themore » number of lightning discharges which damage TK-70 cables compared to TK-50 cables. In order to increase the reliability of lightning arrester cables for 110 kV aerial transmission lines, TK-70 cables should be used in place of TK-50 cables. The number of lightning discharges per year which damage lightning arrester cables is lowered when the density of aerial transmission lines is reduced within the territory of electrical power systems. An approximate relationship between these two parameters is obtained.« less
Marrero-Ponce, Yovani; Khan, Mahmud Tareq Hassan; Casañola-Martín, Gerardo M; Ather, Arjumand; Sultankhodzhaev, Mukhlis N; García-Domenech, Ramón; Torrens, Francisco; Rotondo, Richard
2007-04-01
In this paper, we present a new set of bond-level TOMOCOMD-CARDD molecular descriptors (MDs), the bond-based bilinear indices, based on a bilinear map similar to those defined in linear algebra. These novel MDs are used here in Quantitative Structure-Activity Relationship (QSAR) studies of tyrosinase inhibitors, for finding functions that discriminate between the tyrosinase inhibitor compounds and inactive ones. In total 14 models were obtained and the best two discriminant functions (Eqs. 32 and 33) shown globally good classification of 91.00% and 90.17%, respectively, in the training set. The test set had accuracies of 93.33% and 88.89% for the models 32 and 33, correspondingly. A simulated virtual screening was also carried out to prove the quality of the determined models. In a final step, the fitted models were used in the biosilico identification of new synthesized tetraketones, where a good agreement could be observed between the theoretical and experimental results. Four compounds of the novel bioactive chemicals discovered as tyrosinase inhibitors: TK10 (IC(50) = 2.09 microM), TK11 (IC(50) = 2.61 microM), TK21 (IC(50) = 2.06 microM), TK23 (IC(50) = 3.19 microM), showed more potent activity than L-mimose (IC(50) = 3.68 microM). Besides, for this study a heterogeneous database of tyrosinase inhibitors was collected, and could be a useful tool for the scientist in the domain of tyrosinase enzyme researches. The current report could help to shed some clues in the identification of new chemicals that inhibits enzyme tyrosinase, for entering in the pipeline of drug discovery development.
PATHWAYS - ELECTRON TUNNELING PATHWAYS IN PROTEINS
NASA Technical Reports Server (NTRS)
Beratan, D. N.
1994-01-01
The key to understanding the mechanisms of many important biological processes such as photosynthesis and respiration is a better understanding of the electron transfer processes which take place between metal atoms (and other groups) fixed within large protein molecules. Research is currently focused on the rate of electron transfer and the factors that influence it, such as protein composition and the distance between metal atoms. Current models explain the swift transfer of electrons over considerable distances by postulating bridge-mediated tunneling, or physical tunneling pathways, made up of interacting bonds in the medium around and between donor and acceptor sites. The program PATHWAYS is designed to predict the route along which electrons travel in the transfer processes. The basic strategy of PATHWAYS is to begin by recording each possible path element on a connectivity list, including in each entry which two atoms are connected and what contribution the connection would make to the overall rate if it were included in a pathway. The list begins with the bonded molecular structure (including the backbone sequence and side chain connectivity), and then adds probable hydrogen bond links and through-space contacts. Once this list is completed, the program runs a tree search from the donor to the acceptor site to find the dominant pathways. The speed and efficiency of the computer search offers an improvement over manual techniques. PATHWAYS is written in FORTRAN 77 for execution on DEC VAX series computers running VMS. The program inputs data from four data sets and one structure file. The software was written to input BIOGRAF (old format) structure files based on x-ray crystal structures and outputs ASCII files listing the best pathways and BIOGRAF vector files containing the paths. Relatively minor changes could be made in the input format statements for compatibility with other graphics software. The executable and source code are included with the distribution. The main memory requirement for execution is 2.6 Mb. This program is available in DEC VAX BACKUP format on a 9-track 1600 BPI magnetic tape (standard distribution) or on a TK50 tape cartridge. PATHWAYS was developed in 1988. PATHWAYS is a copyrighted work with all copyright vested in NASA. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. BIOGRAF is a trademark of Molecular Simulations, Inc., Sunnyvale, CA.
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;
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
Robie, R.A.; Haselton, H.T.; Hemingway, B.S.
1989-01-01
Heat capacities of synthetic MgTiO3 (geikielite), ZnO (zincite), and natural crystals of smithsonite (ZnCO3) were measured between 9 and 366 K using an automatic adiabatically shielded calorimeter. At 298.15 K the standard molar entropies Smo of MgTiO3, ZnO, and ZnCO3 are (74.64 ?? 0.15), (43.16 ?? 0.09), and (81.19 ?? 0.16) J??K-1??mol-1, respectively. Debye temperatures for MgTiO3 and ZnO calculated from our Cp, mo values below 20 K are (900 ?? 20) K and (440 ?? 25) K respectively. Heat capacities for MgTiO3 and ZnO were combined with enthalpy increments from the literature to derive heat-capacity equations for these phases from 260 to about 1800 K. The heat capacities of MgTiO3 between 260 and 1720 K were fitted with an average deviation of 0.3 per cent by the equation: C??p,m/(J??K-1??mol-1) = 222.5-0.05274(T/K)-6.092x105(T/K)-1-1874.6(T/K) -1/2+1.878x10-5(T/K)2 and for ZnO the equation: C??p,m/(J??K-1??mol-1) = 53.999+7.851x10-4(T/K)-5.868x105(T/K)-2 -127.50(T/K)-:1/2+1.9376x10-6(T/K)2 fits the heat capacities in the temperature interval of 250 to 1800 K with an average deviation of 0.7 per cent. ?? 1989.
Galea, E; Reddi, J; Feinstein, D L
1995-11-24
Incubation of C6 astrocytoma cells with bacterial endotoxin (lipopolysaccharide; LPS) plus interferon-gamma (IFN-gamma), or with a combination of cytokines (TNF-alpha, IL1-beta, and IFN-gamma) leads to high levels of inducible nitric oxide synthase (iNOS) expression. Previous results demonstrated a requirement for tyrosine kinase (TK) activities for iNOS induction. In the present study, a set of structurally related TK inhibitors, the tyrphostins (TYRs), were used to characterize possible differences between LPS and cytokine iNOS induction. All TYRs tested suppressed both types of induction. However, dose-response curves revealed significant differences in the IC50 values obtained for some TYRs (T25 and T56), and significant differences in the IC50 potency rank order when comparing inhibition of LPS versus cytokine-dependent iNOS induction. These results are consistent with differential TK utilization by the LPS versus cytokine pathways of iNOS induction, and establish a basis for developing further selective inhibitors of iNOS expression.
Determination of pressure drop across activated carbon fiber respirator cartridges.
Balanay, Jo Anne G; Lungu, Claudiu T
2016-01-01
Activated carbon fiber (ACF) is considered as an alternative adsorbent to granular activated carbon (GAC) for the development of thinner, lighter, and efficient respirators because of their larger surface area and adsorption capacities, thinner critical bed depth, lighter weight, and fabric form. This study aims to measure the pressure drop across different types of commercially available ACFs in respirator cartridges to determine the ACF composition and density that will result in acceptably breathable respirators. Seven ACF types in cloth (ACFC) and felt (ACFF) forms were tested. ACFs in cartridges were challenged with pre-conditioned constant air flow (43 LPM, 23°C, 50% RH) at different compositions (single- or combination-ACF type) in a test chamber. Pressure drop across ACF cartridges were obtained using a micromanometer, and compared among different cartridge configurations, to those of the GAC cartridge, and to the NIOSH breathing resistance requirements for respirator cartridges. Single-ACF type cartridges filled with any ACFF had pressure drop measurements (23.71-39.93 mmH2O) within the NIOSH inhalation resistance requirement of 40 mmH2O, while those of the ACFC cartridges (85.47±3.67 mmH2O) exceeded twice the limit due possibly to the denser weaving of ACFC fibers. All single ACFF-type cartridges had higher pressure drop compared to the GAC cartridge (23.13±1.14 mmH2O). Certain ACF combinations (2 ACFF or ACFC/ACFF types) resulted to pressure drop (26.39-32.81 mmH2O) below the NIOSH limit. All single-ACFF type and all combination-ACF type cartridges with acceptable pressure drop had much lower adsorbent weights than GAC (≤15.2% of GAC weight), showing potential for light-weight respirator cartridges. 100% ACFC in cartridges may result to respirators with high breathing resistance and, thus, is not recommended. The more dense ACFF and ACFC types may still be possibly used in respirators by combining them with less dense ACFF materials and/or by reducing cartridge bed depth to reduce pressure drop to acceptable levels. ACFF by itself may be more appropriate as adsorbent materials in ACF respirator cartridges in terms of acceptable breathing resistance.
Lei, Jian-Lin; Xia, Shui-Li; Wang, Yimin; Du, Mingliang; Xiang, Guang-Tao; Cong, Xin; Luo, Yuzi; Li, Lian-Feng; Zhang, Lingkai; Yu, Jiahui; Hu, Yonghao; Qiu, Hua-Ji; Sun, Yuan
2016-06-01
Classical swine fever (CSF) and pseudorabies (PR) are both major infectious diseases of pigs, causing enormous economic losses to the swine industry in many countries. A marker vaccine that enables differentiation of infected from vaccinated animals (DIVA) is highly desirable for control and eradication of these two diseases in endemic areas. Since late 2011, PR outbreaks have been frequently reported in many Bartha-K61-vaccinated pig farms in China. It has been demonstrated that a pseudorabies virus (PRV) variant with altered antigenicity and increased pathogenicity was responsible for the outbreaks. Previously, we showed that rPRVTJ-delgE/gI/TK, a gE/gI/TK-deleted PRV variant, was safe for susceptible animals and provided a complete protection against lethal PRV variant challenge, indicating that rPRVTJ-delgE/gI/TK can be used as an attractive vaccine vector. To develop a safe bivalent vaccine against CSF and PR, we generated a recombinant virus rPRVTJ-delgE/gI/TK-E2 expressing the E2 protein of classical swine fever virus (CSFV) based on rPRVTJ-delgE/gI/TK and evaluated its safety and immunogenicity in pigs. The results indicated that pigs (n=5) immunized with rPRVTJ-delgE/gI/TK-E2 of different doses did not exhibit clinical signs or viral shedding following immunization, the immunized pigs produced anti-PRV or anti-CSFV neutralizing antibodies and the pigs immunized with 10(6) or 10(5) TCID50 rPRVTJ-delgE/gI/TK-E2 were completely protected against the lethal challenge with either CSFV Shimen strain or variant PRV TJ strain. These findings suggest that rPRVTJ-delgE/gI/TK-E2 is a promising bivalent DIVA vaccine candidate against CSFV and PRV coinfections. Copyright © 2016 European Federation of Immunological Societies. Published by Elsevier B.V. All rights reserved.
Leonov, S V; Pinchuk, P V; Rasnyuk, S V
The objective of the present study was to obtain the ballistic characteristics of the igniting primer (electrical ignitor) for the 18×45T cartridges of the 'Osa' pistol produced by different manufacturers. The experiments included a series of shots fired from the 'Osa' pistol with the use of cartridges having an energy of 85 Joules ('Novye oruzheinye tekhnologii', Ltd., Sergiev Posad) and 88 Joules ('A+A', Ltd, Tula). The shooting distance varied from the point blank range to 5, 10, 20, 30, 40, and 50 cm. The targets were either the femoral soft tissue of the cut-off human lower extremity, white cotton fabric, and the 1-5 cm high gelatin cylinder 25 cm in diameter. The experiments have demonstrated that the igniting primer (electrical ignitor) for the cartridges manufactured by the 'Novye oruzheinye tekhnologii', Ltd., Sergiev Posad, served as an additional factor of the shot responsible for the penetrating power of the ammunition at a distance of 50 cm. The data on the composition of metals used for the manufacturing of the igniting primers under consideration are presented.
Koczor, Christopher A.; Torres, Rebecca A.; Fields, Earl J.; Boyd, Amy; He, Stanley; Patel, Nilamkumar; Lee, Eva K.; Samarel, Allen M.
2013-01-01
This study addresses how depletion of human cardiac left ventricle (LV) mitochondrial DNA (mtDNA) and epigenetic nuclear DNA methylation promote cardiac dysfunction in human dilated cardiomyopathy (DCM) through regulation of pyrimidine nucleotide kinases. Samples of DCM LV and right ventricle (n = 18) were obtained fresh at heart transplant surgery. Parallel samples from nonfailing (NF) controls (n = 12) were from donor hearts found unsuitable for clinical use. We analyzed abundance of mtDNA and nuclear DNA (nDNA) using qPCR. LV mtDNA was depleted in DCM (50%, P < 0.05 each) compared with NF. No detectable change in RV mtDNA abundance occurred. DNA methylation and gene expression were determined using microarray analysis (GEO accession number: GSE43435). Fifty-seven gene promoters exhibited DNA hypermethylation or hypomethylation in DCM LVs. Among those, cytosolic thymidine kinase 1 (TK1) was hypermethylated. Expression arrays revealed decreased abundance of the TK1 mRNA transcript with no change in transcripts for other relevant thymidine metabolism enzymes. Quantitative immunoblots confirmed decreased TK1 polypeptide steady state abundance. TK1 activity remained unchanged in DCM samples while mitochondrial thymidine kinase (TK2) activity was significantly reduced. Compensatory TK activity was found in cardiac myocytes in the DCM LV. Diminished TK2 activity is mechanistically important to reduced mtDNA abundance and identified in DCM LV samples here. Epigenetic and genetic changes result in changes in mtDNA and in nucleotide substrates for mtDNA replication and underpin energy starvation in DCM. PMID:23695887
Impact of kitchen organization on oral intake of malnourished inpatients: A two-center study.
Calleja-Fernández, Alicia; Velasco-Gimeno, Cristina; Vidal-Casariego, Alfonso; Pintor-de-la-Maza, Begoña; Frías-Soriano, Laura; Villar-Taibo, Rocío; García-Peris, Pilar; Cano-Rodríguez, Isidoro; García-Fernández, Camino; Ballesteros-Pomar, María D
2017-10-01
To determine the impact of the type of hospital kitchen on the dietary intake of patients. A cross-sectional, two-centre study, of cooking in a traditional kitchen (TK) and in a chilled kitchen (CK). Subjective global assessment (SGA) was used for nutritional diagnosis. Before study start, a dietician performed a nutritional assessment of the menus of each hospital. All dishes were weighed upon arrival to the ward and at the end of the meal. 201 and 41 patients from the centres with TK and CK respectively were evaluated. Prevalence of malnutrition risk was 50.2% at the hospital with TK and 48.8% at the hospital with CK (p=0.328). Forty-eight and 56 dishes were nutritionally evaluated at the hospitals with TK and CK respectively. Intake analysis consisted of 1993 and 846 evaluations in the hospitals with TK and CK respectively. Median food consumption was 76.83% at the hospital with TK (IQR 45.76%) and 83.43% (IQR 40.49%) at the hospital with CK (p<0.001). Based on the prevalence of malnutrition, a higher protein and energy intake was seen in malnourished patients from the CK as compared to the TK hospital, but differences were not significant after adjustment for other factors. Cooking in a chilled kitchen, as compared to a traditional kitchen, may increase energy and protein intake in hospitalized patients, which is particularly beneficial for malnourished patients. Copyright © 2017 SEEN. Publicado por Elsevier España, S.L.U. All rights reserved.
PAWS/STEM - PADE APPROXIMATION WITH SCALING AND SCALED TAYLOR EXPONENTIAL MATRIX (VAX VMS VERSION)
NASA Technical Reports Server (NTRS)
Butler, R. W.
1994-01-01
Traditional fault-tree techniques for analyzing the reliability of large, complex systems fail to model the dynamic reconfiguration capabilities of modern computer systems. Markov models, on the other hand, can describe fault-recovery (via system reconfiguration) as well as fault-occurrence. The Pade Approximation with Scaling (PAWS) and Scaled Taylor Exponential Matrix (STEM) programs provide a flexible, user-friendly, language-based interface for the creation and evaluation of Markov models describing the behavior of fault-tolerant reconfigurable computer systems. PAWS and STEM produce exact solutions for the probability of system failure and provide a conservative estimate of the number of significant digits in the solution. The calculation of the probability of entering a death state of a Markov model (representing system failure) requires the solution of a set of coupled differential equations. Because of the large disparity between the rates of fault arrivals and system recoveries, Markov models of fault-tolerant architectures inevitably lead to numerically stiff differential equations. Both PAWS and STEM have the capability to solve numerically stiff models. These complementary programs use separate methods to determine the matrix exponential in the solution of the model's system of differential equations. In general, PAWS is better suited to evaluate small and dense models. STEM operates at lower precision, but works faster than PAWS for larger models. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. PAWS/STEM was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The package is written in PASCAL, ANSI compliant C-language, and FORTRAN 77. The standard distribution medium for the VMS version of PAWS/STEM (LAR-14165) is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The standard distribution medium for the Sun version of PAWS/STEM (LAR-14920) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. PAWS/STEM was developed in 1989 and last updated in 1991. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. SunOS, Sun3, and Sun4 are trademarks of Sun Microsystems, Inc. UNIX is a registered trademark of AT&T Bell Laboratories.
PAWS/STEM - PADE APPROXIMATION WITH SCALING AND SCALED TAYLOR EXPONENTIAL MATRIX (SUN VERSION)
NASA Technical Reports Server (NTRS)
Butler, R. W.
1994-01-01
Traditional fault-tree techniques for analyzing the reliability of large, complex systems fail to model the dynamic reconfiguration capabilities of modern computer systems. Markov models, on the other hand, can describe fault-recovery (via system reconfiguration) as well as fault-occurrence. The Pade Approximation with Scaling (PAWS) and Scaled Taylor Exponential Matrix (STEM) programs provide a flexible, user-friendly, language-based interface for the creation and evaluation of Markov models describing the behavior of fault-tolerant reconfigurable computer systems. PAWS and STEM produce exact solutions for the probability of system failure and provide a conservative estimate of the number of significant digits in the solution. The calculation of the probability of entering a death state of a Markov model (representing system failure) requires the solution of a set of coupled differential equations. Because of the large disparity between the rates of fault arrivals and system recoveries, Markov models of fault-tolerant architectures inevitably lead to numerically stiff differential equations. Both PAWS and STEM have the capability to solve numerically stiff models. These complementary programs use separate methods to determine the matrix exponential in the solution of the model's system of differential equations. In general, PAWS is better suited to evaluate small and dense models. STEM operates at lower precision, but works faster than PAWS for larger models. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. PAWS/STEM was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The package is written in PASCAL, ANSI compliant C-language, and FORTRAN 77. The standard distribution medium for the VMS version of PAWS/STEM (LAR-14165) is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The standard distribution medium for the Sun version of PAWS/STEM (LAR-14920) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. PAWS/STEM was developed in 1989 and last updated in 1991. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. SunOS, Sun3, and Sun4 are trademarks of Sun Microsystems, Inc. UNIX is a registered trademark of AT&T Bell Laboratories.
Archfield, Stacey A.; Pugliese, Alessio; Castellarin, Attilio; Skøien, Jon O.; Kiang, Julie E.
2013-01-01
In the United States, estimation of flood frequency quantiles at ungauged locations has been largely based on regional regression techniques that relate measurable catchment descriptors to flood quantiles. More recently, spatial interpolation techniques of point data have been shown to be effective for predicting streamflow statistics (i.e., flood flows and low-flow indices) in ungauged catchments. Literature reports successful applications of two techniques, canonical kriging, CK (or physiographical-space-based interpolation, PSBI), and topological kriging, TK (or top-kriging). CK performs the spatial interpolation of the streamflow statistic of interest in the two-dimensional space of catchment descriptors. TK predicts the streamflow statistic along river networks taking both the catchment area and nested nature of catchments into account. It is of interest to understand how these spatial interpolation methods compare with generalized least squares (GLS) regression, one of the most common approaches to estimate flood quantiles at ungauged locations. By means of a leave-one-out cross-validation procedure, the performance of CK and TK was compared to GLS regression equations developed for the prediction of 10, 50, 100 and 500 yr floods for 61 streamgauges in the southeast United States. TK substantially outperforms GLS and CK for the study area, particularly for large catchments. The performance of TK over GLS highlights an important distinction between the treatments of spatial correlation when using regression-based or spatial interpolation methods to estimate flood quantiles at ungauged locations. The analysis also shows that coupling TK with CK slightly improves the performance of TK; however, the improvement is marginal when compared to the improvement in performance over GLS.
Lintnerová, Lucia; García-Caballero, Melissa; Gregáň, Fridrich; Melicherčík, Milan; Quesada, Ana R; Dobiaš, Juraj; Lác, Ján; Sališová, Marta; Boháč, Andrej
2014-01-24
VEGFR2 is an important mediator of angiogenesis and influences fate of some cancer stem cells. Here we analysed all 34 structures of VEGFR2 TK available from PDB database. From them a complex PDB: 1Y6A has an exceptional AAZ ligand bound to TK in form of two conformers (U- and S-shaped). This observation inspired us to develop three chimeric bispyridyl VEGFR2 inhibitors by combining structural features of both AAZ conformers and/or their relative ligand AAX (PDB: 1Y6B). Our most interesting inhibitor 22SYM has an enzymatic VEGFR2 TK activity (IC50: 15.1 nM) comparable or better to the active compounds from clinical drugs Nexavar and Sutent. 22SYM inhibits growth, migration and tube formation of endothelial cells (EC) and selectively induces EC apoptosis. 22SYM also inhibits in vivo angiogenesis in Zebrafish embryo assay. Additionally to the above results, we proved here that tyrosine kinases in an inactive form possessing Type I inhibitors can adopt both a closed or an opened conformation of kinase A-loop independently on their DFG-out arrangement. We proposed here that an activity of certain Type I inhibitors (e.g. 22SYM-like) in complex with DFG-out TK can be negatively influenced by collisions with a dynamically moving TK A-loop. Copyright © 2013 Elsevier Masson SAS. All rights reserved.
Syringe-cartridge solid-phase extraction method for patulin in apple juice.
Eisele, Thomas A; Gibson, Midori Z
2003-01-01
A syringe-cartridge solid-phase extraction (SPE) method was developed for determination of patulin in apple juice. A 2.5 mL portion of test sample was passed through a conditioned macroporous SPE cartridge and washed with 2 mL 1% sodium bicarbonate followed by 2 mL 1% acetic acid. Patulin was eluted with 1 mL 10% ethyl acetate in ethyl ether and determined by reversed-phase liquid chromatography using a mobile phase consisting of 81% acetonitrile, 9% water, and 10% 0.05M potassium phosphate buffer, pH 2.4. Recoveries averaged 92% and the relative standard deviation was 8.0% in test samples spiked with 50 ng/mL patulin. The method appears to be applicable for monitoring apple juice samples to meet the U.S. Food and Drug Administration compliance action level of 50 microg/kg in an industrial quality assurance laboratory environment.
The human phosphotyrosine signaling network: Evolution and hotspots of hijacking in cancer
Li, Lei; Tibiche, Chabane; Fu, Cong; Kaneko, Tomonori; Moran, Michael F.; Schiller, Martin R.; Li, Shawn Shun-Cheng; Wang, Edwin
2012-01-01
Phosphotyrosine (pTyr) signaling, which plays a central role in cell–cell and cell–environment interactions, has been considered to be an evolutionary innovation in multicellular metazoans. However, neither the emergence nor the evolution of the human pTyr signaling system is currently understood. Tyrosine kinase (TK) circuits, each of which consists of a TK writer, a kinase substrate, and a related reader, such as Src homology (SH) 2 domains and pTyr-binding (PTB) domains, comprise the core machinery of the pTyr signaling network. In this study, we analyzed the evolutionary trajectories of 583 literature-derived and 50,000 computationally predicted human TK circuits in 19 representative eukaryotic species and assigned their evolutionary origins. We found that human TK circuits for intracellular pTyr signaling originated largely from primitive organisms, whereas the inter- or extracellular signaling circuits experienced significant expansion in the bilaterian lineage through the “back-wiring” of newly evolved kinases to primitive substrates and SH2/PTB domains. Conversely, the TK circuits that are involved in tissue-specific signaling evolved mainly in vertebrates by the back-wiring of vertebrate substrates to primitive kinases and SH2/PTB domains. Importantly, we found that cancer signaling preferentially employs the pTyr sites, which are linked to more TK circuits. Our work provides insights into the evolutionary paths of the human pTyr signaling circuits and suggests the use of a network approach for cancer intervention through the targeting of key pTyr sites and their associated signaling hubs in the network. PMID:22194470
NASA Technical Reports Server (NTRS)
Zhang, Ying; Lim, Chang U K.; Williams, Eli S.; Zhou, Junqing; Zhang, Qinming; Fox, Michael H.; Bailey, Susan M.; Liber, Howard L.
2005-01-01
Hypomorphic mutations which lead to decreased function of the NBS1 gene are responsible for Nijmegen breakage syndrome, a rare autosomal recessive hereditary disorder that imparts an increased predisposition to development of malignancy. The NBS1 protein is a component of the MRE11/RAD50/NBS1 complex that plays a critical role in cellular responses to DNA damage and the maintenance of chromosomal integrity. Using small interfering RNA transfection, we have knocked down NBS1 protein levels and analyzed relevant phenotypes in two closely related human lymphoblastoid cell lines with different p53 status, namely wild-type TK6 and mutated WTK1. Both TK6 and WTK1 cells showed an increased level of ionizing radiation-induced mutation at the TK and HPRT loci, impaired phosphorylation of H2AX (gamma-H2AX), and impaired activation of the cell cycle checkpoint regulating kinase, Chk2. In TK6 cells, ionizing radiation-induced accumulation of p53/p21 and apoptosis were reduced. There was a differential response to ionizing radiation-induced cell killing between TK6 and WTK1 cells after NBS1 knockdown; TK6 cells were more resistant to killing, whereas WTK1 cells were more sensitive. NBS1 deficiency also resulted in a significant increase in telomere association that was independent of radiation exposure and p53 status. Our results provide the first experimental evidence that NBS1 deficiency in human cells leads to hypermutability and telomere associations, phenotypes that may contribute to the cancer predisposition seen among patients with this disease.
NASA Astrophysics Data System (ADS)
Chang, Ya-Fang; Lin, Yi-Yu; Wang, Hsin-Ell; Liu, Ren-Shen; Pang, Fei; Hwang, Jeng-Jong
2007-02-01
Molecular imaging of reporter gene expression provides a rapid, sensitive and non-invasive monitoring of tumor behaviors. In this study, we reported the establishment of a novel animal model for longitudinal examination of tumor growth kinetics and metastatic spreading in vivo. The highly metastatic human breast carcinoma MDA-MB-435s cell line was engineered to stably express herpes simplex virus type 1 thymidine kinase (HSV-1- tk) and luciferase ( luc). Both 131I-FIAU and D-luciferin were used as reporter probes. For orthotopic tumor formation, MDA-MB-435s/ tk-luc cells were implanted into the first nipple of 6-week-old female NOD/SCID mice. For metastatic study, cells were injected via the lateral tail vein. Mice-bearing MDA-MB-435s/ tk-luc tumors were scanned for tumor growth and metastatsis using Xenogen IVIS50 system. Gamma scintigraphy and whole-body autoradiography were also applied to confirm the tumor localization. The results of bioluminescence imaging as well as histopathological finding showed that tumors could be detected in femur, spine, ovary, lungs, kidney, adrenal gland, lymph nodes and muscle at 16 weeks post i.v. injection, and correlated photons could be quantified. This MDA-MB-435s/ tk-luc human breast carcinoma-bearing mouse model combined with multimodalities of molecular imaging may facilitate studies on the molecular mechanisms of cancer invasion and metastasis.
Effect of caffeine on radiation-induced apoptosis in TK6 cells
DOE Office of Scientific and Technical Information (OSTI.GOV)
Zhen, W.; Vaughan, A.T.M.
1995-02-01
Apoptosis has been measured in cells of the human TK6 lymphoblastoid cell line by recording the release of endonuclease-digested DNA from affected cells using flow cytometry. In asynchronously dividing cells, DNA degradation characteristic of apoptosis was first seen 12 h after irradiation as a defined DNA fluorescent peak of sub-G{sub 1}-phase content, reaching a maximum of 30-50% of the population by 24-72 h. Treating cells with 2 mM caffeine either before or up to 3 h after irradiation eliminated the degradation of DNA entirely. In addition, the percentage of cells in which apoptosis could be detected microscopically decreased from 62.4more » {+-} 0.95% to 16.7 {+-} 1.5% 72 h after caffeine treatment. Delaying caffeine treatment for 12 h after irradiation reduced DNA degradation by approximately 50% compared to cells receiving radiation alone. DNA degradation induced by serum deprivation was unaffected by caffeine treatment. These data support the contention that irradiation of TK6 cells produces a long-lived cellular signal which triggers apoptosis. Apoptosis produced by serum deprivation does not operate through the same pathway. 36 refs., 5 figs.« less
Combustible Cartridge Case Characterization
1984-02-01
Latex 241 * Nitrocellulose and Kraft /fibers National Starch Resin 78-3730 The beater additive process for manufacturing combustible cartridge cases *is... Kraft Fibers The Kraft fibers were received as sheets weighing approximately 1.3 lb each. The moisture content of the sheets varied from 6 to 7-1/2... Kraft fibers was incorporated into each batch. Resins The resins were supplied as a water emulsion with nominally 50 percent solids. Samples of each
Tenser, R B; Jones, J C; Ressel, S J; Fralish, F A
1983-01-01
Plaques formed by herpes simplex virus (HSV), pseudorabies virus, and varicella-zoster virus were studied by plaque autoradiography after [14C]thymidine labeling. Standard thymidine kinase-positive (TK+) viruses and TK- mutants of HSV types 1 and 2 and pseudorabies virus were studied, including cell cultured viruses and viruses isolated from animals. Autoradiography was performed with X-ray film with an exposure time of 5 days. After development of films, TK+ plaques showed dark rims due to isotope incorporation, whereas TK- plaques were minimally labeled. Plaque autoradiography of stock TK- viruses showed reversion frequencies to the TK+ phenotype of less than 10(-3). Autoradiography indicated that TK- virus retained the TK- phenotype after replication in vivo. In addition, it was shown that TK- HSV could be isolated from mouse trigeminal ganglion tissue after corneal inoculation of TK- HSV together with TK+ HSV. The plaque autoradiographic procedure was very useful to evaluate proportions of TK+ and TK- virus present in TK+-TK- virus mixtures. Images PMID:6826696
DOE Office of Scientific and Technical Information (OSTI.GOV)
Oji, L.; Martin, K.; Hobbs, D.
2011-05-26
This report describes experimental results for the selective removal of strontium and cesium from simulated waste solutions using monosodium titanate (MST) and crystalline silicotitanate (CST)-laden filter cartridges. Four types of ion exchange cartridge media (CST and MST designed by both 3M and POROX{reg_sign}) were evaluated. In these proof-of-principle tests effective uptake of both Sr-85 and Cs-137 was observed. However, the experiments were not performed long enough to determine the saturation levels or breakthrough curve for each filter cartridge. POREX{reg_sign} MST cartridges, which by design were based on co-sintering of the active titanates with polyethylene particles, seem to perform as wellmore » as the 3M-designed MST cartridges (impregnated filter membrane design) in the uptake of strontium. At low salt simulant conditions (0.29 M Na{sup +}), the instantaneous decontamination factor (D{sub F}) for Sr-85 with the 3M-design MST cartridge measured 26, representing the removal of 96% of the Sr-85. On the other hand, the Sr-85 instantaneous D{sub F} with the POREX{reg_sign} design MST cartridge measured 40 or 98% removal of the Sr-85. Strontium removal with the 3M-design MST and CST cartridges placed in series filter arrangement produced an instantaneous decontamination factor of 41 or 97.6% removal compared to an instantaneous decontamination factor of 368 or 99.7% removal of the strontium with the POREX{reg_sign} MST and CST cartridge design placed in series. At high salt simulant conditions (5.6 M Na{sup +}), strontium removal with 3M-designed MST cartridge only and with 3M-designed MST and CST cartridges operated in a series configuration were identical. The instantaneous decontamination factor and the strontium removal efficiency, under the above configuration, averaged 8.6 and 88%, respectively. There were no POREX{reg_sign} cartridge experiments using the higher ionic strength simulant solution. At low salt simulant conditions, the uptake of Cs-137 with POREX{reg_sign} CST cartridge out performed the 3M-designed CST cartridges. The POREX{reg_sign} CST cartridge, with a Cs-137 instantaneous decontamination factor of 55 and a Cs-137 removal efficiency of 98% does meet the Cs-137 decontamination goals in the low salt simulant liquor. The Cs-137 removal with 3M-designed CST cartridge produced a decontamination factor of 2 or 49% removal efficiency. The Cs-137 performance graph for the 3M-designed CST cartridge showed an early cessation in the uptake of cesium-137. This behavior was not observed with the POREX{reg_sign} CST cartridges. No Cs-137 uptake tests were performed with the POREX{reg_sign} CST cartridges at high salt simulant conditions. The 3M-designed CST cartridges, with an instantaneous Cs-137 decontamination factor of less than 3 and a Cs-137 removal efficiency of less than 50% failed to meet the Cs-137 decontamination goals in both the low and high salt simulant liquors. This poor performance in the uptake of Cs-137 by the 3M CST cartridges may be attributed to fabrication flaws for the 3M-designed CST cartridges. The reduced number of CST membrane wraps per cartridge during the cartridge design phase, from 3-whole wraps to about 1.5, may have contributed to Cs-137 laden simulant channeling/by-pass which led to the poor performance in terms of Cs-137 sorption characteristics for the 3M designed CST cartridges. The grinding of CST ion exchange materials, to reduce the particle size distribution and thus enhance their easy incorporation into the filter membranes and the co-sintering of MST with polyethylene particles, did not adversely affect the sorption kinetics of both CST and MST in the uptake of Cs-137 and Sr-85, respectively. In general, the POREX{reg_sign} based cartridges showed more resistance to simulant flow through the filter cartridges as evidenced by higher pressure differences across the cartridges. Based on these findings they conclude that incorporating MST and CST sorbents into filter membranes represent a promising method for the semi-continuous removal of radioisotopes of strontium and cesium from waste solutions.« less
Bromovinyl-deoxyuridine: A selective substrate for mitochondrial thymidine kinase in cell extracts.
Franzolin, Elisa; Rampazzo, Chiara; Pérez-Pérez, María-Jesús; Hernández, Ana-Isabel; Balzarini, Jan; Bianchi, Vera
2006-05-26
Cellular models of mitochondrial thymidine kinase (TK2) deficiency require a reliable method to measure TK2 activity in whole cell extracts containing two interfering deoxyribonucleoside kinases, thymidine kinase 1 (TK1) and deoxycytidine kinase. We tested the value of the thymidine analog (E)-5-(2-bromovinyl)-2'-deoxyuridine (BVDU) as a TK2-specific substrate. With extracts of OSTTK1- cells containing TK2 as the only thymidine kinase and a highly specific TK2 inhibitor we established conditions to detect the low TK2 activity commonly present in cells. With extracts of TK1-proficient osteosarcoma cells and normal human fibroblasts we showed that BVDU, but not 1-(beta-d-arabinofuranosyl)thymine (Ara-T), discriminates TK2 activity even in the presence of 100-fold excess TK1. A comparison with current procedures based on TK2 inhibition demonstrated the better performance of the new TK2 assay. When cultured human fibroblasts passed from proliferation to quiescence TK2 activity increased by 3-fold, stressing the importance of TK2 function in the absence of TK1.
Hosseini, Seyed H; Kohler, James J; Haase, Chad P; Tioleco, Nina; Stuart, Tami; Keebaugh, Erin; Ludaway, Tomika; Russ, Rodney; Green, Elgin; Long, Robert; Wang, Liya; Eriksson, Staffan; Lewis, William
2007-03-01
Mitochondrial toxicity limits nucleoside reverse transcriptase inhibitors (NRTIs) for acquired immune deficiency syndrome. NRTI triphosphates, the active moieties, inhibit human immunodeficiency virus reverse transcriptase and eukaryotic mitochondrial DNA polymerase pol-gamma. NRTI phosphorylation seems to correlate with mitochondrial toxicity, but experimental evidence is lacking. Transgenic mice (TGs) with cardiac overexpression of thymidine kinase isoforms (mitochondrial TK2 and cytoplasmic TK1) were used to study NRTI mitochondrial toxicity. Echocardiography and nuclear magnetic resonance imaging defined cardiac performance and structure. TK gene copy and enzyme activity, mitochondrial (mt) DNA and polypeptide abundance, succinate dehydrogenase and cytochrome oxidase histochemistry, and electron microscopy correlated with transgenesis, mitochondrial structure, and biogenesis. Antiretroviral combinations simulated therapy. Untreated hTK1 or TK2 TGs exhibited normal left ventricle mass. In TK2 TGs, cardiac TK2 gene copy doubled, activity increased 300-fold, and mtDNA abundance doubled. Abundance of the 17-kd subunit of complex I, succinate dehydrogenase histochemical activity, and cristae density increased. NRTIs increased left ventricle mass 20% in TK2 TGs. TK activity increased 3 logs in hTK1 TGs, but no cardiac phenotype resulted. NRTIs abrogated functional effects of transgenically increased TK2 activity but had no effect on TK2 mtDNA abundance. Thus, NRTI mitochondrial phosphorylation by TK2 is integral to clinical NRTI mitochondrial toxicity.
Lin, F L; Sternberg, N
1984-05-01
We have constructed a substrate to study homologous recombination between adjacent segments of chromosomal DNA. This substrate, designated lambda tk2 , consists of one completely defective and one partially defective herpes simplex virus thymidine kinase (tk) gene cloned in bacteriophage lambda DNA. The two genes have homologous 984-base-pair sequences and are separated by 3 kilobases of largely vector DNA. When lambda tk2 DNA was transferred into mouse LMtk- cells by the calcium phosphate method, rare TK+ transformants were obtained that contained many (greater than 40) copies of the unrecombined DNA. Tk- revertants, which had lost most of the copies of unrecombined DNA, were isolated from these TK+-transformed lines. Two of these Tk- lines were further studied by analysis of their reversion back to the Tk+ phenotype. They generated ca. 200 Tk+ revertants per 10(8) cells after growth in nonselecting medium for 5 days. All of these Tk+ revertants have an intact tk gene reconstructed by homologous recombination; they also retain various amounts of unrecombined lambda tk2 DNA. Southern blot analysis suggested that at least some of the recombination events involve unequal sister chromatid exchanges. We also tested three agents, mitomycin C, 12-O-tetradecanoyl-phorbol-13-acetate, and mezerein, that are thought to stimulate recombination to determine whether they affect the reversion from Tk- to Tk+. Only mitomycin C increased the number of Tk+ revertants.
Dorado, Beatriz; Area, Estela; Akman, Hasan O; Hirano, Michio
2011-01-01
Deficiency of thymidine kinase 2 (TK2) is a frequent cause of isolated myopathy or encephalomyopathy in children with mitochondrial DNA (mtDNA) depletion. To determine the bases of disease onset, organ specificity and severity of TK2 deficiency, we have carefully characterized Tk2 H126N knockin mice (Tk2-/-). Although normal until postnatal day 8, Tk2-/- mice rapidly develop fatal encephalomyopathy between postnatal days 10 and 13. We have observed that wild-type Tk2 activity is constant in the second week of life, while Tk1 activity decreases significantly between postnatal days 8 and 13. The down-regulation of Tk1 activity unmasks Tk2 deficiency in Tk2-/- mice and correlates with the onset of mtDNA depletion in the brain and the heart. Resistance to pathology in Tk2 mutant organs depends on compensatory mechanisms to the reduced mtDNA level. Our analyses at postnatal day 13 have revealed that Tk2-/- heart significantly increases mitochondrial transcript levels relative to the mtDNA content. This transcriptional compensation allows the heart to maintain normal levels of mtDNA-encoded proteins. The up-regulation in mitochondrial transcripts is not due to increased expression of the master mitochondrial biogenesis regulators peroxisome proliferator-activated receptor-gamma coactivator 1 alpha and nuclear respiratory factors 1 and 2, or to enhanced expression of the mitochondrial transcription factors A, B1 or B2. Instead, Tk2-/- heart compensates for mtDNA depletion by down-regulating the expression of the mitochondrial transcriptional terminator transcription factor 3 (MTERF3). Understanding the molecular mechanisms that allow Tk2 mutant organs to be spared may help design therapies for Tk2 deficiency.
Dorado, Beatriz; Area, Estela; Akman, Hasan O.; Hirano, Michio
2011-01-01
Deficiency of thymidine kinase 2 (TK2) is a frequent cause of isolated myopathy or encephalomyopathy in children with mitochondrial DNA (mtDNA) depletion. To determine the bases of disease onset, organ specificity and severity of TK2 deficiency, we have carefully characterized Tk2 H126N knockin mice (Tk2−/−). Although normal until postnatal day 8, Tk2−/− mice rapidly develop fatal encephalomyopathy between postnatal days 10 and 13. We have observed that wild-type Tk2 activity is constant in the second week of life, while Tk1 activity decreases significantly between postnatal days 8 and 13. The down-regulation of Tk1 activity unmasks Tk2 deficiency in Tk2−/− mice and correlates with the onset of mtDNA depletion in the brain and the heart. Resistance to pathology in Tk2 mutant organs depends on compensatory mechanisms to the reduced mtDNA level. Our analyses at postnatal day 13 have revealed that Tk2−/− heart significantly increases mitochondrial transcript levels relative to the mtDNA content. This transcriptional compensation allows the heart to maintain normal levels of mtDNA-encoded proteins. The up-regulation in mitochondrial transcripts is not due to increased expression of the master mitochondrial biogenesis regulators peroxisome proliferator-activated receptor-gamma coactivator 1 alpha and nuclear respiratory factors 1 and 2, or to enhanced expression of the mitochondrial transcription factors A, B1 or B2. Instead, Tk2−/− heart compensates for mtDNA depletion by down-regulating the expression of the mitochondrial transcriptional terminator transcription factor 3 (MTERF3). Understanding the molecular mechanisms that allow Tk2 mutant organs to be spared may help design therapies for Tk2 deficiency. PMID:20940150
Baik, Yoon Suk; Cheong, Won Jo
2007-07-01
A new SPE cartridge has been prepared in this study to purify polysaccharides of high molecular weights. A porous nonpolar styrene-divinylbenzene copolymer phase (Hamilton PRP-1) was used to make the new cartridge. The cartridge was conditioned with methanol, water, and ACN in sequence, and the sample dissolved in a small amount of water was loaded. Impurities of low molecular weights were removed first by elution of 80:20 or 90:10 v/v% ACN/water, and polysaccharides were quantitatively recovered by elution of 50:50 v/v% ACN/water or pure water. The recovery of pure dextran 10000 was 90-95%. The SPE method was applied to purification of the polysaccharide sample of KLB58, a new lactobacillus discovered in Korea. The purified KLB 58 sample (weight recovery after SPE purification; 60%) was hydrolyzed for analysis of composition of monosaccharides. The hydrolysate was found to be composed primarily of fructose, glucose, galactose, rhamnose, mannose with small amounts of fucose and ribose.
Muir, J F; Bertin, L; Georges, D
1992-11-01
We wished to assess the efficacy of inhaled salmeterol (SML; 50 micrograms b.i.d.) compared to a combination of slow-release theophylline and ketotifen p.o. (TK; T 300 mg+K 1 mg b.i.d.) for the treatment of nocturnal asthma. Ninety six patients with nocturnal asthma, (forced expiratory volume in one second (FEV1) 60-90% of predicted value, reversibility > or = 15%, at least two nocturnal awakenings per week) were eligible for a multicentre, double-blind, double-dummy cross-over study (14-day run-in, two successive 28-day treatment periods). Efficacy was assessed as success/failure, success being defined as the complete disappearance of nocturnal symptoms/awakening during the last week of each treatment period. There was a statistically significant difference between SML and TK for this criterion: 46% and 39% success with SML during periods I (first 28-day period) and II (following the cross-over), compared to only 15% and 26% with TK, respectively (p < 0.01). SML was also significantly better for the other criteria (lung function, rescue salbutamol intake during day and night). Side-effects were five times less frequent in SML-treated patients (p < 0.004). Efficacy and tolerance of SML were obviously far better than those of TK in patients with nocturnal asthma.
Lin, F L; Sternberg, N
1984-01-01
We have constructed a substrate to study homologous recombination between adjacent segments of chromosomal DNA. This substrate, designated lambda tk2 , consists of one completely defective and one partially defective herpes simplex virus thymidine kinase (tk) gene cloned in bacteriophage lambda DNA. The two genes have homologous 984-base-pair sequences and are separated by 3 kilobases of largely vector DNA. When lambda tk2 DNA was transferred into mouse LMtk- cells by the calcium phosphate method, rare TK+ transformants were obtained that contained many (greater than 40) copies of the unrecombined DNA. Tk- revertants, which had lost most of the copies of unrecombined DNA, were isolated from these TK+-transformed lines. Two of these Tk- lines were further studied by analysis of their reversion back to the Tk+ phenotype. They generated ca. 200 Tk+ revertants per 10(8) cells after growth in nonselecting medium for 5 days. All of these Tk+ revertants have an intact tk gene reconstructed by homologous recombination; they also retain various amounts of unrecombined lambda tk2 DNA. Southern blot analysis suggested that at least some of the recombination events involve unequal sister chromatid exchanges. We also tested three agents, mitomycin C, 12-O-tetradecanoyl-phorbol-13-acetate, and mezerein, that are thought to stimulate recombination to determine whether they affect the reversion from Tk- to Tk+. Only mitomycin C increased the number of Tk+ revertants. Images PMID:6328272
Mégarbane, Bruno; Declèves, Xavier; Bloch, Vanessa; Bardin, Christophe; Chast, François; Baud, Frédéric J
2007-01-01
Methadone, the most widely delivered maintenance therapy for heroin addicts, may be responsible for life-threatening poisonings with respiratory depression. The toxicokinetics and the toxicokinetic/toxicodynamic (TK/TD) relationships of methadone enantiomers have been poorly investigated in acute poisonings. The aim of this study was to describe the relationships between methadone-related respiratory effects and their corresponding concentrations. We report a 44-year-old methadone-maintained patient who ingested a 240-mg dose of methadone. He was found comatose with pinpoint pupils and respiratory depression. He was successfully treated with intravenous naloxone infusion over the course of 31 hours at a rate adapted to maintain normal consciousness and respiratory rate. We performed a TK/TD analysis of the naloxone infusion rate needed to maintain his respiratory rate at more than 12 breaths per minute (as toxicodynamics parameter) versus plasma R,S- and R-methadone concentrations (as toxicokinetics parameter), determined using an enantioselective high-performance liquid chromatography assay. Initial plasma R,S-methadone concentration was 1,204 ng/ml. Decrease in plasma R- and S-methadone concentrations was linear and demonstrated a first-order pharmacokinetics (maximal observed concentrations 566 and 637 ng/ml, half-lives 16.1 and 13.2 hours, respectively). TK/TD correlation between naloxone infusion rate and R,S- and R-methadone concentrations fitted well a sigmoidal Emax model (concentration associated with a half-maximum effect [EC50] 334 and 173 ng/ml, Hill coefficient 10.0 and 7.8, respectively). In our chronically treated patient, EC50 values were in the range of previously reported values regarding methadone analgesic effects, suggesting that plasma methadone concentrations to prevent withdrawal are lower than those associated with methadone analgesic effects. After the ingestion of a toxic dose of a racemic mixture, plasma R- and S-enantiomer concentrations decreased in parallel. Despite large inter-individual variability in methadone toxicokinetics and toxicodynamics, TK/TD relationships would be helpful for providing quantitative data regarding the respiratory response to methadone in poisonings. However, further confirmatory TK/TD data are needed.
Hosseini, Seyed H.; Kohler, James J.; Haase, Chad P.; Tioleco, Nina; Stuart, Tami; Keebaugh, Erin; Ludaway, Tomika; Russ, Rodney; Green, Elgin; Long, Robert; Wang, Liya; Eriksson, Staffan; Lewis, William
2007-01-01
Mitochondrial toxicity limits nucleoside reverse transcriptase inhibitors (NRTIs) for acquired immune deficiency syndrome. NRTI triphosphates, the active moieties, inhibit human immunodeficiency virus reverse transcriptase and eukaryotic mitochondrial DNA polymerase pol-γ. NRTI phosphorylation seems to correlate with mitochondrial toxicity, but experimental evidence is lacking. Transgenic mice (TGs) with cardiac overexpression of thymidine kinase isoforms (mitochondrial TK2 and cytoplasmic TK1) were used to study NRTI mitochondrial toxicity. Echocardiography and nuclear magnetic resonance imaging defined cardiac performance and structure. TK gene copy and enzyme activity, mitochondrial (mt) DNA and polypeptide abundance, succinate dehydrogenase and cytochrome oxidase histochemistry, and electron microscopy correlated with transgenesis, mitochondrial structure, and biogenesis. Antiretroviral combinations simulated therapy. Untreated hTK1 or TK2 TGs exhibited normal left ventricle mass. In TK2 TGs, cardiac TK2 gene copy doubled, activity increased 300-fold, and mtDNA abundance doubled. Abundance of the 17-kd subunit of complex I, succinate dehydrogenase histochemical activity, and cristae density increased. NRTIs increased left ventricle mass 20% in TK2 TGs. TK activity increased 3 logs in hTK1 TGs, but no cardiac phenotype resulted. NRTIs abrogated functional effects of transgenically increased TK2 activity but had no effect on TK2 mtDNA abundance. Thus, NRTI mitochondrial phosphorylation by TK2 is integral to clinical NRTI mitochondrial toxicity. PMID:17322372
Plasmacytoid Dendritic Cells in the Tumor Microenvironment: Immune Targets for Glioma Therapeutics12
Candolfi, Marianela; King, Gwendalyn D; Yagiz, Kader; Curtin, James F; Mineharu, Yohei; Muhammad, AKM Ghulam; Foulad, David; Kroeger, Kurt M; Barnett, Nick; Josien, Regis; Lowenstein, Pedro R; Castro, Maria G
2012-01-01
Adenovirus-mediated delivery of the immune-stimulatory cytokine Flt3L and the conditionally cytotoxic thymidine kinase (TK) induces tumor regression and long-term survival in preclinical glioma (glioblastoma multiforme [GBM]) models. Flt3L induces expansion and recruitment of plasmacytoid dendritic cells (pDCs) into the brain. Although pDCs can present antigen and produce powerful inflammatory cytokines, that is, interferon α (IFN-α), their role in tumor immunology remains debated. Thus, we studied the role of pDCs and IFN-α in Ad.TK/GCV+ Ad.Flt3L-mediated anti-GBM therapeutic efficacy. Our data indicate that the combined gene therapy induced recruitment of plasmacytoid DCs (pDCs) into the tumor mass; which were capable of in vivo phagocytosis, IFN-α release, and T-cell priming. Thus, we next used either pDCs or an Ad vector encoding IFN-α delivered within the tumor microenvironment. When rats were treated with Ad.TK/GCV in combination with pDCs or Ad-IFN-α, they exhibited 35% and 50% survival, respectively. However, whereas intracranial administration of Ad.TK/GCV + Ad.Flt3L exhibited a high safety profile, Ad-IFN-α led to severe local inflammation, with neurologic and systemic adverse effects. To elucidate whether the efficacy of the immunotherapy was dependent on IFN-α-secreting pDCs, we administered an Ad vector encoding B18R, an IFN-α antagonist, which abrogated the antitumoral effect of Ad.TK/GCV + Ad.Flt3L. Our data suggest that IFN-α release by activated pDCs plays a critical role in the antitumor effect mediated by Ad.TK/GCV + Ad.Flt3L. In summary, taken together, our results demonstrate that pDCs mediate anti-GBM therapeutic efficacy through the production of IFN-α, thus manipulation of pDCs constitutes an attractive new therapeutic target for the treatment of GBM. PMID:22952428
SURE - SEMI-MARKOV UNRELIABILITY RANGE EVALUATOR (VAX VMS VERSION)
NASA Technical Reports Server (NTRS)
Butler, R. W.
1994-01-01
The Semi-Markov Unreliability Range Evaluator, SURE, is an analysis tool for reconfigurable, fault-tolerant systems. Traditional reliability analyses are based on aggregates of fault-handling and fault-occurrence models. SURE provides an efficient means for calculating accurate upper and lower bounds for the death state probabilities for a large class of semi-Markov models, not just those which can be reduced to critical-pair architectures. The calculated bounds are close enough (usually within 5 percent of each other) for use in reliability studies of ultra-reliable computer systems. The SURE bounding theorems have algebraic solutions and are consequently computationally efficient even for large and complex systems. SURE can optionally regard a specified parameter as a variable over a range of values, enabling an automatic sensitivity analysis. Highly reliable systems employ redundancy and reconfiguration as methods of ensuring operation. When such systems are modeled stochastically, some state transitions are orders of magnitude faster than others; that is, fault recovery is usually faster than fault arrival. SURE takes these time differences into account. Slow transitions are described by exponential functions and fast transitions are modeled by either the White or Lee theorems based on means, variances, and percentiles. The user must assign identifiers to every state in the system and define all transitions in the semi-Markov model. SURE input statements are composed of variables and constants related by FORTRAN-like operators such as =, +, *, SIN, EXP, etc. There are a dozen major commands such as READ, READO, SAVE, SHOW, PRUNE, TRUNCate, CALCulator, and RUN. Once the state transitions have been defined, SURE calculates the upper and lower probability bounds for entering specified death states within a specified mission time. SURE output is tabular. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. SURE was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The VMS version (LAR13789) is written in PASCAL, C-language, and FORTRAN 77. The standard distribution medium for the VMS version of SURE is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The Sun UNIX version (LAR14921) is written in ANSI C-language and PASCAL. An ANSI compliant C compiler is required in order to compile the C portion of this package. The standard distribution medium for the Sun version of SURE is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. SURE was developed in 1988 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. TEMPLATE is a registered trademark of Template Graphics Software, Inc. UNIX is a registered trademark of AT&T Bell Laboratories. Sun3 and Sun4 are trademarks of Sun Microsystems, Inc.
SURE - SEMI-MARKOV UNRELIABILITY RANGE EVALUATOR (SUN VERSION)
NASA Technical Reports Server (NTRS)
Butler, R. W.
1994-01-01
The Semi-Markov Unreliability Range Evaluator, SURE, is an analysis tool for reconfigurable, fault-tolerant systems. Traditional reliability analyses are based on aggregates of fault-handling and fault-occurrence models. SURE provides an efficient means for calculating accurate upper and lower bounds for the death state probabilities for a large class of semi-Markov models, not just those which can be reduced to critical-pair architectures. The calculated bounds are close enough (usually within 5 percent of each other) for use in reliability studies of ultra-reliable computer systems. The SURE bounding theorems have algebraic solutions and are consequently computationally efficient even for large and complex systems. SURE can optionally regard a specified parameter as a variable over a range of values, enabling an automatic sensitivity analysis. Highly reliable systems employ redundancy and reconfiguration as methods of ensuring operation. When such systems are modeled stochastically, some state transitions are orders of magnitude faster than others; that is, fault recovery is usually faster than fault arrival. SURE takes these time differences into account. Slow transitions are described by exponential functions and fast transitions are modeled by either the White or Lee theorems based on means, variances, and percentiles. The user must assign identifiers to every state in the system and define all transitions in the semi-Markov model. SURE input statements are composed of variables and constants related by FORTRAN-like operators such as =, +, *, SIN, EXP, etc. There are a dozen major commands such as READ, READO, SAVE, SHOW, PRUNE, TRUNCate, CALCulator, and RUN. Once the state transitions have been defined, SURE calculates the upper and lower probability bounds for entering specified death states within a specified mission time. SURE output is tabular. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. SURE was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The VMS version (LAR13789) is written in PASCAL, C-language, and FORTRAN 77. The standard distribution medium for the VMS version of SURE is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The Sun UNIX version (LAR14921) is written in ANSI C-language and PASCAL. An ANSI compliant C compiler is required in order to compile the C portion of this package. The standard distribution medium for the Sun version of SURE is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. SURE was developed in 1988 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. TEMPLATE is a registered trademark of Template Graphics Software, Inc. UNIX is a registered trademark of AT&T Bell Laboratories. Sun3 and Sun4 are trademarks of Sun Microsystems, Inc.
Tropospheric GOM at the Pic du Midi Observatory-Correcting Bias in Denuder Based Observations.
Marusczak, Nicolas; Sonke, Jeroen E; Fu, Xuewu; Jiskra, Martin
2017-01-17
Gaseous elemental mercury (GEM, Hg) emissions are transformed to divalent reactive Hg (RM) forms throughout the troposphere and stratosphere. RM is often operationally quantified as the sum of particle bound Hg (PBM) and gaseous oxidized Hg (GOM). The measurement of GOM and PBM is challenging and under mounting criticism. Here we intercompare six months of automated GOM and PBM measurements using a Tekran (TK) KCl-coated denuder and quartz regenerable particulate filter method (GOM TK , PBM TK , and RM TK ) with RM CEM collected on cation exchange membranes (CEMs) at the high altitude Pic du Midi Observatory. We find that RM TK is systematically lower by a factor of 1.3 than RM CEM . We observe a significant relationship between GOM TK (but not PBM TK ) and Tekran flush TK blanks suggesting significant loss (36%) of labile GOM TK from the denuder or inlet. Adding the flush TK blank to RM TK results in good agreement with RM CEM (slope = 1.01, r 2 = 0.90) suggesting we can correct bias in RM TK and GOM TK . We provide a bias corrected (*) Pic du Midi data set for 2012-2014 that shows GOM* and RM* levels in dry free tropospheric air of 198 ± 57 and 229 ± 58 pg m -3 which agree well with in-flight observed RM and with model based GOM and RM estimates.
Ponomarev, Vladimir; Doubrovin, Michael; Serganova, Inna; Beresten, Tatiana; Vider, Jelena; Shavrin, Aleksander; Ageyeva, Ludmila; Balatoni, Julius; Blasberg, Ronald; Tjuvajev, Juri Gelovani
2003-01-01
Abstract To optimize the sensitivity of imaging HSV1-tk/GFP reporter gene expression, a series of HSV1-tk/GFP mutants was developed with altered nuclear localization and better cellular enzymatic activity, compared to that of the native HSV1-tk/GFP fusion protein (HSV1-tk/GFP). Several modifications of HSV1-tk/GFP reporter gene were performed, including targeted inactivating mutations in the nuclear localization signal (NLS), the addition of a nuclear export signal (NES), a combination of both mutation types, and a truncation of the first 135 bp of the native hsv1-tk coding sequence containing a “cryptic” testicular promoter and the NLS. A recombinant HSV1-tk/GFP protein and a highly sensitive sandwich enzyme-linked immunosorbent assay for HSV1-tk/GFP were developed to quantitate the amount of reporter gene product in different assays to allow normalization of the data. These different mutations resulted in various degrees of nuclear clearance, predominant cytoplasmic distribution, and increased total cellular enzymatic activity of the HSV1-tk/GFP mutants, compared to native HSV1-tk/GFP when expressed at the same levels. This appears to be the result of improvedmetabolic bioavailability of cytoplasmically retargeted mutant HSV1-tk/GFP enzymes for reaction with the radiolabeled probe (e.g., FIAU). The analysis of enzymatic properties of different HSV1-tk/GFP mutants using FIAU as a substrate revealed no significant differences from that of the native HSV1-tk/GFP. Improved total cellular enzymatic activity of cytoplasmically retargeted HSV1-tk/GFP mutants observed in vitro was confirmed by noninvasive imaging of transduced subcutaneous tumor xenografts bearing these reporters using [131I]FIAU and a γ-camera. PMID:12869307
Yang, Mingyuan; Yang, Changwei; Chen, Ziqiang; Wei, Xianzhao; Chen, Yuanyuan; Zhao, Jian; Shao, Jie; Zhu, Xiaodong; Li, Ming
2016-03-01
A retrospective study. To explore the relationship between the change of lumbar lordosis (LL) and thoracic kyphosis (TK) in AIS patients after correction surgery. TK tends to decrease in Lenke 1 and Lenke 2 AIS patients after correction surgery using pedicle screws, with the compensation of LL decrease. We hypothesize that lumbar lordosis minus thoracic kyphosis (LL-TK) remains constant after correction surgery to achieve the sagittal balance in AIS patients. Medical records of Lenke 1 or Lenke 2 AIS patients who received posterior correction surgery using pedicle screws in our hospital from January 2010 to January 2013 were reviewed. General characters of patients and radiological parameters were evaluated before the surgery and at two years' follow-up. Correlation analysis between TK and LL was conducted. LL-TK and the change of LL and TK were analyzed at preoperation and final follow-up. A total of 76 Lenke 1 and Lenke 2 AIS patients were included. Both TK and LL decreased significantly after correction surgery (P = 0.019 and P = 0.040, respectively). There were significant correlations between TK and LL before and after surgery, respectively (preoperative: r = 0.234, P = 0.042; postoperative: r = 0.310, P = 0.006). Preoperative and postoperative LL-TK was 23.80° and 25.09°, respectively, and no significant difference of LL-TK was observed (P = 0.372). The same tendency was observed in the change of LL and TK, and significant correlation was also found between the change of TK and LL (r = 0.626, P = 0.002). The same change of LL and TK and no significant difference in LL-TK indicated that LL-TK might be an important compensatory mechanism in keeping sagittal balance.
Dunn, L; Abouelezz, M; Cummings, L; Navvab, M; Ordunez, C; Siebert, C J; Talmadge, K W
1991-07-12
Three ion-exchange materials and one hydrophobic-interaction chromatography packing, based on a rigid macroporous polymer with large, relatively uniform pores, have been evaluated for low-pressure liquid chromatography of antibodies. These sorbents have high capacities for both small and large proteins and are mechanically, chemically, and thermally stable. Macro-Prep 50 S. CM and Q ion-exchange materials are strongly acidic, weakly acidic, and strongly basic, respectively. Protein binding and recovery, pressure-flow properties, and chemical and thermal stability were determined for each sorbent. A rapid, two-step method for the purification of anti-Klenow antibodies from goat serum was developed, based on the Macro-Prep 50 S strong-acid cation-exchange material and the Econo-Pac HIC prepacked hydrophobic-interaction cartridge.
Cardiac-Targeted Transgenic Mutant Mitochondrial Enzymes
Kohler, James J.; Hosseini, Seyed H.; Green, Elgin; Hoying-Brandt, Amy; Cucoranu, Ioan; Haase, Chad P.; Russ, Rodney; Srivastava, Jaya; Ivey, Kristopher; Ludaway, Tomika; Kapoor, Victor; Abuin, Allison; Shapoval, Alexsey; Santoianni, Robert; Saada, Ann; Elpeleg, Orly; Lewis, William
2009-01-01
Mitochondrial (mt) DNA biogenesis is critical to cardiac contractility. DNA polymerase gamma (pol γ) replicates mtDNA, whereas thymidine kinase 2 (TK2) monophosphorylates pyrimidines intramitochondrially. Point mutations in POLG and TK2 result in clinical diseases associated with mtDNA depletion and organ dysfunction. Pyrimidine analogs (NRTIs) inhibit Pol γ and mtDNA replication. Cardiac “dominant negative” murine transgenes (TGs; Pol γ Y955G, and TK2 H121N or I212N) defined the role of each in the heart. mtDNA abundance, histopathological features, histochemistry, mitochondrial protein abundance, morphometry, and echocardiography were determined for TGs in “2 × 2” studies with or without pyrimidine analogs. Cardiac mtDNA abundance decreased in Y955C TGs (∼50%) but increased in H121N and I212N TGs (20-70%). Succinate dehydrogenase (SDH) increased in hearts of all mutants. Ultrastructural changes occurred in Y955C and H121N TGs. Histopathology demonstrated hypertrophy in H121N, LV dilation in I212N, and both hypertrophy and dilation in Y955C TGs. Antiretrovirals increased LV mass (≈50%) for all three TGs which combined with dilation indicates cardiomyopathy. Taken together, these studies demonstrate three manifestations of cardiac dysfunction that depend on the nature of the specific mutation and antiretroviral treatment. Mutations in genes for mtDNA biogenesis increase risk for defective mtDNA replication, leading to LV hypertrophy. PMID:18446447
Jagarlamudi, Kiran Kumar; Moreau, Laura; Westberg, Sara; Rönnberg, Henrik; Eriksson, Staffan
2015-01-01
Thymidine kinase 1 (TK1) is a DNA precursor enzyme whose expression is closely correlated with cell proliferation and cell turnover. Sensitive serum TK1 activity assays have been used for monitoring and prognosis of hematological malignancies in both humans and dogs. Here we describe the development of a specific sandwich TK1-ELISA for the quantification of TK1 protein levels in sera from dogs with different malignancies. A combination of rabbit polyclonal anti-dog TK1 antibody and a mouse monoclonal anti-human TK1 antibody was used. Different concentrations of recombinant canine TK1 was used as standard. Clinical evaluation of the ELISA was done by using sera from 42 healthy dogs, 43 dogs with hematological tumors and 55 with solid tumors. An established [3H]-dThd phosphorylation assay was used to determine the TK1 activity levels in the same sera. The mean TK1 activities in dogs with hematological tumors were significantly higher than those found in healthy dogs. In agreement with earlier studies, no significant difference was observed in serum TK1 activities between healthy dogs and dogs with solid tumors. However, the mean TK1 protein levels determined by new TK1-ELISA were significantly higher not only in hematological tumors but also in solid tumors compared to healthy dogs (mean ± SD = 1.30 ± 1.16, 0.67 ± 0.55 and 0.27± 0.10 ng/mL, respectively). Moreover, TK1-ELISA had significantly higher ability to distinguish lymphoma cases from healthy based on receiver operating characteristic analyses (area under the curve, AUC, of 0.96) to that of the activity assay (AUC, 0.84). Furthermore, fluctuations in TK1 protein levels during the course of chemotherapy in dogs with lymphoma closely associated with clinical outcome. Overall, the TK1-ELISA showed significant linear correlation with the TK1 activity assay (r s = 0.6, p<0.0001). Thus, the new TK1-ELISA has sufficient sensitivity and specificity for routine clinical use in veterinary oncology. PMID:26366881
Dunbar, R; Naidoo, P; Beyers, N; Langley, I
2017-09-01
Cape Town, South Africa. To model the effects of increased case finding and triage strategies on laboratory costs per tuberculosis (TB) case diagnosed. We used a validated operational model and published laboratory cost data. We modelled the effect of varying the proportion with TB among presumptive cases and Xpert cartridge price reductions on cost per TB case and per additional TB case diagnosed in the Xpert-based vs. smear/culture-based algorithms. In our current scenario (18.3% with TB among presumptive cases), the proportion of cases diagnosed increased by 8.7% (16.7% vs. 15.0%), and the cost per case diagnosed increased by 142% (US$121 vs. US$50). The cost per additional case diagnosed was US$986. This would increase to US$1619 if the proportion with TB among presumptive cases was 10.6%. At 25.9-30.8% of TB prevalence among presumptive cases and a 50% reduction in Xpert cartridge price, the cost per TB case diagnosed would range from US$50 to US$59 (comparable to the US$48.77 found in routine practice with smear/culture). The operational model illustrates the effect of increased case finding on laboratory costs per TB case diagnosed. Unless triage strategies are identified, the approach will not be sustainable, even if Xpert cartridge prices are reduced.
Wang, L; Eriksson, S
2000-01-01
The subcellular localization of mitochondrial thymidine kinase (TK2) has been questioned, since no mitochondrial targeting sequences have been found in cloned human TK2 cDNAs. Here we report the cloning of mouse TK2 cDNA from a mouse full-length enriched cDNA library. The mouse TK2 cDNA codes for a protein of 270 amino acids, with a 40-amino-acid presumed N-terminal mitochondrial targeting signal. In vitro translation and translocation experiments with purified rat mitochondria confirmed that the N-terminal sequence directed import of the precursor TK2 into the mitochondrial matrix. A single 2.4 kb mRNA transcript was detected in most tissues examined, except in liver, where an additional shorter (1.0 kb) transcript was also observed. There was no correlation between the tissue distribution of TK2 activity and the expression of TK2 mRNA. Full-length mouse TK2 protein and two N-terminally truncated forms, one of which corresponds to the mitochondrial form of TK2 and a shorter form corresponding to the previously characterized recombinant human TK2, were expressed in Escherichia coli and affinity purified. All three forms of TK2 phosphorylated thymidine, deoxycytidine and 2'-deoxyuridine, but with different kinetic efficiencies. A number of cytostatic pyrimidine nucleoside analogues were also tested and shown to be good substrates for the various forms of TK2. The active form of full-length mouse TK2 was a dimer, as judged by Superdex 200 chromatography. These results enhance our understanding of the structure and function of TK2, and may help to explain the mitochondrial disorder, mitochondrial neurogastrointestinal encephalomyopathy. PMID:11023833
Hydroquinone induces TK6 cell growth arrest and apoptosis through PARP-1/p53 regulatory pathway.
Luo, Hao; Liang, Hairong; Chen, Jiajia; Xu, Yongchun; Chen, Yuting; Xu, Longmei; Yun, Lin; Liu, Jiaxian; Yang, Hui; Liu, Linhua; Peng, Jianming; Liu, Zhidong; Tang, Lin; Chen, Wen; Tang, Huanwen
2017-09-01
Hydroquinone (HQ), one of the most important metabolites derived from benzene, induces cell cycle arrest and apoptosis. Poly(ADP-ribose) polymerase-1 (PARP-1) participates in various biological processes, including DNA repair and cell cycle regulation. To explore whether PARP-1 regulatory pathway mediated HQ-induced cell cycle arrest and apoptosis, we assessed the effect of PARP-1 suppression on induction of apoptosis analyzed by FACSCalibur flow cytometer in PARP-1 deficientTK6 cells (TK6-shPARP-1). We observed an increase in the fraction of cells in G1 phase by 7.6% and increased apoptosis by 4.5% in PARP-1-deficient TK6 cells (TK6-shPARP-1) compared to those negative control cells (TK6-shNC cells) in response to HQ treatment. Furthermore, HQ might activate the extrinsic pathways of apoptosis via up-regulation of Fas expression, followed by caspase-3 activation, apoptotic body, and sub G1 accumulation. Enhanced p53 expression was observed in TK6-shPARP-1 cells than in TK6-shNC cells after HQ treatment. In contrast, Fas expression was lower in TK6-shPARP-1 cells than in TK6-shNC cells. Therefore, we conclude that HQ may activate apoptotic signals via Fas up-regulation and p53-mediated apoptosis in TK6-shNC cells. The reduction of PARP-1 expression further intensified up-regulation of p53 in TK6-shPARP-1 cells, resulting in an increased G1→S phase cell arrest and apoptosis in TK6-shPARP-1 cells compared to TK6-shNC cells. © 2017 Wiley Periodicals, Inc.
1992-06-25
Space Shuttle Columbia (STS-50) astronaut Bornie Dunbar wears protective goggles to assemble a zeolite sample cartridge for the Crystal Growth Furnace (CGF) in the United States Microgravity Laboratory-1 (USML-1) science module.
Chacko, Ann-Marie; Qu, Wenchao; Kung, Hank F.
2014-01-01
Two novel series of 5-fluoroalkyl-2′-deoxyuridines (FPrDU, FBuDU, FPeDU) and 2′-fluoro-2′-deoxy-5-fluoroalkylarabinouridines (FFPrAU, FFBuAU, FFPeAU), having three, four or five methylene units (propyl, butyl, or pentyl) at C-5, were prepared and tested as reporter probes for imaging HSV1-tk gene expression. The Negishi coupling methodology was employed to efficiently synthesize the radiolabeling precursors. All six 5-[18F]fluoroalkyl pyrimidines were prepared readily from 3-N-benzoyl-3′,5′-di-O-benzoyl-protected 5-O-mesylate precursors in 17–35% radiochemical yield (decay-corrected). In vitro studies highlighted that all six [18F]labeled nucleosides selectively accumulated in cells expressing the HSV1-TK protein, with negligible uptake in control cells. [18F]FPrDU, [18F]FBuDU, [18F]FPeDU, and [18F]FFBuAU had the best uptake profiles. Despite selective accumulation in HSV1-tk expressing cells, all 5-fluoroalkyl pyrimidine nucleosides had low to negligible cytotoxic activity (CC50>1000–209 μM). Ultimately, results demonstrated that 5-[18F]fluoropropyl, [18F]fluorobutyl, and [18F]fluoropentyl pyrimidine nucleosides have potential as in vivo HSV1-TK PET reporter probes over a dynamic range of reporter gene expression levels. PMID:18800764
Wu, Xi; Zhang, Chong; Orita, Izumi; Imanaka, Tadayuki
2013-01-01
A novel thermostable alcohol dehydrogenase (ADH) showing activity toward aromatic secondary alcohols was identified from the hyperthermophilic archaeon Thermococcus kodakarensis KOD1 (TkADH). The gene, tk0845, which encodes an aldo-keto reductase, was heterologously expressed in Escherichia coli. The enzyme was found to be a monomer with a molecular mass of 31 kDa. It was highly thermostable with an optimal temperature of 90°C and a half-life of 4.5 h at 95°C. The apparent Km values for the cofactors NAD(P)+ and NADPH were similar within a range of 66 to 127 μM. TkADH preferred secondary alcohols and accepted various ketones and aldehydes as substrates. Interestingly, the enzyme could oxidize 1-phenylethanol and its derivatives having substituents at the meta and para positions with high enantioselectivity, yielding the corresponding (R)-alcohols with optical purities of greater than 99.8% enantiomeric excess (ee). TkADH could also reduce 2,2,2-trifluoroacetophenone to (R)-2,2,2-trifluoro-1-phenylethanol with high enantioselectivity (>99.6% ee). Furthermore, the enzyme showed high resistance to organic solvents and was particularly highly active in the presence of H2O–20% 2-propanol and H2O–50% n-hexane or n-octane. This ADH is expected to be a useful tool for the production of aromatic chiral alcohols. PMID:23354700
NASA Technical Reports Server (NTRS)
Biyabani, S. R.
1994-01-01
INS3D computes steady-state solutions to the incompressible Navier-Stokes equations. The INS3D approach utilizes pseudo-compressibility combined with an approximate factorization scheme. This computational fluid dynamics (CFD) code has been verified on problems such as flow through a channel, flow over a backwardfacing step and flow over a circular cylinder. Three dimensional cases include flow over an ogive cylinder, flow through a rectangular duct, wind tunnel inlet flow, cylinder-wall juncture flow and flow through multiple posts mounted between two plates. INS3D uses a pseudo-compressibility approach in which a time derivative of pressure is added to the continuity equation, which together with the momentum equations form a set of four equations with pressure and velocity as the dependent variables. The equations' coordinates are transformed for general three dimensional applications. The equations are advanced in time by the implicit, non-iterative, approximately-factored, finite-difference scheme of Beam and Warming. The numerical stability of the scheme depends on the use of higher-order smoothing terms to damp out higher-frequency oscillations caused by second-order central differencing. The artificial compressibility introduces pressure (sound) waves of finite speed (whereas the speed of sound would be infinite in an incompressible fluid). As the solution converges, these pressure waves die out, causing the derivation of pressure with respect to time to approach zero. Thus, continuity is satisfied for the incompressible fluid in the steady state. Computational efficiency is achieved using a diagonal algorithm. A block tri-diagonal option is also available. When a steady-state solution is reached, the modified continuity equation will satisfy the divergence-free velocity field condition. INS3D is capable of handling several different types of boundaries encountered in numerical simulations, including solid-surface, inflow and outflow, and far-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.
Wu, Chuanjing; Yang, Rongjiang; Zhou, Ji; Bao, Shing; Zou, Li; Zhang, Pinggan; Mao, Yongrong; Wu, Jianping; He, Qimin
2003-06-01
Egg yolk is a good source of highly specific antibodies against mammalian antigens because of the phylogenetic distance between birds and mammals. Chicken egg yolk immunoglobulins (IgY) were generated to a synthetic 31-amino acid peptide from the C-terminal of human HeLa thymidine kinase 1 (TK1) enzyme. The anti-TK1 IgY antibody was purified using affinity chromatography against the 31-amino acid peptide. The purified antibody inhibited the catalytic activity of the TK1 enzyme in the CEM TK1(+) cells and recognized the 25-kDa subunit and tetrameric form of TK1, which has a pI value of 8.3. No immunoreaction was observed in CEM TK1(-) cells. Western blot of the serum TK1 (S-TK1) also showed that only a single band was found in the serum of patients with malignancies. No band was seen in healthy serum. Furthermore, dot blots and enhanced chemiluminescence (ECL) detection of S-TK1 performed on sera of preoperative patients with gastric cancer (GC) (n=31) and healthy controls (n=62) showed that the levels of S-TK1 in the sera of cancer patients were significantly different (P<0.01). Using ECL dot blots, 0.1 pg of TK1 in 3 microl sera could be detected. Immunohistostaining of tissues in the 11 advanced-stage cancer patients (four breast carcinomas, three hepatocarcinomas and four thyroid carcinomas) indicated that a strong staining of TK1 enzyme was found in the cytoplasm of malignant cells. No staining or weak staining was seen in normal tissues. We suggest that screening for TK1 using anti-TK1 IgY may be potentially useful for serological and immunohistochemical detection of TK1 as an early prognosis and for monitoring patients undergoing treatment.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Villarroya, Joan, E-mail: joanvillarroya@gmail.com; Institut de Recerca l'Hospital de la Santa Creu i Sant Pau, Barcelona; Lara, Mari-Carmen
Highlights: {yields} We impaired TK2 expression in Ost TK1{sup -} cells via siRNA-mediated interference (TK2{sup -}). {yields} TK2 impairment caused severe mitochondrial DNA (mtDNA) depletion in quiescent cells. {yields} Despite mtDNA depletion, TK2{sup -} cells show high cytochrome oxidase activity. {yields} Depletion of mtDNA occurs without imbalance in the mitochondrial dNTP pool. {yields} Nuclear-encoded ENT1, DNA-pol {gamma}, TFAM and TP gene expression is lowered in TK2{sup -} cells. -- Abstract: The mitochondrial DNA (mtDNA) depletion syndrome comprises a clinically heterogeneous group of diseases characterized by reductions of the mtDNA abundance, without associated point mutations or rearrangements. We have developed themore » first in vitro model to study of mtDNA depletion due to reduced mitochondrial thymidine kinase 2 gene (TK2) expression in order to understand the molecular mechanisms involved in mtDNA depletion syndrome due to TK2 mutations. Small interfering RNA targeting TK2 mRNA was used to decrease TK2 expression in Ost TK1{sup -} cells, a cell line devoid of endogenous thymidine kinase 1 (TK1). Stable TK2-deficient cell lines showed a reduction of TK2 levels close to 80%. In quiescent conditions, TK2-deficient cells showed severe mtDNA depletion, also close to 80% the control levels. However, TK2-deficient clones showed increased cytochrome c oxidase activity, higher cytochrome c oxidase subunit I transcript levels and higher subunit II protein expression respect to control cells. No alterations of the deoxynucleotide pools were found, whereas a reduction in the expression of genes involved in nucleoside/nucleotide homeostasis (human equilibrative nucleoside transporter 1, thymidine phosphorylase) and mtDNA maintenance (DNA-polymerase {gamma}, mitochondrial transcription factor A) was observed. Our findings highlight the importance of cellular compensatory mechanisms that enhance the expression of respiratory components to ensure respiratory activity despite profound depletion in mtDNA levels.« less
Synthesizing a Trefoil Knotted Block Copolymer via Ring-Expansion Strategy
Cao, Pengfei; Rong, Li-Han; Mangadlao, Joey; ...
2017-02-07
We synthesized a synthetic trefoil knotted poly(e-caprolatone) block-poly(L-lactide) (TK-PLA-b-PCL) via a ring expansion strategy from a trefoil knotted tin (Sn) initiator. Ring closing reaction between the bis-copper(I) templated phenanthro line complex and dibutyldimethoxytin results in a templated trefoil knotted initiator. Furthermore, the bis-copper(I) templated trefoil knotted poly(L-lactide) (TK-PLA) can be synthesized by ring-opening polymerization of L-lactide monomer, and decomplexation reaction of the templated TK-PLA will result in a geniune TK-PLA without constraint from the copper template. Subsequent insertion of e caprolactone in the bis-copper(I) templated TK-PLA forms the templated trefoil knotted block copolymer, i.e., TK-PLA-b-PCL, and the copper-free TK-PLA-b-PCL canmore » be obtained by decomplexation reaction. Finally, both TK-PLA and TK-PLA-b-PCL are analyzed by the 1 H NMR, FT-IR, UV-vis, DLS, and GPC.« less
Lo, Hsin-Yi; Li, Tsai-Chung; Yang, Tse-Yen; Li, Chia-Cheng; Chiang, Jen-Huai; Hsiang, Chien-Yun; Ho, Tin-Yun
2017-01-18
Diabetes is a serious chronic metabolic disorder. Trichosanthes kirilowii Maxim. (TK) is traditionally used for the treatment of diabetes in traditional Chinese medicine (TCM). However, the clinical application of TK on diabetic patients and the hypoglycemic efficacies of TK are still unclear. A retrospective cohort study was conducted to analyze the usage of Chinese herbs in patients with type 2 diabetes in Taiwan. Glucose tolerance test was performed to analyze the hypoglycemic effect of TK. Proteomic approach was performed to identify the protein constituents of TK. Insulin receptor (IR) kinase activity assay and glucose tolerance tests in diabetic mice were further used to elucidate the hypoglycemic mechanisms and efficacies of TK. By a retrospective cohort study, we found that TK was the most frequently used Chinese medicinal herb in type 2 diabetic patients in Taiwan. Oral administration of aqueous extract of TK displayed hypoglycemic effects in a dose-dependent manner in mice. An abundant novel TK protein (TKP) was further identified by proteomic approach. TKP interacted with IR by docking analysis and activated the kinase activity of IR. In addition, TKP enhanced the clearance of glucose in diabetic mice in a dose-dependent manner. In conclusion, this study applied a bed-to-bench approach to elucidate the hypoglycemic efficacies and mechanisms of TK on clinical usage. In addition, we newly identified a hypoglycemic protein TKP from TK. Our findings might provide a reasonable explanation of TK on the treatment of diabetes in TCM.
Si, Ying-jian; Guang, Li-xia; Yuan, Fa-huan; Zhang, Ke-bin
2006-08-01
To find out a possible approach to improve the effectiveness of radiotherapy and chemotherapy for Ewing's sarcoma by constructing a eukaryotic expression vector expressing herpes simplex virus-thymidine kinase (HSV-TK) regulated by hypoxia responsive element (HRE) under hypoxia and to evaluate the effects of this HRE regulated HSV-TK system on killing effect of gancyclovir (GCV) on Ewing's sarcoma cell line SK-ES under hypoxic condition. The HRE was synthesized according to the literature and cloned into the enhancer site of pIRES(2)-EGFP vector to obtain the pHRE recombinant plasmid. The HSV-TK was amplified by PCR and cloned into the multiple clone site of pIRES(2)-EGFP and pHRE to obtain pTK and pHRE-TK recombinant plasmid. The human Ewing's sarcoma cell line SK-ES was transfected by pTK or pHRE-TK recombinant plasmid with liposome and then was exposed to normoxic (21% oxygen) or hypoxic (3% oxygen) condition. The expression of enhanced green fluorescent protein (EGFP) was monitored by fluorescent microscopy. The sensitivity of human Ewing's sarcoma cell line SK-ES transfected with pTK or pHRE-TK recombinant plasmid to the anti-tumour drug GCV was determined with the method of tetrazolium (MTT) after treating with GCV for five days. (1) The result of sequencing showed that the recombinant plasmid pHRE contained HRE, and that the recombinant plasmid pTK and pHRE-TK contained HSV-TK gene in the sense direction. (2) Comparison of fluorescent optical density (FOD) showed that (1) the EGFP FOD value of pHRE and pHRE-TK group cells exposed to hypoxia was significantly higher than those exposed to normoxia (P < 0.01); (2) when the cells were exposed to hypoxia, the EGFP FOD value of pHRE and pHRE-TK group cells was significantly higher than that of pTK and empty vector group (P < 0.01); (3) there was no significant difference among the four groups of cells when they were exposed to normoxia (P > 0.05). (3) Comparison of the sensitivity of four groups of cells to GCV showed that (1) the cells in pHRE-TK and pTK groups were much more sensitive to GCV than the cells in pHRE group under hypoxia condition (P < 0.01), the higher the GCV concentration, the greater the difference; (2) the cells of pHRE-TK group were more sensitive to GCV than those in pTK group under hypoxic condition (P < 0.01), but was almost equally sensitive under normoxic condition (P > 0.05); (3) the pHRE-TK group cells had higher sensitivity to GCV under hypoxia than normoxia (P < 0.01) while the pTK group cells had almost the same sensitivity to GCV under hypoxia and normoxia (P > 0.05). (1) The eukaryotic expression vector expressing herpes simplex virus-thymidine kinase (HSV-TK) regulated by hypoxia responsive element (HRE) under hypoxia was constructed successfully. (2) HRE could up-regulate expression of EGFP by SK-ES cells under hypoxia condition. (3) HRE could enhance the killing effect of HSV-TK/GCV system on human Ewing's sarcoma cell line SK-ES under hypoxic condition.
Shende, Pravin; Patil, Sampada; Gaud, R S
2017-07-01
The aim of the present study was to use a combinatorial approach of inclusion complexation and dendrimer synthesization of gefitinib using solvent-free technique for targeting EGFR-TK to treat Non-Small-Cell Lung Cancer (NSCLC). The inclusion complex of gefitinib with β-cyclodextrin was prepared by trituration method. This complex encapsulated G4 PAMAM dendrimers were synthesized by Michael addition and amidation reactions using green chemistry and then PEGylated by conjugation reaction. FTIR and DSC confirmed the formation of inclusion complex of gefitinib and β-cyclodextrin and PEGylation of G4 PAMAM dendrimers. Gefitinib showed higher solubility, encapsulation efficiency and controlled release profile from PEGylated dendrimers compared to inclusion complex. The PEGylated dendrimers of inclusion complex of gefitinib were found to reduce hemolytic toxicity and lesser GI 50 value on Human lung cancer cell line A-549 by effective targeting EGFR-TK. A combinatorial approach of inclusion complexation and dendrimer synthesization is one of the alternative advanced approaches to treat NSCLC. Copyright © 2017 Elsevier B.V. All rights reserved.
Neural differentiation promoted by truncated trkC receptors in collaboration with p75(NTR).
Hapner, S J; Boeshore, K L; Large, T H; Lefcort, F
1998-09-01
trkC receptors, which serve critical functions during the development of the nervous system, are alternatively spliced to yield isoforms containing the catalytic tyrosine kinase domain (TK+) and truncated isoforms which lack this domain (TK-). To test for potential differences in their roles during early stages of neural development, TK+ and TK- isoforms were ectopically expressed in cultures of neural crest, the stem cell population that gives rise to the vast majority of the peripheral nervous system. NT-3 activation of ectopically expressed trkC TK+ receptors promoted both proliferation of neural crest cells and neuronal differentiation. Strikingly, the trkC TK- isoform was significantly more effective at promoting neuronal differentiation, but had no effect on proliferation. Furthermore, the trkC TK- response was dependent on a conserved receptor cytoplasmic domain and required the participation of the p75(NTR) neurotrophin receptor. Antibody-mediated receptor dimerization of TK+ receptors, but not TK- receptors, was sufficient to stimulate differentiation. These data identify a phenotypic response to activation of the trkC TK- receptor and demonstrate a functional interaction with p75(NTR), indicating there may be multiple trkC receptor-mediated systems guiding neuronal differentiation. Copyright 1998 Academic Press.
Baumgartner, Christian; Gleixner, Karoline V; Peter, Barbara; Ferenc, Veronika; Gruze, Alexander; Remsing Rix, Lily L; Bennett, Keiryn L; Samorapoompichit, Puchit; Lee, Francis Y; Pickl, Winfried F; Esterbauer, Harald; Sillaber, Christian; Superti-Furga, Giulio; Valent, Peter
2008-10-01
Chronic eosinophilic leukemia (CEL) is a myeloproliferative disorder characterized by molecular and/or cytogenetic evidence of clonality of eosinophils, marked eosinophilia, and organ damage. In many patients, the transforming mutation FIP1L1-PDGFRalpha and the related CHIC2 deletion are found. The respective oncoprotein, FIP1L1-PDGFRalpha, is considered to play a major role in malignant cell growth in CEL. The tyrosine kinase (TK) inhibitor imatinib (STI571) has been described to counteract the TK activity of FIP1L1-PDGFRalpha in most patients. However, not all patients with CEL show a response to imatinib. Therefore, several attempts have been made to identify other TK inhibitors that counteract growth of neoplastic eosinophils. We provide evidence that dasatinib, a multi-targeted kinase inhibitor, blocks the growth and survival of EOL-1, an eosinophil leukemia cell line carrying FIP1L1-PDGFRalpha. The effects of dasatinib on proliferation of EOL-1 cells were dose-dependent, with an IC50 of 0.5 to 1 nM, which was found to be in the same range when compared to IC50 values produced with imatinib. Dasatinib was also found to induce apoptosis in EOL-1 cells in a dose-dependent manner (IC50: 1-10 nM). The apoptosis-inducing effects of dasatinib on EOL-1 cells were demonstrable by light microscopy, flow cytometry, and in a TUNEL assay. In Western blot experiments, dasatinib completely blocked the phosphorylation of FIP1L1-PDGFRalpha in EOL-1 cells. Dasatinib inhibits the growth of leukemic eosinophils through targeting of the disease-related oncoprotein FIP1L1-PDGFRalpha. Based on this observation, dasatinib may be considered as a new interesting treatment option for patients with CEL.
A mini-bag technique for evaluation of fungicide effects on Trichoderma spp in mushroom compost.
Abosriwil, Salem O; Clancy, Kevin J
2004-04-01
An in vivo technique was developed to observe colonisation of mushroom compost by Trichoderma spp. Isolates of T. harzianum (Th2), T. harzianum (Th1), T. koningii (Tk) and T. viride (Tv) were artificially introduced into compost using a mini-bag system. Wheat grains, colonised by Trichoderma spp, were placed centrally on a layer of compost at the bottom of 1-litre polythene bags which were then filled with 350 g of spawned or un-spawned compost, and partially sealed. After 14 and 21 days incubation at 27 degrees C, the bags were assessed for recovery of Trichoderma from middle and top zones using a needle stab re-isolation technique and a visual colonisation scoring system. Visible green mould contamination, similar to that observed in practice, developed within 21 days. The visual colonisation scoring was reliably related to the re-isolation success. In this evaluation, Trichoderma spp showed considerable differences in their relative abilities to colonise spawned and un-spawned compost, with Th2 isolates being consistently superior to the other isolates of Th1, Tk and Tv in colonising spawned compost. This technique was employed to evaluate the effects of fungicides on the colonisation of mushroom compost by three Trichoderma spp: Th2, Th1 and Tk, using 1-litre and 5-litre mini-bag systems. Aqueous suspensions of benomyl, carbendazim, thiabendazole, prochloraz and prochloraz+carbendazim incorporated into the compost at 50 mg litre(-1), or applied to spawn at 50 mg kg(-1), reduced the colonisation by Trichoderma spp. Prochloraz and prochloraz+carbendazim were superior to benomyl, carbendazim or thiabendazole in reducing compost colonisation by Th2, Th1 and Tk, with Th2 being the most persistent type, capable of colonising treated compost in the presence of all five fungicides. The prochloraz+carbendazim mixture, not normally used in mushroom production, was equal to or better than prochloraz alone. The incidence of green mould colonisation by Th2 was as extensive in the 5-litre compost bags as in the 1-litre bags, but colonisation by Th1 and Tk was more apparent in the 5-litre bags. The in vivo mini-bag evaluations using wheat grain Trichoderma inoculum and needle stab re-isolation procedures proved an efficient method for studying colonisation and screening for effectiveness of fungicides applied to mushroom compost or spawn.
Crepeau, Kathryn L.; Baker, Lucian M.; Kuivila, Kathryn
2000-01-01
A method of analysis and quality-assurance practices were developed to study the fate and transport of pesticides in the San Francisco Bay-Estuary by the U.S. Geological Survey. Water samples were filtered to remove suspended-particulate matter and pumped through C-8 solid-phase extraction cartridges to extract the pesticides. The cartridges were dried with carbon dioxide and the pesticides were eluted with three cartridge volumes of hexane:diethyl ether (1:1) solution. The eluants were analyzed using capillary-column gas chromatography/mass spectrometry in full-scan mode. Method detection limits for pesticides ranged from 0.002 to 0.025 microgram per liter for 1-liter samples. Recoveries ranged from 44 to 140 percent for 25 pesticides in samples of organic-free reagent water and Sacramento-San Joaquin Delta and Suisun Bay water fortified at 0.05 and 0.50 microgram per liter. The estimated holding time for pesticides after extraction on C-8 solid-phase extraction cartridges ranged from 10 to 257 days.
[Efficacy of HSV-tk/GCV system on human laryngeal squamous cell cancer in vitro].
Ding, Xiu-yong; Qin, Yong; Li, Fu-ying; Cong, Tie-chuan
2006-05-01
Efficacy of HSV-tk/GCV system antitumor effects was assessed on human laryngeal cancer cell line Hep-2 in vitro. To assess the HSV-tk/CGV system whether has an antitumour effect on human laryngeal squamous cell cancer Hep-2 in vitro. The mechanisms of cytotoxity were also assessed. Hep-2 cells were transfected with HSV-tk gene by lipofection. Reverse transcription polymerase chain reaction (RT-PCR) was used to detect the HSV-tk gene expression. MTT was utilized to test for the cytotoxicity of this system. The cell-circle arrest and apoptosis were analyzed by flowcytometry assay. HSV-tk gene transfected cells demonstrated obvious cytoreductivity followed by ganciclovir (GCV) administration and this cytoreductivity showed partial GCV dose-independent. HSV-tk gene transfected cells demonstrated obvious s-phase arrest, no apoptosis and necrosis occurred. The HSV-tk/GCV system can inhabit the growth of Hep-2 cells effectively. S-phase arrest perhaps is the main reason that leads to the cell inhibition in our study. HSV-tk/GCV system has potential antitumor effects for the future clinical practice.
Kwon, Sunghark; Nishitani, Yuichi; Hirao, Yoshinori; Kanai, Tamotsu; Atomi, Haruyuki; Miki, Kunio
2018-04-15
The immature large subunit of [NiFe] hydrogenases undergoes C-terminal cleavage by a specific protease in the final step of the post-translational process before assembly with other subunits. It has been reported that the [NiFe] hydrogenase maturation protease HycI from Thermococcus kodakarensis (TkHycI) has the catalytic ability to target the membrane-bound hydrogenase large subunit MbhL from T. kodakarensis. However, the detailed mechanism of its substrate recognition remains elusive. We determined the crystal structure of TkHycI at 1.59 Å resolution to clarify how TkHycI recognizes its own substrate MbhL. Although the overall structure of TkHycI is similar to that of its homologous protease TkHybD, TkHycI adopts a larger loop than TkHybD, thereby creating a broad and deep cleft. We analyzed the structural properties of the TkHycI cleft probably involved in its substrate recognition. Our findings provide novel and profound insights into the substrate selectivity of TkHycI. Copyright © 2018 Elsevier Inc. All rights reserved.
FLUSH - PREDICTION OF FLOW PARAMETERS OF SLUSH HYDROGEN
NASA Technical Reports Server (NTRS)
Hardy, T.
1994-01-01
Slush hydrogen, a mixture of the solid and liquid phases of hydrogen, is a possible source of fuel for the National Aerospace Plane (NASP) Project. Advantages of slush hydrogen over liquid hydrogen include greater heat capacity and greater density. However, practical use of slush hydrogen as a fuel requires systems of lines, valves, etc. which are designed to deliver the fuel in slush form with minimal solid loss as a result of pipe heating or flow friction. Engineers involved with the NASP Project developed FLUSH to calculate the pressure drop and slush hydrogen solid fraction loss for steady-state, one-dimensional flow. FLUSH solves the steady-state, one-dimensional energy equation and the Bernoulli equation for pipe flow. The program performs these calculations for each two-node element--straight pipe length, elbow, valve, fitting, or other part of the piping system--specified by the user. The user provides flow rate, upstream pressure, initial solid hydrogen fraction, element heat leak, and element parameters such as length and diameter. For each element, FLUSH first calculates the pressure drop, then figures the slush solid fraction exiting the element. The code employs GASPLUS routines to calculate thermodynamic properties for the slush hydrogen. FLUSH is written in FORTRAN IV for DEC VAX series computers running VMS. An executable is provided on the tape. The GASPLUS physical properties routines which are required for building the executable are included as one object library on the program media (full source code for GASPLUS is available separately as COSMIC Program Number LEW-15091). FLUSH is available in DEC VAX BACKUP format on a 9-track 1600 BPI magnetic tape (standard media) or on a TK50 tape cartridge. FLUSH was developed in 1989.
Dumpa, Srikanth Reddy; Shetty, Ajoy Prasad; Aiyer, Siddharth N; Kanna, Rishi Mugesh; Rajasekaran, S
2018-04-01
Retrospective observational study. To analyze the effect of low-density (LD) strategic pedicle screw fixation on the correction of coronal and sagittal parameters in adolescent idiopathic scoliosis (AIS) patients. LD screw fixation achieves favorable coronal correction, but its effect on sagittal parameters is not well established. AIS is often associated with decreased thoracic kyphosis (TK), and the use of multi-level pedicle screws may result in further flattening of the sagittal profile. A retrospective analysis was performed on 92 patients with AIS to compare coronal and sagittal parameters preoperatively and at 2-year follow-up. All patients underwent posterior correction via LD strategic pedicle screw fixation. Radiographs were analyzed for primary Cobb angle (PCA), coronal imbalance, cervical sagittal angle (CSA), TK, lumbar lordosis (LL), pelvic incidence, pelvic tilt (PT), sacral slope (SS), C7 plumb line, spino-sacral angle, curve flexibility, and screw density. PCA changed significantly from 57.6°±13.9° to 19°±8.4° ( p <0.0001) with 67% correction, where the mean curve flexibility was 41% and screw density was 68%. Regional sagittal parameters did not change significantly, including CSA (from 10.76° to 10.56°, p =0.893), TK (from 24.4° to 22.8°, p =0.145), and LL (from 50.3° to 51.1°, p =0.415). However, subgroup analysis of the hypokyphosis group (<10°) and the hyperkyphosis group (>40°) showed significant correction of TK ( p <0.0001 in both). Sacro-pelvic parameters showed a significant decrease of PT and increase of SS, suggesting a reduction in pelvic retroversion SS (from 37° to 40°, p =0.0001) and PT (from 15° to 14°, p =0.025). LD strategic pedicle screw fixation provides favorable coronal correction and improves overall sagittal sacro-pelvic parameters. This technique does not cause significant flattening of TK and results in a favorable restoration of TK in patients with hypokyphosis or hyperkyphosis.
Dumpa, Srikanth Reddy; Aiyer, Siddharth N.; Kanna, Rishi Mugesh; Rajasekaran, S
2018-01-01
Study Design Retrospective observational study. Purpose To analyze the effect of low-density (LD) strategic pedicle screw fixation on the correction of coronal and sagittal parameters in adolescent idiopathic scoliosis (AIS) patients. Overview of Literature LD screw fixation achieves favorable coronal correction, but its effect on sagittal parameters is not well established. AIS is often associated with decreased thoracic kyphosis (TK), and the use of multi-level pedicle screws may result in further flattening of the sagittal profile. Methods A retrospective analysis was performed on 92 patients with AIS to compare coronal and sagittal parameters preoperatively and at 2-year follow-up. All patients underwent posterior correction via LD strategic pedicle screw fixation. Radiographs were analyzed for primary Cobb angle (PCA), coronal imbalance, cervical sagittal angle (CSA), TK, lumbar lordosis (LL), pelvic incidence, pelvic tilt (PT), sacral slope (SS), C7 plumb line, spino-sacral angle, curve flexibility, and screw density. Results PCA changed significantly from 57.6°±13.9° to 19°±8.4° (p <0.0001) with 67% correction, where the mean curve flexibility was 41% and screw density was 68%. Regional sagittal parameters did not change significantly, including CSA (from 10.76° to 10.56°, p =0.893), TK (from 24.4° to 22.8°, p =0.145), and LL (from 50.3° to 51.1°, p =0.415). However, subgroup analysis of the hypokyphosis group (<10°) and the hyperkyphosis group (>40°) showed significant correction of TK (p <0.0001 in both). Sacro-pelvic parameters showed a significant decrease of PT and increase of SS, suggesting a reduction in pelvic retroversion SS (from 37° to 40°, p =0.0001) and PT (from 15° to 14°, p =0.025). Conclusions LD strategic pedicle screw fixation provides favorable coronal correction and improves overall sagittal sacro-pelvic parameters. This technique does not cause significant flattening of TK and results in a favorable restoration of TK in patients with hypokyphosis or hyperkyphosis. PMID:29713412
Deoxycytidine and deoxythymidine treatment for thymidine kinase 2 deficiency
Lopez-Gomez, Carlos; Levy, Rebecca J; Sanchez-Quintero, Maria J; Juanola-Falgarona, Marti; Barca, Emanuele; Garcia-Diaz, Beatriz; Tadesse, Saba; Garone, Caterina; Hirano, Michio
2017-01-01
Objective Thymidine kinase 2 (TK2), a critical enzyme in the mitochondrial pyrimidine salvage pathway, is essential for mitochondrial DNA (mtDNA) maintenance. Mutations in the nuclear gene TK2 cause TK2 deficiency, which manifests predominantly in children as myopathy with mtDNA depletion. Molecular bypass therapy with the TK2 products, dCMP and dTMP, prolongs the lifespan of Tk2-deficient (Tk2-/-) mice by 2-3 fold. Because we observed rapid catabolism of the deoxynucleoside monophosphates to deoxythymidine (dT) and deoxycytidine (dC), we hypothesized that: 1) deoxynucleosides might be the major active agents and 2) inhibition of deoxycytidine deamination might enhance dTMP+dCMP therapy. Methods To test these hypotheses, we assessed two therapies in Tk2-/- mice: 1) dT+dC and 2) co-administration of the deaminase inhibitor, tetrahydrouridine (THU), with dTMP+dCMP. Results We observed that dC+dT delayed disease onset, prolonged lifespan of Tk2-deficient mice, and restored mtDNA copy number as well as respiratory chain enzyme activities and levels. In contrast, dCMP+dTMP+THU therapy decreased lifespan of Tk2-/- animals compared to dCMP+dTMP. Interpretation Our studies demonstrate that deoxynucleoside substrate enhancement is a novel therapy, which may ameliorate TK2 deficiency in patients. PMID:28318037
Sudo, Hideki; Abe, Yuichiro; Kokabu, Terufumi; Ito, Manabu; Abumi, Kuniyoshi; Ito, Yoichi M; Iwasaki, Norimasa
2016-09-01
Controversy exists regarding the effects of multilevel facetectomy and screw density on deformity correction, especially thoracic kyphosis (TK) restoration in adolescent idiopathic scoliosis (AIS) surgery. This study aimed to evaluate the effects of multilevel facetectomy and screw density on sagittal plane correction in patients with main thoracic (MT) AIS curve. A retrospective correlation and comparative analysis of prospectively collected, consecutive, non-randomized series of patients at a single institution was undertaken. Sixty-four consecutive patients with Lenke type 1 AIS treated with posterior correction and fusion surgery using simultaneous double-rod rotation technique were included. Patient demographics and preoperative and 2-year postoperative radiographic measurements were the outcome measures for this study. Multiple stepwise linear regression analysis was conducted between change in TK (T5-T12) and the following factors: age at surgery, Risser sign, number of facetectomy level, screw density, preoperative main thoracic curve, flexibility in main thoracic curve, coronal correction rate, preoperative TK, and preoperative lumbar lordosis. Patients were classified into two groups: TK<15° group defined by preoperative TK below the mean degree of TK for the entire cohort (<15°) and the TK≥15° group, defined by preoperative TK above the mean degree of kyphosis (≥15°). Independent sample t tests were used to compare demographic data as well as radiographic outcomes between the two groups. There were no study-specific biases related to conflicts of interest. The average preoperative TK was 14.0°, which improved significantly to 23.1° (p<.0001) at the 2-year final follow-up. Greater change in TK was predicted by a low preoperative TK (p<.0001). The TK <15° group showed significant correlation between change in TK and number of facetectomy level (r=0.492, p=.002). Similarly, significant correlation was found between change in TK and screw density (r=0.333, p=.047). Conversely, in the TK ≥15° group, correlation was found neither between change in TK and number of facetectomy level (r=0.047, p=.812), nor with screw density (r=0.030, p=.880). Furthermore, in patients with preoperative TK<15°, change in TK was significantly correlated with screw density at the concave side (r=0.351, p=.036) but not at the convex side (r=0.144, p=.402). In patients with hypokyphotic thoracic spine, significant positive correlation was found between change in TK and multilevel facetectomy or screw density at the concave side. This indicates that in patients with AIS who have thoracic hypokyphosis as part of their deformity, the abovementioned factors must be considered in preoperative planning to correct hypokyphosis. Copyright © 2016 Elsevier Inc. All rights reserved.
Sun, Ren; Eriksson, Staffan; Wang, Liya
2012-01-01
Protein glutathionylation in response to oxidative stress can affect both the stability and activity of target proteins. Mitochondrial thymidine kinase 2 (TK2) is a key enzyme in mitochondrial DNA precursor synthesis. Using an antibody specific for glutathione (GSH), S-glutathionylated TK2 was detected after the addition of glutathione disulfide (GSSG) but not GSH. This was reversed by the addition of dithiothreitol, suggesting that S-glutathionylation of TK2 is reversible. Site-directed mutagenesis of the cysteine residues and subsequent analysis of mutant enzymes demonstrated that Cys-189 and Cys-264 were specifically glutathionylated by GSSG. These cysteine residues do not appear to be part of the active site, as demonstrated by kinetic studies of the mutant enzymes. Treatment of isolated rat mitochondria with hydrogen peroxide resulted in S-glutathionylation of added recombinant TK2. Treatment of intact cells with hydrogen peroxide led to reduction of mitochondrial TK2 activity and protein levels, as well as S-glutathionylation of TK2. Furthermore, the addition of S-glutathionylated recombinant TK2 to mitochondria isolated from hydrogen peroxide-treated cells led to degradation of the S-glutathionylated TK2, which was not observed with unmodified TK2. S-Glutathionylation on Cys-189 was responsible for the observed selective degradation of TK2 in mitochondria. These results strongly suggest that oxidative damage-induced S-glutathionylation and degradation of TK2 have significant impact on mitochondrial DNA precursor synthesis. PMID:22661713
Frangini, Miriam; Rampazzo, Chiara; Franzolin, Elisa; Lara, Mari-Carmen; Vilà, Maya R; Martí, Ramon; Bianchi, Vera
2009-02-01
Mitochondrial thymidine kinase (TK2) catalyzes the phosphorylation of thymidine in mitochondria. Its function becomes essential for dTTP synthesis in noncycling cells, where cytosolic dTTP synthesis via R1/R2 ribonucleotide reductase and thymidine kinase 1 is turned down. Mutations in the nuclear gene for TK2 cause a fatal mtDNA depletion syndrome. Only selected cell types are affected, suggesting that the other cells compensate for the TK2 deficiency by adapting the enzyme network that regulates dTTP synthesis outside S-phase. Here we looked for such metabolic adaptation in quiescent cultures of fibroblasts from two TK2-deficient patients with a slow-progressing syndrome. In cell extracts, we measured the activities of TK2, deoxycytidine kinase, thymidine phosphorylase, deoxynucleotidases and the amounts of the three ribonucleotide reductase subunits. Patient cells contained 40% or 5% TK2 activity and unchanged activities of the other enzymes. However, their mitochondrial and cytosolic dTTP pools were unchanged, and also the overall composition of the dNTP pools was normal. TK2-dependent phosphorylation of [(3)H]thymidine in intact cells and the turnover of the dTTP pool showed that even the fibroblasts with 5% residual TK2 activity synthesized dTTP at an almost normal rate. Normal fibroblasts apparently contain more TK2 than needed to maintain dTTP during quiescence, which would explain why TK2-mutated fibroblasts do not manifest mtDNA depletion despite their reduced TK2 activity.
Gaudio, A C; Richards, W G; Takahata, Y
2000-02-01
A quantitative structure-activity relationship study of N2-(substituted)-phenylguanines (PHG) as inhibitors of herpes simplex virus thymidine kinase (HSV TK) was performed. The activity of a set of PHG derivatives were analyzed against the thymidine kinase of herpes simplex virus types 1 (HSV1 TK) and 2 (HSV2 TK). Classic and calculated physicochemical parameters were included in the analysis. The results showed that there is an important difference in the activity of the meta substituted PHG derivatives against HSV1 TK and HSV2 TK. The activity of the meta derivatives against HSV2 TK is influenced by a steric effect, which is not observed against HSV1 TK. The superposition of the three-dimensional structures of the active sites of HSV1 TK (crystal structure) and HSV2 TK (homology model) revealed that the amino acid Ile97 is located near the meta position in the HSV1 TK active site, whereas the amino acid Leu97 is located near the meta position in the HSV2 TK active site. This single difference in the active sites of both enzymes can explain the source of the steric effect and serves as an indication that our previously proposed binding mode for the PHG derivatives is plausible. However, another observed mutation in the active site region, Ala168 by Ser168, suggests that an alternative binding mode, similar to that of ganciclovir, could be possible.
Park, Ju Hui; Kim, Kwang Il; Lee, Kyo Chul; Lee, Yong Jin; Lee, Tae Sup; Chung, Wee Sup; Lim, Sang Moo; Kang, Joo Hyun
2015-02-01
Tumor-specific enhancer/promoter is applicable for targeting gene expression in tumors and helpful for tumor-targeting imaging and therapy. We aimed to acquire α-fetoprotein (AFP)-producing hepatocellular carcinoma (HCC) specific images using adenovirus containing HSV1-tk gene controlled by AFP enhancer/promoter and evaluate in vivo ganciclovir (GCV)-medicated therapeutic effects on AFP-targeted HSV1-tk expression with (18)F-FDG positron emission tomography (PET). Recombinant adenovirus expressing HSV1-tk under AFP enhancer/promoter was produced (AdAFP-TK) and the expression levels were evaluated by RT-PCR and (125)I-IVDU uptake. GCV-mediated HSV1-tk cytotoxicity was determined by MTT assay. After the mixture of AdAFP-fLuc and AdAFP-TK was administrated, bioluminescent images (BLIs) and (18)F-FHBG PET images were obtained in tumor-bearing mice. In vivo therapeutic effects of AdAFP-TK and GCV in the HuH-7 xenograft model were monitored by (18)F-FDG PET. When infected with AdAFP-TK, cell viability in HuH-7 was reduced, but those in HT-29 and SK-Hep-1 were not significantly decreased at any GCV concentration less than 100 μM. AFP-targeted fLuc and HSV1-tk expression were clearly visualized by BLI and (18)F-FHBG PET images in AFP-producing HCC, respectively. In vivo GCV-mediated tumor growth inhibition by AFP-targeted HSV1-tk expression was monitored by (18)F-FDG PET. Recombinant AdAFP-TK could be applied for AFP-targeted HCC gene therapy and imaging in AFP-producing HCC.
Wang, Wei-Hsun; Chiang, I-Tsang; Liu, Yu-Chang; Hsu, Fei-Ting; Chen, Hong-Wen; Chen, Chuan-Lin; Lee, Yi-Jang; Lin, Wuu-Jyh; Hwang, Jeng-Jong
2013-01-01
Few studies have reported that the effect of sorafenib on advanced human hepatocellular carcinoma (HCC) is taking place via the inhibition of NF-κB signal transduction. Here we constructed a human HCC Huh7 stable clone with NF-κB-responsive element to drive dual reporter genes, herpes simplex virus thymidine kinase (tk) and firefly luciferase (luc2), and co-transfected with a third red fluorescent protein (rfp) gene, renamed as Huh7/NF-κB-tk-luc2/rfp cells, and combined with bioluminescent imaging (BLI) and red fluorescent protein imaging (RFPI) to monitor the effect of sorafenib on NF-κB activation and tumor inhibition. The results show that sorafenib could suppress the NF-κB-DNA binding activity, and the expression of downstream effector proteins. Notably, the relative photon fluxes obtained from RFPI and BLI, which represent the viable tumor cells and cells with NF-κB activation, decreased after sorafenib treatment by 50 to 65%, and 87.5 to >90%, respectively, suggesting that NF-κB activation is suppressed in viable HCC cells by sorafenib. Simultaneous molecular imaging of the temporal change of NF-κB activity and of viable cells in the same Huh7/NF-κB-tk-luc2/rfp tumors of the animal may reflect the real status of NF-κB activity and the viable tumor cells at the time of imaging.
Microchip Immunoaffinity Electrophoresis of Antibody-Thymidine Kinase 1 Complex
Pagaduan, Jayson V.; Ramsden, Madison; O’Neill, Kim; Woolley, Adam T.
2015-01-01
Thymidine kinase-1 (TK1) is an important cancer biomarker whose serum levels are elevated in early cancer development. We developed a microchip electrophoresis immunoaffinity assay to measure recombinant purified TK1 (pTK1) using an antibody that binds to human TK1. We fabricated poly(methyl methacrylate) microfluidic devices to test the feasibility of detecting antibody (Ab)-pTK1 immune complexes as a step towards TK1 analysis in clinical serum samples. We were able to separate immune complexes from unbound antibodies using 0.5X phosphate buffer saline (pH 7.4) containing 0.01% Tween-20, with 1% w/v methylcellulose that acts as a dynamic surface coating and sieving matrix. Separation of the antibody and Ab-pTK1 complex was observed within a 5 mm effective separation length. This method of detecting pTK1 is easy to perform, requires only a 10 μL sample volume, and takes just 1 minute for separation. PMID:25486911
An Integrated Research Program for the Modeling, Analysis and Control of Aerospace Systems
1992-03-03
Fabiano, Jr. - Brown University Mitchell Feigenbaum - Rockefeller University Elena Fernandez - Institudo de Desarrollo Techologico, para la Industria...system. The system runs under DEC Ultrix; we have installed the GKS graphics system and language compilers (FORTRAN and C). The DELIGHT.MIMO software ...which links a sophisticated non-smooth optimization package to some linear system software , is on the system. The package was kindly furnished by
An Integrated Research Program for the Modeling, Analysis and Control of Aerospace Systems
1992-03-03
Mitchell Feigenbaum - Rockefeller University Elena Fernandez - Institudo de Desarrollo Techologico, para la Industria Quimica Wilfred M. Greenlee...Ultrix; we have installed the GKS graphics system and language compilers (FORTRAN and C). The DELIGHT.MIMO software , which links a sophisticated non...smooth optimization package to some linear system software , is on the system. The package was kindly furnished by Professor E. Polak, Electrical and
Bjerke, Mia; Solaroli, Nicola; Lesko, Nicole; Balzarini, Jan; Johansson, Magnus; Karlsson, Anna
2010-01-01
Thymidine kinase 2 (TK2) is a mitochondrial deoxyribonucleoside kinase that phosphorylates several nucleoside analogs used in anti-viral and anti-cancer therapy. A fibroblast cell line with decreased TK2 activity was investigated in order to obtain insights in the effects of TK2 deficiency on nucleotide metabolism. The role of TK2 for the sensitivity against cytotoxic nucleoside analogs was also investigated. The TK2 deficient cells retained their sensitivity against all pyrimidine nucleoside analogs tested. This study suggests that nucleoside analog phosphorylation mediated by TK2 may be less important, compared to other deoxyribonucleoside kinases, for the cytotoxic effects of these compounds.
TAF1, From a General Transcription Factor to Modulator of Androgen Receptor in Prostate Cancer
2008-02-01
or pARR3tk-Luc), and the Renilla luciferase vector (pRL-TK) as an internal control. Cells were then treated with or without R1881 for 24 h prior to...increasing amount of HA tagged full length TAF1 (pCS2+/TAF1), pRL-TK- Renilla (83 ng/well), and pARR3-tk-Luc (167 ng/well) (A) or pPSA-Luc (1ug/well...numbers of pRL-TK- Renilla , as a non androgenic reporter was also enhanced by TAF1 over-expression in both LNCaP and PC3 cells, the ARR3tk-Luc
Akman, Hasan O; Dorado, Beatriz; López, Luis C; García-Cazorla, Angeles; Vilà, Maya R; Tanabe, Lauren M; Dauer, William T; Bonilla, Eduardo; Tanji, Kurenai; Hirano, Michio
2008-08-15
Mitochondrial DNA (mtDNA) depletion syndrome (MDS), an autosomal recessive condition, is characterized by variable organ involvement with decreased mtDNA copy number and activities of respiratory chain enzymes in affected tissues. MtDNA depletion has been associated with mutations in nine autosomal genes, including thymidine kinase (TK2), which encodes a ubiquitous mitochondrial protein. To study the pathogenesis of TK2-deficiency, we generated mice harboring an H126N Tk2 mutation. Homozygous Tk2 mutant (Tk2(-/-)) mice developed rapidly progressive weakness after age 10 days and died between ages 2 and 3 weeks. Tk2(-/-) animals showed Tk2 deficiency, unbalanced dNTP pools, mtDNA depletion and defects of respiratory chain enzymes containing mtDNA-encoded subunits that were most prominent in the central nervous system. Histopathology revealed an encephalomyelopathy with prominent vacuolar changes in the anterior horn of the spinal cord. The H126N TK2 mouse is the first knock-in animal model of human MDS and demonstrates that the severity of TK2 deficiency in tissues may determine the organ-specific phenotype.
Akman, Hasan O.; Dorado, Beatriz; López, Luis C.; García-Cazorla, Ángeles; Vilà, Maya R.; Tanabe, Lauren M.; Dauer, William T.; Bonilla, Eduardo; Tanji, Kurenai; Hirano, Michio
2008-01-01
Mitochondrial DNA (mtDNA) depletion syndrome (MDS), an autosomal recessive condition, is characterized by variable organ involvement with decreased mtDNA copy number and activities of respiratory chain enzymes in affected tissues. MtDNA depletion has been associated with mutations in nine autosomal genes, including thymidine kinase (TK2), which encodes a ubiquitous mitochondrial protein. To study the pathogenesis of TK2-deficiency, we generated mice harboring an H126N Tk2 mutation. Homozygous Tk2 mutant (Tk2−/−) mice developed rapidly progressive weakness after age 10 days and died between ages 2 and 3 weeks. Tk2−/− animals showed Tk2 deficiency, unbalanced dNTP pools, mtDNA depletion and defects of respiratory chain enzymes containing mtDNA-encoded subunits that were most prominent in the central nervous system. Histopathology revealed an encephalomyelopathy with prominent vacuolar changes in the anterior horn of the spinal cord. The H126N TK2 mouse is the first knock-in animal model of human MDS and demonstrates that the severity of TK2 deficiency in tissues may determine the organ-specific phenotype. PMID:18467430
Lymphocyte thymidine kinase and treatment response in acute lymphocytic leukemia.
Russo, S A; Harris, M B; Greengard, O
1987-01-01
The activity of thymidine kinase (TK) and the proportion of its isozymes (TK1/TK2) were studied in peripheral lymphoid cells of 37 children with acute lymphocytic leukemia (ALL). The high TK in 25 untreated subjects (31.5 +/- 8.9) decreased during chemotherapy-induced remission to uniformly low (5.3 +/- 0.4) normal values, and rose again during relapse to a mean of (24.8 +/- 8.1). The proportion of isozyme 1 followed the same pattern but TK was a more sensitive indicator of disease state. The lymphocyte fractions' TK (per mg protein) correlated with the number (per ml blood) of WBCs, blasts and lymphocytes. Although the higher TK of blasts than of apparently normal lymphocytes was confirmed in cases permitting clean physical separation, the lymphocyte fraction of several untreated subjects with minimal blast counts also exhibited elevated TK. Moreover, this elevation was also seen in relapsed cases even if their blood (unlike bone marrow) was devoid of blasts. The results indicate that quantification of TK can reveal a subpopulation of maldifferentiated lymphocytes which are microscopically normal and that it may provide an objective parameter of prognostic differences between ALL subjects with similar hematological characteristics.
KSHV-TK is a tyrosine kinase that disrupts focal adhesions and induces Rho-mediated cell contraction
Gill, Michael B; Turner, Rachel; Stevenson, Philip G; Way, Michael
2015-01-01
Paradoxically, the thymidine kinase (TK) encoded by Kaposi sarcoma-associated herpesvirus (KSHV) is an extremely inefficient nucleoside kinase, when compared to TKs from related herpesviruses. We now show that KSHV-TK, in contrast to HSV1-TK, associates with the actin cytoskeleton and induces extensive cell contraction followed by membrane blebbing. These dramatic changes in cell morphology depend on the auto-phosphorylation of tyrosines 65, 85 and 120 in the N-terminus of KSHV-TK. Phosphorylation of tyrosines 65/85 and 120 results in an interaction with Crk family proteins and the p85 regulatory subunit of PI3-Kinase, respectively. The interaction of Crk with KSHV-TK leads to tyrosine phoshorylation of this cellular adaptor. Auto-phosphorylation of KSHV-TK also induces a loss of FAK and paxillin from focal adhesions, resulting in activation of RhoA-ROCK signalling to myosin II and cell contraction. In the absence of FAK or paxillin, KSHV-TK has no effect on focal adhesion integrity or cell morphology. Our observations demonstrate that by acting as a tyrosine kinase, KSHV-TK modulates signalling and cell morphology. PMID:25471072
Deoxycytidine and Deoxythymidine Treatment for Thymidine Kinase 2 Deficiency.
Lopez-Gomez, Carlos; Levy, Rebecca J; Sanchez-Quintero, Maria J; Juanola-Falgarona, Martí; Barca, Emanuele; Garcia-Diaz, Beatriz; Tadesse, Saba; Garone, Caterina; Hirano, Michio
2017-05-01
Thymidine kinase 2 (TK2), a critical enzyme in the mitochondrial pyrimidine salvage pathway, is essential for mitochondrial DNA (mtDNA) maintenance. Mutations in the nuclear gene, TK2, cause TK2 deficiency, which manifests predominantly in children as myopathy with mtDNA depletion. Molecular bypass therapy with the TK2 products, deoxycytidine monophosphate (dCMP) and deoxythymidine monophosphate (dTMP), prolongs the life span of Tk2-deficient (Tk2 -/- ) mice by 2- to 3-fold. Because we observed rapid catabolism of the deoxynucleoside monophosphates to deoxythymidine (dT) and deoxycytidine (dC), we hypothesized that: (1) deoxynucleosides might be the major active agents and (2) inhibition of deoxycytidine deamination might enhance dTMP+dCMP therapy. To test these hypotheses, we assessed two therapies in Tk2 -/- mice: (1) dT+dC and (2) coadministration of the deaminase inhibitor, tetrahydrouridine (THU), with dTMP+dCMP. We observed that dC+dT delayed disease onset, prolonged life span of Tk2-deficient mice and restored mtDNA copy number as well as respiratory chain enzyme activities and levels. In contrast, dCMP+dTMP+THU therapy decreased life span of Tk2 -/- animals compared to dCMP+dTMP. Our studies demonstrate that deoxynucleoside substrate enhancement is a novel therapy, which may ameliorate TK2 deficiency in patients. Ann Neurol 2017;81:641-652. © 2017 American Neurological Association.
2013-01-01
Background Tk-SP is a member of subtilisin-like serine proteases from a hyperthermophilic archaeon Thermococcus kodakarensis. It has been known that the hyper-stable protease, Tk-SP, could exhibit enzymatic activity even at high temperature and in the presence of chemical denaturants. In this work, the enzymatic activity of Tk-SP was measured in the presence of detergents and EDTA. In addition, we focused to demonstrate that Tk-SP could degrade the abnormal prion protein (PrPSc), a protease-resistant isoform of normal prion protein (PrPC). Results Tk-SP was observed to maintain its proteolytic activity with nonionic surfactants and EDTA at 80°C. We optimized the condition in which Tk-SP functions efficiently, and demonstrated that the enzyme is highly stable in the presence of 0.05% (w/v) nonionic surfactants and 0.01% (w/v) EDTA, retaining up to 80% of its activity. Additionally, we also found that Tk-SP can degrade PrPSc to a level undetectable by western-blot analysis. Conclusions Our results indicate that Tk-SP has a great potential for technological applications, such as thermo-stable detergent additives. In addition, it is also suggested that Tk-SP-containing detergents can be developed to decrease the secondary infection risks of transmissible spongiform encephalopathies (TSE). PMID:23448268
Huang, Chih-Yu; Yao, Hui-Wen; Wang, Li-Chiu; Shen, Fang-Hsiu; Hsu, Sheng-Min; Chen, Shun-Hua
2017-02-15
Herpes simplex virus 1 (HSV-1) establishes latency in neural tissues of immunocompetent mice but persists in both peripheral and neural tissues of lymphocyte-deficient mice. Thymidine kinase (TK) is believed to be essential for HSV-1 to persist in neural tissues of immunocompromised mice, because infectious virus of a mutant with defects in both TK and UL24 is detected only in peripheral tissues, but not in neural tissues, of severe combined immunodeficiency mice (T. Valyi-Nagy, R. M. Gesser, B. Raengsakulrach, S. L. Deshmane, B. P. Randazzo, A. J. Dillner, and N. W. Fraser, Virology 199:484-490, 1994, https://doi.org/10.1006/viro.1994.1150). Here we find infiltration of CD4 and CD8 T cells in peripheral and neural tissues of mice infected with a TK-negative mutant. We therefore investigated the significance of viral TK and host T cells for HSV-1 to persist in neural tissues using three genetically engineered mutants with defects in only TK or in both TK and UL24 and two strains of nude mice. Surprisingly, all three mutants establish persistent infection in up to 100% of brain stems and 93% of trigeminal ganglia of adult nude mice at 28 days postinfection, as measured by the recovery of infectious virus. Thus, in mouse neural tissues, host T cells block persistent HSV-1 infection, and viral TK is dispensable for the virus to establish persistent infection. Furthermore, we found 30- to 200-fold more virus in neural tissues than in the eye and detected glycoprotein C, a true late viral antigen, in brainstem neurons of nude mice persistently infected with the TK-negative mutant, suggesting that adult mouse neurons can support the replication of TK-negative HSV-1. Acyclovir is used to treat herpes simplex virus 1 (HSV-1)-infected immunocompromised patients, but treatment is hindered by the emergence of drug-resistant viruses, mostly those with mutations in viral thymidine kinase (TK), which activates acyclovir. TK mutants are detected in brains of immunocompromised patients with persistent infection. However, answers to the questions as to whether TK-negative (TK - ) HSV-1 can establish persistent infection in brains of immunocompromised hosts and whether neurons in vivo are permissive for TK - HSV-1 remain elusive. Using three genetically engineered HSV-1 TK - mutants and two strains of nude mice deficient in T cells, we found that all three HSV-1 TK - mutants can efficiently establish persistent infection in the brain stem and trigeminal ganglion and detected glycoprotein C, a true late viral antigen, in brainstem neurons. Our study provides evidence that TK - HSV-1 can persist in neural tissues and replicate in brain neurons of immunocompromised hosts. Copyright © 2017 American Society for Microbiology.
Zhang, Zhihong; Lin, Juqiang; Chu, Jun; Ma, Yan; Zeng, Shaoqun; Luo, Qingming
2008-01-01
Use of the herpes simplex virus thymidine kinase gene/ganciclovir (HSV-tk/GCV) system is one of the promising approaches in the rapidly growing area of gene therapy. The "bystander effect," a phenomenon in which HSV-tk+ cells exposed to GCV are toxic to adjacent HSV-tk- cells, was reported to play an important role in suicide gene therapy. However, the mechanism by which HSV-tk/GCV induces the bystander effect is poorly understood. We monitored the activation of caspase-3 in living cells induced by the HSV-tk/GCV system using a genetically encoded fluorescence resonance energy transfer (FRET) probe CD3, , a caspase-3 recognition site fused with a cyan fluorescent protien (CFP) and a red fluorescent protein (DsRed) which we reported and named in a previous paper. Fluorescence protein (FP)-based multicolor cellular labeling, combined with the multichannel fluorescence imaging and FRET imaging techniques, provides a novel and improved approach to directly determine whether the activation of caspase-3 involved in the HSV-tk/GCV system induces cell apoptosis in tk gene-expressing cells and their neighboring cells. FRET ratio images of CD3, and fluorescence images of the fusion protein of thymidine kinase linked with green fluorescent protein (TK-GFP), indicated that HSV-tk/GCV system-induced apoptosis in human adenoid cystic carcinoma (ACC-M) cells was via a caspase-3 pathway, and the activation of caspase-3 was not involved in the bystander effect of HSV-tk/GCV system.
Thymidine kinase 2 deficiency-induced mtDNA depletion in mouse liver leads to defect β-oxidation.
Zhou, Xiaoshan; Kannisto, Kristina; Curbo, Sophie; von Döbeln, Ulrika; Hultenby, Kjell; Isetun, Sindra; Gåfvels, Mats; Karlsson, Anna
2013-01-01
Thymidine kinase 2 (TK2) deficiency in humans causes mitochondrial DNA (mtDNA) depletion syndrome. To study the molecular mechanisms underlying the disease and search for treatment options, we previously generated and described a TK2 deficient mouse strain (TK2(-/-)) that progressively loses its mtDNA. The TK2(-/-) mouse model displays symptoms similar to humans harboring TK2 deficient infantile fatal encephalomyopathy. Here, we have studied the TK2(-/-) mouse model to clarify the pathological role of progressive mtDNA depletion in liver for the severe outcome of TK2 deficiency. We observed that a gradual depletion of mtDNA in the liver of the TK2(-/-) mice was accompanied by increasingly hypertrophic mitochondria and accumulation of fat vesicles in the liver cells. The levels of cholesterol and nonesterified fatty acids were elevated and there was accumulation of long chain acylcarnitines in plasma of the TK2(-/-) mice. In mice with hepatic mtDNA levels below 20%, the blood sugar and the ketone levels dropped. These mice also exhibited reduced mitochondrial β-oxidation due to decreased transport of long chain acylcarnitines into the mitochondria. The gradual loss of mtDNA in the liver of the TK2(-/-) mice causes impaired mitochondrial function that leads to defect β-oxidation and, as a result, insufficient production of ketone bodies and glucose. This study provides insight into the mechanism of encephalomyopathy caused by TK2 deficiency-induced mtDNA depletion that may be used to explore novel therapeutic strategies.
Thymidine Kinase 2 Deficiency-Induced mtDNA Depletion in Mouse Liver Leads to Defect β-Oxidation
von Döbeln, Ulrika; Hultenby, Kjell; Isetun, Sindra; Gåfvels, Mats; Karlsson, Anna
2013-01-01
Thymidine kinase 2 (TK2) deficiency in humans causes mitochondrial DNA (mtDNA) depletion syndrome. To study the molecular mechanisms underlying the disease and search for treatment options, we previously generated and described a TK2 deficient mouse strain (TK2−/−) that progressively loses its mtDNA. The TK2−/− mouse model displays symptoms similar to humans harboring TK2 deficient infantile fatal encephalomyopathy. Here, we have studied the TK2−/− mouse model to clarify the pathological role of progressive mtDNA depletion in liver for the severe outcome of TK2 deficiency. We observed that a gradual depletion of mtDNA in the liver of the TK2−/− mice was accompanied by increasingly hypertrophic mitochondria and accumulation of fat vesicles in the liver cells. The levels of cholesterol and nonesterified fatty acids were elevated and there was accumulation of long chain acylcarnitines in plasma of the TK2−/− mice. In mice with hepatic mtDNA levels below 20%, the blood sugar and the ketone levels dropped. These mice also exhibited reduced mitochondrial β-oxidation due to decreased transport of long chain acylcarnitines into the mitochondria. The gradual loss of mtDNA in the liver of the TK2−/− mice causes impaired mitochondrial function that leads to defect β-oxidation and, as a result, insufficient production of ketone bodies and glucose. This study provides insight into the mechanism of encephalomyopathy caused by TK2 deficiency-induced mtDNA depletion that may be used to explore novel therapeutic strategies. PMID:23505564
Saleh, Amer F.; Priestley, Catherine C.; Gooderham, Nigel J.; Fellows, Mick D.
2015-01-01
The degradation of phosphorothioate oligonucleotides (PS-ONDs) and the release of potentially genotoxic modified mononucleotides raise a safety concern for OND-based therapeutics. Deoxyadenosine monophosphorothioate (dAMPαS), a PS nucleotide analog, has been reported to be a potent in vitro mutagen at the thymidine kinase (TK) locus in human TK6 lymphoblastoid cells. This led us to explore the mechanism behind the apparent positive response induced by dAMPαS in the TK gene-mutation assay in TK6 cells. In this work, treatment of TK6 cells with dAMPαS produced a dose-dependent increase in cytotoxicity and mutant frequency at the TK locus. Surprisingly, when the colonies from dAMPαS were re-challenged with the selective agent trifluorothymidine (TFT), the TFT-resistant phenotype was lost. Moreover, dAMPαS-induced colonies displayed distinct growth kinetics and required longer incubation time than 4-nitroquinoline-1-oxide-induced colonies to start growing. Treatment of TK6 cells with dAMPαS induced cell cycle arrest at the G1 phase, enabling cells to grow, and form a colony after the efficacy of TFT in the culture medium was lost. Our findings suggest that a fraction of parental “nonmutant” TK6 cells escaped the toxicity of TFT, possibly via G1 arrest, and resumed growth after the degradation of TFT. We conclude that dAMPαS did not induce real TFT-resistant mutants and caution should be taken with interpretation of mutation data from TK gene-mutation assay in TK6 cells when assessing modified nucleotides. PMID:25711235
Reversion of mtDNA depletion in a patient with TK2 deficiency.
Vilà, M R; Segovia-Silvestre, T; Gámez, J; Marina, A; Naini, A B; Meseguer, A; Lombès, A; Bonilla, E; DiMauro, S; Hirano, M; Andreu, A L
2003-04-08
Mutations in the thymidine kinase 2 (TK2) gene cause a myopathic form of the mitochondrial DNA depletion syndrome (MDS). Here, the authors report the unusual clinical, biochemical, and molecular findings in a 14-year-old patient in whom pathogenic mutations were identified in the TK2 gene. This report extends the phenotypic expression of primary TK2 deficiency and suggests that factors other than TK2 may modify expression of the clinical phenotype in patients with MDS syndrome.
GEMPAK 5.1 - A GENERAL METEOROLOGICAL PACKAGE (UNIX VERSION)
NASA Technical Reports Server (NTRS)
Desjardins, M. L.
1994-01-01
GEMPAK is a general meteorological software package developed at NASA/Goddard Space Flight Center. It includes programs to analyze and display surface, upper-air, and gridded data, including model output. There are very general programs to list, edit, and plot data on maps, to display profiles and time series, to draw and fill contours, to draw streamlines, to plot symbols for clouds, sky cover, and pressure tendency, and draw cross sections in the case of gridded data and sounding data. In addition, there are Barnes objective analysis programs to grid surface and upper-air data. The programs include the capabilities to derive meteorological parameters from those found in the dataset, to perform vertical interpolations of sounding data to different coordinate systems, and to compute an extensive set of gridded diagnostic quantities by specifying various nested combinations of scalars and vector arithmetic, algebraic, and differential operators. The GEMPAK 5.1 graphics/transformation subsystem, GEMPLT, provides device-independent graphics. GEMPLT also has the capability to display output in a variety of map projections or overlaid on satellite imagery. GEMPAK 5.1 is written in FORTRAN 77 and C-language and has been implemented on VAX computers under VMS and on computers running the UNIX operating system. During installation and normal use, this package occupies approximately 100Mb of hard disk space. The UNIX version of GEMPAK includes drivers for several graphic output systems including MIT's X Window System (X11,R4), Sun GKS, PostScript (color and monochrome), Silicon Graphics, and others. The VMS version of GEMPAK also includes drivers for several graphic output systems including PostScript (color and monochrome). The VMS version is delivered with the object code for the Transportable Applications Environment (TAE) program, version 4.1 which serves as a user interface. A color monitor is recommended for displaying maps on video display devices. Data for rendering regional maps is included with this package. The standard distribution medium for the UNIX version of GEMPAK 5.1 is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the VMS version of GEMPAK 5.1 is a 6250 BPI 9-track magnetic tape in DEC VAX BACKUP format. The VMS version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. This program was developed in 1985. The current version, GEMPAK 5.1, was released in 1992. The package is delivered with source code. An extensive collection of subroutine libraries allows users to format data for use by GEMPAK, to develop new programs, and to enhance existing ones.
Stringer, J R; Kuhn, R M; Newman, J L; Meade, J C
1985-01-01
Cultured rat cells deficient in endogenous thymidine kinase activity (tk) were stably transformed with a recombination-indicator DNA substrate constructed in vitro by rearrangement of the herpes simplex virus tk gene sequences into a partially redundant permutation of the functional gene. The recombination-indicator DNA did not express tk, but was designed to allow formation of a functional tk gene via homologous recombination. A clonal cell line (519) was isolated that harbored several permuted herpes simplex virus tk genes. 519 cells spontaneously produced progeny that survived in medium containing hypoxanthine, aminopterin, and thymidine. Acquisition of resistance to hypoxanthine, aminopterin, and thymidine was accompanied by the rearrangement of the defective tk gene to functional configuration. The rearrangement apparently occurred by unequal exchange between one permuted tk gene and a replicated copy of itself. Recombination was between 500-base-pair tracts of DNA sequence homology that were separated by 3.4 kilobases. Exchanges occurred spontaneously at a frequency of approximately 5 X 10(-6) events per cell per generation. Recombination also mediated reversion to the tk- phenotype; however, the predominant mechanism by which cells escaped death in the presence of drugs rendered toxic by thymidine kinase was not recombination, but rather inactivation of the intact tk gene. Images PMID:3016511
Xu, Jing; Zhang, Lin; Yang, Dong-Lei; Li, Qun; He, Zuhua
2015-12-01
Thymidine kinases (TKs) are important components in the nucleotide salvage pathway. However, knowledge about plant TKs is quite limited. In this study, the molecular function of TKs in Arabidopsis thaliana was investigated. Two TKs were identified and named AtTK1 and AtTK2. Expression of both genes was ubiquitous, but AtTK1 was strongly expressed in high-proliferation tissues. AtTK1 was localized to the cytosol, whereas AtTK2 was localized to the mitochondria. Mutant analysis indicated that the two genes function coordinately to sustain normal plant development. Enzymatic assays showed that the two TK proteins shared similar catalytic specificity for pyrimidine nucleosides. They were able to complement an Escherichia coli strain lacking TK activity. 5'-Fluorodeoxyuridine (FdU) resistance and 5-ethynyl 2'-deoxyuridine (EdU) incorporation assays confirmed their activity in vivo. Furthermore, the tk mutant phenotype could be alleviated by nucleotide feeding, establishing that the biosynthesis of pyrimidine nucleotides was disrupted by the TK deficiency. Finally, both human and rice (Oryza sativa) TKs were able to rescue the tk mutants, demonstrating the functional conservation of TKs across organisms. Taken together, our findings clarify the specialized function of two TKs in A. thaliana and establish that the salvage pathway mediated by the kinases is essential for plant growth and development. © 2015 Institute of Plant Physiology and Ecology, SIBS, CAS New Phytologist © 2015 New Phytologist Trust.
Antitumor activity of combined endostatin and thymidine kinase gene therapy in C6 glioma models.
Chen, Yan; Huang, Honglan; Yao, Chunshan; Su, Fengbo; Guan, Wenming; Yan, Shijun; Ni, Zhaohui
2016-09-01
The combination of Endostatin (ES) and Herpes Simplex Virus thymidine kinase (HSV-TK) gene therapy is known to have antitumor activity in bladder cancer. The potential effect of ES and TK therapy in glioma has not yet been investigated. In this study, pTK-internal ribosome entry site (IRES), pIRES-ES, and pTK-IRES-ES plasmids were constructed; pIRES empty vector served as the negative control. The recombinant constructs were transfected into human umbilical vein endothelial cells (HUVECs) ECV304 and C6 rat glioma cell line. Ganciclovir (GCV) was used to induce cell death in transfected C6 cells. We found that ECV304 cells expressing either ES or TK-ES showed reduced proliferation, decreased migration capacity, and increased apoptosis, as compared to untransfected cells or controls. pTK-IRES-ES/GCV or pTK-IRES/GCV significantly suppressed cell proliferation and induced cell apoptosis in C6 cells, as compared to the control. In addition, the administration of pIRES-ES, pTK-IRES/GCV, or pTK-IRES-ES/GCV therapy improved animal activity and behavior; was associated with prolonged animal survival, and a lower microvessel density (MVD) value in tumor tissues of C6 glioma rats. In comparison to others, dual gene therapy in form of pTK-IRES-ES/GCV had a significant antitumor activity against C6 glioma. These findings indicate combined TK and ES gene therapy was associated with a superior antitumor efficacy as compared to single gene therapy in C6 glioma. © 2016 The Authors. Cancer Medicine published by John Wiley & Sons Ltd.
Matthews, Christine; Catherwood, Mark A; Morris, T C M; Kettle, Paul J; Drake, Mary B; Gilmore, William S; Alexander, H Denis
2006-10-01
Serum thymidine kinase (TK) levels have been shown to be correlated with survival in many malignancies, including chronic lymphocytic leukaemia (CLL). This study was designed to investigate associations between TK levels and other prognostic markers, in newly and previously diagnosed Binet stage A patients. Furthermore, the use of serum TK measurement to identify subcategories of disease within those defined by IgV(H) mutational status, gene usage and chromosomal aberrations was investigated. Ninety-one CLL patients were enrolled. Serum TK levels were measured using a radioenzyme assay. IgV(H) mutational status and V(H) gene usage were determined using BIOMED-2 primers and protocol. Recurring chromosomal abnormalities were detected by interphase fluorescent in situ hybridisation (FISH). Flow cytometry and reverse transcriptase polymerase chain reaction (RT-PCR) determined CD38 and Zap-70 expression, respectively. Significantly higher serum TK levels were found in IgV(H) unmutated, compared with IgV(H) mutated, patients (P < 0.001). Elevated TK levels were also found in patients with CD38 and Zap-70 positivity (P = 0.004, P < 0.001, respectively), short lymphocyte doubling time (LDT) (P = 0.044) and poor or intermediate prognosis chromosomal aberrations (P < 0.001). A TK level of >8.5 U/L best identified patients with progressive disease. Elevated TK levels could identify patients categorised, at diagnosis, into good prognosis subgroups by the various biological markers (mutated IgV(H), good prognosis chromosomal aberrations, Zap-70(-) and CD38(-)) who subsequently showed disease progression. Additionally, patients with V(H)3-21 gene usage showed high TK levels, irrespective of mutational status, and serum TK measurement retained predictive power as disease progressed in all subcategories studied.
Yatagai, Fumio; Morimoto, Shigeko; Kato, Takesi; Honma, Masamitsu
2004-06-13
Loss of heterozygosity (LOH) is the predominant mechanism of spontaneous mutagenesis at the heterozygous thymindine kinase locus (tk) in TK6 cells. LOH events detected in spontaneous TK(-) mutants (110 clones from p53 wild-type cells TK6-20C and 117 clones from p53-abrogated cells TK6-E6) were analyzed using 13 microsatellite markers spanning the whole of chromosome 17. Our analysis indicated an approximately 60-fold higher frequency of terminal deletions in p53-abrogated cells TK6-E6 compared to p53 wild-type cells TK6-20C whereas frequencies of point mutations (non-LOH events), interstitial deletions, and crossing over events were found to increase only less than twofold by such p53 abrogation. We then made use of an additional 17 microsatellite markers which provided an average map-interval of 1.6Mb to map various LOH endpoints on the 45Mb portion of chromosome 17q corresponding to the maximum length of LOH tracts (i.e. from the distal marker D17S932 to the terminal end). There appeared to be four prominent peaks (I-IV) in the distribution of LOH endpoints/Mb of Tk6-20C cells that were not evident in p53-abrogated cells TK6-E6, where they appeared to be rather broadly distributed along the 15-20Mb length (D17S1807 to D17S1607) surrounding two of the peaks that we detected in TK6-20C cells (peaks II and III). We suggest that the chromosomal instability that is so evident in TK6-E6 cells may be due to DNA double-strand break repair occurring through non homologous end-joining rather than allelic recombination.
Yao, Yuyu; Sheng, Zulong; Li, Yefei; Yan, Fengdi; Fu, Cong; Li, Yongjun; Ma, Genshan; Liu, Naifeng; Chao, Julie; Chao, Lee
2012-08-01
Tissue kallikrein (TK) has been demonstrated to improve neovasculogenesis after myocardial infarction (MI). In the present study, we examined the role and underlying mechanisms of TK in peripheral endothelial progenitor cell (EPC) function. Peripheral blood-derived mononuclear cells containing EPCs were isolated from rat. The in vitro effects of TK on EPC differentiation, apoptosis, migration, and vascular tube formation capacity were studied in the presence or absence of TK, kinin B(2) receptor antagonist (icatibant), and phosphatidylinositol-3 kinase inhibitor (LY294002). Apoptosis was evaluated by flow-cytometry analysis using Annexin V-FITC/PI staining, as well as western-blot analysis of Akt phosphorylation and cleaved caspase-3. Using an MI mouse model, we then examined the in vivo effects of human TK gene adenoviral vector (Ad.hTK) administration on the number of CD34(+)Flk-1(+) progenitors in the peripheral circulation, heart tissue, extent of vasculogenesis, and heart function. Administration of TK significantly increased the number of Dil-LDL/UEA-lectin double-positive early EPCs, as well as their migration and tube formation properties in vitro. Transduction of TK in cultured EPCs attenuated apoptosis induced by hypoxia and led to an increase in Akt phosphorylation and a decrease in cleaved caspase-3 levels. The beneficial effects of TK were blocked by pretreatment with icatibant and LY294002. The expression of recombinant human TK in the ischemic mouse heart significantly improved cardiac contractility and reduced infarct size 7 days after gene delivery. Compared with the Ad.Null group, Ad.hTK reduced mortality and preserved left ventricular function by increasing the number of CD34(+)Flk-1(+) EPCs and promoting the growth of capillaries and arterioles in the peri-infarct myocardium. These data provide direct evidence that TK promotes vessel growth by increasing the number of EPCs and enhancing their functional properties through the kinin B(2) receptor-Akt signaling pathway.
Zhang, Shulin; Li, Fang-Yuan; Bass, Harold N; Pursley, Amber; Schmitt, Eric S; Brown, Blaire L; Brundage, Ellen K; Mardach, Rebecca; Wong, Lee-Jun
2010-01-01
Thymidine kinase 2 (TK2), encoded by the TK2 gene on chromosome 16q22, is one of the deoxyribonucleoside kinases responsible for the maintenance of mitochondrial deoxyribonucleotide pools. Defects in TK2 mainly cause a myopathic form of the mitochondrial DNA depletion syndrome (MDDS). Currently, only point mutations and small insertions and deletions have been reported in TK2 gene; gross rearrangements of TK2 gene and possible hepatic involvement in patients with TK2 mutations have not been described. We report a non-consanguineous Jordanian family with three deceased siblings due to mtDNA depletion. Sequence analysis of the father detected a heterozygous c.761T>A (p.I254N) mutation in his TK2 gene; however, point mutations in the mother were not detected. Subsequent gene dosage analysis using oligonucleotide array CGH identified an intragenic approximately 5.8-kb deletion encompassing the 5'UTR to intron 2 of her TK2 gene. Sequence analysis confirmed that the deletion spans c.1-495 to c.283-2899 of the TK2 gene (nucleotide 65,136,256-65,142,086 of chromosome 16). Analysis of liver and muscle specimens from one of the deceased infants in this family revealed compound heterozygosity for the paternal point mutation and maternal intragenic deletion. In addition, a significant reduction of the mtDNA content in liver and muscle was detected (10% and 20% of age- and tissue-matched controls, respectively). Prenatal diagnosis was performed in the third pregnancy. The fetus was found to carry both the point mutation and the deletion. This child died 6months after birth due to myopathy. A serum specimen demonstrated elevated liver transaminases in two of the infants from whom results were available. This report expands the mutation spectrum associated with TK2 deficiency. While the myopathic form of MDDS appears to be the main phenotype of TK2 mutations, liver dysfunction may also be a part of the mitochondrial depletion syndrome caused by TK2 gene defects.
Collection and analysis of NASA clean room air samples
NASA Technical Reports Server (NTRS)
Sheldon, L. S.; Keever, J.
1985-01-01
The environment of the HALOE assembly clean room at NASA Langley Research Center is analyzed to determine the background levels of airborne organic compounds. Sampling is accomplished by pumping the clean room air through absorbing cartridges. For volatile organics, cartridges are thermally desorbed and then analyzed by gas chromatography and mass spectrometry, compounds are identified by searching the EPA/NIH data base using an interactive operator INCOS computer search algorithm. For semivolatile organics, cartridges are solvent entracted and concentrated extracts are analyzed by gas chromatography-electron capture detection, compound identification is made by matching gas chromatogram retention times with known standards. The detection limits for the semivolatile organics are; 0.89 ng cu m for dioctylphlhalate (DOP) and 1.6 ng cu m for polychlorinated biphenyls (PCB). The detection limit for volatile organics ranges from 1 to 50 parts per trillion. Only trace quantities of organics are detected, the DOP levels do not exceed 2.5 ng cu m and the PCB levels do not exceed 454 ng cu m.
Larson, Sarah M; Truscott, Laurel C; Chiou, Tzu-Ting; Patel, Amie; Kao, Roy; Tu, Andy; Tyagi, Tulika; Lu, Xiang; Elashoff, David; De Oliveira, Satiro N
2017-05-04
Patients with refractory or recurrent B-lineage hematologic malignancies have less than 50% of chance of cure despite intensive therapy and innovative approaches are needed. We hypothesize that gene modification of haematopoietic stem cells (HSC) with an anti-CD19 chimeric antigen receptor (CAR) will produce a multi-lineage, persistent immunotherapy against B-lineage malignancies that can be controlled by the HSVsr39TK suicide gene. High-titer third-generation self-inactivating lentiviral constructs were developed to deliver a second-generation CD19-specific CAR and the herpes simplex virus thymidine kinase HSVsr39TK to provide a suicide gene to allow ablation of gene-modified cells if necessary. Human HSC were transduced with such lentiviral vectors and evaluated for function of both CAR and HSVsr39TK. Satisfactory transduction efficiency was achieved; the addition of the suicide gene did not impair CAR expression or antigen-specific cytotoxicity, and determined marked cytotoxicity to ganciclovir. NSG mice transplanted with gene-modified human HSC showed CAR expression not significantly different between transduced cells with or without HSVsr39TK, and expression of anti-CD19 CAR conferred anti-tumor survival advantage. Treatment with ganciclovir led to significant ablation of gene-modified cells in mouse tissues. Haematopoietic stem cell transplantation is frequently part of the standard of care for patients with relapsed and refractory B cell malignancies; following HSC collection, a portion of the cells could be modified to express the CD19-specific CAR and give rise to a persistent, multi-cell lineage, HLA-independent immunotherapy, enhancing the graft-versus-malignancy activity.
Design of a functional cyclic HSV1-TK reporter and its application to PET imaging of apoptosis
Wang, Zhe; Wang, Fu; Hida, Naoki; Kiesewetter, Dale O; Tian, Jie; Niu, Gang; Chen, Xiaoyuan
2017-01-01
Positron emission tomography (PET) is a sensitive and noninvasive imaging method that is widely used to explore molecular events in living subjects. PET can precisely and quantitatively evaluate cellular apoptosis, which has a crucial role in various physiological and pathological processes. In this protocol, we describe the design and use of an engineered cyclic herpes simplex virus 1–thymidine kinase (HSV1-TK) PET reporter whose kinase activity is specifically switched on by apoptosis. The expression of cyclic TK (cTK) in healthy cells leads to inactive product, whereas the activation of apoptosis through the caspase-3 pathway cleaves cTK, thus restoring its activity and enabling PET imaging. In addition to detailing the design and construction of the cTK plasmid in this protocol, we include assays for evaluating the function and specificity of the cTK reporter in apoptotic cells, such as assays for measuring the cell uptake of PET tracer in apoptotic cells, correlating doxorubicin (Dox)-induced cell apoptosis to cTK function recovery, and in vivo PET imaging of cancer cell apoptosis, and we also include corresponding data acquisition methods. The time to build the entire cTK reporter is ~2–3 weeks. The selection of a stable cancer cell line takes ~4–6 weeks. The time to implement assays regarding cTK function in apoptotic cells and the in vivo imaging varies depending on the experiment. The cyclization strategy described in this protocol can also be adapted to create other reporter systems for broad biomedical applications. PMID:25927390
Deoxypyrimidine monophosphate bypass therapy for thymidine kinase 2 deficiency
Garone, Caterina; Garcia-Diaz, Beatriz; Emmanuele, Valentina; Lopez, Luis C; Tadesse, Saba; Akman, Hasan O; Tanji, Kurenai; Quinzii, Catarina M; Hirano, Michio
2014-01-01
Autosomal recessive mutations in the thymidine kinase 2 gene (TK2) cause mitochondrial DNA depletion, multiple deletions, or both due to loss of TK2 enzyme activity and ensuing unbalanced deoxynucleotide triphosphate (dNTP) pools. To bypass Tk2 deficiency, we administered deoxycytidine and deoxythymidine monophosphates (dCMP+dTMP) to the Tk2 H126N (Tk2−/−) knock-in mouse model from postnatal day 4, when mutant mice are phenotypically normal, but biochemically affected. Assessment of 13-day-old Tk2−/− mice treated with dCMP+dTMP 200 mg/kg/day each (Tk2−/−200dCMP/dTMP) demonstrated that in mutant animals, the compounds raise dTTP concentrations, increase levels of mtDNA, ameliorate defects of mitochondrial respiratory chain enzymes, and significantly prolong their lifespan (34 days with treatment versus 13 days untreated). A second trial of dCMP+dTMP each at 400 mg/kg/day showed even greater phenotypic and biochemical improvements. In conclusion, dCMP/dTMP supplementation is the first effective pharmacologic treatment for Tk2 deficiency. Subject Categories Genetics, Gene Therapy & Genetic Disease; Metabolism PMID:24968719
Deoxypyrimidine monophosphate bypass therapy for thymidine kinase 2 deficiency.
Garone, Caterina; Garcia-Diaz, Beatriz; Emmanuele, Valentina; Lopez, Luis C; Tadesse, Saba; Akman, Hasan O; Tanji, Kurenai; Quinzii, Catarina M; Hirano, Michio
2014-08-01
Autosomal recessive mutations in the thymidine kinase 2 gene (TK2) cause mitochondrial DNA depletion, multiple deletions, or both due to loss of TK2 enzyme activity and ensuing unbalanced deoxynucleotide triphosphate (dNTP) pools. To bypass Tk2 deficiency, we administered deoxycytidine and deoxythymidine monophosphates (dCMP+dTMP) to the Tk2 H126N (Tk2(-/-)) knock-in mouse model from postnatal day 4, when mutant mice are phenotypically normal, but biochemically affected. Assessment of 13-day-old Tk2(-/-) mice treated with dCMP+dTMP 200 mg/kg/day each (Tk2(-/-200dCMP/) (dTMP)) demonstrated that in mutant animals, the compounds raise dTTP concentrations, increase levels of mtDNA, ameliorate defects of mitochondrial respiratory chain enzymes, and significantly prolong their lifespan (34 days with treatment versus 13 days untreated). A second trial of dCMP+dTMP each at 400 mg/kg/day showed even greater phenotypic and biochemical improvements. In conclusion, dCMP/dTMP supplementation is the first effective pharmacologic treatment for Tk2 deficiency. © 2014 The Authors. Published under the terms of the CC BY 4.0 license.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Lu, Zhengyu; Department of Neurology, Yueyang Hospital of Integrated Traditional Chinese and Western Medicine, Shanghai University of Traditional Chinese Medicine, Shanghai 200437; Yang, Qi
2014-03-28
Highlights: • TK promotes EGFR phosphorylation in SH-SY5Y cells. • TK activates ERK1/2 and p38 phosphorylation in SH-SY5Y cells. • TK mediates SH-SY5Y cell proliferation via EGFR and ERK1/2 pathway. - Abstract: Tissue kallikrein (TK) is well known to take most of its biological functions through bradykinin receptors. In the present study, we found a novel signaling pathway mediated by TK through epidermal growth factor receptor (EGFR) in human SH-SY5Y cells. We discovered that TK facilitated the activation of EGFR, extracellular signal-regulated kinase (ERK) 1/2 and p38 cascade. Interestingly, not p38 but ERK1/2 phosphorylation was severely compromised in cells depletedmore » of EGFR. Nevertheless, impairment of signaling of ERK1/2 seemed not to be restricted to EGFR phosphorylation. We also observed that TK stimulation could induce SH-SY5Y cell proliferation, which was reduced by EGFR down-regulation or ERK1/2 inhibitor. Overall, our findings provided convincing evidence that TK could mediate cell proliferation via EGFR and ERK1/2 pathway in vitro.« less
Topological transformation of a trefoil knot into a [2]catenane.
Prakasam, Thirumurugan; Bilbeisi, Rana A; El-Khoury, Roberto; Charbonnière, Loïc J; Elhabiri, Mourad; Esposito, Gennaro; Olsen, John-Carl; Trabolsi, Ali
2017-12-21
Topological transformation of a zinc-templated trefoil knot, Zn-TK, into a zinc-templated [2]catenane, Zn-[2]C, was studied. The net reaction 2 Zn-TK→3 Zn-[2]C was accomplished in 89% yield by heating a solution of Zn-TK in D 2 O. Kinetic investigation by 1 H NMR spectroscopy and high resolution mass spectrometry revealed that the mechanism is complex, involving a large pool of intermediates that form after imine bond cleavage. Bromide ions, which can occupy the central cavity of Zn-TK, inhibited the reaction. Two similar transformations were also studied, one of a cadmium-containing trefoil knot, Cd-TK, into a cadmium-containing catenane, Cd-[2]C, and the other of Cd-TK into Zn-[2]C. The latter transformation could be achieved in one step at high temperature or in two steps via transmetallation to form Zn-TK at room temperature followed by topological conversion of Zn-TK to Zn-[2]C at high temperature.
Kalimuthu, Senthilkumar; Oh, Ji Min; Gangadaran, Prakash; Zhu, Liya; Lee, Ho Won; Jeon, Yong Hyun; Jeong, Shin Young; Lee, Sang-Woo; Lee, Jaetae; Ahn, Byeong-Cheol
2017-01-01
Anaplastic thyroid cancer (ATC) is the most aggressive malignancy of the thyroid, during which undifferentiated tumors arise from the thyroid follicular epithelium. ATC has a very poor prognosis due to its aggressive behavior and poor response to conventional therapies. Gene-directed enzyme/prodrug therapy using genetically engineered mesenchymal stromal cells (MSC) is a promising therapeutic strategy. The doxycycline (DOX)-controlled Tet inducible system is the most widely utilized regulatory system and could be a useful tool for therapeutic gene-based therapies. For example, use a synthetic "tetracycline-on" switch system to control the expression of the therapeutic gene thymidine kinase, which converts prodrugs to active drugs. The aim of this study was to develop therapeutic MSCs, harboring an inducible suicide gene, and to validate therapeutic gene expression using optical molecular imaging of ATC. We designed the Tet-On system using a retroviral vector expressing herpes simplex virus thymidine kinase (HSV1-sr39TK) with dual reporters (eGFP-Fluc2). Mouse bone marrow-derived mesenchymal stromal cells (BM-MSC) were transduced using this system with (MSC-Tet-TK/Fluc2) or without (MSC-TK/Fluc) the Tet-On system. Transduced cells were screened and characterized. Engineered MSCs were co-cultured with ATC (CAL62/Rluc) cells in the presence of the prodrug ganciclovir (GCV) and stimulated with DOX. The efficiency of cell killing monitored by assessing Rluc (CAL62/Rluc) and Fluc (MSC-Tet-TK/Fluc and MSC-TK/Fluc) activities using IVIS imaging. Fluc activity increased in MSC-Tet-TK/Fluc cells in a dose dependent manner following DOX treatment (R2 = 0.95), whereas no signal was observed in untreated cells. eGFP could also be visualized after induction with DOX, and the HSV1-TK protein could be detected by western blotting. In MSC-TK/Fluc cells, the Fluc activity increased with increasing cell number (R2 = 0.98), and eGFP could be visualized by fluorescence microscopy. The Fluc activity and cell viability of MSC-Tet-TK/Fluc and MSC-TK/Fluc cells decreased significantly following GCV treatment. A bystander effect of the therapeutic cells confirmed in co-cultures of CAL62 cells, an anaplastic thyroid cancer cell line, with either MSC-Tet-TK/Fluc cells or MSC-TK/Fluc cells. The Rluc activity in MSC-Tet-TK/Fluc co-cultures, derived from the CAL62/Rluc cells, decreased significantly with GCV treatment of DOX treated cultures, whereas no significant changes were observed in untreated cultures. In addition, the Fluc activity of MSC-Tet-TK/Fluc cells also decreased significantly with DOX treatment whereas no signal was present in untreated cultures. A bystander effect also be demonstrated in co-cultures with MSC-TK/Fluc cells and CAL62/Rluc; both the Rluc activity and the Fluc activity were significantly decreased following GCV treatment. We have successfully developed a Tet-On system of gene-directed enzyme/prodrug delivery using MSCs. We confirmed the therapeutic bystander effect in CAL62/Rluc cells with respect to MSC-Tet-TK/Fluc and MSC-TK/Fluc cells after GCV treatment with and without DOX. Our results confirm the therapeutic efficiency of a suicide gene, with or without the Tet-On system, for ATC therapy. In addition, our findings provide an innovative therapeutic approach for using the Tet-On system to eradicate tumors by simple, repeated administration of MSC-Tet-TK/Fluc cells with DOX and GCV.
1992-05-01
The monomer 1-chloro-l-fluoroethylene (CFE) was obtained from PCR Research Chemicals Inc., and purified by drying and removal of inhibitor (if present...90 5 2.5 VPC-138-2 7.6 (TN) 90 5 4.4 aRefer Table 1 for details of these samples. bTK = Thick filn; TN = Thin film. 50 Table 3 ’Bromine Doping
Jhang, Kyoung A; Park, Jin-Sun; Kim, Hee-Sun; Chong, Young Hae
2018-03-12
Mer tyrosine kinase (MerTK) activity necessary for amyloid-stimulated phagocytosis strongly implicates that MerTK dysregulation might contribute to chronic inflammation implicated in Alzheimer's disease (AD) pathology. However, the precise mechanism involved in the regulation of MerTK expression by amyloid-β (Aβ) in proinflammatory environment has not yet been ascertained. The objective of this study was to determine the underlying mechanism involved in Aβ-mediated decrease in MerTK expression through Aβ-mediated regulation of MerTK expression and its modulation by sulforaphane in human THP-1 macrophages challenged with Aβ1-42. We used protein preparation, Ca 2+ influx fluorescence imaging, nuclear fractionation, Western blotting techniques, and small interfering RNA (siRNA) knockdown to perform our study. Aβ1-42 elicited a marked decrease in MerTK expression along with increased intracellular Ca 2+ level and induction of proinflammatory cytokines such as IL-1β and TNF-α. Ionomycin A and thapsigargin also increased intracellular Ca 2+ levels and production of IL-1β and TNF-α, mimicking the effect of Aβ1-42. In contrast, the Aβ1-42-evoked responses were attenuated by depletion of Ca 2+ with ethylene glycol tetraacetic acid. Furthermore, recombinant IL-1β or TNF-α elicited a decrease in MerTK expression. However, immunodepletion of IL-1β or TNF-α with neutralizing antibodies significantly inhibited Aβ1-42-mediated downregulation of MerTK expression. Notably, sulforaphane treatment potently inhibited Aβ1-42-induced intracellular Ca 2+ level and rescued the decrease in MerTK expression by blocking nuclear factor-κB (NF-κB) nuclear translocation, thereby decreasing IL-1β and TNF-α production upon Aβ1-42 stimulation. Such adverse effects of sulforaphane were replicated by BAY 11-7082, a NF-κB inhibitor. Moreover, sulforaphane's anti-inflammatory effects on Aβ1-42-induced production of IL-1β and TNF-α were significantly diminished by siRNA-mediated knockdown of MerTK, confirming a critical role of MerTK in suppressing Aβ1-42-induced innate immune response. These findings implicate that targeting of MerTK with phytochemical sulforaphane as a mechanism for preventing Aβ1-42-induced neuroinflammation has potential to be applied in AD therapeutics.
Tokuhiro, Shinji; Nagataki, Mitsuru; Jarilla, Blanca R.; Nomura, Haruka; Kim, Tae Im; Hong, Sung-Jong; Agatsuma, Takeshi
2013-01-01
Background Adult Clonorchis sinensis lives in the bile duct and causes endemic clonorchiasis in East Asian countries. Phosphagen kinases (PK) constitute a highly conserved family of enzymes, which play a role in ATP buffering in cells, and are potential targets for chemotherapeutic agents, since variants of PK are found only in invertebrate animals, including helminthic parasites. This work is conducted to characterize a PK from C. sinensis and to address further investigation for future drug development. Methology/Principal findings A cDNA clone encoding a putative polypeptide of 717 amino acids was retrieved from a C. sinensis transcriptome. This polypeptide was homologous to taurocyamine kinase (TK) of the invertebrate animals and consisted of two contiguous domains. C. sinensis TK (CsTK) gene was reported and found consist of 13 exons intercalated with 12 introns. This suggested an evolutionary pathway originating from an arginine kinase gene group, and distinguished annelid TK from the general CK phylogenetic group. CsTK was found not to have a homologous counterpart in sequences analysis of its mammalian hosts from public databases. Individual domains of CsTK, as well as the whole two-domain enzyme, showed enzymatic activity and specificity toward taurocyamine substrate. Of the CsTK residues, R58, I60 and Y84 of domain 1, and H60, I63 and Y87 of domain 2 were found to participate in binding taurocyamine. CsTK expression was distributed in locomotive and reproductive organs of adult C. sinensis. Developmentally, CsTK was stably expressed in both the adult and metacercariae stages. Recombinant CsTK protein was found to have low sensitivity and specificity toward C. sinensis and platyhelminth-infected human sera on ELISA. Conclusion CsTK is a promising anti-C. sinensis drug target since the enzyme is found only in the C. sinensis and has a substrate specificity for taurocyamine, which is different from its mammalian counterpart, creatine. PMID:24278491
Ning, Shufang; Wei, Wene; Li, Jilin; Hou, Bingbing; Zhong, Jianhong; Xie, Yuxuan; Liu, Haizhou; Mo, Xianwei; Chen, Jiansi; Zhang, Litu
2018-01-01
Despite extensive progress in treatment for cancer in recent decades, the early diagnosis for gastric cancer (GC) and colorectal cancer (CRC) remains poor. In this study, we explore the diagnostic value of joint detection of thymidine kinase 1 (TK1), carcinoembryonic antigen (CEA), carbohydrate antigen 19-9 (CA 19-9) and carbohydrate antigen 72-4 (CA 72-4) in the diagnosis of GC and CRC, and to evaluated the relationship between TK1 expression and clinical pathological characteristics in the patients. Serum TK1, CA 19-9, CA 72-4 and CEA levels were measured in 169 patients with GC, 344 patients with CRC and 75 healthy controls using electro-chemiluminescence. The TK1 concentration was significantly higher in patients with cancer than in healthy controls and patients with clinical stage Ⅲ+Ⅳ had higher TK1 levels than clinical stage Ⅰ+Ⅱ ( P <0.05). The levels of TK1 is significantly associated with tumor stage, lymph node metastasis, distant metastasis, tumor differentiation and age ( P <0.05). When the tumor markers (TK1, CA 19-9 and CA 72-4) were detected respectively, the area under receiver operating characteristics curve (AUC) of TK1 for three cancers was the highest (0.823-0.895). However, the combination of AUC was higher than that for each tumor marker detected respectively (0.934-0.953), and the Hosmer-Lemeshow test showed an adequate model of calibration (P>0.05). Moreover, the AUCs varied significantly between the combination tests and single biomarker tests (Z test, P <0.01). In conclusion, serum TK1 may be an independent tumor marker for GC and CRC patients, and the combination of TK1, CA 19-9 and CA 72-4 and CEA performed even better. This study suggests that combination detection of four tumor markers may prove to be useful for the diagnosis of GC and CRC.
Characterization of multilocus lesions in human cells exposed to X radiation and radon
DOE Office of Scientific and Technical Information (OSTI.GOV)
Chaudhry, M.A.; Jiang, Q.; Ricanati, M.
Human TK6 lymphoblasts were exposed to X radiation or radon, and thymidine kinase negative (TK{sup -/-}) mutants were selected, isolated and harvested for analysis of structural changes in the TK gene. A large majority (82%) of the radon-induced mutants, 74% of the X-radiation-induced mutants and 45% of the spontaneous mutants lost the entire active TK allele. To analyze these mutants further we measured the loss of heterozygosity at several loci neighboring the TK locus on chromosome 17q. A greater proportion (61%) of the radon-induced mutants than X-radiation-induced or spontaneous mutants harbored the smaller lesions involving the TK allele alone ormore » extending from the TK locus to one or both of the closest neighboring sequences tested. Further, 21% of the X-radiation-induced mutants but only 5% of the radon-induced mutants lost heterozygosity at the col1A1 locus, 31 Mb from the TK gene. These results are in agreement with a recent analysis of radon- and X-radiation-induced lesions inactivating the HPRT gene of TK6 cells, in which we reported that a lower percentage of radon- than X-radiation-induced mutants showed lesions extending to markers 800 kb or more from the HPRT gene on the X chromosome. In the present study, we observed that the percentage of slowly growing and very slowly growing TK{sup -/-} mutants was greater after treatment with radon than after treatment with X radiation, regardless of the type of lesion present. It is possible, therefore, that the radon-induced lesions are complex and/or less easily repaired, leading to slow growth in a large proportion of the surviving mutant cells. 36 refs., 6 figs., 2 tabs.« less
Todt, Jill C.; Hu, Bin; Curtis, Jeffrey L.
2008-01-01
Apoptotic leukocytes must be cleared efficiently by macrophages (Mø). Apoptotic cell phagocytosis by Mø requires the receptor tyrosine kinase (RTK) MerTK (also known as c-Mer and Tyro12), the phosphatidylserine receptor (PS-R), and the classical protein kinase C (PKC) isoform βII, which translocates to Mø membrane and cytoskeletal fractions in a PS-R-dependent fashion. How these molecules cooperate to induce phagocytosis is unknown. Because the phosphatidylinositol-specific phospholipase (PI-PLC) PLC γ2 is downstream of RTKs in some cell types and can activate classical PKCs, we hypothesized that MerTK signals via PLC γ2. To test this hypothesis, we examined the interaction of MerTK and PLC γ2 in resident murine PMø and in the murine Mø cell line J774A.1 (J774) following exposure to apoptotic thymocytes. We found that, as with PMø, J774 phagocytosis of apoptotic thymocytes was inhibited by antibody against MerTK. Western blotting and immunoprecipitation showed that exposure to apoptotic cells produced three time-dependent changes in PMø and J774: (1) tyrosine phosphorylation of MerTK; (2) association of PLC γ2 with MerTK; and (3) tyrosine phosphorylation of PLC γ2. Phosphorylation of PLC γ2 and its association with MerTK was also induced by cross-linking MerTK using antibody. A PI-PLC appears to be required for phagocytosis of apoptotic cells because the PI-PLC inhibitor Et-18-OCH3 and the PLC inhibitor U73122, but not the inactive control U73343, blocked phagocytosis without impairing adhesion. On apoptotic cell adhesion to Mø, MerTK signals at least in part via PLC γ2. PMID:14704368
Jeong, Soo-Jin; Choi, Ji-Yoon; Dong, Mi-Sook; Seo, Chang-Seob; Shin, Hyeun-Kyoo
2017-01-01
The androgen comprises a group of hormones that play roles in male reproductive activity as well as personal characteristics. We investigated the androgenic activity of various herbal medicines in human prostate cancer 22Rv1 cells. Herbal extracts of Trichosanthes kirilowii (TK), Asarum sieboldii (AS), Sanguisorba officinalis (SO), and Xanthium strumarium (XS) were selected to have androgenic effects based on a preliminary in vitro screening system. TK, AS, SO, and XS enhanced the proliferation of 22Rv1 cells without having cytotoxic effects. All tested herbal extracts increased androgen receptor (AR)-induced transcriptional activity in the absence or presence of dihydrotestosterone (DHT). In an AR-binding assay, TK, but not AS, SO, or XS, produced a significant inhibition of AR binding activity, indicating it has androgenic activity. Additionally, TK treatment positively regulated mRNA expression of the AR-related molecular targets prostate-specific antigen (PSA) and kallikrein 2 (KLK2) compared with untreated control. Taken together, TK-enhanced AR-mediated transcriptional activity might be an attractive candidate drug for treating androgen-related diseases. Trichosantheskirilowii (TK), Asarumsieboldii (AS), Sanguisorbaofficinalis (SO), and Xanthium strumarium (XS) enhanced the proliferation of 22Rv1 cells without having cytotoxic effects.TK, AS, SO, and XS increased androgen receptor (AR)-induced transcriptional activity.TK, but not AS, SO, or XS, produced a significant inhibition against AR-binding activity.TK treatment positively regulated mRNA expression of the AR-related molecular targets prostate-specific antigen and kallikrein 2. Abbreviations used: BPH: benign prostatic hyperplasia; AR: androgen receptor; DHT: dihydrotestosterone; PSA: prostate-specific antigen; TK: Trichosanthes kirilowii; AS: Asarum sieboldii; SO: Sanguisorba officinalis; XS: Xanthium strumarium; ATCC: American Type Culture Collection; FBS: fetal bovine serum; PBS: phosphate-buffered saline; SD: standard deviation; ARE: androgenresponsive element; KLK: kallikrein.
Jiang, Z F; Wang, M; Xu, J L
2018-02-01
Thymidine kinase 1 (TK1) is a tumor biomarker in human malignancies. The purpose of this study was to evaluate the diagnostic efficiency of this marker for lung cancer using the combined analysis of carcinoembryonic antigen (CEA), cytokeratin-19 fragment (CYFRA21-1), neuron specific enolase (NSE) and TK1. From 2013 to 2014, 147 patients with lung cancer and 228 patients with lung benign diseases who were admitted to our hospital were reviewed. Peripheral blood samples were collected for the detection of TK1, CEA, CYFRA21-1 and NSE. The diagnostic value of each marker was analyzed using receiver operating characteristic (ROC) curves and logistic regression equations. The serum levels of TK1, CEA, CYFRA21-1 and NSE were significantly higher than those in patients with lung benign diseases (all P<0.05). The TK1 concentration was dependent on TNM stage (P=0.005). The ROC curve analyses showed that the diagnostic value of TK1 combined with CEA, CYFRA21-1 and NSE in lung cancer was significantly higher than that of each biomarker alone (all P<0.0001). In addition, TK1 combined with CEA, CYFRA21-1, or NSE could also improve the diagnosis of the squamous cell carcinoma, adenocarcinoma and small cell lung cancer subtypes, respectively. The combined detection of TK1 and the other three markers significantly improved the diagnosis of lung cancer. Furthermore, the detection of TK1 combined with that of CYFRA21-1, CEA or NSE increased the diagnostic value of TK1 for lung squamous cell carcinoma, adenocarcinoma and SCLC, respectively. Copyright © 2017 Elsevier Inc. All rights reserved.
Restiawaty, Elvi; Honda, Kohsuke; Okano, Kenji; Hirota, Ryuichi; Omasa, Takeshi; Kuroda, Akio; Ohtake, Hisao
2012-04-01
We previously demonstrated the stoichiometric conversion of glycerol to glycerol-3-phosphate (G3P) using Escherichia coli recombinants producing the ATP-dependent glycerol kinase of the hyperthermophile Thermococcus kodakaraensis (TkGK) and the polyphosphate kinase of Thermus thermophilus HB27 (TtPPK). TtPPK was associated with the membrane fraction of E. coli recombinants, whereas TkGK was released from the cells during the reaction at 70°C. In this study, TkGK was fused with either TtPPK or an E. coli membrane-intrinsic protein, YedZ, to minimize the heat-induced leakage of TkGK. When the E. coli recombinants having these fusion proteins were incubated at 70°C for 2h, more than 80% of TkGK activity was retained in the heated E. coli cells. However, the yields of G3P production by E. coli having the fusion proteins of TtPPK and TkGK were only less than 35%. Polyphosphate is a strong chelator for metal ions and has an inhibitory effect on TkGK which requires magnesium. Insufficient space between TtPPK and TkGK might enhance the inhibitory effect of polyphosphate on TkGK activity of the fusion protein. The mixture of E. coli cells having TtPPK and those having TkGK fused with YedZ converted 80% of glycerol into G3P. These recombinant cells could be easily recovered from the reaction mixture by centrifugation and repeatedly used without a significant loss of enzyme activities. Copyright © 2011 The Society for Biotechnology, Japan. Published by Elsevier B.V. All rights reserved.
UFMulti: A new parallel processing software system for HEP
NASA Astrophysics Data System (ADS)
Avery, Paul; White, Andrew
1989-12-01
UFMulti is a multiprocessing software package designed for general purpose high energy physics applications, including physics and detector simulation, data reduction and DST physics analysis. The system is particularly well suited for installations where several workstation or computers are connected through a local area network (LAN). The initial configuration of the software is currently running on VAX/VMS machines with a planned extension to ULTRIX, using the new RISC CPUs from Digital, in the near future.
Bonechi, Martina; Galardi, Francesca; Biagioni, Chiara; De Luca, Francesca; Bergqvist, Mattias; Neumüller, Magnus; Guarducci, Cristina; Boccalini, Giulia; Gabellini, Stefano; Migliaccio, Ilenia; Di Leo, Angelo; Pestrin, Marta; Malorni, Luca
2018-01-01
The aim of this study was to investigate if thymidine kinase-1 (TK1), a well-known proliferation marker, could represent a valid circulating biomarker to identify hormone receptor positive (HR+)/HER2 negative (HER2neg) metastatic breast cancer (MBC) patients most likely to benefit from endocrine therapy (ET). We used the DiviTum™ assay to analyze TK1 activity in cell lysates of three HR+/HER2neg BC cell lines and in plasma of 31 HR+/HER2neg MBC patients receiving ET. Blood samples were collected at treatment initiation, after one month and at disease progression. CTCs count and ESR1/PIK3CA mutations in circulating tumor DNA were performed and correlated with TK1 activity. TK1 activity was reduced in the two endocrine-sensitive cell lines after 2 days of treatment. In patients, high baseline TK1 activity correlated with CTCs positivity (p-value=0.014). Patients with low baseline levels of TK1 activity had a significantly better PFS compared to those with high baseline TK1 activity (p-value=0.012). Patients with an early drop of TK1 activity after one month of treatment had a significantly better PFS compared to those who experienced an increase (p-value=0.0026). Our study suggests that TK1 could be a potential prognostic, predictive and monitoring marker of early ET response in HR+/HER2neg MBC patients. PMID:29662653
Bonechi, Martina; Galardi, Francesca; Biagioni, Chiara; De Luca, Francesca; Bergqvist, Mattias; Neumüller, Magnus; Guarducci, Cristina; Boccalini, Giulia; Gabellini, Stefano; Migliaccio, Ilenia; Di Leo, Angelo; Pestrin, Marta; Malorni, Luca
2018-03-27
The aim of this study was to investigate if thymidine kinase-1 (TK1), a well-known proliferation marker, could represent a valid circulating biomarker to identify hormone receptor positive (HR+)/HER2 negative (HER2neg) metastatic breast cancer (MBC) patients most likely to benefit from endocrine therapy (ET). We used the DiviTum™ assay to analyze TK1 activity in cell lysates of three HR+/HER2neg BC cell lines and in plasma of 31 HR+/HER2neg MBC patients receiving ET. Blood samples were collected at treatment initiation, after one month and at disease progression. CTCs count and ESR1 / PIK3CA mutations in circulating tumor DNA were performed and correlated with TK1 activity. TK1 activity was reduced in the two endocrine-sensitive cell lines after 2 days of treatment. In patients, high baseline TK1 activity correlated with CTCs positivity (p-value=0.014). Patients with low baseline levels of TK1 activity had a significantly better PFS compared to those with high baseline TK1 activity (p-value=0.012). Patients with an early drop of TK1 activity after one month of treatment had a significantly better PFS compared to those who experienced an increase (p-value=0.0026). Our study suggests that TK1 could be a potential prognostic, predictive and monitoring marker of early ET response in HR+/HER2neg MBC patients.
Klejbor, Ilona; Myers, Jason M; Hausknecht, Kathy; Corso, Thomas D; Gambino, Angelo S; Morys, Janusz; Maher, Pamela A; Hard, Robert; Richards, Jerry; Stachowiak, Ewa K; Stachowiak, Michal K
2006-06-01
Developing and mature midbrain dopamine (DA) neurons express fibroblast growth factor (FGF) receptor-1 (FGFR1). To determine the role of FGFR1 signaling in the development of DA neurons, we generated transgenic mice expressing a dominant negative mutant [FGFR1(TK-)] from the catecholaminergic, neuron-specific tyrosine hydroxylase (TH) gene promoter. In homozygous th(tk-)/th(tk-) mice, significant reductions in the size of TH-immunoreactive neurons were found in the substantia nigra compacta (SNc) and the ventral tegmental area (VTA) at postnatal days 0 and 360. Newborn th(tk-)/th(tk-) mice had a reduced density of DA neurons in both SNc and VTA, and the changes in SNc were maintained into adulthood. The reduced density of DA transporter in the striatum further demonstrated an impaired development of the nigro-striatal DA system. Paradoxically, the th(tk-)/th(tk-) mice had increased levels of DA, homovanilic acid and 3-methoxytyramine in the striatum, indicative of excessive DA transmission. These structural and biochemical changes in DA neurons are similar to those reported in human patients with schizophrenia and, furthermore, these th(tk-)/th(tk-) mice displayed an impaired prepulse inhibition that was reversed by a DA receptor antagonist. Thus, this study establishes a new developmental model for a schizophrenia-like disorder in which the inhibition of FGF signaling leads to alterations in DA neurons and DA-mediated behavior.
Niu, Ying; Li, Jian-Sheng; Luo, Xian-Run
2014-01-25
This work aimed to study a novel transgenic expression system of the CD/TK double suicide genes enhanced by the nuclear matrix attachment region (MAR) for gene therapy. The recombinant vector pMS-CD/TK containing the MAR-survivin promoter-CD/TK cassette was developed and transfected into human gastric cancer SGC-7901 cells. Expression of the CD/TK genes was detected by quantitative real-time PCR (qPCR) and Western blot. Cell viability and apoptosis were measured using the methyl thiazolyl tetrazolium (MTT) assay and flow cytometry. When the MAR fragment was inserted into the upstream of the survivin promoter, the qPCR result showed that the expression of the CD/TK genes significantly increased 7.7-fold in the transgenic SGC-7901 cells with plasmid pMS-CD/TK compared with that without MAR. MTT and flow cytometry analyses indicated that treatment with the prodrugs (5-FC+GCV) significantly decreased the cellular survival rate and enhanced the cellular apoptosis in the SGC-7901 cells. The expression of the CD/TK double suicide genes driven by the survivin promoter can be enhanced by the MAR fragment in human gastric cancer cells. Copyright © 2013 Elsevier B.V. All rights reserved.
Loss of thymidine kinase 2 alters neuronal bioenergetics and leads to neurodegeneration
Bartesaghi, Stefano; Betts-Henderson, Joanne; Cain, Kelvin; Dinsdale, David; Zhou, Xiaoshan; Karlsson, Anna; Salomoni, Paolo; Nicotera, Pierluigi
2010-01-01
Mutations of thymidine kinase 2 (TK2), an essential component of the mitochondrial nucleotide salvage pathway, can give rise to mitochondrial DNA (mtDNA) depletion syndromes (MDS). These clinically heterogeneous disorders are characterized by severe reduction in mtDNA copy number in affected tissues and are associated with progressive myopathy, hepatopathy and/or encephalopathy, depending in part on the underlying nuclear genetic defect. Mutations of TK2 have previously been associated with an isolated myopathic form of MDS (OMIM 609560). However, more recently, neurological phenotypes have been demonstrated in patients carrying TK2 mutations, thus suggesting that loss of TK2 results in neuronal dysfunction. Here, we directly address the role of TK2 in neuronal homeostasis using a knockout mouse model. We demonstrate that in vivo loss of TK2 activity leads to a severe ataxic phenotype, accompanied by reduced mtDNA copy number and decreased steady-state levels of electron transport chain proteins in the brain. In TK2-deficient cerebellar neurons, these abnormalities are associated with impaired mitochondrial bioenergetic function, aberrant mitochondrial ultrastructure and degeneration of selected neuronal types. Overall, our findings demonstrate that TK2 deficiency leads to neuronal dysfunction in vivo, and have important implications for understanding the mechanisms of neurological impairment in MDS. PMID:20123860
Loss of thymidine kinase 2 alters neuronal bioenergetics and leads to neurodegeneration.
Bartesaghi, Stefano; Betts-Henderson, Joanne; Cain, Kelvin; Dinsdale, David; Zhou, Xiaoshan; Karlsson, Anna; Salomoni, Paolo; Nicotera, Pierluigi
2010-05-01
Mutations of thymidine kinase 2 (TK2), an essential component of the mitochondrial nucleotide salvage pathway, can give rise to mitochondrial DNA (mtDNA) depletion syndromes (MDS). These clinically heterogeneous disorders are characterized by severe reduction in mtDNA copy number in affected tissues and are associated with progressive myopathy, hepatopathy and/or encephalopathy, depending in part on the underlying nuclear genetic defect. Mutations of TK2 have previously been associated with an isolated myopathic form of MDS (OMIM 609560). However, more recently, neurological phenotypes have been demonstrated in patients carrying TK2 mutations, thus suggesting that loss of TK2 results in neuronal dysfunction. Here, we directly address the role of TK2 in neuronal homeostasis using a knockout mouse model. We demonstrate that in vivo loss of TK2 activity leads to a severe ataxic phenotype, accompanied by reduced mtDNA copy number and decreased steady-state levels of electron transport chain proteins in the brain. In TK2-deficient cerebellar neurons, these abnormalities are associated with impaired mitochondrial bioenergetic function, aberrant mitochondrial ultrastructure and degeneration of selected neuronal types. Overall, our findings demonstrate that TK2 deficiency leads to neuronal dysfunction in vivo, and have important implications for understanding the mechanisms of neurological impairment in MDS.
NASA Technical Reports Server (NTRS)
Burgess, Kevin (Inventor); Yakos, David (Inventor); Walthall, Bryan (Inventor)
2012-01-01
A stemless ball valve comprising: a right flange; left flange; ball with an axis pin and two travel pins; ball seal on either side of the ball; guide sleeve with inner walls comprising two channels; cartridge guide holder; inner magnetic cartridge; and outer magnetic cartridge. The ball is situated inside of the guide sleeve, and a travel pin is located in each of the two channels. The guide sleeve is situated inside of the cartridge guide holder, which is located adjacent to and outside of the inner magnetic cartridge and secured to the inner magnetic cartridge such that when the inner magnetic cartridge rotates, the cartridge guide holder also rotates. The cartridge guide holder is secured to the guide sleeve such that when the cartridge guide holder rotates, the travel pins move within the channels in the inner walls of the guide sleeve, thereby causing the ball to rotate.
Lesko, Nicole; Naess, Karin; Wibom, Rolf; Solaroli, Nicola; Nennesmo, Inger; von Döbeln, Ulrika; Karlsson, Anna; Larsson, Nils-Göran
2010-03-01
Deficiency of thymidine kinase-2 (TK2) has been described in children with early onset fatal skeletal myopathy. TK2 is a mitochondrial deoxyribonucleoside kinase required for the phosphorylation of deoxycytidine and deoxythymidine and hence is vital for the maintenance of a balanced mitochondrial dNTP pool in post-mitotic tissues. We describe a patient with two novel TK2 mutations, which caused disease onset shortly after birth and death at the age of three months. One mutation (219insCG) generated an early stop codon, thus preventing the synthesis of a functional protein. The second mutation (R130W) resulted in an amino acid substitution, which caused a severe reduction (<3%) of TK2 enzyme activity. These two novel TK2 mutations cause an extremely severe phenotype with overwhelming central nervous system symptoms not commonly seen in patients with TK2-deficiency. We conclude that the severe clinical presentation in this patient was due to a virtual lack of mitochondrial TK2 activity. Copyright 2009 Elsevier B.V. All rights reserved.
Klungsupya, Prapaipat; Suthepakul, Nava; Muangman, Thanchanok; Rerk-Am, Ubon; Thongdon-A, Jeerayu
2015-01-01
Lansium domesticum Corr. or “long-kong” is one of the most popular fruits in Thailand. Its peel (skin, SK) and seeds (SD) become waste unless recycled or applied for use. This study was undertaken to determine the bioactivity and phytochemical components of L. domesticum (LD) skin and seed extracts. Following various extraction and fractionation procedures, 12 fractions were obtained. All fractions were tested for antioxidant capacity against O2−• and OH•. It was found that the peel of L. domesticum fruits exhibited higher O2−• and OH• scavenging activity than seeds. High potential antioxidant activity was found in two fractions of 50% ethanol extract of peel followed by ethyl acetate (EA) fractionation (LDSK50-EA) and its aqueous phase (LDSK50-H2O). Therefore, these two active fractions were selected for further studies on their antioxidative activity against DNA damage by hydrogen peroxide (H2O2) in human TK6 cells using comet assay. The comet results revealed DNA-protective activity of both LDSK50-EA and LDSK50-H2O fractions when TK6 human lymphoblast cells were pre-treated at 25, 50, 100, and 200 μg/mL for 24 h prior to H2O2 exposure. The phytochemical analysis illustrated the presence of phenolic substances, mainly scopoletin, rutin, and chlorogenic acid, in these two active fractions. This study generates new information on the biological activity of L. domesticum. It will promote and strengthen the utilization of L. domesticum by-products. PMID:26287238
Catalytic cartridge SO.sub.3 decomposer
Galloway, Terry R.
1982-01-01
A catalytic cartridge internally heated is utilized as a SO.sub.3 decomposer for thermochemical hydrogen production. The cartridge has two embodiments, a cross-flow cartridge and an axial flow cartridge. In the cross-flow cartridge, SO.sub.3 gas is flowed through a chamber and incident normally to a catalyst coated tube extending through the chamber, the catalyst coated tube being internally heated. In the axial-flow cartridge, SO.sub.3 gas is flowed through the annular space between concentric inner and outer cylindrical walls, the inner cylindrical wall being coated by a catalyst and being internally heated. The modular cartridge decomposer provides high thermal efficiency, high conversion efficiency, and increased safety.
Universal and measurable entanglement entropy in the spin-boson model.
Kopp, Angela; Le Hur, Karyn
2007-06-01
We study the entanglement between a qubit and its environment from the spin-boson model with Ohmic dissipation. Through a mapping to the anisotropic Kondo model, we derive the entropy of entanglement of the spin E(alpha,Delta,h), where alpha is the dissipation strength, Delta is the tunneling amplitude between qubit states, and h is the level asymmetry. For 1-alpha>Delta/omegac and (Delta,h)
A Genetic Approach to Promoter Recognition during Trans Induction of Viral Gene Expression
NASA Astrophysics Data System (ADS)
Coen, Donald M.; Weinheimer, Steven P.; McKnight, Steven L.
1986-10-01
Viral infection of mammalian cells entails the regulated induction of viral gene expression. The induction of many viral genes, including the herpes simplex virus gene encoding thymidine kinase (tk), depends on viral regulatory proteins that act in trans. Because recognition of the tk promoter by cellular transcription factors is well understood, its trans induction by viral regulatory proteins may serve as a useful model for the regulation of eukaryotic gene expression. A comprehensive set of mutations was therefore introduced into the chromosome of herpes simplex virus at the tk promoter to directly analyze the effects of promoter mutations on tk transcription. The promoter domains required for efficient tk expression under conditions of trans induction corresponded to those important for recognition by cellular transcription factors. Thus, trans induction of tk expression may be catalyzed initially by the interaction of viral regulatory proteins with cellular transcription factors.
Kuo, Wei-Ying; Hwu, Luen; Wu, Chun-Yi; Lee, Jhih-Shian; Chang, Chi-Wei; Liu, Ren-Shyan
2017-01-01
Triple-negative breast cancer (TNBC) represents approximately 20% of all breast cancers and appears resistance to conventional cytotoxic chemotherapy, demonstrating a particularly poor prognosis and a significantly worse clinical outcome than other types of cancer. Suicide gene therapy has been used for the in vivo treatment of various solid tumors in recent clinical trials. In tumor microenvironment, STAT3/NF-κB pathways are constitutively activated in stromal cells as well as in cancer stem cells (CSCs). In this study, we have cloned a novel STAT3/NF-κB-based reporter system to drive the expression of herpes simplex virus thymidine kinase (HSV-TK) against breast cancer. Lentiviral vector expressing HSV-TK under the regulation of STAT3/NF-κB fused response element was developed. In this setting, we exploited the constitutive STAT3/NF-κB activation in tumors to achieve higher transgene expression than that driven by a constitutively active CMV promotor in vivo. An orthotropic MDA-MB-231 triple negative breast cancer mouse model was used for evaluating the feasibility of STAT3-NF-κB-TK/GCV suicide gene therapy system. The basal promoter activity of Lenti-CMV-TK and Lenti-STAT3-NF-κB-TK in MDA-MB-231 cells was compared by 3H-FEAU uptake assay. The Lenti-CMV-TK showed ~5 fold higher 3H-FEAU uptake then Lenti -STAT3-NF-κB-TK. In clonogenic assay, cells expressing Lenti-CMV-TK were 2-fold more sensitive to GCV than Lenti-STAT3-NF-κB-TK transduced cells. In vitro effect of STAT3-NF-κB-induced transgene expression was determined by 10ng/mL TNF-α induction and confirmed by western blot analysis and DsRedm fluorescent microscopy. In vivo evaluation of therapeutic effect by bioluminescence and [18F]FHBG microPET imaging indicated that Lenti-STAT3-NF-κB-TK showed more tumor growth retardation than Lenti-CMV-TK when GCV (20 mg/kg) was administered. The invasiveness and expression of cancer stem cell markers were both decreased after STAT3/NF-κB-regulated HSV-TK/GCV therapy. Moreover, STAT3/NF-κB signaling targeting could further sensitize tumor cells to cisplatin. This study successfully established a theranositic approach to treat triple-negative breast cancer via STAT3-NF-κB responsive element-driven suicide gene therapy. This platform may also be an alternative strategy to handle with drug-resistant cancer cells. PMID:28255357
42 CFR 84.190 - Chemical cartridge respirators: description.
Code of Federal Regulations, 2010 CFR
2010-10-01
... 42 Public Health 1 2010-10-01 2010-10-01 false Chemical cartridge respirators: description. 84.190... SAFETY AND HEALTH RESEARCH AND RELATED ACTIVITIES APPROVAL OF RESPIRATORY PROTECTIVE DEVICES Chemical Cartridge Respirators § 84.190 Chemical cartridge respirators: description. (a) Chemical cartridge...
42 CFR 84.190 - Chemical cartridge respirators: description.
Code of Federal Regulations, 2011 CFR
2011-10-01
... 42 Public Health 1 2011-10-01 2011-10-01 false Chemical cartridge respirators: description. 84.190... SAFETY AND HEALTH RESEARCH AND RELATED ACTIVITIES APPROVAL OF RESPIRATORY PROTECTIVE DEVICES Chemical Cartridge Respirators § 84.190 Chemical cartridge respirators: description. (a) Chemical cartridge...
42 CFR 84.190 - Chemical cartridge respirators: description.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 42 Public Health 1 2014-10-01 2014-10-01 false Chemical cartridge respirators: description. 84.190... SAFETY AND HEALTH RESEARCH AND RELATED ACTIVITIES APPROVAL OF RESPIRATORY PROTECTIVE DEVICES Chemical Cartridge Respirators § 84.190 Chemical cartridge respirators: description. (a) Chemical cartridge...
42 CFR 84.190 - Chemical cartridge respirators: description.
Code of Federal Regulations, 2013 CFR
2013-10-01
... 42 Public Health 1 2013-10-01 2013-10-01 false Chemical cartridge respirators: description. 84.190... SAFETY AND HEALTH RESEARCH AND RELATED ACTIVITIES APPROVAL OF RESPIRATORY PROTECTIVE DEVICES Chemical Cartridge Respirators § 84.190 Chemical cartridge respirators: description. (a) Chemical cartridge...
42 CFR 84.190 - Chemical cartridge respirators: description.
Code of Federal Regulations, 2012 CFR
2012-10-01
... 42 Public Health 1 2012-10-01 2012-10-01 false Chemical cartridge respirators: description. 84.190... SAFETY AND HEALTH RESEARCH AND RELATED ACTIVITIES APPROVAL OF RESPIRATORY PROTECTIVE DEVICES Chemical Cartridge Respirators § 84.190 Chemical cartridge respirators: description. (a) Chemical cartridge...
Prevalence of Intrathecal Acyclovir Resistant Virus in Herpes Simplex Encephalitis Patients.
Mitterreiter, Johanna G; Titulaer, Maarten J; van Nierop, Gijsbert P; van Kampen, Jeroen J A; Aron, Georgina I; Osterhaus, Albert D M E; Verjans, Georges M G M; Ouwendijk, Werner J D
2016-01-01
Herpes simplex encephalitis (HSE) is a life-threatening complication of herpes simplex virus (HSV) infection. Acyclovir (ACV) is the antiviral treatment of choice, but may lead to emergence of ACV-resistant (ACVR) HSV due to mutations in the viral UL23 gene encoding for the ACV-targeted thymidine kinase (TK) protein. Here, we determined the prevalence of intrathecal ACVR-associated HSV TK mutations in HSE patients and compared TK genotypes of sequential HSV isolates in paired cerebrospinal fluid (CSF) and blister fluid of mucosal HSV lesions. Clinical samples were obtained from 12 HSE patients, encompassing 4 HSV type 1 (HSV-1) and 8 HSV-2 encephalitis patients. HSV DNA load was determined by real-time PCR and complete HSV TK gene sequences were obtained by nested PCR followed by Sanger sequencing. All HSV-1 HSE patients contained viral TK mutations encompassing 30 unique nucleotide and 13 distinct amino acid mutations. By contrast, a total of 5 unique nucleotide and 4 distinct amino acid changes were detected in 7 of 8 HSV-2 patients. Detected mutations were identified as natural polymorphisms located in non-conserved HSV TK gene regions. ACV therapy did not induce the emergence of ACVR-associated HSV TK mutations in consecutive CSF and mucocutaneous samples of 5 individual patients. Phenotypic susceptibility analysis of these mucocutaneous HSV isolates demonstrated ACV-sensitive virus in 2 HSV-1 HSE patients, whereas in two HSV-2 HSE patients ACVR virus was detected in the absence of known ACVR-associated TK mutations. In conclusion, we did not detect intrathecal ACVR-associated TK mutations in HSV isolates obtained from 12 HSE patients.
NASA Astrophysics Data System (ADS)
Kuleshova, E. A.; Gurovich, B. A.; Bukina, Z. V.; Frolov, A. S.; Maltsev, D. A.; Krikun, E. V.; Zhurko, D. A.; Zhuchkov, G. M.
2017-07-01
This work summarizes and analyzes our recent research results on the effect of irradiation temperature within the range of (50-400)°C on microstructure and properties of 15Kh2NMFAA class 1 steel (VVER-1000 reactor pressure vessel (RPV) base metal). The paper considers the influence of accelerated irradiation with different temperature up to different fluences on the carbide and irradiation-induced phases, radiation defects, yield strength changes and critical brittleness temperature shift (ΔTK) as well as on changes of the fraction of brittle intergranular fracture and segregation processes in the steel. Low temperature irradiation resulted solely in formation of radiation defects - dislocation loops of high number density, the latter increased with increase in irradiation temperature while their size decreased. In this regard high embrittlement rate observed at low temperature irradiation is only due to the hardening mechanism of radiation embrittlement. Accelerated irradiation at VVER-1000 RPV operating temperature (∼300 °C) caused formation of radiation-induced precipitates and dislocation loops, as well as some increase in phosphorus grain boundary segregation. The observed ΔTK shift being within the regulatory curve for VVER-1000 RPV base metal is due to both hardening and non-hardening mechanisms of radiation embrittlement. Irradiation at elevated temperature caused more intense phosphorus grain boundary segregation, but no formation of radiation-induced precipitates or dislocation loops in contrast to irradiation at 300 °C. Carbide transformations observed only after irradiation at 400 °C caused increase in yield strength and, along with a contribution of the non-hardening mechanism, resulted in the lowest ΔTK shift in the studied range of irradiation temperature and fluence.
Droplet actuator analyzer with cartridge
NASA Technical Reports Server (NTRS)
Sturmer, Ryan A. (Inventor); Paik, Philip Y. (Inventor); Srinivasan, Vijay (Inventor); Brafford, Keith R. (Inventor); West, Richard M. (Inventor); Smith, Gregory F. (Inventor); Pollack, Michael G. (Inventor); Pamula, Vamsee K. (Inventor)
2011-01-01
A droplet actuator with cartridge is provided. According to one embodiment, a sample analyzer is provided and includes an analyzer unit comprising electronic or optical receiving means, a cartridge comprising self-contained droplet handling capabilities, and a wherein the cartridge is coupled to the analyzer unit by a means which aligns electronic and/or optical outputs from the cartridge with electronic or optical receiving means on the analyzer unit. According to another embodiment, a sample analyzer is provided and includes a sample analyzer comprising a cartridge coupled thereto and a means of electrical interface and/or optical interface between the cartridge and the analyzer, whereby electrical signals and/or optical signals may be transmitted from the cartridge to the analyzer.
Saada, Ann; Shaag, Avraham; Elpeleg, Orly
2003-05-01
Decreased mitochondrial thymidine kinase (TK2) activity is associated with mitochondrial DNA (mtDNA) depletion and respiratory chain dysfunction and is manifested by isolated, fatal skeletal myopathy. Other tissues such as liver, brain, heart, and skin remain unaffected throughout the patients' life. In order to elucidate the mechanism of tissue specificity in the disease we have investigated the expression of the mitochondrial deoxynucleotide carrier, the mtDNA content and the activity of TK2 in mitochondria of various tissues. Our results suggest that low basal TK2 activity combined with a high requirement for mitochondrial encoded proteins in muscle predispose this tissue to the devastating effect of TK2 deficiency.
Adult cases of mitochondrial DNA depletion due to TK2 defect: an expanding spectrum.
Béhin, A; Jardel, C; Claeys, K G; Fagart, J; Louha, M; Romero, N B; Laforêt, P; Eymard, B; Lombès, A
2012-02-28
In this study we aim to demonstrate the occurrence of adult forms of TK2 mutations causing progressive mitochondrial myopathy with significant muscle mitochondrial DNA (mtDNA) depletion. Patients' investigations included serum creatine kinase, blood lactate, electromyographic, echocardiographic, and functional respiratory analyses as well as TK2 gene sequencing and TK2 activity measurement. Mitochondrial activities and mtDNA were analyzed in the patients' muscle biopsy. The 3 adult patients with TK2 mutations presented with slowly progressive myopathy compatible with a fairly normal life during decades. Apart from its much slower progression, these patients' phenotype closely resembled that of pediatric cases including early onset, absence of CNS symptoms, generalized muscle weakness predominating on axial and proximal muscles but affecting facial, ocular, and respiratory muscles, typical mitochondrial myopathy with a mosaic pattern of COX-negative and ragged-red fibers, combined mtDNA-dependent respiratory complexes deficiency and mtDNA depletion. In accordance with the disease's relatively slow progression, the residual mtDNA content was higher than that observed in pediatric cases. That difference was not explained by the type of the TK2 mutations or by the residual TK2 activity. TK2 mutations can cause mitochondrial myopathy with a slow progression. Comparison of patients with similar mutations but different disease progression might address potential mechanisms of mtDNA maintenance modulation.
Merceron, Romain; Awama, Ayman M.; Montserret, Roland; Marcillat, Olivier; Gouet, Patrice
2015-01-01
The taurocyamine kinase from the blood fluke Schistosoma mansoni (SmTK) belongs to the phosphagen kinase (PK) family and catalyzes the reversible Mg2+-dependent transfer of a phosphoryl group between ATP and taurocyamine. SmTK is derived from gene duplication, as are all known trematode TKs. Our crystallographic study of SmTK reveals the first atomic structure of both a TK and a PK with a bilobal structure. The two unliganded lobes present a canonical open conformation and interact via their respective C- and N-terminal domains at a helix-mediated interface. This spatial arrangement differs from that observed in true dimeric PKs, in which both N-terminal domains make contact. Our structures of SmTK complexed with taurocyamine or l-arginine compounds explain the mechanism by which an arginine residue of the phosphagen specificity loop is crucial for substrate specificity. An SmTK crystal was soaked with the dead end transition state analog (TSA) components taurocyamine-NO32−-MgADP. One SmTK monomer was observed with two bound TSAs and an asymmetric conformation, with the first lobe semiclosed and the second closed. However, isothermal titration calorimetry and enzyme kinetics experiments showed that the two lobes function independently. A small angle x-ray scattering model of SmTK-TSA in solution with two closed active sites was generated. PMID:25837252
The Impact of Software Structure and Policy on CPU and Memory System Performance
1994-05-01
Mach 3.0 is that Ultrix is a monolithic or integrated system, and Mach 3.0 is a microkernel or kernelized system. In a monolithic system, all system...services are implemented in a single system context, the monolithic kernel . In a microkernel system such as Mach 3.0, primitive abstractions such as...separate protection domain as a server. Many current operating system text books discuss microkernel and monolithic kernel design. (See [17, 73, 77].) The
IRAF and STSDAS under the new ALPHA architecture
NASA Technical Reports Server (NTRS)
Zarate, N. R.
1992-01-01
Digital's next generation RISC architecture, known as ALPHA, presents many IRAF system portability questions and challenges to both site managers and end users. DEC promises to support the ULTRIX, VMS, and OSF/1 operating systems, which should allow IRAF to be ported to the new architecture at either the program executable level (using VEST), or at the source level, where IRAF can be tuned for greater performance. These notes highlight some of the details of porting IRAF to OpenVMS on the ALPHA architecture.
42 CFR 84.191 - Chemical cartridge respirators; required components.
Code of Federal Regulations, 2011 CFR
2011-10-01
... 42 Public Health 1 2011-10-01 2011-10-01 false Chemical cartridge respirators; required components... Chemical Cartridge Respirators § 84.191 Chemical cartridge respirators; required components. (a) Each chemical cartridge respirator described in § 84.190 shall, where its design requires, contain the following...
42 CFR 84.191 - Chemical cartridge respirators; required components.
Code of Federal Regulations, 2010 CFR
2010-10-01
... 42 Public Health 1 2010-10-01 2010-10-01 false Chemical cartridge respirators; required components... Chemical Cartridge Respirators § 84.191 Chemical cartridge respirators; required components. (a) Each chemical cartridge respirator described in § 84.190 shall, where its design requires, contain the following...
42 CFR 84.191 - Chemical cartridge respirators; required components.
Code of Federal Regulations, 2013 CFR
2013-10-01
... 42 Public Health 1 2013-10-01 2013-10-01 false Chemical cartridge respirators; required components... Chemical Cartridge Respirators § 84.191 Chemical cartridge respirators; required components. (a) Each chemical cartridge respirator described in § 84.190 shall, where its design requires, contain the following...
42 CFR 84.191 - Chemical cartridge respirators; required components.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 42 Public Health 1 2014-10-01 2014-10-01 false Chemical cartridge respirators; required components... Chemical Cartridge Respirators § 84.191 Chemical cartridge respirators; required components. (a) Each chemical cartridge respirator described in § 84.190 shall, where its design requires, contain the following...
42 CFR 84.191 - Chemical cartridge respirators; required components.
Code of Federal Regulations, 2012 CFR
2012-10-01
... 42 Public Health 1 2012-10-01 2012-10-01 false Chemical cartridge respirators; required components... Chemical Cartridge Respirators § 84.191 Chemical cartridge respirators; required components. (a) Each chemical cartridge respirator described in § 84.190 shall, where its design requires, contain the following...
Lucidi, P; Porcellati, F; Marinelli Andreoli, A; Candeloro, P; Cioli, P; Bolli, G B; Fanelli, C G
2017-06-06
This study measured the insulin concentration (Ins [C] ) of NPH insulin in vials and cartridges from different companies after either resuspension (R+) or not (R-; in the clear/cloudy phases of unsuspended NPH). Measurements included Ins [C] in NPH(R+) and in the clear/cloudy phases of NPH(R-), and the time needed to resuspend NPH and time for NPH(R+) to separate again into clear/cloudy parts. In vials of NPH(R+) (assumed to be 100%), Ins [C] in the clear phase of NPH(R-) was<1%, but 230±41% and 234±54% in the cloudy phases of Novo Nordisk and Eli Lilly NPH, respectively. Likewise, in pen cartridges, Ins [C] in the clear phase of NPH(R-) was<1%, but 182±33%, 204±22% and 229±62% in the cloudy phases of Novo, Lilly and Sanofi NPH. Time needed to resuspend NPH (spent in tipping) in vials was brief with both Novo (5±1s) and Lilly NPH (6±1s), but longer with all pen cartridges (50±8s, 40±6s and 30±4s from Novo, Lilly and Sanofi, respectively; P=0.022). Time required for 50% separation into cloudy and clear parts of NPH was longer with Novo (60±7min) vs. Lilly (18±3min) in vials (P=0.021), and affected by temperature, but not by the different diameter sizes of the vials. With pen cartridges, separation into clear and cloudy parts was significantly faster than in vials (P<0.01). Ins [C] in NPH preparations varies depending on their resuspension or not. Thus, subcutaneous injection of the same number of units of NPH in patients with diabetes may deliver different amounts of insulin depending on its prior NPH resuspension. Copyright © 2017 Elsevier Masson SAS. All rights reserved.
Surfactant protein C dampens inflammation by decreasing JAK/STAT activation during lung repair.
Jin, Huiyan; Ciechanowicz, Andrzej K; Kaplan, Alanna R; Wang, Lin; Zhang, Ping-Xia; Lu, Yi-Chien; Tobin, Rachel E; Tobin, Brooke A; Cohn, Lauren; Zeiss, Caroline J; Lee, Patty J; Bruscia, Emanuela M; Krause, Diane S
2018-05-01
Surfactant protein C (SPC), a key component of pulmonary surfactant, also plays a role in regulating inflammation. SPC deficiency in patients and mouse models is associated with increased inflammation and delayed repair, but the key drivers of SPC-regulated inflammation in response to injury are largely unknown. This study focuses on a new mechanism of SPC as an anti-inflammatory molecule using SPC-TK/SPC-KO (surfactant protein C-thymidine kinase/surfactant protein C knockout) mice, which represent a novel sterile injury model that mimics clinical acute respiratory distress syndrome (ARDS). SPC-TK mice express the inducible suicide gene thymidine kinase from by the SPC promoter, which targets alveolar type 2 (AT2) cells for depletion in response to ganciclovir (GCV). We compared GCV-induced injury and repair in SPC-TK mice that have normal endogenous SPC expression with SPC-TK/SPC-KO mice lacking SPC expression. In contrast to SPC-TK mice, SPC-TK/SPC-KO mice treated with GCV exhibited more severe inflammation, resulting in over 90% mortality; there was only 8% mortality of SPC-TK animals. SPC-TK/SPC-KO mice had highly elevated inflammatory cytokines and granulocyte infiltration in the bronchoalveolar lavage (BAL) fluid. Consistent with a proinflammatory phenotype, immunofluorescence revealed increased phosphorylated signal transduction and activation of transcription 3 (pSTAT3), suggesting enhanced Janus kinase (JAK)/STAT activation in inflammatory and AT2 cells of SPC-TK/SPC-KO mice. The level of suppressor of cytokine signaling 3, an anti-inflammatory mediator that decreases pSTAT3 signaling, was significantly decreased in the BAL fluid of SPC-TK/SPC-KO mice. Hyperactivation of pSTAT3 and inflammation were rescued by AZD1480, a JAK1/2 inhibitor. Our findings showing a novel role for SPC in regulating inflammation via JAK/STAT may have clinical applications.
Functional characterization of the turkey macrophage migration inhibitory factor.
Park, Myeongseon; Kim, Sungwon; Fetterer, Raymond H; Dalloul, Rami A
2016-08-01
Macrophage migration inhibitory factor (MIF) is a soluble protein that inhibits the random migration of macrophages and plays a pivotal immunoregulatory function in innate and adaptive immunity. The aim of this study was to clone the turkey MIF (TkMIF) gene, express the active protein, and characterize its basic function. The full-length TkMIF gene was amplified from total RNA extracted from turkey spleen, followed by cloning into a prokaryotic (pET11a) expression vector. Sequence analysis revealed that TkMIF consists of 115 amino acids with 12.5 kDa molecular weight. Multiple sequence alignment revealed 100%, 65%, 95% and 92% identity with chicken, duck, eagle and zebra finch MIFs, respectively. Recombinant TkMIF (rTkMIF) was expressed in Escherichia coli and purified through HPLC and endotoxin removal. SDS-PAGE analysis revealed an approximately 13.5 kDa of rTkMIF monomer containing T7 tag in soluble form. Western blot analysis showed that anti-chicken MIF (ChMIF) polyclonal antisera detected a monomer form of TkMIF at approximately 13.5 kDa size. Further functional analysis revealed that rTkMIF inhibits migration of both mononuclear cells and splenocytes in a dose-dependent manner, but was abolished by the addition of anti-ChMIF polyclonal antisera. qRT-PCR analysis revealed elevated transcripts of pro-inflammatory cytokines by rTkMIF in LPS-stimulated monocytes. rTkMIF also led to increased levels of IFN-γ and IL-17F transcripts in Con A-activated splenocytes, while IL-10 and IL-13 transcripts were decreased. Overall, the sequences of both the turkey and chicken MIF have high similarity and comparable biological functions with respect to migration inhibitory activities of macrophages and enhancement of pro-inflammatory cytokine expression, suggesting that turkey and chicken MIFs would be biologically cross-reactive. Copyright © 2016 Elsevier Ltd. All rights reserved.
Jeong, Soo-Jin; Choi, Ji-Yoon; Dong, Mi-Sook; Seo, Chang-Seob; Shin, Hyeun-Kyoo
2017-01-01
Background: The androgen comprises a group of hormones that play roles in male reproductive activity as well as personal characteristics. Objective: We investigated the androgenic activity of various herbal medicines in human prostate cancer 22Rv1 cells. Materials and Methods: Herbal extracts of Trichosanthes kirilowii (TK), Asarum sieboldii (AS), Sanguisorba officinalis (SO), and Xanthium strumarium (XS) were selected to have androgenic effects based on a preliminary in vitro screening system. Results: TK, AS, SO, and XS enhanced the proliferation of 22Rv1 cells without having cytotoxic effects. All tested herbal extracts increased androgen receptor (AR)-induced transcriptional activity in the absence or presence of dihydrotestosterone (DHT). In an AR-binding assay, TK, but not AS, SO, or XS, produced a significant inhibition of AR binding activity, indicating it has androgenic activity. Additionally, TK treatment positively regulated mRNA expression of the AR-related molecular targets prostate-specific antigen (PSA) and kallikrein 2 (KLK2) compared with untreated control. Conclusion: Taken together, TK-enhanced AR-mediated transcriptional activity might be an attractive candidate drug for treating androgen-related diseases. SUMMARY Trichosantheskirilowii (TK), Asarumsieboldii (AS), Sanguisorbaofficinalis (SO), and Xanthium strumarium (XS) enhanced the proliferation of 22Rv1 cells without having cytotoxic effects.TK, AS, SO, and XS increased androgen receptor (AR)-induced transcriptional activity.TK, but not AS, SO, or XS, produced a significant inhibition against AR-binding activity.TK treatment positively regulated mRNA expression of the AR-related molecular targets prostate-specific antigen and kallikrein 2. Abbreviations used: BPH: benign prostatic hyperplasia; AR: androgen receptor; DHT: dihydrotestosterone; PSA: prostate-specific antigen; TK: Trichosanthes kirilowii; AS: Asarum sieboldii; SO: Sanguisorba officinalis; XS: Xanthium strumarium; ATCC: American Type Culture Collection; FBS: fetal bovine serum; PBS: phosphate-buffered saline; SD: standard deviation; ARE: androgenresponsive element; KLK: kallikrein PMID:28216900
Genetic Regulation of Charged Particle Mutagenesis in Human Cells
NASA Technical Reports Server (NTRS)
Kronenberg, Amy; Gauny, S.; Cherbonnel-Lasserre, C.; Liu, W.; Wiese, C.
1999-01-01
Our studies use a series of syngeneic, and where possible, isogenic human B-lymphoblastoid cell lines to assess the genetic factors that modulate susceptibility apoptosis and their impact on the mutagenic risks of low fluence exposures to 1 GeV Fe ions and 55 MeV protons. These ions are representative of the types of charged particle radiation that are of particular significance for human health in the space radiation environment. The model system employs cell lines derived from the male donor WIL-2. These cells have a single X chromosome and they are hemizygous for one mutation marker, hypoxanthine phosphoribosyltransferase (HPRT). TK6 and WTK1 cells were each derived from descendants of WIL-2 and were each selected as heterozygotes for a second mutation marker, the thymidine kinase (TK) gene located on chromosome 17q. The HPRT and TK loci can detect many different types of mutations, from single basepair substitutions up to large scale loss of heterozygosity (LOH). The single expressing copy of TK in the TK6 and WTKI cell lines is found on the same copy of chromosome 17, and this allele can be identified by a restriction fragment length polymorphism (RFLP) identified when high molecular weight DNA is digested by the SacI restriction endonuclease and hybridized against the cDNA probe for TK. A large series of polymorphic linked markers has been identified that span more than 60 cM of DNA (approx. 60 megabasepairs) and distinguish the copy of chromosome 17 bearing the initially active TK allele from the copy of chromosome 17 bearing the silent TK allele in both TK6 and WTKI cells. TK6 cells express normal p53 protein while WTKI cells express homozygous mutant p53. Expression of mutant p53 can increase susceptibility to x-ray-induced mutations. It's been suggested that the increased mutagenesis in p53 mutant cells might be due to reduced apoptosis.
75 FR 78977 - Procurement List Proposed Addition and Deletions
Federal Register 2010, 2011, 2012, 2013, 2014
2010-12-17
... products and service are proposed for deletion from the Procurement List: Products Inkjet Printer Cartridge NSN: 7510-01-555-8067--Inkjet printer cartridge NSN: 7510-01-555-7723--Inkjet printer cartridge NSN: 7510-01-555-7721--Inkjet printer cartridge NSN: 7510-01-555-7720--Inkjet printer cartridge NSN: 7510-01...
75 FR 78976 - Procurement List Proposed Addition and Deletions
Federal Register 2010, 2011, 2012, 2013, 2014
2010-12-17
... following products and service are proposed for deletion from the Procurement List: Products Inkjet Printer Cartridge NSN: 7510-01-555-8067--Inkjet printer cartridge NSN: 7510-01-555-7723--Inkjet printer cartridge NSN: 7510-01-555-7721--Inkjet printer cartridge NSN: 7510-01-555-7720--Inkjet printer cartridge NSN...
42 CFR 84.194 - Filters used with chemical cartridges; location; replacement.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 42 Public Health 1 2014-10-01 2014-10-01 false Filters used with chemical cartridges; location... DEVICES Chemical Cartridge Respirators § 84.194 Filters used with chemical cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a chemical cartridge shall be located on...
42 CFR 84.194 - Filters used with chemical cartridges; location; replacement.
Code of Federal Regulations, 2010 CFR
2010-10-01
... 42 Public Health 1 2010-10-01 2010-10-01 false Filters used with chemical cartridges; location... DEVICES Chemical Cartridge Respirators § 84.194 Filters used with chemical cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a chemical cartridge shall be located on...
42 CFR 84.194 - Filters used with chemical cartridges; location; replacement.
Code of Federal Regulations, 2012 CFR
2012-10-01
... 42 Public Health 1 2012-10-01 2012-10-01 false Filters used with chemical cartridges; location... DEVICES Chemical Cartridge Respirators § 84.194 Filters used with chemical cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a chemical cartridge shall be located on...
42 CFR 84.194 - Filters used with chemical cartridges; location; replacement.
Code of Federal Regulations, 2011 CFR
2011-10-01
... 42 Public Health 1 2011-10-01 2011-10-01 false Filters used with chemical cartridges; location... DEVICES Chemical Cartridge Respirators § 84.194 Filters used with chemical cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a chemical cartridge shall be located on...
42 CFR 84.194 - Filters used with chemical cartridges; location; replacement.
Code of Federal Regulations, 2013 CFR
2013-10-01
... 42 Public Health 1 2013-10-01 2013-10-01 false Filters used with chemical cartridges; location... DEVICES Chemical Cartridge Respirators § 84.194 Filters used with chemical cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a chemical cartridge shall be located on...
49 CFR 173.230 - Fuel cell cartridges containing hazardous material.
Code of Federal Regulations, 2010 CFR
2010-10-01
... 49 Transportation 2 2010-10-01 2010-10-01 false Fuel cell cartridges containing hazardous material... Than Class 1 and Class 7 § 173.230 Fuel cell cartridges containing hazardous material. (a) Requirements for Fuel Cell Cartridges. Fuel cell cartridges, including when contained in or packed with equipment...
Catalytic cartridge SO.sub.3 decomposer
Galloway, Terry R.
1982-01-01
A catalytic cartridge surrounding a heat pipe driven by a heat source is utilized as a SO.sub.3 decomposer for thermochemical hydrogen production. The cartridge has two embodiments, a cross-flow cartridge and an axial flow cartridge. In the cross-flow cartridge, SO.sub.3 gas is flowed through a chamber and incident normally to a catalyst coated tube extending through the chamber, the catalyst coated tube surrounding the heat pipe. In the axial-flow cartridge, SO.sub.3 gas is flowed through the annular space between concentric inner and outer cylindrical walls, the inner cylindrical wall being coated by a catalyst and surrounding the heat pipe. The modular cartridge decomposer provides high thermal efficiency, high conversion efficiency, and increased safety.
Woo, Ha-Na; Lee, Won Il; Kim, Ji Hyun; Ahn, Jeonghyun; Han, Jeong Hee; Lim, Sue Yeon; Lee, Won Woo; Lee, Heuiran
2015-12-01
A proof-of-concept study is presented using dual gene therapy that employed a small hairpin RNA (shRNA) specific for mammalian target of rapamycin (mTOR) and a herpes simplex virus-thymidine kinase (HSV-TK) gene to inhibit the growth of tumors. Recombinant adeno-associated virus (rAAV) vectors containing a mutant TK gene (sc39TK) were transduced into HeLa cells, and the prodrug ganciclovir (GCV) was administered to establish a suicide gene-therapy strategy. Additionally, rAAV vectors expressing an mTOR-targeted shRNA were employed to suppress mTOR-dependent tumor growth. GCV selectively induced death in tumor cells expressing TK, and the mTOR-targeted shRNA altered the cell cycle to impair tumor growth. Combining the TK-GCV system with mTOR inhibition suppressed tumor growth to a greater extent than that achieved with either treatment alone. Furthermore, HSV-TK expression and mTOR inhibition did not mutually interfere with each other. In conclusion, gene therapy that combines the TK-GCV system and mTOR inhibition shows promise as a novel strategy for cancer therapy.
Bilbeisi, Rana A.; Prakasam, Thirumurugan; Lusi, Matteo; El Khoury, Roberto; Platas-Iglesias, Carlos; Charbonnière, Loïc J.; Olsen, John-Carl
2016-01-01
Two synthetic approaches—temperature variation and anion templation—allowed for the selective formation of a [2]catenane ([2]C4+) or a trefoil knot (TK6+), or for the enhanced formation of a Solomon link (SL8+), all from a simple set of starting materials (Zn(ii) acetate, diformylpyridine (DFP) and a diamino-2,2′-bipyridine (DAB)) in mixed aqueous solutions. The catenane formed exclusively at 90 °C in a 1 : 1 mixed solvent of D2O and MeOD. In the presence of bromide ion as template, TK6+ formed exclusively at 50 °C in the same solvent. In the solid state, TK6+ hosts two bromide ions in its central cavity by forming six Csp2–H hydrogen bonds. In D2O, TK6+, which was originally prepared as a trifluoroacetate (TFA) salt, was found to exchange two TFA counterions for two monovalent anions of different sizes and shapes, which lodged within the knot's central cavity. In contrast to bromide, the larger triflate anion (CF3SO3 –) promoted the formation of SL8+, which was characterized by 1H NMR spectroscopy and mass spectrometry. Two dimensional heteronuclear 19F-1H-HOSEY NMR experiments detected CH···F interactions inside the cavity of SL8+. Thus, the product distribution of this dynamic link forming system is sensitive to temperature and the size and shape of the anion template, and one of the products, TK6+, is capable of binding a variety of monovalent anions in D2O with high affinity (with log β 2 values of 4 to 6 being typical). PMID:28660022
Tissue kallikrein deficiency, insulin resistance, and diabetes in mouse and man.
Potier, Louis; Waeckel, Ludovic; Fumeron, Fréderic; Bodin, Sophie; Fysekidis, Marinos; Chollet, Catherine; Bellili, Naima; Bonnet, Fabrice; Gusto, Gaëlle; Velho, Gilberto; Marre, Michel; Alhenc-Gelas, François; Roussel, Ronan; Bouby, Nadine
2014-05-01
The kallikrein-kinin system has been suggested to participate in the control of glucose metabolism. Its role and the role of angiotensin-I-converting enzyme, a major kinin-inactivating enzyme, are however the subject of debate. We have evaluated the consequence of deficiency in tissue kallikrein (TK), the main kinin-forming enzyme, on the development of insulin resistance and diabetes in mice and man. Mice with inactivation of the TK gene were fed a high-fat diet (HFD) for 3 months, or crossed with obese, leptin-deficient (ob/ob) mice to generate double ob/ob-TK-deficient mutants. In man, a loss-of-function polymorphism of the TK gene (R53H) was studied in a large general population cohort tested for insulin resistance, the DESIR study (4843 participants, 9 year follow-up). Mice deficient in TK gained less weight on the HFD than their WT littermates. Fasting glucose level was increased and responses to glucose (GTT) and insulin (ITT) tolerance tests were altered at 10 and 16 weeks on the HFD compared with standard on the diet, but TK deficiency had no influence on these parameters. Likewise, ob-TK⁻/⁻ mice had similar GTT and ITT responses to those of ob-TK⁺/⁺ mice. TK deficiency had no effect on blood pressure in either model. In humans, changes over time in BMI, fasting plasma glucose, insulinemia, and blood pressure were not influenced by the defective 53H-coding TK allele. The incidence of diabetes was not influenced by this allele. These data do not support a role for the TK-kinin system, protective or deleterious, in the development of insulin resistance and diabetes.
[Experimental research in vitro of TK/GCV system for osteosarcoma MG-63 cell damage].
Zhang, Hua-Dong; Lu, Zhi; Feng, Yi; Liu, Xiao-Li; Hou, Hui-Ming
2014-03-01
To study the killing effects of the liposome-mediated thymidine kinase (TK)/ganciclovir (GCV) system on MG-63 osteosarcoma (OS) cells and its bystander effects. Liposome-mediated TK gene transfected into MG-63 OS cells, the efficiency of transfection was analyzed by flow cytometry and observed under inverted fluorescence microscope. Non-transfected osteosarcoma MG-63 cells were divided into three groups,in the experimental group 1 transfected TK/GCV cells cultured in solutiona liquid mixture by supernatant by 1/10,1/7,1/5,1/2 ratio to original broth; in the experimental group 2 transfected cells cultured in solutiona liquid mixture of supernatant filtered through 0.22 microm filter by 1/10,1/7, 1/5, 1/2 ratio to original broth, in control group the transfection cells cultured in original culture solution. Cell growth inhibition rate and osteosarcoma cell sensitivity to TK/GCV system were measured by MTT assay in each group. The TK gene was transfected into MG-63 OS cells successfully by liposome-mediated, flow cytometry instrument detection TK gene transfection cell transfection efficiency can reach 75.5%. Six days later the MTT assay showed that in the experimental group 1 inhibition rate of all concentration ratio of the mixed culture fluid were statistically significant as compared with the control group (P < 0.05), and in the experimental group 2 that of the 1/10 and 1/7 of concentration ratio of mixed culture medium was not statistically significant as compared with the control group (P > 0.05). TK gene transfected MG-63 cells increased with the the GCV concentration,the cell apoptosis rate increased. The experiment demonstrated that the MG-63 OS cells are sensitive to the liposome-mediated TK/GCV system and bystander effects are significant.
Zhang, Yingxiao; Iaffaldano, Brian J; Zhuang, Xiaofeng; Cardina, John; Cornish, Katrina
2017-02-02
Rubber dandelion (Taraxacum kok-saghyz, TK) is being developed as a domestic source of natural rubber to meet increasing global demand. However, the domestication of TK is complicated by its colocation with two weedy dandelion species, Taraxacum brevicorniculatum (TB) and the common dandelion (Taraxacum officinale, TO). TB is often present as a seed contaminant within TK accessions, while TO is a pandemic weed, which may have the potential to hybridize with TK. To discriminate these species at the molecular level, and facilitate gene flow studies between the potential rubber crop, TK, and its weedy relatives, we generated genomic and marker resources for these three dandelion species. Complete chloroplast genome sequences of TK (151,338 bp), TO (151,299 bp), and TB (151,282 bp) were obtained using the Illumina GAII and MiSeq platforms. Chloroplast sequences were analyzed and annotated for all the three species. Phylogenetic analysis within Asteraceae showed that TK has a closer genetic distance to TB than to TO and Taraxacum species were most closely related to lettuce (Lactuca sativa). By sequencing multiple genotypes for each species and testing variants using gel-based methods, four chloroplast Single Nucleotide Polymorphism (SNP) variants were found to be fixed between TK and TO in large populations, and between TB and TO. Additionally, Expressed Sequence Tag (EST) resources developed for TO and TK permitted the identification of five nuclear species-specific SNP markers. The availability of chloroplast genomes of these three dandelion species, as well as chloroplast and nuclear molecular markers, will provide a powerful genetic resource for germplasm differentiation and purification, and the study of potential gene flow among Taraxacum species.
Murakami, Taira; Kanai, Tamotsu; Takata, Hiroki; Kuriki, Takashi; Imanaka, Tadayuki
2006-01-01
Branching enzyme (BE) catalyzes formation of the branch points in glycogen and amylopectin by cleavage of the α-1,4 linkage and its subsequent transfer to the α-1,6 position. We have identified a novel BE encoded by an uncharacterized open reading frame (TK1436) of the hyperthermophilic archaeon Thermococcus kodakaraensis KOD1. TK1436 encodes a conserved protein showing similarity to members of glycoside hydrolase family 57 (GH-57 family). At the C terminus of the TK1436 protein, two copies of a helix-hairpin-helix (HhH) motif were found. TK1436 orthologs are distributed in archaea of the order Thermococcales, cyanobacteria, some actinobacteria, and a few other bacterial species. When recombinant TK1436 protein was incubated with amylose used as the substrate, a product peak was detected by high-performance anion-exchange chromatography, eluting more slowly than the substrate. Isoamylase treatment of the reaction mixture significantly increased the level of short-chain α-glucans, indicating that the reaction product contained many α-1,6 branching points. The TK1436 protein showed an optimal pH of 7.0, an optimal temperature of 70°C, and thermostability up to 90°C, as determined by the iodine-staining assay. These properties were the same when a protein devoid of HhH motifs (the TK1436ΔH protein) was used. The average molecular weight of branched glucan after reaction with the TK1436ΔH protein was over 100 times larger than that of the starting substrate. These results clearly indicate that TK1436 encodes a structurally novel BE belonging to the GH-57 family. Identification of an overlooked BE species provides new insights into glycogen biosynthesis in microorganisms. PMID:16885460
Cloning of the active thymidine kinase gene of herpes simplex virus type 1 in Escherichia coli K-12.
Colbere-Garapin, F; Chousterman, S; Horodniceanu, F; Kourilsky, P; Garapin, A C
1979-08-01
A herpes simplex virus DNA fragment that is produced by digestion with BamHI endonuclease and carries the thymidine kinase (TK; ATP:thymidine 5'-phosphotransferase, EC 2.7.1.21) gene has been cloned in Escherichia coli. A recombinat plasmid, pFG5, has been analyzed extensively and a detailed restriction map is presented. pFG5 DNA efficiently transforms TK- mouse L cells. The TK coding sequence in the cloned fragment has been localized and a smaller recombinant plasmid, pAG0, also carrying an active TK gene, has been constructed to serve as a more convenient vector for transfer, into TK- cells, of genes previously cloned in E. coli.
76 FR 9555 - Procurement List; Additions and Deletions
Federal Register 2010, 2011, 2012, 2013, 2014
2011-02-18
...-6167--Inkjet printer cartridge. NSN: 7510-01-555-6168--Inkjet printer cartridge. NSN: 7510-01-555-6169--Inkjet printer cartridge. NSN: 7510-01-555-6170--compatible with Epson Part No. T018201. Tri- color. NSN: 7510-01-555-6171--Inkjet printer cartridge. NSN: 7510-01-555-6173--Inkjet printer cartridge. NSN: 7510...
High-Throughput Toxicokinetics (HTTK) R package (CompTox CoP presentation)
Toxicokinetics (TK) provides a bridge between HTS and HTE by predicting tissue concentrations due to exposure, but traditional TK methods are resource intensive. Relatively high throughput TK (HTTK) methods have been used by the pharmaceutical industry to determine range of effic...
Kutanan, Wibhu; Kampuansai, Jatupol; Srikummool, Metawee; Kangwanpong, Daoroong; Ghirotto, Silvia; Brunelli, Andrea; Stoneking, Mark
2017-01-01
The Tai-Kadai (TK) language family is thought to have originated in southern China and spread to Thailand and Laos, but it is not clear if TK languages spread by demic diffusion (i.e., a migration of people from southern China) or by cultural diffusion, with native Austroasiatic (AA) speakers switching to TK languages. To address this and other questions, we obtained 1234 complete mtDNA genome sequences from 51 TK and AA groups from Thailand and Laos. We find high genetic heterogeneity across the region, with 212 different haplogroups, and significant genetic differentiation among different samples from the same ethnolinguistic group. TK groups are more genetically homogeneous than AA groups, with the latter exhibiting more ancient/basal mtDNA lineages, and showing more drift effects. Modeling of demic diffusion, cultural diffusion, and admixture scenarios consistently supports the spread of TK languages by demic diffusion.
Catalytic cartridge SO/sub 3/ decomposer
Galloway, T.R.
1980-11-18
A catalytic cartridge surrounding a heat pipe driven by a heat source is utilized as a SO/sub 3/ decomposer for thermochemical hydrogen production. The cartridge has two embodiments, a cross-flow cartridge and an axial flow cartridge. In the cross-flow cartridge, SO/sub 3/ gas is flowed through a chamber and incident normally to a catalyst coated tube extending through the chamber, the catalyst coated tube surrounding the heat pipe. In the axial-flow cartridge, SO/sub 3/ gas is flowed through the annular space between concentric inner and outer cylindrical walls, the inner cylindrical wall being coated by a catalyst and surrounding the heat pipe. The modular cartridge decomposer provides high thermal efficiency, high conversion efficiency, and increased safety. A fusion reactor may be used as the heat source.
Randhawa, Parmjeet S; Farasati, Noush A; Huang, Yuchen; Mapara, Markus Y; Shapiro, Ron
2010-12-01
Our objective was to determine whether quantitative polymerase chain reaction (PCR) can be used to measure the effect of tyrosine kinase (TK) inhibition on polyomavirus BK (BKV) replication. The BKV was grown in a cell culture system. The rate of viral replication in the presence or absence of the drug being tested was assessed by amplifying the viral genome using primers directed against the viral capsid 1 protein. Dasatinib, erlotinib, gefitinib, imatinib, sunitinib, and sorafenib all showed antiviral activity at micromolar concentrations. The 50% effective concentration for erlotinib and sorafenib was within blood concentrations readily achieved in human subjects. Quantitative PCR is a convenient method for viral drug sensitivity testing for slow-growing viruses that do not readily produce cytopathic effect. TK inhibitors deserve further consideration as a potential therapeutic option for BKV-associated nephropathy and hemorrhagic cystitis.
Azab, Walid; Tsujimura, Koji; Kato, Kentaro; Arii, Jun; Morimoto, Tomomi; Kawaguchi, Yasushi; Tohya, Yukinobu; Matsumura, Tomio; Akashi, Hiroomi
2010-02-01
Equine herpesvirus 4 (EHV-4) is an important equine pathogen that causes respiratory tract disease among horses worldwide. A thymidine kinase (TK)-deletion mutant has been generated by using bacterial artificial chromosome (BAC) technology to investigate the role of TK in pathogenesis. Deletion of TK had virtually no effect on the growth characteristics of WA79DeltaTK in cell culture when compared to the parent virus. Also, virus titers and plaque formation were unaffected in the absence of the TK gene. The sensitivity of EHV-4 to inhibition by acyclovir (ACV) and ganciclovir (GCV) was studied by means of a plaque reduction assay. GCV proved to be more potent and showed a superior anti-EHV-4 activity. On the other hand, ACV showed very poor ability to inhibit EHV-4 replication. As predicted, WA79DeltaTK was insensitive to GCV. Although EHV-4 is normally insensitive to ACV, it showed >20-fold increase in sensitivity when the equine herpesvirus-1 (EHV-1) TK was supplied in trans. Furthermore, both ACV and GCV resulted in a significant reduction of plaque size induced by EHV-4 and 1. Taken together, these data provided direct evidence that GCV is a potent selective inhibitor of EHV-4 and that the virus-encoded TK is an important determinant of the virus susceptibility to nucleoside analogues. Copyright 2009 Elsevier B.V. All rights reserved.
Wu, Chan-Han; Huang, Chun-Ming; Chung, Fu-Yen; Huang, Ching-Wen; Tsai, Hsiang-Lin; Chen, Chin-Fan; Wang, Jaw-Yuan
2013-01-01
This study is to investigate multiple chemotherapeutic agent- and radiation-related genetic biomarkers in locally advanced rectal cancer (LARC) patients following fluoropyrimidine-based concurrent chemoradiotherapy (CCRT) for response prediction. We initially selected 6 fluoropyrimidine metabolism-related genes (DPYD, ORPT, TYMS, TYMP, TK1, and TK2) and 3 radiotherapy response-related genes (GLUT1, HIF-1 α, and HIF-2 α) as targets for gene expression identification in 60 LARC cancer specimens. Subsequently, a high-sensitivity weighted enzymatic chip array was designed and constructed to predict responses following CCRT. After CCRT, 39 of 60 (65%) LARC patients were classified as responders (pathological tumor regression grade 2 ~ 4). Using a panel of multiple genetic biomarkers (chip), including DPYD, TYMS, TYMP, TK1, and TK2, at a cutoff value for 3 positive genes, a sensitivity of 89.7% and a specificity of 81% were obtained (AUC: 0.915; 95% CI: 0.840–0.991). Negative chip results were significantly correlated to poor CCRT responses (TRG 0-1) (P = 0.014, hazard ratio: 22.704, 95% CI: 3.055–235.448 in multivariate analysis). Disease-free survival analysis showed significantly better survival rate in patients with positive chip results (P = 0.0001). We suggest that a chip including DPYD, TYMS, TYMP, TK1, and TK2 genes is a potential tool to predict response in LARC following fluoropyrimidine-based CCRT. PMID:24455740
Paredes, João A; Zhou, Xiaoshan; Höglund, Stefan; Karlsson, Anna
2013-01-01
Loss of thymidine kinase 2 (TK2) causes a heterogeneous myopathic form of mitochondrial DNA (mtDNA) depletion syndrome (MDS) in humans that predominantly affects skeletal muscle tissue. In mice, TK2 deficiency also affects several tissues in addition to skeletal muscle, including brain, heart, adipose tissue, kidneys and causes death about 3 weeks after birth. We analysed skeletal muscle and heart muscle tissues of Tk2 knockout mice at postnatal development phase and observed that TK2 deficient pups grew slower and their skeletal muscles appeared significantly underdeveloped, whereas heart was close to normal in size. Both tissues showed mtDNA depletion and mitochondria with altered ultrastructure, as revealed by transmission electron microscopy. Gene expression microarray analysis showed a strong down-regulation of genes involved in cell cycle and cell proliferation in both tissues, suggesting a lower pool of undifferentiated proliferating cells. Analysis of isolated primary myoblasts from Tk2 knockout mice showed slow proliferation, less ability to differentiate and signs of premature senescence, even in absence of mtDNA depletion. Our data demonstrate that TK2 deficiency disturbs myogenic progenitor cells function in postnatal skeletal muscle and we propose this as one of the causes of underdeveloped phenotype and myopathic characteristic of the TK2 deficient mice, in addition to the progressive mtDNA depletion, mitochondrial damage and respiratory chain deficiency in post-mitotic differentiated tissue.
Sun, Ren; Eriksson, Staffan
2014-01-01
Mitochondrial thymidine kinase 2 (TK2) and deoxyguanosine kinase (dGK) catalyze the initial phosphorylation of deoxynucleosides in the synthesis of the DNA precursors required for mitochondrial DNA (mtDNA) replication and are essential for mitochondrial function. Antiviral nucleosides are known to cause toxic mitochondrial side effects. Here, we examined the effects of 3′-azido-2′,3′-dideoxythymidine (AZT) (zidovudine) on mitochondrial TK2 and dGK levels and found that AZT treatment led to downregulation of mitochondrial TK2 and dGK in U2OS cells, whereas cytosolic deoxycytidine kinase (dCK) and thymidine kinase 1 (TK1) levels were not affected. The AZT effects on mitochondrial TK2 and dGK were similar to those of oxidants (e.g., hydrogen peroxide); therefore, we examined the oxidative effects of AZT. We found a modest increase in cellular reactive oxygen species (ROS) levels in the AZT-treated cells. The addition of uridine to AZT-treated cells reduced ROS levels and protein oxidation and prevented the degradation of mitochondrial TK2 and dGK. In organello studies indicated that the degradation of mitochondrial TK2 and dGK is a mitochondrial event. These results suggest that downregulation of mitochondrial TK2 and dGK may lead to decreased mitochondrial DNA precursor pools and eventually mtDNA depletion, which has significant implications for the regulation of mitochondrial nucleotide biosynthesis and for antiviral therapy using nucleoside analogs. PMID:25182642
Caspase-3-independent pathways proceeding in bystander effect of HSV-tk/GCV system
NASA Astrophysics Data System (ADS)
Lin, Juqiang; Ma, Yan; Zeng, Shaoqun; Zhang, Zhihong
2008-02-01
HSV-tk/GCV system, which is the virus-directed enzyme/prodrug therapy of herpes simplex virus (HSV) thymidine kinase (tk) gene / the anti-viral reagent ganciclovir (GCV), is one of the promising approaches in the rapidly growing area of gene therapy. As gene therapy of cancer such as suicide gene therapy has entered the clinic, another therapy effect which is called 'bystander effect' was reported. Bystander effect can lead to killing of non-transduced tumor cells in the immediate vicinity of GCV-treated HSV-TK-positive cells. Now the magnitude of 'bystander effect' is an essential factor for this anti-tumor approach in vivo. However, the mechanism which HSV-tk/ACV brings "bystander effect" is poorly understood. In this study, we monitor the activation of caspase-3 in HSV-tk/GCV system by a FRET probe CD3, a FRET-based indicator for activity of caspase3, which is composed of an enhanced cyan fluorescent protein, a caspase-sensitive linker, and a red fluorescent protein from Discosoma with efficient maturation property. Through application of CD3 we have visualized the activation of caspase-3 in tk gene positive human adenoid cystic carcinoma (ACC-M) cells but not in bystander effect of HSV-tk/GCV system induced by GCV. This finding provides needed information for understanding the mechanisms by which suicide gene approaches actually kill cancer cells, and may prove to be helpful for the clinical treatment of cancers.
Paredes, João A.; Zhou, Xiaoshan; Höglund, Stefan; Karlsson, Anna
2013-01-01
Loss of thymidine kinase 2 (TK2) causes a heterogeneous myopathic form of mitochondrial DNA (mtDNA) depletion syndrome (MDS) in humans that predominantly affects skeletal muscle tissue. In mice, TK2 deficiency also affects several tissues in addition to skeletal muscle, including brain, heart, adipose tissue, kidneys and causes death about 3 weeks after birth. We analysed skeletal muscle and heart muscle tissues of Tk2 knockout mice at postnatal development phase and observed that TK2 deficient pups grew slower and their skeletal muscles appeared significantly underdeveloped, whereas heart was close to normal in size. Both tissues showed mtDNA depletion and mitochondria with altered ultrastructure, as revealed by transmission electron microscopy. Gene expression microarray analysis showed a strong down-regulation of genes involved in cell cycle and cell proliferation in both tissues, suggesting a lower pool of undifferentiated proliferating cells. Analysis of isolated primary myoblasts from Tk2 knockout mice showed slow proliferation, less ability to differentiate and signs of premature senescence, even in absence of mtDNA depletion. Our data demonstrate that TK2 deficiency disturbs myogenic progenitor cells function in postnatal skeletal muscle and we propose this as one of the causes of underdeveloped phenotype and myopathic characteristic of the TK2 deficient mice, in addition to the progressive mtDNA depletion, mitochondrial damage and respiratory chain deficiency in post-mitotic differentiated tissue. PMID:23341978
DOE Office of Scientific and Technical Information (OSTI.GOV)
Oji, L.; Martin, K.; Hobbs, D.
2012-01-03
Experimental results for the selective removal of strontium and cesium from simulated waste solutions with monosodium titanate and crystalline silicotitanate laden filter cartridges are presented. In these proof-of-principle tests, effective uptake of both strontium-85 and cesium-137 were observed using ion-exchangers in this filter cartridge configuration. At low salt simulant conditions, the instantaneous decontamination factor for strontium-85 with monosodium titanate impregnated filter membrane cartridges measured 26, representing 96% strontium-85 removal efficiency. On the other hand, the strontium-85 instantaneous decontamination factor with co-sintered active monosodium titanate cartridges measured 40 or 98% Sr-85 removal efficiency. Strontium-85 removal with the monosodium titanate impregnated membranemore » cartridges and crystalline silicotitanate impregnated membrane cartridges, placed in series arrangement, produced an instantaneous decontamination factor of 41 compared to an instantaneous decontamination factor of 368 for strontium-85 with co-sintered active monosodium titanate cartridges and co-sintered active crystalline silicotitanate cartridges placed in series. Overall, polyethylene co-sintered active titanates cartridges performed as well as titanate impregnated filter membrane cartridges in the uptake of strontium. At low ionic strength conditions, there was a significant uptake of cesium-137 with co-sintered crystalline silicotitanate cartridges. Tests results with crystalline silicotitanate impregnated membrane cartridges for cesium-137 decontamination are currently being re-evaluated. Based on these preliminary findings we conclude that incorporating monosodium titanate and crystalline silicotitanate sorbents into membranes represent a promising method for the semicontinuous removal of radioisotopes of strontium and cesium from nuclear waste solutions.« less
Toxicokinetics (TK) provides a bridge between toxicity and exposure assessment by predicting tissue concentrations due to exposure, however traditional TK methods are resource intensive. Relatively high throughput TK (HTTK) methods have been used by the pharmaceutical industry to...
Toxicokinetics (TK) provides a bridge between toxicity and exposure assessment by predicting tissue concentrations due to exposure. However traditional TK methods are resource intensive. Relatively high throughput TK (HTTK) methods have been used by the pharmaceutical industry to...
NASA Astrophysics Data System (ADS)
Dubinenkov, I. V.; Perminova, I. V.; Bulygina, E. B.; Holmes, R. M.; Davydov, S.; Mann, P. J.; Vonk, J.; Zimov, S. A.
2010-12-01
The Arctic and Subarctic ecosystems are known to be the most vulnerable with respect to climate change. Hence, research on carbon cycling in the Arctic region is very important for understanding the current climatic trends and their consequences. The Kolyma River watershed is one of the Arctic Ocean’s largest. It is dominated by continuous permafrost which is underlain with rich organic soils susceptible to increased fluvial transport. The thaw of permafrost enhanced due to global warming might provide additional large source of organic carbon to the Kolyma River and to the Arctic Ocean as a whole. For estimating the contribution of this source to the total pool of organic carbon, specific structural features of permafrost dissolved organic matter (DOM) as opposed to the waterborne DOM of the Kolyma River should be identified and monitored. The objective of this work was to isolate a representive set of the DOM samples from permafrost soil and freshwater environments of the Kolyma River basin suitable for further structural analysis using high resolution Fourier Transform Ion Cyclotron Resonance Mass Spectroscopy (FTICR-MS) and 1H NMR spectroscopy. The isolation protocol of DOM used in this study has been developed by Dittmar et al, 2008 for sampling marine DOM for NMR studies. It is based on the solid phase extraction of DOM from seawater using PPL Varian Bond Elute cartridges Those cartridges were shown to possess the highest efficiency in DOM isolation from marine water. Prior to discharge through the cartridge, a water sample was filtered through 0.45 μm filter for separation of particulate matter and acidified to pH 2 using HCl. About 50mg of DOM could be sequestered from aqueous phase using one cartridge. Sorption extent was monitored by measurements of DOC concentration and UV-vis spectra at the inlet and outlet of the cartridge. It was determined that from 60 to 65% of the total DOC could be extracted from the tested samples of freshwater. As a result, we used from 20 to 40 liters of water sample per one cartridge depending on DOC concentration in water. To isolate DOM from permafrost soil samples, the water extract was first prepared and used for further isolation of DOM. The fluorescence measurements of the samples before and after discharge through the cartridge showed a lack of specific sorption. As an outcome of the undertaken studies a set of 19 samples from the different environments of the Kolyma River basin was collected including samples from the modern soil, transitory layer, permafrost, floodplain streams, permafrost melting streams, the Kolyma River mainstream and the Arctic Ocean. Each sample is represented by 50mg DOM, which enables its further analysis using Fourier transform ion cyclotron resonance mass spectrometry and 1H NMR spectroscopy. This study is part of the Polaris Project, an NSF-funded undergraduate field program based out of the Northeast Science Station in Cherskiy, Northeast Siberia (www.thepolarisproject.org).
NASA Astrophysics Data System (ADS)
Yanagisawa, Takashi
2015-07-01
We investigate the Kondo effect in Dirac systems, where Dirac electrons interact with the localized spin via the s-d exchange coupling. The Dirac electron in solid state has the linear dispersion and is described typically by the Hamiltonian such as Hk = vk · σ for the wave number k where σj are Pauli matrices. We derived the formula of the Kondo temperature TK by means of the Green's function theory for small J. The TK is determined from a singularity of Green's functions in the form TK ≃ bar{D}exp ( - const./ρ |J|) when the exchange coupling |J| is small where bar{D} = D/√{1 + D2/(2μ )2} for a cutoff D and ρ is the density of states at the Fermi surface. When |μ| ≪ D, TK is proportional to |μ|: TK ≃ |μ| exp(-const./ρ|J|). The Kondo screening will, however, disappear when the Fermi surface shrinks to a point called the Dirac point, that is, TK vanishes when the chemical potential μ is just at the Dirac point. The resistivity and the specific heat exhibit a log-T singularity in the range TK < T ≪ |μ|/kB. Instead, for T ˜ O(|μ|) or T > |μ|, they never show log-T.
Geary, Janis; Jardine, Cynthia G.; Guebert, Jenilee; Bubela, Tania
2013-01-01
Background Research in northern Canada focused on Aboriginal peoples has historically benefited academia with little consideration for the people being researched or their traditional knowledge (TK). Although this attitude is changing, the complexity of TK makes it difficult to develop mechanisms to preserve and protect it. Protecting TK becomes even more important when outside groups become interested in using TK or materials with associated TK. In the latter category are genetic resources, which may have commercial value and are the focus of this article. Objective This article addresses access to and use of genetic resources and associated TK in the context of the historical power-imbalances in research relationships in Canadian north. Design Review. Results Research involving genetic resources and TK is becoming increasingly relevant in northern Canada. The legal framework related to genetic resources and the cultural shift of universities towards commercial goals in research influence the environment for negotiating research agreements. Current guidelines for research agreements do not offer appropriate guidelines to achieve mutual benefit, reflect unequal bargaining power or take the relationship between parties into account. Conclusions Relational contract theory may be a useful framework to address the social, cultural and legal hurdles inherent in creating research agreements. PMID:23986896
Geary, Janis; Jardine, Cynthia G; Guebert, Jenilee; Bubela, Tania
2013-01-01
Research in northern Canada focused on Aboriginal peoples has historically benefited academia with little consideration for the people being researched or their traditional knowledge (TK). Although this attitude is changing, the complexity of TK makes it difficult to develop mechanisms to preserve and protect it. Protecting TK becomes even more important when outside groups become interested in using TK or materials with associated TK. In the latter category are genetic resources, which may have commercial value and are the focus of this article. This article addresses access to and use of genetic resources and associated TK in the context of the historical power-imbalances in research relationships in Canadian north. Review. Research involving genetic resources and TK is becoming increasingly relevant in northern Canada. The legal framework related to genetic resources and the cultural shift of universities towards commercial goals in research influence the environment for negotiating research agreements. Current guidelines for research agreements do not offer appropriate guidelines to achieve mutual benefit, reflect unequal bargaining power or take the relationship between parties into account. Relational contract theory may be a useful framework to address the social, cultural and legal hurdles inherent in creating research agreements.
Uchiyama, Shigehisa; Matsushima, Erika; Aoyagi, Shohei; Ando, Masanori
2004-10-01
A new method for the simultaneous determination of aliphatic carboxylic acids and aldehydes in air is described. In this work, carboxylic acids were allowed to react with 2,4-dinitrophenylhydrazine (DNPH) to form the corresponding carboxylic 2,4-dinitrophenylhydrazides. These derivatives have excellent thermal stability, with melting points higher than those of the corresponding hydrazones by 32-50 degrees C. C1-C4 carboxylic acid 2,4-dinitrophenylhydrazides exhibited maximum absorption wavelengths of 331-334 nm and molar absorption coefficients of 1.4 x 10(4) L/mol/cm. They were completely separated by high-performance liquid chromatography (HPLC) with an RP-Amide C16 column. Cartridges packed with DNPH-coated silica particles (DNPH cartridge) were used for sampling formic acid and aldehydes. Formic acid was physically adsorbed on the silica particles as the first step of the sampling mechanism. Gradual reaction with DNPH followed. Formic acid reacted very slowly with DNPH at room temperature (20 degrees C), but reacted completely at 80 degrees C over 4 h. In field measurements, the sample air was drawn through a DNPH cartridge. After sampling, the cartridges were heated at 80 degrees C for 5 h and extracted with acetonitrile for HPLC analysis. Under these optimized conditions, the LOD is 0.4 ug/m(3) for an air sample collected for 24 h at 100 mL/min (144 L).
GEMPAK 5.1 - A GENERAL METEOROLOGICAL PACKAGE (VAX VMS VERSION)
NASA Technical Reports Server (NTRS)
Des, Jardins M. L.
1994-01-01
GEMPAK is a general meteorological software package developed at NASA/Goddard Space Flight Center. It includes programs to analyze and display surface, upper-air, and gridded data, including model output. There are very general programs to list, edit, and plot data on maps, to display profiles and time series, to draw and fill contours, to draw streamlines, to plot symbols for clouds, sky cover, and pressure tendency, and draw cross sections in the case of gridded data and sounding data. In addition, there are Barnes objective analysis programs to grid surface and upper-air data. The programs include the capabilities to derive meteorological parameters from those found in the dataset, to perform vertical interpolations of sounding data to different coordinate systems, and to compute an extensive set of gridded diagnostic quantities by specifying various nested combinations of scalars and vector arithmetic, algebraic, and differential operators. The GEMPAK 5.1 graphics/transformation subsystem, GEMPLT, provides device-independent graphics. GEMPLT also has the capability to display output in a variety of map projections or overlaid on satellite imagery. GEMPAK 5.1 is written in FORTRAN 77 and C-language and has been implemented on VAX computers under VMS and on computers running the UNIX operating system. During installation and normal use, this package occupies approximately 100Mb of hard disk space. The UNIX version of GEMPAK includes drivers for several graphic output systems including MIT's X Window System (X11,R4), Sun GKS, PostScript (color and monochrome), Silicon Graphics, and others. The VMS version of GEMPAK also includes drivers for several graphic output systems including PostScript (color and monochrome). The VMS version is delivered with the object code for the Transportable Applications Environment (TAE) program, version 4.1 which serves as a user interface. A color monitor is recommended for displaying maps on video display devices. Data for rendering regional maps is included with this package. The standard distribution medium for the UNIX version of GEMPAK 5.1 is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the VMS version of GEMPAK 5.1 is a 6250 BPI 9-track magnetic tape in DEC VAX BACKUP format. The VMS version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. This program was developed in 1985. The current version, GEMPAK 5.1, was released in 1992. The package is delivered with source code. An extensive collection of subroutine libraries allows users to format data for use by GEMPAK, to develop new programs, and to enhance existing ones.
42 CFR 84.253 - Chemical-cartridge respirators; requirements and tests.
Code of Federal Regulations, 2013 CFR
2013-10-01
... combination rather than the individual cartridges. (2) Four cartridges or pairs of cartridges will be... respirator by a breathing machine at a concentration of 10 ppm vinyl chloride monomer at the rate of 24...
42 CFR 84.253 - Chemical-cartridge respirators; requirements and tests.
Code of Federal Regulations, 2012 CFR
2012-10-01
... combination rather than the individual cartridges. (2) Four cartridges or pairs of cartridges will be... respirator by a breathing machine at a concentration of 10 ppm vinyl chloride monomer at the rate of 24...
Krishnan, Shuba; Paredes, João A.; Zhou, Xiaoshan; Kuiper, Raoul V.; Hultenby, Kjell; Curbo, Sophie; Karlsson, Anna
2014-01-01
Mitochondrial DNA depletion caused by thymidine kinase 2 (TK2) deficiency can be compensated by a nucleoside kinase from Drosophila melanogaster (Dm-dNK) in mice. We show that transgene expression of Dm-dNK in Tk2 knock-out (Tk2−/−) mice extended the life span of Tk2−/− mice from 3 weeks to at least 20 months. The Dm-dNK+/−Tk2−/− mice maintained normal mitochondrial DNA levels throughout the observation time. A significant difference in total body weight due to the reduction of subcutaneous and visceral fat in the Dm-dNK+/−Tk2−/− mice was the only visible difference compared with control mice. This indicates an effect on fat metabolism mediated through residual Tk2 deficiency because Dm-dNK expression was low in both liver and fat tissues. Dm-dNK expression led to increased dNTP pools and an increase in the catabolism of purine and pyrimidine nucleotides but these alterations did not apparently affect the mice during the 20 months of observation. In conclusion, Dm-dNK expression in the cell nucleus expanded the total dNTP pools to levels required for efficient mitochondrial DNA synthesis, thereby compensated the Tk2 deficiency, during a normal life span of the mice. The Dm-dNK+/− mouse serves as a model for nucleoside gene or enzyme substitutions, nucleotide imbalances, and dNTP alterations in different tissues. PMID:25296759
Krishnan, Shuba; Paredes, João A; Zhou, Xiaoshan; Kuiper, Raoul V; Hultenby, Kjell; Curbo, Sophie; Karlsson, Anna
2014-11-21
Mitochondrial DNA depletion caused by thymidine kinase 2 (TK2) deficiency can be compensated by a nucleoside kinase from Drosophila melanogaster (Dm-dNK) in mice. We show that transgene expression of Dm-dNK in Tk2 knock-out (Tk2(-/-)) mice extended the life span of Tk2(-/-) mice from 3 weeks to at least 20 months. The Dm-dNK(+/-)Tk2(-/-) mice maintained normal mitochondrial DNA levels throughout the observation time. A significant difference in total body weight due to the reduction of subcutaneous and visceral fat in the Dm-dNK(+/-)Tk2(-/-) mice was the only visible difference compared with control mice. This indicates an effect on fat metabolism mediated through residual Tk2 deficiency because Dm-dNK expression was low in both liver and fat tissues. Dm-dNK expression led to increased dNTP pools and an increase in the catabolism of purine and pyrimidine nucleotides but these alterations did not apparently affect the mice during the 20 months of observation. In conclusion, Dm-dNK expression in the cell nucleus expanded the total dNTP pools to levels required for efficient mitochondrial DNA synthesis, thereby compensated the Tk2 deficiency, during a normal life span of the mice. The Dm-dNK(+/-) mouse serves as a model for nucleoside gene or enzyme substitutions, nucleotide imbalances, and dNTP alterations in different tissues. © 2014 by The American Society for Biochemistry and Molecular Biology, Inc.
Leonis, Mike A; Toney-Earley, Kenya; Degen, Sandra J F; Waltz, Susan E
2002-11-01
The targeted deletion of the cytoplasmic domain of the Ron receptor tyrosine kinase (TK) in mice leads to exaggerated responses to injury in several murine models of inflammation as well as increased lethality in response to endotoxin (lipopolysaccharide [LPS]). Using a well-characterized model of LPS-induced acute liver failure (ALF) in galactosamine (GalN)-sensitized mice, we show that Ron TK(-/-) mice display marked protection compared with control Ron TK(+/+) mice. Whereas control mice have profound elevation of serum aminotransferase levels (a marker of hepatocyte injury) and hemorrhagic necrosis of the liver, in dramatic contrast, Ron TK(-/-) mice have mild elevation of aminotransferase levels and relatively normal liver histology. These findings are associated with a reduction in the number of liver cells undergoing apoptosis in Ron TK(-/-) mice. Paradoxically, treatment of Ron TK(-/-) mice with LPS/GalN leads to markedly elevated (3.5-fold) serum levels of tumor necrosis factor (TNF) alpha, a key inflammatory mediator in this liver injury model, as well as reduced amounts of interleukin (IL) 10 (a suppressor of TNF-alpha production) and interferon (IFN)-gamma (a TNF-alpha sensitizer). These results show that ablation of the TK activity of the Ron receptor leads to protection from the development of hepatocellular apoptosis in response to treatment with LPS/GalN, even in the presence of excessive levels of serum TNF-alpha. In conclusion, our studies show that the Ron receptor TK plays a critical role in modulating the response of the liver to endotoxin.
CHROMOSOME 11 ABERRATIONS IN SMALL COLONY L5178Y TK-/-MUTANTS EARLY IN THEIR CLONAL HISTORY
The authors have developed a cytogenetic technique that allows observation of chromosome rearrangements associated with TK-/- mutagenesis of the L5178Y/TK+/-3.7.2C cell line early in mutant clonal history. For a series of mutagenic treatments they show that the major proportion (...
Wang, L; Eriksson, S
2010-06-01
Deficiency in thymidine kinase 2 (TK2) activity due to genetic alterations caused tissue specific mitochondrial DNA (mtDNA) depletion syndrome with symptoms resembling these of AIDS patients treated with nucleoside analogues. Mechanisms behind this mitochondrial effects is still not well understood. With rat as a model we isolated mitochondrial and cytosolic fractions from major organs and studied enzymes involved in thymidine (dT) and deoxycytidine (dC) phosphorylation by using ionic exchange column chromatography. A cytosolic form of TK2 was identified in all tested tissues in addition to mitochondrial TK2. TK1 was detected in liver and spleen cytosolic extracts while dCK was found in liver, spleen and lung cytosolic extracts. Thus, the nature of dT and dC salvage enzymes in each tissue type was determined. In most tissues TK2 is the only salvage enzyme present except liver and spleen. These results may help to explain the mechanisms of mitochondrial toxicity of antiviral nucleoside analogues and mtDNA depletion caused by TK2 deficiency.
Applications of temporal kernel canonical correlation analysis in adherence studies.
John, Majnu; Lencz, Todd; Ferbinteanu, Janina; Gallego, Juan A; Robinson, Delbert G
2017-10-01
Adherence to medication is often measured as a continuous outcome but analyzed as a dichotomous outcome due to lack of appropriate tools. In this paper, we illustrate the use of the temporal kernel canonical correlation analysis (tkCCA) as a method to analyze adherence measurements and symptom levels on a continuous scale. The tkCCA is a novel method developed for studying the relationship between neural signals and hemodynamic response detected by functional MRI during spontaneous activity. Although the tkCCA is a powerful tool, it has not been utilized outside the application that it was originally developed for. In this paper, we simulate time series of symptoms and adherence levels for patients with a hypothetical brain disorder and show how the tkCCA can be used to understand the relationship between them. We also examine, via simulations, the behavior of the tkCCA under various missing value mechanisms and imputation methods. Finally, we apply the tkCCA to a real data example of psychotic symptoms and adherence levels obtained from a study based on subjects with a first episode of schizophrenia, schizophreniform or schizoaffective disorder.
Mechanisms of mutagenesis in human cells exposed to 55 MeV protons
NASA Technical Reports Server (NTRS)
Gauny, S.; Wiese, C.; Kronenberg, A.
2001-01-01
Protons represent the major type of charged particle radiation in spaceflight environments. The purpose of this study was to assess mutations arising in human lymphoid cells exposed to protons. Mutations were quantitated at the thymidine kinase (TK1) locus in cell lines derived from the same donor: TK6 cells (wt TP53) and WTK1 cells (mutant TP53). WTK1 cells were much more susceptible to mutagenesis following proton exposure than TK6 cells. Intragenic deletions were observed among early-arising TK1 mutants in TK6 cells, but not in WTK1 cells where all of the mutants arose by LOH. Deletion was the predominant mode of LOH in TK6 cells, while allelic recombination was the major mode of LOH in WTK1 cells. Deletions were of variable lengths, from <1 cM to 64 cM, while mutations that arose by allelic recombination often extended to the telomere. In summary, proton exposures elicited many types of mutations at an autosomal locus in human cells. Most involved large scale loss of genetic information, either through deletion or by recombination.
42 CFR 84.33 - Approval labels and markings; approval of contents; use.
Code of Federal Regulations, 2011 CFR
2011-10-01
... position on the harness, container, canister, cartridge, filter, or other component, together with... Respirator container and filter container. Abbreviated Filters. Chemical-cartridge respirator Entire Respirator container, cartridge container, and filter containers (where applicable). Abbreviated Cartridges...
42 CFR 84.33 - Approval labels and markings; approval of contents; use.
Code of Federal Regulations, 2014 CFR
2014-10-01
... position on the harness, container, canister, cartridge, filter, or other component, together with... Respirator container and filter container. Abbreviated Filters. Chemical-cartridge respirator Entire Respirator container, cartridge container, and filter containers (where applicable). Abbreviated Cartridges...
42 CFR 84.33 - Approval labels and markings; approval of contents; use.
Code of Federal Regulations, 2012 CFR
2012-10-01
... position on the harness, container, canister, cartridge, filter, or other component, together with... Respirator container and filter container. Abbreviated Filters. Chemical-cartridge respirator Entire Respirator container, cartridge container, and filter containers (where applicable). Abbreviated Cartridges...
42 CFR 84.33 - Approval labels and markings; approval of contents; use.
Code of Federal Regulations, 2013 CFR
2013-10-01
... position on the harness, container, canister, cartridge, filter, or other component, together with... Respirator container and filter container. Abbreviated Filters. Chemical-cartridge respirator Entire Respirator container, cartridge container, and filter containers (where applicable). Abbreviated Cartridges...
42 CFR 84.33 - Approval labels and markings; approval of contents; use.
Code of Federal Regulations, 2010 CFR
2010-10-01
... position on the harness, container, canister, cartridge, filter, or other component, together with... Respirator container and filter container. Abbreviated Filters. Chemical-cartridge respirator Entire Respirator container, cartridge container, and filter containers (where applicable). Abbreviated Cartridges...
Ohuchida, Kenoki; Nagai, Eishi; Moriyama, Taiki; Shindo, Koji; Manabe, Tatsuya; Ohtsuka, Takao; Shimizu, Shuji; Nakamura, Masafumi
2017-01-01
We previously reported the use of an inverted T-shaped method to obtain a suitable view for hand sewing to close the common entry hole when the linear stapler was fired for esophagojejunostomy after laparoscopic total gastrectomy (LTG). This conventional method involved insertion of the fixed cartridge fork to the Roux limb and the fine movable anvil fork to the esophagus to avoid perforation of the jejunum. However, insertion of the movable anvil fork to the esophagus during this procedure often requires us to strongly push down the main body of the stapler with the fixed cartridge fork to bring the direction of the anvil fork in line with the direction of the long axis of the esophagus while controlling the opening of the movable anvil fork. We therefore modified this complicated inverted T-shaped method using a linear stapler with a movable cartridge fork. This modified method involved insertion of the movable cartridge fork into the Roux limb followed by natural, easy insertion of the fixed anvil fork into the esophagus without controlling the opening of the movable cartridge fork. We performed LTG in a total of 155 consecutive patients with gastric cancer from November 2007 to December 2015 in Kyushu University Hospital. After LTG, we performed the conventional inverted T-shaped method using a linear stapler with a fixed cartridge fork in 61 patients from November 2007 to July 2011 (fixed cartridge group). From August 2011, we used a linear stapler with a movable cartridge fork and performed the modified inverted T-shaped method in 94 patients (movable cartridge group). We herein compare the short-term outcomes in 94 cases of LTG using the modified method (movable cartridge fork) with those in 61 cases using the conventional method (fixed cartridge fork). We found no significant differences in the perioperative or postoperative events between the movable and fixed cartridge groups. One case of anastomotic leakage occurred in the fixed cartridge group, but no anastomotic leakage occurred in the movable cartridge group. Although there were no remarkable differences in the short-term outcomes between the movable and fixed cartridge groups, we believe that the modified inverted T-shaped method is technically more feasible and reliable than the conventional method and will contribute to the improved safety of LTG.
Ohuchida, Kenoki; Moriyama, Taiki; Shindo, Koji; Manabe, Tatsuya; Ohtsuka, Takao; Shimizu, Shuji; Nakamura, Masafumi
2017-01-01
Background We previously reported the use of an inverted T-shaped method to obtain a suitable view for hand sewing to close the common entry hole when the linear stapler was fired for esophagojejunostomy after laparoscopic total gastrectomy (LTG). This conventional method involved insertion of the fixed cartridge fork to the Roux limb and the fine movable anvil fork to the esophagus to avoid perforation of the jejunum. However, insertion of the movable anvil fork to the esophagus during this procedure often requires us to strongly push down the main body of the stapler with the fixed cartridge fork to bring the direction of the anvil fork in line with the direction of the long axis of the esophagus while controlling the opening of the movable anvil fork. We therefore modified this complicated inverted T-shaped method using a linear stapler with a movable cartridge fork. This modified method involved insertion of the movable cartridge fork into the Roux limb followed by natural, easy insertion of the fixed anvil fork into the esophagus without controlling the opening of the movable cartridge fork. Methods We performed LTG in a total of 155 consecutive patients with gastric cancer from November 2007 to December 2015 in Kyushu University Hospital. After LTG, we performed the conventional inverted T-shaped method using a linear stapler with a fixed cartridge fork in 61 patients from November 2007 to July 2011 (fixed cartridge group). From August 2011, we used a linear stapler with a movable cartridge fork and performed the modified inverted T-shaped method in 94 patients (movable cartridge group). We herein compare the short-term outcomes in 94 cases of LTG using the modified method (movable cartridge fork) with those in 61 cases using the conventional method (fixed cartridge fork). Results We found no significant differences in the perioperative or postoperative events between the movable and fixed cartridge groups. One case of anastomotic leakage occurred in the fixed cartridge group, but no anastomotic leakage occurred in the movable cartridge group. Conclusions Although there were no remarkable differences in the short-term outcomes between the movable and fixed cartridge groups, we believe that the modified inverted T-shaped method is technically more feasible and reliable than the conventional method and will contribute to the improved safety of LTG. PMID:28616606
NASA Technical Reports Server (NTRS)
Wiese, Claudia; Pierce, Andrew J.; Gauny, Stacey S.; Jasin, Maria; Kronenberg, Amy; Chatterjee, A. (Principal Investigator)
2002-01-01
Homology-directed repair (HDR) of DNA double-strand breaks (DSBs) contributes to the maintenance of genomic stability in rodent cells, and it has been assumed that HDR is of similar importance in DSB repair in human cells. However, some outcomes of homologous recombination can be deleterious, suggesting that factors exist to regulate HDR. We demonstrated previously that overexpression of BCL-2 or BCL-x(L) enhanced the frequency of X-ray-induced TK1 mutations, including loss of heterozygosity events presumed to arise by mitotic recombination. The present study was designed to test whether HDR is a prominent DSB repair pathway in human cells and to determine whether ectopic expression of BCL-x(L) affects HDR. Using TK6-neo cells, we find that a single DSB in an integrated HDR reporter stimulates gene conversion 40-50-fold, demonstrating efficient DSB repair by gene conversion in human cells. Significantly, DSB-induced gene conversion events are 3-4-fold more frequent in TK6 cells that stably overexpress the antiapoptotic protein BCL-X(L). Thus, HDR plays an important role in maintaining genomic integrity in human cells, and ectopic expression of BCL-x(L) enhances HDR of DSBs. This is the first study to highlight a function for BCL-x(L) in modulating DSB repair in human cells.
Checky, Melissa; Frankel, Kevin; Goddard, Denise; Johnson, Erik; Thomas, J. Christopher; Zelinsky, Maria; Javner, Cassidy
2016-01-01
ABSTRACT A passive visual end of service life indicator (ESLI) for certain organic vapors has been attached to the inside wall of an organic vapor respirator cartridge. The opposite side of the ESLI touches activated carbon inside the cartridge. During use, organic vapors moving through the cartridge adsorb into both the carbon and the ESLI. The cartridge body is clear so that when vapor concentrations meet a certain threshold, the user may observe the progressive development of an indicator bar down the side of the ESLI. The cartridge is deemed ready to change when any part of the indicator bar touches a marked end line. The performance of the ESLI was observed when the cartridge was tested against a variety of organic vapors, exposure concentrations above the minimum indication level, humidities, temperatures, flow rates, and mixtures. In all cases, the ESLI indicated end of service life with more than 10% cartridge service life remaining (which is a NIOSH test criteria). The results were also compared to mathematical predictions of cartridge service life. PMID:26418577
Isolation and characterization of acyclovir-resistant mutants of herpes simplex virus.
Field, H J; Darby, G; Wildy, P
1980-07-01
Mutants of HSV which are resistant to acyclovir (acycloguanosine) have been isolated following serial passages of several herpes simplex virus (HSV) strains in the presence of the drug. The majority of the mutants isolated are defective in induction of thymidine kinase (TK) and this is consistent with the observation that independently isolated TK- viruses are naturally resistant to ACV. One mutant is described (SC16 R9C2) which is resistant in biochemically transformed cells which express HSV TK. This suggests that its resistance resides at a level other than TK. It is also resistant to phosphonoacetic acid, suggesting that the DNA polymerase locus may be involved. A further mutant is described [Cl (101) P2C5] which induces normal levels of TK, although the nature of resistance of this virus is not yet elucidated.
DFACS - DATABASE, FORMS AND APPLICATIONS FOR CABLING AND SYSTEMS, VERSION 3.30
NASA Technical Reports Server (NTRS)
Billitti, J. W.
1994-01-01
DFACS is an interactive multi-user computer-aided engineering tool for system level electrical integration and cabling engineering. The purpose of the program is to provide the engineering community with a centralized database for entering and accessing system functional definitions, subsystem and instrument-end circuit pinout details, and harnessing data. The primary objective is to provide an instantaneous single point of information interchange, thus avoiding error-prone, time-consuming, and costly multiple-path data shuttling. The DFACS program, which is centered around a single database, has built-in menus that provide easy data input and access for all involved system, subsystem, and cabling personnel. The DFACS program allows parallel design of circuit data sheets and harness drawings. It also recombines raw information to automatically generate various project documents and drawings including the Circuit Data Sheet Index, the Electrical Interface Circuits List, Assembly and Equipment Lists, Electrical Ground Tree, Connector List, Cable Tree, Cabling Electrical Interface and Harness Drawings, Circuit Data Sheets, and ECR List of Affected Interfaces/Assemblies. Real time automatic production of harness drawings and circuit data sheets from the same data reservoir ensures instant system and cabling engineering design harmony. DFACS also contains automatic wire routing procedures and extensive error checking routines designed to minimize the possibility of engineering error. DFACS is designed to run on DEC VAX series computers under VMS using Version 6.3/01 of INGRES QUEL/OSL, a relational database system which is available through Relational Technology, Inc. The program is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard media) or a TK50 tape cartridge. DFACS was developed in 1987 and last updated in 1990. DFACS is a copyrighted work with all copyright vested in NASA. DEC, VAX and VMS are trademarks of Digital Equipment Corporation. INGRES QUEL/OSL is a trademark of Relational Technology, Inc.
Yao, Yuyu; Sheng, Zulong; Li, YeFei; Fu, Cong; Ma, Genshan; Liu, Naifeng; Chao, Julie; Chao, Lee
2013-05-01
Endothelial progenitor cells (EPCs) have been shown to enhance angiogenesis not only by incorporating into the vasculature but also by secreting cytokines, thereby serving as an ideal vehicle for gene transfer. As tissue kallikrein (TK) has pleiotropic effects in inhibiting apoptosis and oxidative stress, and promoting angiogenesis, we evaluated the salutary potential of kallikrein-modified human EPCs (hEPCs; Ad.hTK-hEPCs) after acute myocardial infarction (MI). We genetically modified hEPCs with a TK gene and evaluated cell survival, engraftment, revascularization, and functional improvement in a nude mouse left anterior descending ligation model. hEPCs were manipulated to overexpress the TK gene. In vitro, the antiapoptotic and paracrine effects were assessed under oxidative stress. TK protects hEPCs from oxidative stress-induced apoptosis via inhibition of activation of caspase-3 and -9, induction of Akt phosphorylation, and secretion of vascular endothelial growth factor. In vivo, the Ad.hTK-hEPCs were transplanted after MI via intracardiac injection. The surviving cells were tracked after transplantation using near-infrared optical imaging. Left ventricular (LV) function was evaluated by transthoracic echocardiography. Capillary density was quantified using immunohistochemical staining. Engrafted Ad.hTK-hEPCs exhibited advanced protection against ischemia by increasing LV ejection fraction. Compared with Ad.Null-hEPCs, transplantation with Ad.hTK-hEPCs significantly decreased cardiomyocyte apoptosis in association with increased retention of transplanted EPCs in the myocardium. Capillary density and arteriolar density in the infarct border zone was significantly higher in Ad.hTK-hEPC-transplanted mice than in Ad.Null-hEPC-treated mice. Transplanted hEPCs were clearly incorporated into CD31(+) capillaries. These results indicate that implantation of kallikrein-modified EPCs in the heart provides advanced benefits in protection against ischemia-induced MI by enhanced angiogenesis and reducing apoptosis.
Adenovirus-mediated suicide gene therapy under the control of Cox-2 promoter for colorectal cancer.
Wang, Zhao-Xia; Bian, Hai-Bo; Yang, Jing-Song; De, Wei; Ji, Xiao-Hui
2009-08-01
Colorectal cancer is a most frequent type of gastrointestinal tract cancers. The prognosis of patients with colorectal cancer remains poor despite intensive interventions. Tumor specific promoter-directed gene therapy and adenoviral technology can be promising strategies for such advanced disease. This study was conducted to explore the possible therapeutic approach of Cox-2 promoter-directed suicide gene therapy with herpes simplex virus thymidine kinase (HSV-tk) in combination with adenoviral technology for advanced colorectal cancer. Firstly, the activity of Cox-2 promoter was assessed by dual luciferase and enhanced green fluorescent protein reporter gene assays in colorectal cancer cell lines and normal human intestinal epithelial cell line. Then, the expression of coxsackievirus and adenovirus receptor (CAR) was detected in colorectal cancer cell lines. The Cox-2 promoter-directed HSV-tk/ganciclovir (GCV) system mediated by adenovirus (Ad-Cp-TK) was developed (Ad-CMVp-TK, Ad-null and no Ad as controls). In vitro cytoxicity, colony formation and apoptosis assays were performed using Ad-Cp-TK. An animal study was carried out in which BALB/C nude mice bearing tumors were treated with Ad-Cp-TK and GCV treatments. Results showed that Cox-2 promoter possessed high transcriptional activity in a tumor-specific manner. All colorectal cancer cells were detected CAR-positive. In vitro cytotoxic and colony formation assays showed that colorectal cancer cells infected with Ad-Cp-TK became more sensitive to GCV but the sensitivity of normal cells infected with Ad-Cp-TK to GCV were not altered. Moreover, the Ad-Cp-TK system combined with GCV treatment could significantly induce apoptosis of colorectal cancer cells but not normal intestinal epithelial cells. Furthermore, this system also significantly inhibited the growth of subcutaneous tumors and prolonged survival of mice. Thus, adenovirus primary receptor was positive in colorectal cancer cells and adenovirus-mediated suicide gene therapy under the control of Cox-2 promoter could provide a promising treatment modality for advanced colorectal cancer with tumor specificity.
Park, Keiichi; Amano, Hideki; Ito, Yoshiya; Mastui, Yoshio; Kamata, Mariko; Yamazaki, Yasuharu; Takeda, Akira; Shibuya, Masabumi; Majima, Masataka
2018-06-01
Vascular endothelial growth factor (VEGF)-A facilitates wound healing. VEGF-A binds to VEGF receptor 1 (VEGFR1) and VEGFR2 and induces wound healing through the receptor's tyrosine kinase (TK) domain. During blood flow recovery and lung regeneration, expression of VEGFR1 is elevated. However, the precise mechanism of wound healing, especially granulation formation on VEGFR1, is not well understood. We hypothesized that VEGFR1-TK signaling induces wound healing by promoting granulation tissue formation. A surgical sponge implantation model was made by implanting a sponge disk into dorsal subcutaneous tissue of mice. Granulation formation was estimated from the weight of the sponge and the granulation area from the immunohistochemical analysis of collagen I. The expression of fibroblast markers was estimated from the expression of transforming growth factor-beta (TGF-β) and cellular fibroblast growth factor-2 (FGF-2) using real-time PCR (polymerase chain reaction) and from the immunohistochemical analysis of S100A4. VEGFR1 TK knockout (TK -/- ) mice exhibited suppressed granulation tissue formation compared to that in wild-type (WT) mice. Expression of FGF-2, TGF-β, and VEGF-A was significantly suppressed in VEGFR1 TK -/- mice, and the accumulation of VEGFR1 + cells in granulation tissue was reduced in VEGFR1 TK -/- mice compared to that in WT mice. The numbers of VEGFR1 + cells and S100A4 + cells derived from bone marrow (BM) were higher in WT mice transplanted with green fluorescent protein (GFP) transgenic WT BM than in VEGFR1 TK -/- mice transplanted with GFP transgenic VEGFR1 TK -/- BM. These results indicated that VEGFR1-TK signaling induced the accumulation of BM-derived VEGFR1 + cells expressing F4/80 and S100A4 and contributed to granulation formation around the surgically implanted sponge area in a mouse model.
Post-synthetic modifications of cadmium-based knots and links.
Prakasam, Thirumurugan; Bilbeisi, Rana A; Lusi, Matteo; Olsen, John-Carl; Platas-Iglesias, Carlos; Trabolsi, Ali
2016-05-31
Three topologically non-trivial cadmium(ii)-based complexes-Cd-[2]C, Cd-TK and Cd-SL-were simultaneously self-assembled in a dynamic library, individually isolated and fully characterized using solid-state, gas-phase and solution-phase techniques. Post-synthetic modifications, including reduction and transmetalation, were subsequently achieved. Imine bond reduction followed by demetallation led to the isolation of the corresponding organic molecules [2]C, TK and SL. Transmetalation of Cd-TK and Cd-SL with the zinc(ii) cation resulted in isolation of the corresponding zinc(ii)-containing complexes Zn-TK and Zn-SL.
Huang, Chih-Yu; Yao, Hui-Wen; Wang, Li-Chiu; Shen, Fang-Hsiu
2016-01-01
ABSTRACT Herpes simplex virus 1 (HSV-1) establishes latency in neural tissues of immunocompetent mice but persists in both peripheral and neural tissues of lymphocyte-deficient mice. Thymidine kinase (TK) is believed to be essential for HSV-1 to persist in neural tissues of immunocompromised mice, because infectious virus of a mutant with defects in both TK and UL24 is detected only in peripheral tissues, but not in neural tissues, of severe combined immunodeficiency mice (T. Valyi-Nagy, R. M. Gesser, B. Raengsakulrach, S. L. Deshmane, B. P. Randazzo, A. J. Dillner, and N. W. Fraser, Virology 199:484–490, 1994, https://doi.org/10.1006/viro.1994.1150). Here we find infiltration of CD4 and CD8 T cells in peripheral and neural tissues of mice infected with a TK-negative mutant. We therefore investigated the significance of viral TK and host T cells for HSV-1 to persist in neural tissues using three genetically engineered mutants with defects in only TK or in both TK and UL24 and two strains of nude mice. Surprisingly, all three mutants establish persistent infection in up to 100% of brain stems and 93% of trigeminal ganglia of adult nude mice at 28 days postinfection, as measured by the recovery of infectious virus. Thus, in mouse neural tissues, host T cells block persistent HSV-1 infection, and viral TK is dispensable for the virus to establish persistent infection. Furthermore, we found 30- to 200-fold more virus in neural tissues than in the eye and detected glycoprotein C, a true late viral antigen, in brainstem neurons of nude mice persistently infected with the TK-negative mutant, suggesting that adult mouse neurons can support the replication of TK-negative HSV-1. IMPORTANCE Acyclovir is used to treat herpes simplex virus 1 (HSV-1)-infected immunocompromised patients, but treatment is hindered by the emergence of drug-resistant viruses, mostly those with mutations in viral thymidine kinase (TK), which activates acyclovir. TK mutants are detected in brains of immunocompromised patients with persistent infection. However, answers to the questions as to whether TK-negative (TK−) HSV-1 can establish persistent infection in brains of immunocompromised hosts and whether neurons in vivo are permissive for TK− HSV-1 remain elusive. Using three genetically engineered HSV-1 TK− mutants and two strains of nude mice deficient in T cells, we found that all three HSV-1 TK− mutants can efficiently establish persistent infection in the brain stem and trigeminal ganglion and detected glycoprotein C, a true late viral antigen, in brainstem neurons. Our study provides evidence that TK− HSV-1 can persist in neural tissues and replicate in brain neurons of immunocompromised hosts. PMID:27974554
NASADIG - NASA DEVICE INDEPENDENT GRAPHICS LIBRARY (AMDAHL VERSION)
NASA Technical Reports Server (NTRS)
Rogers, J. E.
1994-01-01
The NASA Device Independent Graphics Library, NASADIG, can be used with many computer-based engineering and management applications. The library gives the user the opportunity to translate data into effective graphic displays for presentation. The software offers many features which allow the user flexibility in creating graphics. These include two-dimensional plots, subplot projections in 3D-space, surface contour line plots, and surface contour color-shaded plots. Routines for three-dimensional plotting, wireframe surface plots, surface plots with hidden line removal, and surface contour line plots are provided. Other features include polar and spherical coordinate plotting, world map plotting utilizing either cylindrical equidistant or Lambert equal area projection, plot translation, plot rotation, plot blowup, splines and polynomial interpolation, area blanking control, multiple log/linear axes, legends and text control, curve thickness control, and multiple text fonts (18 regular, 4 bold). NASADIG contains several groups of subroutines. Included are subroutines for plot area and axis definition; text set-up and display; area blanking; line style set-up, interpolation, and plotting; color shading and pattern control; legend, text block, and character control; device initialization; mixed alphabets setting; and other useful functions. The usefulness of many routines is dependent on the prior definition of basic parameters. The program's control structure uses a serial-level construct with each routine restricted for activation at some prescribed level(s) of problem definition. NASADIG provides the following output device drivers: Selanar 100XL, VECTOR Move/Draw ASCII and PostScript files, Tektronix 40xx, 41xx, and 4510 Rasterizer, DEC VT-240 (4014 mode), IBM AT/PC compatible with SmartTerm 240 emulator, HP Lasergrafix Film Recorder, QMS 800/1200, DEC LN03+ Laserprinters, and HP LaserJet (Series III). NASADIG is written in FORTRAN and is available for several 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).
NASADIG - NASA DEVICE INDEPENDENT GRAPHICS LIBRARY (UNIX VERSION)
NASA Technical Reports Server (NTRS)
Rogers, J. E.
1994-01-01
The NASA Device Independent Graphics Library, NASADIG, can be used with many computer-based engineering and management applications. The library gives the user the opportunity to translate data into effective graphic displays for presentation. The software offers many features which allow the user flexibility in creating graphics. These include two-dimensional plots, subplot projections in 3D-space, surface contour line plots, and surface contour color-shaded plots. Routines for three-dimensional plotting, wireframe surface plots, surface plots with hidden line removal, and surface contour line plots are provided. Other features include polar and spherical coordinate plotting, world map plotting utilizing either cylindrical equidistant or Lambert equal area projection, plot translation, plot rotation, plot blowup, splines and polynomial interpolation, area blanking control, multiple log/linear axes, legends and text control, curve thickness control, and multiple text fonts (18 regular, 4 bold). NASADIG contains several groups of subroutines. Included are subroutines for plot area and axis definition; text set-up and display; area blanking; line style set-up, interpolation, and plotting; color shading and pattern control; legend, text block, and character control; device initialization; mixed alphabets setting; and other useful functions. The usefulness of many routines is dependent on the prior definition of basic parameters. The program's control structure uses a serial-level construct with each routine restricted for activation at some prescribed level(s) of problem definition. NASADIG provides the following output device drivers: Selanar 100XL, VECTOR Move/Draw ASCII and PostScript files, Tektronix 40xx, 41xx, and 4510 Rasterizer, DEC VT-240 (4014 mode), IBM AT/PC compatible with SmartTerm 240 emulator, HP Lasergrafix Film Recorder, QMS 800/1200, DEC LN03+ Laserprinters, and HP LaserJet (Series III). NASADIG is written in FORTRAN and is available for several 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).
McCoy, Alene T; Bartels, Michael J; Rick, David L; Saghir, Shakil A
2012-07-01
TK Modeler 1.0 is a Microsoft® Excel®-based pharmacokinetic (PK) modeling program created to aid in the design of toxicokinetic (TK) studies. TK Modeler 1.0 predicts the diurnal blood/plasma concentrations of a test material after single, multiple bolus or dietary dosing using known PK information. Fluctuations in blood/plasma concentrations based on test material kinetics are calculated using one- or two-compartment PK model equations and the principle of superposition. This information can be utilized for the determination of appropriate dosing regimens based on reaching a specific desired C(max), maintaining steady-state blood/plasma concentrations, or other exposure target. This program can also aid in the selection of sampling times for accurate calculation of AUC(24h) (diurnal area under the blood concentration time curve) using sparse-sampling methodologies (one, two or three samples). This paper describes the construction, use and validation of TK Modeler. TK Modeler accurately predicted blood/plasma concentrations of test materials and provided optimal sampling times for the calculation of AUC(24h) with improved accuracy using sparse-sampling methods. TK Modeler is therefore a validated, unique and simple modeling program that can aid in the design of toxicokinetic studies. Copyright © 2012 Elsevier Inc. All rights reserved.
Sun, Ren; Wang, Liya
2014-10-07
Mitochondrial thymidine kinase 2 (TK2) is a nuclear gene-encoded protein, synthesized in the cytosol and subsequently translocated into the mitochondrial matrix, where it catalyzes the phosphorylation of thymidine (dT) and deoxycytidine (dC). The kinetics of dT phosphorylation exhibits negative cooperativity, but dC phosphorylation follows hyperbolic Michaelis-Menten kinetics. The two substrates compete with each other in that dT is a competitive inhibitor of dC phosphorylation, while dC acts as a noncompetitive inhibitor of dT phosphorylation. In addition, TK2 is feedback inhibited by dTTP and dCTP. TK2 also phosphorylates a number of pyrimidine nucleoside analogues used in antiviral and anticancer therapy and thus plays an important role in mitochondrial toxicities caused by nucleoside analogues. Deficiency in TK2 activity due to genetic alterations causes devastating mitochondrial diseases, which are characterized by mitochondrial DNA (mtDNA) depletion or multiple deletions in the affected tissues. Severe TK2 deficiency is associated with early-onset fatal mitochondrial DNA depletion syndrome, while less severe deficiencies result in late-onset phenotypes. In this review, studies of the enzyme kinetic behavior of TK2 enzyme variants are used to explain the mechanism of mtDNA depletion caused by TK2 mutations, thymidine overload due to thymidine phosphorylase deficiency, and mitochondrial toxicity caused by antiviral thymidine analogues.
Structural stability of E. coli transketolase to temperature and pH denaturation.
Jahromi, Raha R F; Morris, Phattaraporn; Martinez-Torres, Ruben J; Dalby, Paul A
2011-09-10
We have previously shown that the denaturation of TK with urea follows a non-aggregating though irreversible denaturation pathway in which the cofactor binding appears to become altered but without dissociating, then followed at higher urea by partial denaturation of the homodimer prior to any further unfolding or dissociation of the two monomers. Urea is not typically present during biocatalysis, whereas access to TK enzymes that retain activity at increased temperature and extreme pH would be useful for operation under conditions that increase substrate and product stability or solubility. To provide further insight into the underlying causes of its deactivation in process conditions, we have characterised the effects of temperature and pH on the structure, stability, aggregation and activity of Escherichia coli transketolase. The activity of TK was initially found to progressively improve after pre-incubation at increasing temperatures. Loss of activity at higher temperature and low pH resulted primarily from protein denaturation and subsequent irreversible aggregation. By contrast, high pH resulted in the formation of a native-like state that was only partially inactive. The apo-TK enzyme structure content also increased at pH 9 to converge on that of the holo-TK. While cofactor dissociation was previously proposed for high pH deactivation, the observed structural changes in apo-TK but not holo-TK indicate a more complex mechanism. Copyright © 2011 Elsevier B.V. All rights reserved.
Feasibility Analysis of Incorporating In-Vitro Toxicokinetic Data ...
The underlying principle of read-across is that biological activity is a function of physical and structural properties of chemicals. Analogs are typically identified on the basis of structural similarity and subsequently evaluated for their use in read-across on the basis of their bioavailability, reactivity and metabolic similarity. While the concept of similarity is the major tenet in grouping chemicals for read-across, a critical consideration is to evaluate if structural differences significantly impact toxicological activity. This is a key source of uncertainty in read-across predictions. We hypothesize that inclusion of toxicokinetic (TK) information will reduce the uncertainty in read-across predictions. TK information can help substantiate whether chemicals within a category have similar ADME properties and, hence, increase the likelihood of exhibiting similar toxicological properties. This current case study is part of a larger study aimed at performing a systematic assessment of the extent to which in-vitro TK data can obviate in-vivo TK data, while maintaining or increasing scientific confidence in read-across predictions. The analysis relied on a dataset of ~7k chemicals with predicted exposure data (chemical inventory), of which 819 chemicals had rat and/or human in-vitro TK data (analog inventory), and 33 chemicals had rat in-vivo TK data (target inventory). The set of chemicals with human in vitro TK data was investigated to determine whether str
Identification of the Properties of Gum Arabic Used as a Binder in 7.62-mm Ammunition Primers
2010-06-01
Solution - LCC Testing (ATK Task 700) 51 Cartridge - Ballistic Testing (ATK Task 800) 51 ATK Elemental Analysis 52 Moisture Loss and Friability...Hummel sample 7 3 SDT summary for Quadra sample 8 4 Particle size analysis summary for gum arabic samples 9 5 SEM images of Colony gum arabic at 230x...strengths 21 16 Color analysis : Colony after 5.0 hrs 23 17 Color analysis : Hummel after 5.0 hrs 23 18 Color analysis : Brenntag after 5.0 hrs 23 19 Gel
Zhou, Dong; Chu, Wenhua; Peng, Xin; ...
2014-11-04
In this paper, a facile method was developed to purify 2-[ 18F]fluoroethyl azide ([ 18F]FEA) using a C18 cartridge and an Oasis® HLB cartridge in series, in which [18F]FEA was exclusively trapped on the HLB cartridge. [ 18F]FEA can be eluted for reactions in solution; alternatively click labeling can be carried out on the HLB cartridge itself by loading an alkyne substrate and copper (I) catalyst dissolved in DMF onto the cartridge. Finally, this solid phase extraction methodology for purification and click labeling with [ 18F]FEA, either in solution or on the cartridge, is safe, simple, reproducible in high yield,more » and compatible with automated synthesis of 18F-labeled PET tracers.« less
MOLECULAR ANALYSIS OF MUTATIONS INDUCED BY MUTAGENS IN THE TK GENE OF MOUSE LYMPHOMA CELLS
MOLECULAR ANALYSIS OF MUTATIONS INDUCED BY BROMATE AND N- ETHYL-N-NITROSOUREA IN THE TK GENE OF MOUSE L YMPHOMA CELLS
The mouse lymphoma assay is widely used to identify chemical mutagens The Tk +1- gene located on an autosome in mouse lymphoma cells may recover a wide ra...
Alterations in a Unique Class of Cortical Chandelier Cell Axon Cartridges in Schizophrenia.
Rocco, Brad R; DeDionisio, Adam M; Lewis, David A; Fish, Kenneth N
2017-07-01
The axons of chandelier cells (ChCs) target the axon initial segment of pyramidal neurons, forming an array of boutons termed a cartridge. In schizophrenia, the density of cartridges detectable by gamma-aminobutyric acid (GABA) membrane transporter 1 immunoreactivity is lower, whereas the density of axon initial segments detectable by immunoreactivity for the α2 subunit of the GABA A receptor is higher in layers 2/superficial 3 of the prefrontal cortex. These findings were interpreted as compensatory responses to lower GABA levels in ChCs. However, we recently found that in schizophrenia, ChC cartridge boutons contain normal levels of the 67 kDa isoform of glutamic acid decarboxylase (GAD67) protein, the enzyme responsible for GABA synthesis in these boutons. To understand these findings we quantified the densities of ChC cartridges immunoreactive for vesicular GABA transporter (vGAT+), which is present in all cartridge boutons, and the subset of cartridges that contain calbindin (CB+). Prefrontal cortex tissue sections from 20 matched pairs of schizophrenia and unaffected comparison subjects were immunolabeled for vGAT, GAD67, and CB. The mean density of vGAT+/CB+ cartridges was 2.7-fold higher, exclusively in layer 2 of schizophrenia subjects, whereas the density of vGAT+/CB- cartridges did not differ between subject groups. Neither vGAT, CB, or GAD67 protein levels per ChC bouton nor the number of boutons per cartridge differed between subject groups. Our findings of a greater density of CB+ ChC cartridges in prefrontal cortex layer 2 from schizophrenia subjects suggests that the normal developmental pruning of these cartridges is blunted in the illness. Copyright © 2016 Society of Biological Psychiatry. Published by Elsevier Inc. All rights reserved.
Nomura, Koji; Vilalta, Anna; Allendorf, David H.; Hornik, Tamara C.
2017-01-01
Activated microglia can phagocytose dying, stressed, or excess neurons and synapses via the phagocytic receptor Mer tyrosine kinase (MerTK). Galectin-3 (Gal-3) can cross-link surface glycoproteins by binding galactose residues that are normally hidden below terminal sialic acid residues. Gal-3 was recently reported to opsonize cells via activating MerTK. We found that LPS-activated BV-2 microglia rapidly released Gal-3, which was blocked by calcineurin inhibitors. Gal-3 bound to MerTK on microglia and to stressed PC12 (neuron-like) cells, and it increased microglial phagocytosis of PC12 cells or primary neurons, which was blocked by inhibition of MerTK. LPS-activated microglia exhibited a sialidase activity that desialylated PC12 cells and could be inhibited by Tamiflu, a neuraminidase (sialidase) inhibitor. Sialidase treatment of PC12 cells enabled Gal-3 to bind and opsonize the live cells for phagocytosis by microglia. LPS-induced microglial phagocytosis of PC12 was prevented by small interfering RNA knockdown of Gal-3 in microglia, lactose inhibition of Gal-3 binding, inhibition of neuraminidase with Tamiflu, or inhibition of MerTK by UNC569. LPS-induced phagocytosis of primary neurons by primary microglia was also blocked by inhibition of MerTK. We conclude that activated microglia release Gal-3 and a neuraminidase that desialylates microglial and PC12 surfaces, enabling Gal-3 binding to PC12 cells and their phagocytosis via MerTK. Thus, Gal-3 acts as an opsonin of desialylated surfaces, and inflammatory loss of neurons or synapses may potentially be blocked by inhibiting neuraminidases, Gal-3, or MerTK. PMID:28500071
Jung, Woongsic; Kim, Eun Jae; Han, Se Jong; Choi, Han-Gu; Kim, Sanghee
2016-10-01
Stearoyl-CoA desaturase is a key regulator in fatty acid metabolism that catalyzes the desaturation of stearic acid to oleic acid and controls the intracellular levels of monounsaturated fatty acids (MUFAs). Two stearoyl-CoA desaturases (SCD, Δ9 desaturases) genes were identified in an Antarctic copepod, Tigriopus kingsejongensis, that was collected in a tidal pool near the King Sejong Station, King George Island, Antarctica. Full-length complementary DNA (cDNA) sequences of two T. kingsejongensis SCDs (TkSCDs) were obtained from next-generation sequencing and isolated by reverse transcription PCR. DNA sequence lengths of the open reading frames of TkSCD-1 and TkSCD-2 were determined to be 1110 and 681 bp, respectively. The molecular weights deduced from the corresponding genes were estimated to be 43.1 kDa (TkSCD-1) and 26.1 kDa (TkSCD-2). The amino acid sequences were compared with those of fatty acid desaturases and sterol desaturases from various organisms and used to analyze the relationships among TkSCDs. As assessed by heterologous expression of recombinant proteins in Escherichia coli, the enzymatic functions of both stearoyl-CoA desaturases revealed that the amount of C16:1 and C18:1 fatty acids increased by greater than 3-fold after induction with isopropyl β-D-thiogalactopyranoside. In particular, C18:1 fatty acid production increased greater than 10-fold in E. coli expressing TkSCD-1 and TkSCD-2. The results of this study suggest that both SCD genes from an Antarctic marine copepod encode a functional desaturase that is capable of increasing the amounts of palmitoleic acid and oleic acid in a prokaryotic expression system.
Kim, Hongbeom; Jang, Jin-Young; Son, Donghee; Lee, Seungyeoun; Han, Youngmin; Shin, Yong Chan; Kim, Jae Ri; Kwon, Wooil; Kim, Sun-Whe
2016-01-01
Abstract Stapling is a popular method for stump closure in distal pancreatectomy (DP). However, research on which cartridges are suitable for different pancreatic thickness is lacking. To identify the optimal stapler cartridge choice in DP according to pancreatic thickness. From November 2011 to April 2015, data were prospectively collected from 217 consecutive patients who underwent DP with 3-layer endoscopic staple closure in Seoul National University Hospital, Korea. Postoperative pancreatic fistula (POPF) was graded according to International Study Group on Pancreatic Fistula definitions. Staplers were grouped based on closed length (CL) (Group I: CL ≤ 1.5 mm, II: 1.5 mm < CL < 2 mm, III: CL ≥ 2 mm). Compression ratio (CR) was defined as pancreas thickness/CL. Distribution of pancreatic thickness was used to find the cut-off point of thickness which predicts POPF according to stapler groups. POPF developed in 130 (59.9%) patients (Grade A; n = 86 [66.1%], B; n = 44 [33.8%]). The numbers in each stapler group were 46, 101, and 70, respectively. Mean thickness was higher in POPF cases (15.2 mm vs 13.5 mm, P = 0.002). High body mass index (P = 0.003), thick pancreas (P = 0.011), and high CR (P = 0.024) were independent risk factors for POPF in multivariate analysis. Pancreatic thickness was grouped into <12 mm, 12 to 17 mm, and >17 mm. With pancreatic thickness <12 mm, the POPF rate was lowest with Group II (I: 50%, II: 27.6%, III: 69.2%, P = 0.035). The optimal stapler cartridges with pancreatic thickness <12 mm were those in Group II (Gold, CL: 1.8 mm). There was no suitable cartridge for thicker pancreases. Further studies are necessary to reduce POPF in thick pancreases. PMID:27583852
Kim, Hongbeom; Jang, Jin-Young; Son, Donghee; Lee, Seungyeoun; Han, Youngmin; Shin, Yong Chan; Kim, Jae Ri; Kwon, Wooil; Kim, Sun-Whe
2016-08-01
Stapling is a popular method for stump closure in distal pancreatectomy (DP). However, research on which cartridges are suitable for different pancreatic thickness is lacking. To identify the optimal stapler cartridge choice in DP according to pancreatic thickness.From November 2011 to April 2015, data were prospectively collected from 217 consecutive patients who underwent DP with 3-layer endoscopic staple closure in Seoul National University Hospital, Korea. Postoperative pancreatic fistula (POPF) was graded according to International Study Group on Pancreatic Fistula definitions. Staplers were grouped based on closed length (CL) (Group I: CL ≤ 1.5 mm, II: 1.5 mm < CL < 2 mm, III: CL ≥ 2 mm). Compression ratio (CR) was defined as pancreas thickness/CL. Distribution of pancreatic thickness was used to find the cut-off point of thickness which predicts POPF according to stapler groups.POPF developed in 130 (59.9%) patients (Grade A; n = 86 [66.1%], B; n = 44 [33.8%]). The numbers in each stapler group were 46, 101, and 70, respectively. Mean thickness was higher in POPF cases (15.2 mm vs 13.5 mm, P = 0.002). High body mass index (P = 0.003), thick pancreas (P = 0.011), and high CR (P = 0.024) were independent risk factors for POPF in multivariate analysis. Pancreatic thickness was grouped into <12 mm, 12 to 17 mm, and >17 mm. With pancreatic thickness <12 mm, the POPF rate was lowest with Group II (I: 50%, II: 27.6%, III: 69.2%, P = 0.035).The optimal stapler cartridges with pancreatic thickness <12 mm were those in Group II (Gold, CL: 1.8 mm). There was no suitable cartridge for thicker pancreases. Further studies are necessary to reduce POPF in thick pancreases.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Yu, Zhendong, E-mail: zdyu@hotmail.com; Wang, Hao; Zhang, Libin
CDglyTK fusion suicide gene has been well characterized to effectively kill tumor cells. However, the exact mechanism and downstream target genes are not fully understood. In our study, we found that CDglyTK/prodrug treatment works more efficiently in p53 wild-type (HONE1) cells than in p53 mutant (CNE1) cells. We then used adenovirus-mediated gene delivery system to either knockdown or overexpress p53 and its target genes in these cells. Consistent results showed that both p53-PUMA/NOXA/Bcl2-Bax and p53-p21 pathways contribute to the CDglyTK induced tumor cell suppression. Our work for the first time addressed the role of p53 related genes in the CDglyTK/prodrugmore » system.« less
42 CFR 84.253 - Chemical-cartridge respirators; requirements and tests.
Code of Federal Regulations, 2011 CFR
2011-10-01
... 42 Public Health 1 2011-10-01 2011-10-01 false Chemical-cartridge respirators; requirements and... DEVICES Special Use Respirators § 84.253 Chemical-cartridge respirators; requirements and tests. (a... for chemical-cartridge respirators prescribed in Subpart L of this part are applicable to replaceable...
42 CFR 84.193 - Cartridges; color and markings; requirements.
Code of Federal Regulations, 2013 CFR
2013-10-01
... 42 Public Health 1 2013-10-01 2013-10-01 false Cartridges; color and markings; requirements. 84.193 Section 84.193 Public Health PUBLIC HEALTH SERVICE, DEPARTMENT OF HEALTH AND HUMAN SERVICES... Chemical Cartridge Respirators § 84.193 Cartridges; color and markings; requirements. The color and...
42 CFR 84.193 - Cartridges; color and markings; requirements.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 42 Public Health 1 2014-10-01 2014-10-01 false Cartridges; color and markings; requirements. 84.193 Section 84.193 Public Health PUBLIC HEALTH SERVICE, DEPARTMENT OF HEALTH AND HUMAN SERVICES... Chemical Cartridge Respirators § 84.193 Cartridges; color and markings; requirements. The color and...
42 CFR 84.193 - Cartridges; color and markings; requirements.
Code of Federal Regulations, 2011 CFR
2011-10-01
... 42 Public Health 1 2011-10-01 2011-10-01 false Cartridges; color and markings; requirements. 84.193 Section 84.193 Public Health PUBLIC HEALTH SERVICE, DEPARTMENT OF HEALTH AND HUMAN SERVICES... Chemical Cartridge Respirators § 84.193 Cartridges; color and markings; requirements. The color and...
42 CFR 84.193 - Cartridges; color and markings; requirements.
Code of Federal Regulations, 2012 CFR
2012-10-01
... 42 Public Health 1 2012-10-01 2012-10-01 false Cartridges; color and markings; requirements. 84.193 Section 84.193 Public Health PUBLIC HEALTH SERVICE, DEPARTMENT OF HEALTH AND HUMAN SERVICES... Chemical Cartridge Respirators § 84.193 Cartridges; color and markings; requirements. The color and...
42 CFR 84.253 - Chemical-cartridge respirators; requirements and tests.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 42 Public Health 1 2014-10-01 2014-10-01 false Chemical-cartridge respirators; requirements and... DEVICES Special Use Respirators § 84.253 Chemical-cartridge respirators; requirements and tests. (a... for chemical-cartridge respirators prescribed in Subpart L of this part are applicable to replaceable...
42 CFR 84.193 - Cartridges; color and markings; requirements.
Code of Federal Regulations, 2010 CFR
2010-10-01
... 42 Public Health 1 2010-10-01 2010-10-01 false Cartridges; color and markings; requirements. 84.193 Section 84.193 Public Health PUBLIC HEALTH SERVICE, DEPARTMENT OF HEALTH AND HUMAN SERVICES... Chemical Cartridge Respirators § 84.193 Cartridges; color and markings; requirements. The color and...
Code of Federal Regulations, 2011 CFR
2011-10-01
... approved nontoxic shot shells for hunting while in the field (see § 32.2(k)) in quantities of 25 or less... supervise up to two youths for migratory bird and upland game hunting but may supervise only one youth for... nontoxic shot (see § 32.2(k)) and rifles chambered for rimfire cartridges. 3. We allow squirrel hunting...
Code of Federal Regulations, 2014 CFR
2014-10-01
... approved nontoxic shot shells for hunting while in the field (see § 32.2(k)) in quantities of 25 or less... supervise up to two youths for migratory bird and upland game hunting but may supervise only one youth for... nontoxic shot (see § 32.2(k)) and rifles chambered for rimfire cartridges. 3. We allow squirrel hunting...
Code of Federal Regulations, 2012 CFR
2012-10-01
... approved nontoxic shot shells for hunting while in the field (see § 32.2(k)) in quantities of 25 or less... supervise up to two youths for migratory bird and upland game hunting but may supervise only one youth for... nontoxic shot (see § 32.2(k)) and rifles chambered for rimfire cartridges. 3. We allow squirrel hunting...
Code of Federal Regulations, 2013 CFR
2013-10-01
... approved nontoxic shot shells for hunting while in the field (see § 32.2(k)) in quantities of 25 or less... supervise up to two youths for migratory bird and upland game hunting but may supervise only one youth for... nontoxic shot (see § 32.2(k)) and rifles chambered for rimfire cartridges. 3. We allow squirrel hunting...
The mechanical properties of polyimide films after exposure to high pH
NASA Technical Reports Server (NTRS)
Croall, Catharine I.; St.clair, Terry L.
1992-01-01
Wiring failures linked to insulation damage have drawn much attention in the aerospace industry and concerns have developed regarding the stability and safety of polyimide insulated electrical wire. Several polyimides were selected for evaluation for resistance to degradation by various aqueous alkaline solutions. The polyimides under evaluation include commercially available films such as Kapton (tk), Apical (tk), LaRC(tk)-TPI, and Upilex(tk)R and S, as well as a number of experimental films prepared by NASA Langley. Thermally imidized films were studied for their retention of mechanical properties after exposure to high pH solutions under stressed conditions.
Deoxyribonucleoside kinases in mitochondrial DNA depletion.
Saada-Reisch, Ann
2004-10-01
Mitochondrial DNA (mtDNA) depletion syndromes (MDS) are a heterogeneous group of mitochondrial disorders, manifested by a decreased mtDNA copy number and respiratory chain dysfunction. Primary MDS are inherited autosomally and may affect a single organ or multiple tissues. Mutated mitochondrial deoxyribonucleoside kinases; deoxyguanosine kinase (dGK) and thymidine kinase 2 (TK2), were associated with the hepatocerebral and myopathic forms of MDS respectively. dGK and TK2 are key enzymes in the mitochondrial nucleotide salvage pathway, providing the mitochondria with deoxyribonucleotides (dNP) essential for mtDNA synthesis. Although the mitochondrial dNP pool is physically separated from the cytosolic one, dNP's may still be imported through specific transport. Non-replicating tissues, where cytosolic dNP supply is down regulated, are thus particularly vulnerable to dGK and TK2 deficiency. The overlapping substrate specificity of deoxycytidine kinase (dCK) may explain the relative sparing of muscle in dGK deficiency, while low basal TK2 activity render this tissue susceptible to TK2 deficiency. The precise pathophysiological mechanisms of mtDNA depletion due to dGK and TK2 deficiencies remain to be determined, though recent findings confirm that it is attributed to imbalanced dNTP pools.
Krishnan, Shuba; Zhou, Xiaoshan; Paredes, João A; Kuiper, Raoul V; Curbo, Sophie; Karlsson, Anna
2013-02-15
A strategy to reverse the symptoms of thymidine kinase 2 (TK2) deficiency in a mouse model was investigated. The nucleoside kinase from Drosophila melanogaster (Dm-dNK) was expressed in TK2-deficient mice that have been shown to present with a severe phenotype caused by mitochondrial DNA depletion. The Dm-dNK(+/-) transgenic mice were shown to be able to rescue the TK2-deficient mice. The Dm-dNK(+/-)TK2(-/-) mice were normal as judged by growth and behavior during the observation time of 6 months. The Dm-dNK-expressing mice showed a substantial increase in thymidine-phosphorylating activity in investigated tissues. The Dm-dNK expression also resulted in highly elevated dTTP pools. The dTTP pool alterations did not cause specific mitochondrial DNA mutations or deletions when 6-month-old mice were analyzed. The mitochondrial DNA was also detected at normal levels. In conclusion, the Dm-dNK(+/-)TK2(-/-) mouse model illustrates how dTMP synthesized in the cell nucleus can compensate for loss of intramitochondrial dTMP synthesis in differentiated tissue. The data presented open new possibilities to treat the severe symptoms of TK2 deficiency.
Ye, C; Chen, S; Pei, X; Li, L; Feng, K
1999-08-01
To evaluate the therapeutic efficacy of retroviral-mediated hygromycin phosphotransferase-thymidine kinase fusion gene (HyTK)/GCV on human bladder carcinoma cell. A retroviral expression vector pL (HyTK) SN was constructed. By using FuGENE 6-mediated transfection and "ping-pong effect" technique, high-titer of retroviral supernatant was obtained and HyTK gene was transferred into EJ cells. A retroviral vector encoding, enhanced green fluorescent protein, EGFP was used to rapidly detect the transduction efficiency. Antitumor effects were observed after GCV treatment. In vitro experiments demonstrated the EJ cells transferred by HyTK gene were killed in the GCV treatment. Non-transduced parental cells were not sensitive to GCV, but they were dead by the bystander killing of neighboring cells when mixed with EJ/HyTK cells at various ratios. In addition, this not only affect wild-type EJ cells but also cells from different bladder carcinoma cell lines. Retroviral-mediated HyTK/GCV systems were a promising suicide gene therapy for bladder carcinoma. EGFP may act as a convenient and rapid reporter to monitor retroviral-mediated gene transfer and expression in bladder carcinoma cells.
The primary structure of the thymidine kinase gene of fish lymphocystis disease virus.
Schnitzler, P; Handermann, M; Szépe, O; Darai, G
1991-06-01
The DNA nucleotide sequence of the thymidine kinase (TK) gene of fish lymphocystis disease virus (FLDV) which has been localized between the coordinates 0.678 to 0.688 of the viral genome was determined. The analysis of the DNA nucleotide sequence located between the recognition sites of HindIII (0.669 map unit; nucleotide position 1) and AccI (nucleotide position 2032) revealed the presence of an open reading frame of 954 bp on the lower strand of this region between nucleotide positions 1868 (ATG) and 915 (TAA). It encodes for a protein of 318 amino acid residues. The evolutionary relationships of the TK gene of FLDV to the other known TK genes was investigated using the method of progressive sequence alignment. These analyses revealed a high degree of diversity between the protein sequence of FLDV TK gene and the amino acid composition of other TKs tested. However, significant conservations were detected at several regions of amino acid residues of the FLDV TK protein when compared to the amino acid sequence of TKs of African swine fever virus, fowlpox virus, shope fibroma virus, and vaccinia virus and to the amino acid sequences of the cellular cytoplasmic TK of chicken, mouse, and man.
Federal Register 2010, 2011, 2012, 2013, 2014
2011-10-28
... INTERNATIONAL TRADE COMMISSION [Investigation No. 337-TA-723] Certain Inkjet Ink Cartridges With... exclusion order prohibiting importation of infringing inkjet ink cartridges with printheads and components... inkjet ink cartridges with printheads and components thereof by reason of infringement of various claims...
Ring, Caroline L; Pearce, Robert G; Setzer, R Woodrow; Wetmore, Barbara A; Wambaugh, John F
2017-09-01
The thousands of chemicals present in the environment (USGAO, 2013) must be triaged to identify priority chemicals for human health risk research. Most chemicals have little of the toxicokinetic (TK) data that are necessary for relating exposures to tissue concentrations that are believed to be toxic. Ongoing efforts have collected limited, in vitro TK data for a few hundred chemicals. These data have been combined with biomonitoring data to estimate an approximate margin between potential hazard and exposure. The most "at risk" 95th percentile of adults have been identified from simulated populations that are generated either using standard "average" adult human parameters or very specific cohorts such as Northern Europeans. To better reflect the modern U.S. population, we developed a population simulation using physiologies based on distributions of demographic and anthropometric quantities from the most recent U.S. Centers for Disease Control and Prevention National Health and Nutrition Examination Survey (NHANES) data. This allowed incorporation of inter-individual variability, including variability across relevant demographic subgroups. Variability was analyzed with a Monte Carlo approach that accounted for the correlation structure in physiological parameters. To identify portions of the U.S. population that are more at risk for specific chemicals, physiologic variability was incorporated within an open-source high-throughput (HT) TK modeling framework. We prioritized 50 chemicals based on estimates of both potential hazard and exposure. Potential hazard was estimated from in vitro HT screening assays (i.e., the Tox21 and ToxCast programs). Bioactive in vitro concentrations were extrapolated to doses that produce equivalent concentrations in body tissues using a reverse dosimetry approach in which generic TK models are parameterized with: 1) chemical-specific parameters derived from in vitro measurements and predicted from chemical structure; and 2) with physiological parameters for a virtual population. For risk-based prioritization of chemicals, predicted bioactive equivalent doses were compared to demographic-specific inferences of exposure rates that were based on NHANES urinary analyte biomonitoring data. The inclusion of NHANES-derived inter-individual variability decreased predicted bioactive equivalent doses by 12% on average for the total population when compared to previous methods. However, for some combinations of chemical and demographic groups the margin was reduced by as much as three quarters. This TK modeling framework allows targeted risk prioritization of chemicals for demographic groups of interest, including potentially sensitive life stages and subpopulations. Published by Elsevier Ltd.
NASA Astrophysics Data System (ADS)
Kocis, J. J.; Petsch, S.; Castañeda, I. S.; Brigham-Grette, J.
2014-12-01
Arctic peatlands and thermokarst lakes (TK) are thought to play a significant role in changing atmospheric methane concentration (AMC) during the last deglacial. However, there is debate concerning timing of their initiation and extent they drove variations in AMC. Models show sea ice cover (SIC) and sea surface temperatures (SSTs) can also play a significant role. Yet, changes in peatland/TK lake areal extent in response to those dynamics as continental shelves were submerged are often not considered. To examine such connections, we report on molecular proxies in marine records that reveal change in terrestrial organic matter (TOM) export, SIC, and SSTs as sea levels rose during the last 18 ka in the Pacific-Arctic Gateway. Here, TOM input to the ocean was tracked by measuring the flux of branched glycerol dialkyl glycerol tetraethers, n-alkyl lipids, and pentacyclic triterpenoids. SIC and SSTs were reconstructed using modern calibrations of highly branched isoprenoid alkene abundances in surface sediments from the Bering and Chukchi Seas. SSTs were also reconstructed based on the relative abundance of isoprenoid glycerol dialkyl glycerol tetraethers. Our sediment records reveal increased flux of TOM coincides with peatland/TK lake initiation, reduced SIC (~20%), and warmer SSTs (~4°C) as AMC increased during the Bølling-Allerød (BA). Terrestrial flux dramatically reduced as SIC increased (~50%) and SSTs cooled as AMC fell during the Younger Dryas. Most notably, TOM export rapidly rebounds as AMC abruptly rose throughout the Holocene Thermal Maximum (HTM), when SSTs warmed by ~3°C and SIC diminished and peatland areal extent increased. Using multi-proxy evidence in combination with a simple model that accounts for submergence of peatland/TK lake area, we estimate that the exposed Beringian shelf emitted an amount of CH4 comparable to previously reported peatland emissions in Alaska during the BA and HTM. The GDGT-based methane index (MI) was <0.3 throughout our sediment records, suggesting destabilized marine gas hydrates were not the principal source of methane. Results of our study provide novel marine-based evidence for the timing of peatland and TK lake initiation and the role sea ice played in contributing to variations in AMC during deglacial sea level rise in the Arctic.
Terry, Claire; Hays, Sean; McCoy, Alene T; McFadden, Lisa G; Aggarwal, Manoj; Rasoulpour, Reza J; Juberg, Daland R
2016-03-01
A strategic and comprehensive program in which toxicokinetic (TK) measurements are made for all agrochemicals undergoing toxicity testing (both new compounds and compounds already registered for use) is described. This approach provides the data to more accurately assess the toxicokinetics of agrochemicals and their metabolites in laboratory animals and humans. Having this knowledge provides the ability to conduct more insightful toxicity studies, refine and interpret exposure assessments and reduce uncertainty in risk assessments. By developing a better understanding of TK across species, including humans via in vitro metabolism studies, any differences across species in TK can be identified early and the most relevant species can be selected for toxicity tests. It also provides the ability to identify any non-linearities in TK as a function of dose, which in turn can be used to identify a kinetically derived maximum dose (KMD) and avoid dosing inappropriately outside of the kinetic linear range. Measuring TK in key life stages also helps to identify changes in ADME parameters from in utero to adults. A robust TK database can also be used to set internal concentration based "Reference Concentrations" and Biomonitoring Equivalents (BE), and support selection of Chemical Specific Adjustment Factors (CSAF). All of these factors support the reduction of uncertainty throughout the entire risk assessment process. This paper outlines how a TK research strategy can be integrated into new agrochemical toxicity testing programs, together with a proposed Framework for future use. Copyright © 2015 Elsevier Inc. All rights reserved.
Collins-Silva, Jillian; Nural, Aise Taban; Skaggs, Amanda; Scott, Deborah; Hathwaik, Upul; Woolsey, Rebekah; Schegg, Kathleen; McMahan, Colleen; Whalen, Maureen; Cornish, Katrina; Shintani, David
2012-07-01
Several proteins have been identified and implicated in natural rubber biosynthesis, one of which, the small rubber particle protein (SRPP), was originally identified in Hevea brasiliensis as an abundant protein associated with cytosolic vesicles known as rubber particles. While previous in vitro studies suggest that SRPP plays a role in rubber biosynthesis, in vivo evidence is lacking to support this hypothesis. To address this issue, a transgene approach was taken in Taraxacum kok-saghyz (Russian dandelion or Tk) to determine if altered SRPP levels would influence rubber biosynthesis. Three dandelion SRPPs were found to be highly abundant on dandelion rubber particles. The most abundant particle associated SRPP, TkSRPP3, showed temporal and spatial patterns of expression consistent with patterns of natural rubber accumulation in dandelion. To confirm its role in rubber biosynthesis, TkSRPP3 expression was altered in Russian dandelion using over-expression and RNAi methods. While TkSRPP3 over-expressing lines had slightly higher levels of rubber in their roots, relative to the control, TkSRPP3 RNAi lines showed significant decreases in root rubber content and produced dramatically lower molecular weight rubber than the control line. Not only do results here provide in vivo evidence of TkSRPP proteins affecting the amount of rubber in dandelion root, but they also suggest a function in regulating the molecular weight of the cis-1, 4-polyisoprene polymer. Copyright © 2012 Elsevier Ltd. All rights reserved.
Culture of chicken embryo in interspecific surrogate egg white.
Liu, C; Zu, J; Baskar, V; Wernery, U; Chang, I K
2012-11-01
The effect of interspecific egg white on the development of chicken embryos was investigated in a surrogate eggshell culture system. Egg yolks were separated from fertile White Leghorn chicken eggs and cultured in different egg whites from turkey (group TK), guineafowl (group GF), and duck (group DK), and chicken (group CK) was used as control. The viability of chicken embryos in groups CK, TK, GF, and DK after 3 d culture in system II was 98.3, 90.2, 96.1, and 91.1%. The whole contents (egg yolk and surrogate egg white) were further transferred into an eggshell from a 1.5 times heavier chicken egg with air space (system III), and incubated for further 16 d, before moving them to a hatcher. No significant difference between the 4 groups was found in their viabilities, which ranged between 72.9 and 81.3%, until 14 d postincubation (P > 0.05). After 21 d, the viability decreased to 60.4, 57.4, 50.0, and 27.7% in groups CK, TK, GF, and DK. The viability in group DK was significantly lower than in the other groups (P < 0.05). Weight loss in system III was approximately 12% in all the 4 groups without significant difference (P > 0.05). Hatchability of the chicken embryo was 60.4, 55.3, 47.9, and 19.1% in groups CK, TK, GF, and DK, respectively, and that in group DK was significantly lower than in the other groups (P < 0.05). There was no difference between the other groups (P > 0.05). These results show that chicken embryos can develop to hatch in duck, guineafowl, and turkey egg whites. However, the hatchability decreases according to the phylogenetic distance. The present study will provide a tool for manipulation of avian embryos and eventual conservation of endangered wild birds.
42 CFR 84.114 - Filters used with canisters and cartridges; location; replacement.
Code of Federal Regulations, 2011 CFR
2011-10-01
... 42 Public Health 1 2011-10-01 2011-10-01 false Filters used with canisters and cartridges... PROTECTIVE DEVICES Gas Masks § 84.114 Filters used with canisters and cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a canister or cartridge shall be located on the inlet side...
42 CFR 84.114 - Filters used with canisters and cartridges; location; replacement.
Code of Federal Regulations, 2014 CFR
2014-10-01
... 42 Public Health 1 2014-10-01 2014-10-01 false Filters used with canisters and cartridges... PROTECTIVE DEVICES Gas Masks § 84.114 Filters used with canisters and cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a canister or cartridge shall be located on the inlet side...
42 CFR 84.114 - Filters used with canisters and cartridges; location; replacement.
Code of Federal Regulations, 2010 CFR
2010-10-01
... 42 Public Health 1 2010-10-01 2010-10-01 false Filters used with canisters and cartridges... PROTECTIVE DEVICES Gas Masks § 84.114 Filters used with canisters and cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a canister or cartridge shall be located on the inlet side...
42 CFR 84.114 - Filters used with canisters and cartridges; location; replacement.
Code of Federal Regulations, 2013 CFR
2013-10-01
... 42 Public Health 1 2013-10-01 2013-10-01 false Filters used with canisters and cartridges... PROTECTIVE DEVICES Gas Masks § 84.114 Filters used with canisters and cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a canister or cartridge shall be located on the inlet side...
42 CFR 84.114 - Filters used with canisters and cartridges; location; replacement.
Code of Federal Regulations, 2012 CFR
2012-10-01
... 42 Public Health 1 2012-10-01 2012-10-01 false Filters used with canisters and cartridges... PROTECTIVE DEVICES Gas Masks § 84.114 Filters used with canisters and cartridges; location; replacement. (a) Particulate matter filters used in conjunction with a canister or cartridge shall be located on the inlet side...
Educational Uses of Cartridge Tapes. Dissemination Document No. 11.
ERIC Educational Resources Information Center
Levine, S. Joseph
Tape cartridges for use by special education teachers are analyzed according to design, effective use, and availability. Basic operating principles of cassette and continuous loop tape cartridges are described and illustrated. Advantages of tape cartridges are indicated, such as the following: the position is saved on tape during student timeouts,…
The Indicating FTA Elute Cartridge
de Bie, Roosmarie P.; Schmeink, Channa E.; Bakkers, Judith M.J.E.; Snijders, Peter J.F.; Quint, Wim G.V.; Massuger, Leon F.A.G.; Bekkers, Ruud L.M.; Melchers, Willem J.G.
2011-01-01
The clinically validated high-risk human papillomavirus (hrHPV) Hybrid Capture 2 (HC2) and GP5+/6+-PCR assays were analyzed on an Indicating FTA Elute cartridge (FTA cartridge). The FTA cartridge is a solid dry carrier that allows safe transport of cervical samples. FTA cartridge samples were compared with liquid-based samples for hrHPV and high-grade cervical intraepithelial neoplasia (CIN) detection. One cervical sample was collected in a liquid-based medium, and one was applied to the FTA cartridge. DNA was eluted directly from the FTA cartridge by a simple elution step. HC2 and GP5+/6+-PCR assays were performed on both the liquid-based and the FTA-eluted DNA of 88 women. Overall agreement between FTA and liquid-based samples for the presence of hrHPV was 90.9% with GP5+/6+-PCR and 77.3% with HC2. The sensitivity for high-grade CIN of hrHPV testing on the FTA cartridges was 84.6% with GP5+/6+-PCR and only 53.8% with HC2. By comparison, these sensitivities on liquid-based samples were 92.3% and 100% for GP5+/6+-PCR and HC2, respectively. Therefore, the FTA cartridge shows reasonably good overall agreement for hrHPV detection with liquid-based media when using GP5+/6+-PCR but not HC2 testing. Even with GP5+/6+-PCR, the FTA cartridge is not yet capable of detecting all high-grade CIN lesions. PMID:21704269
Tissue kallikrein protects neurons from hypoxia/reoxygenation-induced cell injury through Homer1b/c.
Su, Jingjing; Tang, Yuping; Zhou, Houguang; Liu, Ling; Dong, Qiang
2012-11-01
Previous studies have demonstrated that human tissue kallikrein (TK) gene delivery protects against mouse cerebral ischemia/reperfusion (I/R) injury through bradykinin B2 receptor (B2R) activation. We have also reported that exogenous TK administration can suppress glutamate- or acidosis-induced neurotoxicity through the extracellular signal-regulated kinase1/2 (ERK1/2) pathway. To further explore the neuroprotection mechanisms of TK, in the present study we performed immunoprecipitation analysis and identified a scaffolding protein Homer1b/c using MALDI-TOF MS analysis. Here, we tested the hypothesis that TK reduces cell injury induced by oxygen and glucose deprivation/reoxygenation (OGD/R) through activating Homer1b/c. We found that TK increased the expression of Homer1b/c in a concentration- and time-dependent manner. Moreover, TK facilitated the translocation of Homer1b/c to the plasma membrane under OGD/R condition by confocal microscope assays. We also observed that overexpression of Homer1b/c showed the neuroprotection against OGD/R-induced cell injury by enhancing cell survival, reducing LDH release, caspase-3 activity and cell apoptosis. However, the knockdown of Homer1b/c by small interfering RNA showed the opposite effects, indicating that Homer1b/c had protective effects against OGD/R-induced neuronal injury. More interestingly, TK exerted its much more significantly neuroprotective effects after Homer1b/c overexpression, whereas it exerted its reduced effects after Homer1b/c knockdown. In addition, TK pretreatment increased the phosphorylation of the ERK1/2 and Akt-GSK3β through Homer1b/c activation. The beneficial effects of Homer1b/c were abolished by the ERK1/2 or PI3K antagonist. Therefore, we propose novel signaling mechanisms involved in the anti-hypoxic function of TK through activation of Homer1b/c-ERK1/2 and Homer1b/c-PI3K-Akt signaling pathways. Copyright © 2012 Elsevier Inc. All rights reserved.
NASA Astrophysics Data System (ADS)
Helene, G.; Lara, M. J.; McGuire, A. D.; Euskirchen, E. S.; Bolton, W. R.; Romanovsky, V. E.
2017-12-01
Our capacity to project future ecosystem trajectories in northern permafrost regions depends on our ability to characterize complex interactions between climatic and ecological processes at play in the soil, the vegetation, and the atmosphere. We present a study that uses remote sensing analyses, field observations, and data synthesis to inform models for the prediction of ecosystem responses to climate change in the boreal zone of Alaska. Recent warming, altered precipitation and fire regimes are driving permafrost degradation, threatening to mobilize vast reservoirs of ancient carbon previously protected from decomposition. Although large scale, progressive, top-down permafrost thaw have been well studied and represented in high-latitude ecosystem models, the consequences of abrupt and local thermokarst disturbances (TK) are less well understood. To fill this gap, we conducted a detection analysis characterizing 60 years of land cover change in the Tanana Flats, a wetland complex subjected to TK disturbance in Interior Alaska, using aerial and satellite images. We observed a nonlinear loss of permafrost plateau forest associated with TK and driven by precipitation and forest fragmentation. The results of this analysis were integrated into the Alaska Thermokarst Model (ATM), a state-and-transition model that simulates land cover change associated with TK disturbance. Thermokarst-related land cover change was simulated from 2000 to 2100 across the Tanana Flats. By 2100, the model predicts a mean decrease of 7.4% (sd 1.8%) in permafrost plateau forests associated with an increase in TK fens and bogs. Transitions from permafrost plateau forests to TK wetlands are accompanied with changes in physical and biogeochemical processes affecting ecosystem carbon balance. We evaluated the consequences of TK disturbances on the regional carbon balance by coupling outputs from the ATM and from a process-based biogeochemical model. We used long-term field observations of vegetation and soil physical and biogeochemical attributes to develop new parameterizations for TK wetlands and permafrost plateau forest land cover types. Preliminary simulations from 2000 to 2100 estimate that the conversion of permafrost plateau forest to young TK wetlands would result in a 7.5% (sd 3.5%) decrease in Net Ecosystem Exchange.
Flux effect analysis in WWER-440 reactor pressure vessel steels
NASA Astrophysics Data System (ADS)
Kryukov, A.; Blagoeva, D.; Debarberis, L.
2013-11-01
The results of long term research programme concerning the determination of irradiation embrittlement dependence on fast neutron flux for WWER-440 reactor pressure vessel steels before and after annealing are presented in this paper. The study of flux effect was carried out on commercial WWER-440 steels which differ significantly in phosphorous (0.013-0.036 wt%) and copper (0.08-0.20 wt%) contents. All specimens were irradiated in surveillance channel positions under similar conditions at high ˜4 × 1012 сm-2 s-1 and low ˜6 × 1011 сm-2 s-1 fluxes (E > 0.5 MeV) at a temperature of 270 °С. The radiation embrittlement was evaluated by transition temperature shift on the basis of Charpy specimens test results. In case of low flux, the measured Tk shifts could be 25-50 °C bigger than the Tk shifts obtained from high flux data. A significant flux effect is observed in WWER-440 reactor pressure vessel steels with higher copper content (>0.13 wt%).
Department of Defense Review of the Foreign Comparative Testing Program FY2005-FY2006
2007-04-01
Kingdom as a potential alternative to an ongoing domestic development program, which was failing to meet the size, weight , and cost objectives. The...Norway, Switzerland NAMMO, Oerlikon Contraves 0.50 USMC 40mm Training Cartridge MK281 Germany Nico Pyrotechnik 13.14 USMC High Rate-of-Fire .50 Cal...late FY 2003 and, although the system performed as advertised, it did not meet stringent weight requirements. In FY 2005, a down-sized version of
1999-12-01
be accounted for by conventional descriptions of the system response. To remedy this deficiency , researchers developed a theory or model of the...timex,tO, tev, tps REAL*8 uO, width, x, xx, yy, zz, zr REAL*8 FRACi, FRAC2,F0_XX,F0_YY,F0_ZZ REAL*8 TKl, TK2 ,TQl,Tq2 INTEGER I, J, JJ, K, KK, L, NUM...UU2(J+1) !KK = Layer J+i’s time counter. TK1 = TAU(J+1) TK2 = TK1 + DELTAT(KK) j LOOP MCM C: DO KQ = UU2(J+1), KSUM PLTTIME = TIME * 1E+09 DO
CGF cartridge development, volume 1
NASA Technical Reports Server (NTRS)
Dixon, Carl A.
1993-01-01
This report is a summary of SRI's efforts in Crystal Growth Furnace cartridge developments. It includes: evaluation of molybdenum, TZM, and WC-103 as cartridge materials; a survey of oxidation resistant coatings; chemical compatibility studies of cadmium-zinc-telluride and gallium-arsenide with TZM and WC-103; a survey of future cartridge materials; and suggested improvements in ampoule design.
Gradient Heating Facility. Experiment cartridges. Description and general specifications
NASA Technical Reports Server (NTRS)
Breton, J.
1982-01-01
Specifications that define experiment cartridges that are compatible with the furnace of the gradient heating facility on board the Spacelab are presented. They establish a standard cartridge design independent of the type of experiment to be conducted. By using them, experimenters can design, construct, and test the hot section of the cartridge, known as the high temperature nacelle.
High performance quarter-inch cartridge tape systems
NASA Technical Reports Server (NTRS)
Schwarz, Ted
1993-01-01
Within the established low cost structure of Data Cartridge drive technology, it is possible to achieve nearly 1 terrabyte (10(exp 12)) of data capacity and more than 1 Gbit/sec (greater than 100 Mbytes/sec) transfer rates. The desirability to place this capability within a single cartridge will be determined by the market. The 3.5 in. or smaller form factor may suffice to serve both the current Data Cartridge market and a high performance segment. In any case, Data Cartridge Technology provides a strong sustainable technology growth path in the 21st century.
Lead toxicity and endoscopic removal of ingested firearm cartridges.
Hatten, B W; Bueso, A; Craven, P; Hendrickson, R G; Horowitz, B Z
2013-06-01
Lead toxicity from the ingestion of a lead foreign body has been described in several case reports. Management of ingested live ammunition presents its own challenges due to the risk of accidental discharge. A safe and effective method of retrieving a live cartridge must be considered. We present two cases of lead toxicity due to intact firearm cartridge ingestion with the removal of the cartridges via endoscopy. The first case is of severe pediatric lead toxicity due to the ingestion of 30-mm rifle cartridges. The second case is an adult ingestion of .22 caliber cartridges resulting in mild lead toxicity. These cases illustrate a diagnostic dilemma in both the diagnosis of lead toxicity and the removal of live ammunition from the stomach.
Leshinsky-Silver, E; Michelson, M; Cohen, S; Ginsberg, M; Sadeh, M; Barash, V; Lerman-Sagie, T; Lev, D
2008-07-01
Isolated mitochondrial myopathies (IMM) are either due to primary defects in mtDNA, in nuclear genes that control mtDNA abundance and structure such as thymidine kinase 2 (TK2), or due to CoQ deficiency. Defects in the TK2 gene have been found to be associated with mtDNA depletion attributed to a depleted mitochondrial dNTP pool in non-dividing cells. We report an unusual case of IMM, homozygous for the H90N mutation in the TK2 gene but unlike other cases with the same mutation, does not demonstrate mtDNA depletion. The patient's clinical course is relatively mild and a muscle biopsy showed ragged red muscle fibers with a mild decrease in complexes I and an increase in complexes IV and II activities. This report extends the phenotypic expression of TK2 defects and suggests that all patients who present with an IMM even with normal quantities of mtDNA should be screened for TK2 mutations.
Myopathic mtDNA Depletion Syndrome Due to Mutation in TK2 Gene.
Martín-Hernández, Elena; García-Silva, María Teresa; Quijada-Fraile, Pilar; Rodríguez-García, María Elena; Hernández-Laín, Aurelio; Coca-Robinot, David; Rivera, Henry; Fernández-Toral, Joaquín; Arenas, Joaquín; Martín, MiguelÁngel; Martínez-Azorín, Francisco
2016-02-29
Whole-exome sequencing (WES) was used to identify the disease gene(s) in a Spanish girl with failure to thrive, muscle weakness, mild facial weakness, elevated creatine kinase (CK), deficiency of mitochondrial complex III and depletion of mtDNA. With WES data, it was possible to get the whole mtDNA sequencing and discard any pathogenic variant in this genome. The analysis of whole exome uncovered a homozygous pathogenic mutation in Thymidine kinase 2 gene (TK2; NM_004614.4:c.323C>T, p.T108M). TK2 mutations have been identified mainly in patients with the myopathic form of mtDNA depletion syndromes (MDS). This patient presents an atypical TK2 related-myopathic form of MDS, because despite having a very low content of mtDNA (<20%), she presents a slower and less severe evolution of the disease. In conclusion, our data confirm the role of TK2 gene in MDS and expanded the phenotypic spectrum.
Myopathic mtDNA Depletion Syndrome Due to Mutation in TK2 Gene.
Martín-Hernández, Elena; García-Silva, María Teresa; Quijada-Fraile, Pilar; Rodríguez-García, María Elena; Rivera, Henry; Hernández-Laín, Aurelio; Coca-Robinot, David; Fernández-Toral, Joaquín; Arenas, Joaquín; Martín, Miguel A; Martínez-Azorín, Francisco
2017-01-01
Whole-exome sequencing was used to identify the disease gene(s) in a Spanish girl with failure to thrive, muscle weakness, mild facial weakness, elevated creatine kinase, deficiency of mitochondrial complex III and depletion of mtDNA. With whole-exome sequencing data, it was possible to get the whole mtDNA sequencing and discard any pathogenic variant in this genome. The analysis of whole exome uncovered a homozygous pathogenic mutation in thymidine kinase 2 gene ( TK2; NM_004614.4:c.323 C>T, p.T108M). TK2 mutations have been identified mainly in patients with the myopathic form of mtDNA depletion syndromes. This patient presents an atypical TK2-related myopathic form of mtDNA depletion syndromes, because despite having a very low content of mtDNA (<20%), she presents a slower and less severe evolution of the disease. In conclusion, our data confirm the role of TK2 gene in mtDNA depletion syndromes and expanded the phenotypic spectrum.
New insights from Thailand into the maternal genetic history of Mainland Southeast Asia.
Kutanan, Wibhu; Kampuansai, Jatupol; Brunelli, Andrea; Ghirotto, Silvia; Pittayaporn, Pittayawat; Ruangchai, Sukhum; Schröder, Roland; Macholdt, Enrico; Srikummool, Metawee; Kangwanpong, Daoroong; Hübner, Alexander; Arias, Leonardo; Stoneking, Mark
2018-02-26
Tai-Kadai (TK) is one of the major language families in Mainland Southeast Asia (MSEA), with a concentration in the area of Thailand and Laos. Our previous study of 1234 mtDNA genome sequences supported a demic diffusion scenario in the spread of TK languages from southern China to Laos as well as northern and northeastern Thailand. Here we add an additional 560 mtDNA genomes from 22 groups, with a focus on the TK-speaking central Thai people and the Sino-Tibetan speaking Karen. We find extensive diversity, including 62 haplogroups not reported previously from this region. Demic diffusion is still a preferable scenario for central Thais, emphasizing the expansion of TK people through MSEA, although there is also some support for gene flow between central Thai and native Austroasiatic speaking Mon and Khmer. We also tested competing models concerning the genetic relationships of groups from the major MSEA languages, and found support for an ancestral relationship of TK and Austronesian-speaking groups.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Intine, R.V.; Rainbow, A.J.
1990-01-01
A wild-type strain of herpes simplex virus type 1 (HSV-1:KOS) encoding a functional thymidine kinase (tk+) and a tk- mutant strain (HSV-1:PTK3B) were used to study the role of the viral tk in the repair of UV-irradiated HSV-1 in human cells. UV survival of HSV-1:PTK3B was substantially reduced compared with that of HSV-1:KOS when infecting normal human cells. In contrast, the UV survival of HSV-1:PTK3B was similar to that of HSV-1:KOS when infecting excision repair-deficient cells from a xeroderma pigmentosum patient from complementation group A. These results suggest that the repair of UV-irradiated HSV-1 in human cells depends, in partmore » at least, on expression of the viral tk and that the repair process influenced by tk activity is excision repair or a process dependent on excision repair.« less
The success story of Fatima Begum.
1999-12-01
This article tells the success story of Fatima Begum from Jhenaidaha, Bangladesh. Having learned of the Integrated Rural Women Development Program of the Bangladesh Rural Development Board, Fatima started a Mohila Samobaya Samity or Women's Cooperative Society on August 21, 1993, with a deposit of Tk. 15 as savings and Tk. 10 as share. In 1994 and 1997 she received loans which she used to purchase a cow, for small trade, and for starting a grocery shop. She had repaid all her loans and had increased her savings deposit to Tk. 1530 and share to Tk. 710. She also had purchased 5 decimals of land and constructed a small house. Meanwhile, Fatima had adopted family planning methods and had two children. Fatima is now the elected Director of Jhenaidaha Sadar Thana Cooperative Societies Federation. Her own society is considered an ideal organization under her leadership. Her society now has 28 members and the amount of thrift-deposit has become Tk. 25,590.
The use of Tcl and Tk to improve design and code reutilization
NASA Technical Reports Server (NTRS)
Rodriguez, Lisbet; Reinholtz, Kirk
1995-01-01
Tcl and Tk facilitate design and code reuse in the ZIPSIM series of high-performance, high-fidelity spacecraft simulators. Tcl and Tk provide a framework for the construction of the Graphical User Interfaces for the simulators. The interfaces are architected such that a large proportion of the design and code is used for several applications, which has reduced design time and life-cycle costs.
NASA Astrophysics Data System (ADS)
Kurahashi, Toshikazu; Iwatsuki, Katsuyuki; Onishi, Tetsuro; Arai, Tetsuya; Teranishi, Katsunori; Hirata, Hitoshi
2016-08-01
We investigated the optical properties of a near-infrared (NIR) fluorochrome, di-β-cyclodextrin-binding indocyanine derivative (TK-1), and its pharmacokinetic differences with indocyanine green (ICG). TK-1 was designed to have hydrophilic cyclodextrin molecules and, thus, for higher water solubility and smaller particle sizes than the plasma protein-bound ICG. We compared optical properties such as the absorption and fluorescence spectra, quantum yield, and photostability between both dyes in vitro. In addition, we subcutaneously injected a 1 mM solution of TK-1 or ICG into the hind footpad of rats and observed real-time NIR fluorescence intensities in their femoral veins and accompanying lymphatics at the exposed groin site to analyze the dye pharmacokinetics. These optical experiments demonstrated that TK-1 has high water solubility, a low self-aggregation tendency, and high optical and chemical stabilities. Our in vivo imaging showed that TK-1 was transported via peripheral venous flow and lymphatic flow, whereas ICG was drained only through lymphatics. The results of this study showed that lymphatic and venous transport can be differentially regulated and is most likely influenced primarily by particle size, and that TK-1 can enable real-time NIR fluorescence imaging of whole fluids and solute movement via both microvessels and lymphatics, which conventional ICG cannot achieve.
Li, Bin; Wu, Yingya; Liu, Xijuan; Tan, Yuhui; Du, Biaoyan
2017-01-01
Suicide gene therapy is a promising strategy against melanoma. However, the low efficiency of the gene transfer technique can limit its application. Our preliminary data showed that dioscin, a glucoside saponin, could upregulate the expression of connexins Cx26 and Cx43, major components of gap junctions, in melanoma cells. We hypothesized that dioscin may increase the bystander effect of herpes simplex virus thymidine kinase/ganciclovir (HSV-tk/GCV) through increasing the formation of gap junctions. Further analysis showed that dioscin indeed could increase the gap junctional intercellular communication in B16 melanoma cells, resulting in more efficient GCV-induced bystander killing in B16tk cells. By contrast, overexpression of dominant negative Cx43 impaired the cell-cell communication of B16 cells and subsequently weakened the bystander effect of HSV-tk/GCV gene therapy. In vivo, combination treatment with dioscin and GCV of tumor-bearing mice with 30% positive B16tk cells and 70% wild-type B16 cells caused a significant reduction in tumor volume and weight compared to treatment with GCV or dioscin alone. Taken together, these results demonstrated that dioscin could augment the bystander effect of the HSV-tk/GCV system through increasing connexin-mediated gap junction coupling. PMID:27903977
Wild, K.; Bohner, T.; Folkers, G.; Schulz, G. E.
1997-01-01
Thymidine kinase from Herpes simplex virus type 1 (TK) was crystallized in an N-terminally truncated but fully active form. The structures of TK complexed with ADP at the ATP-site and deoxythymidine-5'-monophosphate (dTMP), deoxythymidine (dT), or idoxuridine-5'-phosphate (5-iodo-dUMP) at the substrate-site were refined to 2.75 A, 2.8 A, and 3.0 A resolution, respectively. TK catalyzes the phosphorylation of dT resulting in an ester, and the phosphorylation of dTMP giving rise to an anhydride. The presented TK structures indicate that there are only small differences between these two modes of action. Glu83 serves as a general base in the ester reaction. Arg163 parks at an internal aspartate during ester formation and binds the alpha-phosphate of dTMP during anhydride formation. The bound deoxythymidine leaves a 35 A3 cavity at position 5 of the base and two sequestered water molecules at position 2. Cavity and water molecules reduce the substrate specificity to such an extent that TK can phosphorylate various substrate analogues useful in pharmaceutical applications. TK is structurally homologous to the well-known nucleoside monophosphate kinases but contains large additional peptide segments. PMID:9336833
Krishnan, Shuba; Zhou, Xiaoshan; Paredes, João A.; Kuiper, Raoul V.; Curbo, Sophie; Karlsson, Anna
2013-01-01
A strategy to reverse the symptoms of thymidine kinase 2 (TK2) deficiency in a mouse model was investigated. The nucleoside kinase from Drosophila melanogaster (Dm-dNK) was expressed in TK2-deficient mice that have been shown to present with a severe phenotype caused by mitochondrial DNA depletion. The Dm-dNK+/− transgenic mice were shown to be able to rescue the TK2-deficient mice. The Dm-dNK+/−TK2−/− mice were normal as judged by growth and behavior during the observation time of 6 months. The Dm-dNK-expressing mice showed a substantial increase in thymidine-phosphorylating activity in investigated tissues. The Dm-dNK expression also resulted in highly elevated dTTP pools. The dTTP pool alterations did not cause specific mitochondrial DNA mutations or deletions when 6-month-old mice were analyzed. The mitochondrial DNA was also detected at normal levels. In conclusion, the Dm-dNK+/−TK2−/− mouse model illustrates how dTMP synthesized in the cell nucleus can compensate for loss of intramitochondrial dTMP synthesis in differentiated tissue. The data presented open new possibilities to treat the severe symptoms of TK2 deficiency. PMID:23288848
Monitoring apoptosis of TK-GFP-expressing ACC-M cells induced by ACV using FRET technique
NASA Astrophysics Data System (ADS)
Xiong, Tao; Zhang, Zhihong; Lin, Juqiang; Yang, Jie; Zeng, Shaoqun; Luo, Qingming
2006-05-01
Apoptosis is an evolutionary conserved cellular process that plays an important role during development, but it is also involved in tissue homeostasis and in many diseases. To study the characteristics of suicide gene system of the herpes simplex virus thymidine kinase (HSV-tk) gene in tumor cells and explore the apoptosis phenomena in this system and its effect on the human adenoid cystic carcinoma line ACC-M cell, we detected apoptosis of CD3- (ECFP-CRS-DsRed) and TK-GFP-expressing ACC-M (ACC-M-TK-GFP-CD3) cells induced by acyclovir (ACV) using fluorescence resonance energy transfer (FRET) technique. CD3 is a FRET-based indicator for activity of caspase-3, which is composed of an enhanced cyan fluorescent protein, a caspase-3 sensitive linker, and a red fluorescent protein from Discosoma with efficient maturation property. FRET from ECFP to DsRed could be detected in normal ACC-M-TK-GFP-CD3 cells, and the FRET efficient was remarkably decreased and then disappeared during the cells apoptosis induced by ACV. It was due to the activated caspase-3 cleaved the CD3 fusion protein. In this study, the results suggested that the ACV-induced apoptosis of ACC-M-TK-GFP-CD3 cells was through caspase-3 pathway.
Monitoring apoptosis of TK-GFP-expressing ACC-M cells induced by ACV using FRET technique
NASA Astrophysics Data System (ADS)
Xiong, Tao; Zhang, Zhihong; Lin, Juqiang; Yang, Jie; Zeng, Shaoqun; Luo, Qingming
2006-09-01
Apoptosis is an evolutionary conserved cellular process that plays an important role during development, but it is also involved in tissue homeostasis and in many diseases. To study the characteristics of suicide gene system of the herpes simplex virus thymidine kinase (HSV-tk) gene in tumor cells and explore the apoptosis phenomena in this system and its effect on the human adenoid cystic carcinoma line ACC-M cell, we detected apoptosis of CD3- (ECFP-CRS-DsRed) and TK-GFP-expressing ACC-M (ACC-M-TK-GFP-CD3) cells induced by acyclovir (ACV) using fluorescence resonance energy transfer (FRET) technique. CD3 is a FRET-based indicator for activity of caspase-3, which is composed of an enhanced cyan fluorescent protein, a caspase-3 sensitive linker, and a red fluorescent protein from Discosoma with efficient maturation property. FRET from ECFP to DsRed could be detected in normal ACC-M-TK-GFP-CD3 cells, and the FRET efficient was remarkably decreased and then disappeared during the cells apoptosis induced by ACV. It was due to the activated caspase-3 cleaved the CD3 fusion protein. In this study, the results suggested that the AVC-induced apoptosis of ACC-M-TK-GFP-CD3 cells was through caspase-3 pathway.
Neural stem cell-based dual suicide gene delivery for metastatic brain tumors.
Wang, C; Natsume, A; Lee, H J; Motomura, K; Nishimira, Y; Ohno, M; Ito, M; Kinjo, S; Momota, H; Iwami, K; Ohka, F; Wakabayashi, T; Kim, S U
2012-11-01
In our previous works, we demonstrated that human neural stem cells (NSCs) transduced with the cytosine deaminase (CD) gene showed remarkable 'bystander killer effect' on glioma and medulloblastoma cells after administration of the prodrug 5-fluorocytosine (5-FC). In addition, herpes simplex virus thymidine kinase (TK) is a widely studied enzyme used for suicide gene strategies, for which the prodrug is ganciclovir (GCV). To apply this strategy to brain metastasis treatment, we established here a human NSC line (F3.CD-TK) expressing the dual suicide genes CD and TK. We examined whether F3.CD-TK cells intensified the antitumor effect on lung cancer brain metastases. In vitro studies showed that F3.CD-TK cells exerted a marked bystander effect on human lung cancer cells after treatment with 5-FC and GCV. In a novel experimental brain metastases model, intravenously administered F3 cells migrated near lung cancer metastatic lesions, which were induced by the injection of lung cancer cells via the intracarotid artery. More importantly, F3.CD-TK cells in the presence of prodrugs 5-FC and GCV decreased tumor size and considerably prolonged animal survival. The results of the present study indicate that the dual suicide gene-engineered, NSC-based treatment strategy might offer a new promising therapeutic modality for brain metastases.
Atmospheric Transformation of Volatile Organic Compounds
2008-03-01
Study Analysis Reactant mixtures and standards from product identification experiments were sampled by exposing a 100% polydimethylsiloxane solid...later using the DNPH derivatization method described above and confirmed against a commercial standard. HPLC analysis of the DNPH cartridges also...reaction mixture for a combined total photolysis time ofapproximately 50 seconds. 2.3. Kinetic Study Analysis Samples from kinetic studies were
Matsumi, Rie; Manabe, Kenji; Fukui, Toshiaki; Atomi, Haruyuki; Imanaka, Tadayuki
2007-04-01
We have developed a gene disruption system in the hyperthermophilic archaeon Thermococcus kodakaraensis using the antibiotic simvastatin and a fusion gene designed to overexpress the 3-hydroxy-3-methylglutaryl coenzyme A (HMG-CoA) reductase gene (hmg(Tk)) with the glutamate dehydrogenase promoter. With this system, we disrupted the T. kodakaraensis amylopullulanase gene (apu(Tk)) or a gene cluster which includes apu(Tk) and genes encoding components of a putative sugar transporter. Disruption plasmids were introduced into wild-type T. kodakaraensis KOD1 cells, and transformants exhibiting resistance to 4 microM simvastatin were isolated. The transformants exhibited growth in the presence of 20 microM simvastatin, and we observed a 30-fold increase in intracellular HMG-CoA reductase activity. The expected gene disruption via double-crossover recombination occurred at the target locus, but we also observed recombination events at the hmg(Tk) locus when the endogenous hmg(Tk) gene was used. This could be avoided by using the corresponding gene from Pyrococcus furiosus (hmg(Pf)) or by linearizing the plasmid prior to transformation. While both gene disruption strains displayed normal growth on amino acids or pyruvate, cells without the sugar transporter genes could not grow on maltooligosaccharides or polysaccharides, indicating that the gene cluster encodes the only sugar transporter involved in the uptake of these compounds. The Deltaapu(Tk) strain could not grow on pullulan and displayed only low levels of growth on amylose, suggesting that Apu(Tk) is a major polysaccharide-degrading enzyme in T. kodakaraensis.
Ragupathy, Subramanyam; Newmaster, Steven G
2009-01-01
A mounting body of critical research is raising the credibility of Traditional Knowledge (TK) in scientific studies. These studies have gained credibility because their claims are supported by methods that are repeatable and provide data for quantitative analyses that can be used to assess confidence in the results. The theoretical importance of our study is to test consensus (reliability/replicable) of TK within one ancient culture; the Irulas of the Kodiakkarai Reserve Forest (KRF), India. We calculated relative frequency (RF) and consensus factor (Fic) of TK from 120 Irulas informants knowledgeable of medicinal plants. Our research indicates a high consensus of the Irulas TK concerning medicinal plants. The Irulas revealed a diversity of plants that have medicinal and nutritional utility in their culture and specific ethnotaxa used to treat a variety of illnesses and promote general good health in their communities. Throughout history aboriginal people have been the custodians of bio-diversity and have sustained healthy life-styles in an environmentally sustainable manner. However this knowledge has not been transferred to modern society. We suggest this may be due to the asymmetry between scientific and TK, which demands a new approach that considers the assemblage of TK and scientific knowledge. A greater understanding of TK is beginning to emerge based on our research with both the Irulas and Malasars; they believe that a healthy lifestyle is founded on a healthy environment. These aboriginal groups chose to share this knowledge with society-at-large in order to promote a global lifestyle of health and environmental sustainability. PMID:19366462
Söling, Ariane; Theiss, Christian; Jungmichel, Stephanie; Rainov, Nikolai G
2004-08-04
BACKGROUND: Suicide gene therapy employing the prodrug activating system Herpes simplex virus type 1 thymidine kinase (HSV-TK)/ ganciclovir (GCV) has proven to be effective in killing experimental brain tumors. In contrast, glioma patients treated with HSV-TK/ GCV did not show significant treatment benefit, most likely due to insufficient transgene delivery to tumor cells. Therefore, this study aimed at developing a strategy for real-time noninvasive in vivo monitoring of the activity of a therapeutic gene in brain tumor cells. METHODS: The HSV-TK gene was fused to the firefly luciferase (Luc) gene and the fusion construct HSV-TK-Luc was expressed in U87MG human malignant glioma cells. Nude mice with subcutaneous gliomas stably expressing HSV-TK-Luc were subjected to GCV treatment and tumor response to therapy was monitored in vivo by serial bioluminescence imaging. Bioluminescent signals over time were compared with tumor volumes determined by caliper. RESULTS: Transient and stable expression of the HSV-TK-Luc fusion protein in U87MG glioma cells demonstrated close correlation of both enzyme activities. Serial optical imaging of tumor bearing mice detected in all cases GCV induced death of tumor cells expressing the fusion protein and proved that bioluminescence can be reliably used for repetitive and noninvasive quantification of HSV-TK/ GCV mediated cell kill in vivo. CONCLUSION: This approach may represent a valuable tool for the in vivo evaluation of gene therapy strategies for treatment of malignant disease.
Evaluating In Vitro-In Vivo Extrapolation of Toxicokinetics
MacMillan, Denise K; Ford, Jermaine; Fennell, Timothy R; Black, Sherry R; Snyder, Rodney W; Sipes, Nisha S; Westerhout, Joost; Setzer, R Woodrow; Pearce, Robert G; Simmons, Jane Ellen; Thomas, Russell S
2018-01-01
Abstract Prioritizing the risk posed by thousands of chemicals potentially present in the environment requires exposure, toxicity, and toxicokinetic (TK) data, which are often unavailable. Relatively high throughput, in vitro TK (HTTK) assays and in vitro-to-in vivo extrapolation (IVIVE) methods have been developed to predict TK, but most of the in vivo TK data available to benchmark these methods are from pharmaceuticals. Here we report on new, in vivo rat TK experiments for 26 non-pharmaceutical chemicals with environmental relevance. Both intravenous and oral dosing were used to calculate bioavailability. These chemicals, and an additional 19 chemicals (including some pharmaceuticals) from previously published in vivo rat studies, were systematically analyzed to estimate in vivo TK parameters (e.g., volume of distribution [Vd], elimination rate). For each of the chemicals, rat-specific HTTK data were available and key TK predictions were examined: oral bioavailability, clearance, Vd, and uncertainty. For the non-pharmaceutical chemicals, predictions for bioavailability were not effective. While no pharmaceutical was absorbed at less than 10%, the fraction bioavailable for non-pharmaceutical chemicals was as low as 0.3%. Total clearance was generally more under-estimated for nonpharmaceuticals and Vd methods calibrated to pharmaceuticals may not be appropriate for other chemicals. However, the steady-state, peak, and time-integrated plasma concentrations of nonpharmaceuticals were predicted with reasonable accuracy. The plasma concentration predictions improved when experimental measurements of bioavailability were incorporated. In summary, HTTK and IVIVE methods are adequately robust to be applied to high throughput in vitro toxicity screening data of environmentally relevant chemicals for prioritizing based on human health risks. PMID:29385628
Villarroya, Joan; Dorado, Beatriz; Vilà, Maya R; Garcia-Arumí, Elena; Domingo, Pere; Giralt, Marta; Hirano, Michio; Villarroya, Francesc
2011-01-01
Mammal adipose tissues require mitochondrial activity for proper development and differentiation. The components of the mitochondrial respiratory chain/oxidative phosphorylation system (OXPHOS) are encoded by both mitochondrial and nuclear genomes. The maintenance of mitochondrial DNA (mtDNA) is a key element for a functional mitochondrial oxidative activity in mammalian cells. To ascertain the role of mtDNA levels in adipose tissue, we have analyzed the alterations in white (WAT) and brown (BAT) adipose tissues in thymidine kinase 2 (Tk2) H126N knockin mice, a model of TK2 deficiency-induced mtDNA depletion. We observed respectively severe and moderate mtDNA depletion in TK2-deficient BAT and WAT, showing both tissues moderate hypotrophy and reduced fat accumulation. Electron microscopy revealed altered mitochondrial morphology in brown but not in white adipocytes from TK2-deficient mice. Although significant reduction in mtDNA-encoded transcripts was observed both in WAT and BAT, protein levels from distinct OXPHOS complexes were significantly reduced only in TK2-deficient BAT. Accordingly, the activity of cytochrome c oxidase was significantly lowered only in BAT from TK2-deficient mice. The analysis of transcripts encoding up to fourteen components of specific adipose tissue functions revealed that, in both TK2-deficient WAT and BAT, there was a consistent reduction of thermogenesis related gene expression and a severe reduction in leptin mRNA. Reduced levels of resistin mRNA were found in BAT from TK2-deficient mice. Analysis of serum indicated a dramatic reduction in circulating levels of leptin and resistin. In summary, our present study establishes that mtDNA depletion leads to a moderate impairment in mitochondrial respiratory function, especially in BAT, causes substantial alterations in WAT and BAT development, and has a profound impact in the endocrine properties of adipose tissues. © 2011 Villarroya et al.
Villarroya, Joan; Dorado, Beatriz; Vilà, Maya R.; Garcia-Arumí, Elena; Domingo, Pere; Giralt, Marta; Hirano, Michio; Villarroya, Francesc
2011-01-01
Mammal adipose tissues require mitochondrial activity for proper development and differentiation. The components of the mitochondrial respiratory chain/oxidative phosphorylation system (OXPHOS) are encoded by both mitochondrial and nuclear genomes. The maintenance of mitochondrial DNA (mtDNA) is a key element for a functional mitochondrial oxidative activity in mammalian cells. To ascertain the role of mtDNA levels in adipose tissue, we have analyzed the alterations in white (WAT) and brown (BAT) adipose tissues in thymidine kinase 2 (Tk2) H126N knockin mice, a model of TK2 deficiency-induced mtDNA depletion. We observed respectively severe and moderate mtDNA depletion in TK2-deficient BAT and WAT, showing both tissues moderate hypotrophy and reduced fat accumulation. Electron microscopy revealed altered mitochondrial morphology in brown but not in white adipocytes from TK2-deficient mice. Although significant reduction in mtDNA-encoded transcripts was observed both in WAT and BAT, protein levels from distinct OXPHOS complexes were significantly reduced only in TK2-deficient BAT. Accordingly, the activity of cytochrome c oxidase was significantly lowered only in BAT from TK2-deficient mice. The analysis of transcripts encoding up to fourteen components of specific adipose tissue functions revealed that, in both TK2-deficient WAT and BAT, there was a consistent reduction of thermogenesis related gene expression and a severe reduction in leptin mRNA. Reduced levels of resistin mRNA were found in BAT from TK2-deficient mice. Analysis of serum indicated a dramatic reduction in circulating levels of leptin and resistin. In summary, our present study establishes that mtDNA depletion leads to a moderate impairment in mitochondrial respiratory function, especially in BAT, causes substantial alterations in WAT and BAT development, and has a profound impact in the endocrine properties of adipose tissues. PMID:22216345
Luo, Ming; Jiang, Honghui; Wang, Wengang; Li, Ning; Shen, Mingkui; Li, Peng; Xu, Genzhong; Xia, Lei
2017-12-13
Previous studies have reported that rod composition and diameter, as well as the correction technique are key factors associated with thoracic kyphosis (TK) restoration. However, few study has analyzed the correlation between screw density and TK restoration in hypokyphotic adolescent idiopathic scoliosis (AIS). Fifty-seven thoracic AIS patients with preoperative TK < 10° treated with all pedicle screw fixation with a minimum 2-year follow-up were recruited. Preoperative and postoperative radiographic measurements, and information of posterior instrumentation were reviewed. Pearson and Spearman correlation coefficient analysis were used to assess relationships between change in TK and number of variables. Then, the included patients were classified into two groups (Group 1: postoperative TK ≥ 20°; Group 2: postoperative TK < 20°) to evaluate the influence factors of TK restoration. The average preoperative TK was 4.75°, which was significantly restored to 17.30° (P < 0.001). Significant correlations were found between change in TK and flexibility of major thoracic curve (r = 0.357, P = 0.006), preoperative TK (r = -0.408, P = 0.002), and screw density of concave side (r = 0.306, P = 0.021), respectively. In the subgroup comparison, 17 patients (29.8%) maintain the postoperative TK ≥ 20°, increased flexibility of major thoracic curve (P < 0.001), screw number of concave side (P = 0. 029), and cobalt chromium rods (P = 0.041) were found in the group of postoperative TK ≥ 20°. TK restoration remains a challenge for AIS patients with hypokyphosis, especially for the poor flexibility ones. Except for thicker and cobalt chromium rods, screw density of concave side might be another positive predictor of restoring normal kyphosis, which provides a stronger corrective force on the sagittal plane with more pedicle screws.
Electronic nicotine delivery systems: is there a need for regulation?
Trtchounian, Anna; Talbot, Prue
2011-01-01
Electronic nicotine delivery systems (ENDS) purport to deliver nicotine to the lungs of smokers. Five brands of ENDS were evaluated for design features, accuracy and clarity of labelling and quality of instruction manuals and associated print material supplied with products or on manufacturers' websites. ENDS were purchased from online vendors and analysed for various parameters. While the basic design of ENDS was similar across brands, specific design features varied significantly. Fluid contained in cartridge reservoirs readily leaked out of most brands, and it was difficult to assemble or disassemble ENDS without touching nicotine-containing fluid. Two brands had designs that helped lessen this problem. Labelling of cartridges was very poor; labelling of some cartridge wrappers was better than labelling of cartridges. In general, packs of replacement cartridges were better labelled than the wrappers or cartridges, but most packs lacked cartridge content and warning information, and sometimes packs had confusing information. Used cartridges contained fluid, and disposal of nicotine-containing cartridges was not adequately addressed on websites or in manuals. Orders were sometimes filled incorrectly, and safety features did not always function properly. Print and internet material often contained information or made claims for which there is currently no scientific support. Design flaws, lack of adequate labelling and concerns about quality control and health issues indicate that regulators should consider removing ENDS from the market until their safety can be adequately evaluated.
NASA Technical Reports Server (NTRS)
Taylor, Eric S. (Inventor); Myers, W. Neill (Inventor); Martin, Michael A. (Inventor)
2005-01-01
An ignitor for use with the MC-1 rocket engine has a cartridge bounded by two end caps with rupture disc assemblies connected thereto. A piston assembly within the cartridge moves from one end of the cartridge during the ignition process. The inlet of the ignitor communicates with a supply taken from the discharge of the fuel pump. When the pump is initially started, the pressure differential bursts the first rupture disc to begin the movement of the piston assembly toward the discharge end. The pressurization of the cartridge causes the second rupture disc to rupture and hypergolic fluid contained within the cartridge is discharged out the ignitor outlet.
Cartridge output testing - Methods to overcome closed-bomb shortcomings
NASA Technical Reports Server (NTRS)
Bement, Laurence J.; Schimmel, Morry L.
1991-01-01
Although the closed-bomb test has achieved virtually universal acceptance for measuring the output performance of pyrotechnic cartridges, there are serious shortcomings in its ability to quantify the performance of cartridges used as energy sources for pyrotechnic-activated mechanical devices. This paper presents several examples of cartridges (including the NASA Standard Initiator NSI) that successfully met closed-bomb performance requirements, but resulted in functional failures in mechanisms. To resolve these failures, test methods were developed to demonstrate a functional margin, based on comparing energy required to accomplish the function to energy deliverable by the cartridge.
High-Temperature Crystal-Growth Cartridge Tubes Made by VPS
NASA Technical Reports Server (NTRS)
Holmes, Richard; O'Dell, Scott; McKechnie, Timothy; Power, Christopher
2008-01-01
Cartridge tubes for use in a crystal growth furnace at temperatures as high as 1,600 deg. C have been fabricated by vacuum plasma spraying (VPS). These cartridges consist mainly of an alloy of 60 weight percent molybdenum with 40 weight percent rhenium, made from molybdenum powder coated with rhenium. This alloy was selected because of its high melting temperature (approximately equal.2,550 C) and because of its excellent ductility at room temperature. These cartridges are intended to supplant tungsten/nickel-alloy cartridges, which cannot be used at temperatures above approximately equal 1,300 C.
... the respirator. If I have the right cartridges/filters for a certain hazard, and my mask fits, ... use and maintenance are essential. Will my cartridge/filter and respirator mask protect forever? Cartridges, filters, and ...
Moein, Mohammad Mahdi; Javanbakht, Mehran; Akbari-Adergani, Behrouz
2011-04-01
In this paper, a novel method is described for automated determination of dextromethorphan in biological fluids using molecularly imprinted solid-phase extraction (MISPE) as a sample clean-up technique combined with high performance liquid chromatography (HPLC). The water-compatible molecularly imprinted polymers (MIPs) were prepared using methacrylic acid as functional monomer, ethylene glycol dimethacrylate as cross-linker, chloroform as porogen and dextromethorphan as template molecule. These imprinted polymers were used as solid-phase extraction sorbent for the extraction of dextromethorphan from human plasma samples. Various parameters affecting the extraction efficiency of the MIP cartridges were evaluated. The high selectivity of the sorbent coupled to the high performance liquid chromatographic system permitted a simple and rapid analysis of this drug in plasma samples with limits of detection (LOD) and quantification (LOQ) of 0.12 ng/mL and 0.35 ng/mL, respectively. The MIP selectivity was evaluated by analyzing of the dextromethorphan in presence of several substances with similar molecular structures and properties. Results from the HPLC analyses showed that the recoveries of dextromethorphan using MIP cartridges from human plasma samples in the range of 1-50 ng/mL were higher than 87%. Copyright © 2011 Elsevier B.V. All rights reserved.
Rapid Peptide Reagent Isolation in a Disposable Microfluidic Cartridge
2010-09-01
Rapid Peptide Reagent Isolation in a Disposable Microfluidic Cartridge by Dimitra N. Stratis-Cullum, Joshua M. Kogot, and Paul M...Adelphi, MD 20783-1197 ARL-TR-5357 September 2010 Rapid Peptide Reagent Isolation in a Disposable Microfluidic Cartridge Dimitra N...Peptide Reagent Isolation in a Disposable Microfluidic Cartridge 5a. CONTRACT NUMBER DAAD19-03-D-004 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER
CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (UNIX VERSION)
NASA Technical Reports Server (NTRS)
Donnell, B.
1994-01-01
CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with 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 command line version. For the UNIX version of CLIPS 6.0, the command line interface has been successfully implemented on a Sun4 running SunOS, a DECstation running DEC RISC ULTRIX, an SGI Indigo Elan running IRIX, a DEC Alpha AXP running OSF/1, and an IBM RS/6000 running AIX. Command line interface executables are included for Sun4 computers running SunOS 4.1.1 or later and for the DEC RISC ULTRIX platform. The makefiles may have to be modified slightly to be used on other UNIX platforms. The UNIX, Macintosh, and IBM PC versions of CLIPS 6.0 each have a platform specific interface. Source code, a makefile, and an executable for the Windows 3.1 interface version of CLIPS 6.0 are provided only on the IBM PC distribution diskettes. Source code, a makefile, and an executable for the Macintosh interface version of CLIPS 6.0 are provided only on the Macintosh distribution diskettes. Likewise, for the UNIX version of CLIPS 6.0, only source code and a makefile for an X-Windows interface are provided. The X-Windows interface requires MIT's X Window System, Version 11, Release 4 (X11R4), the Athena Widget Set, and the Xmu library. The source code for the Athena Widget Set is provided on the distribution medium. The X-Windows interface has been successfully implemented on a Sun4 running SunOS 4.1.2 with the MIT distribution of X11R4 (not OpenWindows), an SGI Indigo Elan running IRIX 4.0.5, and a DEC Alpha AXP running OSF/1 1.2. The VAX version of CLIPS 6.0 comes only with the generic command line interface. ASCII makefiles for the command line version of CLIPS are provided on all the distribution media for UNIX, VMS, and DOS. Four executables are provided with the IBM PC version: a windowed interface executable for Windows 3.1 built using Borland C++ v3.1, an editor for use with the windowed interface, a command line version of CLIPS for Windows 3.1, and a 386 command line executable for DOS built using Zortech C++ v3.1. All four executables are capable of utilizing extended memory and require an 80386 CPU or better. Users needing an 8086/8088 or 80286 executable must recompile the CLIPS source code themselves. Users who wish to recompile the DOS executable using Borland C++ or MicroSoft C must use a DOS extender program to produce an executable capable of using extended memory. The version of CLIPS 6.0 for IBM PC compatibles requires DOS v3.3 or later and/or Windows 3.1 or later. It is distributed on a set of three 1.4Mb 3.5 inch diskettes. A hard disk is required. The Macintosh version is distributed in compressed form on two 3.5 inch 1.4Mb Macintosh format diskettes, and requires System 6.0.5, or higher, and 1Mb RAM. The version for DEC VAX/VMS is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard distribution medium) or a TK50 tape cartridge. The UNIX version is distributed in UNIX tar format on a .25 inch streaming magnetic tape cartridge (Sun QIC-24). For the UNIX version, alternate distribution media and formats are available upon request. The CLIPS 6.0 documentation includes a User's Guide and a three volume Reference Manual consisting of Basic and Advanced Programming Guides and an Interfaces Guide. An electronic version of the documentation is provided on the distribution medium for each version: in MicroSoft Word format for the Macintosh and PC versions of CLIPS, and in both PostScript format and MicroSoft Word for Macintosh format for the UNIX and DEC VAX versions of CLIPS. CLIPS was developed in 1986 and Version 6.0 was released in 1993.
CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (IBM PC VERSION)
NASA Technical Reports Server (NTRS)
Donnell, B.
1994-01-01
CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with 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 command line version. For the UNIX version of CLIPS 6.0, the command line interface has been successfully implemented on a Sun4 running SunOS, a DECstation running DEC RISC ULTRIX, an SGI Indigo Elan running IRIX, a DEC Alpha AXP running OSF/1, and an IBM RS/6000 running AIX. Command line interface executables are included for Sun4 computers running SunOS 4.1.1 or later and for the DEC RISC ULTRIX platform. The makefiles may have to be modified slightly to be used on other UNIX platforms. The UNIX, Macintosh, and IBM PC versions of CLIPS 6.0 each have a platform specific interface. Source code, a makefile, and an executable for the Windows 3.1 interface version of CLIPS 6.0 are provided only on the IBM PC distribution diskettes. Source code, a makefile, and an executable for the Macintosh interface version of CLIPS 6.0 are provided only on the Macintosh distribution diskettes. Likewise, for the UNIX version of CLIPS 6.0, only source code and a makefile for an X-Windows interface are provided. The X-Windows interface requires MIT's X Window System, Version 11, Release 4 (X11R4), the Athena Widget Set, and the Xmu library. The source code for the Athena Widget Set is provided on the distribution medium. The X-Windows interface has been successfully implemented on a Sun4 running SunOS 4.1.2 with the MIT distribution of X11R4 (not OpenWindows), an SGI Indigo Elan running IRIX 4.0.5, and a DEC Alpha AXP running OSF/1 1.2. The VAX version of CLIPS 6.0 comes only with the generic command line interface. ASCII makefiles for the command line version of CLIPS are provided on all the distribution media for UNIX, VMS, and DOS. Four executables are provided with the IBM PC version: a windowed interface executable for Windows 3.1 built using Borland C++ v3.1, an editor for use with the windowed interface, a command line version of CLIPS for Windows 3.1, and a 386 command line executable for DOS built using Zortech C++ v3.1. All four executables are capable of utilizing extended memory and require an 80386 CPU or better. Users needing an 8086/8088 or 80286 executable must recompile the CLIPS source code themselves. Users who wish to recompile the DOS executable using Borland C++ or MicroSoft C must use a DOS extender program to produce an executable capable of using extended memory. The version of CLIPS 6.0 for IBM PC compatibles requires DOS v3.3 or later and/or Windows 3.1 or later. It is distributed on a set of three 1.4Mb 3.5 inch diskettes. A hard disk is required. The Macintosh version is distributed in compressed form on two 3.5 inch 1.4Mb Macintosh format diskettes, and requires System 6.0.5, or higher, and 1Mb RAM. The version for DEC VAX/VMS is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard distribution medium) or a TK50 tape cartridge. The UNIX version is distributed in UNIX tar format on a .25 inch streaming magnetic tape cartridge (Sun QIC-24). For the UNIX version, alternate distribution media and formats are available upon request. The CLIPS 6.0 documentation includes a User's Guide and a three volume Reference Manual consisting of Basic and Advanced Programming Guides and an Interfaces Guide. An electronic version of the documentation is provided on the distribution medium for each version: in MicroSoft Word format for the Macintosh and PC versions of CLIPS, and in both PostScript format and MicroSoft Word for Macintosh format for the UNIX and DEC VAX versions of CLIPS. CLIPS was developed in 1986 and Version 6.0 was released in 1993.
CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (MACINTOSH VERSION)
NASA Technical Reports Server (NTRS)
Riley, G.
1994-01-01
CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with 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 command line version. For the UNIX version of CLIPS 6.0, the command line interface has been successfully implemented on a Sun4 running SunOS, a DECstation running DEC RISC ULTRIX, an SGI Indigo Elan running IRIX, a DEC Alpha AXP running OSF/1, and an IBM RS/6000 running AIX. Command line interface executables are included for Sun4 computers running SunOS 4.1.1 or later and for the DEC RISC ULTRIX platform. The makefiles may have to be modified slightly to be used on other UNIX platforms. The UNIX, Macintosh, and IBM PC versions of CLIPS 6.0 each have a platform specific interface. Source code, a makefile, and an executable for the Windows 3.1 interface version of CLIPS 6.0 are provided only on the IBM PC distribution diskettes. Source code, a makefile, and an executable for the Macintosh interface version of CLIPS 6.0 are provided only on the Macintosh distribution diskettes. Likewise, for the UNIX version of CLIPS 6.0, only source code and a makefile for an X-Windows interface are provided. The X-Windows interface requires MIT's X Window System, Version 11, Release 4 (X11R4), the Athena Widget Set, and the Xmu library. The source code for the Athena Widget Set is provided on the distribution medium. The X-Windows interface has been successfully implemented on a Sun4 running SunOS 4.1.2 with the MIT distribution of X11R4 (not OpenWindows), an SGI Indigo Elan running IRIX 4.0.5, and a DEC Alpha AXP running OSF/1 1.2. The VAX version of CLIPS 6.0 comes only with the generic command line interface. ASCII makefiles for the command line version of CLIPS are provided on all the distribution media for UNIX, VMS, and DOS. Four executables are provided with the IBM PC version: a windowed interface executable for Windows 3.1 built using Borland C++ v3.1, an editor for use with the windowed interface, a command line version of CLIPS for Windows 3.1, and a 386 command line executable for DOS built using Zortech C++ v3.1. All four executables are capable of utilizing extended memory and require an 80386 CPU or better. Users needing an 8086/8088 or 80286 executable must recompile the CLIPS source code themselves. Users who wish to recompile the DOS executable using Borland C++ or MicroSoft C must use a DOS extender program to produce an executable capable of using extended memory. The version of CLIPS 6.0 for IBM PC compatibles requires DOS v3.3 or later and/or Windows 3.1 or later. It is distributed on a set of three 1.4Mb 3.5 inch diskettes. A hard disk is required. The Macintosh version is distributed in compressed form on two 3.5 inch 1.4Mb Macintosh format diskettes, and requires System 6.0.5, or higher, and 1Mb RAM. The version for DEC VAX/VMS is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard distribution medium) or a TK50 tape cartridge. The UNIX version is distributed in UNIX tar format on a .25 inch streaming magnetic tape cartridge (Sun QIC-24). For the UNIX version, alternate distribution media and formats are available upon request. The CLIPS 6.0 documentation includes a User's Guide and a three volume Reference Manual consisting of Basic and Advanced Programming Guides and an Interfaces Guide. An electronic version of the documentation is provided on the distribution medium for each version: in MicroSoft Word format for the Macintosh and PC versions of CLIPS, and in both PostScript format and MicroSoft Word for Macintosh format for the UNIX and DEC VAX versions of CLIPS. CLIPS was developed in 1986 and Version 6.0 was released in 1993.
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
CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with 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 command line version. For the UNIX version of CLIPS 6.0, the command line interface has been successfully implemented on a Sun4 running SunOS, a DECstation running DEC RISC ULTRIX, an SGI Indigo Elan running IRIX, a DEC Alpha AXP running OSF/1, and an IBM RS/6000 running AIX. Command line interface executables are included for Sun4 computers running SunOS 4.1.1 or later and for the DEC RISC ULTRIX platform. The makefiles may have to be modified slightly to be used on other UNIX platforms. The UNIX, Macintosh, and IBM PC versions of CLIPS 6.0 each have a platform specific interface. Source code, a makefile, and an executable for the Windows 3.1 interface version of CLIPS 6.0 are provided only on the IBM PC distribution diskettes. Source code, a makefile, and an executable for the Macintosh interface version of CLIPS 6.0 are provided only on the Macintosh distribution diskettes. Likewise, for the UNIX version of CLIPS 6.0, only source code and a makefile for an X-Windows interface are provided. The X-Windows interface requires MIT's X Window System, Version 11, Release 4 (X11R4), the Athena Widget Set, and the Xmu library. The source code for the Athena Widget Set is provided on the distribution medium. The X-Windows interface has been successfully implemented on a Sun4 running SunOS 4.1.2 with the MIT distribution of X11R4 (not OpenWindows), an SGI Indigo Elan running IRIX 4.0.5, and a DEC Alpha AXP running OSF/1 1.2. The VAX version of CLIPS 6.0 comes only with the generic command line interface. ASCII makefiles for the command line version of CLIPS are provided on all the distribution media for UNIX, VMS, and DOS. Four executables are provided with the IBM PC version: a windowed interface executable for Windows 3.1 built using Borland C++ v3.1, an editor for use with the windowed interface, a command line version of CLIPS for Windows 3.1, and a 386 command line executable for DOS built using Zortech C++ v3.1. All four executables are capable of utilizing extended memory and require an 80386 CPU or better. Users needing an 8086/8088 or 80286 executable must recompile the CLIPS source code themselves. Users who wish to recompile the DOS executable using Borland C++ or MicroSoft C must use a DOS extender program to produce an executable capable of using extended memory. The version of CLIPS 6.0 for IBM PC compatibles requires DOS v3.3 or later and/or Windows 3.1 or later. It is distributed on a set of three 1.4Mb 3.5 inch diskettes. A hard disk is required. The Macintosh version is distributed in compressed form on two 3.5 inch 1.4Mb Macintosh format diskettes, and requires System 6.0.5, or higher, and 1Mb RAM. The version for DEC VAX/VMS is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard distribution medium) or a TK50 tape cartridge. The UNIX version is distributed in UNIX tar format on a .25 inch streaming magnetic tape cartridge (Sun QIC-24). For the UNIX version, alternate distribution media and formats are available upon request. The CLIPS 6.0 documentation includes a User's Guide and a three volume Reference Manual consisting of Basic and Advanced Programming Guides and an Interfaces Guide. An electronic version of the documentation is provided on the distribution medium for each version: in MicroSoft Word format for the Macintosh and PC versions of CLIPS, and in both PostScript format and MicroSoft Word for Macintosh format for the UNIX and DEC VAX versions of CLIPS. CLIPS was developed in 1986 and Version 6.0 was released in 1993.
de Bie, Roosmarie P; Schmeink, Channa E; Bakkers, Judith M J E; Snijders, Peter J F; Quint, Wim G V; Massuger, Leon F A G; Bekkers, Ruud L M; Melchers, Willem J G
2011-07-01
The clinically validated high-risk human papillomavirus (hrHPV) Hybrid Capture 2 (HC2) and GP5+/6+-PCR assays were analyzed on an Indicating FTA Elute cartridge (FTA cartridge). The FTA cartridge is a solid dry carrier that allows safe transport of cervical samples. FTA cartridge samples were compared with liquid-based samples for hrHPV and high-grade cervical intraepithelial neoplasia (CIN) detection. One cervical sample was collected in a liquid-based medium, and one was applied to the FTA cartridge. DNA was eluted directly from the FTA cartridge by a simple elution step. HC2 and GP5+/6+-PCR assays were performed on both the liquid-based and the FTA-eluted DNA of 88 women. Overall agreement between FTA and liquid-based samples for the presence of hrHPV was 90.9% with GP5+/6+-PCR and 77.3% with HC2. The sensitivity for high-grade CIN of hrHPV testing on the FTA cartridges was 84.6% with GP5+/6+-PCR and only 53.8% with HC2. By comparison, these sensitivities on liquid-based samples were 92.3% and 100% for GP5+/6+-PCR and HC2, respectively. Therefore, the FTA cartridge shows reasonably good overall agreement for hrHPV detection with liquid-based media when using GP5+/6+-PCR but not HC2 testing. Even with GP5+/6+-PCR, the FTA cartridge is not yet capable of detecting all high-grade CIN lesions. Copyright © 2011 American Society for Investigative Pathology and the Association for Molecular Pathology. Published by Elsevier Inc. All rights reserved.
Fowler, Sara; Reader, Al; Beck, Mike
2015-05-01
The purpose of this retrospective study was to determine the incidence of missed inferior alveolar nerve (IAN) blocks by using a 1- or 2-cartridge volume of 2% lidocaine with 1:100,000 epinephrine in vital asymptomatic teeth and in emergency patients with symptomatic irreversible pulpitis. As part of 37 studies, 3169 subjects/patients were evaluated for missed IAN blocks. The study included 2450 asymptomatic subjects and 719 emergency patients presenting with symptomatic irreversible pulpitis. Each subject or patient received either a 1- or 2-cartridge volume of 2% lidocaine with 1:100,000 epinephrine. A missed block was defined as no lip numbness at 15-20 minutes after the IAN block. The effect of anesthetic volume on the incidence of missed blocks was assessed by using mixed models logistic regression with individual studies as a random effect. The incidence of missed blocks for asymptomatic subjects was 6.3% for the 1-cartridge volume and 3.8% for the 2-cartridge volume. For patients presenting with irreversible pulpitis, the incidence of missed blocks was 7.7% for the 1-cartridge volume and 2.3% for the 2-cartridge volume. In both asymptomatic subjects and patients with irreversible pulpitis, the 2-cartridge volume was significantly (P = .0395) better than the 1-cartridge volume. There were no significant effects for pulpal diagnosis (P = .7523) or the pulpal diagnosis and anesthetic volume interaction (P = .3973). Concerning missed IAN blocks, we concluded that administration of a 2-cartridge volume was significantly better (P = .0395) than a 1-cartridge volume in both asymptomatic subjects and emergency patients presenting with irreversible pulpitis. Copyright © 2015 American Association of Endodontists. Published by Elsevier Inc. All rights reserved.
Conditional Cytotoxic Anti-HIV Gene Therapy for Selectable Cell Modification
Garg, Himanshu; Joshi, Anjali
2016-01-01
Gene therapy remains one of the potential strategies to achieve a cure for HIV infection. One of the major limitations of anti-HIV gene therapy concerns recovering an adequate number of modified cells to generate an HIV-proof immune system. Our study addresses this issue by developing a methodology that can mark conditional vector-transformed cells for selection and subsequently target HIV-infected cells for elimination by treatment with ganciclovir (GCV). We used the herpes simplex virus thymidine kinase (TK) mutant SR39, which is highly potent at killing cells at low GCV concentrations. This gene was cloned into a conditional HIV vector, pNL-GFPRRESA, which expresses the gene of interest as well as green fluorescent protein (GFP) in the presence of HIV Tat protein. We show here that TK-SR39 was more potent that wild-type TK (TK-WT) at eliminating infected cells at lower concentrations of GCV. As the vector expresses GFP in the presence of Tat, transient expression of Tat either by Tat RNA transfection or transduction by a nonintegrating lentiviral (NIL) vector marked the cells with GFP for selection. In cells selected by this strategy, TK-SR39 was more potent at limiting virus replication than TK-WT. Finally, in Jurkat cells modified and selected by this approach, infection with CXCR4-tropic Lai virus could be suppressed by treatment with GCV. GCV treatment limited the number of HIV-infected cells, virus production, as well as virus-induced cytopathic effects in this model. We provide proof of principle that TK-SR39 in a conditional HIV vector can provide a safe and effective anti-HIV strategy. PMID:26800572
Conditional Cytotoxic Anti-HIV Gene Therapy for Selectable Cell Modification.
Garg, Himanshu; Joshi, Anjali
2016-05-01
Gene therapy remains one of the potential strategies to achieve a cure for HIV infection. One of the major limitations of anti-HIV gene therapy concerns recovering an adequate number of modified cells to generate an HIV-proof immune system. Our study addresses this issue by developing a methodology that can mark conditional vector-transformed cells for selection and subsequently target HIV-infected cells for elimination by treatment with ganciclovir (GCV). We used the herpes simplex virus thymidine kinase (TK) mutant SR39, which is highly potent at killing cells at low GCV concentrations. This gene was cloned into a conditional HIV vector, pNL-GFPRRESA, which expresses the gene of interest as well as green fluorescent protein (GFP) in the presence of HIV Tat protein. We show here that TK-SR39 was more potent that wild-type TK (TK-WT) at eliminating infected cells at lower concentrations of GCV. As the vector expresses GFP in the presence of Tat, transient expression of Tat either by Tat RNA transfection or transduction by a nonintegrating lentiviral (NIL) vector marked the cells with GFP for selection. In cells selected by this strategy, TK-SR39 was more potent at limiting virus replication than TK-WT. Finally, in Jurkat cells modified and selected by this approach, infection with CXCR4-tropic Lai virus could be suppressed by treatment with GCV. GCV treatment limited the number of HIV-infected cells, virus production, as well as virus-induced cytopathic effects in this model. We provide proof of principle that TK-SR39 in a conditional HIV vector can provide a safe and effective anti-HIV strategy.
The mouse lymphoma assay detects recombination, deletion, and aneuploidy.
Wang, Jianyong; Sawyer, Jeffrey R; Chen, Ling; Chen, Tao; Honma, Masamitsu; Mei, Nan; Moore, Martha M
2009-05-01
The mouse lymphoma assay (MLA) uses the thymidine kinase (Tk) gene of the L5178Y/Tk(+/-)-3.7.2C mouse lymphoma cell line as a reporter gene to evaluate the mutagenicity of chemical and physical agents. The MLA is recommended by both the United States Food and Drug Administration and the United States Environmental Protection Agency as the preferred in vitro mammalian cell mutation assay for genetic toxicology screening because it detects a wide range of genetic alterations, including both point mutations and chromosomal mutations. However, the specific types of chromosomal mutations that can be detected by the MLA need further clarification. For this purpose, three chemicals, including two clastogens and an aneugen (3'-azido-3'-deoxythymidine, mitomycin C, and taxol), were used to induce Tk mutants. Loss of heterozygosity (LOH) analysis was used to select mutants that could be informative as to whether they resulted from deletion, mitotic recombination, or aneuploidy. A combination of additional methods, G-banding analysis, chromosome painting, and a real-time PCR method to detect the copy number (CN) of the Tk gene was then used to provide a detailed analysis. LOH involving at least 25% of chromosome 11, a normal karyotype, and a Tk CN of 2 would indicate that the mutant resulted from recombination, whereas LOH combined with a karyotypically visible deletion of chromosome 11 and a Tk CN of 1 would indicate a deletion. Aneuploidy was confirmed using G-banding combined with chromosome painting analysis for mutants showing LOH at every microsatellite marker on chromosome 11. From this analysis, it is clear that mouse lymphoma Tk mutants can result from recombination, deletion, and aneuploidy.
Guo, Yi; Lingala, Sajan Goud; Zhu, Yinghua; Lebel, R Marc; Nayak, Krishna S
2017-10-01
The purpose of this work was to develop and evaluate a T 1 -weighted dynamic contrast enhanced (DCE) MRI methodology where tracer-kinetic (TK) parameter maps are directly estimated from undersampled (k,t)-space data. The proposed reconstruction involves solving a nonlinear least squares optimization problem that includes explicit use of a full forward model to convert parameter maps to (k,t)-space, utilizing the Patlak TK model. The proposed scheme is compared against an indirect method that creates intermediate images by parallel imaging and compressed sensing before to TK modeling. Thirteen fully sampled brain tumor DCE-MRI scans with 5-second temporal resolution are retrospectively undersampled at rates R = 20, 40, 60, 80, and 100 for each dynamic frame. TK maps are quantitatively compared based on root mean-squared-error (rMSE) and Bland-Altman analysis. The approach is also applied to four prospectively R = 30 undersampled whole-brain DCE-MRI data sets. In the retrospective study, the proposed method performed statistically better than indirect method at R ≥ 80 for all 13 cases. This approach provided restoration of TK parameter values with less errors in tumor regions of interest, an improvement compared to a state-of-the-art indirect method. Applied prospectively, the proposed method provided whole-brain, high-resolution TK maps with good image quality. Model-based direct estimation of TK maps from k,t-space DCE-MRI data is feasible and is compatible up to 100-fold undersampling. Magn Reson Med 78:1566-1578, 2017. © 2016 International Society for Magnetic Resonance in Medicine. © 2016 International Society for Magnetic Resonance in Medicine.
Weitnauer, G; Gaisser, S; Trefzer, A; Stockert, S; Westrich, L; Quiros, L M; Mendez, C; Salas, J A; Bechthold, A
2001-03-01
Three different resistance factors from the avilamycin biosynthetic gene cluster of Streptomyces viridochromogenes Tü57, which confer avilamycin resistance when expressed in Streptomyces lividans TK66, were isolated. Analysis of the deduced amino acid sequences showed that AviABC1 is similar to a large family of ATP-binding transporter proteins and that AviABC2 resembles hydrophobic transmembrane proteins known to act jointly with the ATP-binding proteins. The deduced amino acid sequence of aviRb showed similarity to those of other rRNA methyltransferases, and AviRa did not resemble any protein in the databases. Independent expression in S. lividans TK66 of aviABC1 plus aviABC2, aviRa, or aviRb conferred different levels of resistance to avilamycin: 5, 10, or 250 microg/ml, respectively. When either aviRa plus aviRb or aviRa plus aviRb plus aviABC1 plus aviABC2 was coexpressed in S. lividans TK66, avilamycin resistance levels reached more than 250 microg/ml. Avilamycin A inhibited poly(U)-directed polyphenylalanine synthesis in an in vitro system using ribosomes of S. lividans TK66(pUWL201) (GWO), S. lividans TK66(pUWL201-Ra) (GWRa), or S. lividans TK66(pUWL201-Rb) (GWRb), whereas ribosomes of S. lividans TK66 containing pUWL201-Ra+Rb (GWRaRb) were highly resistant. aviRa and aviRb were expressed in Escherichia coli, and both enzymes were purified as fusion proteins to near homogeneity. Both enzymes showed rRNA methyltransferase activity using a mixture of 16S and 23S rRNAs from E. coli as the substrate. Coincubation experiments revealed that the enzymes methylate different positions of rRNA.
The Computational Science Environment (CSE)
2009-08-01
supported CSE platforms. Developers can also build against different versions of a particular package (e.g., Python-2.4 vs . Python-2.5) via a...8.2.1 TK Testing Error and Workaround It has been found that TK tends to produces more testing errors when using KDE , and in some instances, the test...suite freezes when reaching the TK select test. These issues have not been seen when using Gnome . 8.2.2 VTK Testing Error and Workaround VTK test
Li, Jie; Sun, Chunyang; Tao, Wei; Cao, Ziyang; Qian, Haisheng; Yang, Xianzhu; Wang, Jun
2018-07-01
Controlling poly(ethylene glycol) (PEG) shielding/deshielding at the desired site of action exhibits great advantages for nanocarrier-based on-demand drug delivery in vivo. However, the current PEG deshielding strategies were mainly designed for anticancer drug delivery; even so, their applications are also limited by tumor heterogeneity. As a proof-of-concept, we explored a photoinduced PEG deshielding nanocarrier TK-NP Ce6&PTX to circumvent the aforementioned challenge. The TK-NP Ce6&PTX encapsulating chlorin e6 (Ce6) and paclitaxel (PTX) was self-assembled from an innovative thioketal (TK) linkage-bridged diblock copolymer of PEG with poly(d,l-lactic acid) (PEG-TK-PLA). We demonstrated that the high PEGylation of TK-NP Ce6&PTX in blood helps the nanocarrier efficiently avoid rapid clearance and consequently prolongs its circulation time. At the desired site (tumor), 660-nm red light irradiation led to ROS generation in situ, which readily cleaved the TK linkage, resulting in PEG deshielding. Such photoinduced PEG deshielding at the desired site significantly enhances the cellular uptake of the nanocarriers, achieving on-demand drug delivery and superior therapeutic efficacy. More importantly, this strategy of photoinducing PEG deshielding of nanocarriers could potentially extend to a variety of therapeutic agents beyond anticancer drugs for on-demand delivery. Copyright © 2018 Elsevier Ltd. All rights reserved.
Huber, B E; Richards, C A; Krenitsky, T A
1991-01-01
An approach involving retroviral-mediated gene therapy for the treatment of neoplastic disease is described. This therapeutic approach is called "virus-directed enzyme/prodrug therapy" (VDEPT). The VDEPT approach exploits the transcriptional differences between normal and neoplastic cells to achieve selective killing of neoplastic cells. We now describe development of the VDEPT approach for the treatment of hepatocellular carcinoma. Replication-defective, amphotrophic retroviruses were constructed containing a chimeric varicella-zoster virus thymidine kinase (VZV TK) gene that is transcriptionally regulated by either the hepatoma-associated alpha-fetoprotein or liver-associated albumin transcriptional regulatory sequences. Subsequent to retroviral infection, expression of VZV TK was limited to either alpha-fetoprotein- or albumin-positive cells, respectively. VZV TK metabolically activated the nontoxic prodrug 6-methoxypurine arabinonucleoside (araM), ultimately leading to the formation of the cytotoxic anabolite adenine arabinonucleoside triphosphate (araATP). Cells that selectively expressed VZV TK became selectively sensitive to araM due to the VZV TK-dependent anabolism of araM to araATP. Hence, these retroviral-delivered chimeric genes generated tissue-specific expression of VZV TK, tissue-specific anabolism of araM to araATP, and tissue-specific cytotoxicity due to araM exposure. By utilizing such retroviral vectors, araM was anabolized to araATP in hepatoma cells, producing a selective cytotoxic effect. Images PMID:1654555
NASA Technical Reports Server (NTRS)
1986-01-01
Fisher's Space Pen was developed for use in gravity free environments. The cartridge, pressurized with nitrogen, seals out air preventing evaporation and oxidation of the ink. Internal pressures force ink outward toward the ball point. A thixotropic ink is used. The pen will operate from minus 50 to plus 45 degrees Fahrenheit, and will withstand atmospheric extremes. It was used both on the Apollo missions and by Soviet Cosmonauts.
Heat Transfer Studies in Gun Tubes
1979-03-01
London), A134, 57-76 (1931). C. S. Smith, Trans. f1et. Soc. AIr1E, 89, 84-106 (1930). 15. Von. A. Kussman , H. I~ollenberger, Z. r·letallkunde, 50, 94...200 300 400 500 600 700 800 gOO 1000 1100 1200 Temperature, oK Fi gure 10. Thermal Conductivity of Cartridge Brass ~ • Kussman /Wo11enberger, Ref. 15
ASSIST - THE ABSTRACT SEMI-MARKOV SPECIFICATION INTERFACE TO THE SURE TOOL PROGRAM (SUN VERSION)
NASA Technical Reports Server (NTRS)
Johnson, S. C.
1994-01-01
ASSIST, the Abstract Semi-Markov Specification Interface to the SURE Tool program, is an interface that will enable reliability engineers to accurately design large semi-Markov models. The user describes the failure behavior of a fault-tolerant computer system in an abstract, high-level language. The ASSIST program then automatically generates a corresponding semi-Markov model. The abstract language allows efficient description of large, complex systems; a one-page ASSIST-language description may result in a semi-Markov model with thousands of states and transitions. The ASSIST program also includes model-reduction techniques to facilitate efficient modeling of large systems. Instead of listing the individual states of the Markov model, reliability engineers can specify the rules governing the behavior of a system, and these are used to automatically generate the model. ASSIST reads an input file describing the failure behavior of a system in an abstract language and generates a Markov model in the format needed for input to SURE, the semi-Markov Unreliability Range Evaluator program, and PAWS/STEM, the Pade Approximation with Scaling program and Scaled Taylor Exponential Matrix. A Markov model consists of a number of system states and transitions between them. Each state in the model represents a possible state of the system in terms of which components have failed, which ones have been removed, etc. Within ASSIST, each state is defined by a state vector, where each element of the vector takes on an integer value within a defined range. An element can represent any meaningful characteristic, such as the number of working components of one type in the system, or the number of faulty components of another type in use. Statements representing transitions between states in the model have three parts: a condition expression, a destination expression, and a rate expression. The first expression is a Boolean expression describing the state space variable values of states for which the transition is valid. The second expression defines the destination state for the transition in terms of state space variable values. The third expression defines the distribution of elapsed time for the transition. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. ASSIST was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The VMS version (LAR14193) is written in C-language and can be compiled with the VAX C compiler. The standard distribution medium for the VMS version of ASSIST is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The Sun version (LAR14923) is written in ANSI C-language. An ANSI compliant C compiler is required in order to compile this package. The standard distribution medium for the Sun version of ASSIST is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. Electronic copies of the documentation in PostScript, TeX, and DVI formats are provided on the distribution medium. (The VMS distribution lacks the .DVI format files, however.) ASSIST was developed in 1986 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. SunOS, Sun3, and Sun4 are trademarks of Sun Microsystems, Inc. UNIX is a registered trademark of AT&T Bell Laboratories.
ASSIST - THE ABSTRACT SEMI-MARKOV SPECIFICATION INTERFACE TO THE SURE TOOL PROGRAM (VAX VMS VERSION)
NASA Technical Reports Server (NTRS)
Johnson, S. C.
1994-01-01
ASSIST, the Abstract Semi-Markov Specification Interface to the SURE Tool program, is an interface that will enable reliability engineers to accurately design large semi-Markov models. The user describes the failure behavior of a fault-tolerant computer system in an abstract, high-level language. The ASSIST program then automatically generates a corresponding semi-Markov model. The abstract language allows efficient description of large, complex systems; a one-page ASSIST-language description may result in a semi-Markov model with thousands of states and transitions. The ASSIST program also includes model-reduction techniques to facilitate efficient modeling of large systems. Instead of listing the individual states of the Markov model, reliability engineers can specify the rules governing the behavior of a system, and these are used to automatically generate the model. ASSIST reads an input file describing the failure behavior of a system in an abstract language and generates a Markov model in the format needed for input to SURE, the semi-Markov Unreliability Range Evaluator program, and PAWS/STEM, the Pade Approximation with Scaling program and Scaled Taylor Exponential Matrix. A Markov model consists of a number of system states and transitions between them. Each state in the model represents a possible state of the system in terms of which components have failed, which ones have been removed, etc. Within ASSIST, each state is defined by a state vector, where each element of the vector takes on an integer value within a defined range. An element can represent any meaningful characteristic, such as the number of working components of one type in the system, or the number of faulty components of another type in use. Statements representing transitions between states in the model have three parts: a condition expression, a destination expression, and a rate expression. The first expression is a Boolean expression describing the state space variable values of states for which the transition is valid. The second expression defines the destination state for the transition in terms of state space variable values. The third expression defines the distribution of elapsed time for the transition. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. ASSIST was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The VMS version (LAR14193) is written in C-language and can be compiled with the VAX C compiler. The standard distribution medium for the VMS version of ASSIST is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The Sun version (LAR14923) is written in ANSI C-language. An ANSI compliant C compiler is required in order to compile this package. The standard distribution medium for the Sun version of ASSIST is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. Electronic copies of the documentation in PostScript, TeX, and DVI formats are provided on the distribution medium. (The VMS distribution lacks the .DVI format files, however.) ASSIST was developed in 1986 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. SunOS, Sun3, and Sun4 are trademarks of Sun Microsystems, Inc. UNIX is a registered trademark of AT&T Bell Laboratories.
2011-11-28
New Reprint Screening of Peptide Libraries against Protective Antigen of Bacillus anthracis in a Disposable Microfluidic Cartridge W911NF-09-D-0001...against Protective Antigen of Bacillus anthracis in a Disposable Microfluidic Cartridge Report Title ABSTRACT See attached. Screening of Peptide...Libraries against Protective Antigen of Bacillus anthracis in a Disposable Microfluidic Cartridge Joshua M. Kogot1, Yanting Zhang2, Stephen J. Moore3
United States all-in-one cartridge market: 1994 including end-user research
NASA Astrophysics Data System (ADS)
Shane, John
1995-04-01
Cartridge remanufacturing is reaching a turning point. Although more cartridges are being remanufactured today than las year, profitability is not as many would like. Margins for SX-type cartridges are slim. In addition, penetrating the LBP-NX and LBP-EX business has been slower than was expected. Although BIS expects that remanufacturing will rebound, the state of the industry today exhibits the signs of being in a slump.
Regan, John Frederick
2014-09-09
Removable cartridges are used on automated flow-through systems for the purpose of extracting and purifying genetic material from complex matrices. Different types of cartridges are paired with specific automated protocols to concentrate, extract, and purifying pathogenic or human genetic material. Their flow-through nature allows large quantities sample to be processed. Matrices may be filtered using size exclusion and/or affinity filters to concentrate the pathogen of interest. Lysed material is ultimately passed through a filter to remove the insoluble material before the soluble genetic material is delivered past a silica-like membrane that binds the genetic material, where it is washed, dried, and eluted. Cartridges are inserted into the housing areas of flow-through automated instruments, which are equipped with sensors to ensure proper placement and usage of the cartridges. Properly inserted cartridges create fluid- and air-tight seals with the flow lines of an automated instrument.
A Martin-Puplett cartridge FIR interferometer
DOE Office of Scientific and Technical Information (OSTI.GOV)
Smith, Roger J.; Penniman, Edwin E.; Jarboe, Thomas R.
2004-10-01
A compact prealigned Martin-Puplett interferometer (MPI) cartridge for plasma interferometry is described. The MPI cartridge groups all components of a MP interferometer, with the exception of the end mirror for the scene beam, on a stand-alone rigid platform. The interferometer system is completed by positioning a cartridge anywhere along and coaxial with the scene beam, considerably reducing the amount of effort in alignment over a discrete component layout. This allows the interferometer to be expanded to any number of interferometry chords consistent with optical access, limited only by the laser power. The cartridge interferometer has been successfully incorporated as amore » second chord on the Helicity Injected Torus II (HIT-II) far infrared interferometer system and a comparison with the discrete component system is presented. Given the utility and compactness of the cartridge, a possible design for a five-chord interferometer arrangement on the HIT-II device is described.« less
1987-06-01
not have been exercised for all cases of interest. While every effort has been made, within the time available, to ensure that the programs are free...crossed. Failing the proper denvatcin of a new pressure equation appiicabie to unsteady rotational flows, care must be exercised :, o -e-gard the present...time tk . U(T) - Chordwise translation velocity ( postive forward) at time tk. V(T) - Transverse translational velocity (positive downward) at trie tk
Chemical Genetics of 14-3-3 Regulation and Role in Tumor Development
2005-11-01
inhibitors , our group had identified a series of inhibitory compounds. When tested one of these, TK10, shows an inhibitory effect on 14-3-3 sigma nuclear...potential regulators of 14-3-3 sigma function. 5 BODY Determine the biological activity of the newly identified inhibitor of 14-3- &T nuclear export TKI0 I...have previously shown that an inhibitor of FOXOla nuclear export, TK10, inhibits the export of 14- 3-3 from the nucleus while TK10 does not affect
Three-Dimensional Route Planning for a Cruise Missile for Minimal Detection by Observer
1989-06-01
detect the enemy’s weakest avenues of approach are needed. Such systems could also be used to identify our own deficiencies and allow for...vector-k (oval (line-segment-direction-vector (oval line-i))))) ( Tk2 (vector-k (eval (line-segment-direction-voctor (oval line-2))))) (Tval ’nil...zerop Tkl)) (not (zerop Tk2 ))) (setf Tval (/ Tkl Tk2 ))) (t (return-from parallel-lines ’nil))) (cond ((and (equal Til (* Tval Ti2)) (equal Tjl (* Tval
Writing instrument interfaces with xf/tktcl
NASA Technical Reports Server (NTRS)
Henden, A. A.
1992-01-01
Tcl is an embedded control language written in C, running primarily under Unix and with an interpreted C look-and-feel. Tk is an X11 toolkit based on tcl. Xf is an application builder for tk. The entire package is public domain and available from sprite.berkeley.edu. This paper discusses the use of tk to develop a user interface for OSIRIS, an infrared camera/spectrograph now operational on the OSU Perkins 1.8m telescope. The good and bad features of the development process are described.
New Results on the Realizability of Reynolds Stress Turbulence Closures
1993-10-01
homogeneous turbulence, simplifies to the form (cf. Hinze 1975) S-Tk --- - rjk av. + 41ij - rj (6) Oxk OýXk() where ’ij P kO %+ aO,J’ I ij = 2v- ai aui (7) 3...homogeneous shear flow when SKo /eo = 50 (see Lee, Kim and Moin 1990). In Figure 12, the prediction of the FLT model for the time evolution of r 2 2 /(r 2...2 )0 is compared with the RDT solution for the initial conditions: (b, 1 )o = -0.0833, (b22)0 = -0.0833, SKo = 50 (68) Co where (bij)o = 0 for i $ j
MATH77 - A LIBRARY OF MATHEMATICAL SUBPROGRAMS FOR FORTRAN 77, RELEASE 4.0
NASA Technical Reports Server (NTRS)
Lawson, C. L.
1994-01-01
MATH77 is a high quality library of ANSI FORTRAN 77 subprograms implementing contemporary algorithms for the basic computational processes of science and engineering. The portability of MATH77 meets the needs of present-day scientists and engineers who typically use a variety of computing environments. Release 4.0 of MATH77 contains 454 user-callable and 136 lower-level subprograms. Usage of the user-callable subprograms is described in 69 sections of the 416 page users' manual. The topics covered by MATH77 are indicated by the following list of chapter titles in the users' manual: Mathematical Functions, Pseudo-random Number Generation, Linear Systems of Equations and Linear Least Squares, Matrix Eigenvalues and Eigenvectors, Matrix Vector Utilities, Nonlinear Equation Solving, Curve Fitting, Table Look-Up and Interpolation, Definite Integrals (Quadrature), Ordinary Differential Equations, Minimization, Polynomial Rootfinding, Finite Fourier Transforms, Special Arithmetic , Sorting, Library Utilities, Character-based Graphics, and Statistics. Besides subprograms that are adaptations of public domain software, MATH77 contains a number of unique packages developed by the authors of MATH77. Instances of the latter type include (1) adaptive quadrature, allowing for exceptional generality in multidimensional cases, (2) the ordinary differential equations solver used in spacecraft trajectory computation for JPL missions, (3) univariate and multivariate table look-up and interpolation, allowing for "ragged" tables, and providing error estimates, and (4) univariate and multivariate derivative-propagation arithmetic. MATH77 release 4.0 is a subroutine library which has been carefully designed to be usable on any computer system that supports the full ANSI standard FORTRAN 77 language. It has been successfully implemented on a CRAY Y/MP computer running UNICOS, a UNISYS 1100 computer running EXEC 8, a DEC VAX series computer running VMS, a Sun4 series computer running SunOS, a Hewlett-Packard 720 computer running HP-UX, a Macintosh computer running MacOS, and an IBM PC compatible computer running MS-DOS. Accompanying the library is a set of 196 "demo" drivers that exercise all of the user-callable subprograms. The FORTRAN source code for MATH77 comprises 109K lines of code in 375 files with a total size of 4.5Mb. The demo drivers comprise 11K lines of code and 418K. Forty-four percent of the lines of the library code and 29% of those in the demo code are comment lines. The standard distribution medium for MATH77 is a .25 inch streaming magnetic tape cartridge in UNIX tar format. It is also available on a 9track 1600 BPI magnetic tape in VAX BACKUP format and a TK50 tape cartridge in VAX BACKUP format. An electronic copy of the documentation is included on the distribution media. Previous releases of MATH77 have been used over a number of years in a variety of JPL applications. MATH77 Release 4.0 was completed in 1992. MATH77 is a copyrighted work with all copyright vested in NASA.
Pressures generated in vitro during Stabident intraosseous injections.
Whitworth, J M; Ramlee, R A M; Meechan, J G
2005-05-01
To test the hypothesis that the Stabident intraosseous injection is a potentially high-pressure technique, which carries serious risks of anaesthetic cartridge failure. A standard Astra dental syringe was modified to measure the internal pressure of local anaesthetic cartridges during injection. Intra-cartridge pressures were measured at 1 s intervals during slow (approximately 15 s) and rapid (<10 s) injections of 2% Xylocaine with 1:80,000 adrenaline (0.25 cartridge volumes) into air (no tissue resistance), or into freshly prepared Stabident perforation sites in the anterior mandible of freshly culled young and old sheep (against tissue resistance). Each injection was repeated 10 times over 3 days. Absolute maximum pressures generated by each category of injection, mean pressures at 1 s intervals in each series of injections, and standard deviations were calculated. Curves of mean maximum intra-cartridge pressure development with time were plotted for slow and rapid injections, and one-way anova (P<0.05) conducted to determine significant differences between categories of injection. Pressures created when injecting into air were less than those needed to inject into tissue (P<0.001). Fast injection produced greater intra-cartridge pressures than slow delivery (P<0.05). Injection pressures rose more quickly and to higher levels in small, young sheep mandibles than in larger, old sheep mandibles. The absolute maximum intra-cartridge pressure developed during the study was 3.31 MPa which is less than that needed to fracture glass cartridges. Stabident intraosseous injection conducted in accordance with the manufacturer's instructions does not present a serious risk of dangerous pressure build-up in local anaesthetic cartridges.
Bercovier, Herve; Fishman, Yolanta; Nahary, Ronen; Sinai, Sharon; Zlotkin, Amir; Eyngor, Marina; Gilad, Oren; Eldar, Avi; Hedrick, Ronald P
2005-01-01
Background Outbreaks with mass mortality among common carp Cyprinus carpio carpio and koi Cyprinus carpio koi have occurred worldwide since 1998. The herpes-like virus isolated from diseased fish is different from Herpesvirus cyprini and channel catfish virus and was accordingly designated koi herpesvirus (KHV). Diagnosis of KHV infection based on viral isolation and current PCR assays has a limited sensitivity and therefore new tools for the diagnosis of KHV infections are necessary. Results A robust and sensitive PCR assay based on a defined gene sequence of KHV was developed to improve the diagnosis of KHV infection. From a KHV genomic library, a hypothetical thymidine kinase gene (TK) was identified, subcloned and expressed as a recombinant protein. Preliminary characterization of the recombinant TK showed that it has a kinase activity using dTTP but not dCTP as a substrate. A PCR assay based on primers selected from the defined DNA sequence of the TK gene was developed and resulted in a 409 bp amplified fragment. The TK based PCR assay did not amplify the DNAs of other fish herpesviruses such as Herpesvirus cyprini (CHV) and the channel catfish virus (CCV). The TK based PCR assay was specific for the detection of KHV and was able to detect as little as 10 fentograms of KHV DNA corresponding to 30 virions. The TK based PCR was compared to previously described PCR assays and to viral culture in diseased fish and was shown to be the most sensitive method of diagnosis of KHV infection. Conclusion The TK based PCR assay developed in this work was shown to be specific for the detection of KHV. The TK based PCR assay was more sensitive for the detection of KHV than previously described PCR assays; it was as sensitive as virus isolation which is the golden standard method for KHV diagnosis and was able to detect as little as 10 fentograms of KHV DNA corresponding to 30 virions. PMID:15774009
Karpova, Nina N; Lindholm, Jesse Saku Olavi; Kulesskaya, Natalia; Onishchenko, Natalia; Vahter, Marie; Popova, Dina; Ceccatelli, Sandra; Castrén, Eero
2014-01-01
Developmental exposure to low dose of methylmercury (MeHg) has a long-lasting effect on memory and attention deficits in humans, as well as cognitive performance, depression-like behavior and the hippocampal levels of the brain-derived neurotrophic factor (Bdnf)in mice. The Bdnf receptor TrkB is a key player of Bdnf signaling. Using transgenic animals, here we analyzed the effect of the full-length TrkB overexpression (TK+) on behavior impairments induced by perinatal MeHg. TK overexpression in the MeHg-exposed mice enhanced generalized anxiety and cue memory in the fear conditioning (FC) test. Early exposure to MeHg induced deficits in reversal spatial memory in the Morris water maze (MWM) test and depression-like behavior in the forced swim test (FST) in only wild-type (WT) mice but did not affect these parameters in TK+ mice. These changes were associated with TK+ effect on the increase in Bdnf 2, 3, 4 and 6 transcription in the hippocampus as well as with interaction of TK+ and MeHg factors for Bdnf 1, 9a and truncated TrkB.T1 transcripts in the prefrontal cortex. However, the MeHg-induced anxiety-like behavior in the elevated plus maze (EPM) and open field (OF) tests was ameliorated by TK+ background only in the OF test. Moreover, TK overexpression in the MeHg mice did not prevent significant stress-induced weight loss during the period of adaptation to individual housing in metabolic cages. These TK genotype-independent changes were primarily accompanied by the MeHg-induced hippocampal deficits in the activity-dependent Bdnf 1, 4 and 9a variants, TrkB.T1, and transcripts for important antioxidant enzymes glyoxalases Glo1 and Glo2 and glutathione reductase Gsr. Our data suggest a role of full-length TrkB in buffering against memory deficits and depression-like behavior in the MeHg mice but propose the involvement of additional pathways, such as the antioxidant system or TrkB.T1 signaling, in stress- or anxiety-related responses induced by developmental MeHg exposure.
Karpova, Nina N.; Lindholm, Jesse Saku Olavi; Kulesskaya, Natalia; Onishchenko, Natalia; Vahter, Marie; Popova, Dina; Ceccatelli, Sandra; Castrén, Eero
2014-01-01
Developmental exposure to low dose of methylmercury (MeHg) has a long-lasting effect on memory and attention deficits in humans, as well as cognitive performance, depression-like behavior and the hippocampal levels of the brain-derived neurotrophic factor (Bdnf)in mice. The Bdnf receptor TrkB is a key player of Bdnf signaling. Using transgenic animals, here we analyzed the effect of the full-length TrkB overexpression (TK+) on behavior impairments induced by perinatal MeHg. TK overexpression in the MeHg-exposed mice enhanced generalized anxiety and cue memory in the fear conditioning (FC) test. Early exposure to MeHg induced deficits in reversal spatial memory in the Morris water maze (MWM) test and depression-like behavior in the forced swim test (FST) in only wild-type (WT) mice but did not affect these parameters in TK+ mice. These changes were associated with TK+ effect on the increase in Bdnf 2, 3, 4 and 6 transcription in the hippocampus as well as with interaction of TK+ and MeHg factors for Bdnf 1, 9a and truncated TrkB.T1 transcripts in the prefrontal cortex. However, the MeHg-induced anxiety-like behavior in the elevated plus maze (EPM) and open field (OF) tests was ameliorated by TK+ background only in the OF test. Moreover, TK overexpression in the MeHg mice did not prevent significant stress-induced weight loss during the period of adaptation to individual housing in metabolic cages. These TK genotype-independent changes were primarily accompanied by the MeHg-induced hippocampal deficits in the activity-dependent Bdnf 1, 4 and 9a variants, TrkB.T1, and transcripts for important antioxidant enzymes glyoxalases Glo1 and Glo2 and glutathione reductase Gsr. Our data suggest a role of full-length TrkB in buffering against memory deficits and depression-like behavior in the MeHg mice but propose the involvement of additional pathways, such as the antioxidant system or TrkB.T1 signaling, in stress- or anxiety-related responses induced by developmental MeHg exposure. PMID:25309367
42 CFR 84.253 - Chemical-cartridge respirators; requirements and tests.
Code of Federal Regulations, 2010 CFR
2010-10-01
... cartridges or pairs of cartridges continuously at a concentration of 10 ppm vinyl chloride monomer at a total... respirator by a breathing machine at a concentration of 10 ppm vinyl chloride monomer at the rate of 24...
Adjustments Recommended in Fiscal Year 1982 Ammunition Procurement and Modernization Programs
1981-06-30
No comment 4.8 No comment Cartridge, 7.6 2-mm., all types Cartridge, .45 caliber ball 31.9 58.3 -0.8 2.9 Cartridge, 1.6 30-mm., TP...4.5 - 1.6 57.5 Inventory exceeds re- quirements for rifle grenade cartridge 2.8 No comment 77.1 No comment - Inventory exceeds re...quirements 10.7 Inventory exceeds re- quirements Premature buy Premature buy 4.5 No comment 38 APPENDIX I APPENDIX
Anesthetic cartridge system under evaluation.
Cooley, R L; Lubow, R M
1981-01-01
The problem of glass breakage in the local anesthetic cartridge system was evaluated under laboratory conditions with a mechanical testing machine. The anticipated breakage of the glass did not occur with any frequency, as the rubber stopper produced more uniform failures of the system. The glass cartridge appeared to be quite reliable and resistant to breakage.Local anesthetics have been used for many years to provide patients temporary freedom from pain. Local anesthetic solutions are in wide use in both dentistry and medicine and are the most frequently used drugs in dentistry. Various estimates place the number of injections at approximately one half million daily or 125 million injections per year.These drugs and the armamentarium necessary to administer them have proven to be safe and reliable. Only rarely are there reports of sensitivity to the anesthetic solution or breakage of needles.. Sterility of the solutions has not been a problem as they are carefully processed and evaluated at the factory. Although there are sporadic reports of loss of sterility, this has been attributed to the reuse of the anesthetic cartridges on more than one patient. Monheim states "The success of the cartridge system in dentistry has been due to the sincerity, honesty, and high standards of the manufacturers in giving the profession a near-perfect product." However, on occassion a glass cartridge will break or shatter when inserting the harpoon into the rubber stopper or even during injection. Cooley et al reported on eye injuries occurring in the dental office, one of which was due to glass from a local anesthetic cartridge that exploded and propelled particles into the patient's eye. Forrest evaluated syringes, needles, and cartridges and reported that one brand (made in Britain) fractured more often than any other, but that the fracture rate was too low to be of any consequence.It is apparent that glass cartridges will fracture or burst from time to time. This study evaluates the cartridge system with carefully controlled laboratory procedures. The cartridges were tested under various pressures and conditions in an attempt to determine the causes of failure and when such failure may be anticipated.
46 CFR 115.810 - Fire protection.
Code of Federal Regulations, 2013 CFR
2013-10-01
... (7) Inspection and testing of smoke and fire detecting systems (including sensors and alarms) and... Coast Guard inspector. Dry chemical (cartridge operated) Examine pressure cartridge and replace if end... clear. Insert charged cartridge. Ensure dry chemical is free flowing, not caked, and extinguisher...
46 CFR 115.810 - Fire protection.
Code of Federal Regulations, 2012 CFR
2012-10-01
... (7) Inspection and testing of smoke and fire detecting systems (including sensors and alarms) and... Coast Guard inspector. Dry chemical (cartridge operated) Examine pressure cartridge and replace if end... clear. Insert charged cartridge. Ensure dry chemical is free flowing, not caked, and extinguisher...
46 CFR 115.810 - Fire protection.
Code of Federal Regulations, 2014 CFR
2014-10-01
... (7) Inspection and testing of smoke and fire detecting systems (including sensors and alarms) and... Coast Guard inspector. Dry chemical (cartridge operated) Examine pressure cartridge and replace if end... clear. Insert charged cartridge. Ensure dry chemical is free flowing, not caked, and extinguisher...
NASA Astrophysics Data System (ADS)
Gaudio, Anderson Coser; Takahata, Yuji; Richards, William Graham
1998-01-01
The probable binding mode of the herpes simplex virus thymidine kinase (HSV1 TK) N2-[substituted]-phenylguanine inhibitors is proposed. A computational experiment was designed to check some qualitative binding parameters and to calculate the interaction binding energies of alternative binding modes of N2-phenylguanines. The known binding modes of the HSV1 TK natural substrate deoxythymidine and one of its competitive inhibitors ganciclovir were used as templates. Both the qualitative and quantitative parts of the computational experiment indicated that the N2-phenylguanine derivatives bind to the HSV1 TK active site in the deoxythymidine-like binding mode. An experimental observation that N2-phenylguanosine derivatives are not phosphorylated during the interaction with the HSV1 TK gives support to the proposed binding mode.
NASA Astrophysics Data System (ADS)
Tournier, Robert F.
2014-12-01
An undercooled liquid is unstable. The driving force of the glass transition at Tg is a change of the undercooled-liquid Gibbs free energy. The classical Gibbs free energy change for a crystal formation is completed including an enthalpy saving. The crystal growth critical nucleus is used as a probe to observe the Laplace pressure change Δp accompanying the enthalpy change -Vm×Δp at Tg where Vm is the molar volume. A stable glass-liquid transition model predicts the specific heat jump of fragile liquids at T≤Tg, the Kauzmann temperature TK where the liquid entropy excess with regard to crystal goes to zero, the equilibrium enthalpy between TK and Tg, the maximum nucleation rate at TK of superclusters containing magic atom numbers, and the equilibrium latent heats at Tg and TK. Strong-to-fragile and strong-to-strong liquid transitions at Tg are also described and all their thermodynamic parameters are determined from their specific heat jumps. The existence of fragile liquids quenched in the amorphous state, which do not undergo liquid-liquid transition during heating preceding their crystallization, is predicted. Long ageing times leading to the formation at TK of a stable glass composed of superclusters containing up to 147 atom, touching and interpenetrating, are evaluated from nucleation rates. A fragile-to-fragile liquid transition occurs at Tg without stable-glass formation while a strong glass is stable after transition.
Yamazaki-Nishioka, Miho; Shimizu, Makiko; Suemizu, Hiroshi; Nishiwaki, Megumi; Mitsui, Marina; Yamazaki, Hiroshi
2018-02-01
1. Benzydamine is used clinically as a nonsteroidal anti-inflammatory drug in oral rinses and is employed in preclinical research as a flavin-containing monooxygenase (FMO) probe substrate. In this study, plasma concentrations of benzydamine and its primary N-oxide and N-demethylated metabolites were investigated in control TK-NOG mice, in humanized-liver mice, and in mice whose liver cells had been ablated with ganciclovir. 2. Following oral administration of benzydamine (10 mg/kg) in humanized-liver TK-NOG mice, plasma concentrations of benzydamine N-oxide were slightly higher than those of demethyl benzydamine. In contrast, in control and ganciclovir-treated TK-NOG mice, concentrations of demethyl benzydamine were slightly higher than those of benzydamine N-oxide. 3. Simulations of human plasma concentrations of benzydamine and its N-oxide were achieved using simplified physiologically based pharmacokinetic models based on data from control TK-NOG mice and from reported benzydamine concentrations after low-dose administration in humans. Estimated clearance rates based on data from humanized-liver and ganciclovir-treated TK-NOG mice were two orders magnitude high. 4. The pharmacokinetic profiles of benzydamine were different for control and humanized-liver TK-NOG mice. Humanized-liver mice are generally accepted human models; however, drug oxidation in mouse kidney might need to be considered when probe substrates undergo FMO-dependent drug oxidation in mouse liver and kidney.
78 FR 29669 - Airworthiness Directives; DASSAULT AVIATION Airplanes
Federal Register 2010, 2011, 2012, 2013, 2014
2013-05-21
... Maintenance Procedure 26-20-2, ``Removal of Pyrotechnical Cartridge for Check/Replacement,'' dated October... Maintenance Procedure 26-20-2, ``Removal of Pyrotechnical Cartridge for Check/ Replacement,'' dated October... Maintenance Procedure 26-20-2, ``Removal of Pyrotechnical Cartridge for Check/Replacement,'' dated October...
2013-11-27
SECURITY CLASSIFICATION OF: CUBRC has developed an in-line, multi-analyte isolation technology that utilizes solid phase extraction chemistries to purify...goals. Specifically, CUBRC will design and manufacture a prototype cartridge(s) and test the prototype cartridge for its ability to isolate each...display a currently valid OMB control number. PLEASE DO NOT RETURN YOUR FORM TO THE ABOVE ADDRESS. CUBRC , Inc. P. O. Box 400 Buffalo, NY 14225 -1955
High-Performance Water-Iodinating Cartridge
NASA Technical Reports Server (NTRS)
Sauer, Richard; Gibbons, Randall E.; Flanagan, David T.
1993-01-01
High-performance cartridge contains bed of crystalline iodine iodinates water to near saturation in single pass. Cartridge includes stainless-steel housing equipped with inlet and outlet for water. Bed of iodine crystals divided into layers by polytetrafluoroethylene baffles. Holes made in baffles and positioned to maximize length of flow path through layers of iodine crystals. Resulting concentration of iodine biocidal; suppresses growth of microbes in stored water or disinfects contaminated equipment. Cartridge resists corrosion and can be stored wet. Reused several times before necessary to refill with fresh iodine crystals.
Solid cartridge for a pulse weld forming electrode and method of joining tubular members
Bonnen, John Joseph Francis; Golovashchenko, Sergey Fedorovich; Mamutov, Alexander; Maison, Lloyd Douglas; Dawson, Scott Alwyn; deVries, James
2016-02-23
A cartridge assembly is disclosed for a pulse welding a first tube supported on a mandrel to a second tube. An outer tool is assembled over the second tube and a stored charge is discharged in the cartridge assembly. The cartridge comprises an annular conductor and a solid casing enveloping the conductor. The stored charge is electrically connected to the conductor and discharged through the conductor to compress the second tube and pulse weld the second tube to the first tube.
High Temperature/Solar Effects Testing on Various Munitions
1992-08-01
days. Follming conditioning, a variety of laboratory and ballistic tests are performed t o assess safety and performame. The test i t e m s are...ranging from 60-mm cartridges to 8-inch projectiles. anununition types including fuzes and anti-tank rockets. The first phase w a s conducted from...container with a foam liner. Each cartridge w a s in its individual fiber Each cartridge was packed in a fiber cartridge, 120-nun: APFSRS-T, M829Al
1917-08-01
To extract a cartridge or a cartridge case, put the rammer in the muzzle of gun and knock with the head of the rammer on the fuse of the projectile...or on the base of the case. If it is a cartridge which is being extracted ! the loader, standing at the breech, receives it in both hands. (f) Give...fuses and charges. They should be tried in the loading position (incline the gun slightly, open the breech gently, and extract the cartridge with
Lenselink, Charlotte H.; de Bie, Roosmarie P.; van Hamont, Dennis; Bakkers, Judith M. J. E.; Quint, Wim G. V.; Massuger, Leon F. A. G.; Bekkers, Ruud L. M.; Melchers, Willem J. G.
2009-01-01
This study assesses human papillomavirus (HPV) detection and genotyping in self-sampled genital smears applied to an indicating FTA elute cartridge (FTA cartridge). The study group consisted of 96 women, divided into two sample sets. All samples were analyzed by the HPV SPF10-Line Blot 25. Set 1 consisted of 45 women attending the gynecologist; all obtained a self-sampled cervicovaginal smear, which was applied to an FTA cartridge. HPV results were compared to a cervical smear (liquid based) taken by a trained physician. Set 2 consisted of 51 women who obtained a self-sampled cervicovaginal smear at home, which was applied to an FTA cartridge and to a liquid-based medium. DNA was obtained from the FTA cartridges by simple elution as well as extraction. Of all self-obtained samples of set 1, 62.2% tested HPV positive. The overall agreement between self- and physician-obtained samples was 93.3%, in favor of the self-obtained samples. In sample set 2, 25.5% tested HPV positive. The overall agreement for high-risk HPV presence between the FTA cartridge and liquid-based medium and between DNA elution and extraction was 100%. This study shows that HPV detection and genotyping in self-obtained cervicovaginal samples applied to an FTA cartridge is highly reliable. It shows a high level of overall agreement with HPV detection and genotyping in physician-obtained cervical smears and liquid-based self-samples. DNA can be obtained by simple elution and is therefore easy, cheap, and fast. Furthermore, the FTA cartridge is a convenient medium for collection and safe transport at ambient temperatures. Therefore, this method may contribute to a new way of cervical cancer screening. PMID:19553570
Lenselink, Charlotte H; de Bie, Roosmarie P; van Hamont, Dennis; Bakkers, Judith M J E; Quint, Wim G V; Massuger, Leon F A G; Bekkers, Ruud L M; Melchers, Willem J G
2009-08-01
This study assesses human papillomavirus (HPV) detection and genotyping in self-sampled genital smears applied to an indicating FTA elute cartridge (FTA cartridge). The study group consisted of 96 women, divided into two sample sets. All samples were analyzed by the HPV SPF(10)-Line Blot 25. Set 1 consisted of 45 women attending the gynecologist; all obtained a self-sampled cervicovaginal smear, which was applied to an FTA cartridge. HPV results were compared to a cervical smear (liquid based) taken by a trained physician. Set 2 consisted of 51 women who obtained a self-sampled cervicovaginal smear at home, which was applied to an FTA cartridge and to a liquid-based medium. DNA was obtained from the FTA cartridges by simple elution as well as extraction. Of all self-obtained samples of set 1, 62.2% tested HPV positive. The overall agreement between self- and physician-obtained samples was 93.3%, in favor of the self-obtained samples. In sample set 2, 25.5% tested HPV positive. The overall agreement for high-risk HPV presence between the FTA cartridge and liquid-based medium and between DNA elution and extraction was 100%. This study shows that HPV detection and genotyping in self-obtained cervicovaginal samples applied to an FTA cartridge is highly reliable. It shows a high level of overall agreement with HPV detection and genotyping in physician-obtained cervical smears and liquid-based self-samples. DNA can be obtained by simple elution and is therefore easy, cheap, and fast. Furthermore, the FTA cartridge is a convenient medium for collection and safe transport at ambient temperatures. Therefore, this method may contribute to a new way of cervical cancer screening.
NASA Technical Reports Server (NTRS)
Mertens, Christopher J.; Russell III, James M.; Mlynczak, Martin G.; She, Chiao-Yao; Schmidlin, Francis J.; Goldberg, Richard A.; Lopez-Puertas, Manuel; Wintersteiner, Peter P.; Picard, Richard H.; Winick, Jeremy R.;
2008-01-01
The Sounding of the Atmosphere using Broadband Emission Radiometry (SABER) experiment is one of four instruments on NASA's Thermosphere-Ionosphere-Energetics and Dynamics (TIMED) satellite. SABER measures broadband infrared limb emission and derives vertical profiles of kinetic temperature (Tk) from the lower stratosphere to approximately 120 km, and vertical profiles of carbon dioxide (CO2) volume mixing ratio (vmr) from approximately 70 km to 120 km. In this paper we report on SABER Tk/CO2 data in the mesosphere and lower thermosphere (MLT) region from the version 1.06 dataset. The continuous SABER measurements provide an excellent dataset to understand the evolution and mechanisms responsible for the global two-level structure of the mesopause altitude. SABER MLT Tk comparisons with ground-based sodium lidar and rocket falling sphere Tk measurements are generally in good agreement. However, SABER CO2 data differs significantly from TIME-GCM model simulations. Indirect CO2 validation through SABER-lidar MLT Tk comparisons and SABER-radiation transfer comparisons of nighttime 4.3 micron limb emission suggest the SABER-derived CO2 data is a better representation of the true atmospheric MLT CO2 abundance compared to model simulations of CO2 vmr.
Saxena, Kul B; Ravikoti, V Kumar; Dalvi, Vijay A; Pandey, Lalji B; Gaddikeri, Guruprasad
2010-01-01
Pigeonpea [Cajanus cajan (L.) Millsp.] is a unique food legume because of its partial (20-30%) outcrossing nature, which provides an opportunity to breed commercial hybrids. To achieve this, it is essential to have a stable male-sterility system. This paper reports the selection of a cytoplasmic-nuclear male-sterility (CMS) system derived from an interspecific cross between a wild relative of pigeonpea (Cajanus sericeus Benth. ex. Bak.) and a cultivar. This male-sterility source was used to breed agronomically superior CMS lines in early (ICPA 2068), medium (ICPA 2032), and late (ICPA 2030) maturity durations. Twenty-three fertility restorers and 30 male-sterility maintainers were selected to develop genetically diverse hybrid combinations. Histological studies revealed that vacuolation of growing tetrads and persistence of tetrad wall were primary causes of the manifestation of male sterility. Genetic studies showed that 2 dominant genes, of which one had inhibitory gene action, controlled fertility restoration in the hybrids. The experimental hybrids such as TK 030003 and TK 030009 in early, ICPH 2307 and TK 030625 in medium, and TK 030861 and TK 030851 in late maturity groups exhibited 30-88% standard heterosis in multilocation trials.
... needle unit. Wash your hands with soap and water. If you already have a medication cartridge in the injector pen, go to step 7 below. To insert a new medication cartridge into the injector pen, follow steps 3 through 6. Pull off the grey pen cap. Unscrew the cartridge holder from the ...
46 CFR 176.810 - Fire protection.
Code of Federal Regulations, 2013 CFR
2013-10-01
... systems, including sensors and alarms. (b) The owner, managing operator, or a qualified servicing facility... satisfaction of the Coast Guard inspector. Dry chemical (cartridge operated) Examine pressure cartridge and... and nozzle to see if they are clear. Insert charged cartridge. Ensure dry chemical is free flowing...
46 CFR 176.810 - Fire protection.
Code of Federal Regulations, 2012 CFR
2012-10-01
... systems, including sensors and alarms. (b) The owner, managing operator, or a qualified servicing facility... satisfaction of the Coast Guard inspector. Dry chemical (cartridge operated) Examine pressure cartridge and... and nozzle to see if they are clear. Insert charged cartridge. Ensure dry chemical is free flowing...
46 CFR 176.810 - Fire protection.
Code of Federal Regulations, 2014 CFR
2014-10-01
... systems, including sensors and alarms. (b) The owner, managing operator, or a qualified servicing facility... satisfaction of the Coast Guard inspector. Dry chemical (cartridge operated) Examine pressure cartridge and... and nozzle to see if they are clear. Insert charged cartridge. Ensure dry chemical is free flowing...
Biocompatibility and Cytotoxic Evaluation of New Sorbent Cartridges for Blood Hemoperfusion.
Pomarè Montin, Diego; Ankawi, Ghada; Lorenzin, Anna; Neri, Mauro; Caprara, Carlotta; Ronco, Claudio
2018-06-08
The use of adsorption cartridges for hemoperfusion (HP) is rapidly evolving. For these devices, the potential induced cytotoxicity is an important issue. The aim of this study was to investigate potential in vitro cytotoxic effects of different sorbent cartridges, HA130, HA230, HA330, HA380 (Jafron, China), on U937 monocytes. Monocytes were exposed to the sorbent material in static and dynamic manners. In static test, cell medium samples were collected after 24 h of incubation in the cartridges. In dynamic test, HP modality has been carried out and samples at 30, 60, 90, and 120 min were collected. Compared to control samples, there was no evidence of increased necrosis or apoptosis in monocytes exposed to the cartridges both in the static and dynamic tests. Our in vitro testing suggests that HA cartridges carry an optimal level of biocompatibility and their use in HP is not associated with adverse reactions or signs of cytotoxicity. © 2018 S. Karger AG, Basel.
Perceptions of Healthy-Looking and Sexy-Looking Brow Thickness.
Hwang, Kun; Kim, Hun
2018-06-01
This study aims to determine which brow thickness levels were considered ideal, healthy-looking, young-looking, and sexy-looking by Koreans.The 163 women and 38 men who visited a brow bar were asked to view illustrations of 4 brow thickness levels defined in terms of the percentage of the eye width at the lateral canthus: very thin (VTn-1/6) (16% of eye width), thin (Tn-1/5) (20%), medium (Med-1/4) (25%), and thick (Tk-1/3) (33%) and to choose which they thought were ideal, young-looking, healthy-looking, and sexy-looking.Med-1/4 (61.2%) was the brow thickness most often considered to be ideal, followed by Tk-1/3 (17.4%) and Tn-1/5 (15.9%). VTn-1/6 was the least preferred (5.5%). Med-1/4 was the most preferred ideal thickness among both sexes. Tk-1/3 (40.8%) was the thickness most often considered to be young-looking, followed by Med-1/4 (35.3%) and Tn-1/5 (18.4%). VTn-1/6 was the least preferred (5.5%). Tk-1/3 was the most preferred young-looking thickness among both sexes. Tk-1/3 (48.8%) was the thickness most often considered to be healthy-looking, followed by Med-1/4 (30.8%) and Tn-1/5 (11.9%). VTn-1/6 was the least preferred (8.5%). Tk-1/3 was the most preferred healthy-looking thickness by women (52.2%), whereas Med-1/4 was the most common choice among men (39.5%). Tn-1/5 (40.8%) was the thickness most often considered to be sexy-looking, followed by VTn-1/6 (25.9%) and Med-1/4 (21.4%). Tk-1/3 was the least preferred (11.9%). Tn-1/5 was the most preferred sexy-looking thickness among both sexes.The results may be used as guidelines for patient or customer preferences in facial rejuvenation operations, brow esthetics, or tattooing.
Luo, Hao; Liang, Hairong; Chen, Yuting; Chen, Shaoyun; Xu, Yongchun; Xu, Longmei; Liu, Jiaxian; Zhou, Kairu; Peng, Jucheng; Guo, Guoqiang; Lai, Bei; Song, Li; Yang, Hui; Liu, Linhua; Peng, Jianming; Liu, Zhidong; Tang, Lin; Chen, Wen; Tang, Huanwen
2018-03-01
Hydroquinone (HQ), one of the major metabolic products of benzene, is a carcinogen, which induces apoptosis and inhibit proliferation in lymphoma cells. microRNA-7-5p (miR-7-5p), a tumor suppressor, participates in various biological processes including cell proliferation and apoptosis regulation by repressing expression of specific oncogenic target genes. To explore whether miR-7-5p is involved in HQ-induced cell proliferation and apoptosis, we assessed the effect of miR-7-5p overexpression on induction of apoptosis analyzed by FACSCalibur flow cytometer in transfection of TK6 cells with miR-7-5p mimic (TK6- miR-7-5p). We observed an increased apoptosis by 25.43% and decreased proliferation by 28.30% in TK6-miR-7-5p cells compared to those negative control cells (TK6-shNC) in response to HQ treatment. Furthermore, HQ might active the apoptotic pathway via partly downregulation the expression of BRCA1 and PARP-1, followed by p53 activation, in TK6-miR-7-5p cells. In contrast, attenuated p53 and BRCA1 expression was observed in shPARP-1 cells than in NC cells after HQ treatment. Therefore, we conclude that HQ may activate apoptotic signals via inhibiting the tumor suppressive effects of miR-7-5p, which may be mediated partly by upregulating the expression of PARP-1 and BRCA1 in control cells. The increase of miR-7-5p expression further intensified downregulation of PARP-1 and BRCA1 in TK6-miR-7-5p cells, resulting in an increase of apoptosis and proliferation inhibited. Copyright © 2018 Elsevier B.V. All rights reserved.
Xing, Yifei; Xiao, Yajun; Lu, Gongcheng; Zeng, Fuqing; Zhao, Jun; Xiong, Ping; Feng, Wei
2006-01-01
The killing effects of herpes simplex virus thymidine kinase gene/ganciclovir (HSV-tk/GCV) approach by the addition of several commonly clinical chemotherapeutic agents on hormone refractory prostate cancer (HRPC) cells PC-3m were investigated. After transferring of the HSV-tk gene into PC-3m cells, mRNA and protein expression of HSV-tk was detected by reverse-transcript polymerase chain reaction (RT-PCR) and strept avidin-biotin complex (SABC) immunohistochemical method. The killing effect of GCV, cisplatin (CDDP), etoposide (VP-16), vincristine (VCR), methotrexate (MTX), 5-fluorouracil (5-Fu), and suramin on PC-3m cells was evaluated by morphological assessment analysis, trypan blue exclusion assay and MTT assay respectively. Additionally, the cooperative effect of HSV-tk/GCV system combined with the above agents on the target cancer cells was determined by MTT. Furthermore, apoptosis and necrosis induced by GCV plus 5-Fu or suramin was analyzed by flow cytometry (FCM). The results showed that that there was HSV-tk mRNA and protein expression in pDR2-tk plasmid transduced PC-3m cell. Combination of GCV with VP-16, VCR, 5-Fu or suramin led to an enhanced cellular killing effect, but with CDDP resulted in a reduced one and with MTX in an approximate one. FCM revealed that synergistic use of GCV and 5-fu or suramin resulted in a rather large proportion of apoptosis and necrosis with the apoptosis index being 36.38% and 35.51%, and the proportion of necrosis being 33.05% and 28.87%, respectively. In conclusion, HSV-tk/CGV approach by addition of certain clinical available chemotherapeutic drugs brings on statistically significant enhanced cell killing over single-agent treatment. Our results highlight the potential for such new combination therapies for future treatments of HRPC.
NASA Technical Reports Server (NTRS)
Wiese, C.; Gauny, S. S.; Liu, W. C.; Cherbonnel-Lasserre, C. L.; Kronenberg, A.
2001-01-01
Allelic loss is an important mutational mechanism in human carcinogenesis. Loss of heterozygosity (LOH) at an autosomal locus is one outcome of the repair of DNA double-strand breaks (DSBs) and can occur by deletion or by mitotic recombination. We report that mitotic recombination between homologous chromosomes occurred in human lymphoid cells exposed to densely ionizing radiation. We used cells derived from the same donor that express either normal TP53 (TK6 cells) or homozygous mutant TP53 (WTK1 cells) to assess the influence of TP53 on radiation-induced mutagenesis. Expression of mutant TP53 (Met 237 Ile) was associated with a small increase in mutation frequencies at the hemizygous HPRT (hypoxanthine phosphoribosyl transferase) locus, but the mutation spectra were unaffected at this locus. In contrast, WTK1 cells (mutant TP53) were 30-fold more susceptible than TK6 cells (wild-type TP53) to radiation-induced mutagenesis at the TK1 (thymidine kinase) locus. Gene dosage analysis combined with microsatellite marker analysis showed that the increase in TK1 mutagenesis in WTK1 cells could be attributed, in part, to mitotic recombination. The microsatellite marker analysis over a 64-cM region on chromosome 17q indicated that the recombinational events could initiate at different positions between the TK1 locus and the centromere. Virtually all of the recombinational LOH events extended beyond the TK1 locus to the most telomeric marker. In general, longer LOH tracts were observed in mutants from WTK1 cells than in mutants from TK6 cells. Taken together, the results demonstrate that the incidence of radi-ation-induced mutations is dependent on the genetic background of the cell at risk, on the locus examined, and on the mechanisms for mutation available at the locus of interest.
Weitnauer, Gabriele; Gaisser, Sibylle; Trefzer, Axel; Stockert, Sigrid; Westrich, Lucy; Quiros, Luis M.; Mendez, Carmen; Salas, Jose A.; Bechthold, Andreas
2001-01-01
Three different resistance factors from the avilamycin biosynthetic gene cluster of Streptomyces viridochromogenes Tü57, which confer avilamycin resistance when expressed in Streptomyces lividans TK66, were isolated. Analysis of the deduced amino acid sequences showed that AviABC1 is similar to a large family of ATP-binding transporter proteins and that AviABC2 resembles hydrophobic transmembrane proteins known to act jointly with the ATP-binding proteins. The deduced amino acid sequence of aviRb showed similarity to those of other rRNA methyltransferases, and AviRa did not resemble any protein in the databases. Independent expression in S. lividans TK66 of aviABC1 plus aviABC2, aviRa, or aviRb conferred different levels of resistance to avilamycin: 5, 10, or 250 μg/ml, respectively. When either aviRa plus aviRb or aviRa plus aviRb plus aviABC1 plus aviABC2 was coexpressed in S. lividans TK66, avilamycin resistance levels reached more than 250 μg/ml. Avilamycin A inhibited poly(U)-directed polyphenylalanine synthesis in an in vitro system using ribosomes of S. lividans TK66(pUWL201) (GWO), S. lividans TK66(pUWL201-Ra) (GWRa), or S. lividans TK66(pUWL201-Rb) (GWRb), whereas ribosomes of S. lividans TK66 containing pUWL201-Ra+Rb (GWRaRb) were highly resistant. aviRa and aviRb were expressed in Escherichia coli, and both enzymes were purified as fusion proteins to near homogeneity. Both enzymes showed rRNA methyltransferase activity using a mixture of 16S and 23S rRNAs from E. coli as the substrate. Coincubation experiments revealed that the enzymes methylate different positions of rRNA. PMID:11181344
42 CFR 84.257 - Labeling requirements.
Code of Federal Regulations, 2010 CFR
2010-10-01
... Labeling requirements. (a) A warning shall be placed on the label of each gas mask, chemical-cartridge... performance of any gas mask, chemical-cartridge respirator, or powered air-purifying respirator approved under... this subpart shall be specified as follows: Chemical-cartridge respirator 1 hour. Gas mask 4 hours...
Toxicokinetic Triage for Environmental Chemicals
Toxicokinetic (TK) models are essential for linking administered doses to blood and tissue concentrations. In vitro-to-in vivo extrapolation (IVIVE) methods have been developed to determine TK from limited in vitro measurements and chemical structure-based property predictions, p...
Martí, Ramon; Nascimento, Andrés; Colomer, Jaume; Lara, Mari C; López-Gallardo, Ester; Ruiz-Pesini, Eduardo; Montoya, Julio; Andreu, Antoni L; Briones, Paz; Pineda, Mercè
2010-08-01
Mitochondrial DNA (mtDNA) depletion syndrome (MDS) is a devastating disorder of infancy caused by a significant reduction of the number of copies of mitochondrial DNA in one or more tissues. We report a Spanish patient with the myopathic form of MDS, harboring two mutations in the thymidine kinase 2 gene (TK2): a previously reported deletion (p.K244del) and a novel nucleotide duplication in the exon 2, generating a frameshift and premature stop codon. Sensorineural hearing loss was a predominant symptom in the patient and a novel feature of MDS due to TK2 mutations. The patient survived up to the age of 8.5 y, which confirms that survival above the age of 5 y is not infrequent in patients with MDS due to TK2 deficiency.
Molecular Mechanisms of Radiation-Induced Genomic Instability in Human Cells
DOE Office of Scientific and Technical Information (OSTI.GOV)
Howard L. Liber; Jeffrey L. Schwartz
2005-10-31
There are many different model systems that have been used to study chromosome instability. What is clear from all these studies is that conclusions concerning chromosome instability depend greatly on the model system and instability endpoint that is studied. The model system for our studies was the human B-lymphoblastoid cell line TK6. TK6 was isolated from a spontaneously immortalized lymphoblast culture. Thus there was no outside genetic manipulation used to immortalize them. TK6 is a relatively stable p53-normal immortal cell line (37). It shows low gene and chromosome mutation frequencies (19;28;31). Our general approach to studying instability in TK6 cellsmore » has been to isolate individual clones and analyze gene and chromosome mutation frequencies in each. This approach maximizes the possibility of detecting low frequency events that might be selected against in mass cultures.« less
A procedure for coating in-situ silica in commercially available prepacked cartridges with 2,4-dinitrophenylhydrazine (DNPH) acidified with hydrochloric acid is described. The coated cartridge was compared with a validated DNPH impinger method for sampling organic carbonyl compou...
[How dangerous are "mouse trap projectile traps"?].
Schyma, C; Placidi, P
1994-01-01
The authors research by experiments to define the potency of wounding of a special mouse trap which belongs to the spring-guns. Besides the regular assigned 9 mm blank cartridge also the 9 x 17 mm "green" cattle stunning cartridge is tested. Shots were made on soap, cotton and skin on different conditions. As result the authors found that by close range shots (up to 1 cm) by the blank cartridge badly healing wounds are caused. The 600 Joule cattle stunning cartridge is able to mutilate the hand by contact shots.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Golovashchenko, Sergey Fedorovich; Bonnen, John Joseph Francis
A pulsed joining tool includes a tool body that defines a cavity that receives an inner tubular member and an outer tubular member and a pulse joining cartridge. The tubular members are nested together with the cartridge being disposed around the outer tubular member. The cartridge includes a conductor, such as a wire or foil, that extends around the outer tubular member and is insulated to separate a supply segment from a return segment. A source of stored electrical energy is discharged through the conductor to join the tubular members with an electromagnetic force pulse.
Golovashchenko, Sergey Fedorovich; Bonnen, John Joseph Francis
2016-08-23
A pulsed joining tool includes a tool body that defines a cavity that receives an inner tubular member and an outer tubular member and a pulse joining cartridge. The tubular members are nested together with the cartridge being disposed around the outer tubular member. The cartridge includes a conductor, such as a wire or foil, that extends around the outer tubular member and is insulated to separate a supply segment from a return segment. A source of stored electrical energy is discharged through the conductor to join the tubular members with an electromagnetic force pulse.
Continuous air monitor filter changeout apparatus
Rodgers, John C [Santa Fe, NM
2008-07-15
An apparatus and corresponding method for automatically changing out a filter cartridge in a continuous air monitor. The apparatus includes: a first container sized to hold filter cartridge replacements; a second container sized to hold used filter cartridges; a transport insert connectively attached to the first and second containers; a shuttle block, sized to hold the filter cartridges that is located within the transport insert; a transport driver mechanism means used to supply a motive force to move the shuttle block within the transport insert; and, a control means for operating the transport driver mechanism.
NASA Technical Reports Server (NTRS)
Darlow, M. S.; Smalley, A. J.
1977-01-01
A test rig designed to measure stiffness and damping of elastomer cartridges under a rotating load excitation is described. The test rig employs rotating unbalance in a rotor which runs to 60,000 RPM as the excitation mechanism. A variable resonant mass is supported on elastomer elements and the dynamic characteristics are determined from measurements of input and output acceleration. Five different cartridges are considered: three of these are buttons cartridges having buttons located in pairs, with 120 between each pair. Two of the cartridges consist of 360 elastomer rings with rectangular cross-sections. Dynamic stiffness and damping are measured for each cartridge and compared with predictions at different frequencies and different strains.
Change in muzzle velocity due to freezing and water immersion of .22, long rifle, K.F. cartridges.
Jauhari, M; Chatterjee, S M; Ghosh, P K
1975-01-01
A study of change in muzzle velocity due to freezing and water immersion of .22, long rifle, K. F. cartridges has been presented. A statistical criterion has been formulated to ascertain whether or not a cartridge undergoes a change in muzzle velocity due to a particular treatment. The muzzle velocity data of .22, long rifle, K. F. cartridges, obtained by an electronic timer before and after the various treatments, have been analyzed in the light of this criterion. These cartridges have generally been found to suffer considerable loss in muzzle velocity when immersed in water for three weeks and also when immersed in water for three days and simultaneously cooled to 0 degrees C. The forensic significance of this loss in muzzle velocity has been discussed.
Uchiyama, Shigehisa; Inaba, Yohei; Kunugita, Naoki
2010-06-25
A new method for the determination of acrolein and other carbonyls in cigarette smoke using a dual cartridge system has been developed. Each cartridge consists of reagent-impregnated silica particles. The first contains hydroquinone (HQ) for the inhibition of acrolein polymerization, while the second contains 2,4-dinitrophenylhydrazine (DNPH) for the derivatization of carbonyls. Smoke samples were firstly drawn through the cartridge containing HQ-impregnated silica (HQ-silica) and then through the DNPH-impregnated silica (DNPH-silica). Acrolein in the sample was completely trapped in the first HQ-silica cartridge. Some other airborne carbonyls were also trapped by the HQ-silica, and those that pass through were trapped in the second DNPH-silica cartridge. Extraction was performed in the reverse direction to air sampling. When solvent was eluted through the dual-cartridges, excess DNPH was washed into the HQ bed where it reacted with acrolein and other trapped carbonyls to form the corresponding hydrazone derivatives. All of the hydrazones derived from airborne carbonyls were completely separated and measured using high-performance liquid chromatography. This HQ-DNPH-method can be applied for the determination of acrolein and other alpha,beta-unsaturated aldehydes, such as crotonaldehyde, in cigarette smoke. Copyright 2010 Elsevier B.V. All rights reserved.
Anesthetic Cartridge System Under Evaluation
Cooley, Robert L.; Lubow, Richard M.
1981-01-01
The problem of glass breakage in the local anesthetic cartridge system was evaluated under laboratory conditions with a mechanical testing machine. The anticipated breakage of the glass did not occur with any frequency, as the rubber stopper produced more uniform failures of the system. The glass cartridge appeared to be quite reliable and resistant to breakage. Local anesthetics have been used for many years to provide patients temporary freedom from pain. Local anesthetic solutions are in wide use in both dentistry and medicine and are the most frequently used drugs in dentistry. Various estimates place the number of injections at approximately one half million daily or 125 million injections per year. These drugs and the armamentarium necessary to administer them have proven to be safe and reliable. Only rarely are there reports of sensitivity to the anesthetic solution or breakage of needles.. Sterility of the solutions has not been a problem as they are carefully processed and evaluated at the factory. Although there are sporadic reports of loss of sterility, this has been attributed to the reuse of the anesthetic cartridges on more than one patient. Monheim states “The success of the cartridge system in dentistry has been due to the sincerity, honesty, and high standards of the manufacturers in giving the profession a near-perfect product.” However, on occassion a glass cartridge will break or shatter when inserting the harpoon into the rubber stopper or even during injection. Cooley et al reported on eye injuries occurring in the dental office, one of which was due to glass from a local anesthetic cartridge that exploded and propelled particles into the patient's eye. Forrest evaluated syringes, needles, and cartridges and reported that one brand (made in Britain) fractured more often than any other, but that the fracture rate was too low to be of any consequence. It is apparent that glass cartridges will fracture or burst from time to time. This study evaluates the cartridge system with carefully controlled laboratory procedures. The cartridges were tested under various pressures and conditions in an attempt to determine the causes of failure and when such failure may be anticipated. ImagesFigure 1Figure 2Figure 3Figure 4Figure 9Figure 10 PMID:6939350
Moore, Stephen R; Ritter, Linda E; Gibbons, Catherine F; Grosovsky, Andrew J
2005-10-01
Structural chromosomal rearrangements are commonly observed in tumor karyotypes and in radiation-induced genomic instability. Here we report the effects of TP53 deficiency on karyotypic stability before and after irradiation using related cells and clones differing in cellular TP53 status. The parental cell line, TK6, is a TP53 wild-type human B-lymphoblastoid line with a highly stable karyotype. In the two TK6 derivatives used here, TP53 has been inactivated by biochemical means (expression of HPV16 E6; TK6-5E) or genetic means (allelic inactivation; NH32). Biochemical inactivation of TP53 (TK6-5E) had little effect on the spontaneous karyotype, whereas allelic inactivation of TP53 (NH32) resulted in a modest increase in spontaneous karyotypic instability. After 2 Gy gamma irradiation, the number of unstable clones derived from TP53-deficient cells was significantly elevated compared to the TP53 wild-type counterpart. Extensively destabilized clones were common after irradiation in the set of clones derived from NH32 cells, and one was observed in the set of TK6-5E clones; however, they were never observed in TK6-derived clones. In two of the irradiated NH32 clones, whole chromosomes or chromosome bands were preferentially involved in alterations. These results suggest that genomic instability may differ both quantitatively and qualitatively as a consequence of altered TP53 expression. Some of the results showing repeated and preferential chromosome involvement in aberrations support a model in which instability may be driven by cis mechanisms.
Matosevic, S; Lye, G J; Baganz, F
2010-01-01
In this work, we describe the design of an immobilized enzyme microreactor (IEMR) for use in transketolase (TK) bioconversion process characterization. The prototype microreactor is based on a 200-microm ID fused silica capillary for quantitative kinetic analysis. The concept is based on the reversible immobilization of His(6)-tagged enzymes via Ni-NTA linkage to surface derivatized silica. For the initial microreactor design, the mode of operation is a stop-flow analysis which promotes higher degrees of conversion. Kinetics for the immobilized TK-catalysed synthesis of L-erythrulose from substrates glycolaldehyde (GA) and hydroxypyruvate (HPA) were evaluated based on a Michaelis-Menten model. Results show that the TK kinetic parameters in the IEMR (V(max(app)) = 0.1 +/- 0.02 mmol min(-1), K(m(app)) = 26 +/- 4 mM) are comparable with those measured in free solution. Furthermore, the k(cat) for the microreactor of 4.1 x 10(5) s(-1) was close to the value for the bioconversion in free solution. This is attributed to the controlled orientation and monolayer surface coverage of the His(6)-immobilized TK. Furthermore, we show quantitative elution of the immobilized TK and the regeneration and reuse of the derivatized capillary over five cycles. The ability to quantify kinetic parameters of engineered enzymes at this scale has benefits for the rapid and parallel evaluation of evolved enzyme libraries for synthetic biology applications and for the generation of kinetic models to aid bioconversion process design and bioreactor selection as a more efficient alternative to previously established microwell-based systems for TK bioprocess characterization.
Wang, Liya; Sun, Ren; Eriksson, Staffan
2011-01-01
Mitochondrial thymidine kinase 2 (TK2) is a key enzyme in the salvage of pyrimidine deoxynucleosides needed for mitochondrial DNA synthesis. TK2 phosphorylates thymidine (dThd), deoxycytidine (dCyd), and many other antiviral pyrimidine nucleoside analogs. Zidovudine (AZT) is the first nucleoside analog approved for anti-HIV therapy, and it is still used in combination with other drugs. One of the side effects of long-term treatment with nucleoside analogs is mitochondrial DNA depletion, which has been ascribed to competition by AZT for the endogenous dThd phosphorylation carried out by TK2. Here we studied the kinetics of AZT and 3′-fluorothymidine phosphorylation by recombinant human TK2 and the effects of these and other pyrimidine nucleoside analogs on the phosphorylation of dThd and dCyd. Thymidine analogs strongly inhibited dThd phosphorylation but not dCyd phosphorylation, which instead was stimulated ∼30%. We found that recombinant human TK2 contained the feedback inhibitor dTTP in a 1:1 molar ratio and that incubation with dThd and AZT could completely remove the enzyme-bound dTTP, but dCyd was less efficient in this regard. The release of feedback inhibitor by dThd and dThd analogs most likely accounts for the observed kinetics. Similar effects were also observed with native rat liver mitochondrial TK2, strongly indicating a physiologic role for this process, which most likely is an important factor in the mitochondrial toxicity observed with antiviral nucleoside analogs. PMID:21444706
2014-01-01
Background Mutations in the gene encoding thymidine kinase 2 (TK2) result in the myopathic form of mitochondrial DNA depletion syndrome which is a mitochondrial encephalomyopathy presenting in children. In order to unveil some of the mechanisms involved in this pathology and to identify potential biomarkers and therapeutic targets we have investigated the gene expression profile of human skeletal muscle deficient for TK2 using cDNA microarrays. Results We have analysed the whole transcriptome of skeletal muscle from patients with TK2 mutations and compared it to normal muscle and to muscle from patients with other mitochondrial myopathies. We have identified a set of over 700 genes which are differentially expressed in TK2 deficient muscle. Bioinformatics analysis reveals important changes in muscle metabolism, in particular, in glucose and glycogen utilisation, and activation of the starvation response which affects aminoacid and lipid metabolism. We have identified those transcriptional regulators which are likely to be responsible for the observed changes in gene expression. Conclusion Our data point towards the tumor suppressor p53 as the regulator at the centre of a network of genes which are responsible for a coordinated response to TK2 mutations which involves inflammation, activation of muscle cell death by apoptosis and induction of growth and differentiation factor 15 (GDF-15) in muscle and serum. We propose that GDF-15 may represent a potential novel biomarker for mitochondrial dysfunction although further studies are required. PMID:24484525
Sato, Takaaki; Fujihashi, Masahiro; Miyamoto, Yukika; Kuwata, Keiko; Kusaka, Eriko; Fujita, Haruo; Miki, Kunio; Atomi, Haruyuki
2013-01-01
Here we performed structural and biochemical analyses on the TK2285 gene product, an uncharacterized protein annotated as a member of the ribokinase family, from the hyperthermophilic archaeon Thermococcus kodakarensis. The three-dimensional structure of the TK2285 protein resembled those of previously characterized members of the ribokinase family including ribokinase, adenosine kinase, and phosphofructokinase. Conserved residues characteristic of this protein family were located in a cleft of the TK2285 protein as in other members whose structures have been determined. We thus examined the kinase activity of the TK2285 protein toward various sugars recognized by well characterized ribokinase family members. Although activity with sugar phosphates and nucleosides was not detected, kinase activity was observed toward d-allose, d-lyxose, d-tagatose, d-talose, d-xylose, and d-xylulose. Kinetic analyses with the six sugar substrates revealed high Km values, suggesting that they were not the true physiological substrates. By examining activity toward amino sugars, sugar alcohols, and disaccharides, we found that the TK2285 protein exhibited prominent kinase activity toward myo-inositol. Kinetic analyses with myo-inositol revealed a greater kcat and much lower Km value than those obtained with the monosaccharides, resulting in over a 2,000-fold increase in kcat/Km values. TK2285 homologs are distributed among members of Thermococcales, and in most species, the gene is positioned close to a myo-inositol monophosphate synthase gene. Our results suggest the presence of a novel subfamily of the ribokinase family whose members are present in Archaea and recognize myo-inositol as a substrate. PMID:23737529
The low molecular weight Dextran 40 inhibits the adhesion of T lymphocytes to endothelial cells
TERMEER, C C; WEISS, J M; SCHÖPF, E; VANSCHEIDT, W; SIMON, J C
1998-01-01
Dextrans are complex colloidal macromolecules widely used as haemorrheologic substances and anti-thrombotic agents. Here we describe a novel function of Dextran 40 by demonstrating an inhibition of T lymphocyte adhesion to endothelial cells (EC). We applied an established microassay in which constitutive and tumour necrosis factor-alpha (TNF-α)-induced binding of mouse T lymphoma cells (TK-1) to mouse endothelioma (eEND.2) cells is mediated by the interaction of intercellular adhesion molecule-1 (ICAM-1) and vascular cell adhesion molecule-1 (VCAM-1) on EC with their counter-receptors the LFA-1 heterodimer (CD11a/CD18) and VLA-4 on T cells. Dextran 40 in therapeutically achievable levels (2–32 mg/ml) reduced both constitutive and TNF-α-stimulated TK-1 adhesion to eEND.2. Selective preincubation of eEND.2 or TK-1 revealed that Dextran 40 acted exclusively on the T cells. To explore further the mechanisms by which Dextran 40 interfered with TK-1 adhesion, their LFA-1 and VLA-4 expression was analysed by FACS. The surface expression levels of neither receptor were affected by Dextran 40. However, confocal microscopy revealed that Dextran 40 interfered with the activation-dependent capping and clustering of LFA-1 and VLA-4 on the surface of TK-1. We conclude that Dextran 40 inhibits the capacity of TK-1 T cells to adhere to eEND.2 endothelial cells and thus may be useful for therapeutic intervention in diseases associated with enhanced T lymphocyte binding to microvascular endothelium. PMID:9844053
Ducrot, Virginie; Ashauer, Roman; Bednarska, Agnieszka J; Hinarejos, Silvia; Thorbek, Pernille; Weyman, Gabriel
2016-01-01
Recent guidance identified toxicokinetic-toxicodynamic (TK-TD) modeling as a relevant approach for risk assessment refinement. Yet, its added value compared to other refinement options is not detailed, and how to conduct the modeling appropriately is not explained. This case study addresses these issues through 2 examples of individual-level risk assessment for 2 hypothetical plant protection products: 1) evaluating the risk for small granivorous birds and small omnivorous mammals of a single application, as a seed treatment in winter cereals, and 2) evaluating the risk for fish after a pulsed treatment in the edge-of-field zone. Using acute test data, we conducted the first tier risk assessment as defined in the European Food Safety Authority (EFSA) guidance. When first tier risk assessment highlighted a concern, refinement options were discussed. Cases where the use of models should be preferred over other existing refinement approaches were highlighted. We then practically conducted the risk assessment refinement by using 2 different models as examples. In example 1, a TK model accounting for toxicokinetics and relevant feeding patterns in the skylark and in the wood mouse was used to predict internal doses of the hypothetical active ingredient in individuals, based on relevant feeding patterns in an in-crop situation, and identify the residue levels leading to mortality. In example 2, a TK-TD model accounting for toxicokinetics, toxicodynamics, and relevant exposure patterns in the fathead minnow was used to predict the time-course of fish survival for relevant FOCUS SW exposure scenarios and identify which scenarios might lead to mortality. Models were calibrated using available standard data and implemented to simulate the time-course of internal dose of active ingredient or survival for different exposure scenarios. Simulation results were discussed and used to derive the risk assessment refinement endpoints used for decision. Finally, we compared the "classical" risk assessment approach with the model-based approach. These comparisons showed that TK and TK-TD models can bring more realism to the risk assessment through the possibility to study realistic exposure scenarios and to simulate relevant mechanisms of effects (including delayed toxicity and recovery). Noticeably, using TK-TD models is currently the most relevant way to directly connect realistic exposure patterns to effects. We conclude with recommendations on how to properly use TK and TK-TD model in acute risk assessment for vertebrates. © 2015 SETAC.
VAXCMS - VAX CONTINUOUS MONITORING SYSTEM, VERSION 2.2
NASA Technical Reports Server (NTRS)
Farkas, L.
1994-01-01
The VAX Continuous Monitoring System (VAXCMS) was developed at NASA Headquarters to aid system managers in monitoring the performance of VAX systems through the generation of graphic images which summarize trends in performance metrics over time. Since its initial development, VAXCMS has been extensively modified at the NASA Lewis Research Center. Data is produced by utilizing the VMS MONITOR utility to collect the performance data, and then feeding the data through custom-developed linkages to the Computer Associates' TELL-A-GRAF computer graphics software to generate the chart images for analysis by the system manager. The VMS ACCOUNTING utility is also utilized to gather interactive process information. The charts that are generated by VAXCMS are: 1) CPU modes for each node over the most recent four month period 2) CPU modes for the cluster as a whole using a weighted average of all the nodes in the cluster based on processing power 3) Percent of primary memory in use for each node over the most recent four month period 4) Interactive processes for all nodes over the most recent four month period 5) Daily, weekly, and monthly, performance summaries for CPU modes, percent of primary memory in use, and page fault rates for each node 6) Daily disk I/O performance data plotting Average Disk I/O Response Time based on I/O Operation Rate and Queue Length. VAXCMS is written in DCL and VAX FORTRAN for use with DEC VAX series computers running VMS 5.1 or later. This program requires the TELL-A-GRAF graphics package in order to generate plots of system data. A FORTRAN compiler is required. The standard distribution medium for VAXCMS is a 9-track 1600 BPI magnetic tape in DEC VAX BACKUP format. It is also available on a TK50 tape cartridge in DEC VAX BACKUP format. An electronic copy of the documentation in ASCII format is included on the distribution medium. Portions of this code are copyrighted by Mr. David Lavery and are distributed with his permission. These portions of the code may not be redistributed commercially.
NASA Technical Reports Server (NTRS)
Rogers, S. E.
1994-01-01
INS3D computes steady-state solutions to the incompressible Navier-Stokes equations. The INS3D approach utilizes pseudo-compressibility combined with an approximate factorization scheme. This computational fluid dynamics (CFD) code has been verified on problems such as flow through a channel, flow over a backwardfacing step and flow over a circular cylinder. Three dimensional cases include flow over an ogive cylinder, flow through a rectangular duct, wind tunnel inlet flow, cylinder-wall juncture flow and flow through multiple posts mounted between two plates. INS3D uses a pseudo-compressibility approach in which a time derivative of pressure is added to the continuity equation, which together with the momentum equations form a set of four equations with pressure and velocity as the dependent variables. The equations' coordinates are transformed for general three dimensional applications. The equations are advanced in time by the implicit, non-iterative, approximately-factored, finite-difference scheme of Beam and Warming. The numerical stability of the scheme depends on the use of higher-order smoothing terms to damp out higher-frequency oscillations caused by second-order central differencing. The artificial compressibility introduces pressure (sound) waves of finite speed (whereas the speed of sound would be infinite in an incompressible fluid). As the solution converges, these pressure waves die out, causing the derivation of pressure with respect to time to approach zero. Thus, continuity is satisfied for the incompressible fluid in the steady state. Computational efficiency is achieved using a diagonal algorithm. A block tri-diagonal option is also available. When a steady-state solution is reached, the modified continuity equation will satisfy the divergence-free velocity field condition. INS3D is capable of handling several different types of boundaries encountered in numerical simulations, including solid-surface, inflow and outflow, and far-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.
Spit-Hole Effects on the Ballistics of a 7.62-mm Cartridge
2014-02-01
barrel retains 0.50 in (12.7 mm) of rifling. The midchamber pressure transducer, Kistler Model 6215 (8), is consistent with previous experiments...Nemours and Company. 2 Kistler Model 9031A Load Washer (9). Force transducer selection was driven by the anticipated load and the necessity of an...Development and Engineering Center, Picatinny Arsenal, NJ, January 1986. 8. Kistler Operating Instructions, Quartz High-Pressure Sensor Type 6215
Liu, Qian; Liu, Xiaoyu; Qiu, Chaokun; Wang, Xiaobao; Ren, Hongmin
2009-07-01
An analytical method was developed for the determination of phoxim residue in the muscle of crucian carp, which involved matrix solid-phase dispersion (MSPD) followed by high performance liquid chromatography (HPLC) with diode array detector. Under optimal conditions, 0.5 g tissue sample was dispersed with 1.5 g Florisil and 0.5 g anhydrous sodium sulphate, transferred to a cartridge. The cartridge was eluted with 25 mL acetone-hexane (40:60, v/v). The phoxim was separated on an ODS column (250 mm x 4.6 mm, 5 microm) with methanol-water (50:50, v/v) as the mobile phase at the flow rate of 0.6 mL/min, then detected by a diode array detector at 270 nm. The injection volume was 20 microL. The linear range of the method was 0.01 - 10 mg/L and the detection limit was 3.3 microg/kg. The average recoveries spiked at the levels of 0.05, 0.1, 1 mg/kg ranged from 88% to 112% with the relative standard deviations (RSDs) of 1.1% -6.3%. The method is quick, simple and can meet the requirement of the analysis of pesticide residues.
Draft Genome Sequence of Gordonia sp. Strain UCD-TK1 (Phylum Actinobacteria)
Koenigsaecker, Tynisha M.; Coil, David A.
2016-01-01
Here, we present the draft genome of Gordonia sp. strain UCD-TK1. The assembly contains 5,470,576 bp in 98 contigs. This strain was isolated from a disinfected ambulatory surgery center. PMID:27738036
ClearTK 2.0: Design Patterns for Machine Learning in UIMA
Bethard, Steven; Ogren, Philip; Becker, Lee
2014-01-01
ClearTK adds machine learning functionality to the UIMA framework, providing wrappers to popular machine learning libraries, a rich feature extraction library that works across different classifiers, and utilities for applying and evaluating machine learning models. Since its inception in 2008, ClearTK has evolved in response to feedback from developers and the community. This evolution has followed a number of important design principles including: conceptually simple annotator interfaces, readable pipeline descriptions, minimal collection readers, type system agnostic code, modules organized for ease of import, and assisting user comprehension of the complex UIMA framework. PMID:29104966
ClearTK 2.0: Design Patterns for Machine Learning in UIMA.
Bethard, Steven; Ogren, Philip; Becker, Lee
2014-05-01
ClearTK adds machine learning functionality to the UIMA framework, providing wrappers to popular machine learning libraries, a rich feature extraction library that works across different classifiers, and utilities for applying and evaluating machine learning models. Since its inception in 2008, ClearTK has evolved in response to feedback from developers and the community. This evolution has followed a number of important design principles including: conceptually simple annotator interfaces, readable pipeline descriptions, minimal collection readers, type system agnostic code, modules organized for ease of import, and assisting user comprehension of the complex UIMA framework.
Composition and Temperature Dependence of Shear Viscosity of Hydrocarbon Mixtures
1980-07-01
HNN- XTHDCPD Binary System IX. VTF Eq. Parameters for Shear Viscosities Using Constant B Parameter X. Results of Fits to Master Viscosity Eqs. (43...T(K) for 5 C10 Hydrocarbons I Fig. 2a. log n versus 103/T(K) for HNNi I Fig. 2b. log n versus 103/T(K) for XTHDCPD Fig. 3. Isothem of log n versus X...CD for CO-MO Binary System Fig. 4. Isotherm of log n versus XNBC for NBC-DMO Binary System ( ~Fig. 5. Isotherm of log n versus XfINN for HNN- XTHDCPD
Meat Tempering Practices and Analyses of Meat Tempering Systems at Army Installations
1980-10-01
that create the threat are controlled. One alternative to control the problem would be to eliminate deficiencies in the current system by improvements...raticle an rai se the reit(TM2 TK2 TES).eration cycle and raise the air temperature in the (TM2S TKV2 TE2S). cabinet, as required by frozen product load...horsepower than the standard M’s and K’s. They all use the E series units plus the added fans. The Specifications are: MODELS TK2 , TM2, TE2 TK3, TM3, TE3
Solidification Processing and Phase Transformations in Ordered High Temperature Alloys
1993-01-20
S.M.L.Sastry and H.A.L~ipsitt, Met. Trans., 1&. 1543 (1977) 2. K. Muraleedharan , T.K. Nandi, D.Banerjee and S.Lele, Met. Trans., 23A, 417 (1992) 3. H. T...eds. S.H.Whang, C.T.Lui, D.P.Pope and J.O.Stiegler, TMS-AIME, Warrendale PA. 1990, pp. 3 75 -401 7. K. Muraleedharan , A.K. Gogia, T.K. Nandi...D.Banerjee and S.Lele, Met. Trans., 23A, 401 (1992) 8. K. Muraleedharan , T.K. Nandi, D.Banerjee and S.Lele, Met. Trans., 23A, 417 (1992) 9. D.A.Lukasak and
Toxicokinetic Triage for Environmental Chemicals | Science ...
Toxicokinetic (TK) models are essential for linking administered doses to blood and tissue concentrations. In vitro-to-in vivo extrapolation (IVIVE) methods have been developed to determine TK from limited in vitro measurements and chemical structure-based property predictions, providing a less resource–intensive alternative to traditional in vivo TK approaches. High throughput TK (HTTK) methods use IVIVE to estimate doses that produce steady-state plasma concentrations equivalent to those producing biological activity in in vitro screening studies (e.g., ToxCast). In this study, the domain of applicability and assumptions of HTTK approaches were evaluated using both in vivo data and simulation analysis. Based on in vivo data for 87 chemicals, specific properties (e.g., in vitro HTTK data, physico-chemical descriptors, chemical structure, and predicted transporter affinities) were identified that correlate with poor HTTK predictive ability. For 350 xenobiotics with literature HTTK data, we then differentiated those xenobiotics for which HTTK approaches are likely to be sufficient, from those that may require additional data. For 272 chemicals we also developed a HT physiologically-based TK (HTPBTK) model that requires somewhat greater information than a steady-state model, but allows non-steady state dynamics and can predict chemical concentration time-courses for a variety of exposure scenarios, tissues, and species. We used this HTPBTK model to show that the
Vago, Luca; Oliveira, Giacomo; Bondanza, Attilio; Noviello, Maddalena; Soldati, Corrado; Ghio, Domenico; Brigida, Immacolata; Greco, Raffaella; Lupo Stanghellini, Maria Teresa; Peccatori, Jacopo; Fracchia, Sergio; Del Fiacco, Matteo; Traversari, Catia; Aiuti, Alessandro; Del Maschio, Alessandro; Bordignon, Claudio; Ciceri, Fabio; Bonini, Chiara
2012-08-30
The genetic modification of T cells with a suicide gene grants a mechanism of control of adverse reactions, allowing safe infusion after partially incompatible hematopoietic stem cell transplantation (HSCT). In the TK007 clinical trial, 22 adults with hematologic malignancies experienced a rapid and sustained immune recovery after T cell-depleted HSCT and serial infusions of purified donor T cells expressing the HSV thymidine kinase suicide gene (TK+ cells). After a first wave of circulating TK+ cells, the majority of T cells supporting long-term immune reconstitution did not carry the suicide gene and displayed high numbers of naive lymphocytes, suggesting the thymus-dependent development of T cells, occurring only upon TK+ -cell engraftment. Accordingly, after the infusions, we documented an increase in circulating TCR excision circles and CD31+ recent thymic emigrants and a substantial expansion of the active thymic tissue as shown by chest tomography scans. Interestingly, a peak in the serum level of IL-7 was observed after each infusion of TK+ cells, anticipating the appearance of newly generated T cells. The results of the present study show that the infusion of genetically modified donor T cells after HSCT can drive the recovery of thymic activity in adults, leading to immune reconstitution.
Federal Register 2010, 2011, 2012, 2013, 2014
2010-06-28
... INTERNATIONAL TRADE COMMISSION [Investigation No. 337-TA-711] In the Matter of Certain Inkjet Ink Cartridges With Printheads and Components Thereof; Notice of a Commission Determination Not To Review an... importation of certain inkjet ink cartridges with printheads and components thereof by reason of infringement...
Federal Register 2010, 2011, 2012, 2013, 2014
2011-08-17
... INTERNATIONAL TRADE COMMISSION [Investigation No. 337-TA-723] In the Matter of Certain Inkjet Ink... importation of certain inkjet ink cartridges with printheads and components thereof by reason of infringement... importation of the accused inkjet ink cartridges with printheads and components thereof. Regarding...
Electrode cartridge for pulse welding
DOE Office of Scientific and Technical Information (OSTI.GOV)
Bonnen, John Joseph Francis; Golovashchenko, Sergey Fedorovich; Mamutov, Alexander
A cartridge assembly for a tool includes a cartridge body or casing that contains a conductor. A conductor is connected to a pulse generator or source of stored charge that is discharged to vaporize the conductor and create an electro-hydraulic or electro-magnetic shockwave that is used to impact or pulse weld two parts together.
Smoothbore hunting ammunition - a historical overview.
Bochyński, Piotr J; Karpiewska, Anna; Kuliczkowski, Maciej; Dobosz, Tadeusz
2017-01-01
This article deals with traditional hunting amunitions in paper cases, intended for smooth-bore shotgun. The paper describes the development of gunshot cartridges in historical terms, with particular emphasis on the origins and development of systems, initiating the combustion of subsequent generations of propelling cargo. The work gives an author's look into the uprising process of an integrating gunshot cartridge. The article contains a number of information about historical cartridges, currently not to be found, their dimensions, markings and ignition systems. The described cartridges are often examples of rare and long-lasting constructional solutions, that have been made to create a modern cartridge in weight scale calibers. The presented work includes a number of numerical data as well as ballistic, obsolete and archaic today's cartridges, with dimensions and ballistic properties. Some of the theses and data in this paper contained, according to the author's knowledge, are for the first time presented in the literature, and others can be found, but it is very tedious because of their dispersion in the literature or the availability of hard to find and unstable internet sources.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Holdren, M.W.; Smith, D.L.; Russell, N.K.
1988-06-01
The objective of the study was to investigate the use of 2,4-dinitrophenylhydrazine (DNPH) impregnated adsorbents for sampling airborne aldehydes. Experimental results using a 17 cu m environmental chamber and various spiked amounts of aldehyde material (low ppb levels) showed that the DNPH coated cartridge and the DNPH/acetonitrile impinger methods gave equivalent results. Blank levels of the DNPH-coated cartridges were studied as a function of storage time using various containers and temperature conditions. Canisters pressurized with zero-grade nitrogen provided the best storage device. Lower blank levels were also obtained when the cartridges were stored at lower temperatures. Blank levels appear tomore » equilibrate after six days of storage. To assure that quality data will be obtained, cartridges should be grouped according to batch number and blank levels should be determined prior to any field monitoring effort. Blank cartridge levels should be an order of magnitude lower than sample cartridge level. High performance liquid chromatography with UV detection proved to be a sensitive and stable analytical method for the DNPH derivatives.« less
Better VPS Fabrication of Crucibles and Furnace Cartridges
NASA Technical Reports Server (NTRS)
Holmes, Richard R.; Zimmerman, Frank R.; O'Dell, J. Scott; McKechnie, Timothy N.
2003-01-01
An experimental investigation has shown that by (1) vacuum plasma spraying (VPS) of suitable refractory metal alloys on graphite mandrels, and then (2) heat-treating the VPS alloy deposits under suitable conditions, it is possible to fabricate improved crucibles and furnace cartridges that could be used at maximum temperatures between 1,400 and 1,600 C and that could withstand chemical attack by the materials to be heated in the crucibles and cartridges. Taken by itself, the basic concept of fabricating furnace cartridges by VPS of refractory materials onto graphite mandrels is not new; taken by itself, the basic concept of heat treatment of VPS deposits for use as other than furnace cartridges is also not new; however, prior to this investigation, experimental crucibles and furnace cartridges fabricated by VPS had not been heat treated and had been found to be relatively weak and brittle. Accordingly, the investigation was directed toward determining whether certain combinations of (1) refractory alloy compositions, (2) VPS parameters, and (3) heat-treatment parameters could result in VPS-fabricated components with increased ductility.
Liu, Linhua; Ling, Xiaoxuan; Liang, Hairong; Gao, Yuting; Yang, Hui; Shao, Junli; Tang, Huanwen
2012-03-25
Hydroquinone (HQ), one of the most important metabolites derived from benzene, is known to be associated with acute myelogenous leukemia (AML) risk, however, its carcinogenic mechanism remains unclear. In this study, the epigenetic mechanism of HQ exposure was investigated. We characterized the epigenomic response of TK6 cells to HQ exposure, and examined the mRNA expression of DNA methyltransferases (DNMTs) including DNMT1, DNMT3a and DNMT3b, methyl-CpG-binding domain protein 2 (MBD2) and six proto-oncogenes (MPL, RAF1, MYB, MYC, ERBB2 and BRAF). Compared to the control cells, HQ exposure (2.5, 5.0, 10.0 and 20.0 μM for 48 h) resulted in the decrease of DNMTs and MBD2 expression, the global hypomethylation and increase of MPL at mRNA level. Meanwhile, most of these changes were in dose-dependent manner. Moreover, inhibition of DNMTs induced by 5-aza-2'-deoxycytidine (5-AZA), an identified DNMT inhibitor, caused more induction of MPL expression at mRNA level compared to the HQ (10.0 μM) pre-treated group. Furthermore, treatment of HQ potentially led to MPL itself hypomethylation (10.0 and 20.0 μM reduced by 47% and 44%, respectively), further revealing that the activation of proto-oncogene MPL was related to hypomethylation in its DNA sequences. In conclusion, hypomethylation, including global and specific hypomethylation, might be involved in the activation of MPL, and the hypomethylation could be induced by decreased DNMTs in TK6 cells exposed to HQ. Copyright © 2012 Elsevier Ireland Ltd. All rights reserved.
[BLG gene knockout and hLF gene knock-in at BLG locus in goat by TALENs].
Song, Shaozheng; Zhu, Mengmin; Yuan, Yuguo; Rong, Yao; Xu, Sheng; Chen, Si; Mei, Junyan; Cheng, Yong
2016-03-01
To knock out β-lactoglobulin (BLG) gene and insert human lactoferrin (hLF) coding sequence at BLG locus of goat, the transcription activator-like effector nucleases (TALEN) mediated recombination was used to edit the BLG gene of goat fetal fibroblast, then as donor cells for somatic cell nuclear transfer. We designed a pair of specific plasmid TALEN-3-L/R for goat BLG exon III recognition sites, and BLC14-TK vector containing a negative selection gene HSV-TK, was used for the knock in of hLF gene. TALENs plasmids were transfected into the goat fetal fibroblast cells, and the cells were screened three days by 2 μg/mL puromycin. DNA cleavage activities of cells were verified by PCR amplification and DNA production sequencing. Then, targeting vector BLC14-TK and plasmids TALEN-3-L/R were co-transfected into goat fetal fibroblasts, both 700 μg/mL G418 and 2 μg/mL GCV were simultaneously used to screen G418-resistant cells. Detections of integration and recombination were implemented to obtain cells with hLF gene site-specific integration. We chose targeting cells as donor cells for somatic cell nuclear transfer. The mutagenicity of TALEN-3-L/R was between 25% and 30%. A total of 335 reconstructed embryos with 6 BLG-/hLF+ targeting cell lines were transferred into 16 recipient goats. There were 9 pregnancies confirmed by ultrasound on day 30 to 35 (pregnancy rate of 39.1%), and one of 50-day-old fetus with BLG-/hLF+ was achieved. These results provide the basis for hLF gene knock-in at BLG locus of goat and cultivating transgenic goat of low allergens and rich hLF in the milk.
Gustavsson, Inger; Sanner, Karin; Lindell, Monica; Strand, Anders; Olovsson, Matts; Wikström, Ingrid; Wilander, Erik; Gyllensten, Ulf
2011-08-01
Most procedures for self-sampling of cervical cells are based on liquid-based media for transportation and storage. An alternative is to use a solid support, such as dry filter paper media. To evaluate if self-sampling of cervicovaginal fluid using a cytobrush (Viba-brush; Rovers Medical Devices B.V., Oss, The Netherlands) and a solid support such as the Whatman Indicating FTA Elute cartridge (GE Healthcare, United Kingdom) can be used for reliable typing of human papillomavirus (HPV), as compared to cervical samples obtained by a physician using a cytobrush and the indicating FTA Elute Micro card and biopsy analysis. A total of 50 women with a previous high-risk (HR) HPV positive test were invited to perform self-sampling using the Viba-brush and the FTA cartridge and thereafter a physician obtained a cervical sample using the cytobrush and a FTA card, together with a cervical biopsy for histology and HPV typing. Detection of HR-HPV types 16, 18, 31, 33, 35, 39, 45, 51, 52, 56, 58 and 59 was performed using three multiplex real-time polymerase chain reaction (PCR) assays. All samples contained sufficient amounts of genomic DNA and the self-samples yielded on average 3.5 times more DNA than those obtained by the physician. All women that were positive for HR-HPV in the biopsy sample also typed positive both by self-sampling and physician-obtained sampling. For women with a histological diagnosis of cervical intraepithelial neoplasia grades 2-3 (CIN 2-3) all three HPV samples showed 100% concordance. A higher number of women were HPV positive by self-sampling than by physician-obtained sampling or by biopsy analysis. The Viba-brush and the FTA cartridge are suitable for self-sampling of vaginal cells and subsequent HR-HPV typing. Copyright © 2011 Elsevier B.V. All rights reserved.
Analysis of Microcrafters in Materials Specimens after Long-Term Exposure on ISS Surface
NASA Technical Reports Server (NTRS)
Shaevich, S. K.; Aleksandrov, N. G.; Shumov, A. E.; Novikov, L. S.; Chernik, V. N.; Samokhina, M. S.; Golden, J. L.; Graves, R. F.; Kravchenko, M.; Christiansen, E. L.;
2012-01-01
The "Komplast" experiment has been carried out on the ISS by the Khrunichev Space Center jointly with other Russian scientific centers since 1998. The experiment incorporates the "Komplast" cartridges on the FGB exterior, which are fitted with materials specimens and sensors. The cartridges were sent into orbit together with FGB on 20 November 1998. In March 2011, two of the cartridges were taken back from the ISS by the "Discovery" American space shuttle after being exposed in the open space for 12 years. In the framework of this experiment the subject of analysis is the effect of the space environment on the exposed specimens of various materials. This report covers the analysis results of the surface morphology of various materials taken from the "Komplast" cartridges exposed to hits of micrometeors and micronic particles of space debris. Analysis is made of microcraters of 5 to 250 mcm in specimens of polished metals and silicone comprised in the sensor for micrometeoric particles. The report represents optic and scanning electron microscope images of craters formed in the specimens by high-velocity and low-velocity particles impacting the surface. By virtue of the electronic microscope, data on composition of the substance in the craters and of the substance of the low-velocity particles are obtained. The data make it possible to differentiate the particles as the natural-origin particles or anthropogenic-origin space debris particles. Distribution of craters and low-velocity particles in the size range of 5 to 50 mcm is obtained. The data are compared with the existing models of fluxes of natural-origin and artificial-origin microparticles on the ISS orbit. Inhomogeneous particles of complicated configuration are discovered on the surface of the analyzed specimens, whose origin are not uniquely determined and are to be the subject of further study.
Field Deployable Method for Arsenic Speciation in Water.
Voice, Thomas C; Flores Del Pino, Lisveth V; Havezov, Ivan; Long, David T
2011-01-01
Contamination of drinking water supplies by arsenic is a world-wide problem. Total arsenic measurements are commonly used to investigate and regulate arsenic in water, but it is well understood that arsenic occurs in several chemical forms, and these exhibit different toxicities. It is problematic to use laboratory-based speciation techniques to assess exposure as it has been suggested that the distribution of species is not stable during transport in some types of samples. A method was developed in this study for the on-site speciation of the most toxic dissolved arsenic species: As (III), As (V), monomethylarsonic acid (MMA) and dimethylarsenic acid (DMA). Development criteria included ease of use under field conditions, applicable at levels of concern for drinking water, and analytical performance.The approach is based on selective retention of arsenic species on specific ion-exchange chromatography cartridges followed by selective elution and quantification using graphite furnace atomic absorption spectroscopy. Water samples can be delivered to a set of three cartridges using either syringes or peristaltic pumps. Species distribution is stable at this point, and the cartridges can be transported to the laboratory for elution and quantitative analysis. A set of ten replicate spiked samples of each compound, having concentrations between 1 and 60 µg/L, were analyzed. Arsenic recoveries ranged from 78-112 % and relative standard deviations were generally below 10%. Resolution between species was shown to be outstanding, with the only limitation being that the capacity for As (V) was limited to approximately 50 µg/L. This could be easily remedied by changes in either cartridge design, or the extraction procedure. Recoveries were similar for two spiked hard groundwater samples indicating that dissolved minerals are not likely to be problematic. These results suggest that this methodology can be use for analysis of the four primary arsenic species of concern in drinking water supplies.
Field Deployable Method for Arsenic Speciation in Water
Voice, Thomas C.; Flores del Pino, Lisveth V.; Havezov, Ivan; Long, David T.
2010-01-01
Contamination of drinking water supplies by arsenic is a world-wide problem. Total arsenic measurements are commonly used to investigate and regulate arsenic in water, but it is well understood that arsenic occurs in several chemical forms, and these exhibit different toxicities. It is problematic to use laboratory-based speciation techniques to assess exposure as it has been suggested that the distribution of species is not stable during transport in some types of samples. A method was developed in this study for the on-site speciation of the most toxic dissolved arsenic species: As (III), As (V), monomethylarsonic acid (MMA) and dimethylarsenic acid (DMA). Development criteria included ease of use under field conditions, applicable at levels of concern for drinking water, and analytical performance. The approach is based on selective retention of arsenic species on specific ion-exchange chromatography cartridges followed by selective elution and quantification using graphite furnace atomic absorption spectroscopy. Water samples can be delivered to a set of three cartridges using either syringes or peristaltic pumps. Species distribution is stable at this point, and the cartridges can be transported to the laboratory for elution and quantitative analysis. A set of ten replicate spiked samples of each compound, having concentrations between 1 and 60 µg/L, were analyzed. Arsenic recoveries ranged from 78–112 % and relative standard deviations were generally below 10%. Resolution between species was shown to be outstanding, with the only limitation being that the capacity for As (V) was limited to approximately 50 µg/L. This could be easily remedied by changes in either cartridge design, or the extraction procedure. Recoveries were similar for two spiked hard groundwater samples indicating that dissolved minerals are not likely to be problematic. These results suggest that this methodology can be use for analysis of the four primary arsenic species of concern in drinking water supplies. PMID:21822400
Wang, Liya; Limongelli, Anna; Vila, Maya R; Carrara, Franco; Zeviani, Massimo; Eriksson, Staffan
2005-01-01
Thymidine kinase 2 (TK2) and deoxyguanosine kinase (dGK) are the two key enzymes in mitochondrial DNA (mtDNA) precursor synthesis. Deficiencies in TK2 or dGK activity, due to genetic alteration, have been shown to cause tissue-specific depletion of mtDNA. In the case of TK2 deficiency, affected individuals suffer severe myopathy and, in the case of dGK deficiency, devastating liver or multi-systemic disease. Here, we report clinical and biochemical findings from two patients with mtDNA depletion syndrome. Patient A was a compound heterozygote carrying the previously reported T77M mutation and a novel mutation (R161K) in the TK2 gene. Patient B carried a novel mutation (L250S) in the dGK gene. The clinical symptoms of patient A included muscular weakness and exercise intolerance due to a severe mitochondrial myopathy associated with a 92% reduction in mtDNA. There was minimal involvement of other organs. Patient B suffered from rapidly progressive, early onset fatal liver failure associated with profoundly decreased mtDNA levels in liver and, to a lesser extent, in skeletal muscle. Site-directed mutagenesis was used to introduce the mutations detected in patients A and B into the TK2 and dGK cDNAs, respectively. We then characterized each of these recombinant enzymes. Catalytic activities of the three mutant enzymes were reduced to about 2-4% for TK2 and 0.5% for dGK as compared to the wild-type enzymes. Altered competition between dCyd and dThd was observed for the T77M mutant. The residual activities of the two mitochondrial enzymes correlated directly with disease development.
Kubo, Shuji; Kawasaki, Yoshiko; Yamaoka, Norie; Tagawa, Masatoshi; Kasahara, Noriyuki; Terada, Nobuyuki; Okamura, Haruki
2010-01-01
Background Malignant mesothelioma is a highly aggressive tumor with poor prognosis. Conventional therapies for mesothelioma are generally non-curative, and new treatment paradigms are urgently needed. We hypothesized that the tumor-specific midkine (Mdk) promoter could confer transcriptional targeting to oncolytic adenoviruses for effective treatment of malignant mesothelioma. Methods We analyzed Mdk expression by quantitative RT-PCR in six human mesothelioma cell lines, and tested Mdk promoter activity by luciferase reporter assay. Based on these data, we constructed a replication-selective oncolytic adenovirus, designated AdMdk-E1-iresTK, which contains an Mdk promoter-driven adenoviral E1 gene and HSV-thymidine kinase (TK) suicide gene, and CMV promoter-driven green fluorescent protein (GFP) marker gene. Selectivity of viral replication and cytolysis were characterized in normal vs. mesothelioma cells in vitro, and intratumoral spread and antitumor efficacy were investigated in vivo. Results Mdk promoter activity was restricted in normal cells, but highly activated in mesothelioma cell lines. AdMdk-E1-iresTK was seen to efficiently replicate, produce viral progeny, and spread in multiple mesothelioma cell lines. Lytic spread of AdMdk-E1-iresTK mediated efficient killing of these mesothelioma cells, and its in vitro cytocidal effect was significantly enhanced by treatment with the prodrug, ganciclovir. Intratumoral injection of AdMdk-E1-iresTK caused complete regression of MESO4 and MSTO human mesothelioma xenografts in athymic mice. In vivo fluorescence imaging demonstrated intratumoral spread of AdMdk-E1-iresTK-derived signals, which vanished after tumor eradication. Conclusions These data indicate that transcriptional targeting of viral replication by the Mdk promoter represents a promising general strategy for oncolytic virotherapy of cancers with upregulated Mdk expression, including malignant mesothelioma. PMID:20635326
Toxicokinetic Triage for Environmental Chemicals
Wambaugh, John F.; Wetmore, Barbara A.; Pearce, Robert; Strope, Cory; Goldsmith, Rocky; Sluka, James P.; Sedykh, Alexander; Tropsha, Alex; Bosgra, Sieto; Shah, Imran; Judson, Richard; Thomas, Russell S.; Woodrow Setzer, R.
2015-01-01
Toxicokinetic (TK) models link administered doses to plasma, blood, and tissue concentrations. High-throughput TK (HTTK) performs in vitro to in vivo extrapolation to predict TK from rapid in vitro measurements and chemical structure-based properties. A significant toxicological application of HTTK has been “reverse dosimetry,” in which bioactive concentrations from in vitro screening studies are converted into in vivo doses (mg/kg BW/day). These doses are predicted to produce steady-state plasma concentrations that are equivalent to in vitro bioactive concentrations. In this study, we evaluate the impact of the approximations and assumptions necessary for reverse dosimetry and develop methods to determine whether HTTK tools are appropriate or may lead to false conclusions for a particular chemical. Based on literature in vivo data for 87 chemicals, we identified specific properties (eg, in vitro HTTK data, physico-chemical descriptors, and predicted transporter affinities) that correlate with poor HTTK predictive ability. For 271 chemicals we developed a generic HT physiologically based TK (HTPBTK) model that predicts non-steady-state chemical concentration time-courses for a variety of exposure scenarios. We used this HTPBTK model to find that assumptions previously used for reverse dosimetry are usually appropriate, except most notably for highly bioaccumulative compounds. For the thousands of man-made chemicals in the environment that currently have no TK data, we propose a 4-element framework for chemical TK triage that can group chemicals into 7 different categories associated with varying levels of confidence in HTTK predictions. For 349 chemicals with literature HTTK data, we differentiated those chemicals for which HTTK approaches are likely to be sufficient, from those that may require additional data. PMID:26085347
NASA Astrophysics Data System (ADS)
Lin, Mei; Huang, Junxing; Jiang, Xingmao; Zhang, Jia; Yu, Hong; Ye, Jun; Zhang, Dongsheng
2016-09-01
Combination targeted therapy is a promising cancer therapeutic strategy. Here, using PEI-Mn0.5Zn0.5Fe2O4 nanoparticles (PEI-MZF-NPs) as magnetic media for MFH (magnetic fluid hyperthermia) and gene transfer vector for gene-therapy, a combined therapy, pHRE-Egr1-HSV-TK/131I-antiAFPMcAb-GCV/MFH, for hepatoma is developed. AntiAFPMcAb (Monoclonal antibody AFP) is exploited for targeting. The plasmids pHRE-Egr1-HSV-TK are achieved by incorporation of pEgr1-HSV-TK and pHRE-Egr1-EGFP. Restriction enzyme digestion and PCR confirm the recombinant plasmids pHRE-Egr1-HSV-TK are successfully constructed. After exposure to the magnetic field, PEI-MZF-NPs/pHRE-Egr1-EGFP fluid is warmed rapidly and then the temperature is maintained at 43 °C or so, which is quite appropriate for cancer treatment. The gene expression reaches the peak when treated with 200 μCi 131I for 24 hours, indicating that the dose of 200 μCi might be the optimal dose for irradiation and 24 h irradiation later is the best time to initiate MFH. The in vitro and in vivo experiments demonstrate that pHRE-Egr1-HSV-TK/131I-antiAFPMcAb-GCV/MFH can greatly suppress hepatic tumor cell proliferation and induce cell apoptosis and necrosis and effectively inhibit the tumor growth, much better than any monotherapy does alone. Furthermore, the combination therapy has few or no adverse effects. It might be applicable as a strategy to treat hepatic cancer.
Saghir, Shakil A; Bartels, Michael J; Rick, David L; McCoy, Alene T; Rasoulpour, Reza J; Ellis-Hutchings, Robert G; Sue Marty, M; Terry, Claire; Bailey, Jason P; Billington, Richard; Bus, James S
2012-07-01
Integrated toxicokinetics (TK) data provide information on the rate, extent and duration of systemic exposure across doses, species, strains, gender, and life stages within a toxicology program. While routine for pharmaceuticals, TK assessments of non-pharmaceuticals are still relatively rare, and have never before been included in a full range of guideline studies for a new agrochemical. In order to better understand the relationship between diurnal systemic dose (AUC(24h)) and toxicity of agrochemicals, TK analyses in the study animals is now included in all short- (excluding acute), medium- and long-term guideline mammalian toxicity studies including reproduction/developmental tests. This paper describes a detailed procedure for the implementation of TK in short-, medium- and long-term regulatory toxicity studies, without the use of satellite animals, conducted on three agrochemicals (X11422208, 2,4-D and X574175). In these studies, kinetically-derived maximum doses (KMD) from short-term studies instead of, or along with, maximum tolerated doses (MTD) were used for the selection of the high dose in subsequent longer-term studies. In addition to leveraging TK data to guide dose level selection, the integrated program was also used to select the most appropriate method of oral administration (i.e., gavage versus dietary) of test materials for rat and rabbit developmental toxicity studies. The integrated TK data obtained across toxicity studies (without the use of additional/satellite animals) provided data critical to understanding differences in response across doses, species, strains, sexes, and life stages. Such data should also be useful in mode of action studies and to improve human risk assessments. Copyright © 2012 Elsevier Inc. All rights reserved.
Kinoshita, Yusuke; Kamitani, Hideki; Mamun, Mahabub Hasan; Wasita, Brian; Kazuki, Yasuhiro; Hiratsuka, Masaharu; Oshimura, Mitsuo; Watanabe, Takashi
2010-05-01
Mesenchymal stem cells (MSCs) have been expected to become useful gene delivery vehicles against human malignant gliomas when coupled with an appropriate vector system, because they migrate towards the lesion. Human artificial chromosomes (HACs) are non-integrating vectors with several advantages for gene therapy, namely, no limitations on the size and number of genes that can be inserted. We investigated the migration of human immortalized MSCs bearing a HAC vector containing the herpes simplex virus thymidine kinase gene (HAC-tk-hiMSCs) towards malignant gliomas in vivo. Red fluorescence protein-labeled human glioblastoma HTB14 cells were implanted into a subcortical region in nude mice. Four days later, green fluorescence protein-labeled HAC-tk-hiMSCs were injected into a contralateral subcortical region (the HTB14/HAC-tk-hiMSC injection model). Tropism to the glioma mass and the route of migration were visualized by fluorescence microscopy and immunohistochemical staining. HAC-tk-hiMSCs began to migrate toward the HTB14 glioma area via the corpus callosum on day 4, and gathered around the HTB14 glioma mass on day 7. To test whether the delivered gene could effectively treat glioblastoma in vivo, HTB14/HAC-tk-hiMSC injected mice were treated with ganciclovir (GCV) or PBS. The HTB14 glioma mass was significantly reduced by GCV treatment in mice injected with HAC-tk-hiMSCs. It was confirmed that gene delivery by our HAC-hiMSC system was effective after migration of MSCs to the glioma mass in vivo. Therefore, MSCs containing HACs carrying an anticancer gene or genes may provide a new tool for the treatment of malignant gliomas and possibly of other tumor types.
Peng, Zheng; Liang, Wentao; Li, Zexue; Xu, Yingxin; Chen, Lin
2016-02-01
Gastric cancer is the second leading cause of cancer-related mortality worldwide. Adoptive cell therapy (ACT) for gastric cancer is a novel therapy modality. However, the therapeutic effectiveness in vivo is still limited. The objective of this study was to assess the value of interleukin-15 (IL-15)-transferred cytokine-induced killer (CIK) cells in ACT for gastric cancer. IL-15-IRES-TK retroviral vector was constructed and transferred into the CIK cells. A gastric tumor-bearing nude mice model was constructed by subcutaneously injecting gastric cancer cells, BGC-823. Gastric tumor-bearing nude mice were randomly divided into three groups (five mice each group) and injected with physiological saline, CIK cells, and IL-15-IRES-TK-transfected CIK cells for 2 weeks, respectively. IL-15-IRES-TK-transferred CIK cells were prepared successfully and flow cytometry (FCM) analysis indicated that the transfection rate reached 85.7% after 5 days culture. In vivo experiment, we found that CIK cells retarded tumor growth by reducing tumor volume and tumor weight, as well as increasing tumor inhibition rate. Furthermore, IL-15-IRES-TK-transferred CIK cells showed a much stronger inhibition on tumor growth than CIK cells alone. Tumor morphology observation and growth indexes also showed that IL-15-transfected CIK cells had stronger cytotoxicity to tumor tissue than CIK cells. IL-15-IRES-TK transfection could elevate the effects of CIK cells to gastric carcinoma. The engineered CIK cells carrying IL-15-IRES-TK may be used in the ACT for gastric carcinoma, but prudent clinical trial is still indispensable. © 2015 International Federation for Cell Biology.
Inhibitory effect of red koji extracts on mushroom tyrosinase.
Wu, Li-Chen; Chen, Yun-Chen; Ho, Ja-An Annie; Yang, Chung-Shi
2003-07-16
Red koji has been recognized as a cholesterol-lowering diet supplement because of it contains fungi metabolites, monacolins, which reduce cholesterol synthesis by inhibiting HMG-CoA reductase. In this study, water extracts of red koji were loaded onto a C(18) cartridge, and the acetonitrile eluate was collected as test fraction. Red koji water extracts and its C(18) cartridge acetonitrile eluent had total phenols concentrations of 5.57 and 1.89 mg/g of red koji and condensed tannins concentrations of 2.71 and 1.20 mg/g of red koji, respectively. Both exhibited an antioxidant activity and an inhibitory activity to mushroom tyrosinase. The higher antioxidant activity of the red koji acetonitrile eluent was due to the existence of a high percentage of condensed tannins. The results from the kinetic study for inhibition of mushroom tyrosinase by red koji extracts showed that the compounds in the extracts competitively inhibited the oxidation of tyrosine catalyzed by mushroom tyrosinase with an ID(50) of 5.57 mg/mL.
Federal Register 2010, 2011, 2012, 2013, 2014
2010-04-06
... INTERNATIONAL TRADE COMMISSION [Inv. No. 337-TA-711] In the Matter of Certain Inkjet Ink... importation, and the sale within the United States after importation of certain inkjet ink cartridges with... importation of certain inkjet cartridges with printheads or components thereof that infringe one or more of...
Baskaran, M.; Swarzenski, P.W.; Biddanda, B.A.
2009-01-01
[1] Large volume (102-103 L) seawater samples are routinely processed to investigate the partitioning of particle reactive radionuclides and Ra between solution and size-fractionated suspended particulate matter. One of the most frequently used methods to preconcentrate these nuclides from such large volumes involves extraction onto three filter cartridges (a prefilter for particulate species and two MnO2-coated filters for dissolved species) connected in series. This method assumes that the extraction efficiency is uniform for both MnO2-coated cartridges, that no dissolved species are removed by the prefilter, and that any adsorbed radionuclides are not desorbed from the MnO2-coated cartridges during filtration. In this study, we utilized 234Th-spiked coastal seawater and deionized water to address the removal of dissolved Th onto prefilters and MnO2-coated filter cartridges. Experimental results provide the first data that indicate (1) a small fraction of dissolved Th (<6%) can be removed by the prefilter cartridge; (2) a small fraction of dissolved Th (<5%) retained by the MnO2 surface can also be desorbed, which undermines the assumption of uniform extraction efficiency for Th; and (3) the absolute and relative extraction efficiencies can vary widely. These experiments provide insight on the variability of the extraction efficiency of MnO 2-coated filter cartridges by comparing the relative and absolute efficiencies and recommend the use of a constant efficiency on the combined activity from two filter cartridges connected in series for future studies of dissolved 234Th and other radionuclides in natural waters using sequential filtration/extraction methods. ?? 2009 by the American Geophysical Union.
Fun with High Throughput Toxicokinetics (CalEPA webinar)
Thousands of chemicals have been profiled by high-throughput screening (HTS) programs such as ToxCast and Tox21. These chemicals are tested in part because there are limited or no data on hazard, exposure, or toxicokinetics (TK). TK models aid in predicting tissue concentrations ...
High-throughput PBPK and Microdosimetry: Cell-level Exposures in a Virtual Tissue Context (WC9)
Toxicokinetic (TK) models can determine whether chemical exposures produce potentially hazardous tissue concentrations. Tissue microdosimetry TK models relate whole-body chemical exposures to cell-scale concentrations. As a proof of concept, we approximated the micro-anatomic arc...
Rapid Prototyping of Physiologically-Based Toxicokinetic (PBTK) Models (SOT annual meeting)
Determining the tissue concentrations resulting from chemical exposure (i.e., toxicokinetics (TK)) is essential in emergency or other situations where time and data are lacking. Generic TK models can be created rapidly using in vitro assays and computational approaches to generat...
Issues raised by the reference doses for perfluorooctane sulfonate and perfluorooctanoic acid.
Dong, Zhaomin; Bahar, Md Mezbaul; Jit, Joytishna; Kennedy, Bruce; Priestly, Brian; Ng, Jack; Lamb, Dane; Liu, Yanju; Duan, Luchun; Naidu, Ravi
2017-08-01
On 25th May 2016, the U.S. EPA released reference doses (RfDs) for Perfluorooctane Sulfonate (PFOS) and Perfluorooctanoic Acid (PFOA) of 20ng/kg/day, which were much more conservative than previous values. These RfDs rely on the choices of animal point of departure (PoD) and the toxicokinetics (TK) model. At this stage, considering that the human evidence is not strong enough for RfD determination, using animal data may be appropriate but with more uncertainties. In this article, the uncertainties concerning RfDs from the choices of PoD and TK models are addressed. Firstly, the candidate PoDs should include more critical endpoints (such as immunotoxicity), which may lead to lower RfDs. Secondly, the reliability of the adopted three-compartment TK model is compromised: the parameters are not non-biologically plausible; and this TK model was applied to simulate gestation and lactation exposures, while the two exposure scenarios were not actually included in the model structure. Copyright © 2017. Published by Elsevier Ltd.
Inhibition of autophagy enhances Hydroquinone-induced TK6 cell death.
Xu, Longmei; Liu, Jiaxian; Chen, Yuting; Yun, Lin; Chen, Shaoyun; Zhou, Kairu; Lai, Bei; Song, Li; Yang, Hui; Liang, Hairong; Tang, Huanwen
2017-06-01
Hydroquinone (HQ), one of the metabolic products of benzene, is a carcinogen. It can induce apoptosis in lymphoma cells. However, whether HQ can induce autophagy and what roles autophagy plays in TK6 cells exposured to HQ remains unclear. In this study, we found that HQ could induce autophagy through techniques of qRT-PCR, Western blot, immunofluorescent assay of LC3 and transmission electron microscope. Furthermore, inhibiting autophagy using 3-methyladenine (3-MA) or chloroquine (CQ) significantly enhanced HQ-induced cell apoptosis, suggesting that autophagy may be a survival mechanism. Our study also showed that HQ activated PARP-1. Moreover, knockdown of PARP-1 strongly exhibited decreased autophagy related genes expression. In contrast, the absence of SIRT1 increased that. Altogether, our data provided evidence that HQ induced autophagy in TK6 cells and autophagy protected TK6 from HQ attack-induced injury in vitro, and the autophagy was partially mediated via activation of the PARP-1-SIRT1 signaling pathway. Copyright © 2017 Elsevier Ltd. All rights reserved.
Multi-chamber nucleic acid amplification and detection device
DOE Office of Scientific and Technical Information (OSTI.GOV)
Dugan, Lawrence
A nucleic acid amplification and detection device includes an amplification cartridge with a plurality of reaction chambers for containing an amplification reagent and a visual detection reagent, and a plurality of optically transparent view ports for viewing inside the reaction chambers. The cartridge also includes a sample receiving port which is adapted to receive a fluid sample and fluidically connected to distribute the fluid sample to the reaction chamber, and in one embodiment, a plunger is carried by the cartridge for occluding fluidic communication to the reaction chambers. The device also includes a heating apparatus having a heating element whichmore » is activated by controller to generate heat when a trigger event is detected. The heating apparatus includes a cartridge-mounting section which positioned a cartridge in thermal communication with the heating element so that visual changes to the contents of the reaction chambers are viewable through the view ports.« less
Jiang, Yong-Xiang; Liu, Tian-Jing; Yang, Jin; Chen, Yan; Fang, Yan-Wen
2011-01-01
Purpose To establish a novel, targeted lentivirus-based HSV-tk (herpes simplex virus thymidine kinase)/GCV (ganciclovir) gene therapy system to inhibit lens epithelial cell proliferation for treatment of posterior capsular opacification (PCO) after cataract surgery. Methods An enhanced Cre recombinase (Cre/loxP) system with a lentiviral vector expressing Cre under the control of the lens-specific promoter LEP503 (Lenti-LEP503-HSVtk-Cre [LTKCRE]) was constructed, as well as another lentiviral vector containing a switching unit. The latter vector contains a stuffer sequence encoding EGFP (Lenti-hPGK-Loxp-EGFP-pA-Loxp-HSVtk [PGFPTK]) with a functional polyadenylation signal between two loxP sites, followed by the herpes simplex virus thymidine kinase (HSV-tk) gene, both under the control of the human posphoglycerate kinase (hPGK) promoter. Expression of the downstream gene (HSV-tk) is activated by co-expression of Cre. Human lens epithelial cells (HLECs) or retinal pigmental epithelial cells (RPECs) were co-infected with LTKCRE and PGFPTK. The inhibitory effects on HLECs and RPECs infected by the enhanced specific lentiviral vector combination at the concentration of 20 µg/ml GCV were assayed and compared. Results The specific gene expression of Cre and HSV-tk in HLECs is activated by the LEP503 promoter. LTKCRE and PGFPTK co-infected HLECs, but not RPECs, expressed high levels of the HSV-tk protein. After 96 h of GCV treatment, the percentage of apoptotic HLECs infected by the enhanced specific lentiviral vector combination was 87.23%, whereas that of apoptotic RPECs was only 10.12%. Electron microscopy showed that GCV induced apoptosis and necrosis of the infected HLECs. Conclusions The enhanced specific lentiviral vector combination selectively and effectively expressed HSV-tk in HLECs. A concentration of 20 µg/ml, GCV is effective against the proliferation of HLECs in vitro. This cell-type-specific gene therapy using a Cre/loxP lentivirus system may be a feasible treatment strategy to prevent PCO. PMID:21283526
Danda, Ravikanth; Krishnan, Gopinath; Ganapathy, Kalaivani; Krishnan, Uma Maheswari; Vikas, Khetan; Elchuri, Sailaja; Chatterjee, Nivedita; Krishnakumar, Subramanian
2013-01-01
In order to realise the full potential of cancer suicide gene therapy that allows the precise expression of suicide gene in cancer cells, we used a tissue specific Epithelial cell adhesion molecule (EpCAM) promoter (EGP-2) that directs transgene Herpes simplex virus-thymidine kinase (HSV-TK) expression preferentially in EpCAM over expressing cancer cells. EpCAM levels are considerably higher in retinoblastoma (RB), a childhood eye cancer with limited expression in normal cells. Use of miRNA regulation, adjacent to the use of the tissue-specific promoter, would provide the second layer of control to the transgene expression only in the tumor cells while sparing the normal cells. To test this hypothesis we cloned let-7b miRNA targets in the 3'UTR region of HSV-TK suicide gene driven by EpCAM promoter because let-7 family miRNAs, including let-7b, were found to be down regulated in the RB tumors and cell lines. We used EpCAM over expressing and let-7 down regulated RB cell lines Y79, WERI-Rb1 (EpCAM (+ve)/let-7b(down-regulated)), EpCAM down regulated, let-7 over expressing normal retinal Müller glial cell line MIO-M1(EpCAM (-ve)/let-7b(up-regulated)), and EpCAM up regulated, let-7b up-regulated normal thyroid cell line N-Thy-Ori-3.1(EpCAM (+ve)/let-7b(up-regulated)) in the study. The cell proliferation was measured by MTT assay, apoptosis was measured by probing cleaved Caspase3, EpCAM and TK expression were quantified by Western blot. Our results showed that the EGP2-promoter HSV-TK (EGP2-TK) construct with 2 or 4 copies of let-7b miRNA targets expressed TK gene only in Y79, WERI-Rb-1, while the TK gene did not express in MIO-M1. In summary, we have developed a tissue-specific, miRNA-regulated dual control vector, which selectively expresses the suicide gene in EpCAM over expressing cells.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Kim, Jae Ho; Kim, Sang Hie; Kolozsvary, A.
1995-11-01
The purpose of this investigation was to demonstrate in a well-characterized tumor model that the radiosensitivity of tumor cells transduced with a herpes simplex virus thymidine kinase gene (HS-tk) would be selectively enhanced by antiviral agents. Rat 9L gliosarcoma cells transduced with a retroviral vector containing an HS-tk gene, 9L-tk cells were exposed to various doses or irradiation under either in vitro or in vivo conditions. The radiation sensitizing potential of two antiviral drugs, bromovinyl deoxyuridine (BVdU) and dihydroxymethyl ethyl methyl guanine (acyclovir), was evaluated in vitro. The radiosensitizing ability of BVdU was also evaluated with a 9L-tk tumor growingmore » in the rat brain. Tumors growing in the right hemisphere of rat brains were irradiated stereotactically with single-dose irradiation. The radiation response of 9L-tk cells was selectively enhanced by antiviral agents relative to nontransduced cells. In the cell culture, when a 24-h drug exposure (20 {mu}g/ml) preceded radiation, the sensitizer enhancement ratio (SER) for BVdU and acyclovir was 1.4 {plus_minus} 0.1 and 1.3 {plus_minus} 0.1, respectively. Exposure of cells to 10 {mu}g/ml acyclovir for two 24-h periods both pre- and postirradiation resulted in a SER of 1.6 {plus_minus} 0.1. In vivo, a significant increase in median survival time of rats with 9L-tk tumors was found when BVdU was administered prior to single-dose irradiation relative to the survival time of similar rats receiving radiation alone. An antiviral agent can enhance cell killing by radiation with selective action in cells transduced with the herpes simplex virus thymidine kinase gene. The results suggest that the three-pronged therapy of HS-tk gene transduction, systemically administered antiviral drug, and stereotactically targeted radiation therapy will improve the effectiveness of radiation therapy for the treatment of radioresistant tumors. 25 refs., 6 figs.« less
Reproducibility of thoracic kyphosis measurements in patients with adolescent idiopathic scoliosis.
Ohrt-Nissen, Søren; Cheung, Jason Pui Yin; Hallager, Dennis Winge; Gehrchen, Martin; Kwan, Kenny; Dahl, Benny; Cheung, Kenneth M C; Samartzis, Dino
2017-01-01
Current surgical treatment for adolescent idiopathic scoliosis (AIS) involves correction in both the coronal and sagittal plane, and thorough assessment of these parameters is essential for evaluation of surgical results. However, various definitions of thoracic kyphosis (TK) have been proposed, and the intra- and inter-rater reproducibility of these measures has not been determined. As such, the purpose of the current study was to determine the intra- and inter-rater reproducibility of several TK measurements used in the assessment of AIS. Twenty patients (90% females) surgically treated for AIS with alternate-level pedicle screw fixation were included in the study. Three raters independently evaluated pre- and postoperative standing lateral plain radiographs. For each radiograph, several definitions of TK were measured as well as L1-S1 and nonfixed lumbar lordosis. All variables were measured twice 14 days apart, and a mixed effects model was used to determine the repeatability coefficient (RC), which is a measure of the agreement between repeated measurements. Also, the intra- and inter-rater intra-class correlation coefficient (ICC) was determined as a measure of reliability. Preoperative median Cobb angle was 58° (range 41°-86°), and median surgical curve correction was 68% (range 49-87%). Overall intra-rater RC was highest for T2-T12 and nonfixed TK (11°) and lowest for T4-T12 and T5-T12 (8°). Inter-rater RC was highest for T1-T12, T1-nonfixed, and nonfixed TK (13°) and lowest for T5-T12 (9°). Agreement varied substantially between pre- and postoperative radiographs. Inter-rater ICC was highest for T4-T12 (0.92; 95% CI 0.88-0.95) and T5-T12 (0.92; 95% CI 0.88-0.95) and lowest for T1-nonfixed (0.80; 95% CI 0.72-0.88). Considerable variation for all TK measurements was noted. Intra- and inter-rater reproducibility was best for T4-T12 and T5-T12. Future studies should consider adopting a relevant minimum difference as a limit for true change in TK.
Colored halos around faces and emotion-evoked colors: a new form of synesthesia.
Ramachandran, Vilayanur S; Miller, Luke; Livingstone, Margaret S; Brang, David
2012-01-01
The claim that some individuals see colored halos or auras around faces has long been part of popular folklore. Here we report on a 23-year-old man (subject TK) diagnosed with Asperger's disorder, who began to consistently experience colors around individuals at the age of 10. TK's colors are based on the individual's identity and emotional connotation. We interpret these experiences as a form of synesthesia, and confirm their authenticity through a target detection paradigm. Additionally, we investigate TK's claim that emotions evoke highly specific colors, allowing him, despite his Asperger's, to introspect on emotions and recognize them in others.
CRANS - CONFIGURABLE REAL-TIME ANALYSIS SYSTEM
NASA Technical Reports Server (NTRS)
Mccluney, K.
1994-01-01
In a real-time environment, the results of changes or failures in a complex, interconnected system need evaluation quickly. Tabulations showing the effects of changes and/or failures of a given item in the system are generally only useful for a single input, and only with regard to that item. Subsequent changes become harder to evaluate as combinations of failures produce a cascade effect. When confronted by multiple indicated failures in the system, it becomes necessary to determine a single cause. In this case, failure tables are not very helpful. CRANS, the Configurable Real-time ANalysis System, can interpret a logic tree, constructed by the user, describing a complex system and determine the effects of changes and failures in it. Items in the tree are related to each other by Boolean operators. The user is then able to change the state of these items (ON/OFF FAILED/UNFAILED). The program then evaluates the logic tree based on these changes and determines any resultant changes to other items in the tree. CRANS can also search for a common cause for multiple item failures, and allow the user to explore the logic tree from within the program. A "help" mode and a reference check provide the user with a means of exploring an item's underlying logic from within the program. A commonality check determines single point failures for an item or group of items. Output is in the form of a user-defined matrix or matrices of colored boxes, each box representing an item or set of items from the logic tree. Input is via mouse selection of the matrix boxes, using the mouse buttons to toggle the state of the item. CRANS is written in C-language and requires the MIT X Window System, Version 11 Revision 4 or Revision 5. It requires 78K of RAM for execution and a three button mouse. It has been successfully implemented on Sun4 workstations running SunOS, HP9000 workstations running HP-UX, and DECstations running ULTRIX. No executable is provided on the distribution medium; however, a sample makefile is included. Sample input files are also included. The standard distribution medium is a .25 inch streaming magnetic tape cartridge (Sun QIC-24) in UNIX tar format. Alternate distribution media and formats are available upon request. This program was developed in 1992.
2009-07-01
24 iii ACRONYMS AND ABBREVIATIONS ATF Armaments Technology Facility ATK Alliant Techsystems, Inc. ARDEC Armament Research...Technology Facility ( ATF ) firings there, and was instrumental in producing the primers and loading the cartridges needed for the supplemental...and CADs known as the percussion primer. The novel properties associated with nanostructure materials have resulted in the development of thermite
Ikehara, Kishiko; Endo, Shungo; Kumamoto, Kensuke; Hidaka, Eiji; Ishida, Fumio; Tanaka, Jun-Ichi; Kudo, Shin-Ei
2016-08-31
The aim of this study was to investigate exfoliated cancer cells (ECCs) on linear stapler cartridges used for anastomotic sites in colon cancer. We prospectively analyzed ECCs on linear stapler cartridges used for anastomosis in 100 colon cancer patients who underwent colectomy. Having completed the functional end-to-end anastomosis, the linear stapler cartridges were irrigated with saline, which was collected for cytological examination and cytological diagnoses were made by board-certified pathologists based on Papanicolaou staining. The detection rate of ECCs on the linear stapler cartridges was 20 %. Positive detection of ECCs was significantly associated with depth of tumor invasion (p = 0.012) and preoperative bowel preparation (p = 0.003). There were no marked differences between ECC-positive and ECC-negative groups in terms of the operation methods, tumor location, histopathological classification, and surgical margins. Since ECCs were identified on the cartridge of the linear stapler used for anastomosis, preoperative mechanical bowel preparation using polyethylene glycol solution and cleansing at anastomotic sites using tumoricidal agents before anastomosis may be necessary to decrease ECCs in advanced colon cancer.
NASA Astrophysics Data System (ADS)
Focke, Maximilian; Mark, Daniel; Stumpf, Fabian; Müller, Martina; Roth, Günter; Zengerle, Roland; von Stetten, Felix
2011-06-01
Two microfluidic cartridges intended for upgrading standard laboratory instruments with automated liquid handling capability by use of centrifugal forces are presented. The first microfluidic cartridge enables purification of DNA from human whole blood and is operated in a standard laboratory centrifuge. The second microfluidic catridge enables genotyping of pathogens by geometrically multiplexed real-time PCR. It is operated in a slightly modified off-the-shelf thermal cycler. Both solutions aim at smart and cost-efficient ways to automate work flows in laboratories. The DNA purification cartridge automates all liquid handling steps starting from a lysed blood sample to PCR ready DNA. The cartridge contains two manually crushable glass ampoules with liquid reagents. The DNA yield extracted from a 32 μl blood sample is 192 +/- 30 ng which corresponds to 53 +/- 8% of a reference extraction. The genotyping cartridge is applied to analyse isolates of the multi-resistant Staphyloccus aureus (MRSA) by real-time PCR. The wells contain pre-stored dry reagents such as primers and probes. Evaluation of the system with 44 genotyping assays showed a 100% specificity and agreement with the reference assays in standard tubes. The lower limit of detection was well below 10 copies of DNA per reaction.
Morris, Keith B; Law, Eric F; Jefferys, Roger L; Dearth, Elizabeth C; Fabyanic, Emily B
2017-11-01
Through analysis and comparison of firing pin, breech face, and ejector impressions, where appropriate, firearm examiners may connect a cartridge case to a suspect firearm with a certain likelihood in a criminal investigation. When a firearm is not present, an examiner may use the Integrated Ballistics Identification System (IBIS ® ), an automated search and retrieval system coupled with the National Integrated Ballistics Information Network (NIBIN), a database of images showing the markings on fired cartridge cases and bullets from crime scenes along with test fired firearms. For the purpose of measurement quality control of these IBIS ® systems the National Institute of Standards and Technology (NIST) initiated the Standard Reference Material (SRM) 2460/2461 standard bullets and cartridge cases project. The aim of this study was to evaluate the overall performance of the IBIS ® system by using NIST standard cartridge cases. By evaluating the resulting correlation scores, error rates, and percent recovery, both the variability between and within examiners when using IBIS ® , in addition to any inter- and intra-variability between SRM cartridge cases was observed. Copyright © 2017 Elsevier B.V. All rights reserved.
NASA Technical Reports Server (NTRS)
Raj, S.V.; Ghosn, L. J.
1998-01-01
Ground-based heat treatment tests are planned on an argon gas-filled tantalum cartridge developed as pan of a Diffusion Processes in Molten Semiconductors (DPIMS) experiment conducted on NASA's Space Shuttle. The possibility that the cartridge may creep during testing and touch the furnace walls is of real concern in this program. The present paper discusses the results of calculations performed to evaluate this possibility. Deformation mechanism maps were constructed using literature data in order to identify the creep mechanism dominant under the appropriate stresses and temperatures corresponding to the test conditions. These results showed that power-law creep was dominant when the grain size of the material exceeded 55 gm but Coble creep was the important mechanism below this value of grain size. Finite element analysis was used to analyze the heat treatment tWs assuming a furnace run away condition (which is a worst case scenario) using the appropriate creep parameters corresponding to grain sizes of 1 and 100 gm. Calculations were also conducted to simulate the effect of an initial 3 tilt of the cartridge assembly, the maximum possible tilt angle. The von Mises stress and su-ain distributions were calculated assuming that the cartridge was fixed at one end as it was heated from ambient temperature to 1823 K in 1.42 h, maintained at 1823 K for 9.5 h and then further heated to an over temperature condition of 2028 K in 0.3 h. The inelastic axial and radial displacements of the cartridge walls were evaluated by resolving the von Mises strain along the corresponding directions. These calculations reveal that the maximum axial and radial displacements are expected to be about 2.9 and 0.25 mm, respectively, for both fine and coarse-grained materials at 2028 K. It was determined that these displacements occur during heat-up to temperature and creep of the cartridge is likely to be relatively insignificant irrespective of grain size. Furthermore, with a 3' tilt of the cartridge, the deflection is increased by only 0.39 gm which is negligible. Since the gap between the furnace heating elements and the cartridge is about 7.5 mm and less than the maximum radial dilation of 0.25 mm at 2028 K, it is concluded that the cartridge is unlikely to touch the furnace walls during the experiments.
NASA Astrophysics Data System (ADS)
Yu, Chunhai; Cai, Qiantao; Guo, Zhong-Xian; Yang, Zhaoguang; Khoo, Soo Beng
2003-07-01
Inductively coupled plasma mass spectrometry (ICP-MS) was used to investigate the retention behavior of arsenite, arsenate, monomethylarsonic acid (MMA), dimethylarsinic acid (DMA), arsenobetaine (AsB), arsenocholine (AsC), trimethylarsine oxide (TMAO) and tetramethylarsonium ion (TMAI) on various silica-based solid phase extraction (SPE) cartridges. A method for arsenic speciation is then developed on the basis of selective SPE separation of arsenic species and highly sensitive ICP-MS detection. Factors affecting the retention and elution of arsenic species were examined. Results showed that the retention of arsenic species depended on the chemical characteristics of arsenic species and the types of sorbent materials. Change of pH in the range of 2.0-9.0 did not show significant effects on the retention of DMA, AsB, AsC, TMAI and TMAO on an ethylbenzene sulfonic acid-based strong cation exchange (SCX-3) cartridge. pH also did not influence the retention of AsB, AsC, TMAI and TMAO on a mixed-mode (M-M) cartridge containing non-polar, strong cation exchange and strong anion exchange (SAX) functional groups. However, the retentions of As(V) and MMA on the SAX and the M-M cartridge changed with pH. As(V) and MMA were completely retained on the SAX cartridge and sequentially selectively eluted with 1.0 mol l -1 acetic acid (for MMA). DMA, AsB, AsC, TMAI and TMAO were completely retained on the SCX-3 cartridge and sequentially selectively eluted with 1.0 mol l -1 HNO 3 (for DMA). As(V), MMA, AsB, AsC, TMAI and TMAO were completely retained on the M-M cartridge. As(III) was not retained on either cartridge and remained in solution. Arsenic species in solution and those eluted from the cartridges were subsequently determined by ICP-MS. A detection limit of 8 ng l -1 arsenic in water sample was obtained. This method was successfully applied to arsenic speciation in various sources of water samples (drinking water, waste water, raw water, etc.) and US National Institute of Standards and Technology standard reference materials with good precision and accuracy.
Zinn, Kurt R; Chaudhuri, Tandra R; Krasnykh, Victor N; Buchsbaum, Donald J; Belousova, Natalya; Grizzle, William E; Curiel, David T; Rogers, Buck E
2002-05-01
To compare two systems for assessing gene transfer to cancer cells and xenograft tumors with noninvasive gamma camera imaging. A replication-incompetent adenovirus encoding the human type 2 somatostatin receptor (hSSTr2) and the herpes simplex virus thymidine kinase (TK) enzyme (Ad-hSSTr2-TK) was constructed. A-427 human lung cancer cells were infected in vitro and mixed with uninfected cells at different ratios. A-427 tumors in nude mice (n = 23) were injected with 1 x 10(6) to 5 x 10(8) plaque-forming units (pfu) of Ad-hSSTr2-TK. The expressed hSSTr2 and TK proteins were imaged owing to internally bound, or trapped, technetium 99m ((99m)Tc)-labeled hSSTr2-binding peptide (P2045) and radioiodinated 2'-deoxy-2'-fluoro-beta-D-arabinofuranosyl-5-iodouracil (FIAU), respectively. Iodine 125 ((125)I)-labeled FIAU was used in vitro and iodine 131 ((131)I)-labeled FIAU, in vivo. The (99m)Tc-labeled P2045 and (125)I- or (131)I-labeled FIAU were imaged simultaneously with different window settings with an Anger gamma camera. Treatment effects were tested with analysis of variance. Infected cells in culture trapped (125)I-labeled FIAU and (99m)Tc-labeled P2045; uptake correlated with the percentage of Ad-hSSTr2-TK-positive cells. For 100% of infected cells, 24% +/- 0.4 (mean +/- SD) of the added (99m)Tc-labeled P2045 was trapped, which is significantly lower (P <.05) than the 40% +/- 2 of (125)I-labeled FIAU that was trapped. For the highest Ad-hSSTr2-TK tumor dose (5 x 10(8) pfu), the uptake of (99m)Tc-labeled P2045 was 11.1% +/- 2.9 of injected dose per gram of tumor (thereafter, dose per gram), significantly higher (P <.05) than the uptake of (131)I-labeled FIAU at 1.6% +/- 0.4 dose per gram. (99m)Tc-labeled P2045 imaging consistently depicted hSSTr2 gene transfer in tumors at all adenovirus doses. Tumor uptake of (99m)Tc-labeled P2045 positively correlated with Ad-hSSTr2-TK dose; (131)I-labeled FIAU tumor uptake did not correlate with vector dose. The hSSTr2 and TK proteins were simultaneously imaged following dual gene transfer with an adenovirus vector. Copyright RSNA, 2002
Hachisuka, Shin-Ichi; Sato, Takaaki; Atomi, Haruyuki
2018-06-01
Many organisms possess pathways that regenerate NAD + from its degradation products, and two pathways are known to salvage NAD + from nicotinamide (Nm). One is a four-step pathway that proceeds through deamination of Nm to nicotinic acid (Na) by Nm deamidase and phosphoribosylation to nicotinic acid mononucleotide (NaMN), followed by adenylylation and amidation. Another is a two-step pathway that does not involve deamination and directly proceeds with the phosphoribosylation of Nm to nicotinamide mononucleotide (NMN), followed by adenylylation. Judging from genome sequence data, the hyperthermophilic archaeon Thermococcus kodakarensis is supposed to utilize the four-step pathway, but the fact that the adenylyltransferase encoded by TK0067 recognizes both NMN and NaMN also raises the possibility of a two-step salvage mechanism. Here, we examined the substrate specificity of the recombinant TK1676 protein, annotated as nicotinic acid phosphoribosyltransferase. The TK1676 protein displayed significant activity toward Na and phosphoribosyl pyrophosphate (PRPP) and only trace activity with Nm and PRPP. We further performed genetic analyses on TK0218 (quinolinic acid phosphoribosyltransferase) and TK1650 (Nm deamidase), involved in de novo biosynthesis and four-step salvage of NAD + , respectively. The ΔTK0218 mutant cells displayed growth defects in a minimal synthetic medium, but growth was fully restored with the addition of Na or Nm. The ΔTK0218 ΔTK1650 mutant cells did not display growth in the minimal medium, and growth was restored with the addition of Na but not Nm. The enzymatic and genetic analyses strongly suggest that NAD + salvage in T. kodakarensis requires deamination of Nm and proceeds through the four-step pathway. IMPORTANCE Hyperthermophiles must constantly deal with increased degradation rates of their biomolecules due to their high growth temperatures. Here, we identified the pathway that regenerates NAD + from nicotinamide (Nm) in the hyperthermophilic archaeon Thermococcus kodakarensis The organism utilizes a four-step pathway that initially hydrolyzes the amide bond of Nm to generate nicotinic acid (Na), followed by phosphoribosylation, adenylylation, and amidation. Although the two-step pathway, consisting of only phosphoribosylation of Nm and adenylylation, seems to be more efficient, Nm mononucleotide in the two-step pathway is much more thermolabile than Na mononucleotide, the corresponding intermediate in the four-step pathway. Although NAD + itself is thermolabile, this may represent an example of a metabolism that has evolved to avoid the use of thermolabile intermediates. Copyright © 2018 American Society for Microbiology.
NASA Astrophysics Data System (ADS)
Parida, S. C.; Rakshit, S. K.; Dash, S.; Singh, Ziley; Prasad, R.; Venugopal, V.
2003-05-01
The standard molar Gibbs energies of formation of LnFeO 3(s) and Ln3Fe 5O 12(s) where Ln=Eu and Gd have been determined using solid-state electrochemical technique employing different solid electrolytes. The reversible e.m.f.s of the following solid-state electrochemical cells have been measured in the temperature range from 1050 to 1255 K. Cell (I): (-)Pt / { LnFeO 3(s)+ Ln2O 3(s)+Fe(s)} // YDT/CSZ // {Fe(s)+Fe 0.95O(s)} / Pt(+); Cell (II): (-)Pt/{Fe(s)+Fe 0.95O(s)}//CSZ//{ LnFeO 3(s)+ Ln3Fe 5O 12(s)+Fe 3O 4(s)}/Pt(+); Cell (III): (-)Pt/{ LnFeO 3(s)+ Ln3Fe 5O 12(s)+Fe 3O 4(s)}//YSZ//{Ni(s)+NiO(s)}/Pt(+); and Cell(IV):(-)Pt/{Fe(s)+Fe 0.95O(s)}//YDT/CSZ//{ LnFeO 3(s)+ Ln3Fe 5O 12(s)+Fe 3O 4(s)}/Pt(+). The oxygen chemical potentials corresponding to the three-phase equilibria involving the ternary oxides have been computed from the e.m.f. data. The standard Gibbs energies of formation of solid EuFeO 3, Eu 3Fe 5O 12, GdFeO 3 and Gd 3Fe 5O 12 calculated by the least-squares regression analysis of the data obtained in the present study are given by Δ fG°m(EuFeO 3, s) /kJ mol -1 (± 3.2)=-1265.5+0.2687( T/K) (1050 ⩽ T/K ⩽ 1570), Δ fG°m(Eu 3Fe 5O 12, s)/kJ mol -1 (± 3.5)=-4626.2+1.0474( T/K) (1050 ⩽ T/K ⩽ 1255), Δ fG°m(GdFeO 3, s) /kJ mol -1 (± 3.2)=-1342.5+0.2539( T/K) (1050 ⩽ T/K ⩽ 1570), and Δ fG°m(Gd 3Fe 5O 12, s)/kJ·mol -1 (± 3.5)=-4856.0+1.0021( T/K) (1050 ⩽ T/K ⩽ 1255). The uncertainty estimates for Δ fG°m include the standard deviation in the e.m.f. and uncertainty in the data taken from the literature. Based on the thermodynamic information, oxygen potential diagrams for the systems Eu-Fe-O and Gd-Fe-O and chemical potential diagrams for the system Gd-Fe-O were computed at 1250 K.
Liu, Xijuan; Wu, Yingya; Du, Biaoyan; Li, Jiefen; Zhou, Jing; Li, Jingjing; Tan, Yuhui
2013-01-01
The bystander effect is an intriguing phenomenon by which adjacent cells become sensitized to drug treatment during gene therapy with herpes simplex virus thymidine kinase/ganciclovir (HSV-tk/GCV). This effect is reported to be mediated by gap junctional intercellular communication (GJIC), and therefore, we postulated that upregulation of genes that facilitate GJIC may enhance the HSV-tk/GCV bystander effect. Previous findings have shown Tanshinone IIA (Tan IIA), a chemical substance derived from a Chinese medicine herb, promotes the upregulation of the connexins Cx26 and Cx43 in B16 cells. Because gap junctions are formed by connexins, we hypothesized that Tan IIA might increase GJIC. Our results show that Tan IIA increased GJIC in B16 melanoma cells, leading to more efficient GCV-induced bystander killing in cells stably expressing HSV-tk. Additionally, in vivo experiments demonstrated that tumors in mice with 10% HSV-tk positive B16 cells and 90% wild-type B16 cells became smaller following treatment with the combination of GCV and Tan IIA as compared to GCV or Tan IIA alone. These data demonstrate that Tan IIA can augment the bystander effect of HSV-tk/GCV system through increased gap junction coupling, which adds strength to the promising strategy that develops connexins inducer to potentiate the effects of suicide gene therapy. PMID:23861780
Marquez, Victor E; Hughes, Stephen H; Sei, Shizuko; Agbaria, Riad
2006-09-01
Conformationally locked (North)-methanocarbathymidine (N-MCT) and (South)-methanocarbathymidine (S-MCT) have been used to investigate the conformational preferences of kinases and polymerases. The herpes kinases show a distinct bias for S-MCT, while DNA polymerases almost exclusively incorporate the North 5'-triphosphate (N-MCT-TP). Only N-MCT demonstrated potent antiviral activity against herpes simplex viruses (HSV-1 and 2) and Kaposi's sarcoma-associated herpesvirus (KSHV). The activity of N-MCT depends on its metabolic transformation to N-MCT-TP by the herpes kinases (HSV-tk or KSHV-tk), which catalyze the mono and diphosphorylation steps; cellular kinases generate the triphosphate. N-MCT at a dose of 5.6 mg/kg was totally protective for mice inoculated intranasally with HSV-1. Tumor cells that are not responsive to antiviral therapy became sensitive to N-MCT if the cells expressed HSV-tk. N-MCT given twice daily (100 mg/kg) for 7 days completely inhibited the growth of MC38 tumors derived from cells that express HSV-tk in mice while exhibiting no effect on tumors derived from non-transduced cells. After i.p. administration, N-MCT was rapidly absorbed and distributed in all organs examined with slow penetration into brain and testes. N-MCT-TP was also a potent inhibitor of HIV replication in human osteosarcoma (HOS) cells expressing HSV-tk.
Developing a Literacy Guide to Perpetuate Traditional Knowledge
NASA Astrophysics Data System (ADS)
Spalding, S. M.; Kaaiai, C.
2010-12-01
Literacy guides summarize the most important principles and concepts about a subject and help individuals make informed, responsible decisions regarding it. They are needed when a subject is absent in national and state standards, curricula and assessments; public attention to the issues associated with the subject is declining; there is a lack of consensus on what literacy in the subject is; and/or there is a lack of guidance on prioritizing the content of the subject and determining how the subject fits into an already full curriculum. Literacy guides provide a common language for educators and experts in the subject and can result in attention to and momentum for teaching the subject. During the 2006 Hoohanohano I Na Kupuna Puwalu (Honor Our Ancestors conference), Native Hawaiian cultural practitioners expressed the need for assistance to perpetuate TK and the practices used to teach it and to keep it current. The practitioners worked with Hawaii educators to define challenges in teaching TK in the classroom and took initial steps to meet them. During the 2007 International Pacific Marine Educators Conference (IPMEC), South Pacific Islanders expressed a similar need for outside assistance to recover TK, particularly as an important part of natural resource management. Traditional taxonomy, village elders as walking libraries with hundred years of personal experience and hundreds of generations of TK, less destructive fishing techniques and traditional resource management tools such as taboo are seen as assets, or social capital, that are being lost. In 2007, the Western Pacific Regional Fishery Management Council—convener of the Puwalu and IPMEC conferences—took these concerns to the National Marine Educators Association (NMEA). The NMEA had been integral in developing the Ocean Literacy (OL) Guide, which provides a Western viewpoint of the subject. While NMEA supported a proposed TK supplement to the OL Guide, it wanted consensus of Native Americans and Alaskan Natives as well as Pacific Islanders. The NMEA TK Committee was formed and met with representatives from the Penobscot, Eastern Band Cherokee, Federated Indians of Graton Rancheria, Amah Mutsun Tribal Band, Wampanoag Tribe of Gay Head, Mississippi Band of Choctaw, and Gullah-Geechee. The Council has promoted development of the TK Literacy Guide at conferences by the NMEA, the International Pacific Marine Educators Network (an outcome of IPMEC) and The Wildlife Society (via its Native Peoples Wildlife Management Working Group) among others and in discussions with Makah, Seneca, Yupiaq, Inuit, Chamorro, Refaluwasch, Samoan, Australian Aboriginals, and others. A TK Literacy Guide could serve to supplement not only the OL Guide but also similar ones for climate, earth science and atmospheric science. The UN Declaration on Rights of Indigenous Peoples adopted by most nations provides hope that consensus on a TK Literacy Guide can be achieved. Developing this guide has some urgency given the Obama administration’s proposed Common Core Standards (i.e., national policy) for education in the United States.
Yoon, K S; Ishii, M; Igarashi, Y; Kodama, T
1996-01-01
2-Oxoglutarate:ferredoxin oxidoreductase from a thermophilic, obligately autotrophic, hydrogen-oxidizing bacterium, Hydrogenobacter thermophilus TK-6, was purified to homogeneity by precipitation with ammonium sulfate and by fractionation by DEAE-Sepharose CL-6B, polyacrylate-quaternary amine, hydroxyapatite, and Superdex-200 chromatography. The purified enzyme had a molecular mass of about 105 kDa and comprised two subunits (70 kDa and 35 kDa). The activity of the 2-oxoglutarate:ferredoxin oxidoreductase was detected by the use of 2-oxoglutarate, coenzyme A, and one of several electron acceptors in substrate amounts (ferredoxin isolated from H. thermophilus, flavin adenine dinucleotide, flavin mononucleotide, or methyl viologen). NAD, NADP, and ferredoxins from Chlorella spp. and Clostridium pasteurianum were ineffective. The enzyme was extremely thermostable; the temperature optimum for 2-oxoglutarate oxidation was above 80 degrees C, and the time for a 50% loss of activity at 70 degrees C under anaerobic conditions was 22 h. The optimum pH for a 2-oxoglutarate oxidation reaction was 7.6 to 7.8. The apparent Km values for 2-oxoglutarate and coenzyme A at 70 degrees C were 1.42 mM and 80 microM, respectively. PMID:8655524
Thwaites, M; Hall, D; Shinabarger, D; Serio, A W; Krause, K M; Marra, A; Pillar, C
2018-06-04
The next-generation aminoglycoside plazomicin, in development for infections due to multi-drug resistant (MDR) Enterobacteriaceae, was evaluated alongside comparators for bactericidal activity in minimum bactericidal concentration (MBC) and time-kill (TK) assays against MDR Enterobacteriaceae isolates with characterized aminoglycoside and β-lactam resistance mechanisms. Overall, plazomicin and colistin were the most potent, with plazomicin demonstrating an MBC 50/90 of 0.5/4 μg/mL and sustained 3-log 10 kill against MDR Escherichia coli , Klebsiella pneumoniae and Enterobacter spp. Copyright © 2018 Thwaites et al.
Mechanisms of Exhaust Pollutants and Plume Formation in Continuous Combustion.
1984-06-01
device. 4.1.3 Dilute Swirl Combustor (DSC) A swirl-stabilized geometry was developed to address the deficiencies observed with the swirl CBC geometry and...certain deficiencies were apparent in the ability of the model to predict experimental trends. For example: (1) The velocity profiles (Figure lOa) show that...25,000 Re - 50,000 HDF LA 1.1 0.55 Prediction 1.2 0.71 Flow Visualization 0.92 0.66 0 LCF LA 1.2 0.60 Prediction 1.3 0.70 5 J~55 -* - *7 2-- tK2
20180312 - Applying a High-Throughput PBTK Model for IVIVE (SOT)
The ability to link in vitro and in vivo toxicity enables the use of high-throughput in vitro assays as an alternative to resource intensive animal studies. Toxicokinetics (TK) should help describe this link, but prior work found weak correlation when using a TK model for in vitr...
Applying a High-Throughput PBTK Model for IVIVE
The ability to link in vitro and in vivo toxicity enables the use of high-throughput in vitro assays as an alternative to resource intensive animal studies. Toxicokinetics (TK) should help describe this link, but prior work found weak correlation when using a TK model for in vitr...
Development of reliable and accurate methodologies for determination of xenobiotic hepatic biotransformation rate and capacity parameters is important to the derivation of precise physiologically-based toxicokinetic (PB-TK) models. Biotransformation data incorporated into PB-TK m...
ELAS - SCIENCE & TECHNOLOGY LABORATORY APPLICATIONS SOFTWARE (SILICON GRAPHICS VERSION)
NASA Technical Reports Server (NTRS)
Walters, D.
1994-01-01
The Science and Technology Laboratory Applications Software (ELAS) was originally designed to analyze and process digital imagery data, specifically remotely-sensed scanner data. This capability includes the processing of Landsat multispectral data; aircraft-acquired scanner data; digitized topographic data; and numerous other ancillary data, such as soil types and rainfall information, that can be stored in digitized form. ELAS has the subsequent capability to geographically reference this data to dozens of standard, as well as user created projections. As an integrated image processing system, ELAS offers the user of remotely-sensed data a wide range of capabilities in the areas of land cover analysis and general purpose image analysis. ELAS is designed for flexible use and operation and includes its own FORTRAN operating subsystem and an expandable set of FORTRAN application modules. Because all of ELAS resides in one "logical" FORTRAN program, data inputs and outputs, directives, and module switching are convenient for the user. There are over 230 modules presently available to aid the user in performing a wide range of land cover analyses and manipulation. The file management modules enable the user to allocate, define, access, and specify usage for all types of files (ELAS files, subfiles, external files etc.). Various other modules convert specific types of satellite, aircraft, and vector-polygon data into files that can be used by other ELAS modules. The user also has many module options which aid in displaying image data, such as magnification/reduction of the display; true color display; and several memory functions. Additional modules allow for the building and manipulation of polygonal areas of the image data. Finally, there are modules which allow the user to select and classify the image data. An important feature of the ELAS subsystem is that its structure allows new applications modules to be easily integrated in the future. ELAS has as a standard the flexibility to process data elements exceeding 8 bits in length, including floating point (noninteger) elements and 16 or 32 bit integers. Thus it is able to analyze and process "non-standard" nonimage data. The VAX (ERL-10017) and Concurrent (ERL-10013) versions of ELAS 9.0 are written in FORTRAN and ASSEMBLER for DEC VAX series computers running VMS and Concurrent computers running MTM. The Sun (SSC-00019), Masscomp (SSC-00020), and Silicon Graphics (SSC-00021) versions of ELAS 9.0 are written in FORTRAN 77 and C-LANGUAGE for Sun4 series computers running SunOS, Masscomp computers running UNIX, and Silicon Graphics IRIS computers running IRIX. The Concurrent version requires at least 15 bit addressing and a direct memory access channel. The VAX and Concurrent versions of ELAS both require floating-point hardware, at least 1Mb of RAM, and approximately 70Mb of disk space. Both versions also require a COMTAL display device in order to display images. For the Sun, Masscomp, and Silicon Graphics versions of ELAS, the disk storage required is approximately 115Mb, and a minimum of 8Mb of RAM is required for execution. The Sun version of ELAS requires either the X-Window System Version 11 Revision 4 or Sun OpenWindows Version 2. The Masscomp version requires a GA1000 display device and the associated "gp" library. The Silicon Graphics version requires Silicon Graphics' GL library. ELAS display functions will not work with a monochrome monitor. The standard distribution medium for the VAX version (ERL10017) is a set of two 9-track 1600 BPI magnetic tapes in DEC VAX BACKUP format. This version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. The standard distribution medium for the Concurrent version (ERL-10013) is a set of two 9-track 1600 BPI magnetic tapes in Concurrent BACKUP format. The standard distribution medium for the Sun version (SSC-00019) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Masscomp version, (SSC-00020) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Silicon Graphics version (SSC-00021) is a .25 inch streaming magnetic IRIS tape cartridge in UNIX tar format. Version 9.0 was released in 1991. Sun4, SunOS, and Open Windows are trademarks of Sun Microsystems, Inc. MIT X Window System is licensed by Massachusetts Institute of Technology.
ELAS - SCIENCE & TECHNOLOGY LABORATORY APPLICATIONS SOFTWARE (CONCURRENT VERSION)
NASA Technical Reports Server (NTRS)
Pearson, R. W.
1994-01-01
The Science and Technology Laboratory Applications Software (ELAS) was originally designed to analyze and process digital imagery data, specifically remotely-sensed scanner data. This capability includes the processing of Landsat multispectral data; aircraft-acquired scanner data; digitized topographic data; and numerous other ancillary data, such as soil types and rainfall information, that can be stored in digitized form. ELAS has the subsequent capability to geographically reference this data to dozens of standard, as well as user created projections. As an integrated image processing system, ELAS offers the user of remotely-sensed data a wide range of capabilities in the areas of land cover analysis and general purpose image analysis. ELAS is designed for flexible use and operation and includes its own FORTRAN operating subsystem and an expandable set of FORTRAN application modules. Because all of ELAS resides in one "logical" FORTRAN program, data inputs and outputs, directives, and module switching are convenient for the user. There are over 230 modules presently available to aid the user in performing a wide range of land cover analyses and manipulation. The file management modules enable the user to allocate, define, access, and specify usage for all types of files (ELAS files, subfiles, external files etc.). Various other modules convert specific types of satellite, aircraft, and vector-polygon data into files that can be used by other ELAS modules. The user also has many module options which aid in displaying image data, such as magnification/reduction of the display; true color display; and several memory functions. Additional modules allow for the building and manipulation of polygonal areas of the image data. Finally, there are modules which allow the user to select and classify the image data. An important feature of the ELAS subsystem is that its structure allows new applications modules to be easily integrated in the future. ELAS has as a standard the flexibility to process data elements exceeding 8 bits in length, including floating point (noninteger) elements and 16 or 32 bit integers. Thus it is able to analyze and process "non-standard" nonimage data. The VAX (ERL-10017) and Concurrent (ERL-10013) versions of ELAS 9.0 are written in FORTRAN and ASSEMBLER for DEC VAX series computers running VMS and Concurrent computers running MTM. The Sun (SSC-00019), Masscomp (SSC-00020), and Silicon Graphics (SSC-00021) versions of ELAS 9.0 are written in FORTRAN 77 and C-LANGUAGE for Sun4 series computers running SunOS, Masscomp computers running UNIX, and Silicon Graphics IRIS computers running IRIX. The Concurrent version requires at least 15 bit addressing and a direct memory access channel. The VAX and Concurrent versions of ELAS both require floating-point hardware, at least 1Mb of RAM, and approximately 70Mb of disk space. Both versions also require a COMTAL display device in order to display images. For the Sun, Masscomp, and Silicon Graphics versions of ELAS, the disk storage required is approximately 115Mb, and a minimum of 8Mb of RAM is required for execution. The Sun version of ELAS requires either the X-Window System Version 11 Revision 4 or Sun OpenWindows Version 2. The Masscomp version requires a GA1000 display device and the associated "gp" library. The Silicon Graphics version requires Silicon Graphics' GL library. ELAS display functions will not work with a monochrome monitor. The standard distribution medium for the VAX version (ERL10017) is a set of two 9-track 1600 BPI magnetic tapes in DEC VAX BACKUP format. This version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. The standard distribution medium for the Concurrent version (ERL-10013) is a set of two 9-track 1600 BPI magnetic tapes in Concurrent BACKUP format. The standard distribution medium for the Sun version (SSC-00019) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Masscomp version, (SSC-00020) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Silicon Graphics version (SSC-00021) is a .25 inch streaming magnetic IRIS tape cartridge in UNIX tar format. Version 9.0 was released in 1991. Sun4, SunOS, and Open Windows are trademarks of Sun Microsystems, Inc. MIT X Window System is licensed by Massachusetts Institute of Technology.
ELAS - SCIENCE & TECHNOLOGY LABORATORY APPLICATIONS SOFTWARE (SUN VERSION)
NASA Technical Reports Server (NTRS)
Walters, D.
1994-01-01
The Science and Technology Laboratory Applications Software (ELAS) was originally designed to analyze and process digital imagery data, specifically remotely-sensed scanner data. This capability includes the processing of Landsat multispectral data; aircraft-acquired scanner data; digitized topographic data; and numerous other ancillary data, such as soil types and rainfall information, that can be stored in digitized form. ELAS has the subsequent capability to geographically reference this data to dozens of standard, as well as user created projections. As an integrated image processing system, ELAS offers the user of remotely-sensed data a wide range of capabilities in the areas of land cover analysis and general purpose image analysis. ELAS is designed for flexible use and operation and includes its own FORTRAN operating subsystem and an expandable set of FORTRAN application modules. Because all of ELAS resides in one "logical" FORTRAN program, data inputs and outputs, directives, and module switching are convenient for the user. There are over 230 modules presently available to aid the user in performing a wide range of land cover analyses and manipulation. The file management modules enable the user to allocate, define, access, and specify usage for all types of files (ELAS files, subfiles, external files etc.). Various other modules convert specific types of satellite, aircraft, and vector-polygon data into files that can be used by other ELAS modules. The user also has many module options which aid in displaying image data, such as magnification/reduction of the display; true color display; and several memory functions. Additional modules allow for the building and manipulation of polygonal areas of the image data. Finally, there are modules which allow the user to select and classify the image data. An important feature of the ELAS subsystem is that its structure allows new applications modules to be easily integrated in the future. ELAS has as a standard the flexibility to process data elements exceeding 8 bits in length, including floating point (noninteger) elements and 16 or 32 bit integers. Thus it is able to analyze and process "non-standard" nonimage data. The VAX (ERL-10017) and Concurrent (ERL-10013) versions of ELAS 9.0 are written in FORTRAN and ASSEMBLER for DEC VAX series computers running VMS and Concurrent computers running MTM. The Sun (SSC-00019), Masscomp (SSC-00020), and Silicon Graphics (SSC-00021) versions of ELAS 9.0 are written in FORTRAN 77 and C-LANGUAGE for Sun4 series computers running SunOS, Masscomp computers running UNIX, and Silicon Graphics IRIS computers running IRIX. The Concurrent version requires at least 15 bit addressing and a direct memory access channel. The VAX and Concurrent versions of ELAS both require floating-point hardware, at least 1Mb of RAM, and approximately 70Mb of disk space. Both versions also require a COMTAL display device in order to display images. For the Sun, Masscomp, and Silicon Graphics versions of ELAS, the disk storage required is approximately 115Mb, and a minimum of 8Mb of RAM is required for execution. The Sun version of ELAS requires either the X-Window System Version 11 Revision 4 or Sun OpenWindows Version 2. The Masscomp version requires a GA1000 display device and the associated "gp" library. The Silicon Graphics version requires Silicon Graphics' GL library. ELAS display functions will not work with a monochrome monitor. The standard distribution medium for the VAX version (ERL10017) is a set of two 9-track 1600 BPI magnetic tapes in DEC VAX BACKUP format. This version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. The standard distribution medium for the Concurrent version (ERL-10013) is a set of two 9-track 1600 BPI magnetic tapes in Concurrent BACKUP format. The standard distribution medium for the Sun version (SSC-00019) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Masscomp version, (SSC-00020) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Silicon Graphics version (SSC-00021) is a .25 inch streaming magnetic IRIS tape cartridge in UNIX tar format. Version 9.0 was released in 1991. Sun4, SunOS, and Open Windows are trademarks of Sun Microsystems, Inc. MIT X Window System is licensed by Massachusetts Institute of Technology.
ELAS - SCIENCE & TECHNOLOGY LABORATORY APPLICATIONS SOFTWARE (MASSCOMP VERSION)
NASA Technical Reports Server (NTRS)
Walters, D.
1994-01-01
The Science and Technology Laboratory Applications Software (ELAS) was originally designed to analyze and process digital imagery data, specifically remotely-sensed scanner data. This capability includes the processing of Landsat multispectral data; aircraft-acquired scanner data; digitized topographic data; and numerous other ancillary data, such as soil types and rainfall information, that can be stored in digitized form. ELAS has the subsequent capability to geographically reference this data to dozens of standard, as well as user created projections. As an integrated image processing system, ELAS offers the user of remotely-sensed data a wide range of capabilities in the areas of land cover analysis and general purpose image analysis. ELAS is designed for flexible use and operation and includes its own FORTRAN operating subsystem and an expandable set of FORTRAN application modules. Because all of ELAS resides in one "logical" FORTRAN program, data inputs and outputs, directives, and module switching are convenient for the user. There are over 230 modules presently available to aid the user in performing a wide range of land cover analyses and manipulation. The file management modules enable the user to allocate, define, access, and specify usage for all types of files (ELAS files, subfiles, external files etc.). Various other modules convert specific types of satellite, aircraft, and vector-polygon data into files that can be used by other ELAS modules. The user also has many module options which aid in displaying image data, such as magnification/reduction of the display; true color display; and several memory functions. Additional modules allow for the building and manipulation of polygonal areas of the image data. Finally, there are modules which allow the user to select and classify the image data. An important feature of the ELAS subsystem is that its structure allows new applications modules to be easily integrated in the future. ELAS has as a standard the flexibility to process data elements exceeding 8 bits in length, including floating point (noninteger) elements and 16 or 32 bit integers. Thus it is able to analyze and process "non-standard" nonimage data. The VAX (ERL-10017) and Concurrent (ERL-10013) versions of ELAS 9.0 are written in FORTRAN and ASSEMBLER for DEC VAX series computers running VMS and Concurrent computers running MTM. The Sun (SSC-00019), Masscomp (SSC-00020), and Silicon Graphics (SSC-00021) versions of ELAS 9.0 are written in FORTRAN 77 and C-LANGUAGE for Sun4 series computers running SunOS, Masscomp computers running UNIX, and Silicon Graphics IRIS computers running IRIX. The Concurrent version requires at least 15 bit addressing and a direct memory access channel. The VAX and Concurrent versions of ELAS both require floating-point hardware, at least 1Mb of RAM, and approximately 70Mb of disk space. Both versions also require a COMTAL display device in order to display images. For the Sun, Masscomp, and Silicon Graphics versions of ELAS, the disk storage required is approximately 115Mb, and a minimum of 8Mb of RAM is required for execution. The Sun version of ELAS requires either the X-Window System Version 11 Revision 4 or Sun OpenWindows Version 2. The Masscomp version requires a GA1000 display device and the associated "gp" library. The Silicon Graphics version requires Silicon Graphics' GL library. ELAS display functions will not work with a monochrome monitor. The standard distribution medium for the VAX version (ERL10017) is a set of two 9-track 1600 BPI magnetic tapes in DEC VAX BACKUP format. This version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. The standard distribution medium for the Concurrent version (ERL-10013) is a set of two 9-track 1600 BPI magnetic tapes in Concurrent BACKUP format. The standard distribution medium for the Sun version (SSC-00019) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Masscomp version, (SSC-00020) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Silicon Graphics version (SSC-00021) is a .25 inch streaming magnetic IRIS tape cartridge in UNIX tar format. Version 9.0 was released in 1991. Sun4, SunOS, and Open Windows are trademarks of Sun Microsystems, Inc. MIT X Window System is licensed by Massachusetts Institute of Technology.
ELAS - SCIENCE & TECHNOLOGY LABORATORY APPLICATIONS SOFTWARE (DEC VAX VERSION)
NASA Technical Reports Server (NTRS)
Junkin, B. G.
1994-01-01
The Science and Technology Laboratory Applications Software (ELAS) was originally designed to analyze and process digital imagery data, specifically remotely-sensed scanner data. This capability includes the processing of Landsat multispectral data; aircraft-acquired scanner data; digitized topographic data; and numerous other ancillary data, such as soil types and rainfall information, that can be stored in digitized form. ELAS has the subsequent capability to geographically reference this data to dozens of standard, as well as user created projections. As an integrated image processing system, ELAS offers the user of remotely-sensed data a wide range of capabilities in the areas of land cover analysis and general purpose image analysis. ELAS is designed for flexible use and operation and includes its own FORTRAN operating subsystem and an expandable set of FORTRAN application modules. Because all of ELAS resides in one "logical" FORTRAN program, data inputs and outputs, directives, and module switching are convenient for the user. There are over 230 modules presently available to aid the user in performing a wide range of land cover analyses and manipulation. The file management modules enable the user to allocate, define, access, and specify usage for all types of files (ELAS files, subfiles, external files etc.). Various other modules convert specific types of satellite, aircraft, and vector-polygon data into files that can be used by other ELAS modules. The user also has many module options which aid in displaying image data, such as magnification/reduction of the display; true color display; and several memory functions. Additional modules allow for the building and manipulation of polygonal areas of the image data. Finally, there are modules which allow the user to select and classify the image data. An important feature of the ELAS subsystem is that its structure allows new applications modules to be easily integrated in the future. ELAS has as a standard the flexibility to process data elements exceeding 8 bits in length, including floating point (noninteger) elements and 16 or 32 bit integers. Thus it is able to analyze and process "non-standard" nonimage data. The VAX (ERL-10017) and Concurrent (ERL-10013) versions of ELAS 9.0 are written in FORTRAN and ASSEMBLER for DEC VAX series computers running VMS and Concurrent computers running MTM. The Sun (SSC-00019), Masscomp (SSC-00020), and Silicon Graphics (SSC-00021) versions of ELAS 9.0 are written in FORTRAN 77 and C-LANGUAGE for Sun4 series computers running SunOS, Masscomp computers running UNIX, and Silicon Graphics IRIS computers running IRIX. The Concurrent version requires at least 15 bit addressing and a direct memory access channel. The VAX and Concurrent versions of ELAS both require floating-point hardware, at least 1Mb of RAM, and approximately 70Mb of disk space. Both versions also require a COMTAL display device in order to display images. For the Sun, Masscomp, and Silicon Graphics versions of ELAS, the disk storage required is approximately 115Mb, and a minimum of 8Mb of RAM is required for execution. The Sun version of ELAS requires either the X-Window System Version 11 Revision 4 or Sun OpenWindows Version 2. The Masscomp version requires a GA1000 display device and the associated "gp" library. The Silicon Graphics version requires Silicon Graphics' GL library. ELAS display functions will not work with a monochrome monitor. The standard distribution medium for the VAX version (ERL10017) is a set of two 9-track 1600 BPI magnetic tapes in DEC VAX BACKUP format. This version is also available on a TK50 tape cartridge in DEC VAX BACKUP format. The standard distribution medium for the Concurrent version (ERL-10013) is a set of two 9-track 1600 BPI magnetic tapes in Concurrent BACKUP format. The standard distribution medium for the Sun version (SSC-00019) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Masscomp version, (SSC-00020) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. The standard distribution medium for the Silicon Graphics version (SSC-00021) is a .25 inch streaming magnetic IRIS tape cartridge in UNIX tar format. Version 9.0 was released in 1991. Sun4, SunOS, and Open Windows are trademarks of Sun Microsystems, Inc. MIT X Window System is licensed by Massachusetts Institute of Technology.
49 CFR 173.27 - General requirements for transportation by aircraft.
Code of Federal Regulations, 2014 CFR
2014-10-01
... Fuel cells cartridges (UN3478, UN3479), see § 173.230 of this part. Class 3 PG I: Forbidden PG II: 0.5L... material is 1.0 L. For Fuel cell cartridges containing flammable liquids (UN3473), see § 173.230 of this...., UN3134) is 1 kg. For fuel cell cartridges containing water reactive substances (UN3476), see § 173.230 of...
49 CFR 173.27 - General requirements for transportation by aircraft.
Code of Federal Regulations, 2012 CFR
2012-10-01
... Fuel cells cartridges (UN3478, UN3479), see § 173.230 of this part. Class 3 PG I: Forbidden PG II: 0.5L... material is 1.0 L. For Fuel cell cartridges containing flammable liquids (UN3473), see § 173.230 of this...., UN3134) is 1 kg. For fuel cell cartridges containing water reactive substances (UN3476), see § 173.230 of...
49 CFR 173.27 - General requirements for transportation by aircraft.
Code of Federal Regulations, 2013 CFR
2013-10-01
... Fuel cells cartridges (UN3478, UN3479), see § 173.230 of this part. Class 3 PG I: Forbidden PG II: 0.5L... material is 1.0 L. For Fuel cell cartridges containing flammable liquids (UN3473), see § 173.230 of this...., UN3134) is 1 kg. For fuel cell cartridges containing water reactive substances (UN3476), see § 173.230 of...
Remotely serviced filter and housing
Ross, Maurice J.; Zaladonis, Larry A.
1988-09-27
A filter system for a hot cell comprises a housing adapted for input of air or other gas to be filtered, flow of the air through a filter element, and exit of filtered air. The housing is tapered at the top to make it easy to insert a filter cartridge using an overhead crane. The filter cartridge holds the filter element while the air or other gas is passed through the filter element. Captive bolts in trunnion nuts are readily operated by electromechanical manipulators operating power wrenches to secure and release the filter cartridge. The filter cartridge is adapted to make it easy to change a filter element by using a master-slave manipulator at a shielded window station.
Synthesis of novel amides based on acridone scaffold with interesting antineoplastic activity.
Mahajan, Anand A; Rane, Rajesh A; Amritkar, Anish A; Naphade, Shital S; Miniyar, Pankaj B; Bangalore, Pavan Kumar; Karpoormath, Rajshekhar
2015-01-01
In search of novel cytotoxic agents based on acridone scaffold, twenty five derivatives of acridone-2- carboxamide were synthesized and evaluated against a panel of eleven cancer cell lines by using MTT assay. Amides, A5 and A8 (IC50 = 0.3 µM) exhibited good cytotoxicity against MCF7. Compound A22 (IC50 = 4.3 µM) was found to be selectively cytotoxic against cancer cell line MCF7 and KB403. Particularly, promising cytotoxic activities were shown by amides A6 (IC50 = 0.7 µM), A16 (IC50 = 6.3 µM), A8 (IC50 = 0.9 µM ), A21 (IC50 = 1.3 µM), A5 (IC50 = 2.9 µM), A8 (IC50 = 2.8 µM), A14 (IC50 = 0.8 µM), A9 (IC50 = 0.8 µM) and A8 (IC50 = 0.4 µM) against cell lines; PA1, WRL68, CaCO2, TK-10, K-562, PC-3, HOP-92, ECV-304 and UACC-257, respectively. The favorable cytotoxic profile and non-toxicity towards normal human cells displayed by the derivative revealed their potential for further anticancer drug developments.
Fuchs, Walter; Fichtner, Dieter; Bergmann, Sven M; Mettenleiter, Thomas C
2011-06-01
Koi herpesvirus (KHV) causes a fatal disease in koi and common carp, but no reliable and genetically characterized vaccines are available up to now. Therefore, we generated KHV recombinants possessing deletions within the viral ribonucleotide reductase (RNR), thymidine kinase (TK), dUTPase, or TK and dUTPase genes, and their corresponding rescuants. All KHV mutants were replication competent in cultured cells. Whereas plaque sizes and titers of RNR-negative KHV were reduced, replication of the other mutants was not affected. Experimental infection of carp indicated attenuation of TK- or dUTPase-deleted KHV, and PCR analysis of tissue samples permitted differentiation of mutant from wild-type virus.
DOE Office of Scientific and Technical Information (OSTI.GOV)
Harrell, R.M.
1994-12-31
Aldehydes and ketones are receiving increased attention both as hazardous substances and as promoters in the photochemical formation of ozone in the atmosphere. They enter the atmosphere in the exhaust of motor vehicles and other equipment using hydrocarbon and alcohol fuels. Formaldehyde, the most prevalent aldehyde, is widely used as a preservative, a textile-treatment agent, and an intermediate in the manufacture of urea-formaldehyde and phenol-formaldehyde resins. The formaldehyde concentration ranges for several types of environments are presented. Waters Sep-Pak{reg_sign} DNPH-Silica cartridges are convenient, reproducible sampling devices for quantifying aldehydes and ketones in gases, including air. These cartridges trap the compoundsmore » by reacting them with the DNPH, 2,4-Dinitrophenylhydrazine, on the cartridge to form stable hydrazone derivatives. Derivatives are later eluted and analyzed by HPLC. Cartridges spiked in the laboratory are used for quality assurance and instrument performance verification.« less
Vigna, Camila R M; Morais, Lais S R; Collins, Carol H; Jardim, Isabel C S F
2006-05-12
A laboratory-made sorbent for solid-phase extraction (SPE) was obtained by thermal immobilization of poly(methyloctylsiloxane) (PMOS) onto silica. Cartridges packed with the new sorbent were used for the simultaneous determination of imazethapyr, nicosulfuron, diuron, linuron and chlorimuron-ethyl in water. These pesticides were separated and quantified using high-performance liquid chromatography with diode array detection (HPLC-DAD). The recoveries achieved with the laboratory-made PMOS cartridges were compared with those of some commercially available silica-based and polymer-based cartridges having C18, C8 and NH(2) pendant groups. Method validation using the laboratory-made sorbent was performed for the five pesticides at three fortifications levels (1x, 2x and 10x the limit of quantification of each pesticide). The laboratory-made PMOS cartridge has low cost preparation and showed good recoveries (72-111%) for all pesticides. Repeatability and intermediate precision were lower than 15%. Its performance was similar or even better, in some cases, than those of the commercial cartridges.
Sample processor for chemical analysis
NASA Technical Reports Server (NTRS)
Boettger, Heinz G. (Inventor)
1980-01-01
An apparatus is provided which can process numerous samples that must be chemically analyzed by the application of fluids such as liquid reagents, solvents and purge gases, as well as the application of dumps for receiving the applied fluid after they pass across the sample, in a manner that permits numerous samples to be processed in a relatively short time and with minimal manpower. The processor includes a rotor which can hold numerous cartridges containing inert or adsorbent material for holding samples, and a pair of stators on opposite sides of the rotor. The stators form stations spaced along the path of the cartridges which lie in the rotor, and each station can include an aperture in one stator through which a fluid can be applied to a cartridge resting at that station, and an aperture in the other stator which can receive the fluid which has passed through the cartridge. The stators are sealed to the ends of the cartridges lying on the rotor, to thereby isolate the stations from one another.
Salas, Daniela; Borrull, Francesc; Fontanals, Núria; Marcé, Rosa Maria
2018-01-01
The aim of the present study is to broaden the applications of mixed-mode ion-exchange solid-phase extraction sorbents to extract both basic and acidic compounds simultaneously by combining the sorbents in a single cartridge and developing a simplified extraction procedure. Four different cartridges containing negative and positive charges in the same configuration were evaluated and compared to extract a group of basic, neutral, and acidic pharmaceuticals selected as model compounds. After a thorough optimization of the extraction conditions, the four different cartridges showed to be capable of retaining basic and acidic pharmaceuticals simultaneously through ionic interactions, allowing the introduction of a washing step with 15 mL methanol to eliminate interferences retained by hydrophobic interactions. Using the best combined cartridge, a method was developed, validated, and further applied to environmental waters to demonstrate that the method is promising for the extraction of basic and acidic compounds from very complex samples.
Nanoparticle separation with a miniaturized asymmetrical flow field-flow fractionation cartridge
Müller, David; Cattaneo, Stefano; Meier, Florian; Welz, Roland; de Mello, Andrew J.
2015-01-01
Asymmetrical Flow Field-Flow Fractionation (AF4) is a separation technique applicable to particles over a wide size range. Despite the many advantages of AF4, its adoption in routine particle analysis is somewhat limited by the large footprint of currently available separation cartridges, extended analysis times and significant solvent consumption. To address these issues, we describe the fabrication and characterization of miniaturized AF4 cartridges. Key features of the down-scaled platform include simplified cartridge and reagent handling, reduced analysis costs and higher throughput capacities. The separation performance of the miniaturized cartridge is assessed using certified gold and silver nanoparticle standards. Analysis of gold nanoparticle populations indicates shorter analysis times and increased sensitivity compared to conventional AF4 separation schemes. Moreover, nanoparticulate titanium dioxide populations exhibiting broad size distributions are analyzed in a rapid and efficient manner. Finally, the repeatability and reproducibility of the miniaturized platform are investigated with respect to analysis time and separation efficiency. PMID:26258119
Nanoparticle separation with a miniaturized asymmetrical flow field-flow fractionation cartridge
NASA Astrophysics Data System (ADS)
Müller, David; Cattaneo, Stefano; Meier, Florian; Welz, Roland; deMello, Andrew
2015-07-01
Asymmetrical Flow Field-Flow Fractionation (AF4) is a separation technique applicable to particles over a wide size range. Despite the many advantages of AF4, its adoption in routine particle analysis is somewhat limited by the large footprint of currently available separation cartridges, extended analysis times and significant solvent consumption. To address these issues, we describe the fabrication and characterization of miniaturized AF4 cartridges. Key features of the scale-down platform include simplified cartridge and reagent handling, reduced analysis costs and higher throughput capacities. The separation performance of the miniaturized cartridge is assessed using certified gold and silver nanoparticle standards. Analysis of gold nanoparticle populations indicates shorter analysis times and increased sensitivity compared to conventional AF4 separation schemes. Moreover, nanoparticulate titanium dioxide populations exhibiting broad size distributions are analyzed in a rapid and efficient manner. Finally, the repeatability and reproducibility of the miniaturized platform are investigated with respect to analysis time and separation efficiency.
System for injecting fuel in a gas turbine combustor
DOE Office of Scientific and Technical Information (OSTI.GOV)
Berry, Jonathan Dwight
A combustion system uses a fuel nozzle with an inner wall having a fuel inlet in fluid communication with a fuel outlet in a fuel cartridge. The inner wall defines a mounting location for inserting the fuel cartridge. A pair of annular lip seals around the cartridge outer wall on both sides of the fuel outlet seals the fuel passage between the fuel inlet and the fuel outlet.
Plumbing Fixture for a Microfluidic Cartridge
NASA Technical Reports Server (NTRS)
Francis, Kevin
2007-01-01
A fixture has been devised for making the plumbing connections between a microfluidic device in a replaceable cartridge and an external fluidic system. The fixture includes a 0.25-in. (6.35-mm) thick steel plate, to which the cartridge is fastened by two 10-32 thumb screws. The plate holds one plumbing fitting for the inlet and one for the outlet of the microfluidic device. Each fitting includes a fused-silica tube of 0.006-in. (approx.0.15-mm) inside diameter within a fluorinated ethylene-propylene (FEP) tube of 0.0155-in. (approx.0.39-mm) inside diameter and 0.062- in. (approx.1.57-mm) outside diameter. The FEP tube is press-fit through the steel plate so that its exposed end is flush with the surface of the plate, and the silica tube protrudes 0.03 in. (approx.0.76 mm) from the plate/FEP-tube-end surface. The cartridge includes a glass cover plate that contains 0.06-mm-wide access ports. When the cartridge is fastened to the steel plate, the silica tubes become inserted through the access ports and into the body of the cartridge, while the ends of the FEP tubes become butted against the glass cover plate. An extremely tight seal is thereby made.
Greiner, Birgit; Ribi, Willi A; Warrant, Eric J
2005-11-01
Using the combined Golgi-electron microscopy technique, we have determined the three-dimensional dendritic fields of the short visual fibres (svf 1-3) and first-order interneurons or L-fibres (L1-4) within the first optic ganglion (lamina) of the nocturnal bee Megalopta genalis. Serial cross sections have revealed that the svf type 2 branches into one adjacent neural unit (cartridge) in layer A, the most distal of the three lamina layers A, B and C. All L-fibres, except L1-a, exhibit wide lateral branching into several neighbouring cartridges. L1-b shows a dendritic field of seven cartridges in layers A and C, dendrites of L2 target 13 cartridges in layer A, L3 branches over a total of 12 cartridges in layer A and three in layer C and L4 has the largest dendritic field size of 18 cartridges in layer C. The number of cartridges reached by the respective L-fibres is distinctly greater in the nocturnal bee than in the worker honeybee and is larger than could be estimated from our previous Golgi-light microscopy study. The extreme dorso-ventrally oriented dendritic field of L4 in M. genalis may, in addition to its potential role in spatial summation, be involved in edge detection. Thus, we have shown that the amount of lateral spreading present in the lamina provides the anatomical basis for the required spatial summation. Theoretical and future physiological work should further elucidate the roles that this lateral spreading plays to improve dim-light vision in nocturnal insects.
Belkhelfa, Sophia; Labadie, Karine; Cruaud, Corinne; Aury, Jean-Marc; Roche, David; Bouzon, Madeleine; Salanoubat, Marcel
2018-01-01
ABSTRACT Methylobacterium extorquens TK 0001 (DSM 1337, ATCC 43645) is an aerobic pink-pigmented facultative methylotrophic alphaproteobacterium isolated from soil in Poland. Here, we report the whole-genome sequence and annotation of this organism, which consists of a single 5.71-Mb chromosome. PMID:29472323