Sample records for job submission demo

  1. A Comparison of Parameter Study Creation and Job Submission Tools

    NASA Technical Reports Server (NTRS)

    DeVivo, Adrian; Yarrow, Maurice; McCann, Karen M.; Biegel, Bryan (Technical Monitor)

    2001-01-01

    We consider the differences between the available general purpose parameter study and job submission tools. These tools necessarily share many features, but frequently with differences in the way they are designed and implemented For this class of features, we will only briefly outline the essential differences. However we will focus on the unique features which distinguish the ILab parameter study and job submission tool from other packages, and which make the ILab tool easier and more suitable for use in our research and engineering environment.

  2. The swiss army knife of job submission tools: grid-control

    NASA Astrophysics Data System (ADS)

    Stober, F.; Fischer, M.; Schleper, P.; Stadie, H.; Garbers, C.; Lange, J.; Kovalchuk, N.

    2017-10-01

    grid-control is a lightweight and highly portable open source submission tool that supports all common workflows in high energy physics (HEP). It has been used by a sizeable number of HEP analyses to process tasks that sometimes consist of up to 100k jobs. grid-control is built around a powerful plugin and configuration system, that allows users to easily specify all aspects of the desired workflow. Job submission to a wide range of local or remote batch systems or grid middleware is supported. Tasks can be conveniently specified through the parameter space that will be processed, which can consist of any number of variables and data sources with complex dependencies on each other. Dataset information is processed through a configurable pipeline of dataset filters, partition plugins and partition filters. The partition plugins can take the number of files, size of the work units, metadata or combinations thereof into account. All changes to the input datasets or variables are propagated through the processing pipeline and can transparently trigger adjustments to the parameter space and the job submission. While the core functionality is completely experiment independent, full integration with the CMS computing environment is provided by a small set of plugins.

  3. Using CREAM and CEMonitor for job submission and management in the gLite middleware

    NASA Astrophysics Data System (ADS)

    Aiftimiei, C.; Andreetto, P.; Bertocco, S.; Dalla Fina, S.; Dorigo, A.; Frizziero, E.; Gianelle, A.; Marzolla, M.; Mazzucato, M.; Mendez Lorenzo, P.; Miccio, V.; Sgaravatto, M.; Traldi, S.; Zangrando, L.

    2010-04-01

    In this paper we describe the use of CREAM and CEMonitor services for job submission and management within the gLite Grid middleware. Both CREAM and CEMonitor address one of the most fundamental operations of a Grid middleware, that is job submission and management. Specifically, CREAM is a job management service used for submitting, managing and monitoring computational jobs. CEMonitor is an event notification framework, which can be coupled with CREAM to provide the users with asynchronous job status change notifications. Both components have been integrated in the gLite Workload Management System by means of ICE (Interface to CREAM Environment). These software components have been released for production in the EGEE Grid infrastructure and, for what concerns the CEMonitor service, also in the OSG Grid. In this paper we report the current status of these services, the achieved results, and the issues that still have to be addressed.

  4. 75 FR 74088 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job Corps...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-11-30

    ... for OMB Review; Comment Request; Job Corps Enrollee Allotment Determination ACTION: Notice. SUMMARY: The Department of Labor (DOL) hereby announces the submission of the Employment and Training Administration (ETA) sponsored information collection request (ICR) titled, ``Job Corps Enrollee Allotment...

  5. 78 FR 15975 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job Clubs...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-03-13

    ... DEPARTMENT OF LABOR Office of the Secretary Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job Clubs Study ACTION: Notice; correction. SUMMARY: The Department... comments on site visits to job clubs. The document contained incorrect dates. FOR FURTHER INFORMATION...

  6. 75 FR 74082 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job Corps...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-11-30

    ... obtain information about student training for placement of students in jobs, further education or... for OMB Review; Comment Request; Job Corps Placement and Assistance Record ACTION: Notice. SUMMARY: The Department of Labor (DOL) hereby announces the submission of the Employment and Training...

  7. Memory handling in the ATLAS submission system from job definition to sites limits

    NASA Astrophysics Data System (ADS)

    Forti, A. C.; Walker, R.; Maeno, T.; Love, P.; Rauschmayr, N.; Filipcic, A.; Di Girolamo, A.

    2017-10-01

    In the past few years the increased luminosity of the LHC, changes in the linux kernel and a move to a 64bit architecture have affected the ATLAS jobs memory usage and the ATLAS workload management system had to be adapted to be more flexible and pass memory parameters to the batch systems, which in the past wasn’t a necessity. This paper describes the steps required to add the capability to better handle memory requirements, included the review of how each component definition and parametrization of the memory is mapped to the other components, and what changes had to be applied to make the submission chain work. These changes go from the definition of tasks and the way tasks memory requirements are set using scout jobs, through the new memory tool developed to do that, to how these values are used by the submission component of the system and how the jobs are treated by the sites through the CEs, batch systems and ultimately the kernel.

  8. 76 FR 81981 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; “Green Jobs...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-12-29

    ... DEPARTMENT OF LABOR Office of the Secretary Agency Information Collection Activities; Submission for OMB Review; Comment Request; ``Green Jobs and Health Care Implementation Study'' ACTION: Notice...: Green Jobs and Health Care Implementation Study. OMB ICR Reference Number: 201110-1205-002. Affected...

  9. Django Remote Submission

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

    Doucet, Mathieu; Hobson, Tanner C.; Ferraz Leal, Ricardo Miguel

    The Django Remote Submission (DRS) is a Django (Django, n.d.) application to manage long running job submission, including starting the job, saving logs, and storing results. It is an independent project available as a standalone pypi package (PyPi, n.d.). It can be easily integrated in any Django project. The source code is freely available as a GitHub repository (django-remote-submission, n.d.). To run the jobs in background, DRS takes advantage of Celery (Celery, n.d.), a powerful asynchronous job queue used for running tasks in the background, and the Redis Server (Redis, n.d.), an in-memory data structure store. Celery uses brokers tomore » pass messages between a Django Project and the Celery workers. Redis is the message broker of DRS. In addition DRS provides real time monitoring of the progress of Jobs and associated logs. Through the Django Channels project (Channels, n.d.), and the usage of Web Sockets, it is possible to asynchronously display the Job Status and the live Job output (standard output and standard error) on a web page.« less

  10. Django Remote Submission

    DOE PAGES

    Doucet, Mathieu; Hobson, Tanner C.; Ferraz Leal, Ricardo Miguel

    2017-08-01

    The Django Remote Submission (DRS) is a Django (Django, n.d.) application to manage long running job submission, including starting the job, saving logs, and storing results. It is an independent project available as a standalone pypi package (PyPi, n.d.). It can be easily integrated in any Django project. The source code is freely available as a GitHub repository (django-remote-submission, n.d.). To run the jobs in background, DRS takes advantage of Celery (Celery, n.d.), a powerful asynchronous job queue used for running tasks in the background, and the Redis Server (Redis, n.d.), an in-memory data structure store. Celery uses brokers tomore » pass messages between a Django Project and the Celery workers. Redis is the message broker of DRS. In addition DRS provides real time monitoring of the progress of Jobs and associated logs. Through the Django Channels project (Channels, n.d.), and the usage of Web Sockets, it is possible to asynchronously display the Job Status and the live Job output (standard output and standard error) on a web page.« less

  11. Job submission and management through web services: the experience with the CREAM service

    NASA Astrophysics Data System (ADS)

    Aiftimiei, C.; Andreetto, P.; Bertocco, S.; Fina, S. D.; Ronco, S. D.; Dorigo, A.; Gianelle, A.; Marzolla, M.; Mazzucato, M.; Sgaravatto, M.; Verlato, M.; Zangrando, L.; Corvo, M.; Miccio, V.; Sciaba, A.; Cesini, D.; Dongiovanni, D.; Grandi, C.

    2008-07-01

    Modern Grid middleware is built around components providing basic functionality, such as data storage, authentication, security, job management, resource monitoring and reservation. In this paper we describe the Computing Resource Execution and Management (CREAM) service. CREAM provides a Web service-based job execution and management capability for Grid systems; in particular, it is being used within the gLite middleware. CREAM exposes a Web service interface allowing conforming clients to submit and manage computational jobs to a Local Resource Management System. We developed a special component, called ICE (Interface to CREAM Environment) to integrate CREAM in gLite. ICE transfers job submissions and cancellations from the Workload Management System, allowing users to manage CREAM jobs from the gLite User Interface. This paper describes some recent studies aimed at assessing the performance and reliability of CREAM and ICE; those tests have been performed as part of the acceptance tests for integration of CREAM and ICE in gLite. We also discuss recent work towards enhancing CREAM with a BES and JSDL compliant interface.

  12. Data oriented job submission scheme for the PHENIX user analysis in CCJ

    NASA Astrophysics Data System (ADS)

    Nakamura, T.; En'yo, H.; Ichihara, T.; Watanabe, Y.; Yokkaichi, S.

    2011-12-01

    The RIKEN Computing Center in Japan (CCJ) has been developed to make it possible analyzing huge amount of data corrected by the PHENIX experiment at RHIC. The corrected raw data or reconstructed data are transferred via SINET3 with 10 Gbps bandwidth from Brookheaven National Laboratory (BNL) by using GridFTP. The transferred data are once stored in the hierarchical storage management system (HPSS) prior to the user analysis. Since the size of data grows steadily year by year, concentrations of the access request to data servers become one of the serious bottlenecks. To eliminate this I/O bound problem, 18 calculating nodes with total 180 TB local disks were introduced to store the data a priori. We added some setup in a batch job scheduler (LSF) so that user can specify the requiring data already distributed to the local disks. The locations of data are automatically obtained from a database, and jobs are dispatched to the appropriate node which has the required data. To avoid the multiple access to a local disk from several jobs in a node, techniques of lock file and access control list are employed. As a result, each job can handle a local disk exclusively. Indeed, the total throughput was improved drastically as compared to the preexisting nodes in CCJ, and users can analyze about 150 TB data within 9 hours. We report this successful job submission scheme and the feature of the PC cluster.

  13. Thomson scattering for core plasma on DEMO

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

    Mukhin, E. E.; Kurskiev, G. S.; Tolstyakov, S. Yu.

    2014-08-21

    This paper describes the challenges of Thomson scattering implementation for core plasma on DEMO and evaluates the capability to measure extremely high electron temperature range 0.5-40keV. A number of solutions to be developed for ITER diagnostics are suggested in consideration of their realization for DEMO. New approaches suggested for DEMO may also be of interest to ITER and currently operating magnetic confinement devices.

  14. Versatile Desktop Experiment Module (DEMo) on Heat Transfer

    ERIC Educational Resources Information Center

    Minerick, Adrienne R.

    2010-01-01

    This paper outlines a new Desktop Experiment Module (DEMo) engineered for a chemical engineering junior-level Heat Transfer course. This new DEMo learning tool is versatile, fairly inexpensive, and portable such that it can be positioned on student desks throughout a classroom. The DEMo system can illustrate conduction of various materials,…

  15. Backfilling with guarantees granted upon job submission.

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

    Leung, Vitus Joseph; Bunde, David P.; Lindsay, Alexander M.

    2011-01-01

    In this paper, we present scheduling algorithms that simultaneously support guaranteed starting times and favor jobs with system desired traits. To achieve the first of these goals, our algorithms keep a profile with potential starting times for every unfinished job and never move these starting times later, just as in Conservative Backfilling. To achieve the second, they exploit previously unrecognized flexibility in the handling of holes opened in this profile when jobs finish early. We find that, with one choice of job selection function, our algorithms can consistently yield a lower average waiting time than Conservative Backfilling while still providingmore » a guaranteed start time to each job as it arrives. In fact, in most cases, the algorithms give a lower average waiting time than the more aggressive EASY backfilling algorithm, which does not provide guaranteed start times. Alternately, with a different choice of job selection function, our algorithms can focus the benefit on the widest submitted jobs, the reason for the existence of parallel systems. In this case, these jobs experience significantly lower waiting time than Conservative Backfilling with minimal impact on other jobs.« less

  16. Estimating job runtime for CMS analysis jobs

    NASA Astrophysics Data System (ADS)

    Sfiligoi, I.

    2014-06-01

    The basic premise of pilot systems is to create an overlay scheduling system on top of leased resources. And by definition, leases have a limited lifetime, so any job that is scheduled on such resources must finish before the lease is over, or it will be killed and all the computation is wasted. In order to effectively schedule jobs to resources, the pilot system thus requires the expected runtime of the users' jobs. Past studies have shown that relying on user provided estimates is not a valid strategy, so the system should try to make an estimate by itself. This paper provides a study of the historical data obtained from the Compact Muon Solenoid (CMS) experiment's Analysis Operations submission system. Clear patterns are observed, suggesting that making prediction of an expected job lifetime range is achievable with high confidence level in this environment.

  17. Design concept of K-DEMO for near-term implementation

    NASA Astrophysics Data System (ADS)

    Kim, K.; Im, K.; Kim, H. C.; Oh, S.; Park, J. S.; Kwon, S.; Lee, Y. S.; Yeom, J. H.; Lee, C.; Lee, G.-S.; Neilson, G.; Kessel, C.; Brown, T.; Titus, P.; Mikkelsen, D.; Zhai, Y.

    2015-05-01

    A Korean fusion energy development promotion law (FEDPL) was enacted in 2007. As a following step, a conceptual design study for a steady-state Korean fusion demonstration reactor (K-DEMO) was initiated in 2012. After the thorough 0D system analysis, the parameters of the main machine characterized by the major and minor radii of 6.8 and 2.1 m, respectively, were chosen for further study. The analyses of heating and current drives were performed for the development of the plasma operation scenarios. Preliminary results on lower hybrid and neutral beam current drive are included herein. A high performance Nb3Sn-based superconducting conductor is adopted, providing a peak magnetic field approaching 16 T with the magnetic field at the plasma centre above 7 T. Pressurized water is the prominent choice for the main coolant of K-DEMO when the balance of plant development details is considered. The blanket system adopts a ceramic pebble type breeder. Considering plasma performance, a double-null divertor is the reference configuration choice of K-DEMO. For a high availability operation, K-DEMO incorporates a design with vertical maintenance. A design concept for K-DEMO is presented together with the preliminary design parameters.

  18. Massively Clustered CubeSats NCPS Demo Mission

    NASA Technical Reports Server (NTRS)

    Robertson, Glen A.; Young, David; Kim, Tony; Houts, Mike

    2013-01-01

    Technologies under development for the proposed Nuclear Cryogenic Propulsion Stage (NCPS) will require an un-crewed demonstration mission before they can be flight qualified over distances and time frames representative of a crewed Mars mission. In this paper, we describe a Massively Clustered CubeSats platform, possibly comprising hundreds of CubeSats, as the main payload of the NCPS demo mission. This platform would enable a mechanism for cost savings for the demo mission through shared support between NASA and other government agencies as well as leveraged commercial aerospace and academic community involvement. We believe a Massively Clustered CubeSats platform should be an obvious first choice for the NCPS demo mission when one considers that cost and risk of the payload can be spread across many CubeSat customers and that the NCPS demo mission can capitalize on using CubeSats developed by others for its own instrumentation needs. Moreover, a demo mission of the NCPS offers an unprecedented opportunity to invigorate the public on a global scale through direct individual participation coordinated through a web-based collaboration engine. The platform we describe would be capable of delivering CubeSats at various locations along a trajectory toward the primary mission destination, in this case Mars, permitting a variety of potential CubeSat-specific missions. Cameras on various CubeSats can also be used to provide multiple views of the space environment and the NCPS vehicle for video monitoring as well as allow the public to "ride along" as virtual passengers on the mission. This collaborative approach could even initiate a brand new Science, Technology, Engineering and Math (STEM) program for launching student developed CubeSat payloads beyond Low Earth Orbit (LEO) on future deep space technology qualification missions. Keywords: Nuclear Propulsion, NCPS, SLS, Mars, CubeSat.

  19. Nuclear and Physical Properties of Dielectrics under Neutron Irradiation in Fast (BN-600) and Fusion (DEMO-S) Reactors

    NASA Astrophysics Data System (ADS)

    Blokhin, D. A.; Chernov, V. M.; Blokhin, A. I.

    2017-12-01

    Nuclear and physical properties (activation and transmutation of elements) of BN and Al2O3 dielectric materials subjected to neutron irradiation for up to 5 years in Russian fast (BN-600) and fusion (DEMO-S) reactors were calculated using the ACDAM-2.0 software complex for different post-irradiation cooling times (up to 10 years). Analytical relations were derived for the calculated quantities. The results may be used in the analysis of properties of irradiated dielectric materials and may help establish the rules for safe handling of these materials.

  20. Terrain Perception for DEMO III

    NASA Technical Reports Server (NTRS)

    Manduchi, R.; Bellutta, P.; Matthies, L.; Owens, K.; Rankin, A.

    2000-01-01

    The Demo III program has as its primary focus the development of autonomous mobility for a small rugged cross country vehicle. In this paper we report recent progress on both stereo-based obstacle detection and terrain cover color-based classification.

  1. 78 FR 13383 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Standard...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-02-27

    ... for OMB Review; Comment Request; Standard Job Corps Contractor Information Gathering ACTION: Notice... Contractor Information Gathering,'' to the Office of Management and Budget (OMB) for review and approval for... submission of responses. Agency: DOL-ETA. Title of Collection: Standard Job Corps Contractor Information...

  2. DEMO port plug design and integration studies

    NASA Astrophysics Data System (ADS)

    Grossetti, G.; Boccaccini, L. V.; Cismondi, F.; Del Nevo, A.; Fischer, U.; Franke, T.; Granucci, G.; Hernández, F.; Mozzillo, R.; Strauß, D.; Tran, M. Q.; Vaccaro, A.; Villari, R.

    2017-11-01

    The EUROfusion Consortium established in 2014 and composed by European Fusion Laboratories, and in particular the Power Plant Physics and Technology department aims to develop a conceptual design for the Fusion DEMOnstration Power Plant, DEMO. With respect to present experimental machines and ITER, the main goals of DEMO are to produce electricity continuously for a period of about 2 h, with a net electrical power output of a few hundreds of MW, and to allow tritium self-sufficient breeding with an adequately high margin in order to guarantee its planned operational schedule, including all planned maintenance intervals. This will eliminate the need to import tritium fuel from external sources during operations. In order to achieve these goals, extensive engineering efforts as well as physics studies are required to develop a design that can ensure a high level of plant reliability and availability. In particular, interfaces between systems must be addressed at a very early phase of the project, in order to proceed consistently. In this paper we present a preliminary design and integration study, based on physics assessments for the EU DEMO1 Baseline 2015 with an aspect ratio of 3.1 and 18 toroidal field coils, for the DEMO port plugs. These aim to host systems like electron cyclotron heating launchers currently developed within the Work Package Heating and Current Drive that need an external radial access to the plasma and through in-vessel systems like the breeder blanket. A similar approach shown here could be in principle followed by other systems, e.g. other heating and current drive systems or diagnostics. The work addresses the interfaces between the port plug and the blanket considering the helium-cooled pebble bed and the water cooled lithium lead which are two of four breeding blanket concepts under investigation in Europe within the Power Plant Physics and Technology Programme: the required openings will be evaluated in terms of their impact onto the

  3. Conceptual design of the beam source for the DEMO Neutral Beam Injectors

    NASA Astrophysics Data System (ADS)

    Sonato, P.; Agostinetti, P.; Fantz, U.; Franke, T.; Furno, I.; Simonin, A.; Tran, M. Q.

    2016-12-01

    DEMO (DEMOnstration Fusion Power Plant) is a proposed nuclear fusion power plant that is intended to follow the ITER experimental reactor. The main goal of DEMO will be to demonstrate the possibility to produce electric energy from the fusion reaction. The injection of high energy neutral beams is one of the main tools to heat the plasma up to fusion conditions. A conceptual design of the Neutral Beam Injector (NBI) for the DEMO fusion reactor, is currently being developed by Consorzio RFX in collaboration with other European research institutes. High efficiency and low recirculating power, which are fundamental requirements for the success of DEMO, have been taken into special consideration for the DEMO NBI. Moreover, particular attention has been paid to the issues related to reliability, availability, maintainability and inspectability. A conceptual design of the beam source for the DEMO NBI is here presented featuring 20 sub-sources (two adjacent columns of 10 sub-sources each), following a modular design concept, with each sub-source featuring its radio frequency driver, capable of increasing the reliability and availability of the DEMO NBI. Copper grids with increasing size of the apertures have been adopted in the accelerator, with three main layouts of the apertures (circular apertures, slotted apertures and frame-like apertures for each sub-source). This design, permitting to significantly decrease the stripping losses in the accelerator without spoiling the beam optics, has been investigated with a self-consistent model able to study at the same time the magnetic field, the electrostatic field and the trajectory of the negative ions. Moreover, the status on the R&D carried out in Europe on the ion sources is presented.

  4. 78 FR 50063 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-08-16

    ... DEPARTMENT OF HEALTH AND HUMAN SERVICES Administration for Children and Families Submission for OMB Review; Comment Request Title: Job Search Assistance (JSA) Strategies Evaluation. OMB No.: New Collection. Description: The Administration for Children and Families (ACF) is proposing an information...

  5. Beyond ITER: neutral beams for a demonstration fusion reactor (DEMO) (invited).

    PubMed

    McAdams, R

    2014-02-01

    In the development of magnetically confined fusion as an economically sustainable power source, International Tokamak Experimental Reactor (ITER) is currently under construction. Beyond ITER is the demonstration fusion reactor (DEMO) programme in which the physics and engineering aspects of a future fusion power plant will be demonstrated. DEMO will produce net electrical power. The DEMO programme will be outlined and the role of neutral beams for heating and current drive will be described. In particular, the importance of the efficiency of neutral beam systems in terms of injected neutral beam power compared to wallplug power will be discussed. Options for improving this efficiency including advanced neutralisers and energy recovery are discussed.

  6. The Grid[Way] Job Template Manager, a tool for parameter sweeping

    NASA Astrophysics Data System (ADS)

    Lorca, Alejandro; Huedo, Eduardo; Llorente, Ignacio M.

    2011-04-01

    Parameter sweeping is a widely used algorithmic technique in computational science. It is specially suited for high-throughput computing since the jobs evaluating the parameter space are loosely coupled or independent. A tool that integrates the modeling of a parameter study with the control of jobs in a distributed architecture is presented. The main task is to facilitate the creation and deletion of job templates, which are the elements describing the jobs to be run. Extra functionality relies upon the GridWay Metascheduler, acting as the middleware layer for job submission and control. It supports interesting features like multi-dimensional sweeping space, wildcarding of parameters, functional evaluation of ranges, value-skipping and job template automatic indexation. The use of this tool increases the reliability of the parameter sweep study thanks to the systematic bookkeeping of job templates and respective job statuses. Furthermore, it simplifies the porting of the target application to the grid reducing the required amount of time and effort. Program summaryProgram title: Grid[Way] Job Template Manager (version 1.0) Catalogue identifier: AEIE_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEIE_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Apache license 2.0 No. of lines in distributed program, including test data, etc.: 3545 No. of bytes in distributed program, including test data, etc.: 126 879 Distribution format: tar.gz Programming language: Perl 5.8.5 and above Computer: Any (tested on PC x86 and x86_64) Operating system: Unix, GNU/Linux (tested on Ubuntu 9.04, Scientific Linux 4.7, centOS 5.4), Mac OS X (tested on Snow Leopard 10.6) RAM: 10 MB Classification: 6.5 External routines: The GridWay Metascheduler [1]. Nature of problem: To parameterize and manage an application running on a grid or cluster. Solution method: Generation of job templates as a cross product of

  7. Proposal of the confinement strategy of radioactive and hazardous materials for the European DEMO

    NASA Astrophysics Data System (ADS)

    Jin, X. Z.; Carloni, D.; Stieglitz, R.; Ciattaglia, S.; Johnston, J.; Taylor, N.

    2017-04-01

    Confinement of radioactive and hazardous materials is one of the fundamental safety functions in a nuclear fusion facility, which has to limit the mobilisation and dispersion of sources and hazards during normal, abnormal and accidental situations. In a first step energy sources and radioactive source have been assessed for a conceptual DEMO configuration. The confinement study for the European DEMO has been investigated for the main systems at the plant breakdown structure (PBS) level 1 taking a bottom-up approach. Based on the identification of the systems possessing a confinement function, a confinement strategy has been proposed, in which DEMO confinement systems and barriers have been defined. In addition, confinement for the maintenance has been issued as well. The assignment of confinement barriers to the identified sources under abnormal and accidental conditions has been performed, and the DEMO main safety systems have been proposed as well. Finally, confinement related open issues have been pointed out, which need to be resolved in parallel with DEMO development.

  8. Advances in the physics basis for the European DEMO design

    NASA Astrophysics Data System (ADS)

    Wenninger, R.; Arbeiter, F.; Aubert, J.; Aho-Mantila, L.; Albanese, R.; Ambrosino, R.; Angioni, C.; Artaud, J.-F.; Bernert, M.; Fable, E.; Fasoli, A.; Federici, G.; Garcia, J.; Giruzzi, G.; Jenko, F.; Maget, P.; Mattei, M.; Maviglia, F.; Poli, E.; Ramogida, G.; Reux, C.; Schneider, M.; Sieglin, B.; Villone, F.; Wischmeier, M.; Zohm, H.

    2015-06-01

    In the European fusion roadmap, ITER is followed by a demonstration fusion power reactor (DEMO), for which a conceptual design is under development. This paper reports the first results of a coherent effort to develop the relevant physics knowledge for that (DEMO Physics Basis), carried out by European experts. The program currently includes investigations in the areas of scenario modeling, transport, MHD, heating & current drive, fast particles, plasma wall interaction and disruptions.

  9. PanDA Pilot Submission using Condor-G: Experience and Improvements

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

    Zhao X.; Hover John; Wlodek Tomasz

    2011-01-01

    PanDA (Production and Distributed Analysis) is the workload management system of the ATLAS experiment, used to run managed production and user analysis jobs on the grid. As a late-binding, pilot-based system, the maintenance of a smooth and steady stream of pilot jobs to all grid sites is critical for PanDA operation. The ATLAS Computing Facility (ACF) at BNL, as the ATLAS Tier1 center in the US, operates the pilot submission systems for the US. This is done using the PanDA 'AutoPilot' scheduler component which submits pilot jobs via Condor-G, a grid job scheduling system developed at the University of Wisconsin-Madison.more » In this paper, we discuss the operation and performance of the Condor-G pilot submission at BNL, with emphasis on the challenges and issues encountered in the real grid production environment. With the close collaboration of Condor and PanDA teams, the scalability and stability of the overall system has been greatly improved over the last year. We review improvements made to Condor-G resulting from this collaboration, including isolation of site-based issues by running a separate Gridmanager for each remote site, introduction of the 'Nonessential' job attribute to allow Condor to optimize its behavior for the specific character of pilot jobs, better understanding and handling of the Gridmonitor process, as well as better scheduling in the PanDA pilot scheduler component. We will also cover the monitoring of the health of the system.« less

  10. JAliEn - A new interface between the AliEn jobs and the central services

    NASA Astrophysics Data System (ADS)

    Grigoras, A. G.; Grigoras, C.; Pedreira, M. M.; Saiz, P.; Schreiner, S.

    2014-06-01

    Since the ALICE experiment began data taking in early 2010, the amount of end user jobs on the AliEn Grid has increased significantly. Presently 1/3 of the 40K CPU cores available to ALICE are occupied by jobs submitted by about 400 distinct users, individually or in organized analysis trains. The overall stability of the AliEn middleware has been excellent throughout the 3 years of running, but the massive amount of end-user analysis and its specific requirements and load has revealed few components which can be improved. One of them is the interface between users and central AliEn services (catalogue, job submission system) which we are currently re-implementing in Java. The interface provides persistent connection with enhanced data and job submission authenticity. In this paper we will describe the architecture of the new interface, the ROOT binding which enables the use of a single interface in addition to the standard UNIX-like access shell and the new security-related features.

  11. The Role of Community Colleges in Advancing Upward Mobility: A Demos Perspective

    ERIC Educational Resources Information Center

    Huelsman, Mark

    2015-01-01

    This article provides a short background on Demos, a public policy organization that works on issues of political and economic inequality. Demos views community colleges as a linchpin in the American higher education system, and it has worked over several years to research ways to increase state support for higher education and direct support…

  12. Parameter exploration for a Compact Advanced Tokamak DEMO

    NASA Astrophysics Data System (ADS)

    Weisberg, D. B.; Buttery, R. J.; Ferron, J. R.; Garofalo, A. M.; Snyder, P. B.; Turnbull, A. D.; Holcomb, C. T.; McClenaghan, J.; Canik, J.; Park, J.-M.

    2017-10-01

    A new parameter study has explored a range of design points to assess the physics feasibility for a compact 200MWe advanced tokamak DEMO that combines high beta (βN < 4) and high toroidal field (BT = 6 - 7 T). A unique aspect of this study is the use of a FASTRAN modeling suite that combines integrated transport, pedestal, stability, and heating & current drive calculations to predict steady-state solutions with neutral beam and helicon powered current drive. This study has identified a range of design solutions in a compact (R0 = 4 m), high-field (BT = 6 - 7 T), strongly-shaped (κ = 2 , δ = 0.6) device. Unlike previous proposals, C-AT DEMO takes advantage of high-beta operation as well as emerging advances in magnet technology to demonstrate net electric production in a moderately sized machine. We present results showing that the large bootstrap fraction and low recirculating power enabled by high normalized beta can achieve tolerable heat and neutron load with good H-mode access. The prediction of operating points with simultaneously achieved high-confinement (H98 < 1.3), high-density (fGW < 1.3), and high-beta warrants additional assessment of this approach towards a cost-attractive DEMO device. Work supported by the US DOE under DE-FC02-04ER54698.

  13. Diagnostics and control for the steady state and pulsed tokamak DEMO

    NASA Astrophysics Data System (ADS)

    Orsitto, F. P.; Villari, R.; Moro, F.; Todd, T. N.; Lilley, S.; Jenkins, I.; Felton, R.; Biel, W.; Silva, A.; Scholz, M.; Rzadkiewicz, J.; Duran, I.; Tardocchi, M.; Gorini, G.; Morlock, C.; Federici, G.; Litnovsky, A.

    2016-02-01

    The present paper is devoted to a first assessment of the DEMO diagnostics systems and controls in the context of pulsed and steady state reactor design under study in Europe. In particular, the main arguments treated are: (i) The quantities to be measured in DEMO and the requirements for the measurements; (ii) the present capability of the diagnostic and control technology, determining the most urgent gaps, and (iii) the program and strategy of the research and development (R&D) needed to fill the gaps. Burn control, magnetohydrodynamic stability, and basic machine protection require improvements to the ITER technology, and moderated efforts in R&D can be dedicated to infrared diagnostics (reflectometry, electron cyclotron emission, polarimetry) and neutron diagnostics. Metallic Hall sensors appear to be a promising candidate for magnetic measurements in the high neutron fluence and long/steady state discharges of DEMO.

  14. 75 FR 52372 - Agency Information Collection Activities; Proposals, Submissions, and Approvals

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-08-25

    ... information technology, e.g., permitting electronic submission of responses. Agency: Employment and Training Administration. Type of Review: New. Title of Collection: Evaluation of the Community-Based Job Training Grants... Department of Labor--Employment and Training Administration, Room 10235, Washington, DC 20503, Telephone: 202...

  15. Scoping the parameter space for demo and the engineering test facility (ETF)

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

    Meier, Wayne R.

    1999-01-19

    In our IFE development plan, we have set a goal of building an Engineering Test Facility (ETF) for a total cost of $2B and a Demo for $3B. In Mike Campbell' s presentation at Madison, we included a viewgraph with an example Demo that had 80 to 250 MWe of net power and showed a plausible argument that it could cost less than $3B. In this memo, I examine the design space for the Demo and then briefly for the ETF. Instead of attempting to estimate the costs of the drivers, I pose the question in a way to definemore » R&D goals: As a function of key design and performance parameters, how much can the driver cost if the total facility cost is limited to the specified goal? The design parameters examined for the Demo included target gain, driver energy, driver efficiency, and net power output. For the ETF; the design parameters are target gain, driver energy, and target yield. The resulting graphs of allowable driver cost determine the goals that the driver R&D programs must seek to meet.« less

  16. Demos as an Explanatory Lens in Teacher Educators' Elusive Search for Social Justice

    ERIC Educational Resources Information Center

    Oikonomidoy, Eleni M.; Brock, Cynthia H.; Obenchain, Kathryn M.; Pennington, Julie L.

    2013-01-01

    Borrowing insights from the Ancient Greek ideal conceptions of a democratic civic space (demos), this article examines the applicability of this framework to four teacher educators' journey to implement social justice in their programs. It is proposed that the three constitutive dimensions of demos (freedom of speech, equality to vote and hold…

  17. 78 FR 67376 - Agency Information Collection Activities: Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-11-12

    ... DEPARTMENT OF HEALTH AND HUMAN SERVICES Substance Abuse and Mental Health Services Administration Agency Information Collection Activities: Submission for OMB Review; Comment Request Periodically, the...; memory for information learned during the training and webinar; ability to apply the information to job...

  18. Modeling an unmitigated thermal quench event in a large field magnet in a DEMO reactor

    DOE PAGES

    Merrill, Brad J.

    2015-03-25

    The superconducting magnet systems of future fusion reactors, such as a Demonstration Power Plant (DEMO), will produce magnetic field energies in the 10 s of GJ range. The release of this energy during a fault condition could produce arcs that can damage the magnets of these systems. The public safety consequences of such events must be explored for a DEMO reactor because the magnets are located near the DEMO's primary radioactive confinement barrier, the reactor's vacuum vessel (VV). Great care will be taken in the design of DEMO's magnet systems to detect and provide a rapid field energy dump tomore » avoid any accidents conditions. During an event when a fault condition proceeds undetected, the potential of producing melting of the magnet exists. If molten material from the magnet impinges on the walls of the VV, these walls could fail, resulting in a pathway for release of radioactive material from the VV. A model is under development at Idaho National Laboratory (INL) called MAGARC to investigate the consequences of this accident in a large toroidal field (TF) coil. Recent improvements to this model are described in this paper, along with predictions for a DEMO relevant event in a toroidal field magnet.« less

  19. 20 CFR 669.530 - What are the submission dates for these plans?

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 20 Employees' Benefits 3 2010-04-01 2010-04-01 false What are the submission dates for these plans? 669.530 Section 669.530 Employees' Benefits EMPLOYMENT AND TRAINING ADMINISTRATION, DEPARTMENT OF LABOR NATIONAL FARMWORKER JOBS PROGRAM UNDER TITLE I OF THE WORKFORCE INVESTMENT ACT Performance...

  20. 77 FR 49831 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Green...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-08-17

    ... technologies and practices, the second component of the BLS Green Jobs definition. This information collection... other technological collection techniques or other forms of information technology, e.g., permitting... DEPARTMENT OF LABOR Office of the Secretary Agency Information Collection Activities; Submission...

  1. Status of DEMO-FNS development

    NASA Astrophysics Data System (ADS)

    Kuteev, B. V.; Shpanskiy, Yu. S.; DEMO-FNS Team

    2017-07-01

    Fusion-fission hybrid facility based on superconducting tokamak DEMO-FNS is developed in Russia for integrated commissioning of steady-state and nuclear fusion technologies at the power level up to 40 MW for fusion and 400 MW for fission reactions. The project status corresponds to the transition from a conceptual design to an engineering one. This facility is considered, in RF, as the main source of technological and nuclear science information, which should complement the ITER research results in the fields of burning plasma physics and control.

  2. Joint Common Architecture Demonstration (JCA Demo) Final Report

    DTIC Science & Technology

    2016-07-28

    approach for implementing open systems [16], formerly known as the Modular Open Systems Approach (MOSA). OSA is a business and technical strategy to... TECHNICAL REPORT RDMR-AD-16-01 JOINT COMMON ARCHITECTURE DEMONSTRATION (JCA DEMO) FINAL REPORT Scott A. Wigginton... Modular Avionics .......................................................................... 5 E. Model-Based Engineering

  3. 77 FR 74223 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Middle...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-12-13

    ... DEPARTMENT OF LABOR Office of the Secretary Agency Information Collection Activities; Submission for OMB Review; Comment Request; Middle Class Tax Relief and Job Creation Act of 2012 State Monitoring... Creation Act of 2012 State Monitoring,'' to the Office of Management and Budget (OMB) for review and...

  4. An open-source job management framework for parameter-space exploration: OACIS

    NASA Astrophysics Data System (ADS)

    Murase, Y.; Uchitane, T.; Ito, N.

    2017-11-01

    We present an open-source software framework for parameter-space exporation, named OACIS, which is useful to manage vast amount of simulation jobs and results in a systematic way. Recent development of high-performance computers enabled us to explore parameter spaces comprehensively, however, in such cases, manual management of the workflow is practically impossible. OACIS is developed aiming at reducing the cost of these repetitive tasks when conducting simulations by automating job submissions and data management. In this article, an overview of OACIS as well as a getting started guide are presented.

  5. 77 FR 71583 - Agency Information Collection Activities; Submission to the Office of Management and Budget for...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-12-03

    ... DEPARTMENT OF EDUCATION [Docket No. ED-2012-ICCD-0066] Agency Information Collection Activities; Submission to the Office of Management and Budget for Review and Approval; Comment Request; Education Jobs Annual Performance Report AGENCY: Office of the Deputy Secretary, Department of Education. ACTION: Notice...

  6. Garage Demos: Using Physical Models to Illustrate Dynamic Aspects of Microscopic Biological Processes

    PubMed Central

    Aguilar-Roca, Nancy

    2009-01-01

    Colorful PowerPoint presentations with detailed drawings, micrographs, and short animations have become the standard format for illustrating the fundamental features of cell biology in large introductory classes. In this essay, we describe a low-tech tool that can be included in a standard lecture to help students visualize, understand, and remember the dynamic aspects of microscopic cell biological processes. This approach involves use of common objects, including pipe insulation and a garden hose, to illustrate basic processes such as protein folding and cloning, hence the appellation “garage demos.” The demonstrations are short, minimizing displacement of course content, easy to make, and provide an avenue for increasing student–faculty interaction in a large lecture hall. Student feedback over the past 4 years has been overwhelmingly positive. In an anonymous postclass survey in 2007, 90% of the respondents rated garage demos as having been very or somewhat helpful for understanding course concepts. Direct measurements of learning gains on specific concepts illustrated by garage demos are the focus of an ongoing study. PMID:19487500

  7. Mediated definite delegation - Certified Grid jobs in ALICE and beyond

    NASA Astrophysics Data System (ADS)

    Schreiner, Steffen; Grigoras, Costin; Litmaath, Maarten; Betev, Latchezar; Buchmann, Johannes

    2012-12-01

    Grid computing infrastructures need to provide traceability and accounting of their users’ activity and protection against misuse and privilege escalation, where the delegation of privileges in the course of a job submission is a key concern. This work describes an improved handling of Multi-user Grid Jobs in the ALICE Grid Services. A security analysis of the ALICE Grid job model is presented with derived security objectives, followed by a discussion of existing approaches of unrestricted delegation based on X.509 proxy certificates and the Grid middleware gLExec. Unrestricted delegation has severe security consequences and limitations, most importantly allowing for identity theft and forgery of jobs and data. These limitations are discussed and formulated, both in general and with respect to an adoption in line with Multi-user Grid Jobs. A new general model of mediated definite delegation is developed, allowing a broker to dynamically process and assign Grid jobs to agents while providing strong accountability and long-term traceability. A prototype implementation allowing for fully certified Grid jobs is presented as well as a potential interaction with gLExec. The achieved improvements regarding system security, malicious job exploitation, identity protection, and accountability are emphasized, including a discussion of non-repudiation in the face of malicious Grid jobs.

  8. Conceptual design of the DEMO neutral beam injectors: main developments and R&D achievements

    NASA Astrophysics Data System (ADS)

    Sonato, P.; Agostinetti, P.; Bolzonella, T.; Cismondi, F.; Fantz, U.; Fassina, A.; Franke, T.; Furno, I.; Hopf, C.; Jenkins, I.; Sartori, E.; Tran, M. Q.; Varje, J.; Vincenzi, P.; Zanotto, L.

    2017-05-01

    The objectives of the nuclear fusion power plant DEMO, to be built after the ITER experimental reactor, are usually understood to lie somewhere between those of ITER and a ‘first of a kind’ commercial plant. Hence, in DEMO the issues related to efficiency and RAMI (reliability, availability, maintainability and inspectability) are among the most important drivers for the design, as the cost of the electricity produced by this power plant will strongly depend on these aspects. In the framework of the EUROfusion Work Package Heating and Current Drive within the Power Plant Physics and Development activities, a conceptual design of the neutral beam injector (NBI) for the DEMO fusion reactor has been developed by Consorzio RFX in collaboration with other European research institutes. In order to improve efficiency and RAMI aspects, several innovative solutions have been introduced in comparison to the ITER NBI, mainly regarding the beam source, neutralizer and vacuum pumping systems.

  9. FIFE-Jobsub: a grid submission system for intensity frontier experiments at Fermilab

    NASA Astrophysics Data System (ADS)

    Box, Dennis

    2014-06-01

    The Fermilab Intensity Frontier Experiments use an integrated submission system known as FIFE-jobsub, part of the FIFE (Fabric for Frontier Experiments) initiative, to submit batch jobs to the Open Science Grid. FIFE-jobsub eases the burden on experimenters by integrating data transfer and site selection details in an easy to use and well-documented format. FIFE-jobsub automates tedious details of maintaining grid proxies for the lifetime of the grid job. Data transfer is handled using the Intensity Frontier Data Handling Client (IFDHC) [1] tool suite, which facilitates selecting the appropriate data transfer method from many possibilities while protecting shared resources from overload. Chaining of job dependencies into Directed Acyclic Graphs (Condor DAGS) is well supported and made easier through the use of input flags and parameters.

  10. FIFE-Jobsub: a grid submission system for intensity frontier experiments at Fermilab

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

    Box, Dennis

    2014-01-01

    The Fermilab Intensity Frontier Experiments use an integrated submission system known as FIFE-jobsub, part of the FIFE (Fabric for Frontier Experiments) initiative, to submit batch jobs to the Open Science Grid. FIFE-jobsub eases the burden on experimenters by integrating data transfer and site selection details in an easy to use and well-documented format. FIFE-jobsub automates tedious details of maintaining grid proxies for the lifetime of the grid job. Data transfer is handled using the Intensity Frontier Data Handling Client (IFDHC) [1] tool suite, which facilitates selecting the appropriate data transfer method from many possibilities while protecting shared resources from overload.more » Chaining of job dependencies into Directed Acyclic Graphs (Condor DAGS) is well supported and made easier through the use of input flags and parameters.« less

  11. Toroidal plasma response based ELM control coil design for EU DEMO

    NASA Astrophysics Data System (ADS)

    Zhou, Lina; Liu, Yueqiang; Wenninger, Ronald; Liu, Yue; Wang, Shuo; Yang, Xu

    2018-07-01

    Magnetic coil design study is carried out, for the purpose of mitigating or suppressing the edge localized modes (ELMs) in a EU DEMO reference scenario. The coil design, including both the coil geometry and the coil current requirement, is based on criteria derived from the linear, full toroidal plasma response computed by the MARS-F code (Liu et al 2000 Phys. Plasma 7 3681). With a single midplane row of coils, a coil size covering about 30°–50° poloidal angle of the torus is found to be optimal for ELM control using the n  >  2 resonant magnetic perturbation (RMP) field (n is the toroidal mode number). For off-midplane coils, the coils’ poloidal location, as well as the relative toroidal phase (coil phasing) between the upper and lower rows of coils, also sensitively affects the ELM control according to the specified criteria. Assuming that the optimal coil phasing can always be straightforwardly implemented, following a simple analytic model derived from toroidal computations, it is better to place the two off-midplane rows of coils near the midplane, in order to maximize the resonant field amplitude and to have larger effects on ELMs. With the same coil current, the ex-vessel coils can be made as effective as the in-vessel coils, at the expense of increasing the ex-vessel coils’ size. This is however possible only for low-n (n  =  1–3) RMP fields. With these low-n fields, and assuming 300 kAt maximal coil current, the computed plasma displacement near the X-point can meet the 10 mm level, which we use as the conservative indicator for achieving ELM mitigation in EU DEMO. The risk of partial control coil failure in EU DEMO is also assessed based on toroidal modeling, indicating that the large n  =  1 sideband due to coil failure may need to be corrected, if the nominal n  >  1 coil configurations are used for ELM control in EU DEMO.

  12. Progress in the RAMI analysis of a conceptual LHCD system for DEMO

    NASA Astrophysics Data System (ADS)

    Mirizzi, F.

    2014-02-01

    Reliability, Availability, Maintainability and Inspectability (RAMI) concepts and techniques, that acquired great importance during the first manned space missions, have been progressively extended to industrial, scientific and consumer equipments to assure them satisfactory performances and lifetimes. In the design of experimental facilities, like tokamaks, mainly aimed at demonstrating validity and feasibility of scientific theories, RAMI analysis has been often left aside. DEMO, the future prototype fusion reactors, will be instead designed for steadily delivering electrical energy to commercial grids, so that the RAMI aspects will assume an absolute relevance since their initial design phases. A preliminary RAMI analysis of the LHCD system for the conceptual EU DEMO reactor is given in the paper.

  13. Design of the helium cooled lithium lead breeding blanket in CEA: from TBM to DEMO

    NASA Astrophysics Data System (ADS)

    Aiello, G.; Aubert, J.; Forest, L.; Jaboulay, J.-C.; Li Puma, A.; Boccaccini, L. V.

    2017-04-01

    The helium cooled lithium lead (HCLL) blanket concept was originally developed in CEA at the beginning of 2000: it is one of the two European blanket concepts to be tested in ITER in the form of a test blanket module (TBM) and one of the four blanket concepts currently being considered for the DEMOnstration reactor that will follow ITER. The TBM is a highly optimized component for the ITER environment that will provide crucial information for the development of the DEMO blanket, but its design needs to be adapted to the DEMO reactor. With respect to the TBM design, reduction of the steel content in the breeding zone (BZ) is sought in order to maximize tritium breeding reactions. Different options are being studied, with the potential of reaching tritium breeding ratio (TBR) values up to 1.21. At the same time, the design of the back supporting structure (BSS), which is a DEMO specific component that has to support the blanket modules inside the vacuum vessel (VV), is ongoing with the aim of maximizing the shielding power and minimizing pumping power. This implies a re-engineering of the modules’ attachment system. Design changes however, will have an impact on the manufacturing and assembly sequences that are being developed for the HCLL-TBM. Due to the differences in joint configurations, thicknesses to be welded, heat dissipation and the various technical constraints related to the accessibility of the welding tools and implementation of non-destructive examination (NDE), the manufacturing procedure should be adapted and optimized for DEMO design. Laser welding instead of TIG could be an option to reduce distortions. The time-of-flight diffraction (TOFD) technique is being investigated for NDE. Finally, essential information expected from the HCLL-TBM program that will be needed to finalize the DEMO design is discussed.

  14. Progressing in cable-in-conduit for fusion magnets: from ITER to low cost, high performance DEMO

    NASA Astrophysics Data System (ADS)

    Uglietti, D.; Sedlak, K.; Wesche, R.; Bruzzone, P.; Muzzi, L.; della Corte, A.

    2018-05-01

    The performance of ITER toroidal field (TF) conductors still have a significant margin for improvement because the effective strain between ‑0.62% and ‑0.95% limits the strands’ critical current between 15% and 45% of the maximum achievable. Prototype Nb3Sn cable-in-conduit conductors have been designed, manufactured and tested in the frame of the EUROfusion DEMO activities. In these conductors the effective strain has shown a clear improvement with respect to the ITER conductors, reaching values between ‑0.55% and ‑0.28%, resulting in a strand critical current which is two to three times higher than in ITER conductors. In terms of the amount of Nb3Sn strand required for the construction of the DEMO TF magnet system, such improvement may lead to a reduction of at least a factor of two with respect to a similar magnet built with ITER type conductors; a further saving of Nb3Sn is possible if graded conductors/windings are employed. In the best case the DEMO TF magnet could require fewer Nb3Sn strands than the ITER one, despite the larger size of DEMO. Moreover high performance conductors could be operated at higher fields than ITER TF conductors, enabling the construction of low cost, compact, high field tokamaks.

  15. Research at ITER towards DEMO: Specific reactor diagnostic studies to be carried out on ITER

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

    Krasilnikov, A. V.; Kaschuck, Y. A.; Vershkov, V. A.

    2014-08-21

    In ITER diagnostics will operate in the very hard radiation environment of fusion reactor. Extensive technology studies are carried out during development of the ITER diagnostics and procedures of their calibration and remote handling. Results of these studies and practical application of the developed diagnostics on ITER will provide the direct input to DEMO diagnostic development. The list of DEMO measurement requirements and diagnostics will be determined during ITER experiments on the bases of ITER plasma physics results and success of particular diagnostic application in reactor-like ITER plasma. Majority of ITER diagnostic already passed the conceptual design phase and representmore » the state of the art in fusion plasma diagnostic development. The number of related to DEMO results of ITER diagnostic studies such as design and prototype manufacture of: neutron and γ–ray diagnostics, neutral particle analyzers, optical spectroscopy including first mirror protection and cleaning technics, reflectometry, refractometry, tritium retention measurements etc. are discussed.« less

  16. Research at ITER towards DEMO: Specific reactor diagnostic studies to be carried out on ITER

    NASA Astrophysics Data System (ADS)

    Krasilnikov, A. V.; Kaschuck, Y. A.; Vershkov, V. A.; Petrov, A. A.; Petrov, V. G.; Tugarinov, S. N.

    2014-08-01

    In ITER diagnostics will operate in the very hard radiation environment of fusion reactor. Extensive technology studies are carried out during development of the ITER diagnostics and procedures of their calibration and remote handling. Results of these studies and practical application of the developed diagnostics on ITER will provide the direct input to DEMO diagnostic development. The list of DEMO measurement requirements and diagnostics will be determined during ITER experiments on the bases of ITER plasma physics results and success of particular diagnostic application in reactor-like ITER plasma. Majority of ITER diagnostic already passed the conceptual design phase and represent the state of the art in fusion plasma diagnostic development. The number of related to DEMO results of ITER diagnostic studies such as design and prototype manufacture of: neutron and γ-ray diagnostics, neutral particle analyzers, optical spectroscopy including first mirror protection and cleaning technics, reflectometry, refractometry, tritium retention measurements etc. are discussed.

  17. 77 FR 2351 - Agency Information Collection (Monthly Certification of On-the-Job and Apprenticeship Training...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-01-17

    ... Officer, OMB Human Resources and Housing Branch, New Executive Office Building, Room 10235, Washington, DC... Certification of On-the- Job and Apprenticeship Training): Activity Under OMB Review AGENCY: Veterans Benefits... abstracted below to the Office of Management and Budget (OMB) for review and comment. The PRA submission...

  18. Applicability of tungsten/EUROFER blanket module for the DEMO first wall

    NASA Astrophysics Data System (ADS)

    Igitkhanov, Yu.; Bazylev, B.; Landman, I.; Boccaccini, L.

    2013-07-01

    In this paper we analyse a sandwich-type blanket configuration of W/EUROFER for DEMO first wall under steady-state normal operation and off-normal conditions, such as vertical displacements and runaway electrons. The heat deposition and consequent erosion of the tungsten armour is modelled under condition of helium cooling of the first wall blanket module and by taking into account the conversion of the magnetic energy stored in the runaway electron current into heat through the ohmic dissipation of the return current induced in the metallic armour structure. It is shown that under steady-state DEMO operation the first wall sandwich type module will tolerate heat loads up to ˜14 MW/m2. It will also sustain the off-normal events, apart from the hot vertical displacement events, which will melt the tungsten armour surface.

  19. 77 FR 16265 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-03-20

    ... for OMB Review; Comment Request; Job Openings and Labor Turnover Survey ACTION: Notice. SUMMARY: The... request (ICR) revision titled, ``Job Openings and Labor Turnover Survey,'' (JOLTS) to the Office [email protected] . SUPPLEMENTARY INFORMATION: The JOLTS collects data on job vacancies, labor hires...

  20. Survey of heating and current drive for K-DEMO

    NASA Astrophysics Data System (ADS)

    Mikkelsen, D. R.; Kessel, C. E.; Poli, F. M.; Bertelli, N.; Kim, K.

    2018-03-01

    We present calculations of heating and current drive by neutral injection and by electromagnetic waves in the ion cyclotron, helicon, lower hybrid, and electron cyclotron frequency ranges for the steady state burn conditions in a K-DEMO configuration with I_p=12.3 MA, a  =  2.1 m, R_o=6.8 m, B_o=7.4 T, \

  1. 77 FR 7242 - Agency Information Collection (Agreement To Train on the Job Disabled Veterans): Activity Under...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-02-10

    ..., OMB Human Resources and Housing Branch, New Executive Office Building, Room 10235, Washington, DC... (Agreement To Train on the Job Disabled Veterans): Activity Under OMB Review AGENCY: Veterans Benefits... to the Office of Management and Budget (OMB) for review and comment. The PRA submission describes the...

  2. 77 FR 35059 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job Corps...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-06-12

    ... for OMB Review; Comment Request; Job Corps Process Study ACTION: Notice. SUMMARY: The Department of... collection request (ICR) proposal titled, ``Job Corps Process Study,'' to the Office of Management and Budget... conduct site visits to Job Corps centers and a survey of center directors for a process study of the Job...

  3. An FPGA computing demo core for space charge simulation

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

    Wu, Jinyuan; Huang, Yifei; /Fermilab

    2009-01-01

    In accelerator physics, space charge simulation requires large amount of computing power. In a particle system, each calculation requires time/resource consuming operations such as multiplications, divisions, and square roots. Because of the flexibility of field programmable gate arrays (FPGAs), we implemented this task with efficient use of the available computing resources and completely eliminated non-calculating operations that are indispensable in regular micro-processors (e.g. instruction fetch, instruction decoding, etc.). We designed and tested a 16-bit demo core for computing Coulomb's force in an Altera Cyclone II FPGA device. To save resources, the inverse square-root cube operation in our design is computedmore » using a memory look-up table addressed with nine to ten most significant non-zero bits. At 200 MHz internal clock, our demo core reaches a throughput of 200 M pairs/s/core, faster than a typical 2 GHz micro-processor by about a factor of 10. Temperature and power consumption of FPGAs were also lower than those of micro-processors. Fast and convenient, FPGAs can serve as alternatives to time-consuming micro-processors for space charge simulation.« less

  4. Survey of heating and current drive for K-DEMO

    DOE PAGES

    Mikkelsen, D. R.; Kessel, C. E.; Poli, F. M.; ...

    2018-01-22

    Here, we present calculations of heating and current drive by neutral injection and by electromagnetic waves in the ion cyclotron, helicon, lower hybrid, and electron cyclotron frequency ranges for the steady state burn conditions in a K-DEMO configuration withmore » $$I_{\\rm p}=12.3$$ MA, a = 2.1 m, $$R_{\\rm o}=6.8$$ m, $$B_{\\rm o}=7.4$$ T, $$ \

  5. Survey of heating and current drive for K-DEMO

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

    Mikkelsen, D. R.; Kessel, C. E.; Poli, F. M.

    Here, we present calculations of heating and current drive by neutral injection and by electromagnetic waves in the ion cyclotron, helicon, lower hybrid, and electron cyclotron frequency ranges for the steady state burn conditions in a K-DEMO configuration withmore » $$I_{\\rm p}=12.3$$ MA, a = 2.1 m, $$R_{\\rm o}=6.8$$ m, $$B_{\\rm o}=7.4$$ T, $$ \

  6. 75 FR 72841 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job Corps...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-11-26

    ... for OMB Review; Comment Request; Job Corps Health Questionnaire ACTION: Notice. SUMMARY: The...) sponsored information collection request (ICR) titled, ``Job Corps Health Questionnaire,'' to the Office of... without change of a currently approved collection. Title of Collection: Job Corps Health Questionnaire...

  7. 76 FR 81980 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Green Jobs...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-12-29

    ... for OMB Review; Comment Request; Green Jobs and Health Care Impact Evaluation of ARRA-Funded Grants... Administration (ETA) sponsored information collection request (ICR) titled, ``Green Jobs and Health Care Impact... . SUPPLEMENTARY INFORMATION: ETA is undertaking the Green Jobs and Health Care Impact Evaluation of the Pathways...

  8. Use cases and DEMO: aligning functional features of ICT-infrastructure to business processes.

    PubMed

    Maij, E; Toussaint, P J; Kalshoven, M; Poerschke, M; Zwetsloot-Schonk, J H M

    2002-11-12

    The proper alignment of functional features of the ICT-infrastructure to business processes is a major challenge in health care organisations. This alignment takes into account that the organisational structure not only shapes the ICT-infrastructure, but that the inverse also holds. To solve the alignment problem, relevant features of the ICT-infrastructure should be derived from the organisational structure and the influence of this envisaged ICT to the work practices should be pointed out. The objective of our study was to develop a method to solve this alignment problem. In a previous study we demonstrated the appropriateness of the business process modelling methodology Dynamic Essential Modelling of Organizations (DEMO). A proven and widely used modelling language for expressing functional features is Unified Modelling Language (UML). In the context of a specific case study at the University Medical Centre Utrecht in the Netherlands we investigated if the combined use of DEMO and UML could solve the alignment problem. The study demonstrated that the DEMO models were suited as a starting point in deriving system functionality by using the use case concept of UML. Further, the case study demonstrated that in using this approach for the alignment problem, insight is gained into the mutual influence of ICT-infrastructure and organisation structure: (a) specification of independent, re-usable components-as a set of related functionalities-is realised, and (b) a helpful representation of the current and future work practice is provided for in relation to the envisaged ICT support.

  9. Materials for DEMO and reactor applications—boundary conditions and new concepts

    NASA Astrophysics Data System (ADS)

    Coenen, J. W.; Antusch, S.; Aumann, M.; Biel, W.; Du, J.; Engels, J.; Heuer, S.; Houben, A.; Hoeschen, T.; Jasper, B.; Koch, F.; Linke, J.; Litnovsky, A.; Mao, Y.; Neu, R.; Pintsuk, G.; Riesch, J.; Rasinski, M.; Reiser, J.; Rieth, M.; Terra, A.; Unterberg, B.; Weber, Th; Wegener, T.; You, J.-H.; Linsmeier, Ch

    2016-02-01

    DEMO is the name for the first stage prototype fusion reactor considered to be the next step after ITER towards realizing fusion. For the realization of fusion energy especially, materials questions pose a significant challenge already today. Heat, particle and neutron loads are a significant problem to material lifetime when extrapolating to DEMO. For many of the issues faced, advanced materials solutions are under discussion or already under development. In particular, components such as the first wall and the divertor of the reactor can benefit from introducing new approaches such as composites or new alloys into the discussion. Cracking, oxidation as well as fuel management are driving issues when deciding for new materials. Here {{{W}}}{{f}}/{{W}} composites as well as strengthened CuCrZr components together with oxidation resilient tungsten alloys allow the step towards a fusion reactor. In addition, neutron induced effects such as transmutation, embrittlement and after-heat and activation are essential. Therefore, when designing a component an approach taking into account all aspects is required.

  10. UAS Integration in the NAS Project: Detect and Avoid Display UNITED Demo

    NASA Technical Reports Server (NTRS)

    Roberts, Zachary

    2017-01-01

    This demo shows the UAS-NAS project's Vigilant Spirit Control Station developed in partnership with the U.S. Air Force Research Lab. Attendees will be able to view encounters and see how the DAA and TCAS II alerting and guidance displays are used to avoid simulated aircraft.

  11. Multicore job scheduling in the Worldwide LHC Computing Grid

    NASA Astrophysics Data System (ADS)

    Forti, A.; Pérez-Calero Yzquierdo, A.; Hartmann, T.; Alef, M.; Lahiff, A.; Templon, J.; Dal Pra, S.; Gila, M.; Skipsey, S.; Acosta-Silva, C.; Filipcic, A.; Walker, R.; Walker, C. J.; Traynor, D.; Gadrat, S.

    2015-12-01

    After the successful first run of the LHC, data taking is scheduled to restart in Summer 2015 with experimental conditions leading to increased data volumes and event complexity. In order to process the data generated in such scenario and exploit the multicore architectures of current CPUs, the LHC experiments have developed parallelized software for data reconstruction and simulation. However, a good fraction of their computing effort is still expected to be executed as single-core tasks. Therefore, jobs with diverse resources requirements will be distributed across the Worldwide LHC Computing Grid (WLCG), making workload scheduling a complex problem in itself. In response to this challenge, the WLCG Multicore Deployment Task Force has been created in order to coordinate the joint effort from experiments and WLCG sites. The main objective is to ensure the convergence of approaches from the different LHC Virtual Organizations (VOs) to make the best use of the shared resources in order to satisfy their new computing needs, minimizing any inefficiency originated from the scheduling mechanisms, and without imposing unnecessary complexities in the way sites manage their resources. This paper describes the activities and progress of the Task Force related to the aforementioned topics, including experiences from key sites on how to best use different batch system technologies, the evolution of workload submission tools by the experiments and the knowledge gained from scale tests of the different proposed job submission strategies.

  12. Impurity seeding for tokamak power exhaust: from present devices via ITER to DEMO

    NASA Astrophysics Data System (ADS)

    Kallenbach, A.; Bernert, M.; Dux, R.; Casali, L.; Eich, T.; Giannone, L.; Herrmann, A.; McDermott, R.; Mlynek, A.; Müller, H. W.; Reimold, F.; Schweinzer, J.; Sertoli, M.; Tardini, G.; Treutterer, W.; Viezzer, E.; Wenninger, R.; Wischmeier, M.; the ASDEX Upgrade Team

    2013-12-01

    A future fusion reactor is expected to have all-metal plasma facing materials (PFMs) to ensure low erosion rates, low tritium retention and stability against high neutron fluences. As a consequence, intrinsic radiation losses in the plasma edge and divertor are low in comparison to devices with carbon PFMs. To avoid localized overheating in the divertor, intrinsic low-Z and medium-Z impurities have to be inserted into the plasma to convert a major part of the power flux into radiation and to facilitate partial divertor detachment. For burning plasma conditions in ITER, which operates not far above the L-H threshold power, a high divertor radiation level will be mandatory to avoid thermal overload of divertor components. Moreover, in a prototype reactor, DEMO, a high main plasma radiation level will be required in addition for dissipation of the much higher alpha heating power. For divertor plasma conditions in present day tokamaks and in ITER, nitrogen appears most suitable regarding its radiative characteristics. If elevated main chamber radiation is desired as well, argon is the best candidate for the simultaneous enhancement of core and divertor radiation, provided sufficient divertor compression can be obtained. The parameter Psep/R, the power flux through the separatrix normalized by the major radius, is suggested as a suitable scaling (for a given electron density) for the extrapolation of present day divertor conditions to larger devices. The scaling for main chamber radiation from small to large devices has a higher, more favourable dependence of about Prad,main/R2. Krypton provides the smallest fuel dilution for DEMO conditions, but has a more centrally peaked radiation profile compared to argon. For investigation of the different effects of main chamber and divertor radiation and for optimization of their distribution, a double radiative feedback system has been implemented in ASDEX Upgrade (AUG). About half the ITER/DEMO values of Psep/R have been

  13. Automated Job Controller for Clouds and the Earth's Radiant Energy System (CERES) Production Processing

    NASA Astrophysics Data System (ADS)

    Gleason, J. L.; Hillyer, T. N.

    2011-12-01

    Clouds and the Earth's Radiant Energy System (CERES) is one of NASA's highest priority Earth Observing System (EOS) scientific instruments. The CERES science team will integrate data from the CERES Flight Model 5 (FM5) on the NPOESS Preparatory Project (NPP) in addition to the four CERES scanning instrument on Terra and Aqua. The CERES production system consists of over 75 Product Generation Executives (PGEs) maintained by twelve subsystem groups. The processing chain fuses CERES instrument observations with data from 19 other unique sources. The addition of FM5 to over 22 instrument years of data to be reprocessed from flight models 1-4 creates a need for an optimized production processing approach. This poster discusses a new approach, using JBoss and Perl to manage job scheduling and interdependencies between PGEs and external data sources. The new optimized approach uses JBoss to serve handler servlets which regulate PGE-level job interdependencies and job completion notifications. Additional servlets are used to regulate all job submissions from the handlers and to interact with the operator. Perl submission scripts are used to build Process Control Files and to interact directly with the operating system and cluster scheduler. The result is a reduced burden on the operator by algorithmically enforcing a set of rules that determine the optimal time to produce data products with the highest integrity. These rules are designed on a per PGE basis and periodically change. This design provides the means to dynamically update PGE rules at run time and increases the processing throughput by using an event driven controller. The immediate notification of a PGE's completion (an event) allows successor PGEs to launch at the proper time with minimal start up latency, thereby increasing computer system utilization.

  14. Conceptual design studies of the Electron Cyclotron launcher for DEMO reactor

    NASA Astrophysics Data System (ADS)

    Moro, Alessandro; Bruschi, Alex; Franke, Thomas; Garavaglia, Saul; Granucci, Gustavo; Grossetti, Giovanni; Hizanidis, Kyriakos; Tigelis, Ioannis; Tran, Minh-Quang; Tsironis, Christos

    2017-10-01

    A demonstration fusion power plant (DEMO) producing electricity for the grid at the level of a few hundred megawatts is included in the European Roadmap [1]. The engineering design and R&D for the electron cyclotron (EC), ion cyclotron and neutral beam systems for the DEMO reactor is being performed by Work Package Heating and Current Drive (WPHCD) in the framework of EUROfusion Consortium activities. The EC target power to the plasma is about 50 MW, in which the required power for NTM control and burn control is included. EC launcher conceptual design studies are here presented, showing how the main design drivers of the system have been taken into account (physics requirements, reactor relevant operations, issues related to its integration as in-vessel components). Different options for the antenna are studied in a parameters space including a selection of frequencies, injection angles and launch points to get the best performances for the antenna configuration, using beam tracing calculations to evaluate plasma accessibility and deposited power. This conceptual design studies comes up with the identification of possible limits, constraints and critical issues, essential in the selection process of launcher setup solution.

  15. SlimCS—compact low aspect ratio DEMO reactor with reduced-size central solenoid

    NASA Astrophysics Data System (ADS)

    Tobita, K.; Nishio, S.; Sato, M.; Sakurai, S.; Hayashi, T.; Shibama, Y. K.; Isono, T.; Enoeda, M.; Nakamura, H.; Sato, S.; Ezato, K.; Hayashi, T.; Hirose, T.; Ide, S.; Inoue, T.; Kamada, Y.; Kawamura, Y.; Kawashima, H.; Koizumi, N.; Kurita, G.; Nakamura, Y.; Mouri, K.; Nishitani, T.; Ohmori, J.; Oyama, N.; Sakamoto, K.; Suzuki, S.; Suzuki, T.; Tanigawa, H.; Tsuchiya, K.; Tsuru, D.

    2007-08-01

    The concept for a compact DEMO reactor named 'SlimCS' is presented. Distinctive features of the concept are low aspect ratio (A = 2.6) and use of a reduced-size centre solenoid (CS) which has the function of plasma shaping rather than poloidal flux supply. The reduced-size CS enables us to introduce a thin toroidal field coil system which contributes to reducing the weight and perhaps lessening the construction cost. Low-A has merits of vertical stability for high elongation (κ) and high normalized beta (βN), which leads to a high power density with reasonable physics requirements. This is because high κ facilitates high nGW (because of an increase in Ip), which allows efficient use of the capacity of high βN. From an engineering aspect, low-A may ensure ease in designing blanket modules robust to electromagnetic forces acting on disruptions. Thus, a superconducting low-A tokamak reactor such as SlimCS can be a promising DEMO concept with physics and engineering advantages.

  16. Effect on the tritium breeding ratio for a distributed ICRF antenna in a DEMO reactor

    NASA Astrophysics Data System (ADS)

    Garcia, A.; Noterdaeme, J.-M.; Fischer, U.; Dies, J.

    2015-12-01

    The paper reports results of MCNP-5 calculations to assess the effect on the Tritium Breeding Ratio (TBR) when integrating a distributed Ion Cyclotron Range of Frequencies (ICRF) antenna in the blanket of DEMO fusion power reactor. The calculations consider different parameters such as the ICRF covering ratio and the type of breeding blanket including the Helium Cooled Pebble Bed (HCPB) and the Helium Cooled Lithium Lead (HCLL) concepts. For an antenna with a full toroidal circumference of 360°, located poloidally at 40° with a poloidal extension of 1 m, the reduction of the TBR is -0.349% for the HCPB blanket and -0.532% for the HCLL blanket. The distributed ICRF antenna is thus shown to have only a marginal effect on the TBR of the DEMO reactor.

  17. European DEMO design strategy and consequences for materials

    NASA Astrophysics Data System (ADS)

    Federici, G.; Biel, W.; Gilbert, M. R.; Kemp, R.; Taylor, N.; Wenninger, R.

    2017-09-01

    Demonstrating the production of net electricity and operating with a closed fuel-cycle remain unarguably the crucial steps towards the exploitation of fusion power. These are the aims of a demonstration fusion reactor (DEMO) proposed to be built after ITER. This paper briefly describes the DEMO design options that are being considered in Europe for the current conceptual design studies as part of the Roadmap to Fusion Electricity Horizon 2020. These are not intended to represent fixed and exclusive design choices but rather ‘proxies’ of possible plant design options to be used to identify generic design/material issues that need to be resolved in future fusion reactor systems. The materials nuclear design requirements and the effects of radiation damage are briefly analysed with emphasis on a pulsed ‘low extrapolation’ system, which is being used for the initial design integration studies, based as far as possible on mature technologies and reliable regimes of operation (to be extrapolated from the ITER experience), and on the use of materials suitable for the expected level of neutron fluence. The main technical issues arising from the plasma and nuclear loads and the effects of radiation damage particularly on the structural and heat sink materials of the vessel and in-vessel components are critically discussed. The need to establish realistic target performance and a development schedule for near-term electricity production tends to favour more conservative technology choices. The readiness of the technical (physics and technology) assumptions that are being made is expected to be an important factor for the selection of the technical features of the device.

  18. 78 FR 67198 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job Corps...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-11-08

    ... for OMB Review; Comment Request; Job Corps Application Data ACTION: Notice. SUMMARY: The Department of Labor (DOL) is submitting the Employment and Training Administration (ETA) sponsored information collection request (ICR) titled, ``Job Corps Application Data,'' to the Office of Management and Budget (OMB...

  19. 77 FR 71196 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Jobs for...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-11-29

    ... for OMB Review; Comment Request; Jobs for Veterans State Grants Reports ACTION: Notice. SUMMARY: On November 30, 2012, the Department of Labor (DOL) will submit the Veterans' Employment and Training Service (VETS) sponsored information collection request (ICR) revision titled, ``Jobs for Veterans State Grants...

  20. 78 FR 13086 - Agency Information Collection Activities; Submission for OMB Review; Comment Request; Job Clubs...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-02-26

    ... ``job clubs'' have evolved into one of several important activities used by the public workforce system... are formally run through the public workforce system--including at Department of Labor funded American... communities; (2) documenting how they differ from and are similar to the job clubs operated by publicly...

  1. Effect on the tritium breeding ratio for a distributed ICRF antenna in a DEMO reactor

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

    Garcia, A., E-mail: albert.garcia.hp@gmail.com; Karlsruhe Institute of Technology; Polytechnic University of Catalonia

    The paper reports results of MCNP-5 calculations to assess the effect on the Tritium Breeding Ratio (TBR) when integrating a distributed Ion Cyclotron Range of Frequencies (ICRF) antenna in the blanket of DEMO fusion power reactor. The calculations consider different parameters such as the ICRF covering ratio and the type of breeding blanket including the Helium Cooled Pebble Bed (HCPB) and the Helium Cooled Lithium Lead (HCLL) concepts. For an antenna with a full toroidal circumference of 360°, located poloidally at 40° with a poloidal extension of 1 m, the reduction of the TBR is −0.349% for the HCPB blanket andmore » −0.532% for the HCLL blanket. The distributed ICRF antenna is thus shown to have only a marginal effect on the TBR of the DEMO reactor.« less

  2. 11 CFR 9036.1 - Threshold submission.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 11 Federal Elections 1 2013-01-01 2012-01-01 true Threshold submission. 9036.1 Section 9036.1 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND REVIEW OF MATCHING FUND SUBMISSIONS AND CERTIFICATION OF PAYMENTS BY COMMISSION § 9036.1 Threshold submission. (a) Time for submission...

  3. 11 CFR 9036.1 - Threshold submission.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 11 Federal Elections 1 2010-01-01 2010-01-01 false Threshold submission. 9036.1 Section 9036.1 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND REVIEW OF MATCHING FUND SUBMISSIONS AND CERTIFICATION OF PAYMENTS BY COMMISSION § 9036.1 Threshold submission. (a) Time for submission...

  4. 11 CFR 9036.1 - Threshold submission.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 11 Federal Elections 1 2012-01-01 2012-01-01 false Threshold submission. 9036.1 Section 9036.1 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND REVIEW OF MATCHING FUND SUBMISSIONS AND CERTIFICATION OF PAYMENTS BY COMMISSION § 9036.1 Threshold submission. (a) Time for submission...

  5. 11 CFR 9036.1 - Threshold submission.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 11 Federal Elections 1 2014-01-01 2014-01-01 false Threshold submission. 9036.1 Section 9036.1 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND REVIEW OF MATCHING FUND SUBMISSIONS AND CERTIFICATION OF PAYMENTS BY COMMISSION § 9036.1 Threshold submission. (a) Time for submission...

  6. 11 CFR 9036.1 - Threshold submission.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 11 Federal Elections 1 2011-01-01 2011-01-01 false Threshold submission. 9036.1 Section 9036.1 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND REVIEW OF MATCHING FUND SUBMISSIONS AND CERTIFICATION OF PAYMENTS BY COMMISSION § 9036.1 Threshold submission. (a) Time for submission...

  7. First Observations of GNSS Ionospheric Scintillations From DemoGRAPE Project

    NASA Astrophysics Data System (ADS)

    Alfonsi, L.; Cilliers, P. J.; Romano, V.; Hunstad, I.; Correia, E.; Linty, N.; Dovis, F.; Terzo, O.; Ruiu, P.; Ward, J.; Riley, P.

    2016-10-01

    The Istituto Nazionale di Geofisica e Vulcanologia leads an international project funded by the Italian National Program for Antarctic Research, called Demonstrator of Global Navigation Satellite System (GNSS) Research and Application for Polar Environment (DemoGRAPE), in partnership with Politecnico di Torino, Istituto Superiore Mario Boella, and with South African National Space Agency and the Brazilian National Institute of Space Physics, as key collaborators. DemoGRAPE is a new prototype of support for the satellite navigation in Antarctica. Besides the scientific interest, the accuracy of satellite navigation in Antarctica is of paramount importance since there is always the danger that people and vehicles can fall into a crevasse during a snowstorm, when visibility is limited and travel is restricted to following specified routes using satellite navigation systems. The variability of ionospheric delay and ionospheric scintillation are two of the primary factors which affect the accuracy of satellite navigation. The project will provide a demonstrator of cutting edge technology for the empirical assessment of the ionospheric delay and ionospheric scintillations in the polar regions. The scope of the project includes new equipment for the recording and dissemination of GNSS data and products installed at the South African and Brazilian bases in Antarctica. The new equipment will facilitate the exchange of software and derived products via the Cloud computing technology infrastructure. The project portal is accessible at www.demogrape.net. We report the first Global Navigation Satellite System (GNSS) signal scintillations observed in Antarctica.

  8. An assessment for the erosion rate of DEMO first wall

    NASA Astrophysics Data System (ADS)

    Tokar, M. Z.

    2018-01-01

    In a fusion reactor a significant fraction of plasma particles lost from the confined volume will reach the vessel wall. The recombination of these charged species, electrons and ions of hydrogen isotopes, is a source of neutral molecules and atoms, recycling back into the plasma. Here they participate, in particular, in charge-exchange (c-x) collisions with the plasma ions and, as a result, atoms of high energies with chaotically oriented velocities are generated. A significant fraction of these hot neutrals will hit the wall, leading, as well as the outflowing fuel and impurity ions, to its erosion, limiting the reactor operation time. The rate of the wall erosion in DEMO is assessed by applying a one-dimensional model which takes into account the transport of charged and neutral species across the flux surfaces in the main part of the scrape-off layer, beyond the X-point vicinity and divertor, and by considering the shift of the centers of flux surfaces, their elongation and triangularity. Atoms generated by c-x of recycling neutrals are modeled kinetically to define firmly their energy spectrum, being of particular importance for the erosion assessment. It is demonstrated the erosion rate of the DEMO wall armor of tungsten will have a pronounced ballooning character with a significant maximum of 0.3 mm per full power year at the low field side, decreasing with an increase in the anomalous perpendicular transport in the ‘far’ SOL or the plasma density at the separatrix.

  9. Systematic cavity design approach for a multi-frequency gyrotron for DEMO and study of its RF behavior

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

    Kalaria, P. C., E-mail: parth.kalaria@partner.kit.edu; Avramidis, K. A.; Franck, J.

    High frequency (>230 GHz) megawatt-class gyrotrons are planned as RF sources for electron cyclotron resonance heating and current drive in DEMOnstration fusion power plants (DEMOs). In this paper, for the first time, a feasibility study of a 236 GHz DEMO gyrotron is presented by considering all relevant design goals and the possible technical limitations. A mode-selection procedure is proposed in order to satisfy the multi-frequency and frequency-step tunability requirements. An effective systematic design approach for the optimal design of a gradually tapered cavity is presented. The RF-behavior of the proposed cavity is verified rigorously, supporting 920 kW of stable output power withmore » an interaction efficiency of 36% including the considerations of realistic beam parameters.« less

  10. DTT: a divertor tokamak test facility for the study of the power exhaust issues in view of DEMO

    NASA Astrophysics Data System (ADS)

    Albanese, R.; WPDTT2 Team; DTT Project Proposal Contributors, the

    2017-01-01

    In parallel with the programme to optimize the operation with a conventional divertor based on detached conditions to be tested on the ITER device, a project has been launched to investigate alternative power exhaust solutions for DEMO, aimed at the definition and the design of a divertor tokamak test facility (DTT). The DTT project proposal refers to a set of parameters selected so as to have edge conditions as close as possible to DEMO, while remaining compatible with DEMO bulk plasma performance in terms of dimensionless parameters and given constraints. The paper illustrates the DTT project proposal, referring to a 6 MA plasma with a major radius of 2.15 m, an aspect ratio of about 3, an elongation of 1.6-1.8, and a toroidal field of 6 T. This selection will guarantee sufficient flexibility to test a wide set of divertor concepts and techniques to cope with large heat loads, including conventional tungsten divertors; liquid metal divertors; both conventional and advanced magnetic configurations (including single null, snow flake, quasi snow flake, X divertor, double null); internal coils for strike point sweeping and control of the width of the scrape-off layer in the divertor region; and radiation control. The Poloidal Field system is planned to provide a total flux swing of more than 35 Vs, compatible with a pulse length of more than 100 s. This is compatible with the mission of studying the power exhaust problem and is obtained using superconducting coils. Particular attention is dedicated to diagnostics and control issues, especially those relevant for plasma control in the divertor region, designed to be as compatible as possible with a DEMO-like environment. The construction is expected to last about seven years, and the selection of an Italian site would be compatible with a budget of 500 M€.

  11. Modelling of mitigation of the power divertor loading for the EU DEMO through Ar injection

    NASA Astrophysics Data System (ADS)

    Subba, Fabio; Aho-Mantila, Leena; Coster, David; Maddaluno, Giorgio; Nallo, Giuseppe F.; Sieglin, Bernard; Wenninger, Ronald; Zanino, Roberto

    2018-03-01

    In this paper we present a computational study on the divertor heat load mitigation through impurity injection for the EU DEMO. The study is performed by means of the SOLPS5.1 code. The power crossing the separatrix is considered fixed and corresponding to H-mode operation, whereas the machine operating condition is defined by the outboard mid-plane upstream electron density and the impurity level. The selected impurity for this study is Ar, based on its high radiation efficiency at SOL characteristic temperatures. We consider a conventional vertical target geometry for the EU DEMO and monitor target conditions for different operational points, considering as acceptability criteria the target electron temperature (≤5 eV to provide sufficiently low W sputtering rate) and the peak heat flux (below 5-10 MW m-2 to guarantee safe steady-state cooling conditions). Our simulations suggest that, neglecting the radiated power deposition on the plate, it is possible to satisfy the desired constraints. However, this requires an upstream density of the order of at least 50% of the Greenwald limit and a sufficiently high argon fraction. Furthermore, if the radiated power deposition is taken into account, the peak heat flux on the outer plate could not be reduced below 15 MW m-2 in these simulations. As these simulations do not take into account neutron loading, they strongly indicate that the vertical target divertor solution with a radiative front distributed along the divertor leg has a very marginal operational space in an EU DEMO sized reactor.

  12. 49 CFR 228.407 - Analysis of work schedules; submissions; FRA review and approval of submissions; fatigue...

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 49 Transportation 4 2011-10-01 2011-10-01 false Analysis of work schedules; submissions; FRA... Employees Engaged in Commuter or Intercity Rail Passenger Transportation § 228.407 Analysis of work schedules; submissions; FRA review and approval of submissions; fatigue mitigation plans. (a) Analysis of...

  13. Lesson 6: Submission Process

    EPA Pesticide Factsheets

    Checklist items 8 through 12 are grouped under the Submission Process, and represent the CROMERR requirements that must be satisfied as the report or document is transferred to the system during a formal submission.

  14. CERES AuTomAted job Loading SYSTem (CATALYST): An automated workflow manager for satellite data production

    NASA Astrophysics Data System (ADS)

    Gleason, J. L.; Hillyer, T. N.; Wilkins, J.

    2012-12-01

    The CERES Science Team integrates data from 5 CERES instruments onboard the Terra, Aqua and NPP missions. The processing chain fuses CERES observations with data from 19 other unique sources. The addition of CERES Flight Model 5 (FM5) onboard NPP, coupled with ground processing system upgrades further emphasizes the need for an automated job-submission utility to manage multiple processing streams concurrently. The operator-driven, legacy-processing approach relied on manually staging data from magnetic tape to limited spinning disk attached to a shared memory architecture system. The migration of CERES production code to a distributed, cluster computing environment with approximately one petabyte of spinning disk containing all precursor input data products facilitates the development of a CERES-specific, automated workflow manager. In the cluster environment, I/O is the primary system resource in contention across jobs. Therefore, system load can be maximized with a throttling workload manager. This poster discusses a Java and Perl implementation of an automated job management tool tailored for CERES processing.

  15. Perceptions of submissiveness: implications for victimization.

    PubMed

    Richards, L; Rollerson, B; Phillips, J

    1991-07-01

    Some researchers have suggested that a precondition of affective submissiveness may increase the likelihood of female victimization in sexual assault, whereas others have suggested that criminal offenders use perceptions of vulnerability when selecting a victim. In this study, based on American college students, men (decoders) rated videotaped women (encoders) dominant versus submissive using a semantic differential instrument. Cue evaluators analyzed the body language and appearance of the videotaped women using a Likert instrument. The results suggest that (a) men form differentiated perceptions of dominant versus submissive women, (b) such perceptions substantially rely on nonverbal cues, (c) dominant and submissive women display visually different behaviors and appearances, and (d) men tend to select submissive females for exploitation.

  16. Automated Data Submission for the Data Center

    NASA Astrophysics Data System (ADS)

    Wright, D.; Beaty, T.; Wei, Y.; Shanafield, H.; Santhana Vannan, S. K.

    2014-12-01

    Data centers struggle with difficulties related to data submission. Data are acquired through many avenues by many people. Many data submission activities involve intensive manual processes. During the submission process, data end up on varied storage devices. The situation can easily become chaotic. Collecting information on the status of pending data sets is arduous. For data providers, the submission process can be inconsistent and confusing. Scientists generally provide data from previous projects, and archival can be a low priority. Incomplete or poor documentation accompanies many data sets. However, complicated questionnaires deter busy data providers. At the ORNL DAAC, we have semi-automated the data set submission process to create a uniform data product and provide a consistent data provider experience. The formalized workflow makes archival faster for the data center and data set submission easier for data providers. Software modules create a flexible, reusable submission package. Formalized data set submission provides several benefits to the data center. A single data upload area provides one point of entry and ensures data are stored in a consistent location. A central dashboard records pending data set submissions in a single table and simplifies reporting. Flexible role management allows team members to readily coordinate and increases efficiency. Data products and metadata become uniform and easily maintained. As data and metadata standards change, modules can be modified or re-written without affecting workflow. While each data center has unique challenges, the data ingestion process is generally the same: get data from the provider, scientist, or project and capture metadata pertinent to that data. The ORNL DAAC data set submission workflow and software modules can be reused entirely or in part by other data centers looking for a data set submission solution. These data set submission modules will be available on NASA's Earthdata Code

  17. 7 CFR 1709.8 - Electronic submission.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 11 2012-01-01 2012-01-01 false Electronic submission. 1709.8 Section 1709.8... AGRICULTURE ASSISTANCE TO HIGH ENERGY COST COMMUNITIES General Requirements § 1709.8 Electronic submission... announcement and grant agreements or if other regulations provide for electronic submission. Any electronic...

  18. 7 CFR 1709.8 - Electronic submission.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 11 2011-01-01 2011-01-01 false Electronic submission. 1709.8 Section 1709.8... AGRICULTURE ASSISTANCE TO HIGH ENERGY COST COMMUNITIES General Requirements § 1709.8 Electronic submission... announcement and grant agreements or if other regulations provide for electronic submission. Any electronic...

  19. 7 CFR 1709.8 - Electronic submission.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 11 2010-01-01 2010-01-01 false Electronic submission. 1709.8 Section 1709.8... AGRICULTURE ASSISTANCE TO HIGH ENERGY COST COMMUNITIES General Requirements § 1709.8 Electronic submission... announcement and grant agreements or if other regulations provide for electronic submission. Any electronic...

  20. 7 CFR 1709.8 - Electronic submission.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 11 2013-01-01 2013-01-01 false Electronic submission. 1709.8 Section 1709.8... AGRICULTURE ASSISTANCE TO HIGH ENERGY COST COMMUNITIES General Requirements § 1709.8 Electronic submission... announcement and grant agreements or if other regulations provide for electronic submission. Any electronic...

  1. 7 CFR 1709.8 - Electronic submission.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 11 2014-01-01 2014-01-01 false Electronic submission. 1709.8 Section 1709.8... AGRICULTURE ASSISTANCE TO HIGH ENERGY COST COMMUNITIES General Requirements § 1709.8 Electronic submission... announcement and grant agreements or if other regulations provide for electronic submission. Any electronic...

  2. Effects of Sexual Harassment on Job Satisfaction, Retention, Cohesion, Commitment and Unit Effectiveness: The Case of the Air Force

    DTIC Science & Technology

    2010-07-01

    quid pro quo ). Examples of questions that were used in previous studies to measure crude/offensive behavior, as well as, other forms of sexual ...includes, but is not limited to, harassment in which submission is made a condition of employment (or quid pro quo ). Global or organizational...Effects of Sexual Harassment on Job Satisfaction, Retention, Cohesion, Commitment and Unit Effectiveness: The Case of the Air Force Dr. Brenda

  3. Assertiveness, submissive behaviour and social comparison.

    PubMed

    Gilbert, P; Allan, S

    1994-09-01

    This paper explores the relationship between a new assertiveness measure (the Scale for Interpersonal Behaviour--SIB), social comparison and submissive behaviour. The paper investigates these measures in relation to the personality traits of neuroticism and introversion. Findings suggest: (a) that social comparison may be an important variable in assertiveness and submissive behaviour and shows a strong relationship to neuroticism and introversion; (b) that submissive behaviour is not the mirror opposite of assertive behaviour; and (c) submissive behaviour seems more strongly associated with introversion and neuroticism than assertive performance.

  4. Parametric analyses of DEMO Divertor using two dimensional transient thermal hydraulic modelling

    NASA Astrophysics Data System (ADS)

    Domalapally, Phani; Di Caro, Marco

    2018-05-01

    Among the options considered for cooling of the Plasma facing components of the DEMO reactor, water cooling is a conservative option because of its high heat removal capability. In this work a two-dimensional transient thermal hydraulic code is developed to support the design of the divertor for the projected DEMO reactor with water as a coolant. The mathematical model accounts for transient 2D heat conduction in the divertor section. Temperature-dependent properties are used for more accurate analysis. Correlations for single phase flow forced convection, partially developed subcooled nucleate boiling, fully developed subcooled nucleate boiling and film boiling are used to calculate the heat transfer coefficients on the channel side considering the swirl flow, wherein different correlations found in the literature are compared against each other. Correlation for the Critical Heat Flux is used to estimate its limit for a given flow conditions. This paper then investigates the results of the parametric analysis performed, whereby flow velocity, diameter of the coolant channel, thickness of the coolant pipe, thickness of the armor material, inlet temperature and operating pressure affect the behavior of the divertor under steady or transient heat fluxes. This code will help in understanding the basic parameterś effect on the behavior of the divertor, to achieve a better design from a thermal hydraulic point of view.

  5. Archimede solar energy molten salt parabolic trough demo plant: Improvements and second year of operation

    NASA Astrophysics Data System (ADS)

    Maccari, Augusto; Donnola, Sandro; Matino, Francesca; Tamano, Shiro

    2016-05-01

    Since July 2013, the first stand-alone Molten Salt Parabolic Trough (MSPT) demo plant, which was built in collaboration with Archimede Solar Energy and Chiyoda Corporation, is in operation, located adjacent to the Archimede Solar Energy (ASE) manufacturing plant in Massa Martana (Italy). During the two year's operating time frame, the management of the demo plant has shown that MSPT technology is a suitable and reliable option. Several O&M procedures and tests have been performed, as Heat Loss and Minimum Flow Test, with remarkable results confirming that this technology is ready to be extended to standard size CSP plant, if the plant design takes into account molten salt peculiarities. Additionally, the plant has been equipped on fall 2014 with a Steam Generator system by Chiyoda Corporation, in order to test even this important MSPT plant subsystem and to extend the solar field active time, overcoming the previous lack of an adequate thermal load. Here, a description of the plant improvements and the overall plant operation figures will be presented.

  6. Nuclear analysis of structural damage and nuclear heating on enhanced K-DEMO divertor model

    NASA Astrophysics Data System (ADS)

    Park, J.; Im, K.; Kwon, S.; Kim, J.; Kim, D.; Woo, M.; Shin, C.

    2017-12-01

    This paper addresses nuclear analysis on the Korean fusion demonstration reactor (K-DEMO) divertor to estimate the overall trend of nuclear heating values and displacement damages. The K-DEMO divertor model was created and converted by the CAD (Pro-Engineer™) and Monte Carlo automatic modeling programs as a 22.5° sector of the tokamak. The Monte Carlo neutron photon transport and ADVANTG codes were used in this calculation with the FENDL-2.1 nuclear data library. The calculation results indicate that the highest values appeared on the upper outboard target (OT) area, which means the OT is exposed to the highest radiation conditions among the three plasma-facing parts (inboard, central and outboard) in the divertor. Especially, much lower nuclear heating values and displacement damages are indicated on the lower part of the OT area than others. These are important results contributing to thermal-hydraulic and thermo-mechanical analyses on the divertor and also it is expected that the copper alloy materials may be partially used as a heat sink only at the lower part of the OT instead of the reduced activation ferritic-martensitic steel due to copper alloy’s high thermal conductivity.

  7. 75 FR 12803 - Fingerprint Submission Requirements Rule

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-03-17

    ... NATIONAL CRIME PREVENTION AND PRIVACY COMPACT COUNCIL Fingerprint Submission Requirements Rule... Fingerprint Submission Requirements Rule, title 28 Code of Federal Regulations (CFR), part 901. FOR FURTHER... the Fingerprint Submission Requirements Rule (28 CFR, part 901) when health or safety of vulnerable...

  8. 28 CFR 51.35 - Disposition of inappropriate submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.35.... Inappropriate submissions include the submission of changes that do not affect voting (see, e.g., § 51.13), the... submission of changes that affect voting but are not subject to the requirement of section 5 (see, e.g., § 51...

  9. Tokamak DEMO-FNS: Concept of magnet system and vacuum chamber

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

    Azizov, E. A., E-mail: Azizov-EA@nrcki.ru; Ananyev, S. S.; Belyakov, V. A.

    The level of knowledge accumulated to date in the physics and technologies of controlled thermonuclear fusion (CTF) makes it possible to begin designing fusion—fission hybrid systems that would involve a fusion neutron source (FNS) and which would admit employment for the production of fissile materials and for the transmutation of spent nuclear fuel. Modern Russian strategies for CTF development plan the construction to 2023 of tokamak-based demonstration hybrid FNS for implementing steady-state plasma burning, testing hybrid blankets, and evolving nuclear technologies. Work on designing the DEMO-FNS facility is still in its infancy. The Efremov Institute began designing its magnet systemmore » and vacuum chamber, while the Kurchatov Institute developed plasma-physics design aspects and determined basic parameters of the facility. The major radius of the plasma in the DEMO-FNS facility is R = 2.75 m, while its minor radius is a = 1 m; the plasma elongation is k{sub 95} = 2. The fusion power is P{sub FUS} = 40 MW. The toroidal magnetic field on the plasma-filament axis is B{sub t0} = 5 T. The plasma current is I{sub p} = 5 MA. The application of superconductors in the magnet system permits drastically reducing the power consumed by its magnets but requires arranging a thick radiation shield between the plasma and magnet system. The central solenoid, toroidal-field coils, and poloidal-field coils are manufactured from, respectively, Nb{sub 3}Sn, NbTi and Nb{sub 3}Sn, and NbTi. The vacuum chamber is a double-wall vessel. The space between the walls manufactured from 316L austenitic steel is filled with an iron—water radiation shield (70% of stainless steel and 30% of water).« less

  10. 28 CFR 901.2 - Interpretation of fingerprint submission requirements.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 28 Judicial Administration 2 2010-07-01 2010-07-01 false Interpretation of fingerprint submission... FINGERPRINT SUBMISSION REQUIREMENTS § 901.2 Interpretation of fingerprint submission requirements. (a) Article V of the Compact requires the submission of fingerprints or other approved forms of positive...

  11. 28 CFR 901.2 - Interpretation of fingerprint submission requirements.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 28 Judicial Administration 2 2014-07-01 2014-07-01 false Interpretation of fingerprint submission... FINGERPRINT SUBMISSION REQUIREMENTS § 901.2 Interpretation of fingerprint submission requirements. (a) Article V of the Compact requires the submission of fingerprints or other approved forms of positive...

  12. 28 CFR 901.2 - Interpretation of fingerprint submission requirements.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 28 Judicial Administration 2 2012-07-01 2012-07-01 false Interpretation of fingerprint submission... FINGERPRINT SUBMISSION REQUIREMENTS § 901.2 Interpretation of fingerprint submission requirements. (a) Article V of the Compact requires the submission of fingerprints or other approved forms of positive...

  13. 28 CFR 901.2 - Interpretation of fingerprint submission requirements.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 28 Judicial Administration 2 2011-07-01 2011-07-01 false Interpretation of fingerprint submission... FINGERPRINT SUBMISSION REQUIREMENTS § 901.2 Interpretation of fingerprint submission requirements. (a) Article V of the Compact requires the submission of fingerprints or other approved forms of positive...

  14. 28 CFR 901.2 - Interpretation of fingerprint submission requirements.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 28 Judicial Administration 2 2013-07-01 2013-07-01 false Interpretation of fingerprint submission... FINGERPRINT SUBMISSION REQUIREMENTS § 901.2 Interpretation of fingerprint submission requirements. (a) Article V of the Compact requires the submission of fingerprints or other approved forms of positive...

  15. Identifying multiple submissions in Internet research: preserving data integrity.

    PubMed

    Bowen, Anne M; Daniel, Candice M; Williams, Mark L; Baird, Grayson L

    2008-11-01

    Internet-based sexuality research with hidden populations has become increasingly popular. Respondent anonymity may encourage participation and lower social desirability, but associated disinhibition may promote multiple submissions, especially when incentives are offered. The goal of this study was to identify the usefulness of different variables for detecting multiple submissions from repeat responders and to explore incentive effects. The data included 1,900 submissions from a three-session Internet intervention with a pretest and three post-test questionnaires. Participants were men who have sex with men and incentives were offered to rural participants for completing each questionnaire. The final number of submissions included 1,273 "unique", 132 first submissions by "repeat responders" and 495 additional submissions by the "repeat responders" (N = 1,900). Four categories of repeat responders were identified: "infrequent" (2-5 submissions), "persistent" (6-10 submissions), "very persistent" (11-30 submissions), and "hackers" (more than 30 submissions). Internet Provider (IP) addresses, user names, and passwords were the most useful for identifying "infrequent" repeat responders. "Hackers" often varied their IP address and identifying information to prevent easy identification, but investigating the data for small variations in IP, using reverse telephone look up, and patterns across usernames and passwords were helpful. Incentives appeared to play a role in stimulating multiple submissions, especially from the more sophisticated "hackers". Finally, the web is ever evolving and it will be necessary to have good programmers and staff who evolve as fast as "hackers".

  16. AC loss, interstrand resistance and mechanical properties of prototype EU DEMO TF conductors up to 30 000 load cycles

    NASA Astrophysics Data System (ADS)

    Yagotintsev, K.; Nijhuis, A.

    2018-07-01

    Two prototype Nb3Sn cable-in-conduit conductors conductors were designed and manufactured for the toroidal field (TF) magnet system of the envisaged European DEMO fusion reactor. The AC loss, contact resistance and mechanical properties of two sample conductors were tested in the Twente Cryogenic Cable Press under cyclic load up to 30 000 cycles. Though both conductors were designed to operate at 82 kA in a background magnetic field of 13.6 T, they reflect different approaches with respect to the magnet winding pack assembly. The first approach is based on react and wind technology while the second is the more common wind and react technology. Each conductor was tested first for AC loss in virgin condition without handling. The impact of Lorentz load during magnet operation was simulated using the cable press. In the press each conductor specimen was subjected to transverse cyclic load up to 30 000 cycles in liquid helium bath at 4.2 K. Here a summary of results for AC loss, contact resistance, conductor deformation, mechanical heat production and conductor stiffness evolution during cycling of the load is presented. Both conductors showed similar mechanical behaviour but quite different AC loss. In comparison with previously tested ITER TF conductors, both DEMO TF conductors possess very low contact resistance resulting in high coupling loss. At the same time, load cycling has limited impact on properties of DEMO TF conductors in comparison with ITER TF conductors.

  17. 40 CFR 68.150 - Submission.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 15 2011-07-01 2011-07-01 false Submission. 68.150 Section 68.150 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS (CONTINUED) CHEMICAL ACCIDENT PREVENTION PROVISIONS Risk Management Plan § 68.150 Submission. (a) The owner or operator shall...

  18. 40 CFR 68.150 - Submission.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 15 2010-07-01 2010-07-01 false Submission. 68.150 Section 68.150 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS (CONTINUED) CHEMICAL ACCIDENT PREVENTION PROVISIONS Risk Management Plan § 68.150 Submission. (a) The owner or operator shall...

  19. 28 CFR 51.24 - Address for submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Procedures for Submission to the Attorney General... submission shall be clearly marked: Submission under section 5 of the Voting Rights Act. [Order 1214-87, 52... General via the U.S. Postal Service shall be addressed to the Chief, Voting Section, Civil Rights Division...

  20. Identifying Multiple Submissions in Internet Research: Preserving Data Integrity

    PubMed Central

    Bowen, Anne M.; Daniel, Candice M.; Williams, Mark L.; Baird, Grayson L.

    2008-01-01

    Internet-based sexuality research with hidden populations has become increasingly popular. Respondent anonymity may encourage participation and lower social desirability, but associated disinhibition may promote multiple submissions, especially when incentives are offered. The goal of this study was to identify the usefulness of different variables for detecting multiple submissions from repeat responders and to explore incentive effects. The data included 1,900 submissions from a three-session Internet intervention with a pretest and three post-test questionnaires. Participants were men who have sex with men and incentives were offered to rural participants for completing each questionnaire. The final number of submissions included 1,273 “unique”, 132 first submissions by “repeat responders” and 495 additional submissions by the “repeat responders” (N = 1,900). Four categories of repeat responders were identified: “infrequent” (2–5 submissions), “persistent” (6–10 submissions), “very persistent” (11–30 submissions), and “hackers” (more than 30 submissions). Internet Provider (IP) addresses, user names, and passwords were the most useful for identifying “infrequent” repeat responders. “Hackers” often varied their IP address and identifying information to prevent easy identification, but investigating the data for small variations in IP, using reverse telephone look up, and patterns across usernames and passwords were helpful. Incentives appeared to play a role in stimulating multiple submissions, especially from the more sophisticated “hackers”. Finally, the web is ever evolving and it will be necessary to have good programmers and staff who evolve as fast as “hackers”. PMID:18240015

  1. Effects Of The Contingency For Homework Submission On Homework Submission And Quiz Performance In A College Course

    PubMed Central

    2005-01-01

    Effects of the contingency for submission of homework assignments on the probability of assignment submission and on quiz grades were assessed in an undergraduate psychology course. Under an alternating treatments design, each student was assigned to a points condition for 5 of 10 quiz-related homework assignments corresponding to textbook chapters. Points were available for homework submission under this condition; points were not available under the no-points condition. The group-mean percentage of homework assignments submitted and quiz grades were higher for all chapters under the points condition than in the no-points condition. These findings, which were replicated in Experiment 2, demonstrate that homework submission was not maintained when the only consequences were instructor-provided feedback and expectation of improved quiz performance. PMID:15898476

  2. 24 CFR 599.203 - Basic application submission requirements.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 24 Housing and Urban Development 3 2010-04-01 2010-04-01 false Basic application submission... Development (Continued) OFFICE OF ASSISTANT SECRETARY FOR COMMUNITY PLANNING AND DEVELOPMENT, DEPARTMENT OF... Renewal Communities § 599.203 Basic application submission requirements. The basic application submission...

  3. Job loss, human capital job feature, and work condition job feature as distinct job insecurity constructs.

    PubMed

    Blau, Gary; Tatum, Donna Surges; McCoy, Keith; Dobria, Lidia; Ward-Cook, Kory

    2004-01-01

    The projected growth of new technologies, increasing use of automation, and continued consolidation of health-related services suggest that continued study of job insecurity is needed for health care professionals. Using a sample of 178 medical technologists over a 5-year period, this study's findings extend earlier work by Blau and Sharp (2000) and suggest that job loss insecurity, human capital job feature insecurity, and work condition job feature insecurity are related but distinct types of job insecurity. A seven-item measure of job loss insecurity, a four-item measure of human capital job feature insecurity, and a four-item measure of work condition job feature insecurity were analyzed. Confirmatory factor analysis using a more heterogeneous sample of 447 working adults supported this three-factor structure. Using correlation and path analysis, different significant relationships of antecedent variables and subsequent organizational withdrawal cognitions to these three types of job insecurity were found.

  4. Quasi-linear modeling of lower hybrid current drive in ITER and DEMO

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

    Cardinali, A., E-mail: alessandro.cardinali@enea.it; Cesario, R.; Panaccione, L.

    2015-12-10

    First pass absorption of the Lower Hybrid waves in thermonuclear devices like ITER and DEMO is modeled by coupling the ray tracing equations with the quasi-linear evolution of the electron distribution function in 2D velocity space. As usually assumed, the Lower Hybrid Current Drive is not effective in a plasma of a tokamak fusion reactor, owing to the accessibility condition which, depending on the density, restricts the parallel wavenumber to values greater than n{sub ∥crit} and, at the same time, to the high electron temperature that would enhance the wave absorption and then restricts the RF power deposition to themore » very periphery of the plasma column (near the separatrix). In this work, by extensively using the “ray{sup star}” code, a parametric study of the propagation and absorption of the LH wave as function of the coupled wave spectrum (as its width, and peak value), has been performed very accurately. Such a careful investigation aims at controlling the power deposition layer possibly in the external half radius of the plasma, thus providing a valuable aid to the solution of how to control the plasma current profile in a toroidal magnetic configuration, and how to help the suppression of MHD mode that can develop in the outer part of the plasma. This analysis is useful not only for exploring the possibility of profile control of a pulsed operation reactor as well as the tearing mode stabilization, but also in order to reconsider the feasibility of steady state regime for DEMO.« less

  5. 78 FR 7765 - Submission of Data by State Educational Agencies; Submission Dates for State Revenue and...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-02-04

    ... DEPARTMENT OF EDUCATION Submission of Data by State Educational Agencies; Submission Dates for... Revisions to Prior Fiscal Year Reports AGENCY: National Center for Education Statistics, Institute of Education Sciences, Department of Education. ACTION: Notice. SUMMARY: The Secretary announces dates for the...

  6. DeMO: An Ontology for Discrete-event Modeling and Simulation.

    PubMed

    Silver, Gregory A; Miller, John A; Hybinette, Maria; Baramidze, Gregory; York, William S

    2011-09-01

    Several fields have created ontologies for their subdomains. For example, the biological sciences have developed extensive ontologies such as the Gene Ontology, which is considered a great success. Ontologies could provide similar advantages to the Modeling and Simulation community. They provide a way to establish common vocabularies and capture knowledge about a particular domain with community-wide agreement. Ontologies can support significantly improved (semantic) search and browsing, integration of heterogeneous information sources, and improved knowledge discovery capabilities. This paper discusses the design and development of an ontology for Modeling and Simulation called the Discrete-event Modeling Ontology (DeMO), and it presents prototype applications that demonstrate various uses and benefits that such an ontology may provide to the Modeling and Simulation community.

  7. DeMO: An Ontology for Discrete-event Modeling and Simulation

    PubMed Central

    Silver, Gregory A; Miller, John A; Hybinette, Maria; Baramidze, Gregory; York, William S

    2011-01-01

    Several fields have created ontologies for their subdomains. For example, the biological sciences have developed extensive ontologies such as the Gene Ontology, which is considered a great success. Ontologies could provide similar advantages to the Modeling and Simulation community. They provide a way to establish common vocabularies and capture knowledge about a particular domain with community-wide agreement. Ontologies can support significantly improved (semantic) search and browsing, integration of heterogeneous information sources, and improved knowledge discovery capabilities. This paper discusses the design and development of an ontology for Modeling and Simulation called the Discrete-event Modeling Ontology (DeMO), and it presents prototype applications that demonstrate various uses and benefits that such an ontology may provide to the Modeling and Simulation community. PMID:22919114

  8. Variable-retention harvests in the Pacific Northwest: a review of short-term findings from the DEMO study

    Treesearch

    K.B. Aubry; C.B. Halpern; C.E. Peterson

    2009-01-01

    In the Pacific Northwest (PNW) region of the contiguous United States, retention of live (green) trees in harvest units is an integral part of forest management practices on federal lands, yet the ecological benefits that result from various levels or patterns of retained trees remain speculative. The Demonstration of Ecosystem Management Options (DEMO) study was...

  9. [Application of job demands-resources model in research on relationships between job satisfaction, job resources, individual resources and job demands].

    PubMed

    Potocka, Adrianna; Waszkowska, Małgorzata

    2013-01-01

    The aim of this study was to explore the relationships between job demands, job resourses, personal resourses and job satisfaction and to assess the usefulness of the Job Demands-Resources (JD-R) model in the explanation of these phenomena. The research was based on a sample of 500 social workers. The "Psychosocial Factors" and "Job satisfaction" questionnaires were used to test the hypothesis. The results showed that job satisfaction increased with increasing job accessibility and personal resources (r = 0.44; r = 0.31; p < 0.05). The analysis of variance (ANOVA) indicated that job resources and job demands [F(1.474) = 4.004; F(1.474) = 4.166; p < 0.05] were statistically significant sources of variation in job satisfaction. Moreover, interactions between job demands and job resources [F(3,474) = 2.748; p <0.05], as well as between job demands and personal resources [F(3.474) = 3.021; p <0.05] had a significant impact on job satisfaction. The post hoc tests showed that 1) in low job demands, but high job resources employees declared higher job satisfaction, than those who perceived them as medium (p = 0.0001) or low (p = 0.0157); 2) when the level of job demands was perceived as medium, employees with high personal resources declared significantly higher job satisfaction than those with low personal resources (p = 0.0001). The JD-R model can be used to investigate job satisfaction. Taking into account fundamental factors of this model, in organizational management there are possibilities of shaping job satisfaction among employees.

  10. Job Attitudes of Workers with Two Jobs

    ERIC Educational Resources Information Center

    Zickar, Michael J.; Gibby, Robert E.; Jenny, Tim

    2004-01-01

    This article examines the job attitudes of people who hold more than one job. Satisfaction, stress, and organizational (continuance and affective) commitment were assessed for both primary and secondary jobs for 83 full-time workers who held two jobs concurrently. Consistency between job constructs across jobs was negligible, except for…

  11. Stressful jobs and non-stressful jobs: a cluster analysis of office jobs.

    PubMed

    Carayon, P

    1994-02-01

    The purpose of the study was to determine if office jobs could be characterized by a small number of combinations of stressors that could be related to job-title information and self-report of psychological strain. Two-hundred-and-sixty-two office workers from three public service organizations provided data on nine job stressors and seven indicators of psychological strain. Using cluster analysis on the nine stressors, office jobs were classified into three clusters. The first cluster included jobs with high skill utilization, task clarity, job control and social support and low future ambiguity, but also high on job demands such as quantitative work-load, attention and work pressure. The second cluster included jobs with high demands and future ambiguity and low skill utilization, task clarity, job control and social support. The third cluster was intermediary between the first two clusters. The three clusters were related to job-title information. The second cluster was the highest on a range of psychological strain indicators, while the other two clusters were high on certain strain indicators but low on others. The study showed that office jobs could be characterized by a small number of combinations of stressors that were related to job-title information and psychological strain.

  12. Dynamic Emulation Modelling (DEMo) of large physically-based environmental models

    NASA Astrophysics Data System (ADS)

    Galelli, S.; Castelletti, A.

    2012-12-01

    In environmental modelling large, spatially-distributed, physically-based models are widely adopted to describe the dynamics of physical, social and economic processes. Such an accurate process characterization comes, however, to a price: the computational requirements of these models are considerably high and prevent their use in any problem requiring hundreds or thousands of model runs to be satisfactory solved. Typical examples include optimal planning and management, data assimilation, inverse modelling and sensitivity analysis. An effective approach to overcome this limitation is to perform a top-down reduction of the physically-based model by identifying a simplified, computationally efficient emulator, constructed from and then used in place of the original model in highly resource-demanding tasks. The underlying idea is that not all the process details in the original model are equally important and relevant to the dynamics of the outputs of interest for the type of problem considered. Emulation modelling has been successfully applied in many environmental applications, however most of the literature considers non-dynamic emulators (e.g. metamodels, response surfaces and surrogate models), where the original dynamical model is reduced to a static map between input and the output of interest. In this study we focus on Dynamic Emulation Modelling (DEMo), a methodological approach that preserves the dynamic nature of the original physically-based model, with consequent advantages in a wide variety of problem areas. In particular, we propose a new data-driven DEMo approach that combines the many advantages of data-driven modelling in representing complex, non-linear relationships, but preserves the state-space representation typical of process-based models, which is both particularly effective in some applications (e.g. optimal management and data assimilation) and facilitates the ex-post physical interpretation of the emulator structure, thus enhancing the

  13. Developing structural, high-heat flux and plasma facing materials for a near-term DEMO fusion power plant: The EU assessment

    NASA Astrophysics Data System (ADS)

    Stork, D.; Agostini, P.; Boutard, J. L.; Buckthorpe, D.; Diegele, E.; Dudarev, S. L.; English, C.; Federici, G.; Gilbert, M. R.; Gonzalez, S.; Ibarra, A.; Linsmeier, Ch.; Li Puma, A.; Marbach, G.; Morris, P. F.; Packer, L. W.; Raj, B.; Rieth, M.; Tran, M. Q.; Ward, D. J.; Zinkle, S. J.

    2014-12-01

    The findings of the EU 'Materials Assessment Group' (MAG), within the 2012 EU Fusion Roadmap exercise, are discussed. MAG analysed the technological readiness of structural, plasma facing and high heat flux materials for a DEMO concept to be constructed in the early 2030s, proposing a coherent strategy for R&D up to a DEMO construction decision. A DEMO phase I with a 'Starter Blanket' and 'Starter Divertor' is foreseen: the blanket being capable of withstanding ⩾2 MW yr m-2 fusion neutron fluence (∼20 dpa in the front-wall steel). A second phase ensues for DEMO with ⩾5 MW yr m-2 first wall neutron fluence. Technical consequences for the materials required and the development, testing and modelling programmes, are analysed using: a systems engineering approach, considering reactor operational cycles, efficient maintenance and inspection requirements, and interaction with functional materials/coolants; and a project-based risk analysis, with R&D to mitigate risks from material shortcomings including development of specific risk mitigation materials. The DEMO balance of plant constrains the blanket and divertor coolants to remain unchanged between the two phases. The blanket coolant choices (He gas or pressurised water) put technical constraints on the blanket steels, either to have high strength at higher temperatures than current baseline variants (above 650 °C for high thermodynamic efficiency from He-gas coolant), or superior radiation-embrittlement properties at lower temperatures (∼290-320 °C), for construction of water-cooled blankets. Risk mitigation proposed would develop these options in parallel, and computational and modelling techniques to shorten the cycle-time of new steel development will be important to achieve tight R&D timescales. The superior power handling of a water-cooled divertor target suggests a substructure temperature operating window (∼200-350 °C) that could be realised, as a baseline-concept, using tungsten on a copper

  14. Modelling job support, job fit, job role and job satisfaction for school of nursing sessional academic staff.

    PubMed

    Cowin, Leanne S; Moroney, Robyn

    2018-01-01

    Sessional academic staff are an important part of nursing education. Increases in casualisation of the academic workforce continue and satisfaction with the job role is an important bench mark for quality curricula delivery and influences recruitment and retention. This study examined relations between four job constructs - organisation fit, organisation support, staff role and job satisfaction for Sessional Academic Staff at a School of Nursing by creating two path analysis models. A cross-sectional correlational survey design was utilised. Participants who were currently working as sessional or casual teaching staff members were invited to complete an online anonymous survey. The data represents a convenience sample of Sessional Academic Staff in 2016 at a large school of Nursing and Midwifery in Australia. After psychometric evaluation of each of the job construct measures in this study we utilised Structural Equation Modelling to better understand the relations of the variables. The measures used in this study were found to be both valid and reliable for this sample. Job support and job fit are positively linked to job satisfaction. Although the hypothesised model did not meet model fit standards, a new 'nested' model made substantive sense. This small study explored a new scale for measuring academic job role, and demonstrated how it promotes the constructs of job fit and job supports. All four job constructs are important in providing job satisfaction - an outcome that in turn supports staffing stability, retention, and motivation.

  15. Activation, decay heat, and waste classification studies of the European DEMO concept

    NASA Astrophysics Data System (ADS)

    Gilbert, M. R.; Eade, T.; Bachmann, C.; Fischer, U.; Taylor, N. P.

    2017-04-01

    Inventory calculations have a key role to play in designing future fusion power plants because, for a given irradiation field and material, they can predict the time evolution in chemical composition, activation, decay heat, gamma-dose, gas production, and even damage (dpa) dose. For conceptual designs of the European DEMO fusion reactor such calculations provide information about the neutron shielding requirements, maintenance schedules, and waste disposal prospects; thereby guiding future development. Extensive neutron-transport and inventory calculations have been performed for a reference DEMO reactor model with four different tritium-breeding blanket concepts. The results have been used to chart the post-operation variation in activity and decay heat from different vessel components, demonstrating that the shielding performance of the different blanket concepts—for a given blanket thickness—varies significantly. Detailed analyses of the simulated nuclide inventories for the vacuum vessel (VV) and divertor highlight the most dominant radionuclides, potentially suggesting how changes in material composition could help to reduce activity. Minor impurities in the raw composition of W used in divertor tiles, for example, are shown to produce undesirable long-lived radionuclides. Finally, waste classifications, based on UK regulations, and a recycling potential limit, have been applied to estimate the time-evolution in waste masses for both the entire vessel (including blanket modules, VV, divertor, and some ex-vessel components) and individual components, and also to suggest when a particular component might be suitable for recycling. The results indicate that the large mass of the VV will not be classifiable as low level waste on the 100 year timescale, but the majority of the divertor will be, and that both components will be potentially recyclable within that time.

  16. 24 CFR 91.15 - Submission date.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... CONSOLIDATED SUBMISSIONS FOR COMMUNITY PLANNING AND DEVELOPMENT PROGRAMS General § 91.15 Submission date. (a... process, the action plan, and the certifications must be submitted on an annual basis. (2) The housing, and homeless needs assessment, market analysis, and strategic plan must be submitted at least once...

  17. 25 CFR 522.2 - Submission requirements.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... NATIONAL INDIAN GAMING COMMISSION, DEPARTMENT OF THE INTERIOR APPROVAL OF CLASS II AND CLASS III ORDINANCES AND RESOLUTIONS SUBMISSION OF GAMING ORDINANCE OR RESOLUTION § 522.2 Submission requirements. A tribe... officials and key employees; (d) Copies of all tribal gaming regulations; (e) When an ordinance or...

  18. 7 CFR 4284.7 - Electronic submission.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 15 2012-01-01 2012-01-01 false Electronic submission. 4284.7 Section 4284.7... Grant Programs § 4284.7 Electronic submission. Applicants and grant awardees are encouraged, but not required, to submit applications and reports in electronic form as prescribed in requests for proposals...

  19. 7 CFR 4284.7 - Electronic submission.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 15 2014-01-01 2014-01-01 false Electronic submission. 4284.7 Section 4284.7... Grant Programs § 4284.7 Electronic submission. Applicants and grant awardees are encouraged, but not required, to submit applications and reports in electronic form as prescribed in requests for proposals...

  20. 7 CFR 4284.7 - Electronic submission.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 15 2013-01-01 2013-01-01 false Electronic submission. 4284.7 Section 4284.7... Grant Programs § 4284.7 Electronic submission. Applicants and grant awardees are encouraged, but not required, to submit applications and reports in electronic form as prescribed in requests for proposals...

  1. 7 CFR 4284.7 - Electronic submission.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 15 2011-01-01 2011-01-01 false Electronic submission. 4284.7 Section 4284.7... Grant Programs § 4284.7 Electronic submission. Applicants and grant awardees are encouraged, but not required, to submit applications and reports in electronic form as prescribed in requests for proposals...

  2. 7 CFR 4284.7 - Electronic submission.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 15 2010-01-01 2010-01-01 false Electronic submission. 4284.7 Section 4284.7... Grant Programs § 4284.7 Electronic submission. Applicants and grant awardees are encouraged, but not required, to submit applications and reports in electronic form as prescribed in requests for proposals...

  3. 28 CFR 51.39 - Supplementary submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 28 Judicial Administration 2 2010-07-01 2010-07-01 false Supplementary submissions. 51.39 Section 51.39 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.39 Supplementary...

  4. Job design and job stress in office workers.

    PubMed

    Carayon, P

    1993-05-01

    A model to look at various job components that affect individual well-being and health was developed drawing from the job design and job stress literature. Briefly stated, the model proposes job control to be a primary causal determinant of the stress outcomes. The effects of perceived demands, job content, and career/future concerns were hypothesized to influence the stress outcomes only to the extent of their influence on job control. This was tested in a population of government office employees in various clerical, professional, and managerial jobs all of which involve the use of computers. Results indicated that job control was not a crucial determinant of the stress outcomes, that job demands and career/future concerns were consistent determinants of the stress outcomes, and that job content, demands, and career/future concerns did not influence the stress outcomes through job control as described by the proposed model. The differentiation of job control levels to define specific relationships with stress outcomes and other job elements was shown to be useful because different levels of job control were associated with different stress outcomes and job elements.

  5. 28 CFR 51.33 - Notice to registrants concerning submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 28 Judicial Administration 2 2010-07-01 2010-07-01 false Notice to registrants concerning submissions. 51.33 Section 51.33 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE... to registrants concerning submissions. Weekly notice of submissions that have been received will be...

  6. 28 CFR 51.20 - Form of submissions.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... THE VOTING RIGHTS ACT OF 1965, AS AMENDED Procedures for Submission to the Attorney General § 51.20... contact person. (3) Date of submission cover letter. (4) Statement identifying the voting change(s...

  7. [The theory of the demographic transition as a reference for demo-economic models].

    PubMed

    Genne, M

    1981-01-01

    The aim of the theory of demographic transition (TTD) is to better understand the behavior and interrelationship of economic and demographic variables. There are 2 types of demo-economic models: 1) the malthusian models, which consider demographic variables as pure exogenous variables, and 2) the neoclassical models, which consider demographic variables as strictly endogenous. If TTD can explore the behavior of exogenous and endogenous demographic variables, it cannot demonstrate neither the relation nor the order of causality among the various demographic and economic variables, but it is simply the theoretical framework of a complex social and economic phenomenon which started in Europe in the 19th Century, and which today can be extended to developing countries. There are 4 stages in the TTD; the 1st stage is characterized by high levels of fecundity and mortality; the 2nd stage is characterized by high fecundity levels and declining mortality levels; the 3rd stage is characterized by declining fecundity levels and low mortality levels; the 4th stage is characterized by low fertility and mortality levels. The impact of economic variables over mortality and birth rates is evident for mortality rates, which decline earlier and at a greater speed than birth rates. According to reliable mathematical predictions, around the year 1987 mortality rates in developing countries will have reached the low level of European countries, and growth rate will be only 1.5%. If the validity of demo-economic models has not yet been established, TTD has clearly shown that social and economic development is the factor which influences demographic expansion.

  8. 7 CFR 2500.018 - Electronic submission.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 15 2014-01-01 2014-01-01 false Electronic submission. 2500.018 Section 2500.018... Pre-Award: Solicitation and Proposals § 2500.018 Electronic submission. Applicants and awardees are encouraged, but not required, to submit proposals and reports in electronic form as prescribed in the RFP...

  9. 7 CFR 2500.018 - Electronic submission.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 15 2012-01-01 2012-01-01 false Electronic submission. 2500.018 Section 2500.018... Pre-Award: Solicitation and Proposals § 2500.018 Electronic submission. Applicants and awardees are encouraged, but not required, to submit proposals and reports in electronic form as prescribed in the RFP...

  10. 7 CFR 2500.018 - Electronic submission.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 15 2013-01-01 2013-01-01 false Electronic submission. 2500.018 Section 2500.018... Pre-Award: Solicitation and Proposals § 2500.018 Electronic submission. Applicants and awardees are encouraged, but not required, to submit proposals and reports in electronic form as prescribed in the RFP...

  11. 24 CFR 905.510 - Submission requirements.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 24 Housing and Urban Development 4 2013-04-01 2013-04-01 false Submission requirements. 905.510 Section 905.510 Housing and Urban Development REGULATIONS RELATING TO HOUSING AND URBAN DEVELOPMENT... DEVELOPMENT THE PUBLIC HOUSING CAPITAL FUND PROGRAM Use of Capital Funds for Financing § 905.510 Submission...

  12. 28 CFR 51.21 - Time of submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... THE VOTING RIGHTS ACT OF 1965, AS AMENDED Procedures for Submission to the Attorney General § 51.21 Time of submissions. Changes affecting voting should be submitted as soon as possible after they become...

  13. 28 CFR 51.21 - Time of submissions.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... THE VOTING RIGHTS ACT OF 1965, AS AMENDED Procedures for Submission to the Attorney General § 51.21 Time of submissions. Changes affecting voting should be submitted as soon as possible after they become...

  14. 40 CFR 123.21 - Elements of a program submission.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 22 2011-07-01 2011-07-01 false Elements of a program submission. 123.21 Section 123.21 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS STATE PROGRAM REQUIREMENTS State Program Submissions § 123.21 Elements of a program submission. (a...

  15. 40 CFR 123.21 - Elements of a program submission.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 21 2010-07-01 2010-07-01 false Elements of a program submission. 123.21 Section 123.21 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS STATE PROGRAM REQUIREMENTS State Program Submissions § 123.21 Elements of a program submission. (a...

  16. 40 CFR 123.21 - Elements of a program submission.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 23 2012-07-01 2012-07-01 false Elements of a program submission. 123.21 Section 123.21 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS STATE PROGRAM REQUIREMENTS State Program Submissions § 123.21 Elements of a program submission. (a...

  17. 40 CFR 123.21 - Elements of a program submission.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 22 2014-07-01 2013-07-01 true Elements of a program submission. 123.21 Section 123.21 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS STATE PROGRAM REQUIREMENTS State Program Submissions § 123.21 Elements of a program submission. (a...

  18. 40 CFR 123.21 - Elements of a program submission.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 23 2013-07-01 2013-07-01 false Elements of a program submission. 123.21 Section 123.21 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS STATE PROGRAM REQUIREMENTS State Program Submissions § 123.21 Elements of a program submission. (a...

  19. Design of the DEMO Fusion Reactor Following ITER.

    PubMed

    Garabedian, Paul R; McFadden, Geoffrey B

    2009-01-01

    Runs of the NSTAB nonlinear stability code show there are many three-dimensional (3D) solutions of the advanced tokamak problem subject to axially symmetric boundary conditions. These numerical simulations based on mathematical equations in conservation form predict that the ITER international tokamak project will encounter persistent disruptions and edge localized mode (ELMS) crashes. Test particle runs of the TRAN transport code suggest that for quasineutrality to prevail in tokamaks a certain minimum level of 3D asymmetry of the magnetic spectrum is required which is comparable to that found in quasiaxially symmetric (QAS) stellarators. The computational theory suggests that a QAS stellarator with two field periods and proportions like those of ITER is a good candidate for a fusion reactor. For a demonstration reactor (DEMO) we seek an experiment that combines the best features of ITER, with a system of QAS coils providing external rotational transform, which is a measure of the poloidal field. We have discovered a configuration with unusually good quasisymmetry that is ideal for this task.

  20. Design of the DEMO Fusion Reactor Following ITER

    PubMed Central

    Garabedian, Paul R.; McFadden, Geoffrey B.

    2009-01-01

    Runs of the NSTAB nonlinear stability code show there are many three-dimensional (3D) solutions of the advanced tokamak problem subject to axially symmetric boundary conditions. These numerical simulations based on mathematical equations in conservation form predict that the ITER international tokamak project will encounter persistent disruptions and edge localized mode (ELMS) crashes. Test particle runs of the TRAN transport code suggest that for quasineutrality to prevail in tokamaks a certain minimum level of 3D asymmetry of the magnetic spectrum is required which is comparable to that found in quasiaxially symmetric (QAS) stellarators. The computational theory suggests that a QAS stellarator with two field periods and proportions like those of ITER is a good candidate for a fusion reactor. For a demonstration reactor (DEMO) we seek an experiment that combines the best features of ITER, with a system of QAS coils providing external rotational transform, which is a measure of the poloidal field. We have discovered a configuration with unusually good quasisymmetry that is ideal for this task. PMID:27504224

  1. 21 CFR 601.14 - Regulatory submissions in electronic format.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 21 Food and Drugs 7 2012-04-01 2012-04-01 false Regulatory submissions in electronic format. 601... SERVICES (CONTINUED) BIOLOGICS LICENSING Biologics Licensing § 601.14 Regulatory submissions in electronic format. (a) General. Electronic format submissions must be in a form that FDA can process, review, and...

  2. 21 CFR 601.14 - Regulatory submissions in electronic format.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 21 Food and Drugs 7 2010-04-01 2010-04-01 false Regulatory submissions in electronic format. 601... SERVICES (CONTINUED) BIOLOGICS LICENSING Biologics Licensing § 601.14 Regulatory submissions in electronic format. (a) General. Electronic format submissions must be in a form that FDA can process, review, and...

  3. 21 CFR 601.14 - Regulatory submissions in electronic format.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 21 Food and Drugs 7 2014-04-01 2014-04-01 false Regulatory submissions in electronic format. 601... SERVICES (CONTINUED) BIOLOGICS LICENSING Biologics Licensing § 601.14 Regulatory submissions in electronic format. (a) General. Electronic format submissions must be in a form that FDA can process, review, and...

  4. 18 CFR 1b.19 - Submissions.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 18 Conservation of Power and Water Resources 1 2014-04-01 2014-04-01 false Submissions. 1b.19 Section 1b.19 Conservation of Power and Water Resources FEDERAL ENERGY REGULATORY COMMISSION, DEPARTMENT OF ENERGY GENERAL RULES RULES RELATING TO INVESTIGATIONS § 1b.19 Submissions. In the event the...

  5. 18 CFR 1b.19 - Submissions.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 18 Conservation of Power and Water Resources 1 2010-04-01 2010-04-01 false Submissions. 1b.19 Section 1b.19 Conservation of Power and Water Resources FEDERAL ENERGY REGULATORY COMMISSION, DEPARTMENT OF ENERGY GENERAL RULES RULES RELATING TO INVESTIGATIONS § 1b.19 Submissions. In the event the...

  6. 18 CFR 1b.19 - Submissions.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 18 Conservation of Power and Water Resources 1 2013-04-01 2013-04-01 false Submissions. 1b.19 Section 1b.19 Conservation of Power and Water Resources FEDERAL ENERGY REGULATORY COMMISSION, DEPARTMENT OF ENERGY GENERAL RULES RULES RELATING TO INVESTIGATIONS § 1b.19 Submissions. In the event the...

  7. 18 CFR 1b.19 - Submissions.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 18 Conservation of Power and Water Resources 1 2012-04-01 2012-04-01 false Submissions. 1b.19 Section 1b.19 Conservation of Power and Water Resources FEDERAL ENERGY REGULATORY COMMISSION, DEPARTMENT OF ENERGY GENERAL RULES RULES RELATING TO INVESTIGATIONS § 1b.19 Submissions. In the event the...

  8. Job control and coworker support improve employee job performance.

    PubMed

    Nagami, Makiko; Tsutsumi, Akizumi; Tsuchiya, Masao; Morimoto, Kanehisa

    2010-01-01

    We examined the prospective association of psychosocial job characteristics with employee job performance among 777 full-time employees at a manufacturing company in Japan, using data from a one-year follow-up survey. Psychosocial job characteristics were measured by the Job Content Questionnaire in 2008; job performance was evaluated using the item from the World Mental Health Survey Instrument in 2008 and 2009. The association between psychosocial job characteristics and job performance was tested using multiple regression analysis, controlling for demographic variables, work status, average working hours per day, job type and job performance in 2008. Job control and coworker support in 2008 were positively related to job performance in 2009. Stratified analyses revealed that job control for staff and coworker support for managers were positively related to job performance in 2009. These associations were prominent among men; however, supervisor support in 2008 was negatively related to job performance in 2009 among men. Job demand was not significantly related to job performance. Our findings suggest that it is worthwhile to enhance employees' job control and provide a mutually supportive environment to ensure positive employee job performance.

  9. A DEMO relevant fast wave current drive high harmonic antenna exploiting the high impedance technique

    NASA Astrophysics Data System (ADS)

    Milanesio, D.; Maggiora, R.

    2015-12-01

    Ion Cyclotron (IC) antennas are routinely adopted in most of the existing nuclear fusion experiments, even though their main goal, i.e. to couple high power to the plasma (MW), is often limited by rather severe drawbacks due to high fields on the antenna itself and on the unmatched part of the feeding lines. In addition to the well exploited auxiliary ion heating during the start-up phase, some non-ohmic current drive (CD) at the IC range of frequencies may be explored in view of the DEMO reactor. In this work, we suggest and describe a compact high frequency DEMO relevant antenna, based on the high impedance surfaces concept. High-impedance surfaces are periodic metallic structures (patches) usually displaced on top of a dielectric substrate and grounded by means of vertical posts embedded inside the dielectric, in a mushroom-like shape. These structures present a high impedance, within a given frequency band, such that the image currents are in-phase with the currents of the antenna itself, thus determining a significant efficiency increase. After a general introduction on the properties of high impedance surfaces, we analyze, by means of numerical codes, a dielectric based and a full metal solution optimized to be tested and benchmarked on the FTU experiment fed with generators at 433MHz.

  10. A DEMO relevant fast wave current drive high harmonic antenna exploiting the high impedance technique

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

    Milanesio, D., E-mail: daniele.milanesio@polito.it; Maggiora, R.

    Ion Cyclotron (IC) antennas are routinely adopted in most of the existing nuclear fusion experiments, even though their main goal, i.e. to couple high power to the plasma (MW), is often limited by rather severe drawbacks due to high fields on the antenna itself and on the unmatched part of the feeding lines. In addition to the well exploited auxiliary ion heating during the start-up phase, some non-ohmic current drive (CD) at the IC range of frequencies may be explored in view of the DEMO reactor. In this work, we suggest and describe a compact high frequency DEMO relevant antenna,more » based on the high impedance surfaces concept. High-impedance surfaces are periodic metallic structures (patches) usually displaced on top of a dielectric substrate and grounded by means of vertical posts embedded inside the dielectric, in a mushroom-like shape. These structures present a high impedance, within a given frequency band, such that the image currents are in-phase with the currents of the antenna itself, thus determining a significant efficiency increase. After a general introduction on the properties of high impedance surfaces, we analyze, by means of numerical codes, a dielectric based and a full metal solution optimized to be tested and benchmarked on the FTU experiment fed with generators at 433MHz.« less

  11. 34 CFR 668.122 - Determination of filing, receipt, and submission dates.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ..., receipt, and submission dates. (a) The request for review, appeals, and other written submissions referred to in this subpart may be either hand-delivered or mailed. (b) All mailed written submissions... of filing, receipt, or submission dates shall be based on either the date of hand-delivery or the...

  12. 40 CFR 82.180 - Agency review of SNAP submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... contact the submitter and request the missing data. (7) Criteria for review. To determine whether a... process will begin once EPA receives a submission and determines that such submission includes data on the... review period to allow for submission of additional data needed to complete the review of the notice. (2...

  13. 21 CFR 12.80 - Filing and service of submissions.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ...) Submissions, including pleadings in a hearing, are to be filed with the Division of Dockets Management under... Dockets Management. When this part allows a response to a submission and prescribes a period of time for... participants. Submissions of documentary data and information are not required to be served on each participant...

  14. 28 CFR 51.25 - Withdrawal of submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Procedures for Submission to the Attorney General..., addressed to the Chief, Voting Section, as specified in § 51.24 of this part. The submission shall be deemed...

  15. It's My Job: Job Descriptions for Over 30 Camp Jobs.

    ERIC Educational Resources Information Center

    Klein, Edie

    This book was created to assist youth-camp directors define their camp jobs to improve employee performance assessment, training, and hiring. The book, aimed at clarifying issues in fair-hiring practices required by the 1990 Americans with Disabilities Act (ADA), includes the descriptions of 31 jobs. Each description includes the job's minimum…

  16. Classroom Management in Pre-Service Teachers' Teaching Practice Demo Lessons: A Comparison to Actual Lessons by In-Service English Teachers

    ERIC Educational Resources Information Center

    Korkut, Perihan

    2017-01-01

    The pre-service teachers find the chance to practice their classroom management skills during their practicum as they present demo lessons under supervision of their university instructors and mentor teachers. It had been discovered in a previous study, however, that the interactional features during the classroom management episodes in…

  17. Relationship between job stress, occupational position and job satisfaction using a brief job stress questionnaire (BJSQ).

    PubMed

    Kawada, Tomoyuki; Otsuka, Toshiaki

    2011-01-01

    Subjects with higher occupational position are speculated to have higher ability to handle with stress, and they were less affected by job stress. This study focused on the relationship between job satisfaction and three sub-scales of a brief job stress questionnaire (BJSQ) related to workload. This self-administered questionnaire was distributed to 371 employees of a company, and all the workers sent back their responses. Among the 57 items graded on a 4-point Likert-type scale to measure job stressors, psycho-physical complaints, and support for workers, the authors studied the influence of quantitative and qualitative job overload (six items), job control (three items), and support port (six items). The job satisfaction score estimated on a 4-point Likert-type scale was also used in relation to job stress determined using a 15-item scale from the BJSQ based on demand-control-support model. Occupational positions were classified into directors, managers, and general workers, and the content of job was classified into clerical workers, skilled technicians, and unskilled manual workers. All the scales on job stress presented acceptable alpha coefficients reflecting high internal consistency (job demand: 0.855, job control: 0.644, and support: 0.878, respectively). Principal axis factor analysis was conducted, and three factors were extracted; support, job demand and job control. There was a significant difference in the mean score among four groups divided by the job satisfaction level as evaluated by Dunnett's multiple comparison, and members who were dissatisfied with their job showed a high job demand, limited job control, and poor support. The mean score of support for managers were significantly higher (lower support) than that for general workers. The logistic regression analysis revealed that job control and support contributed significantly to job satisfaction. In addition, unskilled manual workers showed significantly higher job dissatisfaction compared

  18. Sensitivity and uncertainty analysis for the tritium breeding ratio of a DEMO fusion reactor with a helium cooled pebble bed blanket

    NASA Astrophysics Data System (ADS)

    Nunnenmann, Elena; Fischer, Ulrich; Stieglitz, Robert

    2017-09-01

    An uncertainty analysis was performed for the tritium breeding ratio (TBR) of a fusion power plant of the European DEMO type using the MCSEN patch to the MCNP Monte Carlo code. The breeding blanket was of the type Helium Cooled Pebble Bed (HCPB), currently under development in the European Power Plant Physics and Technology (PPPT) programme for a fusion power demonstration reactor (DEMO). A suitable 3D model of the DEMO reactor with HCPB blanket modules, as routinely used for blanket design calculations, was employed. The nuclear cross-section data were taken from the JEFF-3.2 data library. For the uncertainty analysis, the isotopes H-1, Li-6, Li-7, Be-9, O-16, Si-28, Si-29, Si-30, Cr-52, Fe-54, Fe-56, Ni-58, W-182, W-183, W-184 and W-186 were considered. The covariance data were taken from JEFF-3.2 where available. Otherwise a combination of FENDL-2.1 for Li-7, EFF-3 for Be-9 and JENDL-3.2 for O-16 were compared with data from TENDL-2014. Another comparison was performed with covariance data from JEFF-3.3T1. The analyses show an overall uncertainty of ± 3.2% for the TBR when using JEFF-3.2 covariance data with the mentioned additions. When using TENDL-2014 covariance data as replacement, the uncertainty increases to ± 8.6%. For JEFF-3.3T1 the uncertainty result is ± 5.6%. The uncertainty is dominated by O-16, Li-6 and Li-7 cross-sections.

  19. 12 CFR 611.1221 - Submission to FCA of plan of termination and disclosure information; other required submissions.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 12 Banks and Banking 6 2010-01-01 2010-01-01 false Submission to FCA of plan of termination and disclosure information; other required submissions. 611.1221 Section 611.1221 Banks and Banking FARM CREDIT... mail the equity holder notice under § 611.1210(b). If you send us the plan of termination in electronic...

  20. 12 CFR 611.1221 - Submission to FCA of plan of termination and disclosure information; other required submissions.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 12 Banks and Banking 6 2011-01-01 2011-01-01 false Submission to FCA of plan of termination and disclosure information; other required submissions. 611.1221 Section 611.1221 Banks and Banking FARM CREDIT... mail the equity holder notice under § 611.1210(b). If you send us the plan of termination in electronic...

  1. 46 CFR 382.2 - Data submission.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 46 Shipping 8 2010-10-01 2010-10-01 false Data submission. 382.2 Section 382.2 Shipping MARITIME... CARRIAGE OF BULK AND PACKAGED PREFERENCE CARGOES ON U.S.-FLAG COMMERCIAL VESSELS § 382.2 Data submission... shall be performed on the basis of cost data provided by the U.S.-flag vessel operator, as specified...

  2. 46 CFR 382.2 - Data submission.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 46 Shipping 8 2011-10-01 2011-10-01 false Data submission. 382.2 Section 382.2 Shipping MARITIME... CARRIAGE OF BULK AND PACKAGED PREFERENCE CARGOES ON U.S.-FLAG COMMERCIAL VESSELS § 382.2 Data submission... shall be performed on the basis of cost data provided by the U.S.-flag vessel operator, as specified...

  3. 48 CFR 1842.7101 - Submission of vouchers.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 6 2010-10-01 2010-10-01 true Submission of vouchers. 1842.7101 Section 1842.7101 Federal Acquisition Regulations System NATIONAL AERONAUTICS AND SPACE ADMINISTRATION CONTRACT MANAGEMENT CONTRACT ADMINISTRATION AND AUDIT SERVICES Submission of Vouchers 1842.7101...

  4. 28 CFR 901.3 - Approval of delayed fingerprint submission requests.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 28 Judicial Administration 2 2012-07-01 2012-07-01 false Approval of delayed fingerprint... COMPACT COUNCIL FINGERPRINT SUBMISSION REQUIREMENTS § 901.3 Approval of delayed fingerprint submission requests. (a) A state may, based upon exigent circumstances, apply for delayed submission of fingerprints...

  5. 28 CFR 901.3 - Approval of delayed fingerprint submission requests.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 28 Judicial Administration 2 2013-07-01 2013-07-01 false Approval of delayed fingerprint... COMPACT COUNCIL FINGERPRINT SUBMISSION REQUIREMENTS § 901.3 Approval of delayed fingerprint submission requests. (a) A state may, based upon exigent circumstances, apply for delayed submission of fingerprints...

  6. 28 CFR 901.3 - Approval of delayed fingerprint submission requests.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 28 Judicial Administration 2 2010-07-01 2010-07-01 false Approval of delayed fingerprint... COMPACT COUNCIL FINGERPRINT SUBMISSION REQUIREMENTS § 901.3 Approval of delayed fingerprint submission requests. (a) A state may, based upon exigent circumstances, apply for delayed submission of fingerprints...

  7. 28 CFR 901.3 - Approval of delayed fingerprint submission requests.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 28 Judicial Administration 2 2011-07-01 2011-07-01 false Approval of delayed fingerprint... COMPACT COUNCIL FINGERPRINT SUBMISSION REQUIREMENTS § 901.3 Approval of delayed fingerprint submission requests. (a) A state may, based upon exigent circumstances, apply for delayed submission of fingerprints...

  8. 28 CFR 901.3 - Approval of delayed fingerprint submission requests.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 28 Judicial Administration 2 2014-07-01 2014-07-01 false Approval of delayed fingerprint... COMPACT COUNCIL FINGERPRINT SUBMISSION REQUIREMENTS § 901.3 Approval of delayed fingerprint submission requests. (a) A state may, based upon exigent circumstances, apply for delayed submission of fingerprints...

  9. 42 CFR 422.254 - Submission of bids.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... part or may choose not to renew the contract. (4) Substantial differences between bids. An MA organization's bid submissions must reflect differences in benefit packages or plan costs that CMS determines to represent substantial differences relative to a sponsor's other bid submissions. (5) CMS may...

  10. 7 CFR 1703.128 - Submission of applications.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 11 2010-01-01 2010-01-01 false Submission of applications. 1703.128 Section 1703.128 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Grant Program § 1703.128 Submission of...

  11. 49 CFR 1177.3 - Requirements for submission.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 8 2010-10-01 2010-10-01 false Requirements for submission. 1177.3 Section 1177.3 Transportation Other Regulations Relating to Transportation (Continued) SURFACE TRANSPORTATION BOARD, DEPARTMENT OF TRANSPORTATION RULES OF PRACTICE RECORDATION OF DOCUMENTS § 1177.3 Requirements for submission. In...

  12. 40 CFR 766.7 - Submission of information.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ....20) and must be addressed to: Document Control Office, (7407), Information Management Division... 40 Protection of Environment 32 2013-07-01 2013-07-01 false Submission of information. 766.7... CONTROL ACT DIBENZO-PARA-DIOXINS/DIBENZOFURANS General Provisions § 766.7 Submission of information. All...

  13. 40 CFR 766.7 - Submission of information.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ....20) and must be addressed to: Document Control Office, (7407), Information Management Division... 40 Protection of Environment 32 2012-07-01 2012-07-01 false Submission of information. 766.7... CONTROL ACT DIBENZO-PARA-DIOXINS/DIBENZOFURANS General Provisions § 766.7 Submission of information. All...

  14. 40 CFR 766.7 - Submission of information.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ....20) and must be addressed to: Document Control Office, (7407), Information Management Division... 40 Protection of Environment 31 2011-07-01 2011-07-01 false Submission of information. 766.7... CONTROL ACT DIBENZO-PARA-DIOXINS/DIBENZOFURANS General Provisions § 766.7 Submission of information. All...

  15. 40 CFR 766.7 - Submission of information.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ....20) and must be addressed to: Document Control Office, (7407), Information Management Division... 40 Protection of Environment 30 2010-07-01 2010-07-01 false Submission of information. 766.7... CONTROL ACT DIBENZO-PARA-DIOXINS/DIBENZOFURANS General Provisions § 766.7 Submission of information. All...

  16. 7 CFR 1703.146 - Submission of applications.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 11 2013-01-01 2013-01-01 false Submission of applications. 1703.146 Section 1703.146 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Loan Program § 1703.146 Submission of...

  17. 7 CFR 1703.128 - Submission of applications.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 11 2013-01-01 2013-01-01 false Submission of applications. 1703.128 Section 1703.128 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Grant Program § 1703.128 Submission of...

  18. 7 CFR 1703.146 - Submission of applications.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 11 2012-01-01 2012-01-01 false Submission of applications. 1703.146 Section 1703.146 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Loan Program § 1703.146 Submission of...

  19. 7 CFR 1703.128 - Submission of applications.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 11 2014-01-01 2014-01-01 false Submission of applications. 1703.128 Section 1703.128 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Grant Program § 1703.128 Submission of...

  20. 7 CFR 1703.128 - Submission of applications.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 11 2011-01-01 2011-01-01 false Submission of applications. 1703.128 Section 1703.128 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Grant Program § 1703.128 Submission of...

  1. 7 CFR 1703.146 - Submission of applications.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 11 2014-01-01 2014-01-01 false Submission of applications. 1703.146 Section 1703.146 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Loan Program § 1703.146 Submission of...

  2. 7 CFR 1703.128 - Submission of applications.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 11 2012-01-01 2012-01-01 false Submission of applications. 1703.128 Section 1703.128 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Grant Program § 1703.128 Submission of...

  3. 7 CFR 1703.146 - Submission of applications.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 11 2011-01-01 2011-01-01 false Submission of applications. 1703.146 Section 1703.146 Agriculture Regulations of the Department of Agriculture (Continued) RURAL UTILITIES SERVICE, DEPARTMENT OF AGRICULTURE RURAL DEVELOPMENT Distance Learning and Telemedicine Loan Program § 1703.146 Submission of...

  4. 76 FR 8767 - Agency Information Collection Activities: e-Allegations Submission

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-02-15

    ... Activities: e-Allegations Submission AGENCY: U.S. Customs and Border Protection, Department of Homeland... (OMB) for review and approval in accordance with the Paperwork Reduction Act: e- Allegations Submission.... Title: e-Allegations Submission. OMB Number: 1651-0131. Abstract: In the interest of detecting trade...

  5. 37 CFR 1.417 - Submission of translation of international publication.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 37 Patents, Trademarks, and Copyrights 1 2010-07-01 2010-07-01 false Submission of translation of... Provisions General Information § 1.417 Submission of translation of international publication. The submission of an English language translation of the publication of an international application pursuant to 35...

  6. 48 CFR 1052.232-7003 - Electronic submission of payment requests.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 48 Federal Acquisition Regulations System 5 2012-10-01 2012-10-01 false Electronic submission of... Clauses 1052.232-7003 Electronic submission of payment requests. As prescribed in 1032.7003, use the following clause: Electronic Submission of Payment Requests (DATE TBD) (a) Definitions. As used in this...

  7. 48 CFR 1052.232-7003 - Electronic submission of payment requests.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 48 Federal Acquisition Regulations System 5 2013-10-01 2013-10-01 false Electronic submission of... Clauses 1052.232-7003 Electronic submission of payment requests. As prescribed in 1032.7003, use the following clause: Electronic Submission of Payment Requests (DATE TBD) (a) Definitions. As used in this...

  8. Modulating effects in learned helplessness of dyadic dominance-submission relations.

    PubMed

    Díaz-Berciano, Cristina; de Vicente, Francisco; Fontecha, Elisa

    2008-01-01

    In this experiment, learned helplessness was studied from an ethological perspective by examining individual differences in social dominance and its influence on the effects of helplessness. Ninety animals were used, 30 randomly selected and 60 selected because of their clear dominance or submission. Each condition (dominant, submissive, and random) was distributed in three subgroups corresponding to the triadic design. The test consisted of an escape/avoidance task. The results showed that the animals in the uncontrollable condition performed worse than those in the controllable and no treatment conditions. Social submission and dominance reduced vulnerability of the subjects against learned helplessness. Submission had a facilitating effect on subsequent learning, independently of whether pretreatment was controllability or uncontrollability. Learned mastery was observed in the submissive condition, because submission benefited the subjects in the controllable condition in comparison with the untreated subjects, and dominance impaired the subjects in the controllable condition. Copyright 2007 Wiley-Liss, Inc.

  9. 42 CFR 422.254 - Submission of bids.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... this part or may choose not to renew the contract. (4) Substantial differences between bids. An MA organization's bid submissions must reflect differences in benefit packages or plan costs that CMS determines to represent substantial differences relative to a sponsor's other bid submissions. (5) CMS may...

  10. 42 CFR 422.254 - Submission of bids.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... this part or may choose not to renew the contract. (4) Substantial differences between bids. An MA organization's bid submissions must reflect differences in benefit packages or plan costs that CMS determines to represent substantial differences relative to a sponsor's other bid submissions. (5) CMS may...

  11. 14 CFR 1245.111 - Submission of petitions.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 14 Aeronautics and Space 5 2010-01-01 2010-01-01 false Submission of petitions. 1245.111 Section 1245.111 Aeronautics and Space NATIONAL AERONAUTICS AND SPACE ADMINISTRATION PATENTS AND OTHER INTELLECTUAL PROPERTY RIGHTS Patent Waiver Regulations § 1245.111 Submission of petitions. (a) Petitions for...

  12. 14 CFR 1245.111 - Submission of petitions.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 14 Aeronautics and Space 5 2011-01-01 2010-01-01 true Submission of petitions. 1245.111 Section 1245.111 Aeronautics and Space NATIONAL AERONAUTICS AND SPACE ADMINISTRATION PATENTS AND OTHER INTELLECTUAL PROPERTY RIGHTS Patent Waiver Regulations § 1245.111 Submission of petitions. (a) Petitions for...

  13. 7 CFR 1540.5 - Submission of recommendations.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 10 2010-01-01 2010-01-01 false Submission of recommendations. 1540.5 Section 1540.5 Agriculture Regulations of the Department of Agriculture (Continued) FOREIGN AGRICULTURAL SERVICE, DEPARTMENT... Products § 1540.5 Submission of recommendations. If the Secretary has reason to believe that the perishable...

  14. 7 CFR 1540.5 - Submission of recommendations.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 10 2011-01-01 2011-01-01 false Submission of recommendations. 1540.5 Section 1540.5 Agriculture Regulations of the Department of Agriculture (Continued) FOREIGN AGRICULTURAL SERVICE, DEPARTMENT... Products § 1540.5 Submission of recommendations. If the Secretary has reason to believe that the perishable...

  15. 7 CFR 3403.9 - Submission of proposals.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 15 2011-01-01 2011-01-01 false Submission of proposals. 3403.9 Section 3403.9 Agriculture Regulations of the Department of Agriculture (Continued) NATIONAL INSTITUTE OF FOOD AND AGRICULTURE SMALL BUSINESS INNOVATION RESEARCH GRANTS PROGRAM Submission and Evaluation of Proposals § 3403.9...

  16. 7 CFR 3403.9 - Submission of proposals.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 15 2013-01-01 2013-01-01 false Submission of proposals. 3403.9 Section 3403.9 Agriculture Regulations of the Department of Agriculture (Continued) NATIONAL INSTITUTE OF FOOD AND AGRICULTURE SMALL BUSINESS INNOVATION RESEARCH GRANTS PROGRAM Submission and Evaluation of Proposals § 3403.9...

  17. 7 CFR 3403.9 - Submission of proposals.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 15 2014-01-01 2014-01-01 false Submission of proposals. 3403.9 Section 3403.9 Agriculture Regulations of the Department of Agriculture (Continued) NATIONAL INSTITUTE OF FOOD AND AGRICULTURE SMALL BUSINESS INNOVATION RESEARCH GRANTS PROGRAM Submission and Evaluation of Proposals § 3403.9...

  18. 7 CFR 3403.9 - Submission of proposals.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 15 2012-01-01 2012-01-01 false Submission of proposals. 3403.9 Section 3403.9 Agriculture Regulations of the Department of Agriculture (Continued) NATIONAL INSTITUTE OF FOOD AND AGRICULTURE SMALL BUSINESS INNOVATION RESEARCH GRANTS PROGRAM Submission and Evaluation of Proposals § 3403.9...

  19. 28 CFR 51.50 - Records concerning submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 28 Judicial Administration 2 2010-07-01 2010-07-01 false Records concerning submissions. 51.50... concerning submissions. (a) Section 5 files: The Attorney General shall maintain a section 5 file for each... reports, data provided on magnetic media, notations concerning conferences with the submitting authority...

  20. 48 CFR 852.232-72 - Electronic submission of payment requests.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 48 Federal Acquisition Regulations System 5 2013-10-01 2013-10-01 false Electronic submission of... Clauses 852.232-72 Electronic submission of payment requests. As prescribed in 832.7002-2, insert the following clause: Electronic Submission of Payment Requests (NOV 2012) (a) Definitions. As used in this...

  1. Jobs masonry in LHCb with elastic Grid Jobs

    NASA Astrophysics Data System (ADS)

    Stagni, F.; Charpentier, Ph

    2015-12-01

    In any distributed computing infrastructure, a job is normally forbidden to run for an indefinite amount of time. This limitation is implemented using different technologies, the most common one being the CPU time limit implemented by batch queues. It is therefore important to have a good estimate of how much CPU work a job will require: otherwise, it might be killed by the batch system, or by whatever system is controlling the jobs’ execution. In many modern interwares, the jobs are actually executed by pilot jobs, that can use the whole available time in running multiple consecutive jobs. If at some point the available time in a pilot is too short for the execution of any job, it should be released, while it could have been used efficiently by a shorter job. Within LHCbDIRAC, the LHCb extension of the DIRAC interware, we developed a simple way to fully exploit computing capabilities available to a pilot, even for resources with limited time capabilities, by adding elasticity to production MonteCarlo (MC) simulation jobs. With our approach, independently of the time available, LHCbDIRAC will always have the possibility to execute a MC job, whose length will be adapted to the available amount of time: therefore the same job, running on different computing resources with different time limits, will produce different amounts of events. The decision on the number of events to be produced is made just in time at the start of the job, when the capabilities of the resource are known. In order to know how many events a MC job will be instructed to produce, LHCbDIRAC simply requires three values: the CPU-work per event for that type of job, the power of the machine it is running on, and the time left for the job before being killed. Knowing these values, we can estimate the number of events the job will be able to simulate with the available CPU time. This paper will demonstrate that, using this simple but effective solution, LHCb manages to make a more efficient use of

  2. 30 CFR 281.20 - Submission of bids.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 30 Mineral Resources 2 2010-07-01 2010-07-01 false Submission of bids. 281.20 Section 281.20 Mineral Resources MINERALS MANAGEMENT SERVICE, DEPARTMENT OF THE INTERIOR OFFSHORE LEASING OF MINERALS OTHER THAN OIL, GAS, AND SULPHUR IN THE OUTER CONTINENTAL SHELF Leasing Procedures § 281.20 Submission...

  3. 16 CFR 305.8 - Submission of data.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... DISCLOSURES REGARDING ENERGY CONSUMPTION AND WATER USE OF CERTAIN HOME APPLIANCES AND OTHER PRODUCTS REQUIRED UNDER THE ENERGY POLICY AND CONSERVATION ACT (âAPPLIANCE LABELING RULEâ) Testing § 305.8 Submission of... the first submission for each basic model); (v) The product's water use, expressed in gallons and...

  4. 21 CFR 13.20 - Submissions to a Board.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... to be filed with the Division of Dockets Management under § 10.20. (b) The person making a submission... 13.45. Submissions of documentary data and information need not be sent to each participant, but any...

  5. Job demands, job resources, and job performance in japanese workers: a cross-sectional study.

    PubMed

    Nakagawa, Yuko; Inoue, Akiomi; Kawakami, Norito; Tsuno, Kanami; Tomioka, Kimiko; Nakanishi, Mayuko; Mafune, Kosuke; Hiro, Hisanori

    2014-01-01

    This study investigated the cross-sectional association of job demands (i.e., psychological demands) and job resources (i.e., decision latitude, supervisor support, co-worker support, and extrinsic reward) with job performance. A total of 1,198 workers (458 males and 740 females) from a manufacturing company in Japan completed a self-administered questionnaire that included the Job Content Questionnaire, Effort-Reward Imbalance Questionnaire, World Health Organization Health and Work Performance Questionnaire, and demographic survey. Hierarchical multiple regression analyses were conducted. After adjusting for demographic characteristics, decision latitude (β=0.107, p=0.001) and extrinsic reward (β=0.158, p<0.001) were positively and significantly associated with job performance while supervisor support (β=-0.102, p=0.002) was negatively and significantly associated with job performance. On the other hand, psychological demands or co-worker support was not significantly associated with job performance. These findings suggest that higher decision latitude and extrinsic reward enhance job performance among Japanese employees.

  6. Job Demands, Job Resources, and Job Performance in Japanese Workers: A Cross-sectional Study

    PubMed Central

    NAKAGAWA, Yuko; INOUE, Akiomi; KAWAKAMI, Norito; TSUNO, Kanami; TOMIOKA, Kimiko; NAKANISHI, Mayuko; MAFUNE, Kosuke; HIRO, Hisanori

    2014-01-01

    This study investigated the cross-sectional association of job demands (i.e., psychological demands) and job resources (i.e., decision latitude, supervisor support, co-worker support, and extrinsic reward) with job performance. A total of 1,198 workers (458 males and 740 females) from a manufacturing company in Japan completed a self-administered questionnaire that included the Job Content Questionnaire, Effort-Reward Imbalance Questionnaire, World Health Organization Health and Work Performance Questionnaire, and demographic survey. Hierarchical multiple regression analyses were conducted. After adjusting for demographic characteristics, decision latitude (β=0.107, p=0.001) and extrinsic reward (β=0.158, p<0.001) were positively and significantly associated with job performance while supervisor support (β=−0.102, p=0.002) was negatively and significantly associated with job performance. On the other hand, psychological demands or co-worker support was not significantly associated with job performance. These findings suggest that higher decision latitude and extrinsic reward enhance job performance among Japanese employees. PMID:25016948

  7. 16 CFR 305.8 - Submission of data.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... DISCLOSURES REGARDING ENERGY CONSUMPTION AND WATER USE OF CERTAIN HOME APPLIANCES AND OTHER PRODUCTS REQUIRED UNDER THE ENERGY POLICY AND CONSERVATION ACT (âAPPLIANCE LABELING RULEâ) Testing § 305.8 Submission of... information must be included with only the first submission for each basic model); (v) The product's water use...

  8. 16 CFR 305.8 - Submission of data.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... DISCLOSURES REGARDING ENERGY CONSUMPTION AND WATER USE OF CERTAIN HOME APPLIANCES AND OTHER PRODUCTS REQUIRED UNDER THE ENERGY POLICY AND CONSERVATION ACT (âAPPLIANCE LABELING RULEâ) Testing § 305.8 Submission of... information must be included with only the first submission for each basic model); (v) The product's water use...

  9. 7 CFR 900.13 - Submission to Secretary.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 8 2013-01-01 2013-01-01 false Submission to Secretary. 900.13 Section 900.13....13 Submission to Secretary. Upon the expiration of the period allowed for filing exceptions or upon request of the Secretary, the hearing clerk shall transmit to the Secretary the record of the proceeding...

  10. 33 CFR 100.15 - Submission of application.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 33 Navigation and Navigable Waters 1 2010-07-01 2010-07-01 false Submission of application. 100.15 Section 100.15 Navigation and Navigable Waters COAST GUARD, DEPARTMENT OF HOMELAND SECURITY REGATTAS AND MARINE PARADES SAFETY OF LIFE ON NAVIGABLE WATERS § 100.15 Submission of application. (a) An individual...

  11. 33 CFR 100.15 - Submission of application.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 33 Navigation and Navigable Waters 1 2011-07-01 2011-07-01 false Submission of application. 100.15 Section 100.15 Navigation and Navigable Waters COAST GUARD, DEPARTMENT OF HOMELAND SECURITY REGATTAS AND MARINE PARADES SAFETY OF LIFE ON NAVIGABLE WATERS § 100.15 Submission of application. (a) An individual...

  12. Job hindrances, job resources, and safety performance: The mediating role of job engagement.

    PubMed

    Yuan, Zhenyu; Li, Yongjuan; Tetrick, Lois E

    2015-11-01

    Job engagement has received widespread attention in organizational research but has rarely been empirically investigated in the context of safety. In the present study, we examined the mediating role of job engagement in the relationships between job characteristics and safety performance using self-reported data collected at a coal mining company in China. Most of our study hypotheses were supported. Job engagement partially mediated the relationships between job resources and safety performance dimensions. Theoretical and practical implications and directions for future research are also discussed. Copyright © 2015 Elsevier Ltd and The Ergonomics Society. All rights reserved.

  13. 28 CFR 51.24 - Delivery of submissions.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Procedures for Submission to the Attorney General... envelope (if any), shall be clearly marked: “Submission under Section 5 of the Voting Rights Act.” (g) The... Chief, Voting Section, Civil Rights Division, United States Department of Justice, Room 7254-NWB, 950...

  14. 40 CFR 86.431-78 - Data submission.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 19 2012-07-01 2012-07-01 false Data submission. 86.431-78 Section 86... Later New Motorcycles, General Provisions § 86.431-78 Data submission. (a) Data from all tests... was not appropriate, the Administrator may require that the data from that test be used in the...

  15. 40 CFR 86.431-78 - Data submission.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 19 2013-07-01 2013-07-01 false Data submission. 86.431-78 Section 86... Later New Motorcycles, General Provisions § 86.431-78 Data submission. (a) Data from all tests... was not appropriate, the Administrator may require that the data from that test be used in the...

  16. 40 CFR 86.431-78 - Data submission.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 19 2014-07-01 2014-07-01 false Data submission. 86.431-78 Section 86... Later New Motorcycles, General Provisions § 86.431-78 Data submission. (a) Data from all tests... was not appropriate, the Administrator may require that the data from that test be used in the...

  17. 40 CFR 86.431-78 - Data submission.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 18 2011-07-01 2011-07-01 false Data submission. 86.431-78 Section 86... Later New Motorcycles, General Provisions § 86.431-78 Data submission. (a) Data from all tests... was not appropriate, the Administrator may require that the data from that test be used in the...

  18. 40 CFR 86.431-78 - Data submission.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 18 2010-07-01 2010-07-01 false Data submission. 86.431-78 Section 86... Later New Motorcycles, General Provisions § 86.431-78 Data submission. (a) Data from all tests... was not appropriate, the Administrator may require that the data from that test be used in the...

  19. 7 CFR 1735.74 - Submission of data.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 11 2010-01-01 2010-01-01 false Submission of data. 1735.74 Section 1735.74... Involving Loan Funds § 1735.74 Submission of data. (a) RUS will not approve any acquisition, other than of... borrower submits the following data to the GFR: (1) For any nonborrowers involved, their most recent...

  20. The radiology job market: analysis of the ACR jobs board.

    PubMed

    Prabhakar, Anand M; Oklu, Rahmi; Harvey, H Benjamin; Harisinghani, Mukesh G; Rosman, David A

    2014-05-01

    The aim of this study was to assess the status of the radiology job market as represented by the ACR Jobs Board from October 2010 to June 2013. With the assistance of the ACR, data from the ACR Jobs Board from October 2010 through June 2013, including the numbers of monthly new job seekers, new job postings, and job posting clicks, were gathered and used to calculate a monthly competitive index, defined as the ratio of new job seekers to new job postings. During the study period, the mean number of new job seekers was 168 per month, which was significantly greater than the 84 average new job postings for any given month (P = .0002). There was no significant difference between 2011 and 2012 with regard to the number of new job seekers or job postings. Over the time period assessed, more new job seekers registered in October and November 2010, August to November 2011, and October and November 2012. These periods were also associated with the highest competitive index values. There were less job seekers in the winter and spring of 2011, 2012, and 2013, periods associated with lower competitive index values. ACR Jobs Board activity, measured by job posting clicks, was significantly higher in 2012 than in 2011 (P < .004). On the basis of the ACR Jobs Board, there were consistently more new job seekers than job postings throughout the study period, and fall is the period in the year most associated with the highest competitive index for radiologist employment. Copyright © 2014 American College of Radiology. Published by Elsevier Inc. All rights reserved.

  1. Change in job stress and job satisfaction over a two-year interval using the Brief Job Stress Questionnaire.

    PubMed

    Kawada, Tomoyuki; Otsuka, Toshiaki

    2014-01-01

    The relationship between job stress and job satisfaction by the follow-up study should be more evaluated for workers' health support. Job stress is strongly affected by the content of the job and the personality of a worker. This study was focused on determining the changes of the job stress and job satisfaction levels over a two-year interval, using the Brief Job Stress Questionnaire (BJSQ). This self-administered questionnaire was distributed to the same 310 employees of a Japanese industrial company in 2009 and 2011. Sixty-one employees were lost from 371 responders in 2009. Data of 16 items from 57 items graded on a four-point Likert-type scale to measure the job stressors, psycho-physical complaints and support for workers, job overload (six items), job control (three items), support (six items) and job satisfaction score (one item) were selected for the analysis. The age-adjusted partial correlation coefficients for job overload, job control and support were 0.684 (p< 0.001), 0.474 (p< 0.001) and 0.612 (p< 0.001), respectively. The concordance correlation coefficient (and 95% confidence interval indicated within parentheses) for job overload, job control and support were 0.681 (0.616-0.736), 0.473 (0.382-0.555), and 0.623 (0.549-0.687), respectively. There were no significant differences in the mean score for job overload, job control or support, although significant decline in the job satisfaction level was apparent at the end of the two-year period (p< 0.05). There was also a significant decline in the job satisfaction in 2009 and in 2011 for subjects with keeping low job strain. No significant changes in the scores on the three elements of job stress were observed over the two-year study period, and the job satisfaction level deteriorated significantly during this period. There was a decline in the job satisfaction in the two-year period, although subjects did not suffer from job stress at the same period.

  2. 48 CFR 849.111-71 - Submission of information.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... CONTRACT MANAGEMENT TERMINATION OF CONTRACTS General Principles 849.111-71 Submission of information. (a) The contracting officer shall submit to the appropriate Acquisition Program Management Division or... submission of additional information. (b) The Director, Acquisition Program Management Division, or the...

  3. 12 CFR 933.1 - Submission of plan.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 12 Banks and Banking 7 2011-01-01 2011-01-01 false Submission of plan. 933.1 Section 933.1 Banks and Banking FEDERAL HOUSING FINANCE BOARD FEDERAL HOME LOAN BANK RISK MANAGEMENT AND CAPITAL STANDARDS BANK CAPITAL STRUCTURE PLANS § 933.1 Submission of plan. (a) In general. By no later than October 29...

  4. 7 CFR 1735.80 - Submission of data.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 11 2010-01-01 2010-01-01 false Submission of data. 1735.80 Section 1735.80... Mergers Not Involving Additional Loan Funds § 1735.80 Submission of data. When a borrower is not... RUS, two copies of it shall be returned to the borrower. (l) Any other data deemed necessary by the...

  5. 12 CFR 933.1 - Submission of plan.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 12 Banks and Banking 7 2010-01-01 2010-01-01 false Submission of plan. 933.1 Section 933.1 Banks and Banking FEDERAL HOUSING FINANCE BOARD FEDERAL HOME LOAN BANK RISK MANAGEMENT AND CAPITAL STANDARDS BANK CAPITAL STRUCTURE PLANS § 933.1 Submission of plan. (a) In general. By no later than October 29...

  6. Pesticide Electronic Application Submission Portal Updated with New Features

    EPA Pesticide Factsheets

    EPA has published an updated version of the Pesticide Submission Portal. This Web-based system for electronic submission of pesticide registration applications to EPA, with new features and functionality.

  7. Hindrance of conservation biology by delays in the submission of manuscripts.

    PubMed

    O'Donnell, Ryan P; Supp, Sarah R; Cobbold, Stephanie M

    2010-04-01

    Timely dissemination of scientific findings depends not only on rapid publication of submitted manuscripts, a topic which has received much discussion, but also on rapid submission of research after the research is completed. We measured submission delay (time from the last date of data collection to the submission of a manuscript) for every paper from 14 journals in 2007 and compared these submission delays among four fields of biology (conservation, taxonomy, behavior, and evolution). Manuscripts published in leading journals in the field of conservation biology have the longest delays in publication of accepted manuscripts and the longest intervals between completion of research and submission of the manuscript. Delay in manuscript submission accounts for more than half of the total time from last date of data collection to publication. Across fields, the number of authors was significantly negatively correlated with submission delay, but conservation journals had the second highest number of authors and the greatest submission delay, so submission of conservation manuscripts was not hindered by a shortage of collaboration relative to other fields. Rejection rates were greater in conservation journals than in behavior and evolution, but rejection times were faster; thus, there were no obvious net differences among fields in the time papers spent waiting to be rejected. Publication delay has been reduced significantly in the last 7 years, but was still greater in conservation journals than in any of the other three fields we studied. Thus, the urgent field of conservation biology is hindered in both preparation and publication of manuscripts.

  8. Job Satisfaction and the Neglected Variable of Job Seniority

    ERIC Educational Resources Information Center

    Ronen, Simcha

    1978-01-01

    This research investigates the hypotheses that the relationship between job seniority and job satisfaction will resemble a curvilinear function of a U-shaped curve, while age and job level will be linearly related to job satisfaction; and that intrinsic rather than extrinsic aspects of job satisfaction will be the major contributor to the U-shaped…

  9. 47 CFR 1.732 - Other required written submissions.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 47 Telecommunication 1 2010-10-01 2010-10-01 false Other required written submissions. 1.732 Section 1.732 Telecommunication FEDERAL COMMUNICATIONS COMMISSION GENERAL PRACTICE AND PROCEDURE... required written submissions. (a) The Commission may, in its discretion, or upon a party's motion showing...

  10. Job Task Analysis.

    ERIC Educational Resources Information Center

    Clemson Univ., SC.

    This publication consists of job task analyses for jobs in textile manufacturing. Information provided for each job in the greige and finishing plants includes job title, job purpose, and job duties with related educational objectives, curriculum, assessment, and outcome. These job titles are included: yarn manufacturing head overhauler, yarn…

  11. 25 CFR 215.8 - Submission of bids.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 25 Indians 1 2011-04-01 2011-04-01 false Submission of bids. 215.8 Section 215.8 Indians BUREAU OF INDIAN AFFAIRS, DEPARTMENT OF THE INTERIOR ENERGY AND MINERALS LEAD AND ZINC MINING OPERATIONS AND LEASES, QUAPAW AGENCY § 215.8 Submission of bids. At the time of public auction bidders may submit their bids in...

  12. 7 CFR 20.6 - Submission of reports.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 1 2013-01-01 2013-01-01 false Submission of reports. 20.6 Section 20.6 Agriculture Office of the Secretary of Agriculture EXPORT SALES REPORTING REQUIREMENTS § 20.6 Submission of reports... provides for a range in quantity (e.g. 10,000 metric tons to 12,000 metric tons with or without a loading...

  13. 7 CFR 20.6 - Submission of reports.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 1 2011-01-01 2011-01-01 false Submission of reports. 20.6 Section 20.6 Agriculture Office of the Secretary of Agriculture EXPORT SALES REPORTING REQUIREMENTS § 20.6 Submission of reports... provides for a range in quantity (e.g. 10,000 metric tons to 12,000 metric tons with or without a loading...

  14. 7 CFR 20.6 - Submission of reports.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 1 2014-01-01 2014-01-01 false Submission of reports. 20.6 Section 20.6 Agriculture Office of the Secretary of Agriculture EXPORT SALES REPORTING REQUIREMENTS § 20.6 Submission of reports... provides for a range in quantity (e.g. 10,000 metric tons to 12,000 metric tons with or without a loading...

  15. 7 CFR 20.6 - Submission of reports.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 1 2012-01-01 2012-01-01 false Submission of reports. 20.6 Section 20.6 Agriculture Office of the Secretary of Agriculture EXPORT SALES REPORTING REQUIREMENTS § 20.6 Submission of reports... provides for a range in quantity (e.g. 10,000 metric tons to 12,000 metric tons with or without a loading...

  16. The importance of job autonomy, cognitive ability, and job-related skill for predicting role breadth and job performance.

    PubMed

    Morgeson, Frederick P; Delaney-Klinger, Kelly; Hemingway, Monica A

    2005-03-01

    Role theory suggests and empirical research has found that there is considerable variation in how broadly individuals define their jobs. We investigated the theoretically meaningful yet infrequently studied relationships between incumbent job autonomy, cognitive ability, job-related skill, role breadth, and job performance. Using multiple data sources and multiple measurement occasions in a field setting, we found that job autonomy, cognitive ability, and job-related skill were positively related to role breadth, accounting for 23% of the variance in role breadth. In addition, role breadth was positively related to job performance and was found to mediate the relationship between job autonomy, cognitive ability, job-related skill, and job performance. These results add to our understanding of the factors that predict role breadth, as well as having implications for how job aspects and individual characteristics are translated into performance outcomes and the treatment of variability in incumbent reports of job tasks.

  17. 10 CFR 473.11 - Submission of applicant's information.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 10 Energy 3 2014-01-01 2014-01-01 false Submission of applicant's information. 473.11 Section 473.11 Energy DEPARTMENT OF ENERGY ENERGY CONSERVATION AUTOMOTIVE PROPULSION RESEARCH AND DEVELOPMENT Review and Certification of Grants, Cooperative Agreements, Contracts, and Projects § 473.11 Submission...

  18. 10 CFR 473.11 - Submission of applicant's information.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 10 Energy 3 2010-01-01 2010-01-01 false Submission of applicant's information. 473.11 Section 473.11 Energy DEPARTMENT OF ENERGY ENERGY CONSERVATION AUTOMOTIVE PROPULSION RESEARCH AND DEVELOPMENT Review and Certification of Grants, Cooperative Agreements, Contracts, and Projects § 473.11 Submission...

  19. 10 CFR 473.11 - Submission of applicant's information.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 10 Energy 3 2013-01-01 2013-01-01 false Submission of applicant's information. 473.11 Section 473.11 Energy DEPARTMENT OF ENERGY ENERGY CONSERVATION AUTOMOTIVE PROPULSION RESEARCH AND DEVELOPMENT Review and Certification of Grants, Cooperative Agreements, Contracts, and Projects § 473.11 Submission...

  20. 10 CFR 473.11 - Submission of applicant's information.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 10 Energy 3 2011-01-01 2011-01-01 false Submission of applicant's information. 473.11 Section 473.11 Energy DEPARTMENT OF ENERGY ENERGY CONSERVATION AUTOMOTIVE PROPULSION RESEARCH AND DEVELOPMENT Review and Certification of Grants, Cooperative Agreements, Contracts, and Projects § 473.11 Submission...

  1. 10 CFR 473.11 - Submission of applicant's information.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 10 Energy 3 2012-01-01 2012-01-01 false Submission of applicant's information. 473.11 Section 473.11 Energy DEPARTMENT OF ENERGY ENERGY CONSERVATION AUTOMOTIVE PROPULSION RESEARCH AND DEVELOPMENT Review and Certification of Grants, Cooperative Agreements, Contracts, and Projects § 473.11 Submission...

  2. 40 CFR 94.911 - Submission of exemption requests.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 21 2012-07-01 2012-07-01 false Submission of exemption requests. 94.911 Section 94.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... § 94.911 Submission of exemption requests. Requests for exemption or further information concerning...

  3. 40 CFR 92.911 - Submission of exemption requests.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 20 2011-07-01 2011-07-01 false Submission of exemption requests. 92.911 Section 92.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 92.911 Submission of exemption requests. Requests for exemption or further information...

  4. 40 CFR 89.911 - Submission of exemption requests.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 20 2014-07-01 2013-07-01 true Submission of exemption requests. 89.911 Section 89.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 89.911 Submission of exemption requests. Requests for exemption or further information...

  5. 40 CFR 90.911 - Submission of exemption requests.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 20 2011-07-01 2011-07-01 false Submission of exemption requests. 90.911 Section 90.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Exemption of Nonroad Engines from Regulations § 90.911 Submission of exemption requests. Requests for...

  6. 40 CFR 94.911 - Submission of exemption requests.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 20 2014-07-01 2013-07-01 true Submission of exemption requests. 94.911 Section 94.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... § 94.911 Submission of exemption requests. Requests for exemption or further information concerning...

  7. 40 CFR 89.911 - Submission of exemption requests.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 21 2013-07-01 2013-07-01 false Submission of exemption requests. 89.911 Section 89.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 89.911 Submission of exemption requests. Requests for exemption or further information...

  8. 40 CFR 92.911 - Submission of exemption requests.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 21 2013-07-01 2013-07-01 false Submission of exemption requests. 92.911 Section 92.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 92.911 Submission of exemption requests. Requests for exemption or further information...

  9. 40 CFR 94.911 - Submission of exemption requests.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 20 2010-07-01 2010-07-01 false Submission of exemption requests. 94.911 Section 94.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... § 94.911 Submission of exemption requests. Requests for exemption or further information concerning...

  10. 40 CFR 90.911 - Submission of exemption requests.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 20 2010-07-01 2010-07-01 false Submission of exemption requests. 90.911 Section 90.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Exemption of Nonroad Engines from Regulations § 90.911 Submission of exemption requests. Requests for...

  11. 40 CFR 89.911 - Submission of exemption requests.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 20 2011-07-01 2011-07-01 false Submission of exemption requests. 89.911 Section 89.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 89.911 Submission of exemption requests. Requests for exemption or further information...

  12. 40 CFR 89.911 - Submission of exemption requests.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 20 2010-07-01 2010-07-01 false Submission of exemption requests. 89.911 Section 89.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 89.911 Submission of exemption requests. Requests for exemption or further information...

  13. 40 CFR 92.911 - Submission of exemption requests.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 20 2010-07-01 2010-07-01 false Submission of exemption requests. 92.911 Section 92.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 92.911 Submission of exemption requests. Requests for exemption or further information...

  14. 40 CFR 90.911 - Submission of exemption requests.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 20 2014-07-01 2013-07-01 true Submission of exemption requests. 90.911 Section 90.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Exemption of Nonroad Engines from Regulations § 90.911 Submission of exemption requests. Requests for...

  15. 40 CFR 92.911 - Submission of exemption requests.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 20 2014-07-01 2013-07-01 true Submission of exemption requests. 92.911 Section 92.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 92.911 Submission of exemption requests. Requests for exemption or further information...

  16. 40 CFR 94.911 - Submission of exemption requests.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 21 2013-07-01 2013-07-01 false Submission of exemption requests. 94.911 Section 94.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... § 94.911 Submission of exemption requests. Requests for exemption or further information concerning...

  17. 40 CFR 90.911 - Submission of exemption requests.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 21 2013-07-01 2013-07-01 false Submission of exemption requests. 90.911 Section 90.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Exemption of Nonroad Engines from Regulations § 90.911 Submission of exemption requests. Requests for...

  18. 40 CFR 90.911 - Submission of exemption requests.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 21 2012-07-01 2012-07-01 false Submission of exemption requests. 90.911 Section 90.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Exemption of Nonroad Engines from Regulations § 90.911 Submission of exemption requests. Requests for...

  19. 40 CFR 89.911 - Submission of exemption requests.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 21 2012-07-01 2012-07-01 false Submission of exemption requests. 89.911 Section 89.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 89.911 Submission of exemption requests. Requests for exemption or further information...

  20. 40 CFR 94.911 - Submission of exemption requests.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 20 2011-07-01 2011-07-01 false Submission of exemption requests. 94.911 Section 94.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... § 94.911 Submission of exemption requests. Requests for exemption or further information concerning...

  1. 40 CFR 92.911 - Submission of exemption requests.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 21 2012-07-01 2012-07-01 false Submission of exemption requests. 92.911 Section 92.911 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) AIR PROGRAMS... Provisions § 92.911 Submission of exemption requests. Requests for exemption or further information...

  2. 48 CFR 1330.202-2 - Impracticality of submission.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 48 Federal Acquisition Regulations System 5 2013-10-01 2013-10-01 false Impracticality of submission. 1330.202-2 Section 1330.202-2 Federal Acquisition Regulations System DEPARTMENT OF COMMERCE... that it is impractical to secure a Disclosure Statement, although submission is required, and to...

  3. 48 CFR 1330.202-2 - Impracticality of submission.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 5 2010-10-01 2010-10-01 false Impracticality of submission. 1330.202-2 Section 1330.202-2 Federal Acquisition Regulations System DEPARTMENT OF COMMERCE... that it is impractical to secure a Disclosure Statement, although submission is required, and to...

  4. 48 CFR 1330.202-2 - Impracticality of submission.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 48 Federal Acquisition Regulations System 5 2012-10-01 2012-10-01 false Impracticality of submission. 1330.202-2 Section 1330.202-2 Federal Acquisition Regulations System DEPARTMENT OF COMMERCE... that it is impractical to secure a Disclosure Statement, although submission is required, and to...

  5. 48 CFR 1330.202-2 - Impracticality of submission.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 48 Federal Acquisition Regulations System 5 2014-10-01 2014-10-01 false Impracticality of submission. 1330.202-2 Section 1330.202-2 Federal Acquisition Regulations System DEPARTMENT OF COMMERCE... that it is impractical to secure a Disclosure Statement, although submission is required, and to...

  6. Job Satisfaction, Organizational Commitment and Job Involvement: The Mediating Role of Job Involvement

    PubMed Central

    Ćulibrk, Jelena; Delić, Milan; Mitrović, Slavica; Ćulibrk, Dubravko

    2018-01-01

    We conducted an empirical study aimed at identifying and quantifying the relationship between work characteristics, organizational commitment, job satisfaction, job involvement and organizational policies and procedures in the transition economy of Serbia, South Eastern Europe. The study, which included 566 persons, employed by 8 companies, revealed that existing models of work motivation need to be adapted to fit the empirical data, resulting in a revised research model elaborated in the paper. In the proposed model, job involvement partially mediates the effect of job satisfaction on organizational commitment. Job satisfaction in Serbia is affected by work characteristics but, contrary to many studies conducted in developed economies, organizational policies and procedures do not seem significantly affect employee satisfaction. PMID:29503623

  7. Job Satisfaction, Organizational Commitment and Job Involvement: The Mediating Role of Job Involvement.

    PubMed

    Ćulibrk, Jelena; Delić, Milan; Mitrović, Slavica; Ćulibrk, Dubravko

    2018-01-01

    We conducted an empirical study aimed at identifying and quantifying the relationship between work characteristics, organizational commitment, job satisfaction, job involvement and organizational policies and procedures in the transition economy of Serbia, South Eastern Europe. The study, which included 566 persons, employed by 8 companies, revealed that existing models of work motivation need to be adapted to fit the empirical data, resulting in a revised research model elaborated in the paper. In the proposed model, job involvement partially mediates the effect of job satisfaction on organizational commitment. Job satisfaction in Serbia is affected by work characteristics but, contrary to many studies conducted in developed economies, organizational policies and procedures do not seem significantly affect employee satisfaction.

  8. 21 CFR 822.9 - What must I include in my submission?

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 21 Food and Drugs 8 2011-04-01 2011-04-01 false What must I include in my submission? 822.9 Section 822.9 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES... in my submission? Your submission must include the following: (a) Organizational/administrative...

  9. 21 CFR 822.9 - What must I include in my submission?

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 21 Food and Drugs 8 2010-04-01 2010-04-01 false What must I include in my submission? 822.9 Section 822.9 Food and Drugs FOOD AND DRUG ADMINISTRATION, DEPARTMENT OF HEALTH AND HUMAN SERVICES... in my submission? Your submission must include the following: (a) Organizational/administrative...

  10. 44 CFR 152.8 - Application submission and deadline.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 44 Emergency Management and Assistance 1 2010-10-01 2010-10-01 false Application submission and..., DEPARTMENT OF HOMELAND SECURITY FIRE PREVENTION AND CONTROL ASSISTANCE TO FIREFIGHTERS GRANT PROGRAM § 152.8 Application submission and deadline. In each year that this program is authorized and receives an...

  11. 7 CFR 900.41 - Electronic document submission standards.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 8 2012-01-01 2012-01-01 false Electronic document submission standards. 900.41... Agreements and Marketing Orders § 900.41 Electronic document submission standards. To the extent practicable.... Instructions for electronic filing shall be provided at the amendatory formal rulemaking hearing and in each...

  12. 7 CFR 900.41 - Electronic document submission standards.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 8 2011-01-01 2011-01-01 false Electronic document submission standards. 900.41... Agreements and Marketing Orders § 900.41 Electronic document submission standards. To the extent practicable.... Instructions for electronic filing shall be provided at the amendatory formal rulemaking hearing and in each...

  13. 7 CFR 900.41 - Electronic document submission standards.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 8 2014-01-01 2014-01-01 false Electronic document submission standards. 900.41... Agreements and Marketing Orders § 900.41 Electronic document submission standards. To the extent practicable.... Instructions for electronic filing shall be provided at the amendatory formal rulemaking hearing and in each...

  14. 7 CFR 900.41 - Electronic document submission standards.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Electronic document submission standards. 900.41... Agreements and Marketing Orders § 900.41 Electronic document submission standards. To the extent practicable.... Instructions for electronic filing shall be provided at the amendatory formal rulemaking hearing and in each...

  15. 7 CFR 900.41 - Electronic document submission standards.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 8 2013-01-01 2013-01-01 false Electronic document submission standards. 900.41... Agreements and Marketing Orders § 900.41 Electronic document submission standards. To the extent practicable.... Instructions for electronic filing shall be provided at the amendatory formal rulemaking hearing and in each...

  16. 49 CFR 37.135 - Submission of paratransit plan.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 49 Transportation 1 2010-10-01 2010-10-01 false Submission of paratransit plan. 37.135 Section 37.135 Transportation Office of the Secretary of Transportation TRANSPORTATION SERVICES FOR INDIVIDUALS WITH DISABILITIES (ADA) Paratransit as a Complement to Fixed Route Service § 37.135 Submission of...

  17. 48 CFR 9903.202-2 - Impracticality of submission.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 48 Federal Acquisition Regulations System 7 2013-10-01 2012-10-01 true Impracticality of submission. 9903.202-2 Section 9903.202-2 Federal Acquisition Regulations System COST ACCOUNTING STANDARDS... submission. The agency head may determine that it is impractical to secure the Disclosure Statement, although...

  18. 48 CFR 9903.202-2 - Impracticality of submission.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 48 Federal Acquisition Regulations System 7 2012-10-01 2012-10-01 false Impracticality of submission. 9903.202-2 Section 9903.202-2 Federal Acquisition Regulations System COST ACCOUNTING STANDARDS... submission. The agency head may determine that it is impractical to secure the Disclosure Statement, although...

  19. 48 CFR 9903.202-2 - Impracticality of submission.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 48 Federal Acquisition Regulations System 7 2014-10-01 2014-10-01 false Impracticality of submission. 9903.202-2 Section 9903.202-2 Federal Acquisition Regulations System COST ACCOUNTING STANDARDS... submission. The agency head may determine that it is impractical to secure the Disclosure Statement, although...

  20. 48 CFR 9903.202-2 - Impracticality of submission.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 7 2010-10-01 2010-10-01 false Impracticality of submission. 9903.202-2 Section 9903.202-2 Federal Acquisition Regulations System COST ACCOUNTING STANDARDS... submission. The agency head may determine that it is impractical to secure the Disclosure Statement, although...

  1. Job characteristics: their relationship to job satisfaction, stress and depression.

    PubMed

    Steyn, Renier; Vawda, Naseema

    2014-05-01

    This study investigated the influences of job characteristics on job satisfaction, stress and depression among South African white collar workers. Participants were managers in full-time employment with large organisations. They completed the Job Diagnostic Survey, the Perceived Stress Scale and the Beck Depression Inventory. A regression approach was used to predict job satisfaction, stress and depression from job characteristics. Job characteristics (skill variety, task identity, task significance, autonomy and feedback) predicted job satisfaction, as well as stress and depression. Job characteristics are weak predictors of perceived stress and depression. Work related factors, such as interpersonal relations and organisational culture, may better predict mental health in work settings.

  2. 76 FR 71621 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-11-18

    ... publication of this notice. Copies of the submission(s) may be obtained by calling the Treasury Bureau... Clearance Officer: Yvonne Pollard, United States Mint, 799 9th Street NW., 4th Floor, Washington, DC 20220...

  3. Height as a Determinant of Submission and the Assignment of Responsibility.

    ERIC Educational Resources Information Center

    Hess, Harrie F.

    Height is one important variable among many in the elicitation of the submissive response. In addition to overt behavioral components, the submissive response involves a cognitive component, in which oneself is perceived as smaller and weaker, and an affective component, consisting of a feeling of intimidation by the other. Submission is a…

  4. Physician job satisfaction related to actual and preferred job size.

    PubMed

    Schmit Jongbloed, Lodewijk J; Cohen-Schotanus, Janke; Borleffs, Jan C C; Stewart, Roy E; Schönrock-Adema, Johanna

    2017-05-11

    Job satisfaction is essential for physicians' well-being and patient care. The work ethic of long days and hard work that has been advocated for decades is acknowledged as a threat for physicians' job satisfaction, well-being, and patient safety. Our aim was to determine the actual and preferred job size of physicians and to investigate how these and the differences between them influence physicians' job satisfaction. Data were retrieved from a larger, longitudinal study among physicians starting medical training at Groningen University in 1982/83/92/93 (N = 597). Data from 506 participants (85%) were available for this study. We used regression analysis to investigate the influence of job size on physicians' job satisfaction (13 aspects) and ANOVA to examine differences in job satisfaction between physicians wishing to retain, reduce or increase job size. The majority of the respondents (57%) had an actual job size less than 1.0 FTE. More than 80% of all respondents preferred not to work full-time in the future. Respondents' average actual and preferred job sizes were .85 FTE and .81 FTE, respectively. On average, respondents who wished to work less (35% of respondents) preferred a job size reduction of 0.18 FTE and those who wished to work more (12%) preferred an increase in job size of 0.16 FTE. Job size influenced satisfaction with balance work-private hours most (β = -.351). Physicians who preferred larger job sizes were - compared to the other groups of physicians - least satisfied with professional accomplishments. A considerable group of physicians reported a gap between actual and preferred job size. Realizing physicians' preferences as to job size will hardly affect total workforce, but may greatly benefit individual physicians as well as their patients and society. Therefore, it seems time for a shift in work ethic.

  5. 7 CFR 2903.10 - Submission of an application.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 15 2010-01-01 2010-01-01 false Submission of an application. 2903.10 Section 2903.10 Agriculture Regulations of the Department of Agriculture (Continued) OFFICE OF ENERGY POLICY AND NEW USES, DEPARTMENT OF AGRICULTURE BIODIESEL FUEL EDUCATION PROGRAM Preparation of an Application § 2903.10 Submission...

  6. 7 CFR 2903.10 - Submission of an application.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 15 2011-01-01 2011-01-01 false Submission of an application. 2903.10 Section 2903.10 Agriculture Regulations of the Department of Agriculture (Continued) OFFICE OF ENERGY POLICY AND NEW USES, DEPARTMENT OF AGRICULTURE BIODIESEL FUEL EDUCATION PROGRAM Preparation of an Application § 2903.10 Submission...

  7. 7 CFR 2903.10 - Submission of an application.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 15 2013-01-01 2013-01-01 false Submission of an application. 2903.10 Section 2903.10 Agriculture Regulations of the Department of Agriculture (Continued) OFFICE OF ENERGY POLICY AND NEW USES, DEPARTMENT OF AGRICULTURE BIODIESEL FUEL EDUCATION PROGRAM Preparation of an Application § 2903.10 Submission...

  8. 7 CFR 2903.10 - Submission of an application.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 15 2012-01-01 2012-01-01 false Submission of an application. 2903.10 Section 2903.10 Agriculture Regulations of the Department of Agriculture (Continued) OFFICE OF ENERGY POLICY AND NEW USES, DEPARTMENT OF AGRICULTURE BIODIESEL FUEL EDUCATION PROGRAM Preparation of an Application § 2903.10 Submission...

  9. 7 CFR 2903.10 - Submission of an application.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 15 2014-01-01 2014-01-01 false Submission of an application. 2903.10 Section 2903.10 Agriculture Regulations of the Department of Agriculture (Continued) OFFICE OF ENERGY POLICY AND NEW USES, DEPARTMENT OF AGRICULTURE BIODIESEL FUEL EDUCATION PROGRAM Preparation of an Application § 2903.10 Submission...

  10. 7 CFR 28.178 - Submission of cotton samples.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 2 2010-01-01 2010-01-01 false Submission of cotton samples. 28.178 Section 28.178... REGULATIONS COTTON CLASSING, TESTING, AND STANDARDS Classification for Foreign Growth Cotton § 28.178 Submission of cotton samples. Samples of cotton submitted to a Classing Office for classification and/or...

  11. 7 CFR 28.178 - Submission of cotton samples.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 2 2013-01-01 2013-01-01 false Submission of cotton samples. 28.178 Section 28.178... REGULATIONS COTTON CLASSING, TESTING, AND STANDARDS Classification for Foreign Growth Cotton § 28.178 Submission of cotton samples. Samples of cotton submitted to a Classing Office for classification and/or...

  12. 7 CFR 28.178 - Submission of cotton samples.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 2 2012-01-01 2012-01-01 false Submission of cotton samples. 28.178 Section 28.178... REGULATIONS COTTON CLASSING, TESTING, AND STANDARDS Classification for Foreign Growth Cotton § 28.178 Submission of cotton samples. Samples of cotton submitted to a Classing Office for classification and/or...

  13. 7 CFR 28.178 - Submission of cotton samples.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 2 2014-01-01 2014-01-01 false Submission of cotton samples. 28.178 Section 28.178... REGULATIONS COTTON CLASSING, TESTING, AND STANDARDS Classification for Foreign Growth Cotton § 28.178 Submission of cotton samples. Samples of cotton submitted to a Classing Office for classification and/or...

  14. 7 CFR 28.178 - Submission of cotton samples.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 2 2011-01-01 2011-01-01 false Submission of cotton samples. 28.178 Section 28.178... REGULATIONS COTTON CLASSING, TESTING, AND STANDARDS Classification for Foreign Growth Cotton § 28.178 Submission of cotton samples. Samples of cotton submitted to a Classing Office for classification and/or...

  15. 28 CFR 51.40 - Failure to complete submissions.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 28 Judicial Administration 2 2011-07-01 2011-07-01 false Failure to complete submissions. 51.40 Section 51.40 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.40 Failure...

  16. 28 CFR 51.40 - Failure to complete submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 28 Judicial Administration 2 2010-07-01 2010-07-01 false Failure to complete submissions. 51.40 Section 51.40 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.40 Failure...

  17. 28 CFR 51.40 - Failure to complete submissions.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 28 Judicial Administration 2 2014-07-01 2014-07-01 false Failure to complete submissions. 51.40 Section 51.40 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.40 Failure...

  18. 28 CFR 51.40 - Failure to complete submissions.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 28 Judicial Administration 2 2012-07-01 2012-07-01 false Failure to complete submissions. 51.40 Section 51.40 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.40 Failure...

  19. 28 CFR 51.40 - Failure to complete submissions.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 28 Judicial Administration 2 2013-07-01 2013-07-01 false Failure to complete submissions. 51.40 Section 51.40 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.40 Failure...

  20. E-submission Format for Sub-chronic and Chronic Studies

    EPA Pesticide Factsheets

    The purpose of this document is to suggest the format for final reports and to provide instructions for creation of Adobe PDF electronic submission documents for electronic submission of sub-chronic and chronic studies for pesticides.

  1. 29 CFR 1955.30 - Submission of documentary evidence.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 29 Labor 9 2014-07-01 2014-07-01 false Submission of documentary evidence. 1955.30 Section 1955.30 Labor Regulations Relating to Labor (Continued) OCCUPATIONAL SAFETY AND HEALTH ADMINISTRATION, DEPARTMENT OF LABOR (CONTINUED) PROCEDURES FOR WITHDRAWAL OF APPROVAL OF STATE PLANS Preliminary Conference and Discovery § 1955.30 Submission of...

  2. 29 CFR 1955.30 - Submission of documentary evidence.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 29 Labor 9 2013-07-01 2013-07-01 false Submission of documentary evidence. 1955.30 Section 1955.30 Labor Regulations Relating to Labor (Continued) OCCUPATIONAL SAFETY AND HEALTH ADMINISTRATION, DEPARTMENT OF LABOR (CONTINUED) PROCEDURES FOR WITHDRAWAL OF APPROVAL OF STATE PLANS Preliminary Conference and Discovery § 1955.30 Submission of...

  3. 29 CFR 1955.30 - Submission of documentary evidence.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 29 Labor 9 2010-07-01 2010-07-01 false Submission of documentary evidence. 1955.30 Section 1955.30 Labor Regulations Relating to Labor (Continued) OCCUPATIONAL SAFETY AND HEALTH ADMINISTRATION, DEPARTMENT OF LABOR (CONTINUED) PROCEDURES FOR WITHDRAWAL OF APPROVAL OF STATE PLANS Preliminary Conference and Discovery § 1955.30 Submission of...

  4. 29 CFR 1955.30 - Submission of documentary evidence.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 29 Labor 9 2011-07-01 2011-07-01 false Submission of documentary evidence. 1955.30 Section 1955.30 Labor Regulations Relating to Labor (Continued) OCCUPATIONAL SAFETY AND HEALTH ADMINISTRATION, DEPARTMENT OF LABOR (CONTINUED) PROCEDURES FOR WITHDRAWAL OF APPROVAL OF STATE PLANS Preliminary Conference and Discovery § 1955.30 Submission of...

  5. 29 CFR 1955.30 - Submission of documentary evidence.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 29 Labor 9 2012-07-01 2012-07-01 false Submission of documentary evidence. 1955.30 Section 1955.30 Labor Regulations Relating to Labor (Continued) OCCUPATIONAL SAFETY AND HEALTH ADMINISTRATION, DEPARTMENT OF LABOR (CONTINUED) PROCEDURES FOR WITHDRAWAL OF APPROVAL OF STATE PLANS Preliminary Conference and Discovery § 1955.30 Submission of...

  6. 49 CFR 194.119 - Submission and approval procedures.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... PLANS FOR ONSHORE OIL PIPELINES Response Plans § 194.119 Submission and approval procedures. (a) Each operator shall submit two copies of the response plan required by this part. Copies of the response plan...: Submission of plans in electronic format is preferred. (b) If PHMSA determines that a response plan requiring...

  7. 49 CFR 194.119 - Submission and approval procedures.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... PLANS FOR ONSHORE OIL PIPELINES Response Plans § 194.119 Submission and approval procedures. (a) Each operator shall submit two copies of the response plan required by this part. Copies of the response plan...: Submission of plans in electronic format is preferred. (b) If PHMSA determines that a response plan requiring...

  8. 49 CFR 194.119 - Submission and approval procedures.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... PLANS FOR ONSHORE OIL PIPELINES Response Plans § 194.119 Submission and approval procedures. (a) Each operator shall submit two copies of the response plan required by this part. Copies of the response plan...: Submission of plans in electronic format is preferred. (b) If PHMSA determines that a response plan requiring...

  9. 49 CFR 194.119 - Submission and approval procedures.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... PLANS FOR ONSHORE OIL PIPELINES Response Plans § 194.119 Submission and approval procedures. (a) Each operator shall submit two copies of the response plan required by this part. Copies of the response plan...: Submission of plans in electronic format is preferred. (b) If PHMSA determines that a response plan requiring...

  10. 49 CFR 194.119 - Submission and approval procedures.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... PLANS FOR ONSHORE OIL PIPELINES Response Plans § 194.119 Submission and approval procedures. (a) Each operator shall submit two copies of the response plan required by this part. Copies of the response plan...: Submission of plans in electronic format is preferred. (b) If PHMSA determines that a response plan requiring...

  11. 40 CFR 158.32 - Format of data submissions.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 24 2011-07-01 2011-07-01 false Format of data submissions. 158.32... DATA REQUIREMENTS FOR PESTICIDES General Provisions § 158.32 Format of data submissions. (a) General. (1) All data submitted under this part must be formatted in accordance with this section. (2) The...

  12. 40 CFR 790.85 - Submission of equivalence data.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 31 2010-07-01 2010-07-01 true Submission of equivalence data. 790.85... Test Rules § 790.85 Submission of equivalence data. If EPA requires in a test rule promulgated under... exemption applicant must submit the following data: (a) The chemical identity of each technical-grade...

  13. The Job Training and Job Satisfaction Survey Technical Manual

    ERIC Educational Resources Information Center

    Schmidt, Steven W.

    2004-01-01

    Job training has become an important aspect of an employee's overall job experience. However, it is not often called out specifically on instruments measuring job satisfaction. This technical manual details the processes used in the development and validation of a survey instrument to measure job training satisfaction and overall job…

  14. Oasis: online analysis of small RNA deep sequencing data.

    PubMed

    Capece, Vincenzo; Garcia Vizcaino, Julio C; Vidal, Ramon; Rahman, Raza-Ur; Pena Centeno, Tonatiuh; Shomroni, Orr; Suberviola, Irantzu; Fischer, Andre; Bonn, Stefan

    2015-07-01

    Oasis is a web application that allows for the fast and flexible online analysis of small-RNA-seq (sRNA-seq) data. It was designed for the end user in the lab, providing an easy-to-use web frontend including video tutorials, demo data and best practice step-by-step guidelines on how to analyze sRNA-seq data. Oasis' exclusive selling points are a differential expression module that allows for the multivariate analysis of samples, a classification module for robust biomarker detection and an advanced programming interface that supports the batch submission of jobs. Both modules include the analysis of novel miRNAs, miRNA targets and functional analyses including GO and pathway enrichment. Oasis generates downloadable interactive web reports for easy visualization, exploration and analysis of data on a local system. Finally, Oasis' modular workflow enables for the rapid (re-) analysis of data. Oasis is implemented in Python, R, Java, PHP, C++ and JavaScript. It is freely available at http://oasis.dzne.de. stefan.bonn@dzne.de Supplementary data are available at Bioinformatics online. © The Author 2015. Published by Oxford University Press.

  15. UAS-NAS Project Demo - Mini HITL Week 2 Stats

    NASA Technical Reports Server (NTRS)

    Murphy, James R.; Fern, Lisa C.; Rorie, Robert C.; Shively, Robert; Jovic, Srboljub

    2016-01-01

    The UAS-NAS Project demo will showcase recent research efforts to ensure the interoperability between proposed UAS detect and avoid (DAA) human machine interface requirements (developed within RTCA SC-228) and existing collision avoidance displays. Attendees will be able to view the current state of the art of the DAA pilot traffic, alerting and guidance displays integrated with Traffic advisory and Collision Avoidance (TCAS) II in the UAS-NAS Project's research UAS ground control station (developed in partnership with the Air Force Research Laboratory). In addition, attendees will have the opportunity to interact with the research UAS ground control station and "fly" encounters, using the DAA and TCAS II displays to avoid simulated aircraft. The display of the advisories will be hosted on a laptop with an external 30" monitor, running the Vigilant Spirit system. DAA advisories will be generated by the JADEM software tool, connected to the system via the LVC Gateway. A repeater of the primary flight display will be shown on a 55" monitor mounted on a stand at the back of the booth to show the pilot interaction to the passersby.

  16. 18 CFR 35.6 - Submission for staff suggestions.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 18 Conservation of Power and Water Resources 1 2013-04-01 2013-04-01 false Submission for staff... § 35.6 Submission for staff suggestions. Any public utility may submit a rate schedule, tariff or service agreement or any part thereof or any material relating thereto for the purpose of receiving staff...

  17. 18 CFR 35.6 - Submission for staff suggestions.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 18 Conservation of Power and Water Resources 1 2010-04-01 2010-04-01 false Submission for staff... § 35.6 Submission for staff suggestions. Any public utility may submit a rate schedule, tariff or service agreement or any part thereof or any material relating thereto for the purpose of receiving staff...

  18. 18 CFR 35.6 - Submission for staff suggestions.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 18 Conservation of Power and Water Resources 1 2014-04-01 2014-04-01 false Submission for staff... § 35.6 Submission for staff suggestions. Any public utility may submit a rate schedule, tariff or service agreement or any part thereof or any material relating thereto for the purpose of receiving staff...

  19. 18 CFR 35.6 - Submission for staff suggestions.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 18 Conservation of Power and Water Resources 1 2012-04-01 2012-04-01 false Submission for staff... § 35.6 Submission for staff suggestions. Any public utility may submit a rate schedule, tariff or service agreement or any part thereof or any material relating thereto for the purpose of receiving staff...

  20. 18 CFR 35.6 - Submission for staff suggestions.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 18 Conservation of Power and Water Resources 1 2011-04-01 2011-04-01 false Submission for staff... § 35.6 Submission for staff suggestions. Any public utility may submit a rate schedule, tariff or service agreement or any part thereof or any material relating thereto for the purpose of receiving staff...

  1. 76 FR 79152 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-12-21

    ... DEPARTMENT OF COMMERCE Submission for OMB Review; Comment Request The Department of Commerce will... occasion. Respondent's Obligation: Required to obtain or retain benefits. OMB Desk Officer: OIRA_Submission... writing Diana Hynek, Departmental Paperwork Clearance Officer, (202) 482-0266, Department of Commerce...

  2. Perceived job insecurity, job predictability, personality, and health.

    PubMed

    Lau, Bjørn; Knardahl, Stein

    2008-02-01

    The present study sought to determine whether job insecurity is associated with personality traits and beliefs. In addition, it was tested whether aspects of personality confounded the relationships between job insecurity and health, or moderated this association. At the first data collection, 5163 persons participated, and at the second data collection, 1946 persons of a random sample participated. Data were obtained from Oslo Health Study. The job insecurity aspect concerning confidence in having a good job in 2 years was more strongly related to the health variables, and particularly with mental distress, compared with other aspects of job insecurity. Type-A behavior predicted an increase in upper back pain (beta 0.07), while optimism predicted a change in lower back pain (beta -0.07). Job insecurity is associated with health; this association is strongest for mental distress and self-reported health, and weaker for back-pain.

  3. Domestic Job Shortage or Job Maldistribution? A Geographic Analysis of the Current Radiation Oncology Job Market.

    PubMed

    Chowdhary, Mudit; Chhabra, Arpit M; Switchenko, Jeffrey M; Jhaveri, Jaymin; Sen, Neilayan; Patel, Pretesh R; Curran, Walter J; Abrams, Ross A; Patel, Kirtesh R; Marwaha, Gaurav

    2017-09-01

    To examine whether permanent radiation oncologist (RO) employment opportunities vary based on geography. A database of full-time RO jobs was created by use of American Society for Radiation Oncology (ASTRO) Career Center website posts between March 28, 2016, and March 31, 2017. Jobs were first classified by region based on US Census Bureau data. Jobs were further categorized as academic or nonacademic depending on the employer. The prevalence of job openings per 10 million population was calculated to account for regional population differences. The χ 2 test was implemented to compare position type across regions. The number and locations of graduating RO during our study period was calculated using National Resident Matching Program data. The χ 2 goodness-of-fit test was then used to compare a set of observed proportions of jobs with a corresponding set of hypothesized proportions of jobs based on the proportions of graduates per region. A total of 211 unique jobs were recorded. The highest and lowest percentages of jobs were seen in the South (31.8%) and Northeast (18.5%), respectively. Of the total jobs, 82 (38.9%) were academic; the South had the highest percentage of overall academic jobs (35.4%), while the West had the lowest (14.6%). Regionally, the Northeast had the highest percentage of academic jobs (56.4%), while the West had the lowest (26.7%). A statistically significant difference was noted between regional academic and nonacademic job availability (P=.021). After we accounted for unit population, the Midwest had the highest number of total jobs per 10 million (9.0) while the South had the lowest (5.9). A significant difference was also observed in the proportion of RO graduates versus actual jobs per region (P=.003), with a surplus of trainees seen in the Northeast. This study presents a quantitative analysis of the RO job market. We found a disproportionately small number of opportunities compared with graduates trained in the Northeast, as well

  4. 40 CFR 790.85 - Submission of equivalence data.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... sought. The exact type of identifying data required will be specified in the test rule, but may include... 40 Protection of Environment 32 2011-07-01 2011-07-01 false Submission of equivalence data. 790.85... Test Rules § 790.85 Submission of equivalence data. If EPA requires in a test rule promulgated under...

  5. 40 CFR 790.85 - Submission of equivalence data.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... sought. The exact type of identifying data required will be specified in the test rule, but may include... 40 Protection of Environment 32 2014-07-01 2014-07-01 false Submission of equivalence data. 790.85... Test Rules § 790.85 Submission of equivalence data. If EPA requires in a test rule promulgated under...

  6. Writing IS Teaching Tips: Guidelines for "JISE" Submission

    ERIC Educational Resources Information Center

    Lending, Diane; Vician, Chelley

    2012-01-01

    "JISE" has a lengthy history of inviting the submission of Teaching Tips for publication consideration in the journal. Past submission guidance for Teaching Tips has consisted of asking contributors to document the teaching experience and indicate what has worked, and not worked, in its execution within a journal page constraint of one to five…

  7. 10 CFR 609.4 - Submission of Pre-Applications.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... TECHNOLOGIES § 609.4 Submission of Pre-Applications. In response to a solicitation requesting the submission of... information submitted in or in connection with Pre-Applications will be treated as provided in 10 CFR 600.15... Applicant that attests to the accuracy of the information in the Pre-Application, and that binds the Project...

  8. 10 CFR 609.4 - Submission of Pre-Applications.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... TECHNOLOGIES § 609.4 Submission of Pre-Applications. In response to a solicitation requesting the submission of... information submitted in or in connection with Pre-Applications will be treated as provided in 10 CFR 600.15... Applicant that attests to the accuracy of the information in the Pre-Application, and that binds the Project...

  9. 78 FR 76811 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-12-19

    ... DEPARTMENT OF COMMERCE Submission for OMB Review; Comment Request The Department of Commerce will... economic development in western Alaska, to alleviate poverty and provide economic and social benefits for... occasion. Respondent's Obligation: Required to obtain or retain benefits. OMB Desk Officer: OIRA_Submission...

  10. 17 CFR 232.101 - Mandated electronic submissions and exceptions.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 17 Commodity and Securities Exchanges 2 2011-04-01 2011-04-01 false Mandated electronic... COMMISSION REGULATION S-T-GENERAL RULES AND REGULATIONS FOR ELECTRONIC FILINGS Electronic Filing Requirements § 232.101 Mandated electronic submissions and exceptions. (a) Mandated electronic submissions. (1) The...

  11. 17 CFR 232.101 - Mandated electronic submissions and exceptions.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 17 Commodity and Securities Exchanges 2 2012-04-01 2012-04-01 false Mandated electronic... COMMISSION REGULATION S-T-GENERAL RULES AND REGULATIONS FOR ELECTRONIC FILINGS Electronic Filing Requirements § 232.101 Mandated electronic submissions and exceptions. (a) Mandated electronic submissions. (1) The...

  12. 78 FR 38293 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-06-26

    ... DEPARTMENT OF COMMERCE Submission for OMB Review; Comment Request The Department of Commerce will... proposed listed species (e.g., corals). This information collection is being revised to include submission.... Respondent's Obligation: Required to retain or obtain benefits. OMB Desk Officer: [email protected

  13. Electronic Submission of Labels

    EPA Pesticide Factsheets

    Pesticide registrants can provide draft and final labels to EPA electronically for our review as part of the pesticide registration process. The electronic submission of labels by registrants is voluntary but strongly encouraged.

  14. SALUTE Grid Application using Message-Oriented Middleware

    NASA Astrophysics Data System (ADS)

    Atanassov, E.; Dimitrov, D. Sl.; Gurov, T.

    2009-10-01

    Stochastic ALgorithms for Ultra-fast Transport in sEmiconductors (SALUTE) is a grid application developed for solving various computationally intensive problems which describe ultra-fast carrier transport in semiconductors. SALUTE studies memory and quantum effects during the relaxation process due to electronphonon interaction in one-band semiconductors or quantum wires. Formally, SALUTE integrates a set of novel Monte Carlo, quasi-Monte Carlo and hybrid algorithms for solving various computationally intensive problems which describe the femtosecond relaxation process of optically excited carriers in one-band semiconductors or quantum wires. In this paper we present application-specific job submission and reservation management tool named a Job Track Server (JTS). It is developed using Message-Oriented middleware to implement robust, versatile job submission and tracing mechanism, which can be tailored to application specific failover and quality of service requirements. Experience from using the JTS for submission of SALUTE jobs is presented.

  15. Development of DEMO-FNS tokamak for fusion and hybrid technologies

    NASA Astrophysics Data System (ADS)

    Kuteev, B. V.; Azizov, E. A.; Alexeev, P. N.; Ignatiev, V. V.; Subbotin, S. A.; Tsibulskiy, V. F.

    2015-07-01

    The history of fusion-fission hybrid systems based on a tokamak device as an extremely efficient DT-fusion neutron source has passed through several periods of ample research activity in the world since the very beginning of fusion research in the 1950s. Recently, a new roadmap of the hybrid program has been proposed with the goal to build a pilot hybrid plant (PHP) in Russia by 2030. Development of the DEMO-FNS tokamak for fusion and hybrid technologies, which is planned to be built by 2023, is the key milestone on the path to the PHP. This facility is in the phase of conceptual design aimed at providing feasibility studies for a full set of steady state tokamak technologies at a fusion energy gain factor Q ˜ 1, fusion power of ˜40 MW and opportunities for testing a wide range of hybrid technologies with the emphasis on continuous nuclide processing in molten salts. This paper describes the project motivations, its current status and the key issues of the design.

  16. TBM/MTM for HTS-FNSF: An innovative testing strategy to qualify/validate fusion technologies for U.S. DEMO

    DOE PAGES

    El-Guebaly, Laila; Rowcliffe, Arthur; Menard, Jonathan; ...

    2016-08-11

    The qualification and validation of nuclear technologies are daunting tasks for fusion demonstration (DEMO) and power plants. This is particularly true for advanced designs that involve harsh radiation environment with 14 MeV neutrons and high-temperature operating regimes. This paper outlines the unique qualification and validation processes developed in the U.S., offering the only access to the complete fusion environment, focusing on the most prominent U.S. blanket concept (the dual cooled PbLi (DCLL)) along with testing new generations of structural and functional materials in dedicated test modules. The venue for such activities is the proposed Fusion Nuclear Science Facility (FNSF), whichmore » is viewed as an essential element of the U.S. fusion roadmap. A staged blanket testing strategy has been developed to test and enhance the DCLL blanket performance during each phase of FNSF D-T operation. A materials testing module (MTM) is critically important to include in the FNSF as well to test a broad range of specimens of future, more advanced generations of materials in a relevant fusion environment. Here, the most important attributes for MTM are the relevant He/dpa ratio (10–15) and the much larger specimen volumes compared to the 10–500 mL range available in the International Fusion Materials Irradiation Facility (IFMIF) and European DEMO-Oriented Neutron Source (DONES).« less

  17. 40 CFR 790.50 - Submission of study plans.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 31 2010-07-01 2010-07-01 true Submission of study plans. 790.50..., Enforcement, and Modification of Test Rules § 790.50 Submission of study plans. (a) Who must submit study... of a single phase test rule as described in § 790.40(b)(1) must submit study plans for those tests...

  18. 40 CFR 790.50 - Submission of study plans.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 32 2011-07-01 2011-07-01 false Submission of study plans. 790.50..., Enforcement, and Modification of Test Rules § 790.50 Submission of study plans. (a) Who must submit study... of a single phase test rule as described in § 790.40(b)(1) must submit study plans for those tests...

  19. Grants.gov Submission Requirements

    EPA Pesticide Factsheets

    Imperative Grants.gov submission information.All initial proposals/applications submitted for EPA competitive assistance agreement awards, including fellowships,based on solicitations issued on or after February 17,2015 must be submitted using Grants.gov

  20. 46 CFR 154.36 - Correspondence and vessel information: Submission.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 46 Shipping 5 2010-10-01 2010-10-01 false Correspondence and vessel information: Submission. 154.36 Section 154.36 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) CERTAIN BULK... Correspondence and vessel information: Submission. Correspondence to the Coast Guard and all vessel information...

  1. 46 CFR 154.36 - Correspondence and vessel information: Submission.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 46 Shipping 5 2011-10-01 2011-10-01 false Correspondence and vessel information: Submission. 154.36 Section 154.36 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) CERTAIN BULK... Correspondence and vessel information: Submission. Correspondence to the Coast Guard and all vessel information...

  2. 40 CFR 145.22 - Elements of a program submission.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 24 2013-07-01 2013-07-01 false Elements of a program submission. 145.22 Section 145.22 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS (CONTINUED) STATE UIC PROGRAM REQUIREMENTS State Program Submissions § 145.22 Elements of a...

  3. 40 CFR 145.22 - Elements of a program submission.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 23 2011-07-01 2011-07-01 false Elements of a program submission. 145.22 Section 145.22 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS (CONTINUED) STATE UIC PROGRAM REQUIREMENTS State Program Submissions § 145.22 Elements of a...

  4. 40 CFR 145.22 - Elements of a program submission.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 22 2010-07-01 2010-07-01 false Elements of a program submission. 145.22 Section 145.22 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS (CONTINUED) STATE UIC PROGRAM REQUIREMENTS State Program Submissions § 145.22 Elements of a...

  5. 40 CFR 145.22 - Elements of a program submission.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 24 2012-07-01 2012-07-01 false Elements of a program submission. 145.22 Section 145.22 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS (CONTINUED) STATE UIC PROGRAM REQUIREMENTS State Program Submissions § 145.22 Elements of a...

  6. 40 CFR 145.22 - Elements of a program submission.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 23 2014-07-01 2014-07-01 false Elements of a program submission. 145.22 Section 145.22 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) WATER PROGRAMS (CONTINUED) STATE UIC PROGRAM REQUIREMENTS State Program Submissions § 145.22 Elements of a...

  7. 28 CFR 51.36 - Release of information concerning submissions.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 28 Judicial Administration 2 2010-07-01 2010-07-01 false Release of information concerning submissions. 51.36 Section 51.36 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE... Release of information concerning submissions. The Attorney General shall have the discretion to call to...

  8. Job stress, fatigue, and job dissatisfaction in Dutch lorry drivers: towards an occupation specific model of job demands and control

    PubMed Central

    de Croon, E M; Blonk, R; de Zwart, B C H; Frings-Dresen, M; Broersen, J

    2002-01-01

    Objectives: Building on Karasek's model of job demands and control (JD-C model), this study examined the effects of job control, quantitative workload, and two occupation specific job demands (physical demands and supervisor demands) on fatigue and job dissatisfaction in Dutch lorry drivers. Methods: From 1181 lorry drivers (adjusted response 63%) self reported information was gathered by questionnaire on the independent variables (job control, quantitative workload, physical demands, and supervisor demands) and the dependent variables (fatigue and job dissatisfaction). Stepwise multiple regression analyses were performed to examine the main effects of job demands and job control and the interaction effect between job control and job demands on fatigue and job dissatisfaction. Results: The inclusion of physical and supervisor demands in the JD-C model explained a significant amount of variance in fatigue (3%) and job dissatisfaction (7%) over and above job control and quantitative workload. Moreover, in accordance with Karasek's interaction hypothesis, job control buffered the positive relation between quantitative workload and job dissatisfaction. Conclusions: Despite methodological limitations, the results suggest that the inclusion of (occupation) specific job control and job demand measures is a fruitful elaboration of the JD-C model. The occupation specific JD-C model gives occupational stress researchers better insight into the relation between the psychosocial work environment and wellbeing. Moreover, the occupation specific JD-C model may give practitioners more concrete and useful information about risk factors in the psychosocial work environment. Therefore, this model may provide points of departure for effective stress reducing interventions at work. PMID:12040108

  9. Job stress, fatigue, and job dissatisfaction in Dutch lorry drivers: towards an occupation specific model of job demands and control.

    PubMed

    de Croon, E M; Blonk, R W B; de Zwart, B C H; Frings-Dresen, M H W; Broersen, J P J

    2002-06-01

    Building on Karasek's model of job demands and control (JD-C model), this study examined the effects of job control, quantitative workload, and two occupation specific job demands (physical demands and supervisor demands) on fatigue and job dissatisfaction in Dutch lorry drivers. From 1181 lorry drivers (adjusted response 63%) self reported information was gathered by questionnaire on the independent variables (job control, quantitative workload, physical demands, and supervisor demands) and the dependent variables (fatigue and job dissatisfaction). Stepwise multiple regression analyses were performed to examine the main effects of job demands and job control and the interaction effect between job control and job demands on fatigue and job dissatisfaction. The inclusion of physical and supervisor demands in the JD-C model explained a significant amount of variance in fatigue (3%) and job dissatisfaction (7%) over and above job control and quantitative workload. Moreover, in accordance with Karasek's interaction hypothesis, job control buffered the positive relation between quantitative workload and job dissatisfaction. Despite methodological limitations, the results suggest that the inclusion of (occupation) specific job control and job demand measures is a fruitful elaboration of the JD-C model. The occupation specific JD-C model gives occupational stress researchers better insight into the relation between the psychosocial work environment and wellbeing. Moreover, the occupation specific JD-C model may give practitioners more concrete and useful information about risk factors in the psychosocial work environment. Therefore, this model may provide points of departure for effective stress reducing interventions at work.

  10. Study on the quality and stability of compost through a Demo Compost Plant.

    PubMed

    Hasan, K M M; Sarkar, G; Alamgir, M; Bari, Q H; Haedrich, G

    2012-11-01

    This study is concerned with the performance of a Demo Compost Plant for the development of acceptable composting technology in Bangladesh. The Demo Compost Plant was setup at the adjacent area of an existing compost plant located at Khulna city in Bangladesh. Four different composting technologies were considered, where Municipal Solid Waste (MSW) were used as a raw material for composting, collected from the adjacent areas of the plant. Initially the whole composting system was conducted through two experimental setups. In the 1st setup three different types of aerators (horizontal and vertical passively aerator and forced aerator) were selected. For a necessary observation four piles, using only MSW as the input materials in the first three compost pile, the fourth one was the existing Samadhan's compost pile. Based on the analysis of the experimental findings, the horizontal passively aerated composting technique is suitable for Bangladesh as it had better performance for reducing composting period than that of the others. It was being observed from the quality parameters of compost in the both 1st and 2nd setup that as the waste directly come from kitchen, degradation rate of waste shows a positive result for reducing this waste and there is no possibility of toxic contamination, when it would be used as a soil conditioner. Though there is no significant improvement in the quality of the final product in the 2nd setup as comparing with the 1st setup but it fulfills one of the main objectives of this study is to reduce the whole composting period as well as immediate management of the increasing amount of waste and reducing load on landfill. Selfheating tests reveal that degree of stability of compost with respect to maturation period was remained in the acceptable level, which was further accelerated due to the use of organic additives. Copyright © 2012 Elsevier Ltd. All rights reserved.

  11. Job Analysis and the Preparation of Job Descriptions. Mendip Papers MP 037.

    ERIC Educational Resources Information Center

    Saunders, Bob

    This document provides guidelines for conducting job analyses and writing job descriptions. It covers the following topics: the rationale for job descriptions, the terminology of job descriptions, who should write job descriptions, getting the information to write job descriptions, preparing for staff interviews, conducting interviews, writing the…

  12. Job Satisfaction of People With Intellectual Disability: Associations With Job Characteristics and Personality.

    PubMed

    Akkerman, Alma; Kef, Sabina; Meininger, Herman P

    2018-01-01

    To obtain an understanding of factors associated with job satisfaction of people with intellectual disability (ID), this study investigates the associations of job satisfaction with job characteristics (i.e., job demands, job resources) and personality, using the job demands-resources model. Data were gathered from 117 people and their employment support workers, using structured questionnaires adapted from well-established instruments. Job resources and age were positively associated with job satisfaction. Job demands and personality showed no significant direct associations with job satisfaction. Moderation analyses showed that for people with ID with high conscientiousness, enhanced job demands were associated with reduced job satisfaction, which was not the case for those with low conscientiousness. This study emphasizes the importance of job design.

  13. 77 FR 40613 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-07-10

    ... FEDERAL HOUSING FINANCE AGENCY [No. 2012-N-07] Submission for OMB Review; Comment Request AGENCY: Federal Housing Finance Agency. ACTION: 30-Day notice of submission of information collection for approval from the Office of Management and Budget. SUMMARY: In accordance with the requirements of the Paperwork...

  14. 77 FR 65687 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-10-30

    ... FEDERAL HOUSING FINANCE AGENCY [No. 2012-N-16] Submission for OMB Review; Comment Request AGENCY: Federal Housing Finance Agency. ACTION: 30-Day notice of submission of information collection for approval from the Office of Management and Budget. SUMMARY: In accordance with the requirements of the Paperwork...

  15. 7 CFR 900.31 - Electronic submission of hearing documents.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 8 2013-01-01 2013-01-01 false Electronic submission of hearing documents. 900.31... and Marketing Orders § 900.31 Electronic submission of hearing documents. To the extent practicable..., USDA. All documents should reference the docket number of the proceeding. Instructions for electronic...

  16. 7 CFR 900.31 - Electronic submission of hearing documents.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 8 2010-01-01 2010-01-01 false Electronic submission of hearing documents. 900.31... and Marketing Orders § 900.31 Electronic submission of hearing documents. To the extent practicable..., USDA. All documents should reference the docket number of the proceeding. Instructions for electronic...

  17. 40 CFR 233.10 - Elements of a program submission.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 26 2013-07-01 2013-07-01 false Elements of a program submission. 233.10 Section 233.10 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) OCEAN DUMPING 404 STATE PROGRAM REGULATIONS Program Approval § 233.10 Elements of a program submission. Any State...

  18. 40 CFR 233.10 - Elements of a program submission.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 25 2011-07-01 2011-07-01 false Elements of a program submission. 233.10 Section 233.10 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) OCEAN DUMPING 404 STATE PROGRAM REGULATIONS Program Approval § 233.10 Elements of a program submission. Any State...

  19. 40 CFR 233.10 - Elements of a program submission.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 26 2012-07-01 2011-07-01 true Elements of a program submission. 233.10 Section 233.10 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) OCEAN DUMPING 404 STATE PROGRAM REGULATIONS Program Approval § 233.10 Elements of a program submission. Any State...

  20. 40 CFR 233.10 - Elements of a program submission.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 24 2010-07-01 2010-07-01 false Elements of a program submission. 233.10 Section 233.10 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) OCEAN DUMPING 404 STATE PROGRAM REGULATIONS Program Approval § 233.10 Elements of a program submission. Any State...

  1. 40 CFR 233.10 - Elements of a program submission.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 25 2014-07-01 2014-07-01 false Elements of a program submission. 233.10 Section 233.10 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) OCEAN DUMPING 404 STATE PROGRAM REGULATIONS Program Approval § 233.10 Elements of a program submission. Any State...

  2. 7 CFR 1230.115 - Submission of annual financial statements.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 10 2010-01-01 2010-01-01 false Submission of annual financial statements. 1230.115... Submission of annual financial statements. State Pork Producer Associations, as defined in § 1230.25, that... financial statements prepared by State association staff members or individuals who prepare annual financial...

  3. 37 CFR 1.96 - Submission of computer program listings.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... Apple Macintosh; (ii) Operating System Compatibility: MS-DOS, MS-Windows, Unix, or Macintosh; (iii) Line... 37 Patents, Trademarks, and Copyrights 1 2010-07-01 2010-07-01 false Submission of computer... Models, Exhibits, Specimens § 1.96 Submission of computer program listings. (a) General. Descriptions of...

  4. 37 CFR 1.96 - Submission of computer program listings.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... Apple Macintosh; (ii) Operating System Compatibility: MS-DOS, MS-Windows, Unix, or Macintosh; (iii) Line... 37 Patents, Trademarks, and Copyrights 1 2014-07-01 2014-07-01 false Submission of computer... Models, Exhibits, Specimens § 1.96 Submission of computer program listings. (a) General. Descriptions of...

  5. 37 CFR 1.96 - Submission of computer program listings.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... Apple Macintosh; (ii) Operating System Compatibility: MS-DOS, MS-Windows, Unix, or Macintosh; (iii) Line... 37 Patents, Trademarks, and Copyrights 1 2011-07-01 2011-07-01 false Submission of computer... Models, Exhibits, Specimens § 1.96 Submission of computer program listings. (a) General. Descriptions of...

  6. 37 CFR 1.96 - Submission of computer program listings.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... Apple Macintosh; (ii) Operating System Compatibility: MS-DOS, MS-Windows, Unix, or Macintosh; (iii) Line... 37 Patents, Trademarks, and Copyrights 1 2013-07-01 2013-07-01 false Submission of computer... Models, Exhibits, Specimens § 1.96 Submission of computer program listings. (a) General. Descriptions of...

  7. 37 CFR 1.96 - Submission of computer program listings.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... Apple Macintosh; (ii) Operating System Compatibility: MS-DOS, MS-Windows, Unix, or Macintosh; (iii) Line... 37 Patents, Trademarks, and Copyrights 1 2012-07-01 2012-07-01 false Submission of computer... Models, Exhibits, Specimens § 1.96 Submission of computer program listings. (a) General. Descriptions of...

  8. 48 CFR 652.232-71 - Voucher Submission (Cost-Reimbursement).

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ...-Reimbursement). 652.232-71 Section 652.232-71 Federal Acquisition Regulations System DEPARTMENT OF STATE CLAUSES... Voucher Submission (Cost-Reimbursement). As prescribed in 632.908(b), the contracting officer may insert a clause substantially the same as follows: Voucher Submission (Cost-Reimbursement) (AUG 1999) (a) General...

  9. Railing for safety: job demands, job control, and safety citizenship role definition.

    PubMed

    Turner, Nick; Chmiel, Nik; Walls, Melanie

    2005-10-01

    This study investigated job demands and job control as predictors of safety citizenship role definition, that is, employees' role orientation toward improving workplace safety. Data from a survey of 334 trackside workers were framed in the context of R. A. Karasek's (1979) job demands-control model. High job demands were negatively related to safety citizenship role definition, whereas high job control was positively related to this construct. Safety citizenship role definition of employees with high job control was buffered from the influence of high job demands, unlike that of employees with low job control, for whom high job demands were related to lower levels of the construct. Employees facing both high job demands and low job control were less likely than other employees to view improving safety as part of their role orientation. Copyright (c) 2005 APA, all rights reserved.

  10. [The relationship between job retainment and job satisfaction of hospital nurses].

    PubMed

    Lee, H W

    1994-01-01

    The purpose of this study was to describe the job retainment factors and the level of job satisfaction, and to identify the relationship between job retainment and the level of job satisfaction among the registered nurses working in hospitals. Four hundred eight registered nurses currently employed at 8 hospitals in Seoul were surveyed for the study. The 39 item, 5 point likert scale questionnaire was developed by the researcher. The internal consistency of job satisfaction was. 86 and that of job retainment was. 90 in Cronbach's alpha test. The data sas collected from July 15 to July 30, 1993. The SPSS/PC+statistical program was used for data analysis. The descriptive analysis of the characteristics of the subjects, the level of job satisfaction and the job retainment factors was done. The relationship between the job satisfaction level and the job retainment factors was tested with the Pearson Correlation Coefficient analysis, and the differences of job retainment scores among the sample was tested with t-test and ANOVA. The results of the study were summarized. 1. The mean age of the subjects was 29.7 years, 41.7% of them were married. 71.1% of them were 3 years course graduates, 71.8% of them were staff nurses, and the mean duration of experience was 6 years. 2. The factors related to professionalism (3.43), society (3.31), and interpersonal relationship (3.29) were significant in job retainment. The maximum score was 5.0 Two other factors, personal (3.05) and organization (2.83) factors, also showed relatively high scores. 3. The factors to the job satisfaction showed similar pattern as job retainment: professionalism (3.47), society (3.33), finance (3.31), interpersonal relationship (3.02), and organization (2.72). 4. Society related factors (r = .7420, p < .001) and professionalism (r = .7249, p < .001) had high correlation with job retainment. Personal (r = .6372, p < .001) and organizational (r = .3597, p < .001) factors had moderate relationship to job

  11. Your Job Search Organiser. The Essential Guide for a Successful Job Search.

    ERIC Educational Resources Information Center

    Stevens, Paul

    This publication organizes job searches in Australia by creating a paperwork system and recording essential information. It is organized into two parts: career planning and job search management. Part 1 contains the following sections: job evaluation, goal setting, job search obstacles--personal constraints and job search obstacles; and job search…

  12. 32 CFR 310.41 - Suspense for submission of reports.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 32 National Defense 2 2011-07-01 2011-07-01 false Suspense for submission of reports. 310.41 Section 310.41 National Defense Department of Defense (Continued) OFFICE OF THE SECRETARY OF DEFENSE (CONTINUED) PRIVACY PROGRAM DOD PRIVACY PROGRAM Reports § 310.41 Suspense for submission of reports. The...

  13. 32 CFR 310.41 - Suspense for submission of reports.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 32 National Defense 2 2013-07-01 2013-07-01 false Suspense for submission of reports. 310.41 Section 310.41 National Defense Department of Defense (Continued) OFFICE OF THE SECRETARY OF DEFENSE (CONTINUED) PRIVACY PROGRAM DOD PRIVACY PROGRAM Reports § 310.41 Suspense for submission of reports. The...

  14. 32 CFR 310.41 - Suspense for submission of reports.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 32 National Defense 2 2010-07-01 2010-07-01 false Suspense for submission of reports. 310.41 Section 310.41 National Defense Department of Defense (Continued) OFFICE OF THE SECRETARY OF DEFENSE (CONTINUED) PRIVACY PROGRAM DOD PRIVACY PROGRAM Reports § 310.41 Suspense for submission of reports. The...

  15. 32 CFR 310.41 - Suspense for submission of reports.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 32 National Defense 2 2012-07-01 2012-07-01 false Suspense for submission of reports. 310.41 Section 310.41 National Defense Department of Defense (Continued) OFFICE OF THE SECRETARY OF DEFENSE (CONTINUED) PRIVACY PROGRAM DOD PRIVACY PROGRAM Reports § 310.41 Suspense for submission of reports. The...

  16. 32 CFR 310.41 - Suspense for submission of reports.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 32 National Defense 2 2014-07-01 2014-07-01 false Suspense for submission of reports. 310.41 Section 310.41 National Defense Department of Defense (Continued) OFFICE OF THE SECRETARY OF DEFENSE (CONTINUED) PRIVACY PROGRAM DOD PRIVACY PROGRAM Reports § 310.41 Suspense for submission of reports. The...

  17. 28 CFR 51.36 - Release of information concerning submissions.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 28 Judicial Administration 2 2011-07-01 2011-07-01 false Release of information concerning submissions. 51.36 Section 51.36 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.36...

  18. 28 CFR 51.39 - Supplemental information and related submissions.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 28 Judicial Administration 2 2011-07-01 2011-07-01 false Supplemental information and related submissions. 51.39 Section 51.39 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.39...

  19. 46 CFR 44.320 - Submission of plans and calculations.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 46 Shipping 2 2010-10-01 2010-10-01 false Submission of plans and calculations. 44.320 Section 44.320 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) LOAD LINES SPECIAL SERVICE LIMITED DOMESTIC VOYAGES Rules for Assigning Working Freeboards to Hopper Dredges § 44.320 Submission of...

  20. 46 CFR 44.320 - Submission of plans and calculations.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 46 Shipping 2 2011-10-01 2011-10-01 false Submission of plans and calculations. 44.320 Section 44.320 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) LOAD LINES SPECIAL SERVICE LIMITED DOMESTIC VOYAGES Rules for Assigning Working Freeboards to Hopper Dredges § 44.320 Submission of...

  1. 76 FR 7532 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-02-10

    ... Requirements. OMB Control Number: 0648-0351. Form Number(s): NA. Type of Request: Regular submission (extension... the gear is to be marked for the purposes of visibility (e.g., buoys, radar reflectors, or other... DEPARTMENT OF COMMERCE Submission for OMB Review; Comment Request The Department of Commerce will...

  2. 40 CFR 60.4160 - Submission of Hg allowance transfers.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... Times for Coal-Fired Electric Steam Generating Units Hg Allowance Transfers § 60.4160 Submission of Hg allowance transfers. An Hg authorized account representative seeking recordation of a Hg allowance transfer... 40 Protection of Environment 6 2010-07-01 2010-07-01 false Submission of Hg allowance transfers...

  3. 40 CFR 60.4160 - Submission of Hg allowance transfers.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... Times for Coal-Fired Electric Steam Generating Units Hg Allowance Transfers § 60.4160 Submission of Hg allowance transfers. An Hg authorized account representative seeking recordation of a Hg allowance transfer... 40 Protection of Environment 6 2011-07-01 2011-07-01 false Submission of Hg allowance transfers...

  4. 19 CFR 10.608 - Submission of certificate of eligibility.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ...-Central America-United States Free Trade Agreement Tariff Preference Level § 10.608 Submission of... 19 Customs Duties 1 2010-04-01 2010-04-01 false Submission of certificate of eligibility. 10.608 Section 10.608 Customs Duties U.S. CUSTOMS AND BORDER PROTECTION, DEPARTMENT OF HOMELAND SECURITY...

  5. 45 CFR 1309.51 - Submission of drawings and specifications.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 45 Public Welfare 4 2010-10-01 2010-10-01 false Submission of drawings and specifications. 1309.51... DEVELOPMENT SERVICES, DEPARTMENT OF HEALTH AND HUMAN SERVICES THE ADMINISTRATION FOR CHILDREN, YOUTH AND... and Major Renovation § 1309.51 Submission of drawings and specifications. (a) The grantee may not...

  6. Engineering Your Job Search: A Job-Finding Resource for Engineering Professionals.

    ERIC Educational Resources Information Center

    1995

    This guide, which is intended for engineering professionals, explains how to use up-to-date job search techniques to design and conduct an effective job hunt. The first 11 chapters discuss the following steps in searching for a job: handling a job loss; managing time and financial resources while conducting a full-time job search; using objective…

  7. 48 CFR 252.232-7003 - Electronic submission of payment requests and receiving reports.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... not acceptable electronic forms for submission of payment requests. However, scanned documents are... 48 Federal Acquisition Regulations System 3 2012-10-01 2012-10-01 false Electronic submission of... PROVISIONS AND CONTRACT CLAUSES Text of Provisions And Clauses 252.232-7003 Electronic submission of payment...

  8. 48 CFR 252.232-7003 - Electronic submission of payment requests and receiving reports.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... not acceptable electronic forms for submission of payment requests. However, scanned documents are... 48 Federal Acquisition Regulations System 3 2011-10-01 2011-10-01 false Electronic submission of... PROVISIONS AND CONTRACT CLAUSES Text of Provisions And Clauses 252.232-7003 Electronic submission of payment...

  9. 48 CFR 252.232-7003 - Electronic submission of payment requests and receiving reports.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... not acceptable electronic forms for submission of payment requests. However, scanned documents are... 48 Federal Acquisition Regulations System 3 2014-10-01 2014-10-01 false Electronic submission of... PROVISIONS AND CONTRACT CLAUSES Text of Provisions And Clauses 252.232-7003 Electronic submission of payment...

  10. 48 CFR 252.232-7003 - Electronic submission of payment requests and receiving reports.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... not acceptable electronic forms for submission of payment requests. However, scanned documents are... 48 Federal Acquisition Regulations System 3 2013-10-01 2013-10-01 false Electronic submission of... PROVISIONS AND CONTRACT CLAUSES Text of Provisions And Clauses 252.232-7003 Electronic submission of payment...

  11. 48 CFR 252.232-7003 - Electronic submission of payment requests and receiving reports.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... not acceptable electronic forms for submission of payment requests. However, scanned documents are... 48 Federal Acquisition Regulations System 3 2010-10-01 2010-10-01 false Electronic submission of... PROVISIONS AND CONTRACT CLAUSES Text of Provisions And Clauses 252.232-7003 Electronic submission of payment...

  12. Job Crafting: Older Workers' Mechanism for Maintaining Person-Job Fit.

    PubMed

    Wong, Carol M; Tetrick, Lois E

    2017-01-01

    Aging at work is a dynamic process. As individuals age, their motives, abilities and values change as suggested by life-span development theories (Lang and Carstensen, 2002; Kanfer and Ackerman, 2004). Their growth and extrinsic motives weaken while intrinsic motives increase (Kooij et al., 2011), which may result in workers investing their resources in different areas accordingly. However, there is significant individual variability in aging trajectories (Hedge et al., 2006). In addition, the changing nature of work, the evolving job demands, as well as the available opportunities at work may no longer be suitable for older workers, increasing the likelihood of person-job misfit. The potential misfit may, in turn, impact how older workers perceive themselves on the job, which leads to conflicting work identities. With the traditional job redesign approach being a top-down process, it is often difficult for organizations to take individual needs and skills into consideration and tailor jobs for every employee (Berg et al., 2010). Therefore, job crafting, being an individualized process initiated by employees themselves, can be a particularly valuable mechanism for older workers to realign and enhance their demands-abilities and needs-supplies fit. Through job crafting, employees can exert personal agency and make changes to the task, social and cognitive aspects of their jobs with the goal of improving their work experience (Wrzesniewski and Dutton, 2001). Building on the Life Span Theory of Control (Heckhausen and Schulz, 1995), we posit that job crafting, particularly cognitive crafting, will be of increasing value as employees age. Through reframing how they think of their job and choosing to emphasize job features that are personally meaningful, older workers can optimize their resources to proactively redesign their jobs and maintain congruent, positive work identities.

  13. Job Crafting: Older Workers’ Mechanism for Maintaining Person-Job Fit

    PubMed Central

    Wong, Carol M.; Tetrick, Lois E.

    2017-01-01

    Aging at work is a dynamic process. As individuals age, their motives, abilities and values change as suggested by life-span development theories (Lang and Carstensen, 2002; Kanfer and Ackerman, 2004). Their growth and extrinsic motives weaken while intrinsic motives increase (Kooij et al., 2011), which may result in workers investing their resources in different areas accordingly. However, there is significant individual variability in aging trajectories (Hedge et al., 2006). In addition, the changing nature of work, the evolving job demands, as well as the available opportunities at work may no longer be suitable for older workers, increasing the likelihood of person-job misfit. The potential misfit may, in turn, impact how older workers perceive themselves on the job, which leads to conflicting work identities. With the traditional job redesign approach being a top-down process, it is often difficult for organizations to take individual needs and skills into consideration and tailor jobs for every employee (Berg et al., 2010). Therefore, job crafting, being an individualized process initiated by employees themselves, can be a particularly valuable mechanism for older workers to realign and enhance their demands-abilities and needs-supplies fit. Through job crafting, employees can exert personal agency and make changes to the task, social and cognitive aspects of their jobs with the goal of improving their work experience (Wrzesniewski and Dutton, 2001). Building on the Life Span Theory of Control (Heckhausen and Schulz, 1995), we posit that job crafting, particularly cognitive crafting, will be of increasing value as employees age. Through reframing how they think of their job and choosing to emphasize job features that are personally meaningful, older workers can optimize their resources to proactively redesign their jobs and maintain congruent, positive work identities. PMID:28943859

  14. 18 CFR 706.404 - Time for submission of statements.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... EMPLOYEE RESPONSIBILITIES AND CONDUCT Statements of Employment and Financial Interests § 706.404 Time for submission of statements. An employee required to submit a statement of employment and financial intersts by... 18 Conservation of Power and Water Resources 2 2010-04-01 2010-04-01 false Time for submission of...

  15. 40 CFR 271.5 - Elements of a program submission.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 40 Protection of Environment 28 2013-07-01 2013-07-01 false Elements of a program submission. 271.5 Section 271.5 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) SOLID WASTES... Authorization § 271.5 Elements of a program submission. (a) Any State that seeks to administer a program under...

  16. 40 CFR 271.5 - Elements of a program submission.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 27 2011-07-01 2011-07-01 false Elements of a program submission. 271.5 Section 271.5 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) SOLID WASTES... Authorization § 271.5 Elements of a program submission. (a) Any State that seeks to administer a program under...

  17. 40 CFR 271.5 - Elements of a program submission.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 40 Protection of Environment 28 2012-07-01 2012-07-01 false Elements of a program submission. 271.5 Section 271.5 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) SOLID WASTES... Authorization § 271.5 Elements of a program submission. (a) Any State that seeks to administer a program under...

  18. 40 CFR 271.5 - Elements of a program submission.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 40 Protection of Environment 26 2010-07-01 2010-07-01 false Elements of a program submission. 271.5 Section 271.5 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) SOLID WASTES... Authorization § 271.5 Elements of a program submission. (a) Any State that seeks to administer a program under...

  19. 40 CFR 271.5 - Elements of a program submission.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 40 Protection of Environment 27 2014-07-01 2014-07-01 false Elements of a program submission. 271.5 Section 271.5 Protection of Environment ENVIRONMENTAL PROTECTION AGENCY (CONTINUED) SOLID WASTES... Authorization § 271.5 Elements of a program submission. (a) Any State that seeks to administer a program under...

  20. 22 CFR 51.8 - Submission of currently valid passport.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... 22 Foreign Relations 1 2013-04-01 2013-04-01 false Submission of currently valid passport. 51.8 Section 51.8 Foreign Relations DEPARTMENT OF STATE NATIONALITY AND PASSPORTS PASSPORTS General § 51.8 Submission of currently valid passport. (a) When applying for a new passport, an applicant must submit for...

  1. 22 CFR 51.8 - Submission of currently valid passport.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... 22 Foreign Relations 1 2012-04-01 2012-04-01 false Submission of currently valid passport. 51.8 Section 51.8 Foreign Relations DEPARTMENT OF STATE NATIONALITY AND PASSPORTS PASSPORTS General § 51.8 Submission of currently valid passport. (a) When applying for a new passport, an applicant must submit for...

  2. 22 CFR 51.8 - Submission of currently valid passport.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 22 Foreign Relations 1 2011-04-01 2011-04-01 false Submission of currently valid passport. 51.8 Section 51.8 Foreign Relations DEPARTMENT OF STATE NATIONALITY AND PASSPORTS PASSPORTS General § 51.8 Submission of currently valid passport. (a) When applying for a new passport, an applicant must submit for...

  3. 22 CFR 51.8 - Submission of currently valid passport.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... 22 Foreign Relations 1 2014-04-01 2014-04-01 false Submission of currently valid passport. 51.8 Section 51.8 Foreign Relations DEPARTMENT OF STATE NATIONALITY AND PASSPORTS PASSPORTS General § 51.8 Submission of currently valid passport. (a) When applying for a new passport, an applicant must submit for...

  4. 22 CFR 51.8 - Submission of currently valid passport.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 22 Foreign Relations 1 2010-04-01 2010-04-01 false Submission of currently valid passport. 51.8 Section 51.8 Foreign Relations DEPARTMENT OF STATE NATIONALITY AND PASSPORTS PASSPORTS General § 51.8 Submission of currently valid passport. (a) When applying for a new passport, an applicant must submit for...

  5. 76 FR 41448 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-07-14

    ... notification. Copies of the submission(s) may be obtained by calling (202) 720-8681. An agency may not conduct... servicing policies for the loans and grants in questions. If there is a problem which exists, a recipient of... resolving the problem through reamortization, sale, transfer, debt restructuring, liquidation, or other...

  6. 47 CFR 73.4108 - FM transmitter site map submissions.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 47 Telecommunication 4 2010-10-01 2010-10-01 false FM transmitter site map submissions. 73.4108... RADIO BROADCAST SERVICES Rules Applicable to All Broadcast Stations § 73.4108 FM transmitter site map submissions. See Memorandum Opinion and Order and Public Notice, adopted October 24, 1986. 1 FCC Rcd 381 (1986...

  7. 28 CFR 51.33 - Notice to registrants concerning submissions.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 28 Judicial Administration 2 2011-07-01 2011-07-01 false Notice to registrants concerning submissions. 51.33 Section 51.33 Judicial Administration DEPARTMENT OF JUSTICE (CONTINUED) PROCEDURES FOR THE ADMINISTRATION OF SECTION 5 OF THE VOTING RIGHTS ACT OF 1965, AS AMENDED Processing of Submissions § 51.33 Notice...

  8. The value of job analysis, job description and performance.

    PubMed

    Wolfe, M N; Coggins, S

    1997-01-01

    All companies, regardless of size, are faced with the same employment concerns. Efficient personnel management requires the use of three human resource techniques--job analysis, job description and performance appraisal. These techniques and tools are not for large practices only. Small groups can obtain the same benefits by employing these performance control measures. Job analysis allows for the development of a compensation system. Job descriptions summarize the most important duties. Performance appraisals help reward outstanding work.

  9. Good Jobs or Bad Jobs? Evaluating the American Job Creation Experience.

    ERIC Educational Resources Information Center

    Loveman, Gary W.; Tilly, Chris

    1988-01-01

    The authors discuss the rate of job creation in the United States between 1973 and 1985. The controversy regarding the quality of the new jobs is emphasized. Four points of view on this controversy are reviewed. The authors also present recent research findings concerning average earnings and earnings inequality. (CH)

  10. Age-Differential Effects of Job Characteristics on Job Attraction: A Policy-Capturing Study

    PubMed Central

    Zacher, Hannes; Dirkers, Bodil T.; Korek, Sabine; Hughes, Brenda

    2017-01-01

    Based on an integration of job design and lifespan developmental theories, Truxillo et al. (2012) proposed that job characteristics interact with employee age in predicting important work outcomes. Using an experimental policy-capturing design, we investigated age-differential effects of four core job characteristics (i.e., job autonomy, task variety, task significance, and feedback from the job) on job attraction (i.e., individuals' rating of job attractiveness). Eighty-two employees between 19 and 65 years (Mage = 41, SD = 14) indicated their job attraction for each of 40 hypothetical job descriptions in which the four job characteristics were systematically manipulated (in total, participants provided 3,280 ratings). Results of multilevel analyses showed that the positive effects of task variety, task significance, and feedback from the job were stronger for younger compared to older employees, whereas we did not find significant age-differential effects of job autonomy on job attraction. These findings are only partially consistent with propositions of Truxillo et al.'s (2012) lifespan perspective on job design. PMID:28713322

  11. Age-Differential Effects of Job Characteristics on Job Attraction: A Policy-Capturing Study.

    PubMed

    Zacher, Hannes; Dirkers, Bodil T; Korek, Sabine; Hughes, Brenda

    2017-01-01

    Based on an integration of job design and lifespan developmental theories, Truxillo et al. (2012) proposed that job characteristics interact with employee age in predicting important work outcomes. Using an experimental policy-capturing design, we investigated age-differential effects of four core job characteristics (i.e., job autonomy, task variety, task significance, and feedback from the job) on job attraction (i.e., individuals' rating of job attractiveness). Eighty-two employees between 19 and 65 years ( M age = 41, SD = 14) indicated their job attraction for each of 40 hypothetical job descriptions in which the four job characteristics were systematically manipulated (in total, participants provided 3,280 ratings). Results of multilevel analyses showed that the positive effects of task variety, task significance, and feedback from the job were stronger for younger compared to older employees, whereas we did not find significant age-differential effects of job autonomy on job attraction. These findings are only partially consistent with propositions of Truxillo et al.'s (2012) lifespan perspective on job design.

  12. 40 CFR 716.30 - Submission of copies of studies.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... SUBSTANCES CONTROL ACT HEALTH AND SAFETY DATA REPORTING General Provisions § 716.30 Submission of copies of... health and safety studies in their possession for the substances or mixtures listed in § 716.120. Persons... 40 Protection of Environment 31 2014-07-01 2014-07-01 false Submission of copies of studies. 716...

  13. 40 CFR 716.35 - Submission of lists of studies.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 40 Protection of Environment 31 2011-07-01 2011-07-01 false Submission of lists of studies. 716.35... CONTROL ACT HEALTH AND SAFETY DATA REPORTING General Provisions § 716.35 Submission of lists of studies... of studies to EPA for each of the listed substances or listed mixtures (including as a known...

  14. 75 FR 1087 - Submission for OMB Review: Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-01-08

    ... DEPARTMENT OF LABOR Office of the Secretary Submission for OMB Review: Comment Request January 4, 2010. The Department of Labor (DOL) hereby announces the submission of the following public information collection request (ICR) to the Office of Management and Budget (OMB) for review and approval in accordance with the Paperwork Reduction Act of...

  15. 7 CFR 1494.501 - Submission of offers to CCC.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 7 Agriculture 10 2012-01-01 2012-01-01 false Submission of offers to CCC. 1494.501 Section 1494....501 Submission of offers to CCC. (a) Consideration of offers. Unless otherwise specified in the Invitation, CCC will consider offers on a daily basis from the date of issuance of the Invitation until such...

  16. 7 CFR 1494.501 - Submission of offers to CCC.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 10 2013-01-01 2013-01-01 false Submission of offers to CCC. 1494.501 Section 1494....501 Submission of offers to CCC. (a) Consideration of offers. Unless otherwise specified in the Invitation, CCC will consider offers on a daily basis from the date of issuance of the Invitation until such...

  17. 7 CFR 1494.501 - Submission of offers to CCC.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 7 Agriculture 10 2014-01-01 2014-01-01 false Submission of offers to CCC. 1494.501 Section 1494....501 Submission of offers to CCC. (a) Consideration of offers. Unless otherwise specified in the Invitation, CCC will consider offers on a daily basis from the date of issuance of the Invitation until such...

  18. XML Schema Guide for Secondary CDR Submissions

    EPA Pesticide Factsheets

    This document presents the extensible markup language (XML) schema guide for the Office of Pollution Prevention and Toxics’ (OPPT) e-CDRweb tool. E-CDRweb is the electronic, web-based tool provided by Environmental Protection Agency (EPA) for the submission of Chemical Data Reporting (CDR) information. This document provides the user with tips and guidance on correctly using the version 1.1 XML schema for the Joint Submission Form. Please note that the order of the elements must match the schema.

  19. 78 FR 310 - Draft Revision of Guidance for Industry on Providing Regulatory Submissions in Electronic Format...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-01-03

    ...ApprovalProcess/FormsSubmissionRequirements/ElectronicSubmissions/ucm253101.htm , http://www.regulations.../Drugs/DevelopmentApprovalProcess/FormsSubmissionRequirements/ElectronicSubmissions/ucm253101.htm , http...), in a format that FDA can process, review, and archive. Currently, the Agency can process, review, and...

  20. A Guide to Job Analysis for the Preparation of Job Training Programmes.

    ERIC Educational Resources Information Center

    Ceramics, Glass, and Mineral Products Industry Training Board, Harrow (England).

    The paper deals with job analysis for the preparation of job training programs. The analytical approach involves five steps: enlisting support, examining the job, describing the job, analyzing training requirements, and planning the programs. Appendixes include methods of producing training schemes--the simple job breakdown, straightforward…

  1. Jobs in Construction. Job Family Series.

    ERIC Educational Resources Information Center

    Science Research Associates, Inc., Chicago, IL.

    The booklet describes jobs in the construction industry under the classifications of public and private building. Separate chapters discuss the process of building a city hospital, a model home, and a State highway. Chapters outline miscellaneous jobs in the industry such as elevator constructors, lathers, plasterers, roofers, and sheet metal…

  2. Jobs in Transportation. Job Family Series.

    ERIC Educational Resources Information Center

    Science Research Associates, Inc., Chicago, IL.

    The instructional booklet explores various occupations in the job family of transportation. Following a brief introduction to the concept of occupational clusters, the student is given an overall orientation to the general area of transportation. Chapter 2 describes jobs in water transportation, and chapter 3 deals with rail transportation,…

  3. 48 CFR 1814.302 - Bid submission. (NASA supplements paragraph (b))

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 48 Federal Acquisition Regulations System 6 2012-10-01 2012-10-01 false Bid submission. (NASA supplements paragraph (b)) 1814.302 Section 1814.302 Federal Acquisition Regulations System NATIONAL... 1814.302 Bid submission. (NASA supplements paragraph (b)) (b) NASA contracting officers shall not...

  4. 48 CFR 1814.302 - Bid submission. (NASA supplements paragraph (b))

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 48 Federal Acquisition Regulations System 6 2011-10-01 2011-10-01 false Bid submission. (NASA supplements paragraph (b)) 1814.302 Section 1814.302 Federal Acquisition Regulations System NATIONAL... 1814.302 Bid submission. (NASA supplements paragraph (b)) (b) NASA contracting officers shall not...

  5. 48 CFR 1814.302 - Bid submission. (NASA supplements paragraph (b))

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 6 2010-10-01 2010-10-01 true Bid submission. (NASA supplements paragraph (b)) 1814.302 Section 1814.302 Federal Acquisition Regulations System NATIONAL... 1814.302 Bid submission. (NASA supplements paragraph (b)) (b) NASA contracting officers shall not...

  6. 48 CFR 1814.302 - Bid submission. (NASA supplements paragraph (b))

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 48 Federal Acquisition Regulations System 6 2013-10-01 2013-10-01 false Bid submission. (NASA supplements paragraph (b)) 1814.302 Section 1814.302 Federal Acquisition Regulations System NATIONAL... 1814.302 Bid submission. (NASA supplements paragraph (b)) (b) NASA contracting officers shall not...

  7. 48 CFR 1814.302 - Bid submission. (NASA supplements paragraph (b))

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 48 Federal Acquisition Regulations System 6 2014-10-01 2014-10-01 false Bid submission. (NASA supplements paragraph (b)) 1814.302 Section 1814.302 Federal Acquisition Regulations System NATIONAL... 1814.302 Bid submission. (NASA supplements paragraph (b)) (b) NASA contracting officers shall not...

  8. 75 FR 53346 - Submission for OMB Emergency Review: Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-08-31

    ... DEPARTMENT OF LABOR Bureau of Labor Statistics Submission for OMB Emergency Review: Comment... submissions of responses. Agency: Bureau of Labor Statistics. Type of Review: Revision of currently approved collection. Title of Collection: National Compensation Survey. OMB Control Number: 1220-0164. Affected Public...

  9. The importance of job training to job satisfaction of older workers.

    PubMed

    Leppel, Karen; Brucker, Eric; Cochran, Jeremy

    2012-01-01

    If job training has positive impacts on worker satisfaction, then job training can have desirable consequences for an organization that result both directly through its effects on productivity and indirectly through its effects on job satisfaction. Furthermore, the aging of the workforce implies that older workers will become increasingly important to firms and to the economy. This study, therefore, seeks to examine the relationship between job training and job satisfaction, focusing in particular on U.S. workers born in 1964 or earlier. The results of ordered logit regression analysis indicate that availability and quality of training received directly affect job satisfaction.

  10. Job satisfaction and job content in Dutch dental hygienists.

    PubMed

    Jerković-Ćosić, K; van Offenbeek, M A G; van der Schans, C P

    2012-08-01

    This study compares the scope of practice of Dutch dental hygienists (DHs) educated through a 2- or 3-year curriculum ('old-style DHs') with that of hygienists educated through a new extended 4-year curriculum leading to a bachelor's degree ('new-style DHs'), with the aim to investigate whether an extended scope of practice positively affects perceived skill variety, autonomy and job satisfaction. The questionnaires were obtained from old- and new-style DHs (n = 413, response 38%; n = 219, response 59%, respectively), in which respondents had recorded their dental tasks, perceived skill variety, autonomy and job satisfaction. T -tests were used to analyse differences between old- and new-style DHs, and regression analyses were performed to assess the relation between scope of practice and skill variety, autonomy and job satisfaction. New-style DHs have a more extended scope of practice compared with old-style DHs. Despite their more complex jobs, which are theoretically related to higher job satisfaction, new-style DHs perceive lower autonomy and job satisfaction (P < 0.05). Skill variety is the strongest predictor for DHs' job satisfaction (β = 0.462), followed by autonomy (β = 0.202) and caries decisive tasks, the last affecting job satisfaction negatively (β = -0.149). Self-employment is the strongest significant predictor for autonomy (β = 0.272). The core business of DHs remains the prevention and periodontology services. New-style DHs combine these tasks with extended tasks in the caries field, which can lead to comparatively less job satisfaction, because of a lower experienced autonomy in performing these extended tasks. © 2012 John Wiley & Sons A/S.

  11. 75 FR 54588 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-09-08

    ... notification. Copies of the submission(s) may be obtained by calling (202) 720-8681. An agency may not conduct... financial or other problems and may be initiated by either a recipient which recognizes that a problem exists and wished to resolve it, or by the Agency. If a problem exists, a recipient must furnish...

  12. 76 FR 44300 - Submission for OMB Review; Comment Request

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-07-25

    ... Animal By Products, and Other Materials (VS 16-78); (4) Application of Seals to Shipping Container; (5... notification. Copies of the submission(s) may be obtained by calling (202) 720-8958. An agency may not conduct... the importation of bird and poultry products from regions where HPAI subtype H5N1 is considered to...

  13. 7 CFR 1494.501 - Submission of offers to CCC.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 7 Agriculture 10 2011-01-01 2011-01-01 false Submission of offers to CCC. 1494.501 Section 1494... Program Operations § 1494.501 Submission of offers to CCC. (a) Consideration of offers. Unless otherwise specified in the Invitation, CCC will consider offers on a daily basis from the date of issuance of the...

  14. 7 CFR 1494.501 - Submission of offers to CCC.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 7 Agriculture 10 2010-01-01 2010-01-01 false Submission of offers to CCC. 1494.501 Section 1494... Program Operations § 1494.501 Submission of offers to CCC. (a) Consideration of offers. Unless otherwise specified in the Invitation, CCC will consider offers on a daily basis from the date of issuance of the...

  15. Data submission and quality in microarray-based microRNA profiling

    PubMed Central

    Witwer, Kenneth W.

    2014-01-01

    Background Public sharing of scientific data has assumed greater importance in the ‘omics’ era. Transparency is necessary for confirmation and validation, and multiple examiners aid in extracting maximal value from large datasets. Accordingly, database submission and provision of the Minimum Information About a Microarray Experiment (MIAME) are required by most journals as a prerequisite for review or acceptance. Methods In this study, the level of data submission and MIAME compliance was reviewed for 127 articles that included microarray-based microRNA profiling and that were published from July, 2011 through April, 2012 in the journals that published the largest number of such articles—PLOS ONE, the Journal of Biological Chemistry, Blood, and Oncogene—along with articles from nine other journals, including Clinical Chemistry, that published smaller numbers of array-based articles. Results Overall, data submission was reported at publication for less than 40% of all articles, and almost 75% of articles were MIAME-noncompliant. On average, articles that included full data submission scored significantly higher on a quality metric than articles with limited or no data submission, and studies with adequate description of methods disproportionately included larger numbers of experimental repeats. Finally, for several articles that were not MIAME-compliant, data re-analysis revealed less than complete support for the published conclusions, in one case leading to retraction. Conclusions These findings buttress the hypothesis that reluctance to share data is associated with low study quality and suggest that most miRNA array investigations are underpowered and/or potentially compromised by a lack of appropriate reporting and data submission. PMID:23358751

  16. Data submission and quality in microarray-based microRNA profiling.

    PubMed

    Witwer, Kenneth W

    2013-02-01

    Public sharing of scientific data has assumed greater importance in the omics era. Transparency is necessary for confirmation and validation, and multiple examiners aid in extracting maximal value from large data sets. Accordingly, database submission and provision of the Minimum Information About a Microarray Experiment (MIAME)(3) are required by most journals as a prerequisite for review or acceptance. In this study, the level of data submission and MIAME compliance was reviewed for 127 articles that included microarray-based microRNA (miRNA) profiling and were published from July 2011 through April 2012 in the journals that published the largest number of such articles--PLOS ONE, the Journal of Biological Chemistry, Blood, and Oncogene--along with articles from 9 other journals, including Clinical Chemistry, that published smaller numbers of array-based articles. Overall, data submission was reported at publication for <40% of all articles, and almost 75% of articles were MIAME noncompliant. On average, articles that included full data submission scored significantly higher on a quality metric than articles with limited or no data submission, and studies with adequate description of methods disproportionately included larger numbers of experimental repeats. Finally, for several articles that were not MIAME compliant, data reanalysis revealed less than complete support for the published conclusions, in 1 case leading to retraction. These findings buttress the hypothesis that reluctance to share data is associated with low study quality and suggest that most miRNA array investigations are underpowered and/or potentially compromised by a lack of appropriate reporting and data submission. © 2012 American Association for Clinical Chemistry

  17. Job Seeker Resources

    Science.gov Websites

    to return to the AJCN Home page State of Alaska > DOLWD > Alaska Job Center Network > Job Job Center Network is an equal opportunity employer/program. Auxiliary aids and services are available Alaska Job Center Network (AJCN). Positions filled through AJCN are recruited at the local level through

  18. 34 CFR 222.154 - How must written submissions under this subpart be filed?

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... Administrative Hearings and Judicial Review Under Section 8011 of the Act § 222.154 How must written submissions under this subpart be filed? (a) All written submissions under this subpart must be filed by hand... 34 Education 1 2010-07-01 2010-07-01 false How must written submissions under this subpart be...

  19. The Relationship between Job Training and Job Satisfaction: A Review of Literature

    ERIC Educational Resources Information Center

    Schmidt, Steven W.

    2010-01-01

    As stand-alone concepts, job satisfaction and job training have each been researched extensively. However, encouraged by researchers who have found a myriad of effects of job training on employee behavior in the workplace, the concepts of job training and job satisfaction are being examined together. Results of many studies indicate that the…

  20. Job Satisfaction of People with Intellectual Disability: Associations with Job Characteristics and Personality

    ERIC Educational Resources Information Center

    Akkerman, Alma; Kef, Sabina; Meininger, Herman P.

    2018-01-01

    To obtain an understanding of factors associated with job satisfaction of people with intellectual disability (ID), this study investigates the associations of job satisfaction with job characteristics (i.e., job demands, job resources) and personality, using the job demands-resources model. Data were gathered from 117 people and their employment…

  1. 48 CFR 814.304 - Submission, modification, and withdrawal of bids.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 48 Federal Acquisition Regulations System 5 2010-10-01 2010-10-01 false Submission, modification, and withdrawal of bids. 814.304 Section 814.304 Federal Acquisition Regulations System DEPARTMENT OF VETERANS AFFAIRS CONTRACTING METHODS AND CONTRACT TYPES SEALED BIDDING Submission of Bids 814.304...

  2. 77 FR 14016 - General Services Administration Acquisition Regulation; Preparation, Submission, and Negotiation...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-03-08

    ..., Submission, and Negotiation of Subcontracting Plans; Correction AGENCY: General Services Administration (GSA..., Preparation, Submission, and Negotiation of Subcontracting Plans; Correction. Correction In the information...

  3. Normal operation and maintenance safety lessons from the ITER US PbLi test blanket module program for a US FNSF and DEMO

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

    L. C. Cadwallader; C. P. C. Wong; M. Abdou

    2014-10-01

    A leading power reactor breeding blanket candidate for a fusion demonstration power plant (DEMO) being pursued by the US Fusion Community is the Dual Coolant Lead Lithium (DCLL) concept. The safety hazards associated with the DCLL concept as a reactor blanket have been examined in several US design studies. These studies identify the largest radiological hazards as those associated with the dust generation by plasma erosion of plasma blanket module first walls, oxidation of blanket structures at high temperature in air or steam, inventories of tritium bred in or permeating through the ferritic steel structures of the blanket module andmore » blanket support systems, and the 210Po and 203Hg produced in the PbLi breeder/coolant. What these studies lack is the scrutiny associated with a licensing review of the DCLL concept. An insight into this process was gained during the US participation in the International Thermonuclear Experimental Reactor (ITER) Test Blanket Module (TBM) Program. In this paper we discuss the lessons learned during this activity and make safety proposals for the design of a Fusion Nuclear Science Facility (FNSF) or a DEMO that employs a lead lithium breeding blanket.« less

  4. 45 CFR 674.6 - Submission of information to NSF.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 45 Public Welfare 3 2012-10-01 2012-10-01 false Submission of information to NSF. 674.6 Section 674.6 Public Welfare Regulations Relating to Public Welfare (Continued) NATIONAL SCIENCE FOUNDATION ANTARCTIC METEORITES § 674.6 Submission of information to NSF. A copy of the written procedures developed by expedition organizers pursuant to § 674.5(...

  5. 45 CFR 674.6 - Submission of information to NSF.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 45 Public Welfare 3 2013-10-01 2013-10-01 false Submission of information to NSF. 674.6 Section 674.6 Public Welfare Regulations Relating to Public Welfare (Continued) NATIONAL SCIENCE FOUNDATION ANTARCTIC METEORITES § 674.6 Submission of information to NSF. A copy of the written procedures developed by expedition organizers pursuant to § 674.5(...

  6. 45 CFR 674.6 - Submission of information to NSF.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 45 Public Welfare 3 2010-10-01 2010-10-01 false Submission of information to NSF. 674.6 Section 674.6 Public Welfare Regulations Relating to Public Welfare (Continued) NATIONAL SCIENCE FOUNDATION ANTARCTIC METEORITES § 674.6 Submission of information to NSF. A copy of the written procedures developed by expedition organizers pursuant to § 674.5(...

  7. 45 CFR 674.6 - Submission of information to NSF.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 45 Public Welfare 3 2014-10-01 2014-10-01 false Submission of information to NSF. 674.6 Section 674.6 Public Welfare Regulations Relating to Public Welfare (Continued) NATIONAL SCIENCE FOUNDATION ANTARCTIC METEORITES § 674.6 Submission of information to NSF. A copy of the written procedures developed by expedition organizers pursuant to § 674.5(...

  8. Results of availability imposed configuration details developed for K-DEMO

    DOE PAGES

    Brown, Tom; Titus, Peter; Brooks, Art; ...

    2016-02-05

    We completed a two year study using the Korean fusion demonstration reactor (K-DEMO) where we looked at key Tokamak components and configuration options in preparation of a conceptual design phase. A key part of a device configuration centers on defining an arrangement that enhances the ability to reach high availability values by defining design solutions that foster simplified maintenance operations. In order to maximize the size and minimize the number of in-vessel components enlarged TF coils were defined that incorporate a pair of windings within each coil to mitigate pressure drop issues and to reduce the cost of the coils.more » Furthermore, we defined a semi-permanent shield structure in order to develop labyrinth interfaces between double-null plasma contoured shield modules, provide an entity to align blanket components and provide support against disruption loads—with a load path that equilibrates blanket, TF and PF loads through a base structure. Blanket piping services and auxiliary systems that interface with in-vessel components have played a major role in defining the overall device arrangement—concept details will be presented along with general arrangement features and preliminary results obtained from disruption analysis.« less

  9. Toxic Substances Control Act Test Submissions 2.0 (TSCATS 2.0)

    EPA Pesticide Factsheets

    The Toxic Substances Control Act Test Submissions 2.0 (TSCATS 2.0) tracks the submissions of health and safety data submitted to the EPA either as required or voluntarily under certain sections of TSCA.

  10. Academics Job Satisfaction and Job Stress across Countries in the Changing Academic Environments

    ERIC Educational Resources Information Center

    Shin, Jung Cheol; Jung, Jisun

    2014-01-01

    This study examined job satisfaction and job stress across 19 higher education systems. We classified the 19 countries according to their job satisfaction and job stress and applied regression analysis to test whether new public management has impacts on either or both job satisfaction and job stress. According to this study, strong market driven…

  11. The job self-efficacy and job involvement of clinical nursing teachers.

    PubMed

    Yang, Hui-Ling; Kao, Yu-Hsiu; Huang, Yi-Ching

    2006-09-01

    This paper explored the present status of self-efficacy and job involvement of clinical nursing teachers and investigated the predictive power of teachers' personal background variables on such, as well as the relationship between self-efficacy and job involvement. A total of 419 participants in the survey sample were chosen among clinical nursing teachers at 19 public and private institutes of technology and junior colleges in Taiwan in 2004. The self-developed structural questionnaire was categorized into three sections, including personal background data, job self-efficacy related to the clinical teaching inventory and job involvement related to clinical teaching inventory. Of the total 419 questionnaires distributed for this cross-sectional survey, 266 valid copies were registered, at a recovery rate of 63%. Findings indicated that both the job self-efficacy and job involvement of clinical nursing teachers are at a medium to high level and that significant differences exist in job self-efficacy and job involvement based on differences in age, marital status, teaching seniority, teacher qualifications, and job satisfaction. Second, samples have significantly different performance in self-efficacy due to differences in education level attained and the medical institution to which nursing teachers had been assigned. Self-efficacy and job involvement are significantly positively correlated. These results can serve as a reference for the cultivation of nursing teachers and reform of clinical nursing education in the future.

  12. Get a job

    NASA Astrophysics Data System (ADS)

    Carlowicz, Michael

    At AGU's 1996 Fall Meeting, a record number of jobs were advertised through the AGU Job Center. Approximately 150 employers advertised 164 jobs at the meeting in San Francisco, while 302 applicants used the center's services and about 50 sat for on-site interviews. At the 1995 Fall Meeting, the Job Center attracted 87 employers and 230 applicants.

  13. 37 CFR 1.99 - Third-party submission in published application.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... published application. 1.99 Section 1.99 Patents, Trademarks, and Copyrights UNITED STATES PATENT AND... Provisions Information Disclosure Statement § 1.99 Third-party submission in published application. (a) A submission by a member of the public of patents or publications relevant to a pending published application...

  14. 11 CFR 9033.2 - Candidate and committee certifications; threshold submission.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 11 Federal Elections 1 2010-01-01 2010-01-01 false Candidate and committee certifications; threshold submission. 9033.2 Section 9033.2 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND ELIGIBILITY FOR PAYMENTS § 9033.2 Candidate and committee certifications; threshold submission...

  15. 11 CFR 9033.2 - Candidate and committee certifications; threshold submission.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 11 Federal Elections 1 2012-01-01 2012-01-01 false Candidate and committee certifications; threshold submission. 9033.2 Section 9033.2 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND ELIGIBILITY FOR PAYMENTS § 9033.2 Candidate and committee certifications; threshold submission...

  16. 11 CFR 9033.2 - Candidate and committee certifications; threshold submission.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 11 Federal Elections 1 2011-01-01 2011-01-01 false Candidate and committee certifications; threshold submission. 9033.2 Section 9033.2 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND ELIGIBILITY FOR PAYMENTS § 9033.2 Candidate and committee certifications; threshold submission...

  17. 11 CFR 9033.2 - Candidate and committee certifications; threshold submission.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 11 Federal Elections 1 2013-01-01 2012-01-01 true Candidate and committee certifications; threshold submission. 9033.2 Section 9033.2 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND ELIGIBILITY FOR PAYMENTS § 9033.2 Candidate and committee certifications; threshold submission....

  18. 11 CFR 9033.2 - Candidate and committee certifications; threshold submission.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 11 Federal Elections 1 2014-01-01 2014-01-01 false Candidate and committee certifications; threshold submission. 9033.2 Section 9033.2 Federal Elections FEDERAL ELECTION COMMISSION PRESIDENTIAL ELECTION CAMPAIGN FUND: PRESIDENTIAL PRIMARY MATCHING FUND ELIGIBILITY FOR PAYMENTS § 9033.2 Candidate and committee certifications; threshold submission...

  19. Safety behavior: Job demands, job resources, and perceived management commitment to safety.

    PubMed

    Hansez, Isabelle; Chmiel, Nik

    2010-07-01

    The job demands-resources model posits that job demands and resources influence outcomes through job strain and work engagement processes. We test whether the model can be extended to effort-related "routine" safety violations and "situational" safety violations provoked by the organization. In addition we test more directly the involvement of job strain than previous studies which have used burnout measures. Structural equation modeling provided, for the first time, evidence of predicted relationships between job strain and "routine" violations and work engagement with "routine" and "situational" violations, thereby supporting the extension of the job demands-resources model to safety behaviors. In addition our results showed that a key safety-specific construct 'perceived management commitment to safety' added to the explanatory power of the job demands-resources model. A predicted path from job resources to perceived management commitment to safety was highly significant, supporting the view that job resources can influence safety behavior through both general motivational involvement in work (work engagement) and through safety-specific processes.

  20. Participation as Post-Fordist Politics: Demos, New Labour, and Science Policy

    PubMed Central

    2010-01-01

    In recent years, British science policy has seen a significant shift ‘from deficit to dialogue’ in conceptualizing the relationship between science and the public. Academics in the interdisciplinary field of Science and Technology Studies (STS) have been influential as advocates of the new public engagement agenda. However, this participatory agenda has deeper roots in the political ideology of the Third Way. A framing of participation as a politics suited to post-Fordist conditions was put forward in the magazine Marxism Today in the late 1980s, developed in the Demos thinktank in the 1990s, and influenced policy of the New Labour government. The encouragement of public participation and deliberation in relation to science and technology has been part of a broader implementation of participatory mechanisms under New Labour. This participatory program has been explicitly oriented toward producing forms of social consciousness and activity seen as essential to a viable knowledge economy and consumer society. STS arguments for public engagement in science have gained influence insofar as they have intersected with the Third Way politics of post-Fordism. PMID:21258426

  1. Interview for the Job. Job Search. Competency 4.0.

    ERIC Educational Resources Information Center

    Ohio State Univ., Columbus. National Center for Research in Vocational Education.

    This competency booklet for individualized competency-based instruction is the fourth of five in the Job Search Skills package. (Instructor program and guides are available separately as CE 031 965 and 966, the other booklets as CE 031 967-971.) It contains 13 operational units related to the job search competency of interviewing for the job. (The…

  2. 76 FR 6621 - Agency Information Collection Activities; Submission for Office of Management and Budget Review...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-02-07

    ... voluntary genomic data submission (VGDS) that can be used for such a voluntary submission. The guidance does... Respondents response responses response Voluntary Genomic Data Submissions 7 1 7 50 350 \\1\\ There are no...

  3. Job Redesign: An Analysis of an Intervention to Improve Job Characteristics

    DTIC Science & Technology

    1989-09-01

    vii I. Introduction . . . . . . . . . . . 1 General Issue ... . I Specific Problem . .. . . . I Research Objectives . . . . . 2...the Job Diagnostic Survey, the Minnesota Satisfaction Questionnaire and ad-hoc items pertaining to the issues of training, challenge, and the matrix...vii JOB REDESIGN: AN ANALYSIS OF AN INTERVENTION TO IMPROVE JOB CHARACTERISTICS I. Introduction General Issue This tnesis will center on whether job

  4. Job evaluation for clinical nursing jobs by implementing the NHS JE system.

    PubMed

    Kahya, Emin; Oral, Nurten

    2007-10-01

    The purpose of this paper was to evaluate locally all the clinical nursing jobs implementing the NHS JE system in four hospitals. The NHS JE was developed by the Department of Health in the UK in 2003-2004. A job analysis questionnaire was designed to gather current job descriptions. It was distributed to each of 158 clinical nurses and supervisor nurses in 31 variety clinics at four hospitals in one city. The questionnaires were analysed to evaluate locally all the identified 94 nursing jobs. Fourteen of 19 nursing jobs in the medical and surgical clinics can be matched to the nurse national job in the NHS JE system. The results indicated that two new nursing jobs titled nurse B and nurse advanced B should be added to the list of national nursing jobs in the NHS JE system.

  5. 49 CFR 225.37 - Optical media transfer and electronic submission.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 49 Transportation 4 2012-10-01 2012-10-01 false Optical media transfer and electronic submission..., AND INVESTIGATIONS § 225.37 Optical media transfer and electronic submission. (a) A railroad has the option of submitting the following reports, updates, and amendments by way of optical media (CD-ROM), or...

  6. 49 CFR 225.37 - Optical media transfer and electronic submission.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 49 Transportation 4 2013-10-01 2013-10-01 false Optical media transfer and electronic submission..., AND INVESTIGATIONS § 225.37 Optical media transfer and electronic submission. (a) A railroad has the option of submitting the following reports, updates, and amendments by way of optical media (CD-ROM), or...

  7. 49 CFR 225.37 - Optical media transfer and electronic submission.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 49 Transportation 4 2011-10-01 2011-10-01 false Optical media transfer and electronic submission..., AND INVESTIGATIONS § 225.37 Optical media transfer and electronic submission. (a) A railroad has the option of submitting the following reports, updates, and amendments by way of optical media (CD-ROM), or...

  8. 49 CFR 225.37 - Optical media transfer and electronic submission.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 49 Transportation 4 2014-10-01 2014-10-01 false Optical media transfer and electronic submission..., AND INVESTIGATIONS § 225.37 Optical media transfer and electronic submission. (a) A railroad has the option of submitting the following reports, updates, and amendments by way of optical media (CD-ROM), or...

  9. 45 CFR 1801.15 - Submission of application to the Foundation.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 45 Public Welfare 4 2011-10-01 2011-10-01 false Submission of application to the Foundation. 1801.15 Section 1801.15 Public Welfare Regulations Relating to Public Welfare (Continued) HARRY S. TRUMAN SCHOLARSHIP FOUNDATION HARRY S. TRUMAN SCHOLARSHIP PROGRAM Nominations § 1801.15 Submission of application to...

  10. 45 CFR 1801.15 - Submission of application to the Foundation.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 45 Public Welfare 4 2013-10-01 2013-10-01 false Submission of application to the Foundation. 1801.15 Section 1801.15 Public Welfare Regulations Relating to Public Welfare (Continued) HARRY S. TRUMAN SCHOLARSHIP FOUNDATION HARRY S. TRUMAN SCHOLARSHIP PROGRAM Nominations § 1801.15 Submission of application to...

  11. 45 CFR 1801.15 - Submission of application to the Foundation.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 45 Public Welfare 4 2012-10-01 2012-10-01 false Submission of application to the Foundation. 1801.15 Section 1801.15 Public Welfare Regulations Relating to Public Welfare (Continued) HARRY S. TRUMAN SCHOLARSHIP FOUNDATION HARRY S. TRUMAN SCHOLARSHIP PROGRAM Nominations § 1801.15 Submission of application to...

  12. 45 CFR 1801.15 - Submission of application to the Foundation.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 45 Public Welfare 4 2010-10-01 2010-10-01 false Submission of application to the Foundation. 1801.15 Section 1801.15 Public Welfare Regulations Relating to Public Welfare (Continued) HARRY S. TRUMAN SCHOLARSHIP FOUNDATION HARRY S. TRUMAN SCHOLARSHIP PROGRAM Nominations § 1801.15 Submission of application to...

  13. 45 CFR 1801.15 - Submission of application to the Foundation.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 45 Public Welfare 4 2014-10-01 2014-10-01 false Submission of application to the Foundation. 1801.15 Section 1801.15 Public Welfare Regulations Relating to Public Welfare (Continued) HARRY S. TRUMAN SCHOLARSHIP FOUNDATION HARRY S. TRUMAN SCHOLARSHIP PROGRAM Nominations § 1801.15 Submission of application to...

  14. Asthma history, job type and job changes among US nurses.

    PubMed

    Dumas, Orianne; Varraso, Raphaëlle; Zock, Jan Paul; Henneberger, Paul K; Speizer, Frank E; Wiley, Aleta S; Le Moual, Nicole; Camargo, Carlos A

    2015-07-01

    Nurses are at increased risk of occupational asthma, an observation that may be related to disinfectants exposure. Whether asthma history influences job type or job changes among nurses is unknown. We investigated this issue in a large cohort of nurses. The Nurses' Health Study II is a prospective study of US female nurses enrolled in 1989 (ages 24-44 years). Job status and asthma were assessed in biennial (1989-2011) and asthma-specific questionnaires (1998, 2003). Associations between asthma history at baseline (diagnosis before 1989, n=5311) and job type at baseline were evaluated by multinomial logistic regression. The relations of asthma history and severity during follow-up to subsequent job changes were evaluated by Cox models. The analytic cohort included 98 048 nurses. Compared with nurses in education/administration (likely low disinfectant exposure jobs), women with asthma history at baseline were less often employed in jobs with likely high disinfectant exposure, such as operating rooms (odds ratio 0.73 (95% CI 0.63 to 0.86)) and emergency room/inpatient units (0.89 (0.82 to 0.97)). During a 22-year follow-up, nurses with a baseline history of asthma were more likely to move to jobs with lower exposure to disinfectants (HR 1.13 (1.07 to 1.18)), especially among those with more severe asthma (HR for mild persistent: 1.13; moderate persistent 1.26; severe persistent: 1.50, compared with intermittent asthma, p trend: 0.004). Asthma history was associated with baseline job type and subsequent job changes among nurses. This may partly reflect avoidance of tasks involving disinfectant use, and may introduce bias in cross-sectional studies on disinfectant exposure and asthma in nurses. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  15. Burnout, psychological morbidity, job stress, and job satisfaction in Chinese neurologists.

    PubMed

    Zhou, Xinyu; Pu, Juncai; Zhong, Xiaoni; Zhu, Dan; Yin, Dinghong; Yang, Lining; Zhang, Yuqing; Fu, Yuying; Wang, Haiyang; Xie, Peng

    2017-05-02

    To investigate the prevalence of and personal and professional characteristics associated with burnout, psychological morbidity, job stress, and job satisfaction in Chinese neurologists. The China Neurologist Association conducted a national cross-sectional study from September 2014 to March 2015. A questionnaire including the Maslach Burnout Inventory, the 12-item General Health Questionnaire, the Consultants' Mental Health Questionnaire, and questions assessing personal and professional characteristics, career satisfaction, and current doctor-patient relationships was administered. A total of 693 directors of neurology departments and 6,111 neurologists in 30 Chinese provinces returned surveys. Overall, 53.2% of responding neurologists experienced burnout, 37.8% had psychological morbidity, 50.7% had high levels of job stress, 25.7% had low levels of job satisfaction, 76.9% had poor doctor-patient relationships, and 58.1% regretted becoming a doctor. Factors independently associated with burnout were lower income, more hours worked per week, more nights on call per month, working in public hospitals, psychological morbidity, high levels of job stress, low levels of job satisfaction, and poor doctor-patient relationships. Factors independently associated with psychological morbidity included lower income, more nights on call per month, working in enterprise-owned hospitals, burnout, high levels of job stress, and low levels of job satisfaction. Burnout and psychological morbidity are common in Chinese neurologists. Burnout is the single greatest predictor of neurologists' psychological morbidity, high job stress, and low job satisfaction. © 2017 American Academy of Neurology.

  16. Jobs, Jobs, Jobs!

    ERIC Educational Resources Information Center

    Jacobson, Linda

    2011-01-01

    Teaching is not the safe career bet that it once was. The thinking used to be: New students will always be entering the public schools, and older teachers will always be retiring, so new teachers will always be needed. But teaching jobs aren't secure enough to stand up to the "Great Recession," as this drawn-out downturn has been called. Across…

  17. Social anxiety, submissiveness, and shame in men and women: a moderated mediation analysis.

    PubMed

    Zimmerman, Jacob; Morrison, Amanda S; Heimberg, Richard G

    2015-03-01

    Research suggests a positive relationship between social anxiety and shame; however, few studies have examined this relationship or potential mechanisms. Common behaviours of persons with social anxiety disorder (SAD), such as submissive behaviours, may be more consistent with societal expectations of women than men and therefore more likely to be associated with shame in socially anxious men than women. We examined the hypothesis that submissive behaviours would mediate the relationship between social anxiety and shame in men, but not in women, with SAD. Moderated mediation was examined in a cross-sectional dataset. Gender was modeled to moderate the paths from social anxiety to submissive behaviours and from submissive behaviours to shame. We also examined an alternative model of the relationships among these variables and the potential contributory role of depression. Men (n = 48) and women (n = 40) with SAD completed the Social Interaction Anxiety Scale, Submissive Behaviour Scale, Internalized Shame Scale, and Beck Depression Inventory. Analyses supported the hypothesized model. The relationship between submissive behaviours and shame was greater in men than women with SAD; the relationship between social anxiety and submissive behaviours was not. Controlling for depression, moderation remained evident although diminished. Results for the comparison model did not support gender moderation. Submissive behaviours mediated the relationship between social anxiety and shame in men, but not women, with SAD. These findings provide preliminary evidence for a model of shame in SAD and may help to further elucidate specific features of SAD that differ between men and women. Although researchers have argued that the display of submissive behaviours might allow the socially anxious individual to limit or prevent attacks on the self, our results suggest that there are greater costs, with regard to feelings of shame, associated with such behaviours for men. In men with SAD

  18. Job Demand and Job Resources related to the turnover intention of public health nurses: An analysis using a Job Demands-Resources model.

    PubMed

    Iguchi, Aya

    2016-01-01

    Objectives The purpose of this study was to investigate the job demands and job resources of public health nurses based on the Job Demands-Resources (JD-R) model, and to build a model that can estimate turnover intention based on job demands and job resources.Method By adding 12 items to the existing questionnaire, the author created a questionnaire consisting of 10 factors and 167 items, and used statistical analysis to examine job demands and job resources in relation to turnover intention.Results Out of 2,668 questionnaires sent, 1993 (72.5%) were returned. Considering sex-based differences in occupational stress, I analyzed women's answers in 1766 (66.2%) mails among the 1798 valid responses. The average age of respondents was 41.0±9.8 years, and the mean service duration was 17.0±10.0 years. For public health nurses, there was a turnover intention of 9.2%. The "job demands" section consisted of 29 items and 10 factors, while the "job resources" section consisted of 54 items and 22 factors. The result of examining the structure of job demands and job resources, leading to turnover intention was supported by the JD-R model. Turnover intention was strong and the Mental Component Summary (MCS) is low in those who had many job demands and few job resources (experiencing 'burn-out'). Enhancement of work engagement and turnover intention was weak in those who had many job resources. This explained approximately 60% of the dispersion to "burn-out", and approximately 40% to "work engagement", with four factors: work suitability, work significance, positive work self-balance, and growth opportunity of job resources.Conclusion This study revealed that turnover intention is strong in those who are burned out because of many job demands. Enhancement of work engagement and turnover intention is weak in those with many job resources. This suggests that suitable staffing and organized efforts to raise awareness of job significance are effective in reducing

  19. Overcoming job stress

    MedlinePlus

    ... medlineplus.gov/ency/patientinstructions/000884.htm Overcoming job stress To use the sharing features on this page, ... stay healthy and feel better. Causes of Job Stress Although the cause of job stress is different ...

  20. 21 CFR 312.22 - General principles of the IND submission.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 21 Food and Drugs 5 2010-04-01 2010-04-01 false General principles of the IND submission. 312.22... (IND) § 312.22 General principles of the IND submission. (a) FDA's primary objectives in reviewing an... likelihood that the investigations will yield data capable of meeting statutory standards for marketing...