WorldWideScience

Sample records for satisfaction problem csp

  1. Constraint satisfaction problems CSP formalisms and techniques

    CERN Document Server

    Ghedira, Khaled

    2013-01-01

    A Constraint Satisfaction Problem (CSP) consists of a set of variables, a domain of values for each variable and a set of constraints. The objective is to assign a value for each variable such that all constraints are satisfied. CSPs continue to receive increased attention because of both their high complexity and their omnipresence in academic, industrial and even real-life problems. This is why they are the subject of intense research in both artificial intelligence and operations research. This book introduces the classic CSP and details several extensions/improvements of both formalisms a

  2. Distance Constraint Satisfaction Problems

    Science.gov (United States)

    Bodirsky, Manuel; Dalmau, Victor; Martin, Barnaby; Pinsker, Michael

    We study the complexity of constraint satisfaction problems for templates Γ that are first-order definable in ({ Z}; {suc}), the integers with the successor relation. Assuming a widely believed conjecture from finite domain constraint satisfaction (we require the tractability conjecture by Bulatov, Jeavons and Krokhin in the special case of transitive finite templates), we provide a full classification for the case that Γ is locally finite (i.e., the Gaifman graph of Γ has finite degree). We show that one of the following is true: The structure Γ is homomorphically equivalent to a structure with a certain majority polymorphism (which we call modular median) and CSP(Γ) can be solved in polynomial time, or Γ is homomorphically equivalent to a finite transitive structure, or CSP(Γ) is NP-complete.

  3. Algorithms and ordering heuristics for distributed constraint satisfaction problems

    CERN Document Server

    Wahbi , Mohamed

    2013-01-01

    DisCSP (Distributed Constraint Satisfaction Problem) is a general framework for solving distributed problems arising in Distributed Artificial Intelligence.A wide variety of problems in artificial intelligence are solved using the constraint satisfaction problem paradigm. However, there are several applications in multi-agent coordination that are of a distributed nature. In this type of application, the knowledge about the problem, that is, variables and constraints, may be logically or geographically distributed among physical distributed agents. This distribution is mainly due to p

  4. A Hybrid Autonomic Computing-Based Approach to Distributed Constraint Satisfaction Problems

    Directory of Open Access Journals (Sweden)

    Abhishek Bhatia

    2015-03-01

    Full Text Available Distributed constraint satisfaction problems (DisCSPs are among the widely endeavored problems using agent-based simulation. Fernandez et al. formulated sensor and mobile tracking problem as a DisCSP, known as SensorDCSP In this paper, we adopt a customized ERE (environment, reactive rules and entities algorithm for the SensorDCSP, which is otherwise proven as a computationally intractable problem. An amalgamation of the autonomy-oriented computing (AOC-based algorithm (ERE and genetic algorithm (GA provides an early solution of the modeled DisCSP. Incorporation of GA into ERE facilitates auto-tuning of the simulation parameters, thereby leading to an early solution of constraint satisfaction. This study further contributes towards a model, built up in the NetLogo simulation environment, to infer the efficacy of the proposed approach.

  5. Local entropy as a measure for sampling solutions in constraint satisfaction problems

    International Nuclear Information System (INIS)

    Baldassi, Carlo; Ingrosso, Alessandro; Lucibello, Carlo; Saglietti, Luca; Zecchina, Riccardo

    2016-01-01

    We introduce a novel entropy-driven Monte Carlo (EdMC) strategy to efficiently sample solutions of random constraint satisfaction problems (CSPs). First, we extend a recent result that, using a large-deviation analysis, shows that the geometry of the space of solutions of the binary perceptron learning problem (a prototypical CSP), contains regions of very high-density of solutions. Despite being sub-dominant, these regions can be found by optimizing a local entropy measure. Building on these results, we construct a fast solver that relies exclusively on a local entropy estimate, and can be applied to general CSPs. We describe its performance not only for the perceptron learning problem but also for the random K-satisfiabilty problem (another prototypical CSP with a radically different structure), and show numerically that a simple zero-temperature Metropolis search in the smooth local entropy landscape can reach sub-dominant clusters of optimal solutions in a small number of steps, while standard Simulated Annealing either requires extremely long cooling procedures or just fails. We also discuss how the EdMC can heuristically be made even more efficient for the cases we studied. (paper: disordered systems, classical and quantum)

  6. An empirical study on collective intelligence algorithms for video games problem-solving

    OpenAIRE

    González-Pardo, Antonio; Palero, Fernando; Camacho, David

    2015-01-01

    Computational intelligence (CI), such as evolutionary computation or swarm intelligence methods, is a set of bio-inspired algorithms that have been widely used to solve problems in areas like planning, scheduling or constraint satisfaction problems. Constrained satisfaction problems (CSP) have taken an important attention from the research community due to their applicability to real problems. Any CSP problem is usually modelled as a constrained graph where the edges represent a set of restri...

  7. Controlled neural network application in track-match problem

    International Nuclear Information System (INIS)

    Baginyan, S.A.; Ososkov, G.A.

    1993-01-01

    Track-match problem of high energy physics (HEP) data handling is formulated in terms of incidence matrices. The corresponding Hopfield neural network is developed to solve this type of constraint satisfaction problems (CSP). A special concept of the controlled neural network is proposed as a basis of an algorithm for the effective CSP solution. Results of comparable calculations show the very high performance of this algorithm against conventional search procedures. 8 refs.; 1 fig.; 1 tab

  8. Using Stochastic Spiking Neural Networks on SpiNNaker to Solve Constraint Satisfaction Problems

    Directory of Open Access Journals (Sweden)

    Gabriel A. Fonseca Guerra

    2017-12-01

    Full Text Available Constraint satisfaction problems (CSP are at the core of numerous scientific and technological applications. However, CSPs belong to the NP-complete complexity class, for which the existence (or not of efficient algorithms remains a major unsolved question in computational complexity theory. In the face of this fundamental difficulty heuristics and approximation methods are used to approach instances of NP (e.g., decision and hard optimization problems. The human brain efficiently handles CSPs both in perception and behavior using spiking neural networks (SNNs, and recent studies have demonstrated that the noise embedded within an SNN can be used as a computational resource to solve CSPs. Here, we provide a software framework for the implementation of such noisy neural solvers on the SpiNNaker massively parallel neuromorphic hardware, further demonstrating their potential to implement a stochastic search that solves instances of P and NP problems expressed as CSPs. This facilitates the exploration of new optimization strategies and the understanding of the computational abilities of SNNs. We demonstrate the basic principles of the framework by solving difficult instances of the Sudoku puzzle and of the map color problem, and explore its application to spin glasses. The solver works as a stochastic dynamical system, which is attracted by the configuration that solves the CSP. The noise allows an optimal exploration of the space of configurations, looking for the satisfiability of all the constraints; if applied discontinuously, it can also force the system to leap to a new random configuration effectively causing a restart.

  9. Using Stochastic Spiking Neural Networks on SpiNNaker to Solve Constraint Satisfaction Problems.

    Science.gov (United States)

    Fonseca Guerra, Gabriel A; Furber, Steve B

    2017-01-01

    Constraint satisfaction problems (CSP) are at the core of numerous scientific and technological applications. However, CSPs belong to the NP-complete complexity class, for which the existence (or not) of efficient algorithms remains a major unsolved question in computational complexity theory. In the face of this fundamental difficulty heuristics and approximation methods are used to approach instances of NP (e.g., decision and hard optimization problems). The human brain efficiently handles CSPs both in perception and behavior using spiking neural networks (SNNs), and recent studies have demonstrated that the noise embedded within an SNN can be used as a computational resource to solve CSPs. Here, we provide a software framework for the implementation of such noisy neural solvers on the SpiNNaker massively parallel neuromorphic hardware, further demonstrating their potential to implement a stochastic search that solves instances of P and NP problems expressed as CSPs. This facilitates the exploration of new optimization strategies and the understanding of the computational abilities of SNNs. We demonstrate the basic principles of the framework by solving difficult instances of the Sudoku puzzle and of the map color problem, and explore its application to spin glasses. The solver works as a stochastic dynamical system, which is attracted by the configuration that solves the CSP. The noise allows an optimal exploration of the space of configurations, looking for the satisfiability of all the constraints; if applied discontinuously, it can also force the system to leap to a new random configuration effectively causing a restart.

  10. Solving the Container Stowage Problem (CSP) using Particle Swarm Optimization (PSO)

    Science.gov (United States)

    Matsaini; Santosa, Budi

    2018-04-01

    Container Stowage Problem (CSP) is a problem of containers arrangement into ships by considering rules such as: total weight, weight of one stack, destination, equilibrium, and placement of containers on vessel. Container stowage problem is combinatorial problem and hard to solve with enumeration technique. It is an NP-Hard Problem. Therefore, to find a solution, metaheuristics is preferred. The objective of solving the problem is to minimize the amount of shifting such that the unloading time is minimized. Particle Swarm Optimization (PSO) is proposed to solve the problem. The implementation of PSO is combined with some steps which are stack position change rules, stack changes based on destination, and stack changes based on the weight type of the stacks (light, medium, and heavy). The proposed method was applied on five different cases. The results were compared to Bee Swarm Optimization (BSO) and heuristics method. PSO provided mean of 0.87% gap and time gap of 60 second. While BSO provided mean of 2,98% gap and 459,6 second to the heuristcs.

  11. A message-passing approach to random constraint satisfaction problems with growing domains

    International Nuclear Information System (INIS)

    Zhao, Chunyan; Zheng, Zhiming; Zhou, Haijun; Xu, Ke

    2011-01-01

    Message-passing algorithms based on belief propagation (BP) are implemented on a random constraint satisfaction problem (CSP) referred to as model RB, which is a prototype of hard random CSPs with growing domain size. In model RB, the number of candidate discrete values (the domain size) of each variable increases polynomially with the variable number N of the problem formula. Although the satisfiability threshold of model RB is exactly known, finding solutions for a single problem formula is quite challenging and attempts have been limited to cases of N ∼ 10 2 . In this paper, we propose two different kinds of message-passing algorithms guided by BP for this problem. Numerical simulations demonstrate that these algorithms allow us to find a solution for random formulas of model RB with constraint tightness slightly less than p cr , the threshold value for the satisfiability phase transition. To evaluate the performance of these algorithms, we also provide a local search algorithm (random walk) as a comparison. Besides this, the simulated time dependence of the problem size N and the entropy of the variables for growing domain size are discussed

  12. A Hybrid Programming Framework for Modeling and Solving Constraint Satisfaction and Optimization Problems

    Directory of Open Access Journals (Sweden)

    Paweł Sitek

    2016-01-01

    Full Text Available This paper proposes a hybrid programming framework for modeling and solving of constraint satisfaction problems (CSPs and constraint optimization problems (COPs. Two paradigms, CLP (constraint logic programming and MP (mathematical programming, are integrated in the framework. The integration is supplemented with the original method of problem transformation, used in the framework as a presolving method. The transformation substantially reduces the feasible solution space. The framework automatically generates CSP and COP models based on current values of data instances, questions asked by a user, and set of predicates and facts of the problem being modeled, which altogether constitute a knowledge database for the given problem. This dynamic generation of dedicated models, based on the knowledge base, together with the parameters changing externally, for example, the user’s questions, is the implementation of the autonomous search concept. The models are solved using the internal or external solvers integrated with the framework. The architecture of the framework as well as its implementation outline is also included in the paper. The effectiveness of the framework regarding the modeling and solution search is assessed through the illustrative examples relating to scheduling problems with additional constrained resources.

  13. PyCSP - controlled concurrency

    DEFF Research Database (Denmark)

    Vinter, Brian; Friborg, Rune Møllegaard; Bjørndalen, John Markus

    2010-01-01

    Producing readable and correct programs while at the same time taking advantage of multi-core architectures is a challenge. PyCSP is an implementation of Communicating Sequential Processes algebra (CSP) for the Python programming language, that take advantage of CSP's formal and verifiable approach...... to controlling concurrency and the readability of Python source code. We describe PyCSP, demonstrate it through examples and demonstrate how PyCSP compares to Pthreads in a master-worker benchmark....

  14. Medical image segmentation by a constraint satisfaction neural network

    International Nuclear Information System (INIS)

    Chen, C.T.; Tsao, E.C.K.; Lin, W.C.

    1991-01-01

    This paper proposes a class of Constraint Satisfaction Neural Networks (CSNNs) for solving the problem of medical image segmentation which can be formulated as a Constraint Satisfaction Problem (CSP). A CSNN consists of a set of objects, a set of labels for each object, a collection of constraint relations linking the labels of neighboring objects, and a topological constraint describing the neighborhood relationship among various objects. Each label for a particular object indicates one possible interpretation for that object. The CSNN can be viewed as a collection of neurons that interconnect with each other. The connections and the topology of a CSNN are used to represent the constraints in a CSP. The mechanism of the neural network is to find a solution that satisfies all the constraints in order to achieve a global consistency. The final solution outlines segmented areas and simultaneously satisfies all the constraints. This technique has been applied to medical images and the results show that this CSNN method is a very promising approach for image segmentation

  15. CSP for Executable Scientific Workflows

    DEFF Research Database (Denmark)

    Friborg, Rune Møllegaard

    and can usually benefit performance-wise from both multiprocessing, cluster and grid environments. PyCSP is an implementation of Communicating Sequential Processes (CSP) for the Python programming language and takes advantage of CSP's formal and verifiable approach to controlling concurrency...... on multi-processing and cluster computing using PyCSP. Additionally, McStas is demonstrated to utilise grid computing resources using PyCSP. Finally, this thesis presents a new dynamic channel model, which has not yet been implemented for PyCSP. The dynamic channel is able to change the internal...... synchronisation mechanisms on-the-fly, depending on the location and number of channel-ends connected. Thus it may start out as a simple local pipe and evolve into a distributed channel spanning multiple nodes. This channel is a necessary next step for PyCSP to allow for complete freedom in executing CSP...

  16. PyCSP - controlled concurrency

    DEFF Research Database (Denmark)

    Friborg, Rune Møllegaard; Vinter, Brian; Bjørndalen, John Markus

    Producing readable and correct programs while at the same time taking advantage of multi-core architectures is a challenge. PyCSP is an implementation of Communicating Sequential Processes algebra (CSP) for the Python programming language, taking advantage of CSP’s formal and verifiable approach...... to controlling concurrency and the readability of Python source code. We describe PyCSP, demonstrate it through examples and demonstrate how PyCSP compares to Pthreads using a benchmark....

  17. Selective C(sp2)-C(sp) bond cleavage: the nitrogenation of alkynes to amides.

    Science.gov (United States)

    Qin, Chong; Feng, Peng; Ou, Yang; Shen, Tao; Wang, Teng; Jiao, Ning

    2013-07-22

    Breakthrough: A novel catalyzed direct highly selective C(sp2)-C(sp) bond functionalization of alkynes to amides has been developed. Nitrogenation is achieved by the highly selective C(sp2)-C(sp) bond cleavage of aryl-substituted alkynes. The oxidant-free and mild conditions and wide substrate scope make this method very practical. Copyright © 2013 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  18. Relaxations of semiring constraint satisfaction problems

    CSIR Research Space (South Africa)

    Leenen, L

    2007-03-01

    Full Text Available The Semiring Constraint Satisfaction Problem (SCSP) framework is a popular approach for the representation of partial constraint satisfaction problems. In this framework preferences can be associated with tuples of values of the variable domains...

  19. PyCSP - Communicating Sequential Processes for Python

    DEFF Research Database (Denmark)

    Vinter, Brian; Bjørndalen, John Markus; Anshus, Otto Johan

    CSP presently supports the core CSP abstractions. We introduce the PyCSP library, its implementation, a few performance benchmarks, and show example code using PyCSP. An early prototype of PyCSP has been used in this year's Extreme Multiprogramming Class at the CS department, university of Copenhagen......The Python programming language is effective for rapidly specifying programs and experimenting with them. It is increasingly being used in computational sciences, and in teaching computer science. CSP is effective for describing concurrency. It has become especially relevant with the emergence...... of commodity multi-core architectures. We are interested in exploring how a combination of Python and CSP can benefit both the computational sciences and the hands-on teaching of distributed and parallel computing in computer science. To make this possible, we have developed PyCSP, a CSP library for Python. Py...

  20. [Problem-solving strategies and marital satisfaction].

    Science.gov (United States)

    Kriegelewicz, Olga

    2006-01-01

    This study investigated the relation between problem-solving strategies in the marital conflict and marital satisfaction. Four problem-solving strategies (Dialogue, Loyalty, Escalation of conflict and Withdrawal) were measured by the Problem-Solving Strategies Inventory, in two versions: self-report and report of partners' perceived behaviour. This measure refers to the concept of Rusbult, Johnson and Morrow, and meets high standards of reliability (alpha Cronbach from alpha = 0.78 to alpha = 0.94) and validity. Marital satisfaction was measured by Marriage Success Scale. The sample was composed of 147 marital couples. The study revealed that satisfied couples, in comparison with non-satisfied couples, tend to use constructive problem-solving strategies (Dialogue and Loyalty). They rarely use destructive strategies like Escalation of conflict or Withdrawal. Dialogue is the strategy connected with satisfaction in a most positive manner. These might be very important guidelines to couples' psychotherapy. Loyalty to oneself is a significant positive predictor of male satisfaction is also own Loyalty. The study shows that constructive attitudes are the most significant predictors of marriage satisfaction. It is therefore worth concentrating mostly on them in the psychotherapeutic process instead of eliminating destructive attitudes.

  1. Low cost anti-soiling coatings for CSP collector mirrors and heliostats

    Energy Technology Data Exchange (ETDEWEB)

    Smith, Barton Barton [ORNL; Polyzos, Georgios [ORNL; Schaeffer, Daniel A [ORNL; Lee, Dominic F [ORNL; Datskos, Panos G [ORNL

    2014-01-01

    Most concentrating solar power (CSP) facilities in the USA are located in the desert southwest of the country where land and sunshine are abundant. But one of the significant maintenance problems and cost associated with operating CSP facilities in this region is the accumulation of dust, sand and other pollutants on the collector mirrors and heliostats. In this paper we describe the development of low cost, easy to apply anti-soiling coatings based on superhydrophobic (SH) functionalized nano silica materials and polymer binders that posses the key requirements necessary to inhibit particulate deposition on and sticking to CSP mirror surfaces, and thereby significantly reducing mirror cleaning costs and facility downtime.

  2. CSP Design Model and Tool Support

    NARCIS (Netherlands)

    Volkerink, H.J.; Volkerink, H.J.; Hilderink, G.H.; Broenink, Johannes F.; Vervoort, Wiek; Welch, P.H.; Bakkers, André

    The CSP paradigm is known as a powerful concept for designing and analysing the architectural and behavioural parts of concurrent software. Although the theory of CSP is useful for mathematicians, the programming language occam has been derived from CSP that is useful for any engineering practice.

  3. Designing Animation Facilities for gCSP

    NARCIS (Netherlands)

    van der Steen, T.T.J.; Groothuis, M.A.; Broenink, Johannes F.

    To improve feedback on how concurrent CSP-based programs run, the graphical CSP design tool has been extended with animation facilities. The state of processes, constructs, and channel ends are indicated with colours both in the gCSP diagrams and in the composition tree (hierarchical tree showing

  4. gCSP occam Code Generation for RMoX

    NARCIS (Netherlands)

    Groothuis, M.A.; Liet, Geert K.; Broenink, Johannes F.; Roebbers, H.W.; Sunter, J.P.E.; Welch, P.H.; Wood, D.C.

    2005-01-01

    gCSP is a graphical tool for creating and editing CSP diagrams. gCSP is used in our labs to generate the embedded software framework for our control systems. As a further extension to our gCSP tool, an occam code generator has been constructed. Generating occam from CSP diagrams gives opportunities

  5. Hybrid concentrated solar power (CSP)–biomass plants in a semiarid region: A strategy for CSP deployment in Brazil

    International Nuclear Information System (INIS)

    Soria, Rafael; Portugal-Pereira, Joana; Szklo, Alexandre; Milani, Rodrigo; Schaeffer, Roberto

    2015-01-01

    The production of electricity using concentrated solar power (CSP) technology is not yet possible in Brazil due to the technology’s high capital costs and the lack of a local industry. However, this study introduces a low-cost approach to CSP in Brazil by describing and simulating the operation of hybrid CSP plants that use sustainably managed biomass in Brazil’s semiarid northeast. Biomass hybridisation of a CSP plant with a solar multiple (SM) of 1.2 and a biomass fill fraction (BFF) of 30% can generate electricity at 110 USD/MWh. The high direct normal irradiation (DNI) and the availability of local low-cost biomass in Brazil’s semiarid northeast suggest the possibility of developing a CSP industry capable of supplying low-cost components under a national program framework, with the co-benefits of local job and income generation. For example, the deployment of 10 CSP plants of 30 MWe each would generate 760 direct and indirect jobs during the 24 months of plant construction and approximately 2100 annual jobs associated with the operation and maintenance (O&M) of the generating units. These 10 new units would generate additional local income on the order of USD 57 million. - Highlights: • CSP plant with supplementary biomass hybridisation is a strategic option for Brazil. • DNI and biomass availability in Brazil's semiarid can foster local CSP industry. • LCOE of CSP would cost 11 cent USD/kWh becoming competitive at solar auctions. • Co-benefits of local job and income generation due to CSP in Brazil are high.

  6. TGGs for Transforming UML to CSP

    DEFF Research Database (Denmark)

    Greenyer, Joel; Kindler, Ekkart; Rieke, Jan

    Contest. The second transformation problem, a transformation from UML activity diagrams to CSP processes, i.e. a transformation between two models, is a typical application for Triple Graph Grammars (TGGs). We present our contributed solution, presenting the TGG rules and the implementation of our TGG...... interpreter. Moreover, we point out the advantages of our soulution as well as some restrictions of the current implementation. This paper will only briefly state the transformation problem and focus on our TGG approach and the discussion of the rules....

  7. Bidirectional Associations Between Newlyweds' Marital Satisfaction and Marital Problems over Time.

    Science.gov (United States)

    Lavner, Justin A; Karney, Benjamin R; Williamson, Hannah C; Bradbury, Thomas N

    2017-12-01

    Prevailing views of marital functioning generally adopt the view that marital problems predict decreases in marital satisfaction, but alternative theoretical perspectives raise the possibility that lowered satisfaction can also predict increases in problems. The current study sought to integrate and compare these perspectives by examining the bidirectional cross-lagged associations between newlyweds' reports of their marital satisfaction and marital problems over the first 4 years of marriage. Using annual assessments from 483 heterosexual newlywed couples, we find evidence for problem-to-satisfaction linkages as well as satisfaction-to-problem linkages. Satisfaction was a stronger predictor of marital problems early in marriage but not as time passed; by Year 4 only problem-to-satisfaction linkages remained significant. These findings are consistent with the idea that couples with more problems go on to report lower levels of satisfaction and couples with lower levels of satisfaction go on to report more marital problems. This dynamic interplay between global judgments about relationship satisfaction and ongoing specific relationship difficulties highlights the value of examining bidirectional effects to better understand marital functioning over time. © 2016 Family Process Institute.

  8. Photoredox Generated Radicals in Csp2-Csp3 Bond Construction

    Science.gov (United States)

    Primer, David Neal

    The routine application of Csp3-hybridized nucleophiles in cross-coupling has been an ongoing pursuit in the agrochemical, pharmaceutical, and materials science industries for over 40 years. Unfortunately, despite numerous attempts to circumvent the problems associated with alkyl nucleophiles, application of these reagents in transition metal-catalyzed C-C bond-forming reactions has remained largely restricted. In recent years, many chemists have noted the lack of reliable, turnkey reactions that exist for the installation of Csp3-hybridized centers--reactions that would be useful for delivering molecules with enhanced three-dimensional topology and altered chemical properties. As such, a general method for alkyl nucleophile activation in cross-coupling would offer access to a host of compounds inaccessible by other means. From a mechanistic standpoint, the continued failure of alkylmetallics is inherent to the high energy intermediates associated with a traditional transmetalation. To overcome this problem, we have pioneered an alternate, single-electron pathway involving 1) initial oxidation of an alkylmetallic reagent, 2) oxidative alkyl radical capture at a metal center, and 3) subsequent reduction of the metal center to return its initial oxidation state. This series of steps constitutes a formal transmetalation that avoids the energy-demanding steps that plague a traditional anionic approach. Under this enabling paradigm, a host of alkyl precursors (alkyl-trifluoroborates and -silicates) have been generally used in cross-coupling for the first time. In summary, the synergistic use of an Ir photoredox catalyst and a Ni cross-coupling catalyst to mediate the cross-coupling of (hetero)aryl bromides with diverse alkyl radical precursors will be discussed. Methods for coupling various trifluoroborate classes (alpha-alkoxy, alpha-trifluoromethyl, secondary and tertiary alkyl) will be covered, focusing on their complementarity to traditional protocols. Finally, a

  9. Durability of coconut shell powder (CSP) concrete

    Science.gov (United States)

    Leman, A. S.; Shahidan, S.; Senin, M. S.; Shamsuddin, S. M.; Anak Guntor, N. A.; Zuki, S. S. Mohd; Khalid, F. S.; Azhar, A. T. S.; Razak, N. H. S.

    2017-11-01

    The rising cost of construction in developing countries like Malaysia has led concrete experts to explore alternative materials such as coconut shells which are renewable and possess high potential to be used as construction material. Coconut shell powder in varying percentages of1%, 3% and 5% was used as filler material in concrete grade 30 and evaluated after a curing period of 7 days and 28days respectively. Compressive strength, water absorption and carbonation tests were conducted to evaluate the strength and durability of CSP concrete in comparison with normal concrete. The test results revealed that 1%, 3% and 5% of CSP concrete achieved a compressive strength of 47.65 MPa, 45.6 MPa and 40.55% respectively. The rate of water absorption of CSP concrete was recorded as 3.21%, 2.47%, and 2.73% for 1%, 3% and 5% of CSP concrete respectively. Although CSP contained a carbon composition of 47%, the carbonation test showed that CSP no signs of carbon were detected inside the concrete. To conclude, CSP offers great prospects as it demonstrated relatively high durability as a construction material.

  10. Life satisfaction and mental health problems (18 to 35 years).

    Science.gov (United States)

    Fergusson, D M; McLeod, G F H; Horwood, L J; Swain, N R; Chapple, S; Poulton, R

    2015-08-01

    Previous research has found that mental health is strongly associated with life satisfaction. In this study we examine associations between mental health problems and life satisfaction in a birth cohort studied from 18 to 35 years. Data were gathered during the Christchurch Health and Development Study, which is a longitudinal study of a birth cohort of 1265 children, born in Christchurch, New Zealand, in 1977. Assessments of psychiatric disorder (major depression, anxiety disorder, suicidality, alcohol dependence and illicit substance dependence) using DSM diagnostic criteria and life satisfaction were obtained at 18, 21, 25, 30 and 35 years. Significant associations (p life satisfaction and the psychiatric disorders major depression, anxiety disorder, suicidality, alcohol dependence and substance dependence. After adjustment for non-observed sources of confounding by fixed effects, statistically significant associations (p life satisfaction and major depression, anxiety disorder, suicidality and substance dependence. Overall, those reporting three or more mental health disorders had mean life satisfaction scores that were nearly 0.60 standard deviations below those without mental health problems. A structural equation model examined the direction of causation between life satisfaction and mental health problems. Statistically significant (p life satisfaction and mental health problems. After adjustment for confounding, robust and reciprocal associations were found between mental health problems and life satisfaction. Overall, this study showed evidence that life satisfaction influences mental disorder, and that mental disorder influences life satisfaction.

  11. Problems militating against job satisfaction among librarians in ...

    African Journals Online (AJOL)

    The research work examined the problems militating against job satisfaction among librarians in academic libraries in Niger State , Nigeria. The aim is to identify the problems associated with job satisfaction among librarians in academic libraries in Niger State. the population of the study was 58 librarians in Niger State.

  12. Correlation-based decimation in constraint satisfaction problems

    International Nuclear Information System (INIS)

    Higuchi, Saburo; Mezard, Marc

    2010-01-01

    We study hard constraint satisfaction problems using some decimation algorithms based on mean-field approximations. The message-passing approach is used to estimate, beside the usual one-variable marginals, the pair correlation functions. The identification of strongly correlated pairs allows to use a new decimation procedure, where the relative orientation of a pair of variables is fixed. We apply this novel decimation to locked occupation problems, a class of hard constraint satisfaction problems where the usual belief-propagation guided decimation performs poorly. The pair-decimation approach provides a significant improvement.

  13. PV integration into a CSP plant

    Science.gov (United States)

    Carvajal, Javier López; Barea, Jose M.; Barragan, Jose; Ortega, Carlos

    2017-06-01

    This paper describes a preliminary techno-economic analysis of the integration of a PV plant into an optimized Parabolic Trough Plant in order to reduce the online consumptions and thus, increase the net electricity injected into the grid. The idea is to assess the feasibility of such project and see what configuration would be the optimal. An extra effort has been made in terms of modelling as the analysis has to be done to the integrated CSP + PV plant instead of analyzing them independently. Two different technologies have been considered for the PV plant, fix and one-axis tracking. Additionally three different scenarios have been considered for the CSP plant auxiliary consumptions as they are essential for determining the optimal PV plant (the higher the auxiliary consumption the higher the optimal PV plant). As could be expected, the results for all cases with PV show an improvement in terms of electricity generation and also in terms of LCOE with respect to the CSP plant. Such improvement is slightly higher with tracking technology for this specific study. Although this exercise has been done to an already designed CSP plant (so only the PV plant had to be optimized), the methodology could be applied for the optimization of an integrated CSP + PV plant during the design phase.

  14. Branch and bound algorithms to solve semiring constraint satisfaction problems

    CSIR Research Space (South Africa)

    Leenen, L

    2008-12-01

    Full Text Available The Semiring Constraint Satisfaction Problem (SCSP) framework is a popular approach for the representation of partial constraint satisfaction problems. Considerable research has been done in solving SCSPs, but limited work has been done in building...

  15. General introduction CSP Technologies and grid management

    OpenAIRE

    Hoffschmidt, Bernhard

    2017-01-01

    Der Vortrag gibt einen Überblick über alle relevanten CSP Technologien und beschreibt die besondere Charakteristik der Stromproduktion sowie die aktuelle und mittelfristige Markt- und Kostensituation. Für eine weitere Kostenreduktion wird der Vorteil eines PV-CSP Hybrid Kraftwerks beschrieben.

  16. Hardware support for CSP on a Java chip multiprocessor

    DEFF Research Database (Denmark)

    Gruian, Flavius; Schoeberl, Martin

    2013-01-01

    Due to memory bandwidth limitations, chip multiprocessors (CMPs) adopting the convenient shared memory model for their main memory architecture scale poorly. On-chip core-to-core communication is a solution to this problem, that can lead to further performance increase for a number of multithreaded...... applications. Programmatically, the Communicating Sequential Processes (CSPs) paradigm provides a sound computational model for such an architecture with message based communication. In this paper we explore hardware support for CSP in the context of an embedded Java CMP. The hardware support for CSP are on......-chip communication channels, implemented by a ring-based network-on-chip (NoC), to reduce the memory bandwidth pressure on the shared memory.The presented solution is scalable and also specific for our limited resources and real-time predictability requirements. CMP architectures of three to eight processors were...

  17. Constraint satisfaction problems with isolated solutions are hard

    International Nuclear Information System (INIS)

    Zdeborová, Lenka; Mézard, Marc

    2008-01-01

    We study the phase diagram and the algorithmic hardness of the random 'locked' constraint satisfaction problems, and compare them to the commonly studied 'non-locked' problems like satisfiability of Boolean formulae or graph coloring. The special property of the locked problems is that clusters of solutions are isolated points. This simplifies significantly the determination of the phase diagram, which makes the locked problems particularly appealing from the mathematical point of view. On the other hand, we show empirically that the clustered phase of these problems is extremely hard from the algorithmic point of view: the best known algorithms all fail to find solutions. Our results suggest that the easy/hard transition (for currently known algorithms) in the locked problems coincides with the clustering transition. These should thus be regarded as new benchmarks of really hard constraint satisfaction problems

  18. Concentrated solar power (CSP innovation analysis in South Africa

    Directory of Open Access Journals (Sweden)

    Craig, Toyosi Onalapo

    2017-08-01

    Full Text Available South Africa aims to generate 42 per cent of its electricity from renewable energy technology sources by 2030. Concentrating solar power (CSP is one of the major renewable energy technologies that have been prioritised by South Africa, given the abundant solar resources available in the region. Seven CSP plants have been, or are being, built; three of them are already connected to the national grid. However, the impacts of this technology on South African research, development, and innovation have not been investigated to date. This paper thus analyses the CSP technologies in South Africa in terms of the existing technology adoption models and diffusion strategies, used by government and its agencies, to improve the development and deployment of these technologies. It is found that CSP has been treated generally like other renewable energy technologies through the Renewable Energy Independent Power Producer Procurement Programme (REIPPPP, although a tariff plan for CSP plants of the future has been made. No specific technology diffusion or adoption model for CSP was found; so this paper explores how it can be developed.

  19. Value generation of future CSP projects in North Africa

    International Nuclear Information System (INIS)

    Kost, Christoph; Engelken, Maximilian; Schlegl, Thomas

    2012-01-01

    This paper discusses the value generation potential for local and international industry in different development scenarios of the concentrating solar power (CSP) market in North Africa until 2030. It analyzes the economic impact resulting from the participation of North African and European companies during construction and operation of CSP plants. The assessment is based on a self-developed solar technologies market development model (STMD) that includes economic and technical requirements and constraints for the creation of a local CSP market. In-depth interviews with industry stakeholders provide specific input, validate the calculations and complement the quantitative model results and conclusions. Long-term potential for locally generated revenues from CSP plant construction are modeled and lead to a share of local revenues of up to 60%. Potential market size of solar power plants in North Africa could reach total revenues of 120 Billion euros and thus demand for components and services contribute to national gross domestic products significantly. Recommendations are given for regional industry cooperation and policy actions for the support of local and international CSP industry in North Africa in order to improve the investment environment and growth of renewable energies in the region. - Highlights: ►New economic model to evaluate value generation of CSP take-off in North Africa. ►CSP components are assessed regarding their potentials to be produced locally. ►Potential for locally generated revenues of CSP plants: 60% of total value. ►Socio-economic impacts of RE projects become more relevant to investment decisions.

  20. Accelerated thermal and mechanical testing of CSP assemblies

    Science.gov (United States)

    Ghaffarian, R.

    2000-01-01

    Chip Scale Packages (CSP) are now widely used for many electronic applications including portable and telecommunication products. A test vehicle (TV-1) with eleven package types and pitches was built and tested by the JPL MicrotypeBGA Consortium during 1997 to 1999. Lessons learned by the team were published as a guidelines document for industry use. The finer pitch CSP packages which recently became available were indluded in the next test vehicle of the JPL CSP Consortium.

  1. Machine-Checkable Timed CSP

    Science.gov (United States)

    Goethel, Thomas; Glesner, Sabine

    2009-01-01

    The correctness of safety-critical embedded software is crucial, whereas non-functional properties like deadlock-freedom and real-time constraints are particularly important. The real-time calculus Timed Communicating Sequential Processes (CSP) is capable of expressing such properties and can therefore be used to verify embedded software. In this paper, we present our formalization of Timed CSP in the Isabelle/HOL theorem prover, which we have formulated as an operational coalgebraic semantics together with bisimulation equivalences and coalgebraic invariants. Furthermore, we apply these techniques in an abstract specification with real-time constraints, which is the basis for current work in which we verify the components of a simple real-time operating system deployed on a satellite.

  2. Subject-based feature extraction by using fisher WPD-CSP in brain-computer interfaces.

    Science.gov (United States)

    Yang, Banghua; Li, Huarong; Wang, Qian; Zhang, Yunyuan

    2016-06-01

    Feature extraction of electroencephalogram (EEG) plays a vital role in brain-computer interfaces (BCIs). In recent years, common spatial pattern (CSP) has been proven to be an effective feature extraction method. However, the traditional CSP has disadvantages of requiring a lot of input channels and the lack of frequency information. In order to remedy the defects of CSP, wavelet packet decomposition (WPD) and CSP are combined to extract effective features. But WPD-CSP method considers less about extracting specific features that are fitted for the specific subject. So a subject-based feature extraction method using fisher WPD-CSP is proposed in this paper. The idea of proposed method is to adapt fisher WPD-CSP to each subject separately. It mainly includes the following six steps: (1) original EEG signals from all channels are decomposed into a series of sub-bands using WPD; (2) average power values of obtained sub-bands are computed; (3) the specified sub-bands with larger values of fisher distance according to average power are selected for that particular subject; (4) each selected sub-band is reconstructed to be regarded as a new EEG channel; (5) all new EEG channels are used as input of the CSP and a six-dimensional feature vector is obtained by the CSP. The subject-based feature extraction model is so formed; (6) the probabilistic neural network (PNN) is used as the classifier and the classification accuracy is obtained. Data from six subjects are processed by the subject-based fisher WPD-CSP, the non-subject-based fisher WPD-CSP and WPD-CSP, respectively. Compared with non-subject-based fisher WPD-CSP and WPD-CSP, the results show that the proposed method yields better performance (sensitivity: 88.7±0.9%, and specificity: 91±1%) and the classification accuracy from subject-based fisher WPD-CSP is increased by 6-12% and 14%, respectively. The proposed subject-based fisher WPD-CSP method can not only remedy disadvantages of CSP by WPD but also discriminate

  3. Sexual Distress and Sexual Problems During Pregnancy: Associations With Sexual and Relationship Satisfaction.

    Science.gov (United States)

    Vannier, Sarah A; Rosen, Natalie O

    2017-03-01

    Sexual problems are common during pregnancy, but the proportion of pregnant women who experience sexual distress is unknown. In non-pregnant samples, sexual distress is associated with lower sexual and relationship satisfaction. To identify the proportion of women experiencing sexual distress during pregnancy and to compare the sexual and relationship satisfaction of women who report sexual distress during pregnancy with that of women without distress. Two-hundred sixty-one pregnant women completed a cross-sectional online survey. Women completed validated measurements of sexual functioning (Female Sexual Function Index; score sexual problem), sexual distress (Female Sexual Distress Scale; score ≥ 15 indicates clinically significant distress), sexual satisfaction (Global Measure of Sexual Satisfaction), and relationship satisfaction (Couples Satisfaction Index). Overall, 42% of women met the clinical cutoff for sexual distress. Of sexually active women (n = 230), 26% reported concurrent sexual problems and distress and 14% reported sexual distress in the absence of sexual problems. Sexual distress and/or problems in sexual functioning were linked to lower sexual and relationship satisfaction compared with pregnant women with lower sexual distress and fewer sexual problems. Sexual distress is common during pregnancy and associated with lower sexual and relationship satisfaction. Health care providers should ask pregnant women about feelings of sexual distress. Identifying pregnant women who experience sexual distress and referring them to appropriate resources could help minimize sexual and relationship problems during pregnancy. Vannier SA, Rosen NO. Sexual Distress and Sexual Problems During Pregnancy: Associations With Sexual and Relationship Satisfaction. J Sex Med 2017;14:387-395. Copyright © 2017 International Society for Sexual Medicine. Published by Elsevier Inc. All rights reserved.

  4. Assessing the future of a CSP industry in Morocco

    International Nuclear Information System (INIS)

    Mahia, Ramon; Arce, Rafael de; Medina, Eva

    2014-01-01

    This article presents the results of a survey on the feasibility of, and difficulties in, establishing a locally CSP manufacturing industry in Morocco. First, the survey explores which specific components of the CSP production chain could be manufactured in Morocco today and which would require moderate or significant changes being made in that country over the next decade. This paper contributes to demonstrating the potential for a CSP manufacturing industry in Morocco at the present time, ideal business models and current restrictions. Second, on the one hand this survey provides insight into the entrepreneurial, policy- and market-related barriers hampering the development of this industry and, on the other, the relative advantages offered by Morocco for the development of a CSP sector. Complementing the empirical findings on foreign direct investment determinants, this exercise stresses the key relevance of the economic context not only in terms of size, stability and predictability of the market, but also in regard to the critical importance of institutional and policy-related issues such as stability and public policy commitment. The results show that prior experience of firms in developing areas is a crucial issue in the accurate assessment of the risks and benefits associated with FDI decisions. - Highlights: • A CSP industry in Morocco is viable under certain adjustments in the next decade. • Policy related barriers are more critical than entrepreneurial or market obstacles. • It urges to provide a legislative and administrative support for CSP initiatives. • The volume of installed CSP capacity in the region doesn't reach a critical level. • Some foreign investors might have a negative miss perception of Moroccan reality

  5. Properties of concrete containing coconut shell powder (CSP) as a filler

    Science.gov (United States)

    Leman, A. S.; Shahidan, S.; Nasir, A. J.; Senin, M. S.; Zuki, S. S. Mohd; Ibrahim, M. H. Wan; Deraman, R.; Khalid, F. S.; Azhar, A. T. S.

    2017-11-01

    Coconut shellsare a type of agricultural waste which can be converted into useful material. Therefore,this study was conducted to investigate the properties of concrete which uses coconut shell powder (CSP) filler material and to define the optimum percentage of CSP which can be used asfiller material in concrete. Comparisons have been made between normal concrete mixes andconcrete containing CSP. In this study, CSP was added into concrete mixes invaryingpercentages (0%, 2%, 4%, 6%, 8% and 10%). The coconut shell was grounded into afine powder before use. Experimental tests which have been conducted in this study include theslump test, compressive test and splitting tensile strength test. CSP have the potential to be used as a concrete filler and thus the findings of this study may be applied to the construction industry. The use of CSP as a filler in concrete can help make the earth a more sustainable and greener place to live in.

  6. AnalysisThe Availability of Using Concentrated Solar Power (CSP as Electricity Source in Al-Hilla City

    Directory of Open Access Journals (Sweden)

    Wisam Shamkhi Jaber

    2017-03-01

    Full Text Available The needing of using clean energy increases every year because of the negative impact of emissions from electricity power plant and to reduce the costs of generating power by using natural energies like solar, wind, and other sources. The availability of using solar energy as source of producing electricity in Al-Hilla city by using Concentrating Solar Power (CSP was investigated in this research. The major parameters in this study were the city position, and the annually amount of solar received, also, number of charts related to solar parameters for the management of CSP were derived and showed in this research. The using of CSP as electricity power can be important solution to force the problem of high cost of electricity power fuel needed and the lack of power produced because of increasing of power consumed specially in summer season.

  7. Embodied energy and emergy analyses of a concentrating solar power (CSP) system

    International Nuclear Information System (INIS)

    Zhang Meimei; Wang Zhifeng; Xu Chao; Jiang Hui

    2012-01-01

    Although concentrating solar power (CSP) technology has been projected as one of the most promising candidates to replace conventional power plants burning fossil fuels, the potential advantages and disadvantages of the CSP technology have not been thoroughly evaluated. To better understand the performance of the CSP technology, this paper presents an ecological accounting framework based on embodied energy and emergy analyses methods. The analyses are performed for the 1.5 MW Dahan solar tower power plant in Beijing, China and different evaluation indices used in the embodied energy and emergy analyses are employed to evaluate the plant performance. Our analysis of the CSP plant are compared with six Italian power plants with different energy sources and an American PV plant, which demonstrates the CSP is the superior technology. - Highlights: ► Embodied energy and emergy analyses are employed to evaluate the first solar tower power plant in China. ► Different evaluation indices are quantitatively analyzed to show the advantages of CSP technology. ► This analysis provides insights for making energy policy and investment decisions about CSP technology.

  8. Classifying regularized sensor covariance matrices: An alternative to CSP

    NARCIS (Netherlands)

    Roijendijk, L.M.M.; Gielen, C.C.A.M.; Farquhar, J.D.R.

    2016-01-01

    Common spatial patterns ( CSP) is a commonly used technique for classifying imagined movement type brain-computer interface ( BCI) datasets. It has been very successful with many extensions and improvements on the basic technique. However, a drawback of CSP is that the signal processing pipeline

  9. Classifying regularised sensor covariance matrices: An alternative to CSP

    NARCIS (Netherlands)

    Roijendijk, L.M.M.; Gielen, C.C.A.M.; Farquhar, J.D.R.

    2016-01-01

    Common spatial patterns (CSP) is a commonly used technique for classifying imagined movement type brain computer interface (BCI) datasets. It has been very successful with many extensions and improvements on the basic technique. However, a drawback of CSP is that the signal processing pipeline

  10. On issues of constructing an exception handling mechanism for CSP-based process-oriented concurrent software

    NARCIS (Netherlands)

    Jovanovic, D.S.; Orlic, B.; Broenink, Johannes F.; Broenink, J.F.; Roebers, H.W.; Sunter, J.P.E.; Welch, P.H.; Wood, D.C.

    2005-01-01

    This paper discusses issues, possibilities and existing approaches for fitting an exception handling mechanism (EHM) in CSP-based process-oriented software architectures. After giving a survey on properties desired for a concurrent EHM, specific problems and a few principal ideas for including

  11. A Precision Photometric Comparison between SDSS-II and CSP Type Ia Supernova Data

    DEFF Research Database (Denmark)

    Mosher, J.; Sako, M.; Corlies, L.

    2012-01-01

    Consistency between Carnegie Supernova Project (CSP) and SDSS-II Supernova Survey ugri measurements has been evaluated by comparing Sloan Digital Sky Survey (SDSS) and CSP photometry for nine spectroscopically confirmed Type Ia supernova observed contemporaneously by both programs. The CSP data...

  12. Experimental Matching of Instances to Heuristics for Constraint Satisfaction Problems.

    Science.gov (United States)

    Moreno-Scott, Jorge Humberto; Ortiz-Bayliss, José Carlos; Terashima-Marín, Hugo; Conant-Pablos, Santiago Enrique

    2016-01-01

    Constraint satisfaction problems are of special interest for the artificial intelligence and operations research community due to their many applications. Although heuristics involved in solving these problems have largely been studied in the past, little is known about the relation between instances and the respective performance of the heuristics used to solve them. This paper focuses on both the exploration of the instance space to identify relations between instances and good performing heuristics and how to use such relations to improve the search. Firstly, the document describes a methodology to explore the instance space of constraint satisfaction problems and evaluate the corresponding performance of six variable ordering heuristics for such instances in order to find regions on the instance space where some heuristics outperform the others. Analyzing such regions favors the understanding of how these heuristics work and contribute to their improvement. Secondly, we use the information gathered from the first stage to predict the most suitable heuristic to use according to the features of the instance currently being solved. This approach proved to be competitive when compared against the heuristics applied in isolation on both randomly generated and structured instances of constraint satisfaction problems.

  13. Mise en Scene: Conversion of Scenarios to CSP Traces for the Requirements-to-Design-to-Code Project

    Science.gov (United States)

    Carter. John D.; Gardner, William B.; Rash, James L.; Hinchey, Michael G.

    2007-01-01

    The "Requirements-to-Design-to-Code" (R2D2C) project at NASA's Goddard Space Flight Center is based on deriving a formal specification expressed in Communicating Sequential Processes (CSP) notation from system requirements supplied in the form of CSP traces. The traces, in turn, are to be extracted from scenarios, a user-friendly medium often used to describe the required behavior of computer systems under development. This work, called Mise en Scene, defines a new scenario medium (Scenario Notation Language, SNL) suitable for control-dominated systems, coupled with a two-stage process for automatic translation of scenarios to a new trace medium (Trace Notation Language, TNL) that encompasses CSP traces. Mise en Scene is offered as an initial solution to the problem of the scenarios-to-traces "D2" phase of R2D2C. A survey of the "scenario" concept and some case studies are also provided.

  14. Value as a parameter to consider in operational strategies for CSP plants

    Science.gov (United States)

    de Meyer, Oelof; Dinter, Frank; Govender, Saneshan

    2017-06-01

    This paper introduced a value parameter to consider when analyzing operational strategies for CSP plants. The electric system in South Africa, used as case study, is severely constrained with an influx of renewables in the early phase of deployment. The energy demand curve for the system is analyzed showing the total wind and solar photovoltaic contributions for winter and summer. Due to the intermittent nature and meteorological operating conditions of wind and solar photovoltaic plants, the value of CSP plants within the electric system is introduced. Analyzing CSP plants based on the value parameter alone will remain only a philosophical view. Currently there is no quantifiable measure to translate the philosophical view or subjective value and it solely remains the position of the stakeholder. By introducing three other parameters, Cost, Plant and System to a holistic representation of the Operating Strategies of generation plants, the Value parameter can be translated into a quantifiable measure. Utilizing the country's current procurement program as case study, CSP operating under the various PPA within the Bid Windows are analyzed. The Value Cost Plant System diagram developed is used to quantify the value parameter. This paper concluded that no value is obtained from CSP plants operating under the Bid Window 1 & 2 Power Purchase Agreement. However, by recognizing the dispatchability potential of CSP plants in Bid Window 3 & 3.5, the value of CSP in the electric system can be quantified utilizing Value Added Relationship VCPS-diagram. Similarly ancillary services to the system were analyzed. One of the relationships that have not yet been explored within the industry is an interdependent relationship. It was emphasized that the cost and value structure is shared between the plant and system. Although this relationship is functional when the plant and system belongs to the same entity, additional value is achieved by marginalizing the cost structure. A

  15. Feasibility Study on HYSOL CSP

    DEFF Research Database (Denmark)

    Nielsen, Lars Henrik; Skytte, Klaus; Pérez, Cristian Hernán Cabrera

    2016-01-01

    Concentrating Solar Power (CSP) plants utilize thermal conversion of direct solar irradiation. A trough or tower configuration focuses solar radiation and heats up oil or molten salt that subsequently in high temperature heat exchangers generate steam for power generation. High temperature molten...... salt can be stored and the stored heat can thus increase the load factor and the usability for a CSP plant, e.g. to cover evening peak demand. In the HYSOL concept (HYbrid SOLar) such configuration is extended further to include a gas turbine fuelled by upgraded biogas or natural gas. The optimised...... integrated HYSOL concept, therefore, becomes a fully dispatchable (offering firm power) and fully renewable energy source (RES) based power supply alternative, offering CO2-free electricity in regions with sufficient solar resources. The economic feasibility of HYSOL configurations is addressed in this paper...

  16. The value of dispatchability of CSP plants in the electricity systems of Morocco and Algeria

    International Nuclear Information System (INIS)

    Brand, Bernhard; Boudghene Stambouli, Amine; Zejli, Driss

    2012-01-01

    This paper examines the effects of an increased integration of concentrated solar power (CSP) into the conventional electricity systems of Morocco and Algeria. A cost-minimizing linear optimization tool was used to calculate the best CSP plant configuration for Morocco's coal-dominated power system as well as for Algeria, where flexible gas-fired power plants prevail. The results demonstrate that in both North African countries, storage-based CSP plants offer significant economic advantages over non-storage, low-dispatchable CSP configurations. However, in a generalized renewable integration scenario, where CSP has to compete with other renewable generation technologies, like wind or photovoltaic (PV) power, it was found that the cost advantages of dispatchability only justify CSP investments when a relatively high renewable penetration is targeted in the electricity mix. - Highlights: ► Market model to optimize CSP plant configuration in North African power systems. ► Value of storage-based CSP plants compared to non-dispatchable configurations: 28–55 €/MWh. ► Assessment of Morocco's and Algeria's renewable electricity targets until 2030. ► CSP becomes more competitive with intermittent technologies when high RES-E quota are targeted.

  17. Modeling and solving semiring constraint satisfaction problems by transformation to weighted semiring Max-SAT

    CSIR Research Space (South Africa)

    Leenen, L

    2007-12-01

    Full Text Available The authors present a variant of the Weighted Maximum Satisfiability Problem (Weighted Max-SAT), which is a modeling of the Semiring Constraint Satisfaction framework. They show how to encode a Semiring Constraint Satisfaction Problem (SCSP...

  18. A CSP-Based Agent Modeling Framework for the Cougaar Agent-Based Architecture

    Science.gov (United States)

    Gracanin, Denis; Singh, H. Lally; Eltoweissy, Mohamed; Hinchey, Michael G.; Bohner, Shawn A.

    2005-01-01

    Cognitive Agent Architecture (Cougaar) is a Java-based architecture for large-scale distributed agent-based applications. A Cougaar agent is an autonomous software entity with behaviors that represent a real-world entity (e.g., a business process). A Cougaar-based Model Driven Architecture approach, currently under development, uses a description of system's functionality (requirements) to automatically implement the system in Cougaar. The Communicating Sequential Processes (CSP) formalism is used for the formal validation of the generated system. Two main agent components, a blackboard and a plugin, are modeled as CSP processes. A set of channels represents communications between the blackboard and individual plugins. The blackboard is represented as a CSP process that communicates with every agent in the collection. The developed CSP-based Cougaar modeling framework provides a starting point for a more complete formal verification of the automatically generated Cougaar code. Currently it is used to verify the behavior of an individual agent in terms of CSP properties and to analyze the corresponding Cougaar society.

  19. Sandia capabilities for the measurement, characterization, and analysis of heliostats for CSP.

    Energy Technology Data Exchange (ETDEWEB)

    Andraka, Charles E.; Christian, Joshua Mark; Ghanbari, Cheryl M.; Gill, David Dennis; Ho, Clifford Kuofei; Kolb, William J.; Moss, Timothy A.; Smith, Edward J.; Yellowhair, Julius

    2013-07-01

    The Concentrating Solar Technologies Organization at Sandia National Laboratories has a long history of performing important research, development, and testing that has enabled the Concentrating Solar Power Industry to deploy full-scale power plants. Sandia continues to pursue innovative CSP concepts with the goal of reducing the cost of CSP while improving efficiency and performance. In this pursuit, Sandia has developed many tools for the analysis of CSP performance. The following capabilities document highlights Sandias extensive experience in the design, construction, and utilization of large-scale testing facilities for CSP and the tools that Sandia has created for the full characterization of heliostats. Sandia has extensive experience in using these tools to evaluate the performance of novel heliostat designs.

  20. Takaful Operators’ Corporate Social Performance (CSP: An Industry Perspective

    Directory of Open Access Journals (Sweden)

    Muhamat Amirul Afif

    2017-01-01

    Full Text Available Takaful operators which are part of Islamic financial institutions (IFIs derive their fundamental principles from shariah. These religious based institutions are expected to fulfill the two important roles in their business operations: commercially profitable and socially responsible. Nevertheless, their societal role is rarely measured and discussed. Therefore, this study appraised the societal role of takaful operators by assessing the components which have been proposed under the corporate social performance (CSP theme for IFIs. This study has arranged structured interview sessions with the Chief Investment Officers and Heads of Investment of each of the eleven takaful operators in Malaysia. The Delphi-style technique was adopted when developing the interview questions. The questions were developed in the form of a five-point Likert scale, addressing specific issues on CSP of takaful operators. In addition, information on takaful operators’ CSR activities, zakat and tax payment were gathered from the companies’ websites and annual report of takaful operators. The study concludes that takaful operators in Malaysia have achieved their societal role through two channels: CSP programmes financed from companies’ profits and fulfillment of CSP as a result of business-community agenda. This study covers every takaful operator in Malaysia and the results reflect industry opinion.

  1. The techno-economic optimization of a 100MWe CSP-desalination plant in Arandis, Namibia

    Science.gov (United States)

    Dall, Ernest P.; Hoffmann, Jaap E.

    2017-06-01

    Energy is a key factor responsible for a country's economic growth and prosperity. It is closely related to the main global challenges namely: poverty mitigation, global environmental change and food and water security [1.]. Concentrating solar power (CSP) is steadily gaining more market acceptance as the cost of electricity from CSP power plants progressively declines. The cogeneration of electricity and water is an attractive prospect for future CSP developments as the simultaneous production of power and potable water can have positive economic implications towards increasing the feasibility of CSP plant developments [2.]. The highest concentrations of direct normal irradiation are located relatively close to Western coastal and Middle-Eastern North-African regions. It is for this reason worthwhile investigating the possibility of CSP-desalination (CSP+D) plants as a future sustainable method for providing both electricity and water with significantly reduced carbon emissions and potential cost reductions. This study investigates the techno-economic feasibility of integrating a low-temperature thermal desalination plant to serve as the condenser as opposed to a conventional dry-cooled CSP plant in Arandis, Namibia. It outlines the possible benefits of the integration CSP+D in terms of overall cost of water and electricity. The high capital costs of thermal desalination heat exchangers as well as the pumping of seawater far inland is the most significant barrier in making this approach competitive against more conventional desalination methods such as reverse osmosis. The compromise between the lowest levelized cost of electricity and water depends on the sizing and the top brine temperature of the desalination plant.

  2. Rhodium(III)-Catalyzed Amidation of Unactivated C(sp(3) )-H Bonds.

    Science.gov (United States)

    Wang, He; Tang, Guodong; Li, Xingwei

    2015-10-26

    Nitrogenation by direct functionalization of C-H bonds represents an important strategy for constructing C-N bonds. Rhodium(III)-catalyzed direct amidation of unactivated C(sp(3) )-H bonds is rare, especially under mild reaction conditions. Herein, a broad scope of C(sp(3) )-H bonds are amidated under rhodium catalysis in high efficiency using 3-substituted 1,4,2-dioxazol-5-ones as the amide source. The protocol broadens the scope of rhodium(III)-catalyzed C(sp(3) )-H activation chemistry, and is applicable to the late-stage functionalization of natural products. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  3. Life Satisfaction among High School Students with Social, Emotional, and Behavioral Problems

    Science.gov (United States)

    State, Talida M.; Kern, Lee

    2017-01-01

    Over the last decade, there has been increased interest in measuring life satisfaction among children and adolescents as an indicator of broad well-being and happiness. Although limited, existing research with students with social, emotional, and behavioral (SEB) problems indicates they experience lower life satisfaction compared with their…

  4. All ternary permutation constraint satisfaction problems parameterized above average have kernels with quadratic numbers of variables

    DEFF Research Database (Denmark)

    Gutin, Gregory; Van Iersel, Leo; Mnich, Matthias

    2010-01-01

    A ternary Permutation-CSP is specified by a subset Π of the symmetric group S3. An instance of such a problem consists of a set of variables V and a multiset of constraints, which are ordered triples of distinct variables of V. The objective is to find a linear ordering α of V that maximizes...... the number of triples whose rearrangement (under α) follows a permutation in Π. We prove that all ternary Permutation-CSPs parameterized above average have kernels with quadratic numbers of variables....

  5. Comparing carbon capture and storage (CCS) with concentrating solar power (CSP): Potentials, costs, risks, and barriers

    International Nuclear Information System (INIS)

    Lilliestam, Johan; Bielicki, Jeffrey M.; Patt, Anthony G.

    2012-01-01

    Coal power coupled with Carbon [Dioxide] Capture and Storage (CCS), and Concentrating Solar Power (CSP) technologies are often included in the portfolio of climate change mitigation options intended to decarbonize electricity systems. Both of these technologies can provide baseload electricity, are in early stages of maturity, and have benefits, costs, and obstacles. We compare and contrast CCS applied to coal-fired power plants with CSP. At present, both technologies are more expensive than existing electricity-generating options, but costs should decrease with large-scale deployment, especially in the case of CSP. For CCS, technological challenges still remain, storage risks must be clarified, and regulatory and legal uncertainties remain. For CSP, current challenges include electricity transmission and business models for a rapid and extensive expansion of high-voltage transmission lines. The need for international cooperation may impede CSP expansion in Europe. Highlights: ► Both technologies could provide low-carbon base load power. ► Both technologies require new networks, for either CO 2 or power transmission. ► CSP is closer to being a viable technology ready for pervasive diffusion. ► The costs associated with market saturation would be lower for CSP. ► The regulatory changes required for CSP diffusion are somewhat greater than for CCS.

  6. Control oriented concentrating solar power (CSP) plant model and its applications

    Science.gov (United States)

    Luo, Qi

    Solar receivers in concentrating solar thermal power plants (CSP) undergo over 10,000 start-ups and shutdowns, and over 25,000 rapid rate of change in temperature on receivers due to cloud transients resulting in performance degradation and material fatigue in their expected lifetime of over 30 years. The research proposes to develop a three-level controller that uses multi-input-multi-output (MIMO) control technology to minimize the effect of these disturbances, improve plant performance, and extend plant life. The controller can be readily installed on any vendor supplied state-of-the-art control hardware. We propose a three-level controller architecture using multi-input-multi-output (MIMO) control for CSP plants that can be implemented on existing plants to improve performance, reliability, and extend the life of the plant. This architecture optimizes the performance on multiple time scalesreactive level (regulation to temperature set points), tactical level (adaptation of temperature set points), and strategic level (trading off fatigue life due to thermal cycling and current production). This controller unique to CSP plants operating at temperatures greater than 550 °C, will make CSPs competitive with conventional power plants and contribute significantly towards the Sunshot goal of 0.06/kWh(e), while responding with agility to both market dynamics and changes in solar irradiance such as due to passing clouds. Moreover, our development of control software with performance guarantees will avoid early stage failures and permit smooth grid integration of the CSP power plants. The proposed controller can be implemented with existing control hardware infrastructure with little or no additional equipment. In the thesis, we demonstrate a dynamics model of CSP, of which different components are modelled with different time scales. We also show a real time control strategy of CSP control oriented model in steady state. Furthermore, we shown different controllers

  7. CSP: A Multifaceted Hybrid Architecture for Space Computing

    Science.gov (United States)

    Rudolph, Dylan; Wilson, Christopher; Stewart, Jacob; Gauvin, Patrick; George, Alan; Lam, Herman; Crum, Gary Alex; Wirthlin, Mike; Wilson, Alex; Stoddard, Aaron

    2014-01-01

    Research on the CHREC Space Processor (CSP) takes a multifaceted hybrid approach to embedded space computing. Working closely with the NASA Goddard SpaceCube team, researchers at the National Science Foundation (NSF) Center for High-Performance Reconfigurable Computing (CHREC) at the University of Florida and Brigham Young University are developing hybrid space computers that feature an innovative combination of three technologies: commercial-off-the-shelf (COTS) devices, radiation-hardened (RadHard) devices, and fault-tolerant computing. Modern COTS processors provide the utmost in performance and energy-efficiency but are susceptible to ionizing radiation in space, whereas RadHard processors are virtually immune to this radiation but are more expensive, larger, less energy-efficient, and generations behind in speed and functionality. By featuring COTS devices to perform the critical data processing, supported by simpler RadHard devices that monitor and manage the COTS devices, and augmented with novel uses of fault-tolerant hardware, software, information, and networking within and between COTS devices, the resulting system can maximize performance and reliability while minimizing energy consumption and cost. NASA Goddard has adopted the CSP concept and technology with plans underway to feature flight-ready CSP boards on two upcoming space missions.

  8. CSPBuilder - CSP based Scientific Workflow Modelling

    DEFF Research Database (Denmark)

    Friborg, Rune Møllegaard; Vinter, Brian

    2008-01-01

    This paper introduces a framework for building CSP based applications, targeted for clusters and next generation CPU designs. CPUs are produced with several cores today and every future CPU generation will feature increasingly more cores, resulting in a requirement for concurrency that has not pr...

  9. Multiobjective Quantum Evolutionary Algorithm for the Vehicle Routing Problem with Customer Satisfaction

    Directory of Open Access Journals (Sweden)

    Jingling Zhang

    2012-01-01

    Full Text Available The multiobjective vehicle routing problem considering customer satisfaction (MVRPCS involves the distribution of orders from several depots to a set of customers over a time window. This paper presents a self-adaptive grid multi-objective quantum evolutionary algorithm (MOQEA for the MVRPCS, which takes into account customer satisfaction as well as travel costs. The degree of customer satisfaction is represented by proposing an improved fuzzy due-time window, and the optimization problem is modeled as a mixed integer linear program. In the MOQEA, nondominated solution set is constructed by the Challenge Cup rules. Moreover, an adaptive grid is designed to achieve the diversity of solution sets; that is, the number of grids in each generation is not fixed but is automatically adjusted based on the distribution of the current generation of nondominated solution set. In the study, the MOQEA is evaluated by applying it to classical benchmark problems. Results of numerical simulation and comparison show that the established model is valid and the MOQEA is effective for MVRPCS.

  10. A General Catalyst for Site-Selective C(sp(3))-H Bond Amination of Activated Secondary over Tertiary Alkyl C(sp(3))-H Bonds.

    Science.gov (United States)

    Scamp, Ryan J; Jirak, James G; Dolan, Nicholas S; Guzei, Ilia A; Schomaker, Jennifer M

    2016-06-17

    The discovery of transition metal complexes capable of promoting general, catalyst-controlled and selective carbon-hydrogen (C-H) bond amination of activated secondary C-H bonds over tertiary alkyl C(sp(3))-H bonds is challenging, as substrate control often dominates when reactive nitrene intermediates are involved. In this letter, we report the design of a new silver complex, [(Py5Me2)AgOTf]2, that displays general and good-to-excellent selectivity for nitrene insertion into propargylic, benzylic, and allylic C-H bonds over tertiary alkyl C(sp(3))-H bonds.

  11. CSP electricity cost evolution and grid parities based on the IEA roadmaps

    International Nuclear Information System (INIS)

    Hernández-Moro, J.; Martínez-Duart, J.M.

    2012-01-01

    The main object of this paper consists in the development of a mathematical closed-form expression for the evaluation, in the period 2010–2050, of the levelized costs of energy (LCOE) of concentrating solar power (CSP) electricity. For this purpose, the LCOE is calculated using a life-cycle cost method, based on the net present value, the discounted cash flow technique and the technology learning curve approach. By this procedure, the LCOE corresponding to CSP electricity is calculated as a function of ten independent variables. Among these parameters, special attention has been put on the evaluation of the available solar resource, the analysis of the IEA predicted values for the cumulative installed capacity, the initial (2010) cost of the system, the discount and learning rates, etc. One significant contribution of our work is that the predicted evolution of the LCOEs strongly depend, not only on the particular values of the cumulative installed capacity function in the targeted years, but mainly on the specific curved time-paths which are followed by this function. The results obtained in this work are shown both graphically and numerically. Finally, the implications that the results could have in energy planning policies and grid parity calculations are discussed. - Highlights: ► A mathematical closed expression has been developed for calculating the evolution of CSP electricity costs. ► Our technique for the prediction of CSP electricity costs and grid parities is based on IEA Roadmaps. ► The time-table (2010–2050) of cumulative installed CSP capacity is key to electricity cost predictions. ► CSP grid parities can occur within next decade for sites with proper solar resources.

  12. On purpose simulation model for molten salt CSP parabolic trough

    Science.gov (United States)

    Caranese, Carlo; Matino, Francesca; Maccari, Augusto

    2017-06-01

    The utilization of computer codes and simulation software is one of the fundamental aspects for the development of any kind of technology and, in particular, in CSP sector for researchers, energy institutions, EPC and others stakeholders. In that extent, several models for the simulation of CSP plant have been developed with different main objectives (dynamic simulation, productivity analysis, techno economic optimization, etc.), each of which has shown its own validity and suitability. Some of those models have been designed to study several plant configurations taking into account different CSP plant technologies (Parabolic trough, Linear Fresnel, Solar Tower or Dish) and different settings for the heat transfer fluid, the thermal storage systems and for the overall plant operating logic. Due to a lack of direct experience of Molten Salt Parabolic Trough (MSPT) commercial plant operation, most of the simulation tools do not foresee a suitable management of the thermal energy storage logic and of the solar field freeze protection system, but follow standard schemes. ASSALT, Ase Software for SALT csp plants, has been developed to improve MSPT plant's simulations, by exploiting the most correct operational strategies in order to provide more accurate technical and economical results. In particular, ASSALT applies MSPT specific control logics for the electric energy production and delivery strategy as well as the operation modes of the Solar Field in off-normal sunshine condition. With this approach, the estimated plant efficiency is increased and the electricity consumptions required for the plant operation and management is drastically reduced. Here we present a first comparative study on a real case 55 MWe Molten Salt Parabolic Trough CSP plant placed in the Tibetan highlands, using ASSALT and SAM (System Advisor Model), which is a commercially available simulation tool.

  13. Exploring the Impact of Early Decisions in Variable Ordering for Constraint Satisfaction Problems

    OpenAIRE

    Ortiz-Bayliss, José Carlos; Amaya, Ivan; Conant-Pablos, Santiago Enrique; Terashima-Marín, Hugo

    2018-01-01

    When solving constraint satisfaction problems (CSPs), it is a common practice to rely on heuristics to decide which variable should be instantiated at each stage of the search. But, this ordering influences the search cost. Even so, and to the best of our knowledge, no earlier work has dealt with how first variable orderings affect the overall cost. In this paper, we explore the cost of finding high-quality orderings of variables within constraint satisfaction problems. We also study differen...

  14. A green vehicle routing problem with customer satisfaction criteria

    Science.gov (United States)

    Afshar-Bakeshloo, M.; Mehrabi, A.; Safari, H.; Maleki, M.; Jolai, F.

    2016-12-01

    This paper develops an MILP model, named Satisfactory-Green Vehicle Routing Problem. It consists of routing a heterogeneous fleet of vehicles in order to serve a set of customers within predefined time windows. In this model in addition to the traditional objective of the VRP, both the pollution and customers' satisfaction have been taken into account. Meanwhile, the introduced model prepares an effective dashboard for decision-makers that determines appropriate routes, the best mixed fleet, speed and idle time of vehicles. Additionally, some new factors evaluate the greening of each decision based on three criteria. This model applies piecewise linear functions (PLFs) to linearize a nonlinear fuzzy interval for incorporating customers' satisfaction into other linear objectives. We have presented a mixed integer linear programming formulation for the S-GVRP. This model enriches managerial insights by providing trade-offs between customers' satisfaction, total costs and emission levels. Finally, we have provided a numerical study for showing the applicability of the model.

  15. Energy loss function for biological material: poly(CSP)

    International Nuclear Information System (INIS)

    Fung, A.Y.C.; Zaider, M.

    1994-01-01

    In this paper calculated cross sections are presented for the interaction of electrons with poly(CSP), a single-stranded chain that contains one cytosine sugar phosphate unit in the elementary cell. To model a single strand of helical DNA (e.g. the base stacking), the Watson-Crick model for the geometry of poly(CSP) has been used. The use, for computational simplicity, of a single, rather than a double stranded polynucleotide may be justified on the basis of previous calculations indicating that -to a good approximation - the electronic structure (other than excitation states) of complementary base pairs may be described as a superposition of the corresponding structures of the individual components. (Author)

  16. Marital Satisfaction, Parental Stress, and Child Behavior Problems among Parents of Young Children with Developmental Delays

    Science.gov (United States)

    Robinson, Merideth; Neece, Cameron L.

    2015-01-01

    Studies have found that low marital satisfaction, parenting stress, and child behavior problems are linked in families of children with developmental delays (DD). However, previous investigations examining the relationships between parenting stress, child behavior problems, and marital satisfaction rarely examine the interrelationships of these…

  17. A VAR2CSA:CSP conjugate capable of inducing dual specificity antibody responses

    DEFF Research Database (Denmark)

    Matondo, Sungwa; Thrane, Susan; Janitzek, Christoph Mikkel

    2017-01-01

    Catcher peptide. The covalent interaction between SpyTag/SpyCatcher enables the formation of DBL1x-DBL2x-ID2a:CSP conjugate vaccine. Immunogenicity and quality of antibody responses induced by the conjugate vaccine, as well as a control CSP-SpyCatcher vaccine, was tested in BALB/c mice.  Results: Serum samples...... obtained from mice immunized with the conjugate vaccine were able to recognize both untagged DBL1x-DBL2x-ID2a as well as CSP antigen. Moreover, the geometric mean anti-CSP antibody titer was 1.9-fold higher in serum (at day 35 and 55 post-first immunization) from mice immunized with the conjugate vaccine......, as compared to mice receiving the control vaccine.  Conclusion: The data obtained in this study serves as proof-of-concept for the simultaneous induction of antibodies directed against individual antigen components in a dual stage anti-malaria vaccine....

  18. BF3·Et2O-promoted cleavage of the Csp-Csp2 bond of 2-propynolphenols/anilines: route to C2-alkenylated benzoxazoles and benzimidazoles.

    Science.gov (United States)

    Song, Xian-Rong; Qiu, Yi-Feng; Song, Bo; Hao, Xin-Hua; Han, Ya-Ping; Gao, Pin; Liu, Xue-Yuan; Liang, Yong-Min

    2015-02-20

    A novel BF3·Et2O-promoted tandem reaction of easily prepared 2-propynolphenols/anilines and trimethylsilyl azide is developed to give C2-alkenylated benzoxazoles and benzimidazoles in moderate to good yields. Most reactions could be accomplished in 30 min at room temperature. This tandem process involves a Csp-Csp2 bond cleavage and a C-N bond formation. Moreover, both tertiary and secondary propargylic alcohols with diverse functional groups were tolerated under the mild conditions.

  19. Biotype Characterization, Developmental Profiling, Insecticide Response and Binding Property of Bemisia tabaci Chemosensory Proteins: Role of CSP in Insect Defense.

    Directory of Open Access Journals (Sweden)

    Guoxia Liu

    Full Text Available Chemosensory proteins (CSPs are believed to play a key role in the chemosensory process in insects. Sequencing genomic DNA and RNA encoding CSP1, CSP2 and CSP3 in the sweet potato whitefly Bemisia tabaci showed strong variation between B and Q biotypes. Analyzing CSP-RNA levels showed not only biotype, but also age and developmental stage-specific expression. Interestingly, applying neonicotinoid thiamethoxam insecticide using twenty-five different dose/time treatments in B and Q young adults showed that Bemisia CSP1, CSP2 and CSP3 were also differentially regulated over insecticide exposure. In our study one of the adult-specific gene (CSP1 was shown to be significantly up-regulated by the insecticide in Q, the most highly resistant form of B. tabaci. Correlatively, competitive binding assays using tryptophan fluorescence spectroscopy and molecular docking demonstrated that CSP1 protein preferentially bound to linoleic acid, while CSP2 and CSP3 proteins rather associated to another completely different type of chemical, i.e. α-pentyl-cinnamaldehyde (jasminaldehyde. This might indicate that some CSPs in whiteflies are crucial to facilitate the transport of fatty acids thus regulating some metabolic pathways of the insect immune response, while some others are tuned to much more volatile chemicals known not only for their pleasant odor scent, but also for their potent toxic insecticide activity.

  20. The Approximability of Learning and Constraint Satisfaction Problems

    Science.gov (United States)

    2010-10-07

    further improved this result to NP ⊆ naPCP1,3/4+²(O(log(n)),3). Around the same time, Zwick [141] showed that naPCP1,5/8(O(log(n)),3)⊆ BPP by giving a...randomized polynomial-time 5/8-approximation algorithm for satisfiable 3CSP. Therefore unless NP⊆ BPP , the best s must be bigger than 5/8. Zwick... BPP [141]. We think that Question 5.1.2 addresses an important missing part in understanding the 3-query PCP systems. In addition, as is mentioned the

  1. Sublethal doses of neonicotinoid imidacloprid can interact with honey bee chemosensory protein 1 (CSP1) and inhibit its function

    International Nuclear Information System (INIS)

    Li, Hongliang; Tan, Jing; Song, Xinmi; Wu, Fan; Tang, Mingzhu; Hua, Qiyun; Zheng, Huoqing; Hu, Fuliang

    2017-01-01

    As a frequently used neonicotinoid insecticide, imidacloprid can impair the chemoreceptive behavior of honey bees even at sublethal doses, while the physiochemical mechanism has not been further revealed. Here, multiple fluorescence spectra, thermodynamic method, and molecular docking were used to study the interaction and the functional inhibition of imidacloprid to the recombinant CSP1 protein in Asian honey bee, Apis cerana. The results showed that the fluorescence intensity (λ em  = 332 nm) of CSP1 could be significantly quenched by imidacloprid in a dynamic mode. During the quenching process, ΔH > 0, ΔS > 0, indicating that the acting forces of imidacloprid with CSP1 are mainly hydrophobic interactions. Synchronous fluorescence showed that the fluorescence of CSP1 was mainly derived from tryptophan, and the hydrophobicity of tryptophan decreased with the increase of imidacloprid concentration. Molecular docking predicted the optimal pose and the amino acid composition of the binding process. Circular dichroism (CD) spectra showed that imidacloprid reduced the α-helix of CSP1 and caused the extension of the CSP1 peptide chain. In addition, the binding of CSP1 to floral scent β-ionone was inhibited by nearly 50% of the apparent association constant (K A ) in the presence of 0.28–2.53 ng/bee of imidacloprid, and the inhibition rate of nearly 95% at 3.75 ng/bee of imidacloprid at sublethal dose level. This study initially revealed the molecular physiochemical mechanism that sublethal doses of neonicotinoid still interact and inhibit the physiological function of the honey bees' chemoreceptive system. - Highlights: • Sublethal doses of imidacloprid can directly interact with CSP1 in Apis cerana. • Sublethal imidacloprid can inhibit the function of CSP1 binding to semiochemicals. • The fluorescence intensity of CSP1 quenched by imidacloprid in a dynamic mode. • The binding between CSP1 and imidacloprid are driven by hydrophobic interactions.

  2. BdorCSP2 is important for antifeed and oviposition-deterring activities induced by Rhodojaponin-III against Bactrocera dorsalis.

    Directory of Open Access Journals (Sweden)

    Xin Yi

    Full Text Available Rhodojaponin-III is a nonvolatile botanical grayanoid diterpene compound, which has antifeedant and oviposition deterrence effects against many kinds of insects. However, the molecular mechanism of the chemoreception process remains unknown. In this study, the important role of BdorCSP2 in the recognition of Rhodojaponin-III was identified. The full length cDNA encoding BdorCSP2 was cloned from legs of Bactrocera dorsalis. The results of expression pattern revealed that BdorCSP2 was abundantly expressed in the legs of adult B. dorsalis. Moreover, the expression of BdorCSP2 could be up-regulated by Rhodojaponin-III. In order to gain comprehensive understanding of the recognition process, the binding affinity between BdorCSP2 and Rhodojaponin-III was measured by fluorescence binding assay. Silencing the expression of BdorCSP2 through the ingestion of dsRNA could weaken the effect of oviposition deterrence and antifeedant of Rhodojaponin-III. These results suggested that BdorCSP2 of B. dorsalis could be involved in chemoreception of Rhodojaponin-III and played a critical role in antifeedant and oviposition behaviors induced by Rhodojaponin-III.

  3. Problem-based learning in laboratory medicine resident education: a satisfaction survey.

    Science.gov (United States)

    Lepiller, Quentin; Solis, Morgane; Velay, Aurélie; Gantner, Pierre; Sueur, Charlotte; Stoll-Keller, Françoise; Barth, Heidi; Fafi-Kremer, Samira

    2017-04-01

    Theoretical knowledge in biology and medicine plays a substantial role in laboratory medicine resident education. In this study, we assessed the contribution of problem-based learning (PBL) to improve the training of laboratory medicine residents during their internship in the department of virology, Strasbourg University Hospital, France. We compared the residents' satisfaction regarding an educational program based on PBL and a program based on lectures and presentations. PBL induced a high level of satisfaction (100%) among residents compared to lectures and presentations (53%). The main advantages of this technique were to create a situational interest regarding virological problems, to boost the residents' motivation and to help them identify the most relevant learning objectives in virology. However, it appears pertinent to educate the residents in appropriate bibliographic research techniques prior to PBL use and to monitor their learning by regular formative assessment sessions.

  4. Tårs 10000 m2 CSP + Flat Plate Solar Collector Plant - Cost-Performance Optimization of the Design

    DEFF Research Database (Denmark)

    Perers, Bengt; Furbo, Simon; Tian, Zhiyong

    2016-01-01

    , was established. The optimization showed that there was a synergy in combining CSP and FP collectors. Even though the present cost per m² of the CSP collectors is high, the total energy cost is minimized by installing a combination of collectors in such solar heating plant. It was also found that the CSP......A novel solar heating plant with Concentrating Solar Power (CSP) collectors and Flat Plate (FP) collectors has been put into operation in Tårs since July 2015. To investigate economic performance of the plant, a TRNSYS-Genopt model, including a solar collector field and thermal storage tank...

  5. Alcohol-related problems and life satisfaction predict motivation to change among mandated college students.

    Science.gov (United States)

    Diulio, Andrea R; Cero, Ian; Witte, Tracy K; Correia, Christopher J

    2014-04-01

    The present study investigated the role specific types of alcohol-related problems and life satisfaction play in predicting motivation to change alcohol use. Participants were 548 college students mandated to complete a brief intervention following an alcohol-related policy violation. Using hierarchical multiple regression, we tested for the presence of interaction and quadratic effects on baseline data collected prior to the intervention. A significant interaction indicated that the relationship between a respondent's personal consequences and his/her motivation to change differs depending upon the level of concurrent social consequences. Additionally quadratic effects for abuse/dependence symptoms and life satisfaction were found. The quadratic probes suggest that abuse/dependence symptoms and poor life satisfaction are both positively associated with motivation to change for a majority of the sample; however, the nature of these relationships changes for participants with more extreme scores. Results support the utility of using a multidimensional measure of alcohol related problems and assessing non-linear relationships when assessing predictors of motivation to change. The results also suggest that the best strategies for increasing motivation may vary depending on the types of alcohol-related problems and level of life satisfaction the student is experiencing and highlight potential directions for future research. Copyright © 2014. Published by Elsevier Ltd.

  6. Solving the Weighted Constraint Satisfaction Problems Via the Neural Network Approach

    Directory of Open Access Journals (Sweden)

    Khalid Haddouch

    2016-09-01

    Full Text Available A wide variety of real world optimization problems can be modelled as Weighted Constraint Satisfaction Problems (WCSPs. In this paper, we model this problem in terms of in original 0-1 quadratic programming subject to leaner constraints. View it performance, we use the continuous Hopfield network to solve the obtained model basing on original energy function. To validate our model, we solve several instance of benchmarking WCSP. In this regard, our approach recognizes the optimal solution of the said instances.

  7. An Extensive Evaluation of Portfolio Approaches for Constraint Satisfaction Problems

    Directory of Open Access Journals (Sweden)

    Roberto Amadini

    2016-06-01

    Full Text Available In the context of Constraint Programming, a portfolio approach exploits the complementary strengths of a portfolio of different constraint solvers. The goal is to predict and run the best solver(s of the portfolio for solving a new, unseen problem. In this work we reproduce, simulate, and evaluate the performance of different portfolio approaches on extensive benchmarks of Constraint Satisfaction Problems. Empirical results clearly show the benefits of portfolio solvers in terms of both solved instances and solving time.

  8. A LONGITUDINAL ANALYSIS OF PARENTING PRACTICES, COUPLE SATISFACTION, AND CHILD BEHAVIOR PROBLEMS

    OpenAIRE

    Linville, Deanna; Chronister, Krista; Dishion, Tom; Todahl, Jeff; Miller, John; Shaw, Daniel; Gardner, Francis; Wilson, Melvin

    2010-01-01

    This longitudinal study examined the relationship between couple relationship satisfaction, parenting practices, parent depression, and child problem behaviors. The study participants (n = 148) were part of a larger experimental study that examined the effectiveness of a brief family-centered intervention, the Family Check-Up model. Regression analysis results indicated that our proposed model accounted for 38% of the variance in child problem behavior at Time 2, with child problem behavior a...

  9. A New Method to Extract CSP Gather of Topography for Scattered Wave Imaging

    Directory of Open Access Journals (Sweden)

    Zhao Pan

    2017-01-01

    Full Text Available The seismic method is one of the major geophysical tools to study the structure of the earth. The extraction of the common scatter point (CSP gather is a critical step to accomplish the seismic imaging with a scattered wave. Conventionally, the CSP gather is obtained with the assumption that the earth surface is horizontal. However, errors are introduced to the final imaging result if the seismic traces obtained at the rugged surface are processed using the conventional method. Hence, we propose the method of the extraction of the CSP gather for the seismic data collected at the rugged surface. The proposed method is validated by two numerical examples and expected to reduce the effect of the topography on the scattered wave imaging.

  10. Neuroprotective and Anti-Apoptotic Effects of CSP-1103 in Primary Cortical Neurons Exposed to Oxygen and Glucose Deprivation.

    Science.gov (United States)

    Porrini, Vanessa; Sarnico, Ilenia; Benarese, Marina; Branca, Caterina; Mota, Mariana; Lanzillotta, Annamaria; Bellucci, Arianna; Parrella, Edoardo; Faggi, Lara; Spano, Pierfranco; Imbimbo, Bruno Pietro; Pizzi, Marina

    2017-01-18

    CSP-1103 (formerly CHF5074) has been shown to reverse memory impairment and reduce amyloid plaque as well as inflammatory microglia activation in preclinical models of Alzheimer's disease. Moreover, it was found to improve cognition and reduce brain inflammation in patients with mild cognitive impairment. Recent evidence suggests that CSP-1103 acts through a single molecular target, the amyloid precursor protein intracellular domain (AICD), a transcriptional regulator implicated in inflammation and apoptosis. We here tested the possible anti-apoptotic and neuroprotective activity of CSP-1103 in a cell-based model of post-ischemic injury, wherein the primary mouse cortical neurons were exposed to oxygen-glucose deprivation (OGD). When added after OGD, CSP-1103 prevented the apoptosis cascade by reducing cytochrome c release and caspase-3 activation and the secondary necrosis. Additionally, CSP-1103 limited earlier activation of p38 and nuclear factor κB (NF-κB) pathways. These results demonstrate that CSP-1103 is neuroprotective in a model of post-ischemic brain injury and provide further mechanistic insights as regards its ability to reduce apoptosis and potential production of pro-inflammatory cytokines. In conclusion, these findings suggest a potential use of CSP-1103 for the treatment of brain ischemia.

  11. Recent advances in C(sp3–H bond functionalization via metal–carbene insertions

    Directory of Open Access Journals (Sweden)

    Bo Wang

    2016-04-01

    Full Text Available The recent development of intermolecular C–H insertion in the application of C(sp3–H bond functionalizations, especially for light alkanes, is reviewed. The challenging problem of regioselectivity in C–H bond insertions has been tackled by the use of sterically bulky metal catalysts, such as metal porphyrins and silver(I complexes. In some cases, high regioselectivity and enantioselectivity have been achieved in the C–H bond insertion of small alkanes. This review highlights the most recent accomplishments in this field.

  12. Introducing Problem-Based Learning to Undergraduate IT Service Management Course: Student Satisfaction and Work Performance

    Science.gov (United States)

    Anicic, Katarina Pažur; Mekovec, Renata

    2016-01-01

    This paper describes the implementation of problem-based learning (PBL) principles in an undergraduate IT service management course, followed by the results about student satisfaction and work performance. The results indicate the students' general satisfaction with the course implementation, as well as some challenges regarding the…

  13. Addressing forecast uncertainty impact on CSP annual performance

    Science.gov (United States)

    Ferretti, Fabio; Hogendijk, Christopher; Aga, Vipluv; Ehrsam, Andreas

    2017-06-01

    This work analyzes the impact of weather forecast uncertainty on the annual performance of a Concentrated Solar Power (CSP) plant. Forecast time series has been produced by a commercial forecast provider using the technique of hindcasting for the full year 2011 in hourly resolution for Ouarzazate, Morocco. Impact of forecast uncertainty has been measured on three case studies, representing typical tariff schemes observed in recent CSP projects plus a spot market price scenario. The analysis has been carried out using an annual performance model and a standard dispatch optimization algorithm based on dynamic programming. The dispatch optimizer has been demonstrated to be a key requisite to maximize the annual revenues depending on the price scenario, harvesting the maximum potential out of the CSP plant. Forecasting uncertainty affects the revenue enhancement outcome of a dispatch optimizer depending on the error level and the price function. Results show that forecasting accuracy of direct solar irradiance (DNI) is important to make best use of an optimized dispatch but also that a higher number of calculation updates can partially compensate this uncertainty. Improvement in revenues can be significant depending on the price profile and the optimal operation strategy. Pathways to achieve better performance are presented by having more updates both by repeatedly generating new optimized trajectories but also more often updating weather forecasts. This study shows the importance of working on DNI weather forecasting for revenue enhancement as well as selecting weather services that can provide multiple updates a day and probabilistic forecast information.

  14. Economic opportunities resulting from a global deployment of concentrated solar power (CSP) technologies-The example of German technology providers

    International Nuclear Information System (INIS)

    Vallentin, Daniel; Viebahn, Peter

    2010-01-01

    Several energy scenario studies consider concentrated solar power (CSP) plants as an important technology option to reduce the world's CO 2 emissions to a level required for not letting the global average temperature exceed a threshold of 2-2.4 o C. A global ramp up of CSP technologies offers great economic opportunities for technology providers as CSP technologies include highly specialised components. This paper analyses possible value creation effects resulting from a global deployment of CSP until 2050 as projected in scenarios of the International Energy Agency (IEA) and Greenpeace International. The analysis focuses on the economic opportunities of German technology providers since companies such as Schott Solar, Flabeg or Solar Millennium are among the leading suppliers of CSP technologies on the global market.

  15. The effects of similarity in sexual excitation, inhibition, and mood on sexual arousal problems and sexual satisfaction in newlywed couples.

    Science.gov (United States)

    Lykins, Amy D; Janssen, Erick; Newhouse, Sarah; Heiman, Julia R; Rafaeli, Eshkol

    2012-05-01

    Despite the importance of sexuality for romantic relationships, there has been little research attention to individual differences and dyadic variables, including couple similarity, and their association with sexual problems and satisfaction. The current study examined the effects of the propensity for sexual inhibition and sexual excitation scales (SIS/SES) and the effects of different mood states on sexuality (Mood and Sexuality Questionnaire [MSQ]), at both the individual and the dyad level, on sexual arousal problems and sexual satisfaction. Similarity in SIS/SES and MSQ was measured in a nonclinical sample of 35 newlywed couples and operationally defined as the within-couple, z-transformed correlations between the two partners' item responses. Sexual arousal problems were assessed using self-report measures (Demographic and Sexual History Questionnaire) and focused on the past 3 months. Sexual satisfaction was assessed using the Global Measure of Sexual Satisfaction. Regression analyses revealed that greater similarity in the effects of anxiety and stress on sexuality was associated with more reported sexual arousal problems of wives. In contrast, the husbands' sexual arousal problems were related only to their own higher SIS1 scores. Higher SES scores predicted lower sexual satisfaction for both husbands and wives. Wives who reported strong positive mood effects on their sexuality indicated greater sexual satisfaction, while husbands who were more similar to their wives in the effect of positive moods on sexuality indicated greater sexual satisfaction. The findings show that, above and beyond one's own sexual propensities, similarity in various aspects of sexuality predicts sexual problems (more so in women) and sexual satisfaction (in both men and women). © 2012 International Society for Sexual Medicine.

  16. Three Unique Implementations of Processes for PyCSP

    DEFF Research Database (Denmark)

    Friborg, Rune Møllegaard; Bjørndalen, John Markus; Vinter, Brian

    2009-01-01

    In this work we motivate and describe three unique implementations of processes for PyCSP: process, thread and greenlet based. The overall purpose is to demonstrate the feasibility of Communicating Sequential Processes as a framework for different application types and target platforms. The result...

  17. Quiet planting in the locked constraints satisfaction problems

    Energy Technology Data Exchange (ETDEWEB)

    Zdeborova, Lenka [Los Alamos National Laboratory; Krzakala, Florent [Los Alamos National Laboratory

    2009-01-01

    We study the planted ensemble of locked constraint satisfaction problems. We describe the connection between the random and planted ensembles. The use of the cavity method is combined with arguments from reconstruction on trees and first and second moment considerations; in particular the connection with the reconstruction on trees appears to be crucial. Our main result is the location of the hard region in the planted ensemble, thus providing hard satisfiable benchmarks. In a part of that hard region instances have with high probability a single satisfying assignment.

  18. A Hybrid Programming Framework for Modeling and Solving Constraint Satisfaction and Optimization Problems

    OpenAIRE

    Sitek, Paweł; Wikarek, Jarosław

    2016-01-01

    This paper proposes a hybrid programming framework for modeling and solving of constraint satisfaction problems (CSPs) and constraint optimization problems (COPs). Two paradigms, CLP (constraint logic programming) and MP (mathematical programming), are integrated in the framework. The integration is supplemented with the original method of problem transformation, used in the framework as a presolving method. The transformation substantially reduces the feasible solution space. The framework a...

  19. Assessing the potential role of concentrated solar power (CSP) for the northeast power system of Brazil using a detailed power system model

    International Nuclear Information System (INIS)

    Fichter, Tobias; Soria, Rafael; Szklo, Alexandre; Schaeffer, Roberto; Lucena, Andre F.P.

    2017-01-01

    One of the technologies that stand out as an alternative to provide additional flexibility to power systems with large penetration of variable renewable energy (VRE), especially for regions with high direct normal irradiation (DNI), is concentrated solar power (CSP) plants coupled to thermal energy storage (TES) and back-up (BUS) systems. Brazil can develop this technology domestically, especially in its Northeast region, where most of VRE capacity is being deployed and where lies most of the CSP potential of the country. This work applies the Capacity Expansion Model REMix-CEM, which allows considering dispatch constraints of thermal power plants in long-term capacity expansion optimization. REMix-CEM calculates the optimal CSP plant configuration and its dispatch strategy from a central planning perspective. Results showed that the hybridization of CSP plants with jurema-preta biomass (CSP-BIO) becomes a least-cost option for Brazil by 2040. CSP-BIO contributes to the Northeast power system by regularizing the energy imbalance that results from the large-scale VRE expansion along with conventional inflexible power plants. CSP-BIO plants are able to increase frequency response and operational reserve services and can provide the required additional flexibility that the Northeast power system of Brazil will require into the future. - Highlights: • Concentrating solar power (CSP) plants provide flexibility to power systems. • CSP configuration is optimized endogenously during capacity expansion optimization. • CSP hybridized with biomass supports grid-integration of variable renewable energy. • CSP become the least-cost option for the Northeast power system of Brazil by 2040.

  20. A PRECISION PHOTOMETRIC COMPARISON BETWEEN SDSS-II AND CSP TYPE Ia SUPERNOVA DATA

    International Nuclear Information System (INIS)

    Mosher, J.; Sako, M.; Corlies, L.; Folatelli, G.; Frieman, J.; Kessler, R.; Holtzman, J.; Jha, S. W.; Marriner, J.; Phillips, M. M.; Morrell, N.; Stritzinger, M.; Schneider, D. P.

    2012-01-01

    Consistency between Carnegie Supernova Project (CSP) and SDSS-II Supernova Survey ugri measurements has been evaluated by comparing Sloan Digital Sky Survey (SDSS) and CSP photometry for nine spectroscopically confirmed Type Ia supernova observed contemporaneously by both programs. The CSP data were transformed into the SDSS photometric system. Sources of systematic uncertainty have been identified, quantified, and shown to be at or below the 0.023 mag level in all bands. When all photometry for a given band is combined, we find average magnitude differences of equal to or less than 0.011 mag in ugri, with rms scatter ranging from 0.043 to 0.077 mag. The u-band agreement is promising, with the caveat that only four of the nine supernovae are well observed in u and these four exhibit an 0.038 mag supernova-to-supernova scatter in this filter.

  1. Ligand-Promoted C(sp(3) )-H Olefination en Route to Multi-functionalized Pyrazoles.

    Science.gov (United States)

    Yang, Weibo; Ye, Shengqing; Schmidt, Yvonne; Stamos, Dean; Yu, Jin-Quan

    2016-05-17

    A Pd-catalyzed/N-heterocycle-directed C(sp(3) )-H olefination has been developed. The monoprotected amino acid ligand (MPAA) is found to significantly promote Pd-catalyzed C(sp(3) )-H olefination for the first time. Cu(OAc)2 instead of Ag(+) salts are used as the terminal oxidant. This reaction provides a useful method for the synthesis of alkylated pyrazoles. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  2. Initial review and analysis of the direct environmental impacts of CSP in the northern Cape, South Africa

    Science.gov (United States)

    Rudman, Justine; Gauché, Paul; Esler, Karen J.

    2016-05-01

    The Integrated Resource Plan (IRP) of 2010 and the IRP Update provide the most recent guidance to the electricity generation future of South Africa (SA) and both plans include an increased proportion of renewable energy generation capacity. Given that SA has abundant renewable energy resource potential, this inclusion is welcome. Only 600 MW of the capacity allocated to concentrating solar power (CSP) has been committed to projects in the Northern Cape and represents roughly a fifth of the capacity that has been included in the IRP. Although CSP is particularly new in the electricity generation system of the country, the abundant solar resources of the region with annual DNI values of above 2900 kWh/m2 across the arid Savannah and Nama-Karoo biomes offer a promising future for the development of CSP in South Africa. These areas have largely been left untouched by technological development activities and thus renewable energy projects present a variety of possible direct and indirect environmental, social and economic impacts. Environmental Impact Assessments do focus on local impacts, but given that ecological processes often extend to regional- and landscape scales, understanding this scaled context is important to the alignment of development- and conservation priorities. Given the capacities allocated to CSP for the future of SA's electricity generation system, impacts on land, air, water and biodiversity which are associated with CSP are expected to increase in distribution and the understanding thereof deems valuable already from this early point in CSP's future in SA. We provide a review of direct impacts of CSP on the natural environment and an overview of the anticipated specific significance thereof in the Northern Cape.

  3. The cost of integration of parabolic trough CSP plants in isolated Mediterranean power systems

    International Nuclear Information System (INIS)

    Poullikkas, Andreas; Hadjipaschalis, Ioannis; Kourtis, George

    2010-01-01

    In this work, a technical and economic analysis concerning the integration of parabolic trough concentrated solar power (CSP) technologies, with or without thermal storage capability, in an existing typical small isolated Mediterranean power generation system, in the absence of a feed-in tariff scheme, is carried out. In addition to the business as usual (BAU) scenario, five more scenarios are examined in the analysis in order to assess the electricity unit cost with the penetration of parabolic trough CSP plants of 50 MWe or 100 MWe, with or without thermal storage capability. Based on the input data and assumptions made, the simulations indicated that the scenario with the utilization of a single parabolic trough CSP plant (either 50 MWe or 100 MWe and with or without thermal storage capability) in combination with BAU will effect an insignificant change in the electricity unit cost of the generation system compared to the BAU scenario. In addition, a sensitivity analysis on natural gas price, showed that increasing fuel prices and the existence of thermal storage capability in the CSP plant make this scenario marginally more economically attractive compared to the BAU scenario. (author)

  4. Mothers and Sons: A Look at the Relationship between Child Behavior Problems, Marital Satisfaction, Maternal Depression, and Family Cohesion.

    Science.gov (United States)

    Henderson, A. Davis; Sayger, Thomas V.; Horne, Arthur M.

    2003-01-01

    Assesses the interacting relationship between child behavior problems, marital satisfaction, maternal depression, and family cohesion in 43 mothers and school-aged boys. Results suggest that mothers with depressive symptoms report lower levels of marital satisfaction and higher levels of child behavior problems. Findings also suggest that maternal…

  5. Measurements of mirror soiling at a candidate CSP site

    CSIR Research Space (South Africa)

    Griffith, DJ

    2013-09-01

    Full Text Available Loss of mirror reflectivity due to soiling at Concentrated Solar Power (CSP) plants is a significant consideration for design and operation of the plant. Increasingly, a bankable case for establishment of a new plant will include an evaluation...

  6. Analyses of the use of natural gas in solar power plants (CSP) hybridization in the Sao Francisco Basin (BA); Analise do uso de gas natural na hibridizacao de plantas termosolares (CSP) na Bacia do Sao Francisco (BA)

    Energy Technology Data Exchange (ETDEWEB)

    Malagueta, Diego Cunha; Penafiel, Rafael Andres Soria; Szklo, Alexandre Salem; Dutra, Ricardo M.; Schaeffer, Roberto [Coordenacao dos Programas de Pos-Graduacao de Engenharia (COPPE/UFRJ), RJ (Brazil)

    2012-07-01

    This study assessed the feasibility of Concentrated Solar Power plants (CSP) in Northeast, Brazil. It focused on parabolic trough solar power plants, which is the most mature CSP technology; and evaluated plants rated at 100 MWe, dry cooling systems (due to the low water availability in Northeast), and with and without hybridization based on natural gas (degree of hybridization varying from 25 to 75%). Hence, the capacity factor of the simulated plants hovered between 23 and 98%, according to the degree of hybridization and the choice of the thermodynamic cycle of the natural gas fueled thermal system: Rankine or combined cycle. The CSP plants were simulated at Bom Jesus da Lapa, in the semi-arid region of Bahia. Given the prospects for natural gas resources in the Sao Francisco Basin, different scenarios for the gas prices were tested. Moreover, two scenarios were tested for the cost of the CSP plants, one based on the current financial environment and the other based on incentive policies, such as fiscal incentives and loans. Findings show that while simple plants levelized costs (LCOE) hovered around 520 R$/MWh, for hybrid plants LCOE may reach 140 to 190 R$/MWh. Therefore, this study proposed incentive policies to promote the increasing investment in hybrid CSP plants. (author)

  7. Modelling of a Coil Steam Generator for CSP applications

    DEFF Research Database (Denmark)

    Pelagotti, Leonardo; Sørensen, Kim; Condra, Thomas Joseph

    2014-01-01

    The project investigates a new design for a CSP plant steam generation system, the Coil Steam Generator (CSG). This system allows faster start-ups and therefore higher daily energy production from the Sun. An analytical thermodynamic simulation model of the evaporator and a mechanical analysis...

  8. Review of concentrating solar thermal power industry in China: Status quo, problems, trend and countermeasures

    Science.gov (United States)

    Zou, Jiajun

    2018-01-01

    Concentrating solar thermal power (CSP) industry is a strategic emerging industry in China. Its further development is of great significance for promoting the energy revolution, achieving energy saving and emission reduction. In this paper, China’s CSP industry is systematically analysed. First of all, the status quo is elaborated from the perspectives of relevant policies and regulations, market and generation technology development. Secondly, the problems and the underlying reasons of China’s CSP industry are deeply studied. On this basis, the future trends of CSP are expounded on the three levels of policy, market and power generation technology. Finally, a series of feasible countermeasures are put forward, designed to promote the development of CSP industry and the transformation of energy structure.

  9. Purification of cold-shock-like proteins from Stigmatella aurantiaca - molecular cloning and characterization of the cspA gene.

    Science.gov (United States)

    Stamm, I; Leclerque, A; Plaga, W

    1999-09-01

    Prominent low-molecular-weight proteins were isolated from vegetative cells of the myxobacterium Stigmatella aurantiaca and were found to be members of the cold-shock protein family. A first gene of this family (cspA) was cloned and sequenced. It encodes a protein of 68 amino acid residues that displays up to 71% sequence identity with other bacterial cold-shock(-like) proteins. A cysteine residue within the RNP-2 motif is a peculiarity of Stigmatella CspA. A cspA::(Deltatrp-lacZ) fusion gene construct was introduced into Stigmatella by electroporation, a method that has not been used previously for this strain. Analysis of the resultant transformants revealed that cspA transcription occurs at high levels during vegetative growth at 20 and 32 degrees C, and during fruiting body formation.

  10. Entropy landscape and non-Gibbs solutions in constraint satisfaction problems

    International Nuclear Information System (INIS)

    Dall'Asta, L.; Ramezanpour, A.; Zecchina, R.

    2008-05-01

    We study the entropy landscape of solutions for the bicoloring problem in random graphs, a representative difficult constraint satisfaction problem. Our goal is to classify which type of clusters of solutions are addressed by different algorithms. In the first part of the study we use the cavity method to obtain the number of clusters with a given internal entropy and determine the phase diagram of the problem, e.g. dynamical, rigidity and SAT-UNSAT transitions. In the second part of the paper we analyze different algorithms and locate their behavior in the entropy landscape of the problem. For instance we show that a smoothed version of a decimation strategy based on Belief Propagation is able to find solutions belonging to sub-dominant clusters even beyond the so called rigidity transition where the thermodynamically relevant clusters become frozen. These non-equilibrium solutions belong to the most probable unfrozen clusters. (author)

  11. An investigation into multi-dimensional prediction models to estimate the pose error of a quadcopter in a CSP plant setting

    Science.gov (United States)

    Lock, Jacobus C.; Smit, Willie J.; Treurnicht, Johann

    2016-05-01

    The Solar Thermal Energy Research Group (STERG) is investigating ways to make heliostats cheaper to reduce the total cost of a concentrating solar power (CSP) plant. One avenue of research is to use unmanned aerial vehicles (UAVs) to automate and assist with the heliostat calibration process. To do this, the pose estimation error of each UAV must be determined and integrated into a calibration procedure. A computer vision (CV) system is used to measure the pose of a quadcopter UAV. However, this CV system contains considerable measurement errors. Since this is a high-dimensional problem, a sophisticated prediction model must be used to estimate the measurement error of the CV system for any given pose measurement vector. This paper attempts to train and validate such a model with the aim of using it to determine the pose error of a quadcopter in a CSP plant setting.

  12. Level of satisfaction of older persons with their general practitioner and practice: role of complexity of health problems.

    Science.gov (United States)

    Poot, Antonius J; den Elzen, Wendy P J; Blom, Jeanet W; Gussekloo, Jacobijn

    2014-01-01

    Satisfaction is widely used to evaluate and direct delivery of medical care; a complicated relationship exists between patient satisfaction, morbidity and age. This study investigates the relationships between complexity of health problems and level of patient satisfaction of older persons with their general practitioner (GP) and practice. This study is embedded in the ISCOPE (Integrated Systematic Care for Older Persons) study. Enlisted patients aged ≥75 years from 59 practices received a written questionnaire to screen for complex health problems (somatic, functional, psychological and social). For 2664 randomly chosen respondents (median age 82 years; 68% female) information was collected on level of satisfaction (satisfied, neutral, dissatisfied) with their GP and general practice, and demographic and clinical characteristics including complexity of health problems. Of all participants, 4% was dissatisfied with their GP care, 59% neutral and 37% satisfied. Between these three categories no differences were observed in age, gender, country of birth or education level. The percentage of participants dissatisfied with their GP care increased from 0.4% in those with 0 problem domains to 8% in those with 4 domains, i.e. having complex health problems (ppatient characteristic influencing the perception of care, or whether the care is unable to handle the demands of these patients. Prospective studies are needed to investigate the causal associations between care organization, patient characteristics, indicators of quality, and patient perceptions.

  13. An interplay among FIS, H-NS and guanosine tetraphosphate modulates transcription of the Escherichia coli cspA gene under physiological growth conditions

    Directory of Open Access Journals (Sweden)

    Anna eBrandi

    2016-05-01

    Full Text Available CspA, the most characterized member of the csp gene family of Escherichia coli, is highly expressed not only in response to cold stress, but also during the early phase of growth at 37°C. Here, we investigate at molecular level the antagonistic role played by the nucleoid proteins FIS and H-NS in the regulation of cspA expression under non-stress conditions. By means of both probing experiments and immunological detection, we demonstrate in vitro the existence of binding sites for these proteins on the cspA regulatory region, in which FIS and H-NS bind simultaneously to form composite DNA-protein complexes. While the in vitro promoter activity of cspA is stimulated by FIS and repressed by H-NS, a compensatory effect is observed when both proteins are added in the transcription assay. Consistently with these findings, inactivation of fis and hns genes reversely affect the in vivo amount of cspA mRNA. In addition, by means of strains expressing a high level of the alarmone guanosine tetraphosphate ((pppGpp and in vitro transcription assays, we show that the cspA promoter is sensitive to (pppGpp inhibition. The (pppGpp-mediated expression of fis and hns genes is also analyzed, thus clarifying some aspects of the regulatory loop governing cspA transcription.

  14. Concentrating Solar Power: Best Practices Handbook for the Collection and Use of Solar Resource Data (CSP)

    Energy Technology Data Exchange (ETDEWEB)

    Stoffel, T.; Renne, D.; Myers, D.; Wilcox, S.; Sengupta, M.; George, R.; Turchi, C.

    2010-09-01

    As the world looks for low-carbon sources of energy, solar power stands out as the most abundant energy resource. Harnessing this energy is the challenge for this century. Photovoltaics and concentrating solar power (CSP) are two primary forms of electricity generation using sunlight. These use different technologies, collect different fractions of the solar resource, and have different siting and production capabilities. Although PV systems are most often deployed as distributed generation sources, CSP systems favor large, centrally located systems. Accordingly, large CSP systems require a substantial investment, sometimes exceeding $1 billion in construction costs. Before such a project is undertaken, the best possible information about the quality and reliability of the fuel source must be made available. That is, project developers need to have reliable data about the solar resource available at specific locations to predict the daily and annual performance of a proposed CSP plant. Without these data, no financial analysis is possible. This handbook presents detailed information about solar resource data and the resulting data products needed for each stage of the project.

  15. A CSP plant combined with biomass CHP using ORC-technology in Bronderslev Denmark

    DEFF Research Database (Denmark)

    Perers, Bengt; Furbo, Simon; Yuan, Guofeng

    2017-01-01

    A new CSP plant combined with biomass CHP, using ORC technology, will be built and taken into operation in Bronderslev, Denmark during spring 2017. The price for Biomass is expected to increase with more and more use of this very limited energy source and then CSP will be cost effective in the long...... run, also in the Danish climate. Oil is used as heat transfer fluid instead of steam giving several advantages in this application for district heating at high latitudes. Total efficiencies and costs, competitive to PV plants. are expected....

  16. Chromobacterium Csp_P reduces malaria and dengue infection in vector mosquitoes and has entomopathogenic and in vitro anti-pathogen activities.

    Science.gov (United States)

    Ramirez, Jose Luis; Short, Sarah M; Bahia, Ana C; Saraiva, Raul G; Dong, Yuemei; Kang, Seokyoung; Tripathi, Abhai; Mlambo, Godfree; Dimopoulos, George

    2014-10-01

    Plasmodium and dengue virus, the causative agents of the two most devastating vector-borne diseases, malaria and dengue, are transmitted by the two most important mosquito vectors, Anopheles gambiae and Aedes aegypti, respectively. Insect-bacteria associations have been shown to influence vector competence for human pathogens through multi-faceted actions that include the elicitation of the insect immune system, pathogen sequestration by microbes, and bacteria-produced anti-pathogenic factors. These influences make the mosquito microbiota highly interesting from a disease control perspective. Here we present a bacterium of the genus Chromobacterium (Csp_P), which was isolated from the midgut of field-caught Aedes aegypti. Csp_P can effectively colonize the mosquito midgut when introduced through an artificial nectar meal, and it also inhibits the growth of other members of the midgut microbiota. Csp_P colonization of the midgut tissue activates mosquito immune responses, and Csp_P exposure dramatically reduces the survival of both the larval and adult stages. Ingestion of Csp_P by the mosquito significantly reduces its susceptibility to Plasmodium falciparum and dengue virus infection, thereby compromising the mosquito's vector competence. This bacterium also exerts in vitro anti-Plasmodium and anti-dengue activities, which appear to be mediated through Csp_P -produced stable bioactive factors with transmission-blocking and therapeutic potential. The anti-pathogen and entomopathogenic properties of Csp_P render it a potential candidate for the development of malaria and dengue control strategies.

  17. Intramolecular apical metal-H-Csp3 interaction in molybdenum and silver complexes.

    Science.gov (United States)

    Ciclosi, Marco; Lloret, Julio; Estevan, Francisco; Sanaú, Mercedes; Pérez-Prieto, Julia

    2009-07-14

    The reaction of HTIMP3 (HTIMP3=tris[1-diphenylphosphino)-3-methyl-1H-indol-2-yl]methane) with AgBF4 and Mo(CO)3(NCCH3)3 leads to Ag(HTIMP3)BF4 and Mo(CO)3(HTIMP3), respectively. The metal centre is coordinated to the three phosphorus atoms of the HTIMP3 ligand, which adopts a facial coordination mode, placing a H-Csp3 hydrogen atom at the apical position close to the metal centre. The solid-state structure of Mo(CO)3(HTIMP3) has been determined by X-ray crystallography, and the data have been used as input parameters for obtaining the optimised geometry of the complex using the B3PW91 functional. The silver structure has been modelled from the X-ray parameters of the molybdenum structure. In addition, theoretical calculations on the H-Csp3 downfield shift upon metal coordination has also been performed. They reproduce the experimental H-Csp3 chemical shifts well and supports that proton deshielding is mainly due to the presence of the metal, since the hydrogen is already located in the cone created by the aromatic-phosphino arms in the free ligand.

  18. Analysis of Methodologies for Identifying Exclusion Zones for Concentrating Solar Power (CSP); Analisis de Metodologias de Identificacion de Zonas de Exclusion para Estudios de Potencial de Energia Electrica Termosolar (CSP)

    Energy Technology Data Exchange (ETDEWEB)

    Dominguez, P.; Ramirez, L.; Navarro, A. A.; Polo, J.; Zarza, E.

    2013-07-01

    The aim of this study is the proposal of a valid and unique methodology to any territory of the potential for solar power generation, reducing subjectivity and enabling comparison of results from the examination of several existing methodologies for CSP, particularly those developed by the Institute for diversification and saving of Energy (IDAE), Greenpeace, National renewable energy laboratory (NREL) and the German Aerospace Center (DLR). Subsequently, we apply and compare the results obtained with those already installed CSP plants, giving an idea of the suitability of each methodology to locate plants in areas considered suitable. (Author)

  19. Primary fibroblasts from CSP? mutation carriers recapitulate hallmarks of the adult onset neuronal ceroid lipofuscinosis

    OpenAIRE

    Benitez, Bruno A.; Sands, Mark S.

    2017-01-01

    Mutations in the co- chaperone protein, CSP?, cause an autosomal dominant, adult-neuronal ceroid lipofuscinosis (AD-ANCL). The current understanding of CSP? function exclusively at the synapse fails to explain the autophagy-lysosome pathway (ALP) dysfunction in cells from AD-ANCL patients. Here, we demonstrate unexpectedly that primary dermal fibroblasts from pre-symptomatic mutation carriers recapitulate in vitro features found in the brains of AD-ANCL patients including auto-fluorescent sto...

  20. Sublethal doses of neonicotinoid imidacloprid can interact with honey bee chemosensory protein 1 (CSP1) and inhibit its function.

    Science.gov (United States)

    Li, Hongliang; Tan, Jing; Song, Xinmi; Wu, Fan; Tang, Mingzhu; Hua, Qiyun; Zheng, Huoqing; Hu, Fuliang

    2017-04-29

    As a frequently used neonicotinoid insecticide, imidacloprid can impair the chemoreceptive behavior of honey bees even at sublethal doses, while the physiochemical mechanism has not been further revealed. Here, multiple fluorescence spectra, thermodynamic method, and molecular docking were used to study the interaction and the functional inhibition of imidacloprid to the recombinant CSP1 protein in Asian honey bee, Apis cerana. The results showed that the fluorescence intensity (λ em  = 332 nm) of CSP1 could be significantly quenched by imidacloprid in a dynamic mode. During the quenching process, ΔH > 0, ΔS > 0, indicating that the acting forces of imidacloprid with CSP1 are mainly hydrophobic interactions. Synchronous fluorescence showed that the fluorescence of CSP1 was mainly derived from tryptophan, and the hydrophobicity of tryptophan decreased with the increase of imidacloprid concentration. Molecular docking predicted the optimal pose and the amino acid composition of the binding process. Circular dichroism (CD) spectra showed that imidacloprid reduced the α-helix of CSP1 and caused the extension of the CSP1 peptide chain. In addition, the binding of CSP1 to floral scent β-ionone was inhibited by nearly 50% of the apparent association constant (K A ) in the presence of 0.28-2.53 ng/bee of imidacloprid, and the inhibition rate of nearly 95% at 3.75 ng/bee of imidacloprid at sublethal dose level. This study initially revealed the molecular physiochemical mechanism that sublethal doses of neonicotinoid still interact and inhibit the physiological function of the honey bees' chemoreceptive system. Copyright © 2017 Elsevier Inc. All rights reserved.

  1. Bounded Delay Timing Analysis of a Class of CSP Programs

    DEFF Research Database (Denmark)

    Hulgaard, Henrik; Burns, Steven M.

    1997-01-01

    We describe an algebraic technique for performing timing analysis of a class of asynchronous circuits described as CSP programs (including Martin's probe operator) with the restrictions that there is no OR-causality and that guard selection is either completely free or mutually exclusive...

  2. Phenomenological Studies on Sodium for CSP Applications: A Safety Review

    Energy Technology Data Exchange (ETDEWEB)

    Armijo, Kenneth Miguel [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States). Concentrating Solar Technologies Dept.; Andraka, Charles E. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States). Concentrating Solar Technologies Dept.

    2016-09-01

    Sodium as a heat transfer fluid (HTF) can achieve temperatures above 700°C to improve power cycle performance for reducing large infrastructure costs of high-temperature systems. Current concentrating solar power (CSP) sensible HTF’s (e.g. air, salts) have poor thermal conductivity, and thus low heat transfer capabilities, requiring a large receiver. The high thermal conductivity of sodium has demonstrated high heat transfer rates on dish and towers systems, which allow a reduction in receiver area by a factor of two to four, reducing re-radiation and convection losses and cost by a similar factor. Sodium produces saturated vapor at pressures suitable for transport starting at 600°C and reaches one atmosphere at 870°C, providing a wide range of suitable latent operating conditions that match proposed high temperature, isothermal input power cycles. This advantage could increase the receiver and system efficiency while lowering the cost of CSP tower systems. Although there are a number of desirable thermal performance advantages associated with sodium, its propensity to rapidly oxidize presents safety challenges. This investigation presents a literature review that captures historical operations/handling lessons for advanced sodium systems, and the current state-of-knowledge related to sodium combustion behavior. Technical and operational solutions addressing sodium safety and applications in CSP will be discussed, including unique safety hazards and advantages using latent sodium. Operation and maintenance experience from the nuclear industry with sensible and latent systems will also be discussed in the context of safety challenges and risk mitigation solutions.

  3. The Moroccan solar plan. A comparative analysis of CSP and PV utilization until 2020

    International Nuclear Information System (INIS)

    Richts, Christoph

    2012-01-01

    The present master thesis conducts technical and economic simulations of large-scale Photovoltaic (PV) and Concentrated Solar Power (CSP) plants for the Moroccan Solar Plan. It provides a database of performance indicators such as energy yields, capacity factors, typical efficiencies and losses of technical components, LCOE, and difference costs (DC: LCOE minus avoided costs of the conventional power system) for fixed tilted, 1-axis horizontal, 1-axis vertical and 2-axis tracking PV and CSP with no, 6, 12 and 18 full load hours of thermal storage. HelioClim irradiation data of 2005 for the sites in Ouarzazate, Ain Ben Mathar, Boujdour, Laayoune and Tarfaya is used ranging between 1,927 - 2,428 kWh/m 2 /y (DNI) and 1,968 - 2,154 kWh/m 2 /y (GHI). In the base scenario minimum LCOE are 9.6 - 5.4 EURct/kWh for PV (2012 - 2020) varying between 0.90 - 1.55 EURct/kWh among sites and technologies. CSP reaches 12.8 - 9.2 EURct/kWh and a bandwidth of 2.3 - 1.6 EURct/kWh. Average DC are lowest for horizontal 1-axis tracking (0.4 and -7.7 EURct/kWh for plants built in 2012 and 2020 respectively) and CSP with 6 hours of storage (1.3 and -3.5 EURct/kWh). PV is cheaper for all sites and technologies due to higher learning curves and less initial investment, but cannot contribute to coverage of the daily evening peak in Morocco. Four different MSP-scenarios with 2000 MW of solar energy require total investments of 3.7 - 7.5 billion EUR and yield 7.9% - 12.8% of the electricity demand in 2020 (given a growth 7%/y) depending on the ratio of PV and CSP utilization. The average LCOE are 8.3 - 11.7 EURct/kWh and the total discounted DC (10%/y) are -254 - 391 million EUR. Thus, solar energy is partly less expensive than a business-as-usual scenario. An extensive sensitivity analysis for WACC and price escalation of conventional energy shows that for only PV and only CSP scenarios in 55 and 22 out of 72 cases the DC are negative - although no environmental costs for conventional

  4. South African CSP projects under the REIPPP programme - Requirements, challenges and opportunities

    Science.gov (United States)

    Relancio, Javier; Cuellar, Alberto; Walker, Gregg; Ettmayr, Chris

    2016-05-01

    Thus far seven Concentrated Solar Power (CSP) projects have been awarded under the Renewable Energy Independent Power Producer Procurement Programme (REIPPPP), totalling 600MW: one project is in operation, four under construction and two on their way to financial close. This provides an excellent opportunity for analysis of key features of the projects that have contributed to or detracted from the programme's success. The paper draws from Mott MacDonald's involvement as Technical Advisor on the seven CSP projects that have been successful under the REIPPPP to date as well as other global CSP developments. It presents how various programme requirements have affected the implementation of projects, such as the technical requirements, time of day tariff structure, economic development requirements and the renewable energy grid code. The increasingly competitive tariffs offered have encouraged developers to investigate efficiency maximising project configurations and cost saving mechanisms, as well as featuring state of the art technology in their proposals. The paper assesses the role of the project participants (developers, lenders and government) with regards to these innovative technologies and solutions. In our paper we discuss the status of projects and the SA market, analysing the main challenges and opportunities that in turn have influenced various aspects such as technology choice, operational regimes and supply chain arrangements.

  5. Antenna-predominant and male-biased CSP19 of Sesamia inferens is able to bind the female sex pheromones and host plant volatiles.

    Science.gov (United States)

    Zhang, Ya-Nan; Ye, Zhan-Feng; Yang, Ke; Dong, Shuang-Lin

    2014-02-25

    Insect chemosensory proteins (CSPs) are proposed to capture and transport hydrophobic chemicals across the sensillum lymph to olfactory receptors (ORs), but this has not been clarified in moths. In this study, we built on our previously reported segment sequence work and cloned the full length CSP19 gene (SinfCSP19) from the antennae of Sesamia inferens by using rapid amplification of cDNA ends. Quantitative real time-PCR (qPCR) assays indicated that the gene was expressed in a unique profile, i.e. predominant in antennae and significantly higher in male than in female. To explore the function, recombinant SinfCSP19 was expressed in Escherichia coli cells and purified by Ni-ion affinity chromatography. Binding affinities of the recombinant SinfCSP19 with 39 plant volatiles, 3 sex pheromone components and 10 pheromone analogs were measured using fluorescent competitive binding assays. The results showed that 6 plant volatiles displayed high binding affinities to SinfCSP19 (Ki = 2.12-8.75 μM), and more interesting, the 3 sex pheromone components and analogs showed even higher binding to SinfCSP19 (Ki = 0.49-1.78 μM). Those results suggest that SinfCSP19 plays a role in reception of female sex pheromones of S. inferens and host plant volatiles. Copyright © 2013 Elsevier B.V. All rights reserved.

  6. Next Generation Solar Collectors for CSP

    Energy Technology Data Exchange (ETDEWEB)

    Molnar, Attila [3M Company, St. Paul, MN (United States); Charles, Ruth [3M Company, St. Paul, MN (United States)

    2014-07-31

    The intent of “Next Generation Solar Collectors for CSP” program was to develop key technology elements for collectors in Phase 1 (Budget Period 1), design these elements in Phase 2 (Budget Period 2) and to deploy and test the final collector in Phase 3 (Budget Period 3). 3M and DOE mutually agreed to terminate the program at the end of Budget Period 1, primarily due to timeline issues. However, significant advancements were achieved in developing a next generation reflective material and panel that has the potential to significantly improve the efficiency of CSP systems.

  7. Reduced host cell invasiveness and oxidative stress tolerance in double and triple csp gene family deletion mutants of Listeria monocytogenes.

    Science.gov (United States)

    Loepfe, Chantal; Raimann, Eveline; Stephan, Roger; Tasara, Taurai

    2010-07-01

    The cold shock protein (Csp) family comprises small, highly conserved proteins that bind nucleic acids to modulate various bacterial gene expressions. In addition to cold adaptation functions, this group of proteins is thought to facilitate various cellular processes to promote normal growth and stress adaptation responses. Three proteins making up the Listeria monocytogenes Csp family (CspA, CspB, and CspD) promote both cold and osmotic stress adaptation functions in this bacterium. The contribution of these three Csps in the host cell invasion processes of L. monocytogenes was investigated based on human Caco-2 and murine macrophage in vitro cell infection models. The DeltacspB, DeltacspD, DeltacspAB, DeltacspAD, DeltacspBD, and DeltacspABD strains were all significantly impaired in Caco-2 cell invasion compared with the wild-type strain, whereas in the murine macrophage infection assay only, the double (DeltacspBD) and triple (DeltacspABD) csp mutants were also significantly impaired in cell invasion compared with the wild-type strain. The DeltacspBD and DeltacspABD mutants displayed the most severely impaired invasion phenotypes. The invasion ability of these two mutant strains was also further analyzed using cold-stress-exposed organisms. In both cell infection models a significant reduction in invasiveness was observed after cold stress exposure of Listeria organisms. The negative impact of cold stress on subsequent cell invasion ability was, however, more severe in cold-sensitive csp mutants (DeltacspBD and DeltacspABD) compared with the wild type. The impaired macrophage invasion and intracellular growth of DeltacspBD and DeltacspABD also led us to examine oxidative stress resistance capacity in these two mutant strains. Both strains also displayed higher oxidative stress sensitivity relative to the wild-type strain. Our data indicate that besides cold and osmotic stress adaptation roles, Csp family proteins also promote efficient host cell invasion and

  8. Job Satisfaction And Family Happiness : The Part-Time Work Problem

    OpenAIRE

    Booth, A.L.; van Ours, J.C.

    2007-01-01

    Using fixed effects ordered logit estimation, we investigate the relationship between part-time work and working hours satisfaction; job satisfaction; and life satisfaction. We account for interdependence within the family using data on partnered men and women from the British Household Panel Survey. We find that men have the highest hours-of-work satisfaction if they work full-time without overtime hours but neither their job satisfaction nor their life satisfaction are affected by how many ...

  9. Level of satisfaction of older persons with their general practitioner and practice: role of complexity of health problems.

    Directory of Open Access Journals (Sweden)

    Antonius J Poot

    Full Text Available BACKGROUND: Satisfaction is widely used to evaluate and direct delivery of medical care; a complicated relationship exists between patient satisfaction, morbidity and age. This study investigates the relationships between complexity of health problems and level of patient satisfaction of older persons with their general practitioner (GP and practice. METHODS AND FINDINGS: This study is embedded in the ISCOPE (Integrated Systematic Care for Older Persons study. Enlisted patients aged ≥75 years from 59 practices received a written questionnaire to screen for complex health problems (somatic, functional, psychological and social. For 2664 randomly chosen respondents (median age 82 years; 68% female information was collected on level of satisfaction (satisfied, neutral, dissatisfied with their GP and general practice, and demographic and clinical characteristics including complexity of health problems. Of all participants, 4% was dissatisfied with their GP care, 59% neutral and 37% satisfied. Between these three categories no differences were observed in age, gender, country of birth or education level. The percentage of participants dissatisfied with their GP care increased from 0.4% in those with 0 problem domains to 8% in those with 4 domains, i.e. having complex health problems (p<0.001. Per additional health domain with problems, the risk of being dissatisfied increased 1.7 times (95% CI 1.4-2.14; p<0.001. This was independent of age, gender, and demographic and clinical parameters (adjusted OR 1.4, 95% CI 1.1-1.8; p = 0.021. CONCLUSION: In older persons, dissatisfaction with general practice is strongly correlated with rising complexity of health problems, independent of age, demographic and clinical parameters. It remains unclear whether complexity of health problems is a patient characteristic influencing the perception of care, or whether the care is unable to handle the demands of these patients. Prospective studies are needed to

  10. Middle East and North Africa Region Assessment of the Local Manufacturing Potential for Concentrated Solar Power (CSP) Projects

    Energy Technology Data Exchange (ETDEWEB)

    Gazzo, A.; Gousseland, P.; Verdier, J. [Ernst and Young et Associes, Neuilly-Sur-Seine (France); Kost, C.; Morin, G.; Engelken, M.; Schrof, J.; Nitz, P.; Selt, J.; Platzer, W. [Fraunhofer Institute for Solar Energy Systems ISE, Freiburg (Germany); Ragwitz, M.; Boie, I.; Hauptstock, D.; Eichhammer, W. [Fraunhofer Institute for Systems and Innovation Research ISI, Karlsruhe (Germany)

    2011-01-15

    The MENA CSP (Middle East and North Africa - Concentrated Solar Power) plan is an ambitious scheme with an appeal to anyone concerned about climate change and convinced by the need for clean, renewable power. But what does it really mean for the average citizen of say Morocco or Tunisia? The World Bank sees potential for significant job and wealth creation in solar energy producing countries. If the CSP market grows rapidly over the next few years, equipment manufacturing will be essential to supply this new sector. This study proposes roadmaps and an action plan to help develop the potential of locally manufactured CSP components in the existing industry and for new market entrants.

  11. The Moroccan solar plan. A comparative analysis of CSP and PV utilization until 2020

    Energy Technology Data Exchange (ETDEWEB)

    Richts, Christoph

    2012-02-15

    The present master thesis conducts technical and economic simulations of large-scale Photovoltaic (PV) and Concentrated Solar Power (CSP) plants for the Moroccan Solar Plan. It provides a database of performance indicators such as energy yields, capacity factors, typical efficiencies and losses of technical components, LCOE, and difference costs (DC: LCOE minus avoided costs of the conventional power system) for fixed tilted, 1-axis horizontal, 1-axis vertical and 2-axis tracking PV and CSP with no, 6, 12 and 18 full load hours of thermal storage. HelioClim irradiation data of 2005 for the sites in Ouarzazate, Ain Ben Mathar, Boujdour, Laayoune and Tarfaya is used ranging between 1,927 - 2,428 kWh/m{sup 2}/y (DNI) and 1,968 - 2,154 kWh/m{sup 2}/y (GHI). In the base scenario minimum LCOE are 9.6 - 5.4 EURct/kWh for PV (2012 - 2020) varying between 0.90 - 1.55 EURct/kWh among sites and technologies. CSP reaches 12.8 - 9.2 EURct/kWh and a bandwidth of 2.3 - 1.6 EURct/kWh. Average DC are lowest for horizontal 1-axis tracking (0.4 and -7.7 EURct/kWh for plants built in 2012 and 2020 respectively) and CSP with 6 hours of storage (1.3 and -3.5 EURct/kWh). PV is cheaper for all sites and technologies due to higher learning curves and less initial investment, but cannot contribute to coverage of the daily evening peak in Morocco. Four different MSP-scenarios with 2000 MW of solar energy require total investments of 3.7 - 7.5 billion EUR and yield 7.9% - 12.8% of the electricity demand in 2020 (given a growth 7%/y) depending on the ratio of PV and CSP utilization. The average LCOE are 8.3 - 11.7 EURct/kWh and the total discounted DC (10%/y) are -254 - 391 million EUR. Thus, solar energy is partly less expensive than a business-as-usual scenario. An extensive sensitivity analysis for WACC and price escalation of conventional energy shows that for only PV and only CSP scenarios in 55 and 22 out of 72 cases the DC are negative - although no environmental costs for conventional

  12. Asymmetric continuous-time neural networks without local traps for solving constraint satisfaction problems.

    Directory of Open Access Journals (Sweden)

    Botond Molnár

    Full Text Available There has been a long history of using neural networks for combinatorial optimization and constraint satisfaction problems. Symmetric Hopfield networks and similar approaches use steepest descent dynamics, and they always converge to the closest local minimum of the energy landscape. For finding global minima additional parameter-sensitive techniques are used, such as classical simulated annealing or the so-called chaotic simulated annealing, which induces chaotic dynamics by addition of extra terms to the energy landscape. Here we show that asymmetric continuous-time neural networks can solve constraint satisfaction problems without getting trapped in non-solution attractors. We concentrate on a model solving Boolean satisfiability (k-SAT, which is a quintessential NP-complete problem. There is a one-to-one correspondence between the stable fixed points of the neural network and the k-SAT solutions and we present numerical evidence that limit cycles may also be avoided by appropriately choosing the parameters of the model. This optimal parameter region is fairly independent of the size and hardness of instances, this way parameters can be chosen independently of the properties of problems and no tuning is required during the dynamical process. The model is similar to cellular neural networks already used in CNN computers. On an analog device solving a SAT problem would take a single operation: the connection weights are determined by the k-SAT instance and starting from any initial condition the system searches until finding a solution. In this new approach transient chaotic behavior appears as a natural consequence of optimization hardness and not as an externally induced effect.

  13. A neural network approach to breast cancer diagnosis as a constraint satisfaction problem

    International Nuclear Information System (INIS)

    Tourassi, Georgia D.; Markey, Mia K.; Lo, Joseph Y.; Floyd, Carey E. Jr.

    2001-01-01

    A constraint satisfaction neural network (CSNN) approach is proposed for breast cancer diagnosis using mammographic and patient history findings. Initially, the diagnostic decision to biopsy was formulated as a constraint satisfaction problem. Then, an associative memory type neural network was applied to solve the problem. The proposed network has a flexible, nonhierarchical architecture that allows it to operate not only as a predictive tool but also as an analysis tool for knowledge discovery of association rules. The CSNN was developed and evaluated using a database of 500 nonpalpable breast lesions with definitive histopathological diagnosis. The CSNN diagnostic performance was evaluated using receiver operating characteristic analysis (ROC). The results of the study showed that the CSNN ROC area index was 0.84±0.02. The CSNN predictive performance is competitive with that achieved by experienced radiologists and backpropagation artificial neural networks (BP-ANNs) presented before. Furthermore, the study illustrates how CSNN can be used as a knowledge discovery tool overcoming some of the well-known limitations of BP-ANNs

  14. Exploring the Impact of Early Decisions in Variable Ordering for Constraint Satisfaction Problems

    Directory of Open Access Journals (Sweden)

    José Carlos Ortiz-Bayliss

    2018-01-01

    Full Text Available When solving constraint satisfaction problems (CSPs, it is a common practice to rely on heuristics to decide which variable should be instantiated at each stage of the search. But, this ordering influences the search cost. Even so, and to the best of our knowledge, no earlier work has dealt with how first variable orderings affect the overall cost. In this paper, we explore the cost of finding high-quality orderings of variables within constraint satisfaction problems. We also study differences among the orderings produced by some commonly used heuristics and the way bad first decisions affect the search cost. One of the most important findings of this work confirms the paramount importance of first decisions. Another one is the evidence that many of the existing variable ordering heuristics fail to appropriately select the first variable to instantiate. Another one is the evidence that many of the existing variable ordering heuristics fail to appropriately select the first variable to instantiate. We propose a simple method to improve early decisions of heuristics. By using it, performance of heuristics increases.

  15. Exploring the Impact of Early Decisions in Variable Ordering for Constraint Satisfaction Problems.

    Science.gov (United States)

    Ortiz-Bayliss, José Carlos; Amaya, Ivan; Conant-Pablos, Santiago Enrique; Terashima-Marín, Hugo

    2018-01-01

    When solving constraint satisfaction problems (CSPs), it is a common practice to rely on heuristics to decide which variable should be instantiated at each stage of the search. But, this ordering influences the search cost. Even so, and to the best of our knowledge, no earlier work has dealt with how first variable orderings affect the overall cost. In this paper, we explore the cost of finding high-quality orderings of variables within constraint satisfaction problems. We also study differences among the orderings produced by some commonly used heuristics and the way bad first decisions affect the search cost. One of the most important findings of this work confirms the paramount importance of first decisions. Another one is the evidence that many of the existing variable ordering heuristics fail to appropriately select the first variable to instantiate. Another one is the evidence that many of the existing variable ordering heuristics fail to appropriately select the first variable to instantiate. We propose a simple method to improve early decisions of heuristics. By using it, performance of heuristics increases.

  16. An Analysis of the Network Selection Problem for Heterogeneous Environments with User-Operator Joint Satisfaction and Multi-RAT Transmission

    Directory of Open Access Journals (Sweden)

    J. J. Escudero-Garzás

    2017-01-01

    Full Text Available The trend in wireless networks is that several wireless radio access technologies (RATs coexist in the same area, forming heterogeneous networks in which the users may connect to any of the available RATs. The problem of associating a user to the most suitable RAT, known as network selection problem (NSP, is of capital importance for the satisfaction of the users in these emerging environments. However, also the satisfaction of the operator is important in this scenario. In this work, we propose that a connection may be served by more than one RAT by using multi-RAT terminals. We formulate the NSP with multiple RAT association based on utility functions that take into consideration both user’s satisfaction and provider’s satisfaction. As users are characterized according to their expected quality of service, our results exhaustively analyze the influence of the user’s profile, along with the network topology and the type of applications served.

  17. Synthesis and characterization in monkey of [{sup 11}C]SP203 as a radioligand for imaging brain metabotropic glutamate 5 receptors

    Energy Technology Data Exchange (ETDEWEB)

    Simeon, Fabrice G.; Liow, Jeih-San; Zhang, Yi; Hong, Jinsoo; Gladding, Robert L.; Zoghbi, Sami S.; Innis, Robert B.; Pike, Victor W. [National Institutes of Health, Molecular Imaging Branch, National Institute of Mental Health, Bethesda, MD (United States)

    2012-12-15

    [{sup 18}F]SP203 (3-fluoro-5-(2-(2-([{sup 18}F]fluoromethyl)-thiazol-4-yl)ethynyl)benzonitrile) is an effective high-affinity and selective radioligand for imaging metabotropic 5 receptors (mGluR5) in human brain with PET. To provide a radioligand that may be used for more than one scanning session in the same subject in a single day, we set out to label SP203 with shorter-lived {sup 11}C (t{sub 1/2} = 20.4 min) and to characterize its behavior as a radioligand with PET in the monkey. Iodo and bromo precursors were obtained by cross-coupling 2-fluoromethyl-4-((trimethylsilyl)ethynyl)-1,3-thiazole with 3,5-diiodofluorobenzene and 3,5-dibromofluorobenzene, respectively. Treatment of either precursor with [{sup 11}C]cyanide ion rapidly gave [{sup 11}C]SP203, which was purified with high-performance liquid chromatography. PET was used to measure the uptake of radioactivity in brain regions after injecting [{sup 11}C]SP203 intravenously into rhesus monkeys at baseline and under conditions in which mGluR5 were blocked with 3-[(2-methyl-1,3-thiazol-4-yl)ethynyl]pyridine (MTEP). The emergence of radiometabolites in monkey blood in vitro and in vivo was assessed with radio-HPLC. The stability of [{sup 11}C]SP203 in human blood in vitro was also measured. The iodo precursor gave [{sup 11}C]SP203 in higher radiochemical yield (>98 %) than the bromo precursor (20-52 %). After intravenous administration of [{sup 11}C]SP203 into three rhesus monkeys, radioactivity peaked early in brain (average 12.5 min) with a regional distribution in rank order of expected mGluR5 density. Peak uptake was followed by a steady decline. No radioactivity accumulated in the skull. In monkeys pretreated with MTEP before [{sup 11}C]SP203 administration, radioactivity uptake in brain was again high but then declined more rapidly than in the baseline scan to a common low level. [{sup 11}C]SP203 was unstable in monkey blood in vitro and in vivo, and gave predominantly less lipophilic radiometabolites

  18. A Method to Assess Flux Hazards at CSP Plants to Reduce Avian Mortality

    Energy Technology Data Exchange (ETDEWEB)

    Ho, Clifford K.; Wendelin, Timothy; Horstman, Luke; Yellowhair, Julius

    2017-06-27

    A method to evaluate avian flux hazards at concentrating solar power plants (CSP) has been developed. A heat-transfer model has been coupled to simulations of the irradiance in the airspace above a CSP plant to determine the feather temperature along prescribed bird flight paths. Probabilistic modeling results show that the irradiance and assumed feather properties (thickness, absorptance, heat capacity) have the most significant impact on the simulated feather temperature, which can increase rapidly (hundreds of degrees Celsius in seconds) depending on the parameter values. The avian flux hazard model is being combined with a plant performance model to identify alternative heliostat standby aiming strategies that minimize both avian flux hazards and negative impacts on plant performance.

  19. The Relationship between Satisfaction with Life, ADHD Symptoms, and Associated Problems among University Students

    Science.gov (United States)

    Gudjonsson, Gisli H.; Sigurdsson, Jon Fridrik; Eyjolfsdottir, Gudrun Agusta; Smari, Jakob; Young, Susan

    2009-01-01

    Objective: To ascertain whether ADHD symptoms, and associated problems, are negatively related to subjective well-being. Method: The Satisfaction With Life Scale (SWLS) was completed by 369 university students, along with the Reasoning & Rehabilitation (R&R) ADHD Training Evaluation (RATE), the "Diagnostic and Statistical Manual of…

  20. Peer Victimization among Classmates-Associations with Students' Internalizing Problems, Self-Esteem, and Life Satisfaction.

    Science.gov (United States)

    Låftman, Sara B; Modin, Bitte

    2017-10-13

    Bullying is a major problem in schools and a large number of studies have demonstrated that victims have a high excess risk of poor mental health. It may however also affect those who are not directly victimized by peers. The present study investigates whether peer victimization among classmates is linked to internalizing problems, self-esteem, and life satisfaction at the individual level, when the student's own victimization has been taken into account. The data were derived from the first wave of the Swedish part of Youth in Europe Study (YES!), including information on 4319 students in grade 8 (14-15 years of age) distributed across 242 classes. Results from multilevel analyses show a significant association between classes with a high proportion of students being victimized and higher levels of internalizing problems, lower self-esteem, and lower life satisfaction at the student level. This association holds when the student's own victimization has been taken into account. This suggests that peer victimization negatively affects those who are directly exposed, as well as their classmates. We conclude that efficient methods and interventions to reduce bullying in school are likely to benefit not only those who are victimized, but all students.

  1. Cationic osteogenic peptide P15-CSP coatings promote 3-D osteogenesis in poly(epsilon-caprolactone) scaffolds of distinct pore size.

    Science.gov (United States)

    Li, Xian; Ghavidel Mehr, Nima; Guzmán-Morales, Jessica; Favis, Basil D; De Crescenzo, Gregory; Yakandawala, Nandadeva; Hoemann, Caroline D

    2017-08-01

    P15-CSP is a biomimetic cationic fusion peptide that stimulates osteogenesis and inhibits bacterial biofilm formation when coated on 2-D surfaces. This study tested the hypothesis that P15-CSP coatings enhance 3-D osteogenesis in a porous but otherwise hydrophobic poly-(ɛ-caprolactone) (PCL) scaffold. Scaffolds of 84 µm and 141 µm average pore size were coated or not with Layer-by-Layer polyelectrolytes followed by P15-CSP, seeded with adult primary human mesenchymal stem cells (MSCs), and cultured 10 days in proliferation medium, then 21 days in osteogenic medium. Atomic analyses showed that P15-CSP was successfully captured by LbL. After 2 days of culture, MSCs adhered and spread more on P15-CSP coated pores than PCL-only. At day 10, all constructs contained nonmineralized tissue. At day 31, all constructs became enveloped in a "skin" of tissue that, like 2-D cultures, underwent sporadic mineralization in areas of high cell density that extended into some 141 µm edge pores. By quantitative histomorphometry, 2.5-fold more tissue and biomineral accumulated in edge pores versus inner pores. P15-CSP specifically promoted tissue-scaffold integration, fourfold higher overall biomineralization, and more mineral deposits in the outer 84 µm and inner 141 µm pores than PCL-only (p pore surfaces with 3-D topography. Biomineralization deeper than 150 µm from the scaffold edge was optimally attained with the larger 141 µm peptide-coated pores. © 2017 Wiley Periodicals, Inc. J Biomed Mater Res Part A: 105A: 2171-2181, 2017. © 2017 Wiley Periodicals, Inc.

  2. Financial Management and Financial Problems As They Relate to Marital Satisfaction in Early Marriage

    OpenAIRE

    Kerkmann, Barbara C.

    1998-01-01

    The financial management habits and perceptions of young married couples were examined, as well as their financial problems and perceptions of their problems' magnitude in an attempt to assess the relationship of these financial factors to marital satisfaction. A survey was delivered to 604 residents of family student housing at Utah State University. The spouse who predominantly handled family finances was asked to complete the survey. By using an incentive for completing the survey, a respo...

  3. Analysis of regulation and economic incentives of the hybrid CSP HYSOL

    DEFF Research Database (Denmark)

    Baldini, Mattia; Pérez, Cristian Hernán Cabrera

    2016-01-01

    The European HYSOL project, developed over the last three years in the solar thermal plant Manchasol (Ciudad Real, Spain), has been successfully completed, demonstrating that hybridisation of CSP with other energy sources (renewable and fossil) ensures power supply to the power grid in a stable...

  4. Deadlock Detection Based on Automatic Code Generation from Graphical CSP Models

    NARCIS (Netherlands)

    Jovanovic, D.S.; Liet, Geert K.; Broenink, Johannes F.; Karelse, F.

    2004-01-01

    The paper describes a way of using standard formal analysis tools for checking deadlock freedom in graphical models for CSP descriptions of concurrent systems. The models capture specification of a possible concurrent implementation of a system to be realized. Building the graphical models and

  5. Both the caspase CSP-1 and a caspase-independent pathway promote programmed cell death in parallel to the canonical pathway for apoptosis in Caenorhabditis elegans.

    Directory of Open Access Journals (Sweden)

    Daniel P Denning

    Full Text Available Caspases are cysteine proteases that can drive apoptosis in metazoans and have critical functions in the elimination of cells during development, the maintenance of tissue homeostasis, and responses to cellular damage. Although a growing body of research suggests that programmed cell death can occur in the absence of caspases, mammalian studies of caspase-independent apoptosis are confounded by the existence of at least seven caspase homologs that can function redundantly to promote cell death. Caspase-independent programmed cell death is also thought to occur in the invertebrate nematode Caenorhabditis elegans. The C. elegans genome contains four caspase genes (ced-3, csp-1, csp-2, and csp-3, of which only ced-3 has been demonstrated to promote apoptosis. Here, we show that CSP-1 is a pro-apoptotic caspase that promotes programmed cell death in a subset of cells fated to die during C. elegans embryogenesis. csp-1 is expressed robustly in late pachytene nuclei of the germline and is required maternally for its role in embryonic programmed cell deaths. Unlike CED-3, CSP-1 is not regulated by the APAF-1 homolog CED-4 or the BCL-2 homolog CED-9, revealing that csp-1 functions independently of the canonical genetic pathway for apoptosis. Previously we demonstrated that embryos lacking all four caspases can eliminate cells through an extrusion mechanism and that these cells are apoptotic. Extruded cells differ from cells that normally undergo programmed cell death not only by being extruded but also by not being engulfed by neighboring cells. In this study, we identify in csp-3; csp-1; csp-2 ced-3 quadruple mutants apoptotic cell corpses that fully resemble wild-type cell corpses: these caspase-deficient cell corpses are morphologically apoptotic, are not extruded, and are internalized by engulfing cells. We conclude that both caspase-dependent and caspase-independent pathways promote apoptotic programmed cell death and the phagocytosis of cell

  6. Design and prototyping of real-time systems using CSP and CML

    DEFF Research Database (Denmark)

    Rischel, Hans; Sun, Hong Yan

    1997-01-01

    A procedure for systematic design of event based systems is introduced by means of the Production Cell case study. The design is documented by CSP style processes, which allow both verification using formal techniques and also validation of a rapid prototype in the functional language CML...

  7. Enantioselective carbenoid insertion into C(sp3–H bonds

    Directory of Open Access Journals (Sweden)

    J. V. Santiago

    2016-05-01

    Full Text Available The enantioselective carbenoid insertion into C(sp3–H bonds is an important tool for the synthesis of complex molecules due to the high control of enantioselectivity in the formation of stereogenic centers. This paper presents a brief review of the early issues, related mechanistic studies and recent applications on this chemistry area.

  8. Platinum-Catalyzed, Terminal-Selective C(sp(3))-H Oxidation of Aliphatic Amines.

    Science.gov (United States)

    Lee, Melissa; Sanford, Melanie S

    2015-10-14

    This Communication describes the terminal-selective, Pt-catalyzed C(sp(3))-H oxidation of aliphatic amines without the requirement for directing groups. CuCl2 is employed as a stoichiometric oxidant, and the reactions proceed in high yield at Pt loadings as low as 1 mol%. These transformations are conducted in the presence of sulfuric acid, which reacts with the amine substrates in situ to form ammonium salts. We propose that protonation of the amine serves at least three important roles: (i) it renders the substrates soluble in the aqueous reaction medium; (ii) it limits binding of the amine nitrogen to Pt or Cu; and (iii) it electronically deactivates the C-H bonds proximal to the nitrogen center. We demonstrate that this strategy is effective for the terminal-selective C(sp(3))-H oxidation of a variety of primary, secondary, and tertiary amines.

  9. Two phase genetic algorithm for vehicle routing and scheduling problem with cross-docking and time windows considering customer satisfaction

    Science.gov (United States)

    Baniamerian, Ali; Bashiri, Mahdi; Zabihi, Fahime

    2018-03-01

    Cross-docking is a new warehousing policy in logistics which is widely used all over the world and attracts many researchers attention to study about in last decade. In the literature, economic aspects has been often studied, while one of the most significant factors for being successful in the competitive global market is improving quality of customer servicing and focusing on customer satisfaction. In this paper, we introduce a vehicle routing and scheduling problem with cross-docking and time windows in a three-echelon supply chain that considers customer satisfaction. A set of homogeneous vehicles collect products from suppliers and after consolidation process in the cross-dock, immediately deliver them to customers. A mixed integer linear programming model is presented for this problem to minimize transportation cost and early/tardy deliveries with scheduling of inbound and outbound vehicles to increase customer satisfaction. A two phase genetic algorithm (GA) is developed for the problem. For investigating the performance of the algorithm, it was compared with exact and lower bound solutions in small and large-size instances, respectively. Results show that there are at least 86.6% customer satisfaction by the proposed method, whereas customer satisfaction in the classical model is at most 33.3%. Numerical examples results show that the proposed two phase algorithm could achieve optimal solutions in small-size instances. Also in large-size instances, the proposed two phase algorithm could achieve better solutions with less gap from the lower bound in less computational time in comparison with the classic GA.

  10. Peer Victimization among Classmates—Associations with Students’ Internalizing Problems, Self-Esteem, and Life Satisfaction

    Directory of Open Access Journals (Sweden)

    Sara B. Låftman

    2017-10-01

    Full Text Available Bullying is a major problem in schools and a large number of studies have demonstrated that victims have a high excess risk of poor mental health. It may however also affect those who are not directly victimized by peers. The present study investigates whether peer victimization among classmates is linked to internalizing problems, self-esteem, and life satisfaction at the individual level, when the student’s own victimization has been taken into account. The data were derived from the first wave of the Swedish part of Youth in Europe Study (YES!, including information on 4319 students in grade 8 (14–15 years of age distributed across 242 classes. Results from multilevel analyses show a significant association between classes with a high proportion of students being victimized and higher levels of internalizing problems, lower self-esteem, and lower life satisfaction at the student level. This association holds when the student’s own victimization has been taken into account. This suggests that peer victimization negatively affects those who are directly exposed, as well as their classmates. We conclude that efficient methods and interventions to reduce bullying in school are likely to benefit not only those who are victimized, but all students.

  11. The Climate Services Partnership (CSP): Working Together to Improve Climate Services Worldwide

    Science.gov (United States)

    Zebiak, S.; Brasseur, G.; Members of the CSP Coordinating Group

    2012-04-01

    Throughout the world, climate services are required to address urgent needs for climate-informed decision-making, policy and planning. These needs were explored in detail at the first International Conference on Climate Services (ICCS), held in New York in October 2011. After lengthy discussions of needs and capabilities, the conference culminated in the creation of the Climate Services Partnership (CSP). The CSP is an informal interdisciplinary network of climate information users, providers, donors and researchers interested in improving the provision and development of climate services worldwide. Members of the Climate Services Partnership work together to share knowledge, accelerate learning, develop new capacities, and establish good practices. These collaborative efforts will inform and support the evolution and implementation of the Global Framework for Climate Services. The Climate Services Partnership focuses its efforts on three levels. These include: 1. encouraging and sustaining connections between climate information providers, users, donors, and researchers 2. gathering, synthesizing and disseminating current knowledge on climate services by way of an online knowledge management platform 3. generating new knowledge on critical topics in climate service development and provision, through the creation of focused working groups on specific topics To date, the Climate Services Partnership has made progress on all three fronts. Connections have been fostered through outreach at major international conferences and professional societies. The CSP also maintains a website and a monthly newsletter, which serves as a resource for those interested in climate services. The second International Conference on Climate Services (ICCS2) will be held in Berlin in September. The CSP has also created a knowledge capture system that gathers and disseminates a wide range of information related to the development and provision of climate services. This includes an online

  12. Ethanol steam reforming heated up by molten salt CSP : reactor assessment

    NARCIS (Netherlands)

    Falco, de M.; Gallucci, F.

    2010-01-01

    In this paper hydrogen production via reforming of ethanol has been studied in a novel hybrid plant consisting in a ethanol reformer and a concentrating solar power (CSP) plant using molten salt as heat carrier fluid. The heat needed for the reforming of ethanol has been supplied to the system by

  13. Ethanol steam reforming heated up by molten salt CSP: Reactor assessment

    NARCIS (Netherlands)

    De Falco, Marcello; Gallucci, F.

    2010-01-01

    In this paper hydrogen production via reforming of ethanol has been studied in a novel hybrid plant consisting in a ethanol reformer and a concentrating solar power (CSP) plant using molten salt as heat carrier fluid. The heat needed for the reforming of ethanol has been supplied to the system by

  14. Job Satisfaction And Family Happiness : The Part-Time Work Problem

    NARCIS (Netherlands)

    Booth, A.L.; van Ours, J.C.

    2007-01-01

    Using fixed effects ordered logit estimation, we investigate the relationship between part-time work and working hours satisfaction; job satisfaction; and life satisfaction. We account for interdependence within the family using data on partnered men and women from the British Household Panel

  15. Analysis of factors affecting satisfaction level on problem based learning approach using structural equation modeling

    Science.gov (United States)

    Hussain, Nur Farahin Mee; Zahid, Zalina

    2014-12-01

    Nowadays, in the job market demand, graduates are expected not only to have higher performance in academic but they must also be excellent in soft skill. Problem-Based Learning (PBL) has a number of distinct advantages as a learning method as it can deliver graduates that will be highly prized by industry. This study attempts to determine the satisfaction level of engineering students on the PBL Approach and to evaluate their determinant factors. The Structural Equation Modeling (SEM) was used to investigate how the factors of Good Teaching Scale, Clear Goals, Student Assessment and Levels of Workload affected the student satisfaction towards PBL approach.

  16. Perceived child behaviour problems, parenting stress, and marital satisfaction: comparison of new arrival and local parents of preschool children in Hong Kong.

    Science.gov (United States)

    Leung, Shirley S L; Leung, Cynthia; Chan, Ruth

    2007-10-01

    To compare parental perception of child behaviour problems, parenting stress, and marital satisfaction in new arrival and local parents. Cross-sectional survey; semi-structured interview. Maternal and Child Health Centres, social service centres, preschools. Parents of preschool children, including new arrival parents and local parents. Child behaviour problems, parenting stress, and marital satisfaction. After controlling for socio-economic factors, new arrival parents were more troubled by their children's behaviour problems and their parent-child interactions were more dysfunctional than those of local parents. There were no differences in parent-reported severity of child behaviour problems, parental distress, and marital satisfaction. New arrival parents reported difficulties in adapting to the new living environment and lack of social support. New arrival parents were more troubled by their children's behaviour, and their parent-child interactions were more dysfunctional than those of local parents. These might in part be related to their settlement difficulties. Parenting programmes should address their specific settlement needs.

  17. Solving Constraint Satisfaction Problems with Networks of Spiking Neurons.

    Science.gov (United States)

    Jonke, Zeno; Habenschuss, Stefan; Maass, Wolfgang

    2016-01-01

    Network of neurons in the brain apply-unlike processors in our current generation of computer hardware-an event-based processing strategy, where short pulses (spikes) are emitted sparsely by neurons to signal the occurrence of an event at a particular point in time. Such spike-based computations promise to be substantially more power-efficient than traditional clocked processing schemes. However, it turns out to be surprisingly difficult to design networks of spiking neurons that can solve difficult computational problems on the level of single spikes, rather than rates of spikes. We present here a new method for designing networks of spiking neurons via an energy function. Furthermore, we show how the energy function of a network of stochastically firing neurons can be shaped in a transparent manner by composing the networks of simple stereotypical network motifs. We show that this design approach enables networks of spiking neurons to produce approximate solutions to difficult (NP-hard) constraint satisfaction problems from the domains of planning/optimization and verification/logical inference. The resulting networks employ noise as a computational resource. Nevertheless, the timing of spikes plays an essential role in their computations. Furthermore, networks of spiking neurons carry out for the Traveling Salesman Problem a more efficient stochastic search for good solutions compared with stochastic artificial neural networks (Boltzmann machines) and Gibbs sampling.

  18. Solving constraint satisfaction problems with networks of spiking neurons

    Directory of Open Access Journals (Sweden)

    Zeno eJonke

    2016-03-01

    Full Text Available Network of neurons in the brain apply – unlike processors in our current generation ofcomputer hardware – an event-based processing strategy, where short pulses (spikes areemitted sparsely by neurons to signal the occurrence of an event at a particular point intime. Such spike-based computations promise to be substantially more power-efficient thantraditional clocked processing schemes. However it turned out to be surprisingly difficult todesign networks of spiking neurons that can solve difficult computational problems on the levelof single spikes (rather than rates of spikes. We present here a new method for designingnetworks of spiking neurons via an energy function. Furthermore we show how the energyfunction of a network of stochastically firing neurons can be shaped in a quite transparentmanner by composing the networks of simple stereotypical network motifs. We show that thisdesign approach enables networks of spiking neurons to produce approximate solutions todifficult (NP-hard constraint satisfaction problems from the domains of planning/optimizationand verification/logical inference. The resulting networks employ noise as a computationalresource. Nevertheless the timing of spikes (rather than just spike rates plays an essential rolein their computations. Furthermore, networks of spiking neurons carry out for the Traveling Salesman Problem a more efficient stochastic search for good solutions compared with stochastic artificial neural networks (Boltzmann machines and Gibbs sampling.

  19. Villacidro solar demo plant: Integration of small-scale CSP and biogas power plants in an industrial microgrid

    Science.gov (United States)

    Camerada, M.; Cau, G.; Cocco, D.; Damiano, A.; Demontis, V.; Melis, T.; Musio, M.

    2016-05-01

    The integration of small scale concentrating solar power (CSP) in an industrial district, in order to develop a microgrid fully supplied by renewable energy sources, is presented in this paper. The plant aims to assess in real operating conditions, the performance, the effectiveness and the reliability of small-scale concentrating solar power technologies in the field of distributed generation. In particular, the potentiality of small scale CSP with thermal storage to supply dispatchable electricity to an industrial microgrid will be investigated. The microgrid will be realized in the municipal waste treatment plant of the Industrial Consortium of Villacidro, in southern Sardinia (Italy), which already includes a biogas power plant. In order to achieve the microgrid instantaneous energy balance, the analysis of the time evolution of the waste treatment plant demand and of the generation in the existing power systems has been carried out. This has allowed the design of a suitable CSP plant with thermal storage and an electrochemical storage system for supporting the proposed microgrid. At the aim of obtaining the expected energy autonomy, a specific Energy Management Strategy, which takes into account the different dynamic performances and characteristics of the demand and the generation, has been designed. In this paper, the configuration of the proposed small scale concentrating solar power (CSP) and of its thermal energy storage, based on thermocline principle, is initially described. Finally, a simulation study of the entire power system, imposing scheduled profiles based on weather forecasts, is presented.

  20. GEOTHERMAL / SOLAR HYBRID DESIGNS: USE OF GEOTHERMAL ENERGY FOR CSP FEEDWATER HEATING

    Energy Technology Data Exchange (ETDEWEB)

    Craig Turchi; Guangdong Zhu; Michael Wagner; Tom Williams; Dan Wendt

    2014-10-01

    This paper examines a hybrid geothermal / solar thermal plant design that uses geothermal energy to provide feedwater heating in a conventional steam-Rankine power cycle deployed by a concentrating solar power (CSP) plant. The geothermal energy represents slightly over 10% of the total thermal input to the hybrid plant. The geothermal energy allows power output from the hybrid plant to increase by about 8% relative to a stand-alone CSP plant with the same solar-thermal input. Geothermal energy is converted to electricity at an efficiency of 1.7 to 2.5 times greater than would occur in a stand-alone, binary-cycle geothermal plant using the same geothermal resource. While the design exhibits a clear advantage during hybrid plant operation, the annual advantage of the hybrid versus two stand-alone power plants depends on the total annual operating hours of the hybrid plant. The annual results in this draft paper are preliminary, and further results are expected prior to submission of a final paper.

  1. Students' satisfaction to hybrid problem-based learning format for basic life support/advanced cardiac life support teaching.

    Science.gov (United States)

    Chilkoti, Geetanjali; Mohta, Medha; Wadhwa, Rachna; Saxena, Ashok Kumar; Sharma, Chhavi Sarabpreet; Shankar, Neelima

    2016-11-01

    Students are exposed to basic life support (BLS) and advanced cardiac life support (ACLS) training in the first semester in some medical colleges. The aim of this study was to compare students' satisfaction between lecture-based traditional method and hybrid problem-based learning (PBL) in BLS/ACLS teaching to undergraduate medical students. We conducted a questionnaire-based, cross-sectional survey among 118 1 st -year medical students from a university medical college in the city of New Delhi, India. We aimed to assess the students' satisfaction between lecture-based and hybrid-PBL method in BLS/ACLS teaching. Likert 5-point scale was used to assess students' satisfaction levels between the two teaching methods. Data were collected and scores regarding the students' satisfaction levels between these two teaching methods were analysed using a two-sided paired t -test. Most students preferred hybrid-PBL format over traditional lecture-based method in the following four aspects; learning and understanding, interest and motivation, training of personal abilities and being confident and satisfied with the teaching method ( P < 0.05). Implementation of hybrid-PBL format along with the lecture-based method in BLS/ACLS teaching provided high satisfaction among undergraduate medical students.

  2. Academic satisfaction among traditional and problem based learning medical students. A comparative study.

    Science.gov (United States)

    Albarrak, Ahmed I; Mohammed, Rafiuddin; Abalhassan, Mohammed F; Almutairi, Nasser K

    2013-11-01

    To evaluate the academic satisfaction and importance among traditional learning (TL) and problem based learning (PBL) medical students, and to further evaluate the areas of concern in the academic education from the student's point of view. A cross sectional study was conducted at the College of Medicine, King Saud University, Riyadh, Kingdom of Saudi Arabia from May to June 2012. The survey questionnaires were self-administered and consisted of mainly 6 sections: teaching, learning, supervision, course organization, information technology (IT) facilities, and development of skills. A total of 92 TL (males: 66 [71.7%]; females: 26 [28.3%]), and 108 PBL (males: 84 [77.8%]; females: 24 [22.1%]), with a mean age of 21.3 +/- 1.3 (TL), and 20.7 +/- 1.0 (PBL) were included in the study. The overall satisfaction rate was higher in the PBL students when compared with TL students in: teaching (84.7%/60.3%); learning (81.4%/64.5%); supervision (80%/51.5%); course organization (69.3%/46.9%); IT facilities (74.0%/58.9%); and development of skills (79.1%/53.9%). There was statistical significance difference in academic satisfaction comparing both groups of students (pdisadvantages of the traditional system. The PBL was potentially considered a successful method in enhancing medical education.

  3. A hybrid meta-heuristic algorithm for the vehicle routing problem with stochastic travel times considering the driver's satisfaction

    Science.gov (United States)

    Tavakkoli-Moghaddam, Reza; Alinaghian, Mehdi; Salamat-Bakhsh, Alireza; Norouzi, Narges

    2012-05-01

    A vehicle routing problem is a significant problem that has attracted great attention from researchers in recent years. The main objectives of the vehicle routing problem are to minimize the traveled distance, total traveling time, number of vehicles and cost function of transportation. Reducing these variables leads to decreasing the total cost and increasing the driver's satisfaction level. On the other hand, this satisfaction, which will decrease by increasing the service time, is considered as an important logistic problem for a company. The stochastic time dominated by a probability variable leads to variation of the service time, while it is ignored in classical routing problems. This paper investigates the problem of the increasing service time by using the stochastic time for each tour such that the total traveling time of the vehicles is limited to a specific limit based on a defined probability. Since exact solutions of the vehicle routing problem that belong to the category of NP-hard problems are not practical in a large scale, a hybrid algorithm based on simulated annealing with genetic operators was proposed to obtain an efficient solution with reasonable computational cost and time. Finally, for some small cases, the related results of the proposed algorithm were compared with results obtained by the Lingo 8 software. The obtained results indicate the efficiency of the proposed hybrid simulated annealing algorithm.

  4. Co-generation and innovative heat storage systems in small-medium CSP plants for distributed energy production

    Science.gov (United States)

    Giaconia, Alberto; Montagnino, Fabio; Paredes, Filippo; Donato, Filippo; Caputo, Giampaolo; Mazzei, Domenico

    2017-06-01

    CSP technologies can be applied for distributed energy production, on small-medium plants (on the 1 MW scale), to satisfy the needs of local communities, buildings and districts. In this perspective, reliable, low-cost, and flexible small/medium multi-generative CSP plants should be developed. Four pilot plants have been built in four Mediterranean countries (Cyprus, Egypt, Jordan, and Italy) to demonstrate the approach. In this paper, the plant built in Italy is presented, with specific innovations applied in the linear Fresnel collector design and the Thermal Energy Storage (TES) system, based on a single the use of molten salts but specifically tailored for small scale plants.

  5. Platinum-Catalyzed Terminal-Selective C(sp3)–H Oxidation of Aliphatic Amines

    Science.gov (United States)

    Lee, Melissa; Sanford, Melanie S.

    2016-01-01

    This paper describes the terminal-selective Pt-catalyzed C(sp3)–H oxidation of aliphatic amines without the requirement for directing groups. CuCl2 is employed as a stoichiometric oxidant, and the reactions proceed in high yield at Pt loadings as low as 1 mol %. These transformations are conducted in the presence of sulfuric acid, which reacts with the amine substrates in situ to form ammonium salts. We propose that protonation of the amine serves at least three important roles: (i) it renders the substrates soluble in the aqueous reaction medium; (ii) it limits binding of the amine nitrogen to Pt or Cu; and (ii) it electronically deactivates the C–H bonds proximal to the nitrogen center. We demonstrate that this strategy is effective for the terminal-selective C(sp3)–H oxidation of a variety of primary, secondary and tertiary amines. PMID:26439251

  6. Job satisfaction, work ability and life satisfaction among Finnish anaesthesiologists.

    Science.gov (United States)

    Lindfors, P M; Meretoja, O A; Töyry, S M; Luukkonen, R A; Elovainio, M J; Leino, T J

    2007-08-01

    Organizational changes and relative growth of the ageing population together with related health problems seem to have increased stressfulness in the work of anaesthesiologists. However, little is known about their work-related well-being and the factors through which their situation could be improved. A cross-sectional questionnaire study of the level and the determinants of job satisfaction, work ability and life satisfaction among female and male anaesthesiologists involved 258 Finnish anaesthesiologists working full time (53% men). The respondents had fairly high job satisfaction, work ability and life satisfaction. No gender differences appeared in these well-being indicators, but their determinants differed by gender. Job satisfaction was only associated with work-related factors in both genders: with job control in women and with job control and organizational justice in men. Work ability correlated with job control and health in both genders and with family life in women. Life satisfaction correlated with individual- and family related factors such as social support and family problems in both genders. Life satisfaction correlated with physical workload in men and health in women. Women had less job control, fewer permanent job contracts and more domestic workload than men. Job control and organizational justice were the most important determinants in work-related well-being. Work-related factors were slightly more important correlates of well-being in males, and family life seems to play a larger role in the well-being of female anaesthesiologists. Organizational and gender issues need to be addressed in order to maintain a high level of well-being among anaesthesiologists.

  7. The Potential of Coconut Shell Powder (CSP) and Coconut Shell Activated Carbon (CSAC) Composites as Electromagnetic Interference (EMI) Absorbing Material

    International Nuclear Information System (INIS)

    Siti Nurbazilah Abdul Jabal; Seok, Y.B.; Hoon, W.F.

    2016-01-01

    Agriculture waste is potentially useful as an alternative material to absorb and attenuate electromagnetic interference (EMI). This research highlights the use of coconut shell powder (CSP) and coconut shell activated carbon (CSAC) as raw materials with epoxy resin and amine hardener composite to absorb microwave signals over frequency of 1 - 8 GHz. In order to investigate the suitability of these raw materials as EMI absorbing material, carbon composition of the raw materials is determined through CHNS Elemental Analysis. The surface morphology of the raw materials in term of porosity is investigated by using TM3000 Scanning Electron Microscope (SEM). The complex permittivity of the composites is determined by using high temperature dielectric probe in conjunction with Network Analyzer. From the result, the Carbon% of CSP and CSAC is 46.70 % and 84.28 % respectively. In term of surface morphology, the surface porosity of CSP and CSAC is in the range of 2 μm and 1 μm respectively. For the dielectric properties, the dielectric constant and the dielectric loss factor for CSP and CSAC is 4.5767 and 64.8307 and 1.2144 and 13.8296 respectively. The materials more potentially useful as substitute materials for electromagnetic interference (EMI) absorbing are discussed. (author)

  8. Iridium complexes containing mesoionic C donors: selective C(sp3)-H versus C(sp2)-H bond activation, reactivity towards acids and bases, and catalytic oxidation of silanes and water.

    Science.gov (United States)

    Petronilho, Ana; Woods, James A; Mueller-Bunz, Helge; Bernhard, Stefan; Albrecht, Martin

    2014-11-24

    Metalation of a C2-methylated pyridylimidazolium salt with [IrCp*Cl2]2 affords either an ylidic complex, resulting from C(sp(3))-H bond activation of the C2-bound CH3 group if the metalation is performed in the presence of a base, such as AgO2 or Na2CO3, or a mesoionic complex via cyclometalation and thermally induced heterocyclic C(sp(2))-H bond activation, if the reaction is performed in the absence of a base. Similar cyclometalation and complex formation via C(sp(2))-H bond activation is observed when the heterocyclic ligand precursor consists of the analogous pyridyltriazolium salt, that is, when the metal bonding at the C2 position is blocked by a nitrogen rather than a methyl substituent. Despite the strongly mesoionic character of both the imidazolylidene and the triazolylidene, the former reacts rapidly with D(+) and undergoes isotope exchange at the heterocyclic C5 position, whereas the triazolylidene ligand is stable and only undergoes H/D exchange under basic conditions, where the imidazolylidene is essentially unreactive. The high stability of the Ir-C bond in aqueous solution over a broad pH range was exploited in catalytic water oxidation and silane oxidation. The catalytic hydrosilylation of ketones proceeds with turnover frequencies as high as 6,000 h(-1) with both the imidazolylidene and the triazolylidene system, whereas water oxidation is enhanced by the stronger donor properties of the imidazol-4-ylidene ligands and is more than three times faster than with the triazolylidene analogue. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  9. Positive Youth Development, Life Satisfaction and Problem Behaviors of Adolescents in Intact and Non-Intact Families in Hong Kong

    Directory of Open Access Journals (Sweden)

    Daniel Tan Lei Shek

    2013-08-01

    Full Text Available This study investigated whether Chinese adolescents living in intact and non-intact families differed in their positive development, life satisfaction, and risk behavior. A total of 3,328 Secondary 1 students responded to measures of positive youth development (such as resilience and psychosocial competencies, life satisfaction, and risk behavior (substance abuse, delinquency, Internet addiction, consumption of pornographic materials, self-harm, and behavioral intention to engage in problem behavior. Findings revealed that adolescents growing up in intact families reported higher levels of positive developmental outcomes and life satisfaction as compared with adolescents from non-intact families. Adolescents in non-intact families also reported higher levels of risk behaviors than those growing up in intact families.

  10. Thermal energy storage for CSP (Concentrating Solar Power)

    Science.gov (United States)

    Py, Xavier; Sadiki, Najim; Olives, Régis; Goetz, Vincent; Falcoz, Quentin

    2017-07-01

    The major advantage of concentrating solar power before photovoltaic is the possibility to store thermal energy at large scale allowing dispatchability. Then, only CSP solar power plants including thermal storage can be operated 24 h/day using exclusively the solar resource. Nevertheless, due to a too low availability in mined nitrate salts, the actual mature technology of the two tanks molten salts cannot be applied to achieve the expected international share in the power production for 2050. Then alternative storage materials are under studies such as natural rocks and recycled ceramics made from industrial wastes. The present paper is a review of those alternative approaches.

  11. Thermal energy storage for CSP (Concentrating Solar Power

    Directory of Open Access Journals (Sweden)

    Py Xavier

    2017-01-01

    Full Text Available The major advantage of concentrating solar power before photovoltaic is the possibility to store thermal energy at large scale allowing dispatchability. Then, only CSP solar power plants including thermal storage can be operated 24 h/day using exclusively the solar resource. Nevertheless, due to a too low availability in mined nitrate salts, the actual mature technology of the two tanks molten salts cannot be applied to achieve the expected international share in the power production for 2050. Then alternative storage materials are under studies such as natural rocks and recycled ceramics made from industrial wastes. The present paper is a review of those alternative approaches.

  12. Rhodium(III)-Catalyzed Activation of C(sp3)-H Bonds and Subsequent Intermolecular Amidation at Room Temperature.

    Science.gov (United States)

    Huang, Xiaolei; Wang, Yan; Lan, Jingbo; You, Jingsong

    2015-08-03

    Disclosed herein is a Rh(III)-catalyzed chelation-assisted activation of unreactive C(sp3)-H bonds, thus enabling an intermolecular amidation to provide a practical and step-economic route to 2-(pyridin-2-yl)ethanamine derivatives. Substrates with other N-donor groups are also compatible with the amidation. This protocol proceeds at room temperature, has a relatively broad functional-group tolerance and high selectivity, and demonstrates the potential of rhodium(III) in the promotive functionalization of unreactive C(sp3)-H bonds. A rhodacycle having a SbF6(-) counterion was identified as a plausible intermediate. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  13. Design and Evaluation of the User-Adapted Program Scheduling system based on Bayesian Network and Constraint Satisfaction

    Science.gov (United States)

    Iwasaki, Hirotoshi; Sega, Shinichiro; Hiraishi, Hironori; Mizoguchi, Fumio

    In recent years, lots of music content can be stored in mobile computing devices, such as a portable digital music player and a car navigation system. Moreover, various information content like news or traffic information can be acquired always anywhere by a cellular communication and a wireless LAN. However, usability issues arise from the simple interfaces of mobile computing devices. Moreover, retrieving and selecting such content poses safety issues, especially while driving. Thus, it is important for the mobile system to recommend content automatically adapted to user's preference and situation. In this paper, we present the user-adapted program scheduling that generates sequences of content (Program) suiting user's preference and situation based on the Bayesian network and the Constraint Satisfaction Problem (CSP) technique. We also describe the design and evaluation of its realization system, the Personal Program Producer (P3). First, preference such as a genre ratio of content in a program is learned as a Bayesian network model using simple operations such as a skip behavior. A model including each content tends to become large-scale. In order to make it small, we present the model separation method that carries out losslessly compression of the model. Using the model, probabilistic distributions of preference to generate constraints are inferred. Finally satisfying the constraints, a program is produced. This kind of CSP has an issue of which the number of variables is not fixedness. In order to make it variable, we propose a method using metavariables. To evaluate the above methods, we applied them to P3 on a car navigation system. User evaluations helped us clarify that the P3 can produce the program that a user prefers and adapt it to the user.

  14. Further structural insights into the binding of complement factor H by complement regulator-acquiring surface protein 1 (CspA) of Borrelia burgdorferi

    International Nuclear Information System (INIS)

    Caesar, Joseph J. E.; Wallich, Reinhard; Kraiczy, Peter; Zipfel, Peter F.; Lea, Susan M.

    2013-01-01

    B. burgdorferi binds complement factor H using a dimeric surface protein, CspA (BbCRASP-1). Presented here is a new structure of CspA that suggests that there is a degree of flexibility between subunits which may have implications for complement regulator binding. Borrelia burgdorferi has evolved many mechanisms of evading the different immune systems across its range of reservoir hosts, including the capture and presentation of host complement regulators factor H and factor H-like protein-1 (FHL-1). Acquisition is mediated by a family of complement regulator-acquiring surface proteins (CRASPs), of which the atomic structure of CspA (BbCRASP-1) is known and shows the formation of a homodimeric species which is required for binding. Mutagenesis studies have mapped a putative factor H binding site to a cleft between the two subunits. Presented here is a new atomic structure of CspA which shows a degree of flexibility between the subunits which may be critical for factor H scavenging by increasing access to the binding interface and allows the possibility that the assembly can clamp around the bound complement regulators

  15. The assessment of recalled parental rearing behavior and its relationship to life satisfaction and interpersonal problems: a general population study

    Directory of Open Access Journals (Sweden)

    Hinz Andreas

    2009-03-01

    Full Text Available Abstract Background Parental rearing behavior is a significant etiological factor for the vulnerability of psychopathology and has been an issue of clinical research for a long time. For this scope instruments are important who asses economically recalled parental rearing behavior in a clinical practice. Therefore, a short German instrument for the assessment of the recalled parental rearing behavior Fragebogen zum erinnerten elterlichen Erziehungsverhalten (FEE was psychometrically evaluated [Recalled Parental Rearing Behavior]. Methods This questionnaire was evaluated in a representative population sample (N = 2.948 in Germany which included 44.2% male and 55.8% female persons with a mean age of M = 47.35 (SD = 17.10, range = 18–92. For the content evaluation of the FEE the Life Satisfaction Questionnaire (FLZ and the Inventory of Interpersonal Problems (IIP was filled out by the participants. Results The FEE scales yielded a good to satisfactory internal consistency and split-half reliability. Its three factors (rejection/punishment, emotional warmth, control/overprotection correlated positively with most of the areas of life satisfaction. Furthermore, positive associations between interpersonal problems and parental rejection and control could be identified. Conclusion The FEE is a short, reliable and valid instrument that can be applied in the clinical practice. In addition, the data proved an association between recalled parental rearing behavior, life satisfaction and interpersonal problems conform to the literature. Finally, specific problems with the retrospective assessment of parental rearing behavior were addressed as well.

  16. 75 FR 13740 - Office of Innovation and Improvement; Overview Information; Charter Schools Program (CSP) Grants...

    Science.gov (United States)

    2010-03-23

    ... DEPARTMENT OF EDUCATION Office of Innovation and Improvement; Overview Information; Charter Schools Program (CSP) Grants for National Leadership Activities; Notice Inviting Applications for New... of public schools have been identified for improvement, corrective action, or restructuring under...

  17. AN INVESTIGATION OF RELATIONSHIP BETWEEN LEADERSHIP STYLES OF HUMAN RESOURCES MANAGER, CREATIVE PROBLEM SOLVING CAPACITY AND CAREER SATISFACTION: AN EMPIRICAL STUDY

    Directory of Open Access Journals (Sweden)

    Hüseyin YILMAZ

    2016-12-01

    Full Text Available The aim of this study is the creative problem-solving capacity of the organization with leadership behaviors of human resources managers and employees to examine the relationship between career satisfaction and is tested empirically. Research within the scope of the required data structured questionnaire method, operating in the province of Aydin was obtained from 130 employees working in five star hotels. Democratic leadership style according to the factor analysis, easygoing, participants converter, and releasing autocratic leadership dimensions were determined. According to the analysis, the dependent variable with a significant level of research and positive leadership style has been determined that no relationships. Regression analysis revealed that the leadership of the relationship with the creative problem-solving capacity of democratic leadership in style when found to be stronger than other leadership styles, while the variable describing the career of the employee satisfaction level of the maximum it was concluded that the creative problem-solving capacity of the organization. Research in the context of human resources on the very important for organizations, leadership behavior, creative problem-solving capacity and career satisfaction studies analyzing the relationships between variables it seems to be quite limited. The discovery by analyzing the relationship between the aforementioned variables, can make significant contributions to knowledge in the literature and are expected to form the basis for future research.

  18. Selective C(sp3)−H aerobic oxidation enabled by decatungstate photocatalysis in flow

    NARCIS (Netherlands)

    Laudadio, G.; Govaerts, S.; Wang, Y.; Ravelli, D.; Koolman, H.; Fagnoni, M.; Djuric, S.; Noel, T.

    2018-01-01

    A mild and selective C(sp3)−H aerobic oxidation enabled by decatungstate photocatalysis has been developed. The reaction can be significantly improved in a microflow reactor enabling the safe use of oxygen and enhanced irradiation of the reaction mixture. Our method allows for the oxidation of both

  19. Atropisomerism about aryl-Csp(3) bonds: the electronic and steric influence of ortho-substituents on conformational exchange in cannabidiol and linderatin derivatives.

    Science.gov (United States)

    Berber, Hatice; Lameiras, Pedro; Denhez, Clément; Antheaume, Cyril; Clayden, Jonathan

    2014-07-03

    Terpenylation reactions of substituted phenols were used to prepare cannabidiol and linderatin derivatives, and their structure and conformational behavior in solution were investigated by NMR and, for some representative examples, by DFT. VT-NMR spectra and DFT calculations were used to determine the activation energies of the conformational change arising from restricted rotation about the aryl-Csp(3) bond that lead to two unequally populated rotameric epimers. The NBO calculation was applied to explain the electronic stabilization of one conformer over another by donor-acceptor charge transfer interactions. Conformational control arises from a combination of stereoelectronic and steric effects between substituents in close contact with each other on the two rings of the endocyclic epoxide atropisomers. This study represents the first exploration of the stereoelectronic origins of atropisomerism around C(sp(2))-C(sp(3)) single bonds through theoretical calculations.

  20. Optimizing the CSP Tower Air Brayton Cycle System to Meet the SunShot Objectives - Final Technical Report

    Energy Technology Data Exchange (ETDEWEB)

    Bryner, Elliott [Soutwest Research Inst., San Antonio, TX (United States); Brun, Klaus [Soutwest Research Inst., San Antonio, TX (United States); Coogan, Shane [Soutwest Research Inst., San Antonio, TX (United States); Cunningham, C. Seth [Soutwest Research Inst., San Antonio, TX (United States); Poerner, Nathan [Soutwest Research Inst., San Antonio, TX (United States)

    2016-02-26

    The objective of this project is to increase Concentrated Solar Power (CSP) tower air receiver and gas turbine temperature capabilities to 1,000ºC by the development of a novel gas turbine combustor, which can be integrated on a megawatt-scale gas turbine, such as the Solar Turbines Mercury 50™. No combustor technology currently available is compatible with the CSP application target inlet air temperature of 1,000°C. Autoignition and flashback at this temperature prevent the use of conventional lean pre-mix injectors that are currently employed to manage NOx emissions. Additional challenges are introduced by the variability of the high-temperature heat source provided by the field of solar collectors, the heliostat in CSP plants. For optimum energy generation from the power turbine, the turbine rotor inlet temperature (TRIT) should remain constant. As a result of changing heat load provided to the solar collector from the heliostat, the amount of energy input required from the combustion system must be adjusted to compensate. A novel multi-bank lean micro-mix injector has been designed and built to address the challenges of high-temperature combustion found in CSP applications. The multi-bank arrangement of the micro-mix injector selectively injects fuel to meet the heat addition requirements to maintain constant TRIT with changing solar load. To validate the design, operation, and performance of the multi-bank lean micro-mix injector, a novel combustion test facility has been designed and built at Southwest Research Institute® (SwRI®) in San Antonio, TX. This facility, located in the Turbomachinery Research Facility, provides in excess of two kilograms per second of compressed air at nearly eight bar pressure. A two-megawatt electric heater raises the inlet temperature to 800°C while a secondary gas-fired heater extends the operational temperature range of the facility to 1,000°C. A combustor test rig connected to the heater has been designed and built to

  1. Adjunct Faculty Job Satisfaction in California Community Colleges: A Narrative Inquiry

    Science.gov (United States)

    Nagle, Tonya

    2016-01-01

    The problem addressed in the qualitative narrative inquiry is the perceived level of adjunct faculty job satisfaction. The general problem is the inconclusive and contradictory information on job satisfaction for adjuncts nationwide. The specific problem is poor job satisfaction for adjunct faculty in California where adjuncts are 48% of the…

  2. Case manager satisfaction in public health.

    Science.gov (United States)

    Schutt, Russell K; Fawcett, Jacqueline; Gall, Gail B; Harrow, Brooke; Woodford, Mary Lou

    2010-01-01

    The purpose of this study was to examine correlates of case managers' satisfaction with their work, services, and service network and to identify connections to service performance and service costs. A decentralized public health program that exemplifies the trend toward more diverse clients and networked services. A mixed method design with 34 case managers. As hypothesized, the case managers' experiences with clients and the service network, and their service effectiveness, were associated with their satisfaction with their jobs and the services they provide. Satisfaction was also positively associated with more timely service delivery. These associations were explained in part by case managers' education and training. Case managers can achieve high levels of job and service satisfaction in outreach programs serving a diverse client population in a decentralized service network. Case managers' job and service satisfaction improves with reduced service problems and service delays and when case managers can devise work-arounds for persistent service problems. Using advanced practice nurses (APN) and providing more on-the-job training may increase case manager satisfaction with their jobs and the services they provide. Special efforts may be needed to prevent a decline in job satisfaction with years of experience.

  3. WTO Compliance Status of the Conservation Security Program (CSP) and the Conservation Reserve Program (CRP)

    National Research Council Canada - National Science Library

    Schnepf, Randy

    2007-01-01

    .... This report is not a legal opinion, but describes both the CSP and CRP programs, the WTO Annex II provisions that govern compliance, and the potential issues involved in evaluating the compliance status of the two programs. This report will be updated as events warrant.

  4. Rhenium-catalyzed dehydrogenative olefination of C(sp(3))-H bonds with hypervalent iodine(III) reagents.

    Science.gov (United States)

    Gu, Haidong; Wang, Congyang

    2015-06-07

    A dehydrogenative olefination of C(sp(3))-H bonds is disclosed here, by merging rhenium catalysis with an alanine-derived hypervalent iodine(III) reagent. Thus, cyclic and acyclic ethers, toluene derivatives, cycloalkanes, and nitriles are all successfully alkenylated in a regio- and stereoselective manner.

  5. Double mutation of cell wall proteins CspB and PBP1a increases secretion of the antibody Fab fragment from Corynebacterium glutamicum

    Science.gov (United States)

    2014-01-01

    Background Among other advantages, recombinant antibody-binding fragments (Fabs) hold great clinical and commercial potential, owing to their efficient tissue penetration compared to that of full-length IgGs. Although production of recombinant Fab using microbial expression systems has been reported, yields of active Fab have not been satisfactory. We recently developed the Corynebacterium glutamicum protein expression system (CORYNEX®) and demonstrated improved yield and purity for some applications, although the system has not been applied to Fab production. Results The Fab fragment of human anti-HER2 was successfully secreted by the CORYNEX® system using the conventional C. glutamicum strain YDK010, but the productivity was very low. To improve the secretion efficiency, we investigated the effects of deleting cell wall-related genes. Fab secretion was increased 5.2 times by deletion of pbp1a, encoding one of the penicillin-binding proteins (PBP1a), mediating cell wall peptidoglycan (PG) synthesis. However, this Δpbp1a mutation did not improve Fab secretion in the wild-type ATCC13869 strain. Because YDK010 carries a mutation in the cspB gene encoding a surface (S)-layer protein, we evaluated the effect of ΔcspB mutation on Fab secretion from ATCC13869. The Δpbp1a mutation showed a positive effect on Fab secretion only in combination with the ΔcspB mutation. The ΔcspBΔpbp1a double mutant showed much greater sensitivity to lysozyme than either single mutant or the wild-type strain, suggesting that these mutations reduced cell wall resistance to protein secretion. Conclusion There are at least two crucial permeability barriers to Fab secretion in the cell surface structure of C. glutamicum, the PG layer, and the S-layer. The ΔcspBΔpbp1a double mutant allows efficient Fab production using the CORYNEX® system. PMID:24731213

  6. The role of CSP in the electricity system of South Africa - technical operation, grid constraints, market structure and economics

    Science.gov (United States)

    Kost, Christoph; Friebertshäuser, Chris; Hartmann, Niklas; Fluri, Thomas; Nitz, Peter

    2017-06-01

    This paper analyses the role of solar technologies (CSP and PV) and their interaction in the South African electricity system by using a fundamental electricity system modelling (ENTIGRIS-SouthAfrica). The model is used to analyse the South African long-term electricity generation portfolio mix, optimized site selection and required transmission capacities until the year 2050. Hereby especially the location and grid integration of solar technology (PV and CSP) and wind power plants is analysed. This analysis is carried out by using detailed resource assessment of both technologies. A cluster approach is presented to reduce complexity by integrating the data in an optimization model.

  7. Roles of Communication Problems and Communication Strategies on Resident-Related Role Demand and Role Satisfaction.

    Science.gov (United States)

    Savundranayagam, Marie Y; Lee, Christopher

    2017-03-01

    This study investigated the impact of dementia-related communication difficulties and communication strategies used by staff on resident-related indicators of role demand and role satisfaction. Formal/paid long-term care staff caregivers (N = 109) of residents with dementia completed questionnaires on dementia-related communication difficulties, communication strategies, role demand (ie, residents make unreasonable demands), and role satisfaction (measured by relationship closeness and influence over residents). Three types of communication strategies were included: (a) effective repair strategies, (b) completing actions by oneself, and (c) tuning out or ignoring the resident. Analyses using structural equation modeling revealed that communication problems were positively linked with role demand. Repair strategies were positively linked with relationship closeness and influence over residents. Completing actions by oneself was positively linked to role demand and influence over residents, whereas tuning out was negatively linked with influence over residents. The findings underscore that effective caregiver communication skills are essential in enhancing staff-resident relationships.

  8. Introducing problem-based learning to undergraduate IT service management course: student satisfaction and work performance

    Directory of Open Access Journals (Sweden)

    Katarina Pažur Aničić

    2016-12-01

    Full Text Available This paper describes the implementation of problem-based learning (PBL principles in an undergraduate IT service management course, followed by the results about student satisfaction and work performance. The results indicate the students’ general satisfaction with the course implementation, as well as some challenges regarding the self-assessment and peer assessment of their work. The findings also reveal the students’ better work performance in project results than in traditional knowledge tests, which reinforces the indications about their positive attitudes towards the interactive PBL environment. The cluster analyses identified seven different patterns in student behaviour regarding course performance. The presented results can be considered a new aspect of the development and amendment of the information and communication technology (ICT skills requested by future employers. In this regard, the demand for innovation in the education of future ICT professionals arises from the need for experts equipped with both IT and business skills.

  9. Teacher Satisfaction with School and Psychological Well-Being Affects Their Readiness to Help Children with Mental Health Problems

    Science.gov (United States)

    Sisask, Merike; Värnik, Peeter; Värnik, Airi; Apter, Alan; Balazs, Judit; Balint, Maria; Bobes, Julio; Brunner, Romuald; Corcoran, Paul; Cosman, Doina; Feldman, Dana; Haring, Christian; Kahn, Jean-Pierre; Poštuvan, Vita; Tubiana, Alexandra; Sarchiapone, Marco; Wasserman, Camilla; Carli, Vladimir; Hoven, Christina W.; Wasserman, Danuta

    2014-01-01

    Objective: In support of a whole-school approach to mental health promotion, this study was conducted to find out whether and how significantly teachers' satisfaction with school and their subjective psychological well-being are related to the belief that they can help pupils with mental health problems. Design: Cross-sectional data were collected…

  10. Economic assessment and optimal operation of CSP systems with TES in California electricity markets

    Science.gov (United States)

    Dowling, Alexander W.; Dyreson, Ana; Miller, Franklin; Zavala, Victor M.

    2017-06-01

    The economics and performance of concentrated power (CSP) systems with thermal energy storage (TES) inherently depend on operating policies and the surrounding weather conditions and electricity markets. We present an integrated economic assessment framework to quantify the maximum possible revenues from simultaneous energy and ancillary services sales by CSP systems. The framework includes both discrete start-up/shutdown restrictions and detailed physical models. Analysis of coinci-dental historical market and meteorological data reveals provision of ancillary services increases market revenue 18% to 37% relative to energy-only participation. Surprisingly, only 53% to 62% of these revenues are available through sole participation in the day-ahead market, indicating significant opportunities at faster timescales. Motivated by water-usage concerns and permitting requirements, we also describe a new nighttime radiative-enhanced dry-cooling system with cold-side storage that consumes no water and offers higher effciencies than traditional air-cooled designs. Operation of this new system is complicated by the cold-side storage and inherent coupling between the cooling system and power plant, further motivating integrated economic analysis.

  11. Study of patient satisfaction and self-expressed problems after emergency caesarean delivery under subarachnoid block

    Directory of Open Access Journals (Sweden)

    V R Hemanth Kumar

    2014-01-01

    Full Text Available Background and Aims: Subarachnoid block is one of the common modes of anaesthesia opted for emergency caesarean section, if the maternal and foetal conditions are favourable. Various factors influence the quality of care administered during the procedure. This questionnaire based study was undertaken to look for self-expressed problems in peri-operative period in patients undergoing emergency caesarean surgery under subarachnoid block. Methods: All the parturients who underwent emergency caesarean section under subarachnoid block during 6 months period were distributed a questionnaire in post-operative period. They were encouraged to fill and return the form within 15 days. Patient satisfaction and the self-expressed problems were analysed at the end of 6 months. Results: One hundred and seventy five out of 220 parturients responded. 58.3% of them said that they were explained about the anaesthesia prior to surgery and 85.3% overall remained anxious. With people around them, 93.1% of them felt comfortable and 91.4% expressed that they were made comfortable inside the theatre. The self-expressed problems were shivering (43.4%, breathlessness (21.7%, pain (20%, post-operative headache (15.4% and backache (19.4%. Parturients who heard their babies cry was 85.1%. After their babies were shown after delivery, 77.1% mothers slept well; 86.9% fed their babies within 4 h of delivery. Conclusion: Pre-operative communication in emergency caesarean section by health personnel did not reduce the anxiety level, which shows that communication was ineffective. Intra-operative psychological support like making the patient comfortable, showing baby to mother and early breast feeding improve bonding between child and mother and essentially contribute to patient satisfaction.

  12. The problem of bias when nursing facility staff administer customer satisfaction surveys.

    Science.gov (United States)

    Hodlewsky, R Tamara; Decker, Frederic H

    2002-10-01

    Customer satisfaction instruments are being used with increasing frequency to assess and monitor residents' assessments of quality of care in nursing facilities. There is no standard protocol, however, for how or by whom the instruments should be administered when anonymous, written responses are not feasible. Researchers often use outside interviewers to assess satisfaction, but cost considerations may limit the extent to which facilities are able to hire outside interviewers on a regular basis. This study was designed to investigate the existence and extent of any bias caused by staff administering customer satisfaction surveys. Customer satisfaction data were collected in 1998 from 265 residents in 21 nursing facilities in North Dakota. Half the residents in each facility were interviewed by staff members and the other half by outside consultants; scores were compared by interviewer type. In addition to a tabulation of raw scores, ordinary least-squares analysis with facility fixed effects was used to control for resident characteristics and unmeasured facility-level factors that could influence scores. Significant positive bias was found when staff members interviewed residents. The bias was not limited to questions directly affecting staff responsibilities but applied across all types of issues. The bias was robust under varying constructions of satisfaction and dissatisfaction. A uniform method of survey administration appears to be important if satisfaction data are to be used to compare facilities. Bias is an important factor that should be considered and weighed against the costs of obtaining outside interviewers when assessing customer satisfaction among long term care residents.

  13. Draft genome of Kocuria polaris CMS 76or(T) isolated from cyanobacterial mats, McMurdo Dry Valley, Antarctica: an insight into CspA family of proteins from Kocuria polaris CMS 76or(T).

    Science.gov (United States)

    Gundlapally, Sathyanarayana Reddy; Ara, Srinivas; Sisinthy, Shivaji

    2015-10-01

    Kocuria polaris strain CMS 76or(T) is a gram-positive, orange-pigmented bacterium isolated from a cyanobacterial mat sample from a pond located in McMurdo Dry Valley, Antarctica. It is psychrotolerant, orange pigmented, hydrolyses starch and Tween 80 and reduces nitrate. We report the 3.78-Mb genome of K. polaris strain CMS 76or(T), containing 3416 coding sequences, including one each for 5S rRNA, 23S rRNA, 16S rRNA and 47 tRNA genes, and the G+C content of DNA is 72.8%. An investigation of Csp family of proteins from K. polaris strain CMS 76or(T) indicated that it contains three different proteins of CspA (peg.319, peg.2255 and 2832) and the length varied from 67 to 69 amino acids. The three different proteins contain all the signature amino acids and two RNA binding regions that are characteristic of CspA proteins. Further, the CspA from K. polaris strain CMS 76or(T) was different from CspA of four other species of the genus Kocuria, Cryobacterium roopkundense and E. coli indirectly suggesting the role of CspA of K. polaris strain CMS 76or(T) in psychrotolerant growth of the bacterium.

  14. Socio-economic effects of a HYSOL CSP plant located in different countries: An input output analysis

    NARCIS (Netherlands)

    Corona, B.; López, A.; San Miguel, G.

    2016-01-01

    The aim of this paper is to estimate the socioeconomic effects associated with the production of electricity by a CSP plant with HYSOL configuration, using Input Output Analysis. These effects have been estimated in terms of production of Goods and Services (G&S), multiplier effect, value added,

  15. Analyzing Food-Related Life Satisfaction and other Predictors of Life Satisfaction in Central Chile.

    Science.gov (United States)

    Schnettler, Berta; Lobos, Germán; Orellana, Ligia; Grunert, Klaus; Sepúlveda, José; Mora, Marcos; Denegri, Marianela; Miranda, Horacio

    2015-06-17

    This study aimed to assess the effect of satisfaction with food-related life on life satisfaction among inhabitants of the main municipalities of central Chile. A survey was applied to a sample of 1,277 people, distributed proportionally by municipality. The questionnaire included the following scales: SWLS (Satisfaction with Life Scale), SWFL (Satisfaction with Food-related Life) and the Health-Related Quality of Life Index (HRQOL). Questions were asked regarding eating habits inside and outside the home, time available for meals at home, the assessment of five sources of happiness and the demographic characteristics of those surveyed. An ordered logit model was proposed, in which the dependent variable was satisfaction with life. Satisfaction with life was significantly related to the respondent's socioeconomic status, self-perception of health, degree of satisfaction with food-related life, monthly food expenditure, time available for supper with the family (p health problems, frequency of supper with the family, the degree of agreement with respect to family being an important source of happiness (p food consumption in fast food outlets (p health, family and eating, and the family interaction associated with eating may play an important role in overall satisfaction with life.

  16. Effect of clinical specialist physiotherapists in orthopaedic diagnostic setting - A systematic review

    DEFF Research Database (Denmark)

    Trøstrup, Jeanette; Mikkelsen, Lone Ramer; Juhl, Carsten

    with advanced clinical competencies; Clinical Specialist Physiotherapists (CSP). The use of CSPs instead of OSs to perform diagnostic assessment of patients with musculoskeletal complaints has been implemented in several countries (1). Earlier systematic reviews have evaluated CSPs effectiveness in diagnosing...... methodological quality where one study of high methodological quality found that CSP-clinics were more expensive than OS-led clinics. Patient satisfaction (n=12) ranged from 77–100 % being satisfied (n=9) with similar satisfaction in studies of low, acceptable and high methodological quality. In three studies...

  17. Identifying Social Satisfaction from Social Media

    OpenAIRE

    Bai, Shuotian; Gao, Rui; Hao, Bibo; Yuan, Sha; Zhu, Tingshao

    2014-01-01

    We demonstrate the critical need to identify social situation and instability factors by acquiring public social satisfaction in this research. However, subject to the large amount of manual work cost in subject recruitment and data processing, conventional self-reported method cannot be implemented in real time or applied in large scale investigation. To solve the problem, this paper proposed an approach to predict users' social satisfaction, especially for the economy-related satisfaction b...

  18. 75 FR 39220 - Charter Schools Program (CSP) Grants for Replication and Expansion of High-Quality Charter Schools

    Science.gov (United States)

    2010-07-08

    ... DEPARTMENT OF EDUCATION Charter Schools Program (CSP) Grants for Replication and Expansion of High-Quality Charter Schools AGENCY: Office of Innovation and Improvement, Department of Education. ACTION... notice inviting applications for new awards for FY 2010 for the Charter Schools Program Grants for...

  19. DNA prime/Adenovirus boost malaria vaccine encoding P. falciparum CSP and AMA1 induces sterile protection associated with cell-mediated immunity.

    Directory of Open Access Journals (Sweden)

    Ilin Chuang

    Full Text Available BACKGROUND: Gene-based vaccination using prime/boost regimens protects animals and humans against malaria, inducing cell-mediated responses that in animal models target liver stage malaria parasites. We tested a DNA prime/adenovirus boost malaria vaccine in a Phase 1 clinical trial with controlled human malaria infection. METHODOLOGY/PRINCIPAL FINDINGS: The vaccine regimen was three monthly doses of two DNA plasmids (DNA followed four months later by a single boost with two non-replicating human serotype 5 adenovirus vectors (Ad. The constructs encoded genes expressing P. falciparum circumsporozoite protein (CSP and apical membrane antigen-1 (AMA1. The regimen was safe and well-tolerated, with mostly mild adverse events that occurred at the site of injection. Only one AE (diarrhea, possibly related to immunization, was severe (Grade 3, preventing daily activities. Four weeks after the Ad boost, 15 study subjects were challenged with P. falciparum sporozoites by mosquito bite, and four (27% were sterilely protected. Antibody responses by ELISA rose after Ad boost but were low (CSP geometric mean titer 210, range 44-817; AMA1 geometric mean micrograms/milliliter 11.9, range 1.5-102 and were not associated with protection. Ex vivo IFN-γ ELISpot responses after Ad boost were modest (CSP geometric mean spot forming cells/million peripheral blood mononuclear cells 86, range 13-408; AMA1 348, range 88-1270 and were highest in three protected subjects. ELISpot responses to AMA1 were significantly associated with protection (p = 0.019. Flow cytometry identified predominant IFN-γ mono-secreting CD8+ T cell responses in three protected subjects. No subjects with high pre-existing anti-Ad5 neutralizing antibodies were protected but the association was not statistically significant. SIGNIFICANCE: The DNA/Ad regimen provided the highest sterile immunity achieved against malaria following immunization with a gene-based subunit vaccine (27%. Protection

  20. Optimal satisfaction degree in energy harvesting cognitive radio networks

    International Nuclear Information System (INIS)

    Li Zan; Liu Bo-Yang; Si Jiang-Bo; Zhou Fu-Hui

    2015-01-01

    A cognitive radio (CR) network with energy harvesting (EH) is considered to improve both spectrum efficiency and energy efficiency. A hidden Markov model (HMM) is used to characterize the imperfect spectrum sensing process. In order to maximize the whole satisfaction degree (WSD) of the cognitive radio network, a tradeoff between the average throughput of the secondary user (SU) and the interference to the primary user (PU) is analyzed. We formulate the satisfaction degree optimization problem as a mixed integer nonlinear programming (MINLP) problem. The satisfaction degree optimization problem is solved by using differential evolution (DE) algorithm. The proposed optimization problem allows the network to adaptively achieve the optimal solution based on its required quality of service (Qos). Numerical results are given to verify our analysis. (paper)

  1. Medical Students' Satisfaction and Academic Performance with Problem-Based Learning in Practice-Based Exercises for Epidemiology and Health Demographics

    Science.gov (United States)

    Jiménez-Mejías, E.; Amezcua-Prieto, C.; Martínez-Ruiz, V.; Olvera-Porcel, M. C.; Jiménez-Moleón, J. J.; Lardelli Claret, P.

    2015-01-01

    The aim of this study was to evaluate the effect of problem-based learning (PBL) on university students' satisfaction with and academic performance in a course on epidemiology and social and demographic health. The participants in this interventional study were 529 students (272 in the intervention group and 257 in the control group) enrolled in a…

  2. Job satisfaction of nursing assistants.

    Science.gov (United States)

    Lerner, Nancy; Resnick, Barbara; Galik, Elizabeth; Flynn, Linda

    2011-11-01

    This secondary data analysis explored factors influencing job satisfaction in a sample of nursing assistants employed in Maryland skilled nursing facilities. Multiple factors have been shown to affect job satisfaction and turnover in nursing assistants (NAs), but the problem of turnover persists in skilled nursing facility environments affecting quality of care. An existing data set of 556 nursing assistants from 12 Maryland skilled nursing facilities was used. To explore factors found to influence job satisfaction from other studies, a multiple regression analysis was performed. Nine dependent variables previously shown to affect job satisfaction were used. Of these variables, only years of experience (β = .230) and performance of restorative care (β = .095) were found to be positively associated with job satisfaction. Self-esteem (β = -.094) was found to be negatively associated with job satisfaction. Only length of experience and exemplary care as evidenced by the performance of restorative care were associated with job satisfaction. These results mirror results found in other studies. Self-esteem was negatively associated with job satisfaction in this population, a finding needing further study. Copyright © 2011 Wolters Kluwer Health | Lippincott Williams & Wilkins

  3. Development and implementation of a dynamic TES dispatch control component in a PV-CSP techno-economic performance modelling tool

    Science.gov (United States)

    Hansson, Linus; Guédez, Rafael; Larchet, Kevin; Laumert, Bjorn

    2017-06-01

    The dispatchability offered by thermal energy storage (TES) in concentrated solar power (CSP) and solar hybrid plants based on such technology presents the most important difference compared to power generation based only on photovoltaics (PV). This has also been one reason for recent hybridization efforts of the two technologies and the creation of Power Purchase Agreement (PPA) payment schemes based on offering higher payment multiples during daily hours of higher (peak or priority) demand. Recent studies involving plant-level thermal energy storage control strategies are however to a large extent based on pre-determined approaches, thereby not taking into account the actual dynamics of thermal energy storage system operation. In this study, the implementation of a dynamic dispatch strategy in the form of a TRNSYS controller for hybrid PV-CSP plants in the power-plant modelling tool DYESOPT is presented. In doing this it was attempted to gauge the benefits of incorporating a day-ahead approach to dispatch control compared to a fully pre-determined approach determining hourly dispatch only once prior to annual simulation. By implementing a dynamic strategy, it was found possible to enhance technical and economic performance for CSP-only plants designed for peaking operation and featuring low values of the solar multiple. This was achieved by enhancing dispatch control, primarily by taking storage levels at the beginning of every simulation day into account. The sequential prediction of the TES level could therefore be improved, notably for evaluated plants without integrated PV, for which the predicted storage levels deviated less than when PV was present in the design. While also featuring dispatch performance gains, optimal plant configurations for hybrid PV-CSP was found to present a trade-off in economic performance in the form of an increase in break-even electricity price when using the dynamic strategy which was offset to some extent by a reduction in

  4. Analysis of job satisfaction of employees

    OpenAIRE

    Procházka, Lukáš

    2011-01-01

    This thesis examines the problem of job satisfaction. It explains basic concepts and methods of most widely used theories of job satisfaction. The work contains survey on job satisfaction on a specific market entity - the company Telefónica Czech Republic, a.s., the findings of current situation and it proposes alternative procedures to improve the situation. Data collection was performed using a questionnaire submitted by employees of the company Telefónica Czech Republic, a. s. On the basis...

  5. Polymorphisms in Plasmodium vivax Circumsporozoite Protein (CSP) Influence Parasite Burden and Cytokine Balance in a Pre-Amazon Endemic Area from Brazil

    Science.gov (United States)

    Ribeiro, Bruno de Paulo; Cassiano, Gustavo Capatti; de Souza, Rodrigo Medeiros; Cysne, Dalila Nunes; Grisotto, Marcos Augusto Grigolin; de Azevedo dos Santos, Ana Paula Silva; Marinho, Cláudio Romero Farias; Machado, Ricardo Luiz Dantas; Nascimento, Flávia Raquel Fernandes

    2016-01-01

    Mechanisms involved in severe P. vivax malaria remain unclear. Parasite polymorphisms, parasite load and host cytokine profile may influence the course of infection. In this study, we investigated the influence of circumsporozoite protein (CSP) polymorphisms on parasite load and cytokine profile in patients with vivax malaria. A cross-sectional study was carried out in three cities: São Luís, Cedral and Buriticupu, Maranhão state, Brazil, areas of high prevalence of P. vivax. Interleukin (IL)-2, IL-4, IL-10, IL-6, IL-17, tumor necrosis factor alpha (TNF-α, interferon gamma (IFN-γ and transforming growth factor beta (TGF-β were quantified in blood plasma of patients and in supernatants from peripheral blood mononuclear cell (PBMC) cultures. Furthermore, the levels of cytokines and parasite load were correlated with VK210, VK247 and P. vivax-like CSP variants. Patients infected with P. vivax showed increased IL-10 and IL-6 levels, which correlated with the parasite load, however, in multiple comparisons, only IL-10 kept this association. A regulatory cytokine profile prevailed in plasma, while an inflammatory profile prevailed in PBMC culture supernatants and these patterns were related to CSP polymorphisms. VK247 infected patients showed higher parasitaemia and IL-6 concentrations, which were not associated to IL-10 anti-inflammatory effect. By contrast, in VK210 patients, these two cytokines showed a strong positive correlation and the parasite load was lower. Patients with the VK210 variant showed a regulatory cytokine profile in plasma, while those infected with the VK247 variant have a predominantly inflammatory cytokine profile and higher parasite loads, which altogether may result in more complications in infection. In conclusion, we propose that CSP polymorphisms is associated to the increase of non-regulated inflammatory immune responses, which in turn may be associated with the outcome of infection. PMID:26943639

  6. Natural variation for responsiveness to flg22, flgII-28, and csp22 and Pseudomonas syringae pv. tomato in heirloom tomatoes.

    Directory of Open Access Journals (Sweden)

    Selvakumar Veluchamy

    Full Text Available Tomato (Solanum lycopersicum L. is susceptible to many diseases including bacterial speck caused by Pseudomonas syringae pv. tomato. Bacterial speck disease is a serious problem worldwide in tomato production areas where moist conditions and cool temperatures occur. To enhance breeding of speck resistant fresh-market tomato cultivars we identified a race 0 field isolate, NC-C3, of P. s. pv. tomato in North Carolina and used it to screen a collection of heirloom tomato lines for speck resistance in the field. We observed statistically significant variation among the heirloom tomatoes for their response to P. s. pv. tomato NC-C3 with two lines showing resistance approaching a cultivar that expresses the Pto resistance gene, although none of the heirloom lines have Pto. Using an assay that measures microbe-associated molecular pattern (MAMP-induced production of reactive oxygen species (ROS, we investigated whether the heirloom lines showed differential responsiveness to three bacterial-derived peptide MAMPs: flg22 and flgII-28 (from flagellin and csp22 (from cold shock protein. Significant differences were observed for MAMP responsiveness among the lines, although these differences did not correlate strongly with resistance or susceptibility to bacterial speck disease. The identification of natural variation for MAMP responsiveness opens up the possibility of using a genetic approach to identify the underlying loci and to facilitate breeding of cultivars with enhanced disease resistance. Towards this goal, we discovered that responsiveness to csp22 segregates as a single locus in an F2 population of tomato.

  7. Modelling of a cross flow evaporator for CSP application

    DEFF Research Database (Denmark)

    Sørensen, Kim; Franco, Alessandro; Pelagotti, Leonardo

    2016-01-01

    ) applications. Heat transfer and pressure drop prediction methods are an important tool for design and modelling of diabatic, two-phase, shell-side flow over a horizontal plain tubes bundle for a vertical up-flow evaporator. With the objective of developing a model for a specific type of cross flow evaporator...... the available correlations for the definition of two-phase flow heat transfer, void fraction and pressure drop in connection with the operation of steam generators, focuses attention on a comparison of the results obtained using several different models resulting by different combination of correlations......Heat exchangers consisting of bundles of horizontal plain tubes with boiling on the shell side are widely used in industrial and energy systems applications. A recent particular specific interest for the use of this special heat exchanger is in connection with Concentrated Solar Power (CSP...

  8. Electro-Kinetic Pumping with Slip Irreversibility in Heat Exchange of CSP-Powered Bio-Digester Assemblies

    OpenAIRE

    Ogedengbe, Emmanuel; Rosen, Marc

    2012-01-01

    Parametric studies of the effects of slip irreversibility in concentrating solar power (CSP)-powered bio-digester assemblies are investigated. Complexities regarding the identification of the appropriate electro-kinetic phenomena for certain electrolyte phases are reviewed. The application of exergy analysis to the design of energy conversion devices, like solar thermal collectors, for the required heat of formation in a downdraft waste food bio-digester, is discussed. Thermal management in t...

  9. High performance and thermally stable tandem solar selective absorber coating for concentrated solar thermal power (CSP) application

    Science.gov (United States)

    Prasad, M. Shiva; Kumar, K. K. Phani; Atchuta, S. R.; Sobha, B.; Sakthivel, S.

    2018-05-01

    A novel tandem absorber system (Mn-Cu-Co-Ox-ZrO2/SiO2) developed on an austenitic stainless steel (SS-304) substrate to show an excellent optical performance (αsol: 0.96; ɛ: 0.23@500 °C). In order to achieve this durable tandem, we experimented with two antireflective layers such as ZrO2-SiO2 and nano SiO2 layer on top of Mn-Cu-Co-Ox-ZrO2 layer. We optimized the thickness of antireflective layers to get good tandem system in terms of solar absorptance and emittance. Field emission scanning electron microscopy (FESEM), UV-Vis-NIR and Fourier transform infrared spectroscopy (FTIR) were used to characterize the developed coatings. Finally, the Mn-Cu-Co-Ox-ZrO2/SiO2 exhibits high temperature resistance up to 800 °C, thus allow an increase in the operating temperature of CSP which may lead to high efficiency. We successfully developed a high temperature resistant tandem layer with easy manufacturability at low cost which is an attractive candidate for concentrated solar power generation (CSP).

  10. Selective C(sp3 )-H Aerobic Oxidation Enabled by Decatungstate Photocatalysis in Flow.

    Science.gov (United States)

    Laudadio, Gabriele; Govaerts, Sebastian; Wang, Ying; Ravelli, Davide; Koolman, Hannes F; Fagnoni, Maurizio; Djuric, Stevan W; Noël, Timothy

    2018-04-03

    A mild and selective C(sp 3 )-H aerobic oxidation enabled by decatungstate photocatalysis has been developed. The reaction can be significantly improved in a microflow reactor enabling the safe use of oxygen and enhanced irradiation of the reaction mixture. Our method allows for the oxidation of both activated and unactivated C-H bonds (30 examples). The ability to selectively oxidize natural scaffolds, such as (-)-ambroxide, pregnenolone acetate, (+)-sclareolide, and artemisinin, exemplifies the utility of this new method. © 2018 The Authors. Published by Wiley-VCH Verlag GmbH & Co. KGaA.

  11. Isolation and Characterization of Vaccine Candidate Genes Including CSP and MSP1 in Plasmodium yoelii.

    Science.gov (United States)

    Kim, Seon-Hee; Bae, Young-An; Seoh, Ju-Young; Yang, Hyun-Jong

    2017-06-01

    Malaria is an infectious disease affecting humans, which is transmitted by the bite of Anopheles mosquitoes harboring sporozoites of parasitic protozoans belonging to the genus Plasmodium . Despite past achievements to control the protozoan disease, malaria still remains a significant health threat up to now. In this study, we cloned and characterized the full-unit Plasmodium yoelii genes encoding merozoite surface protein 1 (MSP1), circumsporozoite protein (CSP), and Duffy-binding protein (DBP), each of which can be applied for investigations to obtain potent protective vaccines in the rodent malaria model, due to their specific expression patterns during the parasite life cycle. Recombinant fragments corresponding to the middle and C-terminal regions of PyMSP1 and PyCSP, respectively, displayed strong reactivity against P. yoelii -infected mice sera. Specific native antigens invoking strong humoral immune response during the primary and secondary infections of P. yoelii were also abundantly detected in experimental ICR mice. The low or negligible parasitemia observed in the secondary infected mice was likely to result from the neutralizing action of the protective antibodies. Identification of these antigenic proteins might provide the necessary information and means to characterize additional vaccine candidate antigens, selected solely on their ability to produce the protective antibodies.

  12. A review of Andasol 3 and perspective for parabolic trough CSP plants in South Africa

    Science.gov (United States)

    Dinter, Frank; Möller, Lucas

    2016-05-01

    Andasol 3 is a 50 MW parabolic trough concentrating solar power plant with thermal energy storage in Andalusia, southern Spain. Having started operating in 2011 as one of the first plants of its kind in Spain it has been followed by more than 50 in the country since. For the reason that CSP plants with storage have the potential to compete against fossil fuel fired plants much better than any other renewable energy source a long-term review of such a plant operating on a commercial scale is needed. With data at hand documenting Andasol 3's operation over the course of one year between July 2013 and June 2014 we intend to provide such a review. We calculated the plants overall efficiency, its capacity factor, the gross energy generation as well as auxiliary powers on a monthly basis to reflect upon its overall performance. It was also looked at the benefits caused by the thermal energy storage and especially how steadily and reliably the plant was able to operate. With basic background information about physical, geographical and meteorological aspects influencing the solar resource, its variation and a CSP plant's performance a qualitative estimation for a parabolic trough plant located in South Africa was made.

  13. Motivators of teacher job satisfaction

    OpenAIRE

    Juozaitienė, Agnė; Simonaitienė, Berita

    2011-01-01

    Article is seeking to answer these questions: what factors function as motivators and enhance teacher job satisfaction and which of the motivators are manifested at school? These questions are significant from a theoretical as well as practical point of view. The research problem addressed in the article encompasses three fields and is revealed in three parts of the article. The first part analyzes the notion of teacher job satisfaction and influencing factors. The second part is dedicated to...

  14. Response of Vibrio cholerae to Low-Temperature Shifts: CspV Regulation of Type VI Secretion, Biofilm Formation, and Association with Zooplankton.

    Science.gov (United States)

    Townsley, Loni; Sison Mangus, Marilou P; Mehic, Sanjin; Yildiz, Fitnat H

    2016-07-15

    The ability to sense and adapt to temperature fluctuation is critical to the aquatic survival, transmission, and infectivity of Vibrio cholerae, the causative agent of the disease cholera. Little information is available on the physiological changes that occur when V. cholerae experiences temperature shifts. The genome-wide transcriptional profile of V. cholerae upon a shift in human body temperature (37°C) to lower temperatures, 15°C and 25°C, which mimic those found in the aquatic environment, was determined. Differentially expressed genes included those involved in the cold shock response, biofilm formation, type VI secretion, and virulence. Analysis of a mutant lacking the cold shock gene cspV, which was upregulated >50-fold upon a low-temperature shift, revealed that it regulates genes involved in biofilm formation and type VI secretion. CspV controls biofilm formation through modulation of the second messenger cyclic diguanylate and regulates type VI-mediated interspecies killing in a temperature-dependent manner. Furthermore, a strain lacking cspV had significant defects for attachment and type VI-mediated killing on the surface of the aquatic crustacean Daphnia magna Collectively, these studies reveal that cspV is a major regulator of the temperature downshift response and plays an important role in controlling cellular processes crucial to the infectious cycle of V. cholerae Little is known about how human pathogens respond and adapt to ever-changing parameters of natural habitats outside the human host and how environmental adaptation alters dissemination. Vibrio cholerae, the causative agent of the severe diarrheal disease cholera, experiences fluctuations in temperature in its natural aquatic habitats and during the infection process. Furthermore, temperature is a critical environmental signal governing the occurrence of V. cholerae and cholera outbreaks. In this study, we showed that V. cholerae reprograms its transcriptome in response to

  15. Optimal satisfaction degree in energy harvesting cognitive radio networks

    Science.gov (United States)

    Li, Zan; Liu, Bo-Yang; Si, Jiang-Bo; Zhou, Fu-Hui

    2015-12-01

    A cognitive radio (CR) network with energy harvesting (EH) is considered to improve both spectrum efficiency and energy efficiency. A hidden Markov model (HMM) is used to characterize the imperfect spectrum sensing process. In order to maximize the whole satisfaction degree (WSD) of the cognitive radio network, a tradeoff between the average throughput of the secondary user (SU) and the interference to the primary user (PU) is analyzed. We formulate the satisfaction degree optimization problem as a mixed integer nonlinear programming (MINLP) problem. The satisfaction degree optimization problem is solved by using differential evolution (DE) algorithm. The proposed optimization problem allows the network to adaptively achieve the optimal solution based on its required quality of service (Qos). Numerical results are given to verify our analysis. Project supported by the National Natural Science Foundation of China (Grant No. 61301179), the Doctorial Programs Foundation of the Ministry of Education of China (Grant No. 20110203110011), and the 111 Project (Grant No. B08038).

  16. Measurement of ex vivo ELISpot interferon-gamma recall responses to Plasmodium falciparum AMA1 and CSP in Ghanaian adults with natural exposure to malaria.

    Science.gov (United States)

    Ganeshan, Harini; Kusi, Kwadwo A; Anum, Dorothy; Hollingdale, Michael R; Peters, Bjoern; Kim, Yohan; Tetteh, John K A; Ofori, Michael F; Gyan, Ben A; Koram, Kwadwo A; Huang, Jun; Belmonte, Maria; Banania, Jo Glenna; Dodoo, Daniel; Villasante, Eileen; Sedegah, Martha

    2016-02-01

    Malaria eradication requires a concerted approach involving all available control tools, and an effective vaccine would complement these efforts. An effective malaria vaccine should be able to induce protective immune responses in a genetically diverse population. Identification of immunodominant T cell epitopes will assist in determining if candidate vaccines will be immunogenic in malaria-endemic areas. This study therefore investigated whether class I-restricted T cell epitopes of two leading malaria vaccine antigens, Plasmodium falciparum circumsporozoite protein (CSP) and apical membrane antigen-1 (AMA1), could recall T cell interferon-γ responses from naturally exposed subjects using ex vivo ELISpot assays. Thirty-five subjects aged between 24 and 43 years were recruited from a malaria-endemic urban community of Ghana in 2011, and their peripheral blood mononuclear cells (PBMCs) were tested in ELISpot IFN-γ assays against overlapping 15mer peptide pools spanning the entire CSP and AMA1 antigens, and 9-10mer peptide epitope mixtures that included previously identified and/or predicted human leukocyte antigen (HLA) class 1-restricted epitopes from same two antigens. For CSP, 26 % of subjects responded to at least one of the nine 15mer peptide pools whilst 17 % responded to at least one of the five 9-10mer HLA-restricted epitope mixtures. For AMA1, 63 % of subjects responded to at least one of the 12 AMA1 15mer peptide pools and 51 % responded to at least one of the six 9-10mer HLA-restricted epitope mixtures. Following analysis of data from the two sets of peptide pools, along with bioinformatics predictions of class I-restricted epitopes and the HLA supertypes expressed by a subset of study subjects, peptide pools that may contain epitopes recognized by multiple HLA supertypes were identified. Collectively, these results suggest that natural transmission elicits ELISpot IFN-γ activities to class 1-restricted epitopes that are largely HLA-promiscuous. These

  17. Initial Reliability and Validity of the Life Satisfaction Scale for Problem Youth in a Sample of Drug Abusing and Conduct Disordered Youth

    Science.gov (United States)

    Donohue, Brad; Teichner, Gordon; Azrin, Nathan; Weintraub, Noah; Crum, Thomas A.; Murphy, Leah; Silver, N. Clayton

    2003-01-01

    Responses to Life Satisfaction Scale for Problem Youth (LSSPY) items were examined in a sample of 193 substance abusing and conduct disordered adolescents. In responding to the LSSPY, youth endorse their percentage of happiness (0 to 100%) in twelve domains (i.e., friendships, family, school, employment/work, fun activities, appearance, sex…

  18. Evaluating the link between human resource management decisions and patient satisfaction with quality of care.

    Science.gov (United States)

    Oppel, Eva-Maria; Winter, Vera; Schreyögg, Jonas

    Patient satisfaction with quality of care is becoming increasingly important in the competitive hospital market. Simultaneously, the growing shortage of clinical staff poses a considerable challenge to ensuring a high quality of care. In this context, a question emerges regarding whether and how human resource management (HRM) might serve as a means to reduce staff shortage problems and to increase patient satisfaction. Although considerable efforts have been devoted to understanding the concepts of patient satisfaction and HRM, little is known about the interrelationships between these concepts or about the link between staff shortage problems and patients' satisfaction with quality of care. The aim of this study was to investigate the relationship between strategic human resource management (SHRM), staff shortage problems, and patients' satisfaction with care. Furthermore, we analyze how the HRM decision to fill short-term vacancies through temporary staffing affects patient satisfaction. We differentiate between physicians and nurses. We develop and empirically test a theoretical model. The data (n = 165) are derived from a survey on SHRM that was sent to 732 German hospitals and from a survey on patient satisfaction that comprises 436,848 patient satisfaction ratings. We use a structural equation modeling approach to test the model. The results indicate that SHRM significantly reduces staff shortage problems for both occupational groups. Having fewer physician shortage problems is significantly associated with higher levels of patient satisfaction, whereas this effect is not significant for nurses. Furthermore, the use of temporary staffing considerably reduces patients' satisfaction with care. Hospital managers are advised to consider the effects of HRM decisions on patients' satisfaction with care. In particular, investments in SHRM targeted at physicians have significantly positive effects on patient satisfaction, whereas the temporary staffing of physicians

  19. Predictors of employer satisfaction: technical and non-technical skills.

    Science.gov (United States)

    Danielson, Jared A; Wu, Tsui-Feng; Fales-Williams, Amanda J; Kirk, Ryan A; Preast, Vanessa A

    2012-01-01

    Employers of 2007-2009 graduates from Iowa State University College of Veterinary Medicine were asked to respond to a survey regarding their overall satisfaction with their new employees as well as their new employees' preparation in several technical and non-technical skill areas. Seventy-five responses contained complete data and were used in the analysis. Four technical skill areas (data collection, data interpretation, planning, and taking action) and five non-technical skill areas (interpersonal skills, ability to deal with legal issues, business skills, making referrals, and problem solving) were identified. All of the skill area subscales listed above had appropriate reliability (Cronbach's alpha>0.70) and were positively and significantly correlated with overall employer satisfaction. Results of two simultaneous regression analyses indicated that of the four technical skill areas, taking action is the most salient predictor of employer satisfaction. Of the five non-technical skill areas, interpersonal skills, business skills, making referrals, and problem solving were the most important skills in predicting employer satisfaction. Hierarchical regression analysis revealed that all technical skills explained 25% of the variation in employer satisfaction; non-technical skills explained an additional 42% of the variation in employer satisfaction.

  20. From near to eternity: Spin-glass planting, tiling puzzles, and constraint-satisfaction problems

    Science.gov (United States)

    Hamze, Firas; Jacob, Darryl C.; Ochoa, Andrew J.; Perera, Dilina; Wang, Wenlong; Katzgraber, Helmut G.

    2018-04-01

    We present a methodology for generating Ising Hamiltonians of tunable complexity and with a priori known ground states based on a decomposition of the model graph into edge-disjoint subgraphs. The idea is illustrated with a spin-glass model defined on a cubic lattice, where subproblems, whose couplers are restricted to the two values {-1 ,+1 } , are specified on unit cubes and are parametrized by their local degeneracy. The construction is shown to be equivalent to a type of three-dimensional constraint-satisfaction problem known as the tiling puzzle. By varying the proportions of subproblem types, the Hamiltonian can span a dramatic range of typical computational complexity, from fairly easy to many orders of magnitude more difficult than prototypical bimodal and Gaussian spin glasses in three space dimensions. We corroborate this behavior via experiments with different algorithms and discuss generalizations and extensions to different types of graphs.

  1. Marital Satisfaction and Life Circumstances of Grown Children With Autism Across 7 Years

    Science.gov (United States)

    Hartley, Sigan L.; Barker, Erin T.; Baker, Jason K.; Seltzer, Marsha Mailick; Greenberg, Jan S.

    2013-01-01

    We examined the extent to which marital satisfaction across 7 years in 199 mothers was associated with the characteristics (gender, age, and intellectual disability status) of their adolescent or adult child with an autism spectrum disorder (ASD) and whether fluctuations in marital satisfaction covaried with the child’s autism symptoms, health, behavior problems, and closeness in the parent–child relationship. We also examined the impact of the departure of the adult child out of the family home on mothers’ marital satisfaction. The effect of family context variables including the presence of an additional child with a disability, maternal education, and household income on marital satisfaction were also examined. We found that closeness in the mother–child relationship and household income had a significant effect on level of marital satisfaction, and that variability in the slope of mothers’ marital satisfaction was significantly predicted by fluctuations in the behavior problems of the adolescent or adult child with an ASD. The grown child’s departure out of the family home was not related to change in marital satisfaction. Interventions aimed at managing the behavior problems of adolescents and adults with ASDs may help strengthen parents’ marital relationship. PMID:22866933

  2. Relationship between Teachers' Job Satisfaction and Students' Academic Performance

    Science.gov (United States)

    Iqbal, Asif; Aziz, Fakhra; Farooqi, Tahir Khan; Ali, Shabbir

    2016-01-01

    Problem Statement: An extensive literature on Job satisfaction has shown, teachers who are satisfied with their jobs perform better. Along with various indicators of teachers' job satisfaction, variables such as organizational justice (Nojani, Arjmandnia, Afrooz, & Rajabi, 2012), organizational culture (Hosseinkhanzadeh, Hosseinkhanzadeh,…

  3. Benefits of production extension and shifting with thermal storage for a 1MW CSP-ORC plant in Morocco

    Science.gov (United States)

    Bennouna, El Ghali; Mimet, Abdelaziz; Frej, Hicham

    2016-05-01

    The importance of thermal storage for commercial CSP (concentrated Solar Power) plants has now become obvious, this regardless of the solar technology used and the power cycle. The availability of a storage system to a plant operator brings a lot of possibilities for production management, cash flow optimization and grid stabilizing. In particular, and depending on plant location and local grid strategy, thermal storage can contribute, when wisely used, to control production and adapt it to the demand and / or power unbalances and varying prices. Storage systems design, sizing and configuration are proper to each power plant, hence systems that are now widely installed within large commercial solar plants are not necessarily suited for small scale decentralized production, and will not have the same effects. In this paper the benefits of thermal storage are studied for a 1MWe CSP plant with an ORC (Organic Rankine Cycle), this plant has many specific features which call for a detail analysis about the appropriate storage design and optimum operating strategies for decentralized solutions.

  4. [Life satisfaction and related socio-demographic factors during female midlife].

    Science.gov (United States)

    Cuadros, José Luis; Pérez-Roncero, Gonzalo R; López-Baena, María Teresa; Cuadros-Celorrio, Angela M; Fernández-Alonso, Ana María

    2014-01-01

    To assess life satisfaction and related factors in middle-aged Spanish women. This was a cross-sectional study including 235 women aged 40 to 65, living in Granada (Spain), healthy companions of patients visiting the obstetrics and gynecology clinics. They completed the Diener Satisfaction with Life Scale, the Menopause Rating Scale, the Perceived Stress Scale, the Insomnia Severity Index and a sociodemographic questionnaire containing personal and partner data. Internal consistency of each tool was also calculated. Almost two-thirds (61.3%) of the women were postmenopausal, and 43.8% had abdominal obesity, 36.6% had insomnia, 18.7% had poor menopause-related quality of life, 31.9% performed regular exercise, and 5.1% had severe financial problems. Life satisfaction showed significant positive correlations (Spearman's test) with female and male age, and inverse correlations with menopause-related quality of life, perceived stress and insomnia. In the multiple linear regression analysis, high life satisfaction is positively correlated with having a partner who performed exercise, and inversely with having work problems, perceived stress and the suspicion of partner infidelity. These factors explained 40% of the variance of the multiple regression analysis for life satisfaction in middle-aged women. Life satisfaction is a construct related to perceived stress, work problems, and having a partner, while aspects of menopause and general health had no significant influence. Copyright © 2014 Elsevier España, S.L.U. All rights reserved.

  5. Patient satisfaction with maxillofacial prosthesis. Literature review.

    Science.gov (United States)

    Goiato, Marcelo Coelho; Pesqueira, Aldiéris Alves; Ramos da Silva, Cristina; Gennari Filho, Humberto; Micheline Dos Santos, Daniela

    2009-02-01

    Obturators and facial prostheses are important not only in rehabilitation and aesthetics, but also in patient re-socialisation. The level of reintegration is directly related to the degree of satisfaction with rehabilitation. So, the maxillofacial prosthetics must provide patient satisfaction during treatment. This study aimed to search information in database and conduct a literature review on patient satisfaction with maxillofacial prosthesis. The problems experienced by these patients may decrease when specialists keep the patient on regular inspection. Rehabilitation through alloplasty or prosthetic restoration provides satisfactory conditions in aesthetics and well-being and reinstates individuals in familial and social environment.

  6. Sexual satisfaction following bariatric surgery: A prospective exploratory study.

    Science.gov (United States)

    Ferrer-Márquez, Manuel; Pomares-Callejón, María Ángeles; Fernández-Agis, Inmaculada; Belda-Lozano, Ricardo; Vidaña-Márquez, Elisabet; Soriano-Maldonado, Alberto

    2017-11-01

    Bariatric surgery improves sexual function in obese individuals, although the extent to which sexual satisfaction is improved following surgery is unknown. The aims of this study were 1) to describe sexual satisfaction in severely/morbidly obese men and women candidates for bariatric surgery; 2) to assess the effects of bariatric surgery on sexual satisfaction at 12-months follow-up; and 3) to assess whether weight changes at follow-up following bariatric surgery are associated with changes in sexual satisfaction. We conducted a prospective observational study from February 2011 to June 2014. A total of 44 patients with severe/morbid obesity participated in the study. Sexual satisfaction was assessed (at baseline and 12-months follow-up) through the Index of Sexual Satisfaction (ISS) questionnaire. Of 44 patients who completed the ISS at baseline (mean age 40.3 [SD=9.4] years and BMI 46.9 [SD=6.2] kg/m 2 ), 17 were lost to follow-up. The baseline ISS total scores were 32.0 (SD=20.1) in women and 24.4 (SD=16.0) in men (P>0.05). The proportion of sexually satisfied men and women at baseline was 62.5% and 46.4%, respectively (P=0.360). At follow-up, sexual satisfaction improved significantly in women (average difference 13.7 units; P=0.032) but not in men (average difference 3.6 units; P=0.717). The percentage of women with sexual satisfaction problems was reduced by 33% at follow-up (P=0.038). A relatively large percentage of severely/morbidly obese women and men present clinically significant sexual satisfaction problems before undergoing bariatric surgery. Sexual satisfaction improves significantly 12 months following bariatric surgery, particularly in women. Copyright © 2017 AEC. Publicado por Elsevier España, S.L.U. All rights reserved.

  7. Hopelessness, Depression and Life Satisfaction Among The Patients With Multiple Sclerosis

    Directory of Open Access Journals (Sweden)

    Güler Duru Aşiret

    2014-03-01

    Full Text Available OBJECTIVE: This study was carried out to determine the level of hopelessness, depression, and life satisfaction among patients with multiple sclerosis. METHODS: 65 patients with multiple sclerosis, treated at the neurology clinic of a university hospital, were included in this study. In this descriptive study, a data collection form developed by the researchers, the Beck Depression Scale, and the Beck Hopelessness and Life Satisfaction Scale were used. RESULTS: Almost half (43.1% of the patients exhibited severe depressive symptoms. Patients’ hopelessness and life satisfaction levels were moderate. The scores on depression and life satisfaction scales were correlated negatively. While patients’ traits including female gender, low economic level, difficulties in walking, and fatigue were associated with reduced life satisfaction; variables such as having a child, low economic and education levels, experiencing incontinence, and fatigue were related to a higher level of depressive symptoms. CONCLUSION: The majority of patients were depressed; life satisfaction and hopelessness levels were moderate. Linear regression analysis revealed that education and emotional problems determined 42% of the depression score; and economic level and emotional problems identified 32% of the life satisfaction score

  8. RESEARCH ON HUMAN RESOURCES MOTIVATION AND SATISFACTION

    Directory of Open Access Journals (Sweden)

    Zoltan-Bela FARKAS

    2014-06-01

    Full Text Available Many research studies on the human resources performance of the educational system have proved that pupils/students’ educational success depends, to a high degree, on the level of human resource motivation, as well as on their degree of professional satisfaction. Teachers’ who show a high level of motivation, both intrinsic and extrinsic, invest more into their activity, are more creative and more efficient in problem solving. The paper debates the results of an empirical study regarding the influence of pre-university teachers’ motivation and satisfaction regarding the general work conditions on their work performance by measuring the present motivation and satisfaction level. Furthermore, the determinant factors of their satisfaction with the work place are determined and analyzed. Finally, based on the statistical data process we will conclude and debate on the research hypothesis validation and the empirical model related to motivation – satisfaction – performance interdependences.

  9. Occupant satisfaction with new low-energy houses

    DEFF Research Database (Denmark)

    Knudsen, Henrik Nellemose; Jensen, Ole Michael; Kristensen, Lars

    2012-01-01

    The development and the erection of low-energy buildings have been intensified in recent years. Still, there are only few studies of the energy performance and occupant satisfaction with living in low-energy houses. A questionnaire survey was therefore carried out among occupants of low-energy ho......The development and the erection of low-energy buildings have been intensified in recent years. Still, there are only few studies of the energy performance and occupant satisfaction with living in low-energy houses. A questionnaire survey was therefore carried out among occupants of low......-energy houses. The purpose was to study occupant satisfaction with new low-energy houses concerning i.a. the perceived indoor climate and the technical installations for heating and ventilation. The survey showed an overall satisfaction with the new low-energy houses, but also that there were problems...... occupant satisfaction in existing and future low-energy houses are given....

  10. Marital satisfaction and life circumstances of grown children with autism across 7 years.

    Science.gov (United States)

    Hartley, Sigan L; Barker, Erin T; Baker, Jason K; Seltzer, Marsha Mailick; Greenberg, Jan S

    2012-10-01

    We examined the extent to which marital satisfaction across 7 years in 199 mothers was associated with the characteristics (gender, age, and intellectual disability status) of their adolescent or adult child with an autism spectrum disorder (ASD) and whether fluctuations in marital satisfaction covaried with the child's autism symptoms, health, behavior problems, and closeness in the parent-child relationship. We also examined the impact of the departure of the adult child out of the family home on mothers' marital satisfaction. The effect of family context variables including the presence of an additional child with a disability, maternal education, and household income on marital satisfaction were also examined. We found that closeness in the mother-child relationship and household income had a significant effect on level of marital satisfaction, and that variability in the slope of mothers' marital satisfaction was significantly predicted by fluctuations in the behavior problems of the adolescent or adult child with an ASD. The grown child's departure out of the family home was not related to change in marital satisfaction. Interventions aimed at managing the behavior problems of adolescents and adults with ASDs may help strengthen parents' marital relationship. (PsycINFO Database Record (c) 2012 APA, all rights reserved).

  11. Leadership style and employees' intrinsic job satisfaction in the ...

    African Journals Online (AJOL)

    This study investigates the impact of leadership style on employees' intrinsic job satisfaction in the Cross River State Newspaper Corporation, Calabar, Nigeria. The study examined the problem of dissatisfaction in the work place as far as intrinsic factors of job satisfaction are concerned. Structured questionnaire was used ...

  12. Carbon Dioxide-Mediated C(sp3)-H Arylation of Amine Substrates.

    Science.gov (United States)

    Kapoor, Mohit; Liu, Daniel; Young, Michael C

    2018-05-25

    Elaborating amines via C-H functionalization has been an important area of research over the past decade but has generally relied on an added directing group or sterically hindered amine approach. Since free-amine-directed C(sp 3 )-H activation is still primarily limited to cyclization reactions and to improve the sustainability and reaction scope of amine-based C-H activation, we present a strategy using CO 2 in the form of dry ice that facilitates intermolecular C-H arylation. This methodology has been used to enable an operationally simple procedure whereby 1° and 2° aliphatic amines can be arylated selectively at their γ-C-H positions. In addition to potentially serving as a directing group, CO 2 has also been demonstrated to curtail the oxidation of sensitive amine substrates.

  13. Women with deep infiltrating endometriosis: sexual satisfaction, desire, orgasm, and pelvic problem interference with sex.

    Science.gov (United States)

    Montanari, Giulia; Di Donato, Nadine; Benfenati, Arianna; Giovanardi, Giulia; Zannoni, Letizia; Vicenzi, Claudia; Solfrini, Serena; Mignemi, Giuseppe; Villa, Gioia; Mabrouk, Mohamed; Schioppa, Claudio; Venturoli, Stefano; Seracchioli, Renato

    2013-06-01

    Endometriosis is a chronic and progressive condition of women of reproductive age. It is strongly associated with a significant reduction of quality of life (QOL) and sexual function. This study aims to objectively evaluate sexual function in women with deep infiltrating endometriosis (DIE) and to study the impact of endometriosis symptoms and type of lesion on patient's sexual function. This is a cross-sectional study in a tertiary care university hospital. It included 182 patients with preoperative clinical and ultrasound diagnosis of DIE who were referred to our center from 2008 to 2011. A sexual activity questionnaire, the Sexual Health Outcomes in Women Questionnaire (SHOW-Q) was used to collect data pertaining to satisfaction, orgasm, desire, and pelvic problem interference with sex. Short Form 36 (SF-36) was used to evaluate QOL. Demographic and clinical characteristics were assessed: age, body mass index, parity, ethnicity, postsecondary education, employment, smoking, history of surgical treatment, and hormonal contraception. Patients were asked about pain symptoms (dysmenorrhea, dyspareunia, dyschezia, chronic pelvic pain, and dysuria) using a visual analog scale. The mean values obtained on the different scales of the SHOW-Q showed poor sexual function (mean SHOW-Q total score 56.38 ± 22.74). Satisfaction was the dimension most affected (mean satisfaction score 55.66 ± 34.55), followed by orgasm (mean orgasm score 56.90 ± 33.77). We found a significant correlation between the SF-36 scores and the SHOW-Q scores (P < 0.0001). Sexual dysfunction and deterioration of QOL seem to be correlated. Analyzing the impact of symptoms and lesions on sexual function, we found that dyspareunia and vaginal DIE nodules significantly affect sexual activity (P < 0.05). The results of this study demonstrated that women with DIE have a sexual function impairment, correlated with the overall well-being decrease. Moreover, the presence of dyspareunia and vaginal

  14. Performance and job satisfaction of employees as well as customers satisfaction affect by organizational environment – An applied study on Gumhouria bank, Libya

    Directory of Open Access Journals (Sweden)

    Mohieddin Almanae

    2013-01-01

    Full Text Available This study conducted on Gumhouria Bank and dealing with the role played by the organizational environment on performance and functional satisfaction of the employees. The relevant effect on the customer’s satisfaction indicate that the various elements of the organizational environment have effect on the functional performance and satisfaction of the customers. For raising performance and achieving satisfaction of the employees and customers, elements should be taken into consideration and improvement thereof and solving the problems encountering them. The relationship between the organizational environment and the functional performance is progressive and positive. Whenever the organizational environment increases, the functional performance increases, which, in turn, affects the functional satisfaction degree with the employees. The results indicated effect of the organizational environment on the customer’s satisfaction with the banking services provided. This may be resulting from the effect of organizational environment on the job performance and satisfaction (positive or negative which, in turn led to achieving satisfaction or dissatisfaction of the customers.

  15. Volume of the steady-state space of financial flows in a monetary stock-flow-consistent model

    Science.gov (United States)

    Hazan, Aurélien

    2017-05-01

    We show that a steady-state stock-flow consistent macro-economic model can be represented as a Constraint Satisfaction Problem (CSP). The set of solutions is a polytope, which volume depends on the constraints applied and reveals the potential fragility of the economic circuit, with no need to study the dynamics. Several methods to compute the volume are compared, inspired by operations research methods and the analysis of metabolic networks, both exact and approximate. We also introduce a random transaction matrix, and study the particular case of linear flows with respect to money stocks.

  16. Analysis of approaches to the concept of job satisfaction

    OpenAIRE

    Lysova E.

    2017-01-01

    the article is devoted the problem of satisfaction of person with his professional activities. It examines different approaches to understanding the phenomenon of job satisfaction, the analysis of their evolution in the works of domestic and Western scholars, describes the strengths and weaknesses of different interpretations of the concept of satisfaction. Almost a third of his life a person spends at work. In the labour force, he reveals himself as a person, implements the physical and ment...

  17. Synthesis of benzimidazoles by PIDA-promoted direct C(sp2)-H imidation of N-arylamidines.

    Science.gov (United States)

    Huang, Jinbo; He, Yimiao; Wang, Yong; Zhu, Qiang

    2012-10-29

    A metal-free synthesis of diversified benzimidazoles from N-arylamidines through a phenyliodine(III) diacetate (PIDA) promoted intramolecular direct C(sp(2))-H imidation has been developed. The reaction proceeds smoothly at 0 °C or ambient temperature to provide the desired products in good to excellent yields. The synthesis of 2-alkyl- or 2-alkyl-fused benzimidazoles, which are generally inaccessible by similar Pd- or Cu-catalyzed approaches, can also be achieved. Copyright © 2012 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  18. The Effect of Entrepreneurial Orientation on Teacher Satisfaction and Retention

    Science.gov (United States)

    Thibault, Melissa Rihm

    2016-01-01

    Teacher turnover is a costly problem. Since teacher working conditions influence teacher's satisfaction and career intentions, managers may theoretically increase teacher satisfaction and retention by fostering a school environment supportive of the highly-trained professional. Entrepreneurial Orientation is an organizational construct correlated…

  19. The relations of Arab Jordanian adolescents' perceived maternal parenting to teacher-rated adjustment and problems: the intervening role of perceived need satisfaction.

    Science.gov (United States)

    Ahmad, Ikhlas; Vansteenkiste, Maarten; Soenens, Bart

    2013-01-01

    Although the effects of important parenting dimensions, such as responsiveness and psychological control, are well documented among Western populations, research has only recently begun to systematically identify psychological processes that may account for the cross-cultural generalization of these effects. A first aim of this study was to examine whether perceived maternal responsiveness and psychological control would relate differentially to teacher ratings of adolescent adjustment in a vertical-collectivist society (i.e., Jordan). The most important aim of this study was to examine, on the basis of self-determination theory, whether these associations would be accounted for by perceived satisfaction of the basic psychological needs for autonomy, competence, and relatedness. Results in a large sample of Jordanian adolescents (N = 545) showed that perceived maternal psychological control and responsiveness yielded, respectively, a positive and negative association with teacher-rated problems, whereas psychological control was negatively related to teacher-rated adjustment. Further, these 2 parenting dimensions related to adjustment and problems via perceived satisfaction of the basic psychological needs for autonomy and competence (but not relatedness). The findings are discussed in light of the ongoing debate between universalistic and relativistic perspectives on parenting and adolescent adjustment.

  20. Patient satisfaction among Spanish-speaking patients in a public health setting.

    Science.gov (United States)

    Welty, Elisabeth; Yeager, Valerie A; Ouimet, Claude; Menachemi, Nir

    2012-01-01

    Despite the growing literature on health care quality, few patient satisfaction studies have focused upon the public health setting; where many Hispanic patients receive care. The purpose of this study was to examine the differences in satisfaction between English and Spanish-speaking patients in a local health department clinical setting. We conducted a paper-based satisfaction survey of patients that visited any of the seven Jefferson County Department of Health primary care centers from March 19 to April 19, 2008. Using Chi-squared analyses we found 25% of the Spanish-speaking patients reported regularly having problems getting an appointment compared to 16.8% among English-speakers (p speaking patients controlling for center location, purpose of visit, and time spent waiting. Specifically, Spanish speaking patients were more likely to report problems getting an appointment and less likely to report having their medical problems resolved when leaving their visit as compared to those who spoke English. Findings presented herein may provide insight regarding the quality of care received, specifically regarding patient satisfaction in the public health setting. © 2011 National Association for Healthcare Quality.

  1. The Comparison of Marital Satisfaction between Fertile and Iinfertile Women

    Directory of Open Access Journals (Sweden)

    Seyed Abdolmajid Bahrainian

    2009-04-01

    Full Text Available Objectives: This research studied and compared marital satisfaction level of the women who have infertility problem with those who does not have this problem. Methods: Totally 180 persons participated (90 infertile women and 90 fertile women were participated in this study. Participants were comprised of those referring to 3 Tehran city infertility centers. For data gathering in this research, the constructed questionnaire and Enrich Marital Satisfactions questionnaire have been used. Data analysis has been done with use of two independent t-tests and one way variance analysis has been done. Results: Results showed significant difference in satisfaction level of the fertile and infertile women, while, our research hypotheses were not confirmed in this regard by studying factors effective on marital satisfaction of the infertile women. The number of unsuccessful pregnancies whether in fertile women or infertile women didn’t have considerable effect on the marital satisfaction, while, effect of this factor on marital satisfaction level of the infertile women was higher than that on the fertile women. Discussion: Generally, by inclusion of limitations in this plan, it is impossible to generalize the present research results with difficulty, though it is inevitable to emphasize on negative consequences of the spouses' life and it is important to pay attention to its different dimensions.

  2. Thermal stability of multilayered Pt-Al2O3 nanocoatings for high temperature CSP systems

    CSIR Research Space (South Africa)

    Nuru, ZY

    2015-10-01

    Full Text Available B), 115-120 Thermal stability of multilayered Pt-Al2O3 nanocoatings for high temperature CSP systems Z.Y. Nuru a, b, *, L. Kotsedi a, b, C.J. Arendse c, D. Motaung d, B. Mwakikunga d, K. Roro d, e, M. Maaza a, b a UNESCO-UNISA Africa Chair... Pretoria, South Africa e R&D Core-Energy, Council for Scientific and Industrial Research, P O Box 395, 0001 Pretoria, South Africa Abstract This contribution reports on the effect of thermal annealing on sputtered Pt–Al(sub2)O(sub3) multilayered...

  3. The effect of job organizational factors on job satisfaction in two automotive industries in Malaysia.

    Science.gov (United States)

    Dawal, Siti Zawiah Md; Taha, Zahari

    2007-12-01

    A methodology is developed in diagnosing the effect of job organizational factors on job satisfaction in two automotive industries in Malaysia. One hundred and seventy male subjects of age 18-40 years with the mean age of 26.8 and standard deviation (SD) of 5.3 years and the mean work experience of 6.5 years and SD of 4.9 years took part in the study. Five job organizational factors were tested in the study including job rotation, work method, training, problem solving and goal setting. A job organization questionnaire was designed and was based on respondents' perception in relation to job satisfaction. The results showed that job organization factors were significantly related to job satisfaction. Job rotation, work method, training and goal setting showed strong correlation with job satisfaction while problem solving had intermediate correlation in the first automotive industry. On the other hand, most job organization factors showed intermediate correlation with job satisfaction in the second automotive industry except the training factor which had low correlation with job satisfaction. These results highlight that job rotation, work methods, problem solving and goal setting are outstanding factors in the study of job satisfaction for automotive industries.

  4. AN INVESTIGATION OF RELATIONSHIP BETWEEN LEADERSHIP STYLES OF HUMAN RESOURCES MANAGER, CREATIVE PROBLEM SOLVING CAPACITY AND CAREER SATISFACTION: AN EMPIRICAL STUDY

    OpenAIRE

    Hüseyin YILMAZ

    2016-01-01

    The aim of this study is the creative problem-solving capacity of the organization with leadership behaviors of human resources managers and employees to examine the relationship between career satisfaction and is tested empirically. Research within the scope of the required data structured questionnaire method, operating in the province of Aydin was obtained from 130 employees working in five star hotels. Democratic leadership style according to the factor analysis, easygoing, participants c...

  5. LCOE reduction potential of parabolic trough and solar tower CSP technology until 2025

    Science.gov (United States)

    Dieckmann, Simon; Dersch, Jürgen; Giuliano, Stefano; Puppe, Michael; Lüpfert, Eckhard; Hennecke, Klaus; Pitz-Paal, Robert; Taylor, Michael; Ralon, Pablo

    2017-06-01

    Concentrating Solar Power (CSP), with an installed capacity of 4.9 GW by 2015, is a young technology compared to other renewable power generation technologies. A limited number of plants and installed capacity in a small challenging market environment make reliable and transparent cost data for CSP difficult to obtain. The International Renewable Energy Agency (IRENA) and the DLR German Aerospace Center gathered and evaluated available cost data from various sources for this publication in order to yield transparent, reliable and up-to-date cost data for a set of reference parabolic trough and solar tower plants in the year 2015 [1]. Each component of the power plant is analyzed for future technical innovations and cost reduction potential based on current R&D activities, ongoing commercial developments and growth in market scale. The derived levelized cost of electricity (LCOE) for 2015 and 2025 are finally contrasted with published power purchase agreements (PPA) of the NOOR II+III power plants in Morocco. At 7.5% weighted average cost of capital (WACC) and 25 years economic life time, the levelized costs of electricity for plants with 7.5 (trough) respectively 9 (tower) full-load hours thermal storage capacity decrease from 14-15 -ct/kWh today to 9-10 -ct/kWh by 2025 for both technologies at direct normal irradiation of 2500 kWh/(m².a). The capacity factor increases from 41.1% to 44.6% for troughs and from 45.5% to 49.0% for towers. Financing conditions are a major cost driver and offer potential for further cost reduction with the maturity of the technology and low interest rates (6-7 - ct/kWh for 2% WACC at 2500 kWh/(m2.a) in 2025).

  6. Career satisfaction and burnout among Ghanaian physicians.

    Science.gov (United States)

    Opoku, Samuel T; Apenteng, Bettye A

    2014-03-01

    Thus far, there has been limited inquiry into the factors associated with physician career satisfaction and burnout in Ghana, although the two have been linked to the brain drain problem. The objective of this study was to assess career satisfaction and burnout among physicians practicing in a developing nation, Ghana. A 21-item instrument was used to assess career satisfaction among actively practicing Ghanaian physicians, using items adapted from the Physician Worklife Study survey. Burnout was assessed using the Abbreviated Maslach's Burnout Inventory. Two hundred physicians participated in the online survey from December 2012 to February 2013. Generally, physicians in Ghana expressed moderate overall career satisfaction. However, they were least satisfied with the availability of resources, their compensation and work-life balance. Overall, burnout was low in the study population; however physicians exhibited moderate levels of emotional exhaustion. Career satisfaction was negatively associated with the burnout dimensions of depersonalization, emotional exhaustion and low personal accomplishment. Health policy-makers in Ghana should address issues relating to resource adequacy, compensation and the work-life balance of physicians in order to improve the overall career satisfaction of an already dwindling physician workforce.

  7. Psychometric properties and factor structure of the 13-item satisfaction with daily occupations scale when used with people with mental health problems.

    Science.gov (United States)

    Eklund, Mona; Bäckström, Martin; Eakman, Aaron M

    2014-12-24

    In mental health care practice and research it is increasingly recognized that clients' subjective perceptions of everyday occupations, such as satisfaction, are important in recovery from mental illness. Instruments thus need to be developed to assess satisfaction with everyday occupations. The aim of the present study was to assess psychometric properties of the 13-item Satisfaction with Daily Occupation (SDO-13) when used with people with mental health problems, including its internal consistency, factor structure, construct validity and whether the scale produced ceiling or floor effects. An additional question concerned if the factor structure varied whether the participants were, or were not, presently engaged in the activity they rated. The interview-based SDO-13 includes items pertaining to work/studies, leisure, home maintenance, and self-care occupations. Whether the person currently performs an occupation or not, he/she is asked to indicate his/her satisfaction with that occupation. The SDO-13 was completed with 184 persons with mental illness. Residual variables were created to remove the variation linked with currently performing the targeted occupation or not and to assess the factor structure of the SDO-13. The indicators of general satisfaction with daily occupations, self-esteem and global functioning were used to assess construct validity. The statistical methods included tests of homogeneity, confirmatory factor analysis and Pearson correlations. The internal consistency was satisfactory at 0.79. A three-factor solution indicated that the construct behind the SDO-13 was composed of three facets; Taking care of oneself and the home, Work and studies, and Leisure and relaxation. The same factor structure was valid for both original scores and the residuals. An expected pattern of correlations with the indicators was mainly found, suggesting basic construct validity. No ceiling or floor effects were found. Taken together, the findings suggest the

  8. Effect of Marital Relationship Enrichment Program on Marital Satisfaction, Marital Intimacy, and Sexual Satisfaction of Infertile Couples.

    Science.gov (United States)

    Masoumi, Seyedeh Zahra; Khani, Somayeh; Kazemi, Farideh; Kalhori, Fatemeh; Ebrahimi, Reyhaneh; Roshanaei, Ghodratollah

    2017-10-01

    Infertile couples only think of having children during their sexual intercourse, and their constant concern about this issue increases their stress level. Psychosocial and social stress leads to decreased life satisfaction, increased marital problems, and reduced sexual confidence. This study aims to determine the effect of enrichment program on marital and sexual satisfaction as well as marital intimacy among infertile couples. This randomized controlled clinical trial was conducted on 50 infertile couples in 2013 in Hamedan. The marital relationship enrichment program was taught to the experimental group during seven 90 minutes sessions. Enrich marital satisfaction, Linda Berg sexual satisfaction, and marital intimacy questionnaires were completed by both groups in 3 pretest steps immediately after the end of training sessions, and 8 weeks later. The results were analyzed in STATA11 software using t test, Chi-square, ANCOVA, RM-ANOVA, and Bonferroni post-hoc test. To check the data normality, Kolmogorov-Smirnov test was used. Pintimacy immediately after the test (P=0.04) and 8 weeks after the test (Pintimacy and also marital and sexual satisfaction in infertile couples (Registration Number: IRCT201604299014N97). Copyright© by Royan Institute. All rights reserved.

  9. Hyundai’s Customer Satisfaction Analysis in Azerbaijan Market

    Directory of Open Access Journals (Sweden)

    Khayala Babayeva

    2016-12-01

    Full Text Available In modern economies, level of customer satisfaction is main indicator which intends to show organization’s position in comparison with its competitors. Determining customer satisfaction level allows any organization to detect the problems and gives a way in order to solve such issues. In this article, the aim is to measure the satisfaction level of Hyundai customers in Azerbaijan and for that a survey has been conducted. The research has been implemented on two basis: customer Satisfaction of Hyundai clients on a the car they drive; and b the service they have paid for repairing their car in the service center. Authors have developed confidence interval and hypothesis testing for each outcome from the survey. In addition to these, NPS level of Hyundai has been computed. Those figures help the authors to measure the real population’s satisfaction level. The results of the analysis claim that ultimate amount of customers are dissatisfied with car’s quality. Furthermore most of drivers’ satisfaction level of services which Hyundai provides is satisfactory.

  10. Factors that influence nurses' job satisfaction.

    Science.gov (United States)

    Ma, Chen-Chung; Samuels, Michael E; Alexander, Judith W

    2003-05-01

    To examine factors affecting the job satisfaction of registered nurses (RNs). A growing recognition of job dissatisfaction among RNs in South Carolina hospitals has contributed to current problems with recruitment and retention. If administrators identify factors influencing RNs' job satisfaction in hospitals and implement strategies to address these factors, RN turnover rates will decrease and recruiting and retention rates will increase. A cross-sectional study of secondary data was designed to identify the individual, work, and geographic factors that impact nursing job satisfaction at the state level. A 27-question self-administered survey was sent to 17,500 RNs in South Carolina with postage-paid envelopes for their responses. Surveys from 3472 nurses were completed anonymously. Univariate statistics were used to describe the study sample. One-way and multivariable Analysis of Variance were used to determine which variables contributed the most to job satisfaction. For about two thirds of the RNs, job satisfaction remained the same or had lessened over the past 2 years. In addition, statistically significant differences were found between job satisfaction and years of service, job position, hospital retirement plan, and geographic area. The findings have implications for nurse managers and hospital administrators for planning and implementing effective health policies that will meet the unique needs of their staffs and organizations. Such research is particularly relevant in this difficult time of nursing shortages throughout the healthcare industry.

  11. SequenceL: Automated Parallel Algorithms Derived from CSP-NT Computational Laws

    Science.gov (United States)

    Cooke, Daniel; Rushton, Nelson

    2013-01-01

    With the introduction of new parallel architectures like the cell and multicore chips from IBM, Intel, AMD, and ARM, as well as the petascale processing available for highend computing, a larger number of programmers will need to write parallel codes. Adding the parallel control structure to the sequence, selection, and iterative control constructs increases the complexity of code development, which often results in increased development costs and decreased reliability. SequenceL is a high-level programming language that is, a programming language that is closer to a human s way of thinking than to a machine s. Historically, high-level languages have resulted in decreased development costs and increased reliability, at the expense of performance. In recent applications at JSC and in industry, SequenceL has demonstrated the usual advantages of high-level programming in terms of low cost and high reliability. SequenceL programs, however, have run at speeds typically comparable with, and in many cases faster than, their counterparts written in C and C++ when run on single-core processors. Moreover, SequenceL is able to generate parallel executables automatically for multicore hardware, gaining parallel speedups without any extra effort from the programmer beyond what is required to write the sequen tial/singlecore code. A SequenceL-to-C++ translator has been developed that automatically renders readable multithreaded C++ from a combination of a SequenceL program and sample data input. The SequenceL language is based on two fundamental computational laws, Consume-Simplify- Produce (CSP) and Normalize-Trans - pose (NT), which enable it to automate the creation of parallel algorithms from high-level code that has no annotations of parallelism whatsoever. In our anecdotal experience, SequenceL development has been in every case less costly than development of the same algorithm in sequential (that is, single-core, single process) C or C++, and an order of magnitude less

  12. Family caregivers' attributions about care-recipient behaviour: does caregiver relationship satisfaction mediate the attribution-distress relationship?

    Science.gov (United States)

    Hui, Siu-Kuen Azor; Elliott, Timothy R; Martin, Roy; Uswatte, Gitendra

    2011-09-01

    The relations of caregiver attributions about care-recipient's problem behaviour to caregiving relationship satisfaction and caregiver distress were examined. This is a cross sectional study. Seventy-five family caregivers of individuals diagnosed with various disabling health conditions were recruited and interviewed. Caregiver attributions (internality, intentionality, responsibility, and controllability), caregiving relationship satisfaction, and caregiver distress variables were measured. Structural equation techniques tested an a priori model of the latent constructs of caregiver attributions and caregiver relationship satisfaction to caregiver distress. Maladaptive caregiver attributions (i.e., more trait, higher intentionality, higher responsibility, and higher controllability) about care-recipients' problem behaviours predicted lower caregiving relationship satisfaction, which in turn was predictive of higher caregiver distress. Unexpectedly, caregiver attributions were not directly related to caregiver distress. However, attributions had an indirect effect on distress through relationship satisfaction. Younger caregivers experienced higher caregiver distress. Caregivers' explanations about care-recipient's problem behaviour are indicative of their satisfaction in the relationship with the care recipient, and poor caregiving relationship satisfaction is predictive of caregiver distress. Caregiver attributions and relationship quality may be considered in interventions with family caregivers. ©2010 The British Psychological Society.

  13. Generalizing Backtrack-Free Search: A Framework for Search-Free Constraint Satisfaction

    Science.gov (United States)

    Jonsson, Ari K.; Frank, Jeremy

    2000-01-01

    Tractable classes of constraint satisfaction problems are of great importance in artificial intelligence. Identifying and taking advantage of such classes can significantly speed up constraint problem solving. In addition, tractable classes are utilized in applications where strict worst-case performance guarantees are required, such as constraint-based plan execution. In this work, we present a formal framework for search-free (backtrack-free) constraint satisfaction. The framework is based on general procedures, rather than specific propagation techniques, and thus generalizes existing techniques in this area. We also relate search-free problem solving to the notion of decision sets and use the result to provide a constructive criterion that is sufficient to guarantee search-free problem solving.

  14. Life Satisfaction Among Mothers of Individuals with Prader-Willi Syndrome.

    Science.gov (United States)

    Shivers, Carolyn M; Leonczyk, Caroline L; Dykens, Elisabeth M

    2016-06-01

    Mothers of individuals with Prader-Willi syndrome (PWS) often experience numerous stressors, even when compared to mothers of children with other intellectual and developmental disabilities. Despite this, these mothers show great variability in self-reported life satisfaction. Using data from a longitudinal study of individuals with PWS and their families, the present study analyzed factors related to maternal life satisfaction, both cross-sectionally and over time. Results show that both child factors (e.g., behavior problems, hyperphagia) and maternal factors (e.g., stress, coping style) were significantly related to maternal life satisfaction. However, none of the tested variables predicted change in life satisfaction over time. Research and practice implications are discussed.

  15. The manifestation of job satisfaction in doctor-patient communication: a ten-country European study.

    NARCIS (Netherlands)

    Bensing, J.M.; Brink-Muinen, A. van den; Boerma, W.; Dulmen, S. van

    2013-01-01

    Objective: Job satisfaction is a common problem in modern western health care. While a lot of studies analyzed the determinants of job (dis)satisfaction, less is known about the consequences of doctors’ job satisfaction for medical visits. The aim of this study is to examine - female and male -

  16. Financial satisfaction and financial stressors in marital satisfaction.

    Science.gov (United States)

    Archuleta, Kristy L; Britt, Sonya L; Tonn, Teresa J; Grable, John E

    2011-04-01

    Using a sample of 310 married respondents from one U.S. Midwestern state, a test was conducted to examine the association of financial satisfaction and financial stressors in a spouse's decision to stay married to the same person or leave the relationship. The role of demographic and socioeconomic variables, religiosity, psychological constructs, financial satisfaction, and financial stressors as factors influencing marital satisfaction was tested. Financial stressors were measured using a list of financial stressors adapted from the literature. Financial satisfaction was measured with a one-item scale. The Kansas Marital Satisfaction Scale was used as a validation tool to assess whether individuals would marry or not marry again. Religiosity and financial satisfaction were positively associated with marital satisfaction. A negative interaction between financial satisfaction and financial stressors was also noted. Findings suggest that respondents who are financially satisfied tend to be more stable in their marriages.

  17. ASSESSING CUSTOMER SATISFACTION BASED ON QoS PARAMETERS

    Directory of Open Access Journals (Sweden)

    Alem Čolaković

    2017-03-01

    Full Text Available Measurement of customer sastisfaction is an efficient tool to detect problems in SP (Services Provider and their relationship with customers. Based on this measurement a relationship between customer satisfaction and loyalty can be established. It can determine the influence of key parameters on the number of users of services. The parameters of customer satisfaction and loyalty are numerous and depend on the network (network quality of services parameters, the client (the perception, expectations, beliefs, etc., employees (implementation of activities, technological developments, organizational structure, etc. This paper aims to show the way to identify key indicators and their weighted factors that affect customer satisfaction. This paper intends to emphasize relationship between quality of services, customer perception and loyalty and to present a model for examining the key parameters that significantly influence customer satisfaction and how these parameters influence customer loyalty.

  18. Dietary restraint, life satisfaction and self-discrepancy by gender in university students

    Directory of Open Access Journals (Sweden)

    Berta Schnettler

    2017-01-01

    Full Text Available This study aimed to characterize dieting and non-dieting university students by gender, based on their satisfaction with life and their food-related life, self-discrepancy, food behavior and health-related aspects. A non-probabilistic sample of 305 students from five Chilean state universities responded a questionnaire that included the Revised Restraint Scale, the Satisfaction with Life Scale, the Satisfaction with Food-related Life Scale, the Health-related Quality of Life Index, the Nutrition Interest Scale and the Self-Discrepancy Index. Socio-demographic characteristics, food behavior, and approximate weight and height were also enquired. Chronic dieters and non-dieters were distinguished according to the median score of the Revised Restraint Scale. 51.1% of women and 55.5% of men classified as chronic dieters, sharing characteristics such as nutrition concern, mental health problems, higher body mass index, and physical and economic self-discrepancy. Women dieters reported lower life satisfaction and satisfaction with food-related life, more health problems and health-related restriction of food, while men dieters showed higher social and emotional self-discrepancy.

  19. IgG2 antibodies against a clinical grade Plasmodium falciparum CSP vaccine antigen associate with protection against transgenic sporozoite challenge in mice.

    Directory of Open Access Journals (Sweden)

    Robert Schwenk

    Full Text Available The availability of a highly purified and well characterized circumsporozoite protein (CSP is essential to improve upon the partial success of recombinant CSP-based malaria vaccine candidates. Soluble, near full-length, Plasmodium falciparum CSP vaccine antigen (CS/D was produced in E. coli under bio-production conditions that comply with current Good Manufacturing Practices (cGMP. A mouse immunogenicity study was conducted using a stable oil-in-water emulsion (SE of CS/D in combination with the Toll-Like Receptor 4 (TLR4 agonist Glucopyranosyl Lipid A (GLA/SE, or one of two TLR7/8 agonists: R848 (un-conjugated or 3M-051 (covalently conjugated. Compared to Alum and SE, GLA/SE induced higher CS/D specific antibody response in Balb/c mice. Subclass analysis showed higher IgG2:IgG1 ratio of GLA/SE induced antibodies as compared to Alum and SE. TLR synergy was not observed when soluble R848 was mixed with GLA/SE. Antibody response of 3M051 formulations in Balb/c was similar to GLA/SE, except for the higher IgG2:IgG1 ratio and a trend towards higher T cell responses in 3M051 containing groups. However, no synergistic enhancement of antibody and T cell response was evident when 3M051 conjugate was mixed with GLA/SE. In C57Bl/6 mice, CS/D adjuvanted with 3M051/SE or GLA/SE induced higher CSP repeat specific titers compared to SE. While, 3M051 induced antibodies had high IgG2c:IgG1 ratio, GLA/SE promoted high levels of both IgG1 and IgG2c. GLA/SE also induced more potent T-cell responses compared to SE in two independent C57/BL6 vaccination studies, suggesting a balanced and productive T(H1/T(H2 response. GLA and 3M-051 similarly enhanced the protective efficacy of CS/D against challenge with a transgenic P. berghei parasite and most importantly, high levels of cytophilic IgG2 antibodies were associated with protection in this model. Our data indicated that the cGMP-grade, soluble CS/D antigen combined with the TLR4-containing adjuvant GLA/SE warrants

  20. Occupant Experiences and Satisfaction with New Low-Energy Houses

    DEFF Research Database (Denmark)

    Knudsen, Henrik Nellemose; Thomsen, Kirsten Engelund; Mørck, Ove

    2013-01-01

    -energy houses that meet the future lower energy requirements of the planned Danish Building Regulations 2015. The purpose was to study experiences and satisfaction among occupants living in new low-energy houses. It included i.a. overall satisfaction, perceived indoor climate and experiences and satisfaction...... be addressed in order to make low-energy houses attractive to ordinary people. Occupants experienced among other things noise from the technical installations and that it was too hot in summer and too cold in winter, that there were a series of problems with the technical installations and that their use...

  1. A Computational Analysis of the Traveling Salesman and Cutting Stock Problems

    Directory of Open Access Journals (Sweden)

    Gracia María D.

    2015-01-01

    Full Text Available The aim of this article is to perform a computational study to analyze the impact of formulations, and the solution strategy on the algorithmic performance of two classical optimization problems: the traveling salesman problem and the cutting stock problem. In order to assess the algorithmic performance on both problems three dependent variables were used: solution quality, computing time and number of iterations. The results are useful for choosing the solution approach to each specific problem. In the STSP, the results demonstrate that the multistage decision formulation is better than the conventional formulations, by solving 90.47% of the instances compared with MTZ (76.19% and DFJ (14.28%. The results of the CSP demonstrate that the cutting patterns formulation is better than the standard formulation with symmetry breaking inequalities, when the objective function is to minimize the loss of trim when cutting the rolls.

  2. Prospective associations between adolescent mental health problems and positive mental wellbeing in early old age.

    Science.gov (United States)

    Nishida, Atsushi; Richards, Marcus; Stafford, Mai

    2016-01-01

    Mental health problems in adolescence are predictive of future mental distress and psychopathology; however, few studies investigated adolescent mental health problems in relation to future mental wellbeing and none with follow-up to older age. To test prospective associations between adolescent mental health problems and mental wellbeing and life satisfaction in early old age. A total of 1561 men and women were drawn from the Medical Research Council National Survey of Health and Development (the British 1946 birth cohort). Teachers had previously completed rating scales to assess emotional adjustment and behaviours, which allowed us to extract factors of mental health problems measuring self-organisation, behavioural problems, and emotional problems during adolescence. Between the ages of 60-64 years, mental wellbeing was assessed using the Warwick-Edinburgh Mental Well-being Scale (WEMWBS) and life satisfaction was self-reported using the Satisfaction with Life Scale (SWLS). After controlling for gender, social class of origin, childhood cognitive ability, and educational attainment, adolescent emotional problems were independently inversely associated with mental wellbeing and with life satisfaction. Symptoms of anxiety/depression at 60-64 years explained the association with life satisfaction but not with mental wellbeing. Associations between adolescent self-organisation and conduct problems and mental wellbeing and life satisfaction were of negligible magnitude, but higher childhood cognitive ability significantly predicted poor life satisfaction in early old age. Adolescent self-organisation and conduct problems may not be predictive of future mental wellbeing and life satisfaction. Adolescent emotional problems may be inversely associated with future wellbeing, and may be associated with lower levels of future life satisfaction through symptoms of anxiety/depression in early old age. Initiatives to prevent and treat emotional problems in adolescence may

  3. From customer satisfaction survey to corrective actions in laboratory services in a university hospital.

    Science.gov (United States)

    Oja, Paula I; Kouri, Timo T; Pakarinen, Arto J

    2006-12-01

    To find out the satisfaction of clinical units with laboratory services in a university hospital, to point out the most important problems and defects in services, to carry out corrective actions, and thereafter to identify the possible changes in satisfaction. and Senior physicians and nurses-in-charge of the clinical units at Oulu University Hospital, Finland. Customer satisfaction survey using a questionnaire was carried out in 2001, indicating the essential aspects of laboratory services. Customer-specific problems were clarified, corrective actions were performed, and the survey was repeated in 2004. In 2001, the highest dissatisfaction rates were recorded for computerized test requesting and reporting, turnaround times of tests, and the schedule of phlebotomy rounds. The old laboratory information system was not amenable to major improvements, and it was renewed in 2004-05. Several clinical units perceived turnaround times to be long, because the tests were ordered as routine despite emergency needs. Instructions about stat requesting were given to these units. However, no changes were evident in the satisfaction level in the 2004 survey. Following negotiations with the clinics, phlebotomy rounds were re-scheduled. This resulted in a distinct increase in satisfaction in 2004. Satisfaction survey is a screening tool that identifies topics of dissatisfaction. Without further clarifications, it is not possible to find out the specific problems of customers and to undertake targeted corrective actions. Customer-specific corrections are rarely seen as improvements in overall satisfaction rates.

  4. Satisfaction

    NARCIS (Netherlands)

    van der Voordt, Theo; Brunia, Sandra; Appel - Meulenbroek, Rianne; Jensen, P.A.; van der Voordt, T.

    2016-01-01

    This chapter presents some findings from surveys on employee satisfaction in different work environments in the Netherlands and various other European countries. It first discusses why employee satisfaction is relevant for organisations and which factors may influence employee satisfaction. Then the

  5. Multi-Objective Constraint Satisfaction for Mobile Robot Area Defense

    Science.gov (United States)

    2010-03-01

    David A. Van Veldhuizen . Evo- lutionary Algorithms for Solving Multi-Objective Problems. Springer, New York, NY, 2nd edition, 2007. [9] Dean, Thomas...J.I. van Hemert, E. Marchiori, and A. G. Steenbeek. “Solving Binary Constraint Satisfaction Problems using Evolutionary Algorithms with an Adaptive

  6. PREFACE: International conference on Computer Simulation in Physics and beyond (CSP2015)

    Science.gov (United States)

    2016-02-01

    The International conference on Computer Simulations in Physics and beyond (CSP2015) was held from 6-10 September 2015 at the campus of the Moscow Institute for Electronics and Mathematics (MIEM), National Research University Higher School of Economics, Moscow. Computer simulations are in increasingly popular tool for scientific research, supplementing experimental and analytical research. The main goal of the conference is contributing to the development of methods and algorithms which take into account trends in hardware development, which may help with intensive research. The conference also allowed senior scientists and students to have the opportunity to speak each other and exchange ideas and views on the developments in the area of high-performance computing in science. We would like to take this opportunity to thank our sponsors: the Russian Foundation for Basic Research, Federal Agency of Scientific Organizations, and Higher School of Economics.

  7. The dose-volume constraint satisfaction problem for inverse treatment planning with field segments

    International Nuclear Information System (INIS)

    Michalski, Darek; Xiao, Ying; Censor, Yair; Galvin, James M

    2004-01-01

    The prescribed goals of radiation treatment planning are often expressed in terms of dose-volume constraints. We present a novel formulation of a dose-volume constraint satisfaction search for the discretized radiation therapy model. This approach does not rely on any explicit cost function. Inverse treatment planning uses the aperture-based approach with predefined, according to geometric rules, segmental fields. The solver utilizes the simultaneous version of the cyclic subgradient projection algorithm. This is a deterministic iterative method designed for solving the convex feasibility problems. A prescription is expressed with the set of inequalities imposed on the dose at the voxel resolution. Additional constraint functions control the compliance with selected points of the expected cumulative dose-volume histograms. The performance of this method is tested on prostate and head-and-neck cases. The relationships with other models and algorithms of similar conceptual origin are discussed. The demonstrated advantages of the method are: the equivalence of the algorithmic and prescription parameters, the intuitive setup of free parameters, and the improved speed of the method as compared to similar iterative as well as other techniques. The technique reported here will deliver approximate solutions for inconsistent prescriptions

  8. Influence of working conditions on job satisfaction in anaesthetists.

    Science.gov (United States)

    Kinzl, J F; Knotzer, H; Traweger, C; Lederer, W; Heidegger, T; Benzer, A

    2005-02-01

    We studied job satisfaction, physical health, emotional well-being and working conditions in 125 Austrian and Swiss anaesthetists. Responses to self-reporting questionnaires were evaluated. Dependent variables included job satisfaction, emotional well-being and physical health. Independent variables included age, sex, marital status, position and working conditions as assessed by the Instrument for Stress-related Job Analysis. Control over work shows a strong effect on job satisfaction in anaesthetists, for example influence on handling tasks (P=0.001), time control (P=0.002) and participation (P=0.001), whereas task demands and task-related problems did not have any effect. Anaesthetists in leading positions and specialists reported lower job satisfaction (P=0.012) than did anaesthetists in non-leading positions. Job satisfaction was associated with better physical health (P=0.001) and better emotional well-being (P=0.005). Our results suggest that a high level of job satisfaction in anaesthetists correlates with interesting work demands and the opportunity to contribute skills and ideas. To improve job satisfaction, more attention should be paid to improving working conditions, including control over decision-making, and allowing anaesthetists to have more influence on their own work pace and work schedule.

  9. Complementary Strategies for Directed C(sp3 )-H Functionalization: A Comparison of Transition-Metal-Catalyzed Activation, Hydrogen Atom Transfer, and Carbene/Nitrene Transfer.

    Science.gov (United States)

    Chu, John C K; Rovis, Tomislav

    2018-01-02

    The functionalization of C(sp 3 )-H bonds streamlines chemical synthesis by allowing the use of simple molecules and providing novel synthetic disconnections. Intensive recent efforts in the development of new reactions based on C-H functionalization have led to its wider adoption across a range of research areas. This Review discusses the strengths and weaknesses of three main approaches: transition-metal-catalyzed C-H activation, 1,n-hydrogen atom transfer, and transition-metal-catalyzed carbene/nitrene transfer, for the directed functionalization of unactivated C(sp 3 )-H bonds. For each strategy, the scope, the reactivity of different C-H bonds, the position of the reacting C-H bonds relative to the directing group, and stereochemical outcomes are illustrated with examples in the literature. The aim of this Review is to provide guidance for the use of C-H functionalization reactions and inspire future research in this area. © 2018 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  10. The Relationship Between Job Satisfaction and Psychological/Physical Health among Malaysian Working Women.

    Science.gov (United States)

    Aazami, Sanaz; Shamsuddin, Khadijah; Akmal, Syaqirah; Azami, Golnaz

    2015-01-01

    The workplace environment has a great influence on employees' health. Job dissatisfaction has been widely recognised as a workplace stressor that can influence employees' psychological and physical health statuses. However, job satisfaction is a multi-dimensional concept, and it is necessary to investigate its different facets and their unique consequences. Therefore, the aim of this study was to assess the relationship between the nine facets of job satisfaction and psychological health and somatic complaints (i.e., sleep disorders, headache, gastro-intestinal and respiratory problems). This cross-sectional study was conducted among 567 Malaysian women working in the public sector. Data collection was conducted using a series of self-administered questionnaires. The results of this study show that there is a link between job satisfaction and psychological distress as well as four somatic complaints. Satisfaction with the nature of work was the strongest predictor for psychological distress, sleep disorders, headaches and gastro-intestinal problems. From the results of this study, we conclude that there is a link between job satisfaction and the health status of employees. In addition, job satisfaction levels vary across different dimensions and can even differ from an individual's feelings of global job satisfaction. Policies and practices should focus on improving working conditions to enhance the fit of the job and the employee.

  11. Evaluation of Patients’ Satisfaction after Class III Orthognathic Surgery

    Science.gov (United States)

    Magro-Filho, Osvaldo; Oliveira, Derly Tescaro Narcizo; Martins, Lidia Pimenta; Salazar, Marcio; Medeiros, Rodrigo Antonio De; Santos, Daniela Micheline Dos

    2015-01-01

    Background Well-planned orthognathic surgery improves psychological health, aesthetics and function of patients. Aim The present study aimed to investigate patients’ satisfaction after orthognathic surgery by means of a satisfaction questionnaire before and after surgery. Materials and Methods A total of 29 patients was selected (17 women and 12 men), with a mean age of 28 years, randomly selected from a private clinic at Araçatuba – São Paulo by two investigators. Anamnesis and clinical examination were performed. Subjects with facial deformities submitted to orthodontic treatment before and after orthognathic surgery with a minimum post-surgery period of 6 months, answered a satisfaction questionnaire composed of 10 questions regarding dental and facial aesthetics. In this study, the maximum satisfaction score was 10. Results Regarding aesthetics, two satisfaction parameters were investigated: dental and facial. For all indices, the average satisfaction was up to score 7. Conclusion According to the results, it can be concluded that orthognathic surgery has been an effective treatment for dentofacial deformities, aesthetics and functional problems, what was verified by pre and postoperative questionnaire application. PMID:26557610

  12. Evaluation of Patients' Satisfaction after Class III Orthognathic Surgery.

    Science.gov (United States)

    Magro-Filho, Osvaldo; Goiato, Marcelo Coelho; Oliveira, Derly Tescaro Narcizo; Martins, Lidia Pimenta; Salazar, Marcio; Medeiros, Rodrigo Antonio De; Santos, Daniela Micheline Dos

    2015-10-01

    Well-planned orthognathic surgery improves psychological health, aesthetics and function of patients. The present study aimed to investigate patients' satisfaction after orthognathic surgery by means of a satisfaction questionnaire before and after surgery. A total of 29 patients was selected (17 women and 12 men), with a mean age of 28 years, randomly selected from a private clinic at Araçatuba - São Paulo by two investigators. Anamnesis and clinical examination were performed. Subjects with facial deformities submitted to orthodontic treatment before and after orthognathic surgery with a minimum post-surgery period of 6 months, answered a satisfaction questionnaire composed of 10 questions regarding dental and facial aesthetics. In this study, the maximum satisfaction score was 10. Regarding aesthetics, two satisfaction parameters were investigated: dental and facial. For all indices, the average satisfaction was up to score 7. According to the results, it can be concluded that orthognathic surgery has been an effective treatment for dentofacial deformities, aesthetics and functional problems, what was verified by pre and postoperative questionnaire application.

  13. Core Self-Evaluations, life satisfaction, and sport satisfaction

    OpenAIRE

    Antón Aluja

    2014-01-01

    We investigated the association between Core Self-Evaluations (CSE) and life and sport satisfaction to assess whether the Core Self-Evaluations scale was a better predictor of life satisfaction or sport satisfaction. The study included three hundred and thirteen athletes (231 men and 82 women; age range to 47 years (Mage=22.9 years, SDage=5.9 years)). Participants completed the French language version of the CSE scale, the Satisfaction with Life Scale, and the Satisfaction with Sport Scale. A...

  14. Mother's marital satisfaction associated with the quality of mother-father-child triadic interaction.

    Science.gov (United States)

    Korja, Riikka; Piha, Jorma; Otava, Riia; Lavanchy-Scaiola, Chloe; Ahlqvist-Björkroth, Sari; Aromaa, Minna; Räihä, Hannele

    2016-08-01

    Low marital satisfaction has been shown to be a risk factor for early parenthood and parent-child relationship problems (Erel & Burman, ; McHale, ). The aim of this study was to assess how parental reports of marital satisfaction related to family alliance and coordination in the observed triadic interaction. The study group included 120 families. Marital satisfaction was evaluated during pregnancy, at 4 months, and at 18 months using the Revised Dyadic Adjustment Scale (RDAS; Busby, Christensen, Crane & Larsson, ) for both parents. Mother-father-child interaction was analyzed in the Lausanne Triadic Play setting and coded using the Family Alliance Assessment Scale (Favez, Lavanchy Scaiola, Tissot, Darwiche & Frascarolo, ) when the child reached 18 months of age. The mother's higher marital satisfaction at every measuring point was associated with a cooperative family alliance and/or higher family coordination at 18 months. The father's experience of marital satisfaction was not related to family interaction at any assessment point. Our study suggests that a mother's experience of lower marital satisfaction during pregnancy may be an early sign of later problems in family relationships. © 2016 Scandinavian Psychological Associations and John Wiley & Sons Ltd.

  15. Relationship of Life Satisfaction and Job Satisfaction among Pakistani Army Soldiers

    Directory of Open Access Journals (Sweden)

    Summaira Naz

    2015-03-01

    Full Text Available The present study had two main objectives; first, to discover the relationships between job satisfaction and life satisfaction in Pakistani army soldiers, second, to find out the age, salary, marital status, and education differences on job satisfaction and life satisfaction in Pakistani army soldiers. In the present study two questionnaires; Job Satisfaction Scale JSS (Macdonald & Maclntyre, 1997 and Satisfaction With Life Scale (Diener, et al., 1985; were administered to a sample (N=400 along with a demographic sheet. The results of the study revealed a significant positive correlation between job satisfaction and life satisfaction of Pakistani army soldiers. The findings of the study also showed a significant age, education, salary, and marital status differences in job satisfaction and life satisfaction. Age, marital status, and salary variables had positive correlation with job satisfaction and life satisfaction but education had a negative association with job satisfaction and life satisfaction

  16. Depression, post-traumatic stress disorder, and life satisfaction in Greenlandic adults

    DEFF Research Database (Denmark)

    Zaragoza Scherman, Alejandra

    2017-01-01

    problems or a sense of wellbeing. In this study, a group of 137 Greenlandic adults completed measures of depression, PTSD, and life satisfaction. In addition, they also provided memories of traumatic or stressful and positive life events they had xperienced during their lives. No sex differences were found......Suicide is a major public health problem in Greenland. Despite the fact that suicide is highly associated with depression, posttraumatic stress disorder (PTSD), and life satisfaction there are virtually no data about the extent to which Greenlandic individuals experience these mental health...

  17. Ethical sensitivity, burnout, and job satisfaction in emergency nurses.

    Science.gov (United States)

    Palazoğlu, Cansu Atmaca; Koç, Zeliha

    2017-01-01

    Rising levels of burnout and decreasing job satisfaction can inhibit healthcare professionals from providing high-quality care due to a corresponding decrease in their ethical sensitivity. This study aimed to determine the relationship between the level of ethical sensitivity in emergency service nurses and their levels of burnout and job satisfaction. This research employed a descriptive and cross-sectional design. Participants and research context: This study was conducted with a sample of 236 nurses, all of whom worked in emergency service between 24 July 2015 and 28 April 2016. Data were collected using the Moral Sensitivity Questionnaire, Maslach Burnout Inventory, and Minnesota Job Satisfaction Scale. Ethical considerations: This study was approved by the Institutional Ethics Review Board of Ondokuz Mayıs University. There was a weak and negative correlation (r = -0.158, p = 0.015) between Moral Sensitivity Questionnaire and Maslach Burnout Inventory scores. There was also a weak and negative correlation (r = -0.335, p Burnout Inventory and Minnesota Job Satisfaction Scale scores. Decreased job satisfaction and increased burnout levels among emergency service nurses might result in them indulging in improper practices, frequently facing ethical problems, and a decrease in the overall quality of service in hospitals. In order for emergency service nurses to recognize ethical problems and make the most accurate decisions, a high level of ethical sensitivity is critical. In this respect, it is suggested that continuing education after graduation and training programs should be organized.

  18. Mental health and lifestyle correlates of sexual problems and sexual satisfaction in heterosexual Hong Kong Chinese population.

    Science.gov (United States)

    Lau, Joseph T F; Kim, Jean H; Tsui, Hi Yi

    2005-12-01

    To examine the lifestyle, mental health, and stress-related factors associated with various types of sexual problems among sexually active, heterosexual Hong Kong residents aged 18 to 59 years. An anonymous, cross-sectional, random telephone survey was conducted using a special, validated, computerized telephone interview method. A total of 1281 men and 2130 women completed the interview (response rate 50.6%). Sexual problems were determined according to the Diagnostic and Statistical Manual (of Mental Disorders) IV definitions. Among the men, multivariate analyses indicated that older age, poor spousal relationship, less exercise, high level of family stress, high level of financial-related stress, and past year substance use were significantly associated with sexual problems (odds ratio [OR] 1.41 to 3.83). Among the women, being married or cohabiting with a partner was positively associated with lubrication problems, lack of orgasm, lack of pleasure, lack of interest (OR 1.43 to 1.73) and negatively associated with pain during intercourse (OR 0.66) and anxiety (OR 0.62). A high level of financial stress and neuroses diagnoses were also associated with various female sexual problems (OR 1.40 to 2.66). Sexual satisfaction was associated with being married/cohabitating (OR 1.94) and negatively associated with a poor spousal relationship, low level of exercise, and a high level of work-related stress among men (OR 0.37 to 0.71). Among women, a poor spousal relationship and high levels of family stress and financial stress were associated with not being satisfied sexually (OR 0.24 to 0.71). Mental health, stress-related factors, and lifestyle factors contribute to sexual problems among Hong Kong Chinese adults. The factors differed between the two sexes.

  19. Efficacy of mesotherapy using drugs versus normal saline solution in chronic spinal pain: a retrospective study.

    Science.gov (United States)

    Ferrara, Paola E; Ronconi, Gianpaolo; Viscito, Rossella; Pascuzzo, Romina; Rosulescu, Eugenia; Ljoka, Concetta; Maggi, Loredana; Ferriero, Giorgio; Foti, Calogero

    2017-06-01

    Mesotherapy, or intradermal therapy, is a therapeutic approach that is gaining popularity, but there is still a significant lack of information on its mechanisms of action or the pharmacokinetics of the therapeutic regimens. This retrospective study on 220 records compared the short-term and long-term effects of mesotherapy using a mixture of drugs versus normal saline solution in the treatment of patients with chronic spinal pain (CSP). At the end of treatment, outcome measures showed a significant improvement (PMesotherapy was effective in patients affected by CSP, with high patient satisfaction reported irrespective of the agent used. Considering the risks and costs of drugs, normal saline solution appears to be the best agent in cost-benefit terms for treating localized pain by mesotherapy in CSP.

  20. Predictors of Life Satisfaction among Guidance Counselors and Administrators Employed by the Ministry of Education in Turkey

    Science.gov (United States)

    Poyrazli, Senel; Yesilyaprak, Binnur; Milliogullari, Ali

    2012-01-01

    Problem Statement: A review of the literature indicated that both job satisfaction and life satisfaction are important to an individual's overall wellbeing. While there have been extensive studies related to job satisfaction in a Turkish context, studies related to the predictors of life satisfaction are limited. Purpose of Study: The purpose of…

  1. Employee satisfaction and employee retention: catalysts to patient satisfaction.

    Science.gov (United States)

    Collins, Kevin S; Collins, Sandra K; McKinnies, Richard; Jensen, Steven

    2008-01-01

    Over the last few years, most health care facilities have become intensely aware of the need to increase patient satisfaction. However, with today's more consumer-driven market, this can be a daunting task for even the most experienced health care manager. Recent studies indicate that focusing on employee satisfaction and subsequent employee retention may be strong catalysts to patient satisfaction. This study offers a review of how employee satisfaction and retention correlate with patient satisfaction and also examines the current ways health care organizations are focusing on employee satisfaction and retention.

  2. Students’ perceptions and satisfaction level of hybrid problem-based learning for 16 years in Kyungpook National University School of Medicine, Korea

    Directory of Open Access Journals (Sweden)

    Sanghee Yeo

    2016-03-01

    Full Text Available Purpose: Kyungpook National University School of Medicine has been implementing hybrid problem-based learning (PBL since 1999. The aim of this study was to investigate the changes in the students’ perceptions and satisfaction levels of hybrid PBL. Methods: The target period of our study was from 1999 to 2014, and target subjects were second-year medical students in Kyungpook National University School of Medicine. The survey was conducted at the end of semester. We had a focused interview with group leaders and some volunteer students. Results: As for the scores regarding students’ overall satisfaction with PBL, there was significant improvement in 2005 compared to 2002, but the scores decreased and no differences between the survey years noted after 2005. The students’ preference ratio for the once a week PBL sessions, tutor presence, synchronization of contents, and arrangement of PBL sessions and related lectures was 60%–80%, 50%–90%, 52%–96%, and 78%–93%, respectively. Conclusion: In order to increase students’ satisfaction with hybrid PBL and to improve the perception of it, firstly, it is necessary to arrange the date and the time of PBL sessions so that students can concentrate on PBL. Secondly, PBL cases should be selected and arranged to be well synchronized with the ongoing lectures. Finally, it is important to create a safe atmosphere so that students can engage actively in PBL sessions.

  3. Management strategies to improve job satisfaction of principals in primary schools / Khumalo M.G.

    OpenAIRE

    Khumalo, Mapula Gertrude.

    2012-01-01

    The aim of this study is to optimise aspects of job satisfaction in the work environment to improve the effectiveness of primary school principals. Job dissatisfaction seems to be a worldwide problem in the education sector, even in South Africa a number of researches were conducted on job satisfaction. In this research the focus is on the following research questions: What is the nature of job satisfaction? Which factors contribute to the job satisfaction/dissatisfaction of primary school...

  4. Cognitive Dissonance Reduction as Constraint Satisfaction.

    Science.gov (United States)

    Shultz, Thomas R.; Lepper, Mark R.

    1996-01-01

    It is argued that the reduction of cognitive dissonance can be viewed as a constraint satisfaction problem, and a computational model of the process of consonance seeking is proposed. Simulations from this model matched psychological findings from the insufficient justification and free-choice paradigms of cognitive dissonance theory. (SLD)

  5. Satisfaction with the decision to participate in cancer clinical trials is high, but understanding is a problem.

    Science.gov (United States)

    Jefford, M; Mileshkin, L; Matthews, J; Raunow, H; O'Kane, C; Cavicchiolo, T; Brasier, H; Anderson, M; Reynolds, J

    2011-03-01

    Partially presented in poster format at the 40th and 41st Annual Meetings of the American Society of Clinical Oncology, held in 2004 in New Orleans, Louisiana and in 2005 in Orlando, Florida. We aimed to: (a) assess patient knowledge about cancer clinical trials (CCT) and satisfaction with their decision to participate, (b) determine whether satisfaction correlates with objective understanding, or other factors, and (c) identify correlates of increased understanding. A convenience sample of 100 patients were recruited. Instruments assessed quality of informed consent (QuIC), quality of life (EORTC QLQ C-30), anxiety and depression (HADS), and preferences for information and involvement in decision making. Measures were completed within 2 weeks of clinical trial enrollment. One hundred two patients (68 male) with a median age of 58.4 years (29-85) were registered in 27 of the 33 therapeutic cancer clinical trials approved for the Consent Study. Mean QuIC objective knowledge (QuIC-A) was 77.6 (/100) (95% CI, 75.7-79.4) and perceived (subjective) understanding (QuIC-B) 91.5 (95% CI, 89.6-93.3). There was low but significant correlation between QuIC-A and B (R = 0.26, p = 0.008). Satisfaction was very high. Correlation between QuIC-B and satisfaction was moderate (0.430, p < 0.001). QuIC-B, but not QuIC-A was associated with QOL scores. Preferences regarding participation in decision making and whether these preferences were achieved did not impact upon knowledge, understanding or satisfaction. Patient knowledge regarding CCT is similar to published US data, and satisfaction is high. Satisfaction correlates with perceived but not objective understanding of CCT. Strategies to further improve the consent process need to be developed.

  6. A case of spongiform polioencephalomyelopathy in a cat with a history of behavioural problems

    Directory of Open Access Journals (Sweden)

    Tomàs Camps

    2015-08-01

    Full Text Available A 7-month-old, entire female, domestic shorthair cat was referred to our behavioural service owing to soiling in the house and a play-related problem. The owners’ complaints were that the cat had never used the litter tray, and it did not know how to play. After reviewing the behavioural history, a problem of substrate preferences acquisition was suspected with regard to the elimination problem. During the consultation, the physical examination was unremarkable, but the neurological examination revealed a moderate and hypermetric ataxic gait, and a bilateral lack of menace response. Some degree of visual impairment was suspected. The problem was located in the central nervous system (CNS; specifically, an intracranial and multifocal problem was diagnosed. After a complete work-up (complete ophthalmological examination, complete blood count and a complete biochemistry panel, feline immunodeficiency virus/feline leukaemia virus test, thorax radiographs, abdominal ultrasound, brain magnetic resonance imaging [0.2 T], cerebrospinal fluid analysis and a urinary metabolic screen test, a degenerative CNS problem was suspected. No treatment was prescribed for the neurological problem. Regarding the problem of soiling in the house, reward-based training with a clicker was used, and the cat partially improved in a few weeks. Three months later, the cat was referred to the neurology service in status epilepticus. A symptomatic treatment was prescribed, with a mild response. After 2 years of treatment and a progressive worsening, the cat was euthanased. Necropsy revealed spongiform polioencephalomyelopathy. In order to rule out prion aetiology a PrPsc inmunohistochemistry assay was performed, and the results were negative. Congenital spongiform polioencephalomyelopathy (CSP was diagnosed. We strongly suggest that the cat’s behavioural clinical signs were caused by the CSP, causing learning impairment. To the best of our knowledge, this would be the

  7. Job Satisfaction Level of ICT Coordinators: The case of Hatay Province

    Directory of Open Access Journals (Sweden)

    Hamide Şahinkayası

    2013-12-01

    Full Text Available The purpose of this study was to investigate the ICT Coordinators' (BİTEFOs’ level of job satisfaction and to propose a frame of job description and working principles for these coordinators. Population of this study consisted of all BİTEFOs working in the city of Hatay. Analyses of the data showed that BİTEFOs’ job satisfaction level was at medium level. From the sub dimensions of the scale, the lowest job satisfaction level was observed in private life, whereas the highest one was success-motivation. From the particular factors influencing their job satisfaction level, the ambiguity and oldness of the BİTEFO’s job description and working principles seem to be the reasons of low job satisfaction level. Because of that, a new frame of BİTEFO job definition and working principles was offered to remove the determined problems based on job satisfaction level

  8. Nurses' Job satisfaction: an Italian study.

    Science.gov (United States)

    Sansoni, J; De Caro, W; Marucci, A R; Sorrentino, M; Mayner, L; Lancia, L

    2016-01-01

    The aim of the work presented was to assess job satisfaction of a number of nurses from different departments working in public hospitals in Italy. The assessment was carried out through the combined use of questionnaires, which measured different aspects of job satisfaction, such as coping abilities, stress level and optimism/pessimism. The literature supports the fact that nurses' job dissatisfaction is closely connected with high levels of stress, burnout and physical and mental exhaustion, together with high workload levels and the complexity of care. The growing interest in measuring the levels of nurses' job satisfaction is attributable to a number of problems that have been raised worldwide, two of which are becoming ever so important: turnover and shortage of nurses. The research question is: Which are the main motivating factors of Italian nurses' job satisfaction/dissatisfaction? The study used a convenience (non probability) sample of 1,304 nurses from 15 different wards working in Italian public hospitals from a number of cities in northern, central and southern Italy. The survey instrument was a questionnaire consisting of 205 items which included 5 different questionnaires combined together. The results show a low level of job satisfaction (IWS= 11.5, JSS=126.4). However, the participants were overall happy about their job and considered autonomy and salary important factors for job satisfaction. Research has shown that the nurses' level of satisfaction in Italian hospitals is low. The results revealed dissatisfaction with task requirements, organizational policies and advance in career. Nurses interviewed did not feel stressed and showed to be optimistic overall. New research on the subject should be conducted by focusing on ward differences, North and South of Italy and on gender differences.

  9. The Relationship Between Quality of Life With Marital Satisfaction in Nurses in Social Security Hospital in Zahedan.

    Science.gov (United States)

    Gharibi, Maliheh; Sanagouymoharer, Gholamreza; Yaghoubinia, Fariba

    2015-06-25

    Marital satisfaction is one of the most important determinative factors of healthy function in family and can be affected by some factors. This study was conducted aimed to determine the relationship between quality of life and marital satisfaction in nurses in Social Security hospital in Zahedan. In this descriptive and correlational study, the population was the all of the nurses in various wards in Social Security hospital in Zahedan. The sample size was 103 and data collection was done through quality of life questionnaire (War and Sherborn) and Enrich Marital Satisfaction Scale. Data analysis was done through SPSS15 and using pearsons' correlation coefficient and stepwise regression. The aspects of physical functioning, role limitations due to physical health problems, role limitation due to emotional problems had a significant positive correlation and the bodily pain had a significant reverse correlation with aspects of marital satisfaction. The aspects of role limitations due to physical health problems and bodily pain were predictors of marital satisfaction. The results of study demonstrated the importance of pay attention to family issues and marital satisfaction and in this regard, the promotion of all aspects of quality of life is essential.

  10. Marketing health care to employees: the structure of employee health care plan satisfaction.

    Science.gov (United States)

    Mascarenhas, O A

    1993-01-01

    Providing cost-contained comprehensive quality health care to maintain healthy and productive employees is a challenging problem for all employers. Using a representative panel of metropolitan employees, the author investigates the internal and external structure of employee satisfaction with company-sponsored health care plans. Employee satisfaction is differentiated into four meaningful groups of health care benefits, whereas its external structure is supported by the traditional satisfaction paradigms of expectation-disconfirmation, attribution, and equity. Despite negative disconfirmation, employees register sufficiently high health care satisfaction levels, which suggests some useful strategies that employers may consider implementing.

  11. The Telehealth Satisfaction Scale (TeSS): Reliability, validity, and satisfaction with telehealth in a rural memory clinic population

    Science.gov (United States)

    Morgan, Debra G; Kosteniuk, Julie; Stewart, Norma; O’Connell, Megan E; Karunanyake, Chandima; Beever, Rob

    2015-01-01

    Introduction Patient satisfaction is a key aspect of quality of care and can inform continuous quality improvement. Of the few studies that have reported on patient satisfaction with telehealth in programs aimed at individuals with memory problems, none has reported on the psychometric properties of the user satisfaction scales employed. Methods We evaluated the construct validity and internal consistency reliability of the Telehealth Satisfaction Scale (TeSS), a 10-item scale adapted for use in a Rural and Remote Memory Clinic (RRMC). The RRMC is a one-stop interprofessional clinic for rural and remote seniors with suspected dementia, located in a tertiary care hospital. Telehealth videoconferencing is used for pre-clinic assessment and for follow-up. Patients and caregivers completed the TeSS after each telehealth appointment. With data from 223 patients, exploratory factor analysis was conducted using the principal components analysis extraction method. Results The eigenvalue for the first factor (5.2) was greater than 1 and much larger than the second eigenvalue (.92), supporting a one-factor solution that was confirmed by the scree plot. The total variance explained by factor 1 was 52.1%. Factor loadings (range 0.54 – 0.84) were above recommended cutoffs. The TeSS items demonstrated high internal consistency reliability (Cronbach’s alpha = 0.90). Satisfaction scores on the TeSS items ranged from 3.43 to 3.72 on a 4-point Likert scale, indicating high satisfaction with telehealth. Conclusions The study findings demonstrate high user satisfaction with telehealth in a rural memory clinic, and sound psychometric properties of the TeSS in this population. PMID:25272141

  12. Job satisfaction among hospital nurses revisited: a systematic review.

    Science.gov (United States)

    Lu, Hong; Barriball, K Louise; Zhang, Xian; While, Alison E

    2012-08-01

    The current nursing shortage and high turnover is of great concern in many countries because of its impact upon the efficiency and effectiveness of any healthcare delivery system. Recruitment and retention of nurses are persistent problems associated with job satisfaction. To update review paper published in 2005. This paper analyses 100 papers relating to job satisfaction among hospital nurses derived from systematic searches of seven databases covering English and Chinese language publications 1966-2011 (updating the original paper with 46 additional studies published 2004-2011). Despite varying levels of job satisfaction across studies, sources and effects of job satisfaction were similar. Hospital nurse job satisfaction is closely related to working conditions and the organizational environment, job stress, role conflict and ambiguity, role perception and role content, organizational and professional commitment. More research is required to understand the relative importance of the many identified factors relating to job satisfaction of hospital nurses. It is argued that the absence of a robust causal model reflecting moderators or moderator is undermining the development of interventions to improve nurse retention. Copyright © 2011 Elsevier Ltd. All rights reserved.

  13. Initial Investigation into the Potential of CSP Industrial Process Heat for the Southwest United States

    Energy Technology Data Exchange (ETDEWEB)

    Kurup, Parthiv [National Renewable Energy Lab. (NREL), Golden, CO (United States); Turchi, Craig [National Renewable Energy Lab. (NREL), Golden, CO (United States)

    2015-11-01

    After significant interest in the 1970s, but relatively few deployments, the use of solar technologies for thermal applications, including enhanced oil recovery (EOR), desalination, and industrial process heat (IPH), is again receiving global interest. In particular, the European Union (EU) has been a leader in the use, development, deployment, and tracking of Solar Industrial Process Heat (SIPH) plants. The objective of this study is to ascertain U.S. market potential of IPH for concentrating collector technologies that have been developed and promoted through the U.S. Department of Energy's Concentrating Solar Power (CSP) Program. For this study, the solar-thermal collector technologies of interest are parabolic trough collectors (PTCs) and linear Fresnel (LF) systems.

  14. Conflict Resolution in Chinese Adolescents' Friendship: Links with Regulatory Focus and Friendship Satisfaction.

    Science.gov (United States)

    Gao, Qin; Bian, Ran; Liu, Ru-de; He, Yili; Oei, Tian-Po

    2017-04-03

    It is generally acknowledged that people adopt different resolution strategies when facing conflicts with others. However, the mechanisms of conflict resolution are still unclear and under researched, in particular within the context of Chinese adolescents' same-sex friendship relations. Thus, the present study investigated the mediator role of conflict resolution strategies in the relationship between regulatory foci and friendship satisfaction for the first time. 653 Chinese adolescents completed the regulatory foci, conflict resolution style, and friendship satisfaction measures. The results of the structure equation modeling showed that while promotion focus was positively associated with problem-solving and compliance, prevention focus was positively associated with withdrawal and conflict engagement. In addition, problem-solving mediated the relationship between promotion focus and friendship satisfaction, and conflict engagement mediated the relationship between prevention focus and friendship satisfaction. These findings contribute to understanding Chinese adolescents' use of conflict resolution strategies as well as the relationship between regulatory foci and behavioral strategies in negative situations.

  15. Prediction of Marital Satisfaction based on Coping Skills and Time Perspective

    Directory of Open Access Journals (Sweden)

    سپیده حق شناس

    2018-03-01

    Full Text Available The purpose of this study was to predict marital satisfaction based on coping skills and time perspective. The research method was correlation and the statistical population composed of couples living in the 2nddistrict of Tehran. By convenience sampling method, 250 individuals were selected and were asked to complete the ENRICH Marital Satisfaction Scale, the Lazarus & Folkman’s Coping Styles Questionnaire and the Zimbardo’s Time Perspective Inventory. The results showed that 12.5% of variance of marital satisfa-ction can be explained by the time perspective and the use of coping strategies in couples. The findings also indicated that there was a negative association between emotional coping strategies and marital satisfaction; while, there was no significant relationship between problem-oriented strategies and marital satisfaction. In examining the relationship between views of time and marital satisfaction, the results indicated that there was a negative significant relationship between marital satisfaction with past negative view of time, present hedonistic and believing in present fatalistic. According to the results of t-test for gender differences, there was no significant difference between men and women in marital satisfaction, using coping strategies and time views.

  16. Relationship of Life Satisfaction and Job Satisfaction among Pakistani Army Soldiers

    OpenAIRE

    Summaira Naz

    2015-01-01

    The present study had two main objectives; first, to discover the relationships between job satisfaction and life satisfaction in Pakistani army soldiers, second, to find out the age, salary, marital status, and education differences on job satisfaction and life satisfaction in Pakistani army soldiers. In the present study two questionnaires; Job Satisfaction Scale JSS (Macdonald & Maclntyre, 1997) and Satisfaction With Life Scale (Diener, ...

  17. The relationship between job satisfaction and health: a meta-analysis.

    Science.gov (United States)

    Faragher, E B; Cass, M; Cooper, C L

    2005-02-01

    A vast number of published studies have suggested a link between job satisfaction levels and health. The sizes of the relationships reported vary widely. Narrative overviews of this relationship have been published, but no systematic meta-analysis review has been conducted. A systematic review and meta-analysis of 485 studies with a combined sample size of 267 995 individuals was conducted, evaluating the research evidence linking self-report measures of job satisfaction to measures of physical and mental wellbeing. The overall correlation combined across all health measures was r = 0.312 (0.370 after Schmidt-Hunter adjustment). Job satisfaction was most strongly associated with mental/psychological problems; strongest relationships were found for burnout (corrected r = 0.478), self-esteem(r = 0.429), depression (r = 0.428), and anxiety(r = 0.420). The correlation with subjective physical illness was more modest (r = 0.287). Correlations in excess of 0.3 are rare in this context. The relationships found suggest that job satisfaction level is an important factor influencing the health of workers. Organisations should include the development of stress management policies to identify and eradicate work practices that cause most job dissatisfaction as part of any exercise aimed at improving employee health. Occupational health clinicians should consider counselling employees diagnosed as having psychological problems to critically evaluate their work-and help them to explore ways of gaining greater satisfaction from this important aspect of their life.

  18. Satisfaction with life and food-related life in Ecuadorian older adults.

    Science.gov (United States)

    Schnettler, Berta; Lobos, Germán; Lapo, María Del Carmen; Adasme-Berríos, Cristian; Hueche, Clementina

    2017-02-01

    To distinguish typologies of seniors according to their levels of satisfaction with life and food-related life, and to characterize them according to the importance assigned to family, health-related aspects, eating habits, nutritional status and sociodemographic characteristics. A survey was administered to a non-probabilistic sample of 817 seniors aged 60 years and over, of both genders, resident in urban and rural zones of the province of Guayas, Ecuador. The instrument included: Satisfaction with Life Scale (SWLS), Satisfaction with Food-related Life (SWFL), the Health-related Quality of Life Index (HRQOL-4) and the Family Importance Scale (FIS). Eating habits, sociodemographic variables, approximate weight and height were asked about. A cluster analysis was used to distinguish three typologies that differed significantly in the scores on the SWLS, SWFL, FIS, number of days with mental health problems, self-perception of health status, body mass index, eating habits and zone of residence. Two typologies presented high levels of satisfaction with life and food-related life, although the variables associated with overall well-being and in the food domain were different in each typology. The results suggest that high levels of satisfaction with life and food-related life in Ecuadorian seniors are associated with both healthful eating habits and having lunch in company, fewer mental health problems and greater importance assigned to family.

  19. Health, family strains, dependency, and life satisfaction of older adults.

    Science.gov (United States)

    Chokkanathan, Srinivasan; Mohanty, Jayashree

    2017-07-01

    Using stress process theory and structural equation modelling, this study investigated the complex relationship between health status, family strain, dependency, and the life satisfaction of rural older adults with reported functional impairments in India. Data were extracted from a large-scale study of 903 randomly selected adults aged 61 years and older from 30 rural clusters of India. The sample for this study was confined to 653 older adults who reported functional impairments. Structural equation modelling showed that poor health status indirectly lowered the life satisfaction of older adults through family strains. Moreover, poor health status also indirectly influenced life satisfaction through dependency and family strain (poor health→dependency→family strains→life satisfaction). The findings indicate that for professionals who deal with the health of older adults, exploring relationship strains and dependency is vital to the assessment and intervention of subjective wellbeing. Inter-sectoral coordination and communication between healthcare and social service agencies might facilitate effective management of health problems among older adults. Moreover, taking family strains and dependency into account when caring for older adults with health problems is critical to help improve their quality of life and maintain their wellbeing. Copyright © 2017 Elsevier B.V. All rights reserved.

  20. CASE-BASED PRODUCT CONFIGURATION AND REUSE IN MASS CUSTOMIZATION

    Institute of Scientific and Technical Information of China (English)

    Wang Shiwei; Tan Jianrong; Zhang Shuyou; Wang Xin; He Chenqi

    2004-01-01

    The increasing complexity and size of configuration knowledge bases requires the provision of advanced methods supporting the development of the actual configuration process and design reuse.A new framework to find a feasible and practical product configuration method is presented in mass customization.The basic idea of the approach is to integrate case-based reasoning (CBR) with a constraint satisfaction problem(CSP).The similarity measure between a crisp and range is also given,which is common in case retrieves.Based on the configuration model,a product platform and customer needs,case adaptation is carried out with the repair-based algorithm.Lastly,the methodology in the elevator configuration design domain is tested.

  1. Survey of pay satisfaction, job satisfaction and employee turnover in ...

    African Journals Online (AJOL)

    Survey of pay satisfaction, job satisfaction and employee turnover in selected business organisations in Lagos, Nigeria. ... Global Journal of Social Sciences ... The study was an attempt at investigating the relatedness of pay satisfaction, job satisfaction and employee turnover in business organizations in Lagos Nigeria.

  2. Solar Thermoelectricity via Advanced Latent Heat Storage: A Cost-Effective Small-Scale CSP Application

    Energy Technology Data Exchange (ETDEWEB)

    Glatzmaier, Greg C.; Rea, J.; Olsen, Michele L.; Oshman, C.; Hardin, C.; Alleman, Jeff; Sharp, J.; Weigand, R.; Campo, D.; Hoeschele, G.; Parilla, Philip A.; Siegel, N. P.; Toberer, Eric S.; Ginley, David S.

    2017-06-27

    We are developing a novel concentrating solar electricity-generating technology that is both modular and dispatchable. Solar ThermoElectricity via Advanced Latent heat Storage (STEALS) uses concentrated solar flux to generate high-temperature thermal energy, which directly converts to electricity via thermoelectric generators (TEGs), stored within a phase-change material (PCM) for electricity generation at a later time, or both allowing for simultaneous charging of the PCM and electricity generation. STEALS has inherent features that drive its cost-competitive scale to be much smaller than current commercial concentrating solar power (CSP) plants. Most obvious is modularity of the solid-state TEG, which favors smaller scales in the kilowatt range as compared to CSP steam turbines, which are minimally 50 MWe for commercial power plants. Here, we present techno-economic and market analyses that show STEALS can be a cost-effective electricity-generating technology with particular appeal to small-scale microgrid applications. We evaluated levelized cost of energy (LCOE) for STEALS and for a comparable photovoltaic (PV) system with battery storage. For STEALS, we estimated capital costs and the LCOE as functions of the type of PCM including the use of recycled aluminum alloys, and evaluated the cost tradeoffs between plasma spray coatings and solution-based boron coatings that are applied to the wetted surfaces of the PCM subsystem. We developed a probabilistic cost model that accounts for uncertainties in the cost and performance inputs to the LCOE estimation. Our probabilistic model estimated LCOE for a 100-kWe STEALS system that had 5 hours of thermal storage and 8-10 hours of total daily power generation. For these cases, the solar multiple for the heliostat field varied between 1.12 and 1.5. We identified microgrids as a likely market for the STEALS system. We characterized microgrid markets in terms of nominal power, dispatchability, geographic location, and

  3. Solar thermoelectricity via advanced latent heat storage: A cost-effective small-scale CSP application

    Science.gov (United States)

    Glatzmaier, G. C.; Rea, J.; Olsen, M. L.; Oshman, C.; Hardin, C.; Alleman, J.; Sharp, J.; Weigand, R.; Campo, D.; Hoeschele, G.; Parilla, P. A.; Siegel, N. P.; Toberer, E. S.; Ginley, D. S.

    2017-06-01

    We are developing a novel concentrating solar electricity-generating technology that is both modular and dispatchable. Solar ThermoElectricity via Advanced Latent heat Storage (STEALS) uses concentrated solar flux to generate high-temperature thermal energy, which directly converts to electricity via thermoelectric generators (TEGs), stored within a phase-change material (PCM) for electricity generation at a later time, or both allowing for simultaneous charging of the PCM and electricity generation. STEALS has inherent features that drive its cost-competitive scale to be much smaller than current commercial concentrating solar power (CSP) plants. Most obvious is modularity of the solid-state TEG, which favors smaller scales in the kilowatt range as compared to CSP steam turbines, which are minimally 50 MWe for commercial power plants. Here, we present techno-economic and market analyses that show STEALS can be a cost-effective electricity-generating technology with particular appeal to small-scale microgrid applications. We evaluated levelized cost of energy (LCOE) for STEALS and for a comparable photovoltaic (PV) system with battery storage. For STEALS, we estimated capital costs and the LCOE as functions of the type of PCM including the use of recycled aluminum alloys, and evaluated the cost tradeoffs between plasma spray coatings and solution-based boron coatings that are applied to the wetted surfaces of the PCM subsystem. We developed a probabilistic cost model that accounts for uncertainties in the cost and performance inputs to the LCOE estimation. Our probabilistic model estimated LCOE for a 100-kWe STEALS system that had 5 hours of thermal storage and 8-10 hours of total daily power generation. For these cases, the solar multiple for the heliostat field varied between 1.12 and 1.5. We identified microgrids as a likely market for the STEALS system. We characterized microgrid markets in terms of nominal power, dispatchability, geographic location, and

  4. Role Overload, Job Satisfaction, Leisure Satisfaction, and Psychological Health among Employed Women

    Science.gov (United States)

    Pearson, Quinn M.

    2008-01-01

    Role overload, job satisfaction, leisure satisfaction, and psychological health were measured for 155 women who were employed full time. Role overload was negatively correlated with psychological health, job satisfaction, and leisure satisfaction. Job satisfaction and leisure satisfaction were positively correlated with psychological health.…

  5. The Key Components of Job Satisfaction in Malaysian Water Utility Industry

    OpenAIRE

    Khalizani Khalid; Hanisah M. Salim; Siew-Phaik Loke; Khalisanni Khalid

    2011-01-01

    Problem statement: This study aimed to examine the impacts of employees rewards and employees motivation on employees job satisfaction between public and private water utility organization in Malaysia. Approach: A total of 689 employees from both sectors participated. While hierarchical regression analysis was conducted to test the relationship between employees rewards, employees motivation and employees job satisfaction, gap analysis was utilized to determine the si...

  6. Patient satisfaction

    Directory of Open Access Journals (Sweden)

    Bhanu Prakash

    2010-01-01

    Full Text Available Patient satisfaction is an important and commonly used indicator for measuring the quality in health care. Patient satisfaction affects clinical outcomes, patient retention, and medical malpractice claims. It affects the timely, efficient, and patient-centered delivery of quality health care. Patient satisfaction is thus a proxy but a very effective indicator to measure the success of doctors and hospitals. This article discusses as to how to ensure patient satisfaction in dermatological practice.

  7. Patient satisfaction.

    Science.gov (United States)

    Prakash, Bhanu

    2010-09-01

    Patient satisfaction is an important and commonly used indicator for measuring the quality in health care. Patient satisfaction affects clinical outcomes, patient retention, and medical malpractice claims. It affects the timely, efficient, and patient-centered delivery of quality health care. Patient satisfaction is thus a proxy but a very effective indicator to measure the success of doctors and hospitals. This article discusses as to how to ensure patient satisfaction in dermatological practice.

  8. Nurse Leadership Style, Nurse Satisfaction, and Patient Satisfaction: A Systematic Review.

    Science.gov (United States)

    McCay, Rebecca; Lyles, Annmarie A; Larkey, Linda

    2017-12-20

    The purpose of this systematic review was to synthesize current evidence on nursing leadership styles, nurse satisfaction, and patient satisfaction. Results suggest that relational leadership traits contribute to greater nurse satisfaction whereas task-oriented styles may decrease nurse satisfaction. Minimal information for the connection between nursing leadership and patient satisfaction was found.

  9. Healthcare workers satisfaction and patient satisfaction – where is the linkage?

    OpenAIRE

    Janicijevic, I; Seke, K; Djokovic, A; Filipovic, T

    2013-01-01

    Background: This study aims to assess at what level healthcare worker satisfaction affects patient satisfaction, as well as which elements of healthcare worker satisfaction affect health service quality and patient satisfaction.

  10. Men with Sexual Problems and Their Partners: Findings from the International Survey of Relationships.

    Science.gov (United States)

    Rosen, Raymond C; Heiman, Julia R; Long, J Scott; Fisher, William A; Sand, Michael S

    2016-01-01

    Epidemiologic studies of sexual function problems in men have focused on the individual male and related sociodemographic characteristics, individual risk factors and lifestyle concomitants, or medical comorbidities. Insufficient attention has been given to the role of sexual and relationship satisfaction and, more particularly, to the perspective of the couple as causes or correlates of sexual problems in men or women. Previously, we reported results of the first large, multi-national study of sexual satisfaction and relationship happiness in 1,009 midlife and older couples in five countries (Brazil, Germany, Japan, Spain, U.S.). For the present study, we examined, within each problem, the association of four major sexual problems in men (loss of sexual desire, erectile problems, premature ejaculation, delayed/absent orgasm) and multiple problems, with male and female partners' assessments of physical intimacy, sexual satisfaction, and relationship happiness, as well as associations with well-known health and psychosocial correlates of sexual problems in men. Sexual problem rates of men in our survey were generally similar to rates observed in past surveys in the general population, and similar risk factors (age, relationship duration, overall health) were associated with lack of desire, anorgasmia, or erection difficulties in our sample. As in previous surveys, there were few correlates of premature ejaculation. As predicted, men with one or more sexual problems reported decreased relationship happiness as well as decreased sexual satisfaction compared to men without sexual problems. Moreover, female partners of men with sexual problems had reduced relationship happiness and sexual satisfaction, although these latter outcomes were less affected in the women than the men. The association of men's sexual problems with men's and women's satisfaction and relationship happiness were modest, as these couples in long-term, committed relationships were notable for their

  11. Job satisfaction

    OpenAIRE

    PODROUŽKOVÁ, Lucie

    2013-01-01

    Bachelor thesis deals with job satisfaction. It is often given to a context with the attitude to work which is very much connected to job satisfaction. Thesis summarises all the pieces of information about job satisfacion, factors that affect it negatively and positively, interconnection of work satisfaction and work motivation, work behaviour and performance of workers, relationship of a man and work and at last general job satisfaction and its individual aspects. In the thesis I shortly pay...

  12. Registered nurse job satisfaction and satisfaction with the professional practice model.

    Science.gov (United States)

    McGlynn, Karen; Griffin, Mary Quinn; Donahue, Moreen; Fitzpatrick, Joyce J

    2012-03-01

    This paper describes the initial assessment of job satisfaction and satisfaction with the professional practice environment of registered nurses working on units where a professional practice model was implemented and the relationship between these two variables. The nursing shortage has been linked to overall job satisfaction and specifically to nurses' satisfaction with the professional practice environment. Initiatives to increase retention and recruitment and decrease turnover have been linked to work satisfaction among nurses. A descriptive, cross-sectional design was used with participants (N = 101) from four patient care units; this represented a 55% response rate. The nurses were moderately satisfied with the professional practice environment but had overall low job satisfaction. There was a significant negative relationship between overall work satisfaction and satisfaction with the professional practice environment (P job satisfaction that were not being met. Thus, the nurses may have become more knowledgeable about the potential needs in these areas. Nurse managers and leaders must recognize that job satisfaction consists of many dimensions, and each of these dimensions is important to nurse retention. Implementation of a professional practice model may heighten awareness of the missing components within a practice environment and lead to decreased overall satisfaction. A broader understanding of characteristics associated with increased satisfaction may aid in development of organizational change necessary to retain and attract nurses. © 2012 Blackwell Publishing Ltd.

  13. Construct of Dialysis Employee Satisfaction: Acquiring Satisfaction Factors and Their Contributions.

    Science.gov (United States)

    Gu, Xiuzhu; Itoh, Kenji

    2015-10-01

    We developed a construct of dialysis employees' satisfaction as an assessment framework and identified the crucial factors that contribute to overall job satisfaction. We also seek to capture some important characteristics of dialysis professionals' job satisfaction/dissatisfaction in Japan. A questionnaire was developed, including 35 facet-specific job-related satisfaction and 10 general satisfaction items in closed-ended questions. A questionnaire-based survey was conducted between August and October 2013. A total of 799 valid responses (87% of response rate) were collected from 46 physicians, 470 nurses and 251 technologists in the dialysis department of 43 facilities in Japan. Five satisfaction factors were derived by applying principal component analysis with 61% of cumulative variance accounted for. Physicians, nurses and technologists in the dialysis department shared a similar trend of job satisfaction that they were more satisfied with leadership, and communication and teamwork among the five factors, whereas their satisfaction level was relatively low with salary and welfare conditions. Physicians expressed the strongest satisfaction with any factor while nurses were the least satisfied. Nurses' and technologists' overall job satisfaction was mostly determined by satisfaction with self-actualization, and work demands and workload. A five-factor construct of dialysis employee satisfaction was identified. Overall job satisfaction of dialysis nurses and technologists were not overly high in Japan, and this seems to be caused by their relatively low satisfaction with self-actualization and with work demands and workload. Therefore, it is suggested that their work conditions and environment must be improved to support their self-actualization and to reduce their workload. © 2015 The Authors. Therapeutic Apheresis and Dialysis © 2015 International Society for Apheresis.

  14. Attention-Deficit/Hyperactivity Disorder Symptoms and Life Satisfaction in a Representative Adolescent and Adult Sample.

    Science.gov (United States)

    Hennig, Timo; Koglin, Ute; Schmidt, Sören; Petermann, Franz; Brähler, Elmar

    2017-09-01

    Although it is well documented that attention-deficit/hyperactivity disorder (ADHD) is associated with reduced life satisfaction, the mechanisms that might explain this co-occurrence are unclear. We examined the correlation of ADHD symptoms with life satisfaction and whether this association is mediated by (lacking) social support and depressive symptoms. Self-reported ADHD symptoms, life satisfaction, social support, and depressive symptoms were assessed in a representative, predominantly adult sample from the general population (14-91 years, N = 2517). Attention-deficit/hyperactivity disorder symptoms correlated negatively with life satisfaction (r = -0.41, p life satisfaction. Counteracting problems with social relationships and treating depressive symptoms may help to increase life satisfaction in adults with ADHD symptoms.

  15. Perceived social support and life satisfaction in persons with somatization disorder

    Directory of Open Access Journals (Sweden)

    Arif Ali

    2010-01-01

    Full Text Available Background: Life satisfaction and perceived social support been shown to improve the well-being of a person and also affect the outcome of treatment in somatization disorder. The phenomenon of somatization was explored in relation to the perceived social support and life satisfaction. Aim: This study aimed at investigating perceived social support and life satisfaction in people with somatization disorder. Materials and Methods: The study was conducted on persons having somatization disorder attending the outpatient unit of LGB Regional Institute of Mental Health, Tezpur, Assam. Satisfaction with life scale and multidimensional scale of perceived social support were used to assess life satisfaction and perceived social support respectively. Results: Women reported more somatic symptoms than men. Family perceived social support was high in the patient in comparison to significant others′ perceived social support and friends′ perceived social support. Perceived social support showed that a significant positive correlation was found with life satisfaction. Conclusion: Poor social support and low life satisfaction might be a stress response with regard to increased distress severity and psychosocial stressors rather than a cultural response to express psychological problems in somatic terms.

  16. The effect of perceived health status on patient satisfaction.

    Science.gov (United States)

    Xiao, Hong; Barber, Janet P

    2008-01-01

    To examine the effect of perceived health status on three components of patient satisfaction. The Household Component of the 1999 Medical Expenditure Panel Survey for people 35-64 years of age was used to examine the effect of perceived health status on patient satisfaction measured in terms of access to care, provider quality and quality of care. Descriptive statistics and multivariate regression were used to describe the subjects and to examine the relationship between patient satisfaction and perceived health status controlling for patient demographic factors, health factors and provider characteristics. All analyses used STATA 8.0 which is designed to analyze weighted data. A total of 4,417 patients (71% women) met the inclusion criteria for the study. Patients who rated their health excellent or good scored higher on the three dimensions of patient satisfaction. Higher scores on one or more components of patient satisfaction were associated with being older, married, better educated and having higher income, health insurance and good mental health. Seeing the health-care provider for an old problem resulted in lower levels of patient satisfaction. Provider characteristics significantly related to patient satisfaction were listening to the patient, being a specialist, seeing patients in an office setting and being located in the South. This study has shown that patient satisfaction is influenced by a person's self-perceived health status and other personal characteristics that are external to the delivery of health care. These findings suggest that patient satisfaction data should be used judiciously because a significant portion of the variation may be attributed to factors endogenous to the patient and therefore are not amenable to provider intervention.

  17. Statistical physics of hard optimization problems

    International Nuclear Information System (INIS)

    Zdeborova, L.

    2009-01-01

    Optimization is fundamental in many areas of science, from computer science and information theory to engineering and statistical physics, as well as to biology or social sciences. It typically involves a large number of variables and a cost function depending on these variables. Optimization problems in the non-deterministic polynomial (NP)-complete class are particularly difficult, it is believed that the number of operations required to minimize the cost function is in the most difficult cases exponential in the system size. However, even in an NP-complete problem the practically arising instances might, in fact, be easy to solve. The principal question we address in this article is: How to recognize if an NP-complete constraint satisfaction problem is typically hard and what are the main reasons for this? We adopt approaches from the statistical physics of disordered systems, in particular the cavity method developed originally to describe glassy systems. We describe new properties of the space of solutions in two of the most studied constraint satisfaction problems - random satisfy ability and random graph coloring. We suggest a relation between the existence of the so-called frozen variables and the algorithmic hardness of a problem. Based on these insights, we introduce a new class of problems which we named ”locked” constraint satisfaction, where the statistical description is easily solvable, but from the algorithmic point of view they are even more challenging than the canonical satisfy ability.

  18. Statistical physics of hard optimization problems

    International Nuclear Information System (INIS)

    Zdeborova, L.

    2009-01-01

    Optimization is fundamental in many areas of science, from computer science and information theory to engineering and statistical physics, as well as to biology or social sciences. It typically involves a large number of variables and a cost function depending on these variables. Optimization problems in the non-deterministic polynomial-complete class are particularly difficult, it is believed that the number of operations required to minimize the cost function is in the most difficult cases exponential in the system size. However, even in an non-deterministic polynomial-complete problem the practically arising instances might, in fact, be easy to solve. The principal the question we address in the article is: How to recognize if an non-deterministic polynomial-complete constraint satisfaction problem is typically hard and what are the main reasons for this? We adopt approaches from the statistical physics of disordered systems, in particular the cavity method developed originally to describe glassy systems. We describe new properties of the space of solutions in two of the most studied constraint satisfaction problems - random satisfiability and random graph coloring. We suggest a relation between the existence of the so-called frozen variables and the algorithmic hardness of a problem. Based on these insights, we introduce a new class of problems which we named 'locked' constraint satisfaction, where the statistical description is easily solvable, but from the algorithmic point of view they are even more challenging than the canonical satisfiability (Authors)

  19. Statistical physics of hard optimization problems

    Science.gov (United States)

    Zdeborová, Lenka

    2009-06-01

    Optimization is fundamental in many areas of science, from computer science and information theory to engineering and statistical physics, as well as to biology or social sciences. It typically involves a large number of variables and a cost function depending on these variables. Optimization problems in the non-deterministic polynomial (NP)-complete class are particularly difficult, it is believed that the number of operations required to minimize the cost function is in the most difficult cases exponential in the system size. However, even in an NP-complete problem the practically arising instances might, in fact, be easy to solve. The principal question we address in this article is: How to recognize if an NP-complete constraint satisfaction problem is typically hard and what are the main reasons for this? We adopt approaches from the statistical physics of disordered systems, in particular the cavity method developed originally to describe glassy systems. We describe new properties of the space of solutions in two of the most studied constraint satisfaction problems - random satisfiability and random graph coloring. We suggest a relation between the existence of the so-called frozen variables and the algorithmic hardness of a problem. Based on these insights, we introduce a new class of problems which we named "locked" constraint satisfaction, where the statistical description is easily solvable, but from the algorithmic point of view they are even more challenging than the canonical satisfiability.

  20. Effects of work participation, intergenerational transfers and savings on life satisfaction of older Malaysians.

    Science.gov (United States)

    Ng, Sor-Tho; Hamid, Tengku-Aizan

    2013-12-01

    To examine the effects of work participation, intergenerational transfers and savings on the life satisfaction of older community-dwelling Malaysians. Data from the 1999 Survey on Perceptions of Needs and Problems of the Elderly on people aged 60 and over were used. The life satisfaction score was constructed from 10 questions adopted from the Life Satisfaction Inventory-A by Neugarten, Havighurst and Tobin. Multiple regression analysis was used to estimate the expected level of life satisfaction. Controlling for other variables in the model, respondents who provided assistance to and received assistance from children with savings had significantly higher life satisfaction than their counterparts, while work participation did not have any significant effect on life satisfaction. Intergenerational transfers and savings are important predictors of life satisfaction. The interdependence between generations should remain and savings habits need to be cultivated to ensure a higher life satisfaction in old age. © 2012 The Authors. Australasian Journal on Ageing © 2012 ACOTA.

  1. Loneliness, self-esteem, and life satisfaction as predictors of Internet addiction: a cross-sectional study among Turkish university students.

    Science.gov (United States)

    Bozoglan, Bahadir; Demirer, Veysel; Sahin, Ismail

    2013-08-01

    This study investigated the relationship among loneliness, self-esteem, life satisfaction, and Internet addiction. Participants were 384 university students (114 males, 270 females) from 18 to 24 years old from the faculty of education in Turkey. The Internet Addiction, UCLA Loneliness, Self-esteem, and Life Satisfaction scales were distributed to about 1000 university students, and 38.4% completed the survey (see Appendix A and B). It was found that loneliness, self-esteem, and life satisfaction explained 38% of the total variance in Internet addiction. Loneliness was the most important variable associated with Internet addiction and its subscales. Loneliness and self-esteem together explained time-management problems and interpersonal and health problems while loneliness, self-esteem, and life satisfaction together explained only the interpersonal and health problems subscales. © 2013 The Authors. Scandinavian Journal of Psychology © 2013 The Scandinavian Psychological Associations.

  2. Hope and Life Satisfaction in Black College Students Coping with Race-Related Stress

    Science.gov (United States)

    Danoff-Burg, Sharon; Prelow, Hazel M.; Swenson, Rebecca R.

    2004-01-01

    This exploratory study examined the effects of hope and coping with race-related stress on life satisfaction in Black college students. Findings indicated that students with high hope had greater coping efficacy and used more problem-focused coping than students with low hope. Neither coping nor hope had a direct effect on life satisfaction.…

  3. Operational Efficiency And Customer Satisfaction of Restaurants: Basis For Business Operation Enhancement

    Directory of Open Access Journals (Sweden)

    Annie Gay Barlan-Espino

    2017-02-01

    Full Text Available Restaurants’ primary objective is to provide comfort and satisfaction to guest without compromising the operational efficiency of the business. This research aimed to determine the operational efficiency and customer satisfaction of restaurants as a basis for business operation enhancement. Specifically to determine the operational efficiency of the restaurant in terms of kitchen operations and dining operations and the level of customer satisfaction of the restaurant business in terms of: Product, Policies, People, Processes and Proactivity as well as the problems encountered by the restaurant in their operation and customer service. Descriptive research design was used with managers and customers as respondents of the study. It was concluded that majority of the restaurants are operating for more than a year with sufficient number of employees having enough seating capacity that accommodate large volume of customers. Restaurants are efficient on the aspect of kitchen and dining operations and sometimes encountered problems. Customers are satisfied in terms of 5 P’s. It was found out that there is no significant difference in the operational efficiency of restaurant when grouped according to profile variables. An action plan for continuous business operation enhancement on operational efficiency and customer satisfaction was proposed.

  4. Use of and Satisfaction with Ankle Foot Orthoses

    NARCIS (Netherlands)

    Joost van Hoof; Eveline Wouters; Yvonne van Zaalen; F.C. Holtkamp; M.J. Verkerk

    2015-01-01

    Objective: The aim of this study was to obtain insight in specific elements influencing the use, non-use, satisfaction, and dissatisfaction of ankle foot orthoses (AFOs) and the presence of underexposed problems with respect to AFOs. Methods: A questionnaire was composed to obtain information from

  5. Use of and satisfaction with ankle foot orthoses

    NARCIS (Netherlands)

    Holtkamp, F.C.; Wouters, E.J.M.; van Hoof, J.; van Zaalen, Y.; Verkerk, M.

    2015-01-01

    Objective: The aim of this study was to obtain insight in specific elements influencing the use, non-use, satisfaction, and dissatisfaction of ankle foot orthoses (AFOs) and the presence of underexposed problems with respect to AFOs. Methods: A questionnaire was composed to obtain information from

  6. Post-partum depression, anxiety and marital satisfaction: A ...

    African Journals Online (AJOL)

    2018-03-22

    Mar 22, 2018 ... 1Department of Psychology, ... The first weeks and months postpartum may be associated with emotional upheaval.2 The nursing ... partum depressive symptoms,14,15,16,17 and marital problems ... reported a significant positive association ... satisfaction, and the importance of mental health promotion.

  7. [Personal resources and nursing work: a research on coping strategies and job satisfaction].

    Science.gov (United States)

    Formentin, Silvia; Dallago, Lorenza; Negrisolo, Adriana

    2009-01-01

    The coping (ability to face a difficult situation), is an essential resource for nurses, because it increases the effective functioning in the working environment, job satisfaction and individual level of wellness. The aim of this study is to explore the relationship between coping strategies and job satisfaction. A self report questionnaire was administered to all the nurses working in health services and hospitals of Padua province and to free lance nurses members of the College of Nurses, to collect information on coping strategies and job satisfaction. 2264 questionnaires were returned (71%). Active coping strategies are adopted mainly from older nurses while avoiding strategies are prevalent among younger. An association was observed between job satisfaction and active coping strategies, aimed at problem solving: active strategies increase job satisfaction while avoiding strategies descrease it. Individual coping strategies implemented to face difficult situations are associated to job satisfaction.

  8. Basic psychological need satisfaction in leisure activities and adolescents' life satisfaction.

    Science.gov (United States)

    Leversen, Ingrid; Danielsen, Anne G; Birkeland, Marianne S; Samdal, Oddrun

    2012-12-01

    Participation in leisure activities is an important arena for the positive psychological development of adolescents. The present study set out to examine the relationship between adolescents' satisfaction of the psychological needs for competence, relatedness, and autonomy in their participation in leisure activities and their perceived life satisfaction. The aim was to identify the extent to which satisfaction of the three needs explained the relationship between participation in leisure activities and life satisfaction. These proposed mechanisms were based on previous empirical work and the theoretical frameworks of self-determination theory, and were tested in a nationally representative sample of Norwegian adolescents (N = 3,273) aged 15 and 16 years (51.8 % boys). The structural equation analysis showed that competence and relatedness satisfaction fully mediated the association between participation in activities and life satisfaction. Autonomy satisfaction had a direct positive effect on life satisfaction but did not show any mediation effect. The positive processes of psychological need satisfaction, and especially the need for competence and relatedness, experienced in the leisure activity domain thus seem to be beneficial for adolescents' well-being. These findings add to previous research investigating the positive impact of need satisfaction in other important domains in the lives of children and adolescents.

  9. IMPLEMENTING AN ISO 10001-BASED PROMISE IN INPATIENTS CARE

    Directory of Open Access Journals (Sweden)

    Mohammad Ashiqur Rahman Khan

    2013-09-01

    Full Text Available This paper presents the implementation of a Customer Satisfaction Promise (CSP that requires nurses to introduce themselves and explain the care plan to the patients of a hospital unit in Canada. The CSP implementation, maintenance and improvement activities were based on ISO 10001:2007. Qualitative and quantitative performance data were collected from nurses, the unit manager and patients, and improvement suggestions were made. During the implementation, nurses introduced themselves 95% of the time and explained the care plan 86% of the time. When interviewed, some nurses stated that the CSP was a good reinforcement of a practice already expected of them, which made patients happy, satisfied and more comfortable. Data from a small sample of patients was not adequate in clearly indicating the CSP's performance or improvement, but was useful in validating the survey and the feedback form. To our knowledge, applications of ISO 10001:2007 in health care have not been studied. Furthermore, this paper may be the first example of the integrated use of ISO 10001 and ISO 10002 in health care.

  10. Predictors of depression and life satisfaction in visually impaired people.

    Science.gov (United States)

    Kurtović, Ana; Ivančić, Helena

    2017-12-18

    preventing depression and promoting life satisfaction, and should be a part of rehabilitation practices. Implications for Rehabilitation Screening for depression and mental health problems should be a part of rehabilitation process. Changes in the perception of future outcomes should be monitored and addressed throughout rehabilitation process in order to boost realistic optimism and prevent discouragement and hopelessness. Frequent feedback and positive reinforcement about a persons' progress and ability should be given throughout rehabilitation process in order to promote positive view of oneself and prevent self-esteem problems. Visually impaired people should be encouraged to socialise outside of their families and participate in social activities. This can be integrated in rehabilitation process as a part of everyday homework.

  11. The Relationship between Satisfaction with Workplace Training and Overall Job Satisfaction

    Science.gov (United States)

    Schmidt, Steven W.

    2007-01-01

    Opportunities for training and development are paramount in decisions regarding employee career choices. Despite the importance, many research studies on job satisfaction do not address satisfaction with workplace training as an element of overall job satisfaction, and many job satisfaction survey instruments do not include a "satisfaction…

  12. Excerpts from the report: "BeyondTMY - Meteorological data sets for CSP/STE performance simulations"

    Science.gov (United States)

    Nielsen, Kristian Pagh; Vignola, Frank; Ramírez, Lourdes; Blanc, Philippe; Meyer, Richard; Blanco, Manuel

    2017-06-01

    In order to facilitate comprehensive economic modeling of CSP/STE power plants realistic long-term meteorological datasets with temporal resolution down to 1 minute is a main premise. Currently available standard datasets do not fulfil this premise. The datasets also need to combine the high quality of well-maintained ground-based irradiance measurements and the global coverage of satellite-derived data. Even with the best available data it is necessary to account for the uncertainty in this and the sampling uncertainty from finite time-series to enable the optimal statistical characterization. It is a general challenge that satellite-derived data lack the required temporal resolution, and also often does not cover periods with major volcanic eruptions. Here we see prospects in synthetically generated realistic datasets, although research and development work is required on how to optimally produce and quality assure these.

  13. Real time system design of motor imagery brain-computer interface based on multi band CSP and SVM

    Science.gov (United States)

    Zhao, Li; Li, Xiaoqin; Bian, Yan

    2018-04-01

    Motion imagery (MT) is an effective method to promote the recovery of limbs in patients after stroke. Though an online MT brain computer interface (BCT) system, which apply MT, can enhance the patient's participation and accelerate their recovery process. The traditional method deals with the electroencephalogram (EEG) induced by MT by common spatial pattern (CSP), which is used to extract information from a frequency band. Tn order to further improve the classification accuracy of the system, information of two characteristic frequency bands is extracted. The effectiveness of the proposed feature extraction method is verified by off-line analysis of competition data and the analysis of online system.

  14. Examining Relationships Among Well-being, Leisure Satisfaction, Life Satisfaction, and Happiness

    Directory of Open Access Journals (Sweden)

    Metin Argan

    2018-04-01

    Full Text Available Interaction between well-being and happiness has received an increasing interest worldwide due to its positive impact on people’s lives. The aim of this study was to propose a theoretical model to examine the relationships among wellbeing, leisure satisfaction, life satisfaction and happiness. The results from a survey of 1230 respondent in Turkey indicate that there were significant relationships among national well-being, personal well-being, leisure satisfaction, life satisfaction and happiness. The results support the hypothesized relationships, suggesting that well-being as antecedents, directly affecting leisure, life satisfaction and indirectly affecting happiness. Consistent with previous empirical studies, the findings of this study suggest that leisure satisfaction and life satisfaction are the moderators of dimension of happiness, and significantly mediates the effect of national well-being on happiness.

  15. Is the job satisfaction of primary care team members associated with patient satisfaction?

    Science.gov (United States)

    Goetz, Katja; Campbell, Stephen; Broge, Bjoern; Reuschenbach, Bernd; Wensing, Michel

    2011-01-01

    Background Previous research has shown a correlation between physician job satisfaction and patient satisfaction with quality of care, but the connection between job satisfaction of other primary care team members and patient satisfaction is yet unclear. Objective To evaluate whether there is an association between patient satisfaction and job satisfaction of the members of patient care teams. Design The study was based on data from the European Practice Assessment and used an observational design. Setting 676 primary care practices in Germany. Participants 47 168 patients, 676 general practitioners (practice principals), 305 physician colleagues (trainees and permanently employed physicians) and 3011 non-physician practice members (nurses, secretaries). Main outcome measures Patient evaluation was measured using the 23-item EUROPEP questionnaire. Job satisfaction was measured using the 10-item Warr–Cook–Wall job satisfaction scale and further items relating to practice structure. Bivariate correlations were applied in which factors of patient satisfaction and practice structure were compared with physicians and non-physicians satisfaction. Results Patient satisfaction correlates positively with the general job satisfaction of the non-physician (r=0.25, ppatient satisfaction was higher than the correlation between satisfaction of physicians and patients. Patients seem to be sensitive to aspects of practice structure. PMID:21262790

  16. Factors Affecting Patient Satisfaction During Endoscopic Procedures

    International Nuclear Information System (INIS)

    Qureshi, M. O.; Shafqat, F.; Ahmed, S.; Niazi, T. K.; Khokhar, N. K.

    2013-01-01

    Objective: To assess the quality and patient satisfaction in Endoscopy Unit of Shifa International Hospital. Study Design: Cross-sectional survey. Place and Duration of Study: Division of Gastroenterology, Shifa International Hospital, Islamabad, Pakistan, from July 2011 to January 2012. Methodology: Quality and patient satisfaction after the endoscopic procedure was assessed using a modified GHAA-9 questionnaire. Data was analyzed using SPSS version 16. Results: A total of 1028 patients were included with a mean age of 45 A+- 14.21 years. Out of all the procedures, 670 (65.17%) were gastroscopies, 181 (17.60%) were flexible sigmoidoscopies and 177 (17.21%) were colonoscopies. The maximum unsatisfactory responses were on the waiting time before the procedure (13.13 %), followed by unsatisfactory explanation of the procedure and answers to questions (7.58%). Overall, unsatisfied impression was 4.86%. The problem rate was 6.22%. Conclusion: The quality of procedures and level of satisfaction of patients undergoing a gastroscopy or colonoscopy was generally good. The factors that influence the satisfaction of these patients are related to communication between doctor and patient, doctor's manner and waiting time for the procedure. Feedback information in an endoscopy unit may be useful in improving standards, including the performance of endoscopists. (author)

  17. [Satisfaction with life of children with attention deficit hyperactivity disorder: a study of possible protection and risk factors].

    Science.gov (United States)

    Miranda-Casas, Ana; Presentacion-Herrero, M Jesús; Colomer-Diago, Carla; Roselló, Belén

    2011-03-01

    Positive psychology has boosted interest about the study of factors of adjustment, among which is included satisfaction with life. To analyze the relationship between satisfaction with life of children with attention deficit hyperactivity disorder (ADHD) and their parents with behavioral risk and protective variables, and to determine the predictive power of these variables. 56 parents and their children with ADHD filled out questionnaires of satisfaction with life, self-concept, sense of coherence, success attributes and behavioral rating scales. Behavioral problems have a significant negative relationship with satisfaction with life perceived by parents and by children while the relationships with the self-concept and success attributes have a positive value. The most predictive factors were social problems, oppositional behavior, self-concept, self-awareness and social support. The identification of factors that put at risk or enhance satisfaction with life of people with ADHD will improve the functionality of evaluation and intervention processes.

  18. Redox-neutral rhodium-catalyzed C-H functionalization of arylamine N-oxides with diazo compounds: primary C(sp(3))-H/C(sp(2))-H activation and oxygen-atom transfer.

    Science.gov (United States)

    Zhou, Bing; Chen, Zhaoqiang; Yang, Yaxi; Ai, Wen; Tang, Huanyu; Wu, Yunxiang; Zhu, Weiliang; Li, Yuanchao

    2015-10-05

    An unprecedented rhodium(III)-catalyzed regioselective redox-neutral annulation reaction of 1-naphthylamine N-oxides with diazo compounds was developed to afford various biologically important 1H-benzo[g]indolines. This coupling reaction proceeds under mild reaction conditions and does not require external oxidants. The only by-products are dinitrogen and water. More significantly, this reaction represents the first example of dual functiaonalization of unactivated a primary C(sp(3) )H bond and C(sp(2) )H bond with diazocarbonyl compounds. DFT calculations revealed that an intermediate iminium is most likely involved in the catalytic cycle. Moreover, a rhodium(III)-catalyzed coupling of readily available tertiary aniline N-oxides with α-diazomalonates was also developed under external oxidant-free conditions to access various aminomandelic acid derivatives by an O-atom-transfer reaction. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  19. An investigation on the effect of cognitive emotion regulation strategies on job satisfaction

    Directory of Open Access Journals (Sweden)

    Somayeh Shahba

    2014-06-01

    Full Text Available This paper examined the effects of cognitive emotion regulation on employees’ job satisfaction. In this survey, Questionnaire and the questions were divided into two categories of cognitive emotion regulation and job satisfaction. To measure cognitive emotion regulation, including unadjusted emotion regulation strategies and adjusted strategies, 36 items questionnaire was used originally developed by Garnefski et al. (2001 [Garnefski, N., Kraaij, V., & Spinhoven, P. (2001. Negative life events, cognitive emotion regulation, and emotional problems. Personality and Individual Differences, 30, 1311–1327.]. The questionnaires were distributed among 340 staff employee of the Islamic Republic of Iran Customs Administration. The results revealed that the adjusted cognitive emotion regulation strategies increase job satisfaction of employees. However, unadjusted cognitive emotion regulation strategies reduce employees' job satisfaction. Moreover, among adjusted emotion regulation strategies, put in perspective strategy did not have significant effect on job satisfaction and rumination, had no significant effect on job satisfaction, which was one of the unadjusted strategies of cognitive emotion regulation.

  20. The role of service recovery in HMO satisfaction.

    Science.gov (United States)

    Sarel, D; Marmorstein, H

    1999-01-01

    Complaint handling and service recovery by HMOs may be more efficient to implement and more determinant of customer satisfaction and retention than other approaches such as improving access to care. The current findings are consistent with research on recovery efforts in other industries. Complaint handling systems must achieve rapid and comprehensive identification and resolution of HMO member problems. Both cultural change and appropriate incentives to re-educate employees within HMO organizations are additional requisites to effective service recovery. The benefits to the HMO of expenditures on service recovery should be more immediate and sustainable than the benefits derived from other methods of increasing member satisfaction.

  1. Investigation of marital satisfaction and its relationship with job stress and general health of nurses in Qazvin, Iran.

    Science.gov (United States)

    Azimian, Jalil; Piran, Pegah; Jahanihashemi, Hassan; Dehghankar, Leila

    2017-04-01

    Pressures in nursing can affect family life and marital problems, disrupt common social problems, increase work-family conflicts and endanger people's general health. To determine marital satisfaction and its relationship with job stress and general health of nurses. This descriptive and cross-sectional study was done in 2015 in medical educational centers of Qazvin by using an ENRICH marital satisfaction scale and General Health and Job Stress questionnaires completed by 123 nurses. Analysis was done by SPSS version 19 using descriptive and analytical statistics (Pearson correlation, t-test, ANOVA, Chi-square, regression line, multiple regression analysis). The findings showed that 64.4% of nurses had marital satisfaction. There was significant relationship between age (p=0.03), job experience (p=0.01), age of spouse (p=0.01) and marital satisfaction. The results showed that there was a significant relationship between marital satisfaction and general health (pstress and disorder in general health of nurses and low marital satisfaction by running health promotion programs and paying attention to its dimensions can help work and family health of nurses.

  2. Internal marketing and the antecedents of nurse satisfaction and loyalty.

    Science.gov (United States)

    Peltier, James W; Pointer, Lucille; Schibrowsky, John A

    2008-01-01

    Employee satisfaction and retention are critical issues that influence the success of any organization. Yet, one of the most critical problems facing the worldwide health care industry is the shortage of qualified nurses. Recent calls have been made within the traditional nursing literature for research that utilizes marketing and business models to better understand nurse satisfaction and retention. The purpose of this study is to develop scales that can be used to empirically test a model of the proposed antecedents of nurse job satisfaction and loyalty which have been used widely in the internal marketing and the relationship-marketing literature. Specifically, the study will investigate the degree to which structural bonding, social bonding, financial bonding activities, and quality of care impact how well nurses are satisfied with their job and their commitment to the organization. The results show that quality of care most impacted nurse satisfaction and loyalty, followed by structural, social, and financial bonds.

  3. Predicting Couples' Marital Satisfaction Based on Relationship Beliefs and Relationship Skills

    Directory of Open Access Journals (Sweden)

    خلیل اسماعیل‌پور

    2014-01-01

    Full Text Available The results showed that there was significant difference between husbands’ and their wives' marital satisfaction. Stepwise regression analyses revealed that relational skills and marriage duration were, respectively, significant predictors of husbands’ marital satisfaction. Also, relational skills and some of relational beliefs- such as "things should always be perfect between us", "we should do everything together" and "romanticism", had significant contribution in prediction of wives’ martial satisfaction, respectively. Contributions of other relational beliefs were not significant. These results clarified the role of relational shills and relational beliefs in marital satisfaction, and confirmed that cognitive-behavior approaches, through training relational skills for couples, and therapeutic interventions to change wives' irrational beliefs would be effective in treating marital problems. This Study, according to cognitive-behavior approach, tries to investigate the role of relationship beliefs and relationship skills in couples' marital satisfaction. To do so, 160 persons (80 couples from Tabriz were selected.  After establishing the motivation for participation in the research and getting their informed consent, they were asked to fill out Relationship Beliefs Questionnaire (RBQ, Moradi's marital relationship skills questionnaire and marital satisfaction questionnaire (ENRICH.

  4. Satisfaction with life and job satisfaction of employees in Slovenian army

    Directory of Open Access Journals (Sweden)

    Tjaša Dimec

    2008-12-01

    Full Text Available The purpose of this study was to investigate satisfaction with life and job satisfaction in the Slovenian army. For this purpose we used Satisfaction With Life Scale (Diener, Emmons, Larsen, & Griffin, 1985 and Pogačnik's (2003 Job Satisfaction Scale. This research involved 168 employees of the Slovenian army: 68 soldiers, 60 officers, and 40 noncommissioned officers. The results showed that employees in Slovenian army are more satisfied than unsatisfied with their lives. Officers are the most satisfied with their life. We found out that appraisals on job satisfaction are rather low and indicate middle level of job satisfaction. The highest level of work satisfaction was expressed in the area of relations with co-workers. Participants were least satisfied with their salary and other material facilities. Individuals with subordinate co-workers showed higher level of satisfaction with work conditions, possibilities for promotion, salary and other material facilities, and also higher level of satisfaction about informing in the army, possibilities for professional development, independence and autonomy at work, work reputation, creativeness at work and also taking part in decision-making. Analysis of differences showed that officers gave the highest score to indicators of work satisfaction, with exception of independence and autonomy at work, work reputation, and pretentiousness of work. Based on the examination of the actual state, to the level the research was enabling, we identified some necessary changes, improvements or measures for improvement of the recognized weak areas.

  5. Removable partial dentures: Patient satisfaction and complaints in Makkah City, KSA

    Directory of Open Access Journals (Sweden)

    Mohsen K. Aljabri, BDS

    2017-12-01

    Full Text Available Objective: To assess the satisfaction level and complaints among patients using different types of removable partial dentures (RPDs in Makkah city, KSA. Methods: In this retrospective study, 551 patients who had received RPDs between February and December 2015 were contacted by telephone. One hundred patients responded, and 60 of them agreed to participate in the study. The participants were asked two questions to determine their satisfaction level and complaints with RPD usage, eating, communication, and aesthetics. Data were analysed statistically by chi-square, analysis of variance, and Scheffe's tests. Results: Of 60 patients, 35% were very satisfied, 21.7% were satisfied and 23.3% were nearly satisfied. However, only 20% were not satisfied. There were no significant differences in mean RPD satisfaction among different age groups and between sexes (P > 0.01. There was a significant difference in satisfaction among RPD type (P < 0.01. However, no significant differences were recorded between either metal and acrylic, or acrylic and flexible RPDs (P < 0.01. As many as 26.7% of respondents complained of aesthetic problems, 16.7% complained of pain during mastication, 10% complained of gag reflex, and 8.3% complained of phonetic problems. However, the majority of respondents (38.3% had no complaints. Conclusion: The majority of patients were satisfied with the quality of removable partial dentures treatment in Makkah city hospitals. Oral rehabilitation with RPDs should be applied with care when patients have high aesthetic demands. Keywords: Aesthetics, Dental prosthesis, Oral complaints, Patient satisfaction, Removable partial denture

  6. A Simulation Model for Measuring Customer Satisfaction through Employee Satisfaction

    Science.gov (United States)

    Zondiros, Dimitris; Konstantopoulos, Nikolaos; Tomaras, Petros

    2007-12-01

    Customer satisfaction is defined as a measure of how a firm's product or service performs compared to customer's expectations. It has long been a subject of research due to its importance for measuring marketing and business performance. A lot of models have been developed for its measurement. This paper propose a simulation model using employee satisfaction as one of the most important factors leading to customer satisfaction (the others being expectations and disconfirmation of expectations). Data obtained from a two-year survey in customers of banks in Greece were used. The application of three approaches regarding employee satisfaction resulted in greater customer satisfaction when there is serious effort to keep employees satisfied.

  7. The Relationship between Leadership Style, Organizational Culture, and Job Satisfaction in the U.S. Healthcare Industry

    OpenAIRE

    Mouhamadou Sow; Jeanie Murphy; Rosa Osuoha

    2017-01-01

    The purpose of this quantitative, correlational study, based on the theoretical framework of transformational leadership, was to examine the relationships between leadership style, organizational culture, and job satisfaction in the U.S. healthcare industry. The study addressed a problem faced by U.S. healthcare leaders, who are currently unaware as to how transformational leadership and organizational culture can impact job satisfaction in an industry with high burnout and low satisfaction l...

  8. Satisfaction with nursing education, job satisfaction, and work intentions of new graduate nurses.

    Science.gov (United States)

    Kenny, Patricia; Reeve, Rebecca; Hall, Jane

    2016-01-01

    In the context of predictions of future shortages of nurses, retaining new graduate nurses in the nursing workforce is essential to ensure sufficient nurses in the future. This paper investigates the links between satisfaction with nursing education and job satisfaction, and job dissatisfaction and intentions to leave a nursing job. It uses survey data from a cohort study of nursing students recruited through two Australian universities and followed after graduation and workforce entry. Structural equation modeling (SEM) was used to simultaneously estimate the impact of educational satisfaction (work preparation component) on job satisfaction and the impact of job satisfaction on the expectation of leaving the current job. Two job satisfaction sub-scales were identified: 1) work environment satisfaction and 2) work hours and wages satisfaction. Work preparation satisfaction was significantly and positively associated with both job satisfaction scales but only work environment satisfaction was significantly associated with the expectation to stay in the job; a one standard deviation increase in work environment satisfaction was associated with a 13.5 percentage point reduction in the probability of expecting to leave. The estimated effect of satisfaction with education on expecting to leave, occurring indirectly through job satisfaction, was small (reducing the probability by less than 3 percentage points for a 1 point increase in work preparation satisfaction). Participating in a graduate transition program had the largest effect, reducing the probability of expecting to leave by 26 percentage points, on average. The study results suggest policies which focus on improving satisfaction with the work environment would be more effective at retaining nurses early in their career than improvements to conditions such as work hours and wages. Investment in new graduate transition programs would potentially have the largest impact on retention. Copyright © 2015 Elsevier

  9. Is patient satisfaction and perceived service quality with musculoskeletal rehabilitation determined by patient experiences?

    Science.gov (United States)

    Medina-Mirapeix, Francesc; Jimeno-Serrano, Francisco J; Escolar-Reina, Pilar; Del Baño-Aledo, M Elena

    2013-06-01

    To assess the relationships between patient experiences and two overall evaluations - satisfaction and service quality - in outpatient rehabilitation settings. A cross-sectional, self-reported survey carried out in the year 2009. Three outpatient rehabilitation units belonging to Spanish hospitals located in Barcelona, Madrid and Seville. Four hundred and sixty-five outpatients (response rate 90%) mean age 39.4 (SD = 11.9) years. Self-reported experiences on aspects of care, participants' perception of service quality, satisfaction with care, socio-demographic and health characteristics. Satisfaction and service quality were highly correlated (rho = 0.72, Pservice quality (with adjusted R(2) 31.5% and 37.1%, respectively) indicated that patients' experiences and global rating of health improvement have more effect on those evaluations than socio-demographic characteristics. Mean satisfaction was 8.9 (SD = 1.2), and 88% of respondents described high service quality. However, nearly 25% of the respondents who reported high-quality evaluations also indicated a problem score of more than 50% in almost all aspects of care studied. Satisfaction and service quality provide a poor indicator of patients' experiences. Both are two proxies but distinct constructs in rehabilitation care. Besides, not all problems encountered by patients are equally important to them.

  10. Teaching evidence-based medicine using a problem-oriented approach.

    Science.gov (United States)

    Hosny, Somaya; Ghaly, Mona S

    2014-04-01

    Faculty of Medicine, Suez Canal University is adopting an innovative curriculum. Evidence-based medicine (EBM) has been integrated into problem based learning (PBL) sessions as a responsive innovative paradigm for the practice and teaching of clinical medicine. To integrate EBM in the problem based sessions of the sixth-year students, and to assess students' and tutor satisfaction with this change. EBM training was conducted for sixth-year students (196) including four theoretical, and eight practical sessions. Sixteen EBM educational scenarios (problems) were formulated, according to sixth-year curriculum. Each problem was discussed in two sessions through steps of EBM, namely: formulating PICO questions, searching for and appraising evidence, applying the evidence to the clinical scenario and analysing the practice. Students and tutors satisfaction were evaluated using a 3-point ratings questionnaire. The majority of students and faculty expressed their satisfaction about integrating EBM with PBL and agreed that the problems were more stimulating. However, 33.6% of students indicated that available time was insufficient for searching literatures. Integrating EBM into PBL sessions tends to be more interesting and stimulating than traditional PBL sessions for final year students and helps them to practice and implement EBM in clinical context.

  11. Spiritual Growth or Decline and Meaning-Making as Mediators of Anxiety and Satisfaction with Life During Religious Struggle.

    Science.gov (United States)

    Zarzycka, Beata; Zietek, Pawel

    2018-03-14

    A number of studies have demonstrated links between spiritual struggles and health problems. As yet, however, only a few studies have investigated what makes religious struggle a source of mental problems or a source of well-being. We determined whether spiritual growth, spiritual decline, and meaning-making mediated the relationship between religious struggle and anxiety and satisfaction with life. Of the 180 respondents, 92 were women, and mean (SD) age was 24 (8.2) years. Each respondent completed the Religious and Spiritual Struggles Scale, the Meaning-Making Scale, the Spiritual Transformation Scale, the State-Trait Anxiety Inventory, and the Satisfaction with Life Scale. Religious struggle correlated positively with anxiety and negatively with satisfaction with life. Spiritual growth mediated the relationship between moral and demonic struggle with satisfaction with life, and spiritual decline mediated the relationship between demonic, moral, and interpersonal struggle with anxiety. Finally, meaning-making mediated the relationship between religious doubt and satisfaction with life.

  12. Meaningful work and mental health: job satisfaction as a moderator.

    Science.gov (United States)

    Allan, Blake A; Dexter, Chelsea; Kinsey, Rebecca; Parker, Shelby

    2018-02-01

    Depression, anxiety and stress are common problems for modern workers. Although having meaningful work, or work that is significant, facilitates personal growth, and contributes to the greater good, has been linked to better mental health, people's work might also need to be satisfying or enjoyable to improve outcomes. The purpose of the present study was to examine meaningful work's relation to mental health (i.e. depression, anxiety and stress) and investigate job satisfaction as a moderator of this relation. The study hypotheses were tested with a large, diverse sample recruited from an online source. Partially supporting hypotheses, when controlling for job satisfaction, meaningful work negatively correlated with depression but did not have a significant relation with anxiety and stress. Similarly, job satisfaction negatively predicted depression and stress. Furthermore, the relations between meaningful work and both anxiety and stress were moderated by job satisfaction. Specifically, only people perceiving their work as meaningful and satisfying reported less anxiety and stress. Although continued research is needed, employers and employees may have to target both the meaningfulness and job satisfaction to address the issues of stress and anxiety among working adults.

  13. Is the job satisfaction of primary care team members associated with patient satisfaction?

    OpenAIRE

    Szecsenyi, Joachim; Goetz, Katja; Campbell, Stephen; Broge, Bjoern; Reuschenbach, Bernd; Wensing, Michel

    2011-01-01

    Background Previous research has shown a correlation between physician job satisfaction and patient satisfaction with quality of care, but the connection between job satisfaction of other primary care team members and patient satisfaction is yet unclear. Objective To evaluate whether there is an association between patient satisfaction and job satisfaction of the members of patient care teams. Design The study was based on data from the European Practice Assessment and used an observational d...

  14. Teachers' assessments of children aged eight predict life satisfaction in adolescence.

    Science.gov (United States)

    Honkanen, Meri; Meri, Honkanen; Hurtig, Tuula; Tuula, Hurtig; Taanila, Anja; Anja, Taanila; Moilanen, Irma; Irma, Moilanen; Koponen, Hannu; Hannu, Koponen; Mäki, Pirjo; Pirjo, Mäki; Veijola, Juha; Juha, Veijola; Puustjärvi, Anita; Anita, Puustjärvi; Ebeling, Hanna; Hanna, Ebeling; Koivumaa-Honkanen, Heli; Heli, Koivumaa-Honkanen

    2011-09-01

    The objective was to investigate how teachers' assessments of children predict life satisfaction in adolescence. This is a prospective cohort study on the population-based Northern Finland Birth Cohort 1986 (n = 8,959). Information was gathered from parents, teachers and adolescents using questionnaires at the age of 7, 8 and 15. Response rates were 80-90%. Emotional and behavioural problems were assessed with Rutter Children's Behavioural Questionnaires for teachers (RB2) and parents (RA2) during the first grade at age 8. At adolescence, self-reported life satisfaction was measured with a question including five response alternatives. According to teachers' assessments, 13.9% of the children had high emotional or behavioural problems (RB2 ≥9). These assessments predicted life dissatisfaction in adolescence (OR(crude) = 1.77; 95% CI 1.43-2.20) in several models including also health behaviour and use of psychotropic medicine. However, introducing all the significant variables in the same model, RB2 lost its significance (OR = 1.28; 0.96-1.70), but good school achievement assessed by teachers was still a significant predictor. Life satisfaction in adolescence was associated with a variety of favourable concurrent factors. In conclusion teachers' assessments of children during the first school year predicted life satisfaction in adolescence. In mental health promotion, teachers' early assessments should be utilized for the benefit of children.

  15. Polygenic risk for alcohol consumption and its association with alcohol-related phenotypes: Do stress and life satisfaction moderate these relationships?

    Science.gov (United States)

    Mies, Gabry W; Verweij, Karin J H; Treur, Jorien L; Ligthart, Lannie; Fedko, Iryna O; Hottenga, Jouke Jan; Willemsen, Gonneke; Bartels, Meike; Boomsma, Dorret I; Vink, Jacqueline M

    2018-02-01

    Genetic and environmental factors contribute about equally to alcohol-related phenotypes in adulthood. In the present study, we examined whether more stress at home or low satisfaction with life might be associated with heavier drinking or more alcohol-related problems in individuals with a high genetic susceptibility to alcohol use. Information on polygenic scores and drinking behavior was available in 6705 adults (65% female; 18-83 years) registered with the Netherlands Twin Register. Polygenic risk scores (PRSs) were constructed for all subjects based on the summary statistics of a large genome-wide association meta-analysis on alcohol consumption (grams per day). Outcome measures were quantity of alcohol consumption and alcohol-related problems assessed with the Alcohol Use Disorders Identification Test (AUDIT). Stress at home and life satisfaction were moderating variables whose significance was tested by Generalized Estimating Equation analyses taking familial relatedness, age and sex into account. PRSs for alcohol were significantly associated with quantity of alcohol consumption and alcohol-related problems in the past year (R 2 =0.11% and 0.10% respectively). Participants who reported to have experienced more stress in the past year and lower life satisfaction, scored higher on alcohol-related problems (R 2 =0.27% and 0.29 respectively), but not on alcohol consumption. Stress and life satisfaction did not moderate the association between PRSs and the alcohol outcome measures. There were significant main effects of polygenic scores and of stress and life satisfaction on drinking behavior, but there was no support for PRS-by-stress or PRS-by-life satisfaction interactions on alcohol consumption and alcohol-related problems. Copyright © 2017 The Authors. Published by Elsevier B.V. All rights reserved.

  16. Life Domain Satisfactions as Predictors of Overall Life Satisfaction Among Workers: Evidence from Chile.

    Science.gov (United States)

    Loewe, Nicolas; Bagherzadeh, Mehdi; Araya-Castillo, Luis; Thieme, Claudio; Batista-Foguet, Joan Manuel

    2014-01-01

    This article examines the subjective antecedents of life satisfaction of workers. Adopting a 'bottom-up' perspective, we assessed the unique influence that satisfaction with multiple life domains have on evaluative judgments of overall life satisfaction. Based on a nationwide sample of 530 Chilean workers, we simultaneously tested the effects of seven life domain satisfactions that have been consistently included in extant models of life satisfaction and subjective well-being. These were satisfaction with health, financial situation, social relationships, one's self-worth, leisure-time, family, and work. Having controlled for age and gender, results showed that satisfaction with one's financial situation was the dominant predictor of overall life satisfaction of workers, with a weight of .36. Satisfaction with family, work, and health had effects of .25, .14, and .14, respectively. Interestingly, satisfaction with one's self-worth, leisure-time, and social relationships did not have statistically significant effects on life satisfaction, although the first two showed t values near the critical value.

  17. Longitudinal Associations Among Relationship Satisfaction, Sexual Satisfaction, and Frequency of Sex in Early Marriage.

    Science.gov (United States)

    McNulty, James K; Wenner, Carolyn A; Fisher, Terri D

    2016-01-01

    The current research used two 8-wave longitudinal studies spanning the first 4-5 years of 207 marriages to examine the potential bidirectional associations among marital satisfaction, sexual satisfaction, and frequency of sex. All three variables declined over time, though the rate of decline in each variable became increasingly less steep. Controlling for these changes, own marital and sexual satisfaction were bidirectionally positively associated with one another; higher levels of marital satisfaction at one wave of assessment predicted more positive changes in sexual satisfaction from that assessment to the next and higher levels of sexual satisfaction at one wave of assessment predicted more positive changes in marital satisfaction from that assessment to the next. Likewise, own sexual satisfaction and frequency of sex were bidirectionally positively associated with one another. Additionally, partner sexual satisfaction positively predicted changes in frequency of sex and own sexual satisfaction among husbands, yet partner marital satisfaction negatively predicted changes in both frequency of sex and own sexual satisfaction. Controlling these associations, marital satisfaction did not directly predict changes in frequency of sex or vice versa. Only the association between partner sexual satisfaction and changes in own sexual satisfaction varied across men and women and none of the key effects varied across the studies. These findings suggest that sexual and relationship satisfaction are intricately intertwined and thus that interventions to treat and prevent marital distress may benefit by targeting the sexual relationship and interventions to treat and prevent sexual distress in marriage may benefit by targeting the marital relationship.

  18. Measuring tourists' satisfaction with quality of life issues at an arts festival

    OpenAIRE

    Petzer, Daniel; Kruger, Philippus

    2008-01-01

    Purpose: The purpose of this paper is to measure tourists' satisfaction with quality of life issues at an arts festival - the Aardklop National Arts Festival in Potchefstroom. Problem investigated: Understanding satisfaction with quality of life issues could assist Festival organizers and other businesses to improve services for tourists by tailoring these to meet their needs. Satisfied tourists spread positive word-of-mouth communication and are more likely to return in the futur...

  19. Does job satisfaction improve the health of workers? New evidence using panel data and objective measures of health.

    Science.gov (United States)

    Fischer, Justina A V; Sousa-Poza, Alfonso

    2009-01-01

    This paper evaluates the relationship between job satisfaction and measures of health of workers using the German Socio-Economic Panel. Methodologically, it addresses two important design problems encountered frequently in the literature: (a) cross-sectional causality problems and (b) the absence of objective measures of physical health that complement self-reported measures of health status. Not only does using the panel structure with individual fixed effects mitigate the bias from omitting unobservable personal psycho-social characteristics, but employing more objective health measures such as health-system contacts and disability addresses such measurement problems relating to self-report assessments of health status.We find a positive link between job satisfaction (and changes over time therein) and subjective health measures (and changes therein); that is, employees with higher or improved job satisfaction levels feel healthier and are more satisfied with their health. This observation also holds true for more objective measures of health. Particularly, improvements in job satisfaction over time appear to prevent workers from (further) health deterioration. Copyright (c) 2008 John Wiley & Sons, Ltd.

  20. The relationship between leisure satisfaction and life satisfaction of adolescents concerning online games.

    Science.gov (United States)

    Wang, Edward Shih-Tse; Chen, Lily Shui-Lian; Lin, Julia Ying-Chao; Wang, Michael Chih-Hung

    2008-01-01

    Increasing evidence indicates adolescents are likely to occupy their leisure time with online games. This study investigates the influences of leisure satisfaction on life satisfaction among adolescent online gamers. The self-completed market survey questionnaire employed is comprised of two sections: the first is Internet usage frequency, while the second employs two measures-the Leisure Satisfaction Scale (LSS) and the Satisfaction with Life Scale (SWLS), Data were gathered in a medium-sized metropolitan section of north Taiwan and interviews took place at a Cyber Café. Youths (totaling 134) between the ages of 13 and 18 voluntarily participated in the research. Results revealed significant positive relationships between physiological and aesthetic dimensions of leisure satisfaction and life satisfaction. However, the educational dimension of leisure satisfaction has a significant negative influence on life satisfaction. Findings also reveal a significant negative relationship between web surfing frequency and life satisfaction in adolescents. This suggests possible explanations for these results and discusses the implications.

  1. The impact of stress and support on direct care workers' job satisfaction.

    Science.gov (United States)

    Ejaz, Farida K; Noelker, Linda S; Menne, Heather L; Bagaka's, Joshua G

    2008-07-01

    This research applies a stress and support conceptual model to investigate the effects of background characteristics, personal and job-related stressors, and workplace support on direct care workers' (DCW) job satisfaction. Researchers collected survey data from 644 DCWs in 49 long-term care (LTC) organizations. The DCWs included nurse assistants in nursing homes, resident assistants in assisted living facilities, and home care aides in home health agencies. We examined the influence of components of the LTC stress and support model on DCW job satisfaction. Initially, we ran a multiple regression analysis by entering individual-level DCW predictors with job satisfaction as the outcome. Subsequently, we used hierarchical linear modeling to examine the influence of organizational factors on DCW job satisfaction after controlling for significant individual-level DCW variables. Components of the model explained 51% of the variance in DCW job satisfaction. Background characteristics of DCWs were less important than personal stressors (e.g., depression), job-related stressors (e.g., continuing education), and social support (e.g., interactions with others) in predicting job satisfaction. Results from hierarchical linear modeling analysis showed that nursing homes compared to the two other types of LTC organizations had lower average DCW job satisfaction rates, as did organizations offering lower minimum hourly rates and those reporting turnover problems. Study findings underscore the importance of targeting both DCW-level and organizational-level factors to increase DCW job satisfaction.

  2. An Analysis of Job Satisfaction among Iranian Pharmacists through Various Job Characteristics.

    Science.gov (United States)

    Foroughi Moghadam, Mohamad Javad; Peiravian, Farzad; Naderi, Azadeh; Rajabzadeh, Ali; Rasekh, Hamid Reza

    2014-01-01

    Pharmacists and pharmaceutical services are among the most important resources and programs in providing health for a society. Pharmacists as the key players in presenting health services, greatly impact on the health of a society and if they suffer low job satisfaction, their dissatisfaction may relatively threaten health in a society. This study was conducted to determine Iranian pharmacists' job satisfaction and additionally, some causes of dissatisfaction among pharmacists have been diagnosed. A job satisfaction questionnaire was developed and reliability tests were done by some experts in field of pharmacy practice. A sample of 700 pharmacists was selected among ten leading provinces of the country and questionnaires were distributed at the continuing pharmacy education conferences. Three essential factors named "Endogenous Satisfaction", "Exogenous Satisfaction" and "Current Sense of Being Pharmacists" was considered as the main job satisfaction factors. Generally low scores of exogenous and endogenous job satisfaction were concluded among pharmacists while most of them were highly satisfied with being pharmacist. Male pharmacists were more satisfied than their female colleagues and a positive relationship between age and work experience with exogenous job satisfaction was found. Low levels of job satisfaction which were found among Iranian pharmacists could be considered as a deficiency of health system in Iran. Fortunately, inherent interest in the pharmacy profession found among Iranian pharmacists is an optimistic point at which policy-makers could develop their modifying policies. Health policy-makers must endeavor to take other steps to issue solutions for this current problem.

  3. Customer satisfaction measurement

    Directory of Open Access Journals (Sweden)

    Maričić Branko R.

    2012-01-01

    Full Text Available Customer satisfaction is important in business management as a basis for long-term profitability of a single line of products and services and the company as a whole. Customer satisfaction in modern market conditions is characterized by a large number of alternatives that can satisfy the same need or desire of consumers, and are a prerequisite for the retention, loyalty, and positive verbal communication between companies and vendors on one hand and consumers on the other. Companies are investing more and more investment and management efforts in improving customer satisfaction. Improving customer satisfaction and its measurement involves the taking of appropriate marketing strategies and tactics, as well as corrective measures. This paper presents the well-known attempts to measure customers' satisfaction at the macro and micro level of marketing analysis. The index of consumer satisfaction is an important indicator of achieved quality and market performance of companies and can be measured on a micro and macro level. National customer satisfaction indexes are useful framework for analyzing the competitiveness of national economies, industries and individual companies and are used for a variety of other aspects of observation and analysis. Standardization of consumer satisfaction indexes in different countries allows comparability of the data, giving a new quality of analysis in the era of globalization and internationalization of business.

  4. [Job satisfaction among Norwegian doctors].

    Science.gov (United States)

    Nylenna, Magne; Aasland, Olaf Gjerløw

    2010-05-20

    Doctors' job satisfaction has been discussed internationally in recent years based on reports of increasing professional dissatisfaction. We have studied Norwegian doctors' job satisfaction and their general satisfaction with life. A survey was conducted among a representative sample of practicing Norwegian doctors in 2008. The validated 10-item Job Satisfaction Scale was used to assess job satisfaction. 1,072 (65 %) doctors responded. They reported a mean job satisfaction of 5.3 on a scale from 1 (very dissatisfied) to 7 (very satisfied). Job satisfaction increased with increasing age. Private practice specialists reported the highest level of job satisfaction (5.8), and general practitioners reported higher job satisfaction (5.5) than hospital doctors (5.1). Among specialty groups, community doctors scored highest (5.6) and doctors in surgical disciplines lowest (5.0). While long working hours was negatively correlated with job satisfaction, the perception of being professionally updated and having part-time affiliation(s) in addition to a regular job were positively correlated with job satisfaction. 52.9 % of doctors reported a very high general satisfaction. Norwegian doctors have a high level of job satisfaction. Satisfaction with life in general is also high and at least in line with that in the Norwegian population.

  5. Is the job satisfaction of primary care team members associated with patient satisfaction?

    NARCIS (Netherlands)

    Szecsenyi, J.; Goetz, K.; Campbell, S.M.; Broge, B.; Reuschenbach, B.; Wensing, M.J.P.

    2011-01-01

    BACKGROUND Previous research has shown a correlation between physician job satisfaction and patient satisfaction with quality of care, but the connection between job satisfaction of other primary care team members and patient satisfaction is yet unclear. OBJECTIVE To evaluate whether there is an

  6. Solving Large-Scale Computational Problems Using Insights from Statistical Physics

    Energy Technology Data Exchange (ETDEWEB)

    Selman, Bart [Cornell University

    2012-02-29

    Many challenging problems in computer science and related fields can be formulated as constraint satisfaction problems. Such problems consist of a set of discrete variables and a set of constraints between those variables, and represent a general class of so-called NP-complete problems. The goal is to find a value assignment to the variables that satisfies all constraints, generally requiring a search through and exponentially large space of variable-value assignments. Models for disordered systems, as studied in statistical physics, can provide important new insights into the nature of constraint satisfaction problems. Recently, work in this area has resulted in the discovery of a new method for solving such problems, called the survey propagation (SP) method. With SP, we can solve problems with millions of variables and constraints, an improvement of two orders of magnitude over previous methods.

  7. Investigation of marital satisfaction and its relationship with job stress and general health of nurses in Qazvin, Iran

    OpenAIRE

    Azimian, Jalil; Piran, Pegah; Jahanihashemi, Hassan; Dehghankar, Leila

    2017-01-01

    Background Pressures in nursing can affect family life and marital problems, disrupt common social problems, increase work-family conflicts and endanger people?s general health. Aim To determine marital satisfaction and its relationship with job stress and general health of nurses. Methods This descriptive and cross-sectional study was done in 2015 in medical educational centers of Qazvin by using an ENRICH marital satisfaction scale and General Health and Job Stress questionnaires completed ...

  8. [Job satisfaction and improvement factors in primary care professionals].

    Science.gov (United States)

    Pérez-Ciordia, I; Guillén-Grima, F; Brugos, A; Aguinaga, I

    2013-09-06

    The quality of services in a health system is related to the level of satisfaction of its professionals. The aim of this article is to determine job satisfaction in primary care professionals and rank those factors capable of improving it. Descriptive study carried out in Navarre in 2010. A validated questionnaire was sent by post to the population of the study: primary care doctors, pediatricians and nurses. Variables on socio-demographic data were collected and job satisfaction was self-evaluated on a scale of 1 to 10. Respondents were asked to rank 10 factors that could improve the previously mentioned satisfaction. Averages were compared and bivariate analysis was carried out using the chi-square test, studying the association between variables through the Odds Ratio (OR). The adjusted analysis was realized through unconditional logistic regression. We collected 432 questionnaires (77.5%). Average satisfaction was 6.7 (scale of 1 to 10), higher in nursing. Women showed a higher average than men (6.90:6.34). The workers at urban health centers (OR: 1.71; CI: 1.10-2.65) showed a higher risk of dissatisfaction with respect to professionals at rural centers. The training activities of the professional is the most highly valued item, followed by economic questions and questions of care pressure, with no differences found by profession. Job satisfaction is a dimension of quality management in primary care and its study enables identification of problems or opportunities for improvement with an impact on the quality of the services offered.

  9. Meta-analytic of the relationship between employee job satisfaction and customer satisfaction

    OpenAIRE

    Marlena León Mendoza; Carlos Ortega Maldonado

    2014-01-01

    A meta-analysis of the relationship between employee job satisfaction and customer satisfaction was conducted. This analysis produced statistically significant correlation for this relationship. Results suggest that the service context is a moderator of the employee job satisfaction – customer satisfaction relationship in a way that in personal services this correlation is stronger than in non-personal services. Some implications for future research are presented

  10. Undergraduate Students' Satisfaction with Hostel and Sense of Attachment to Place: Case Study of University Sains Malaysia

    OpenAIRE

    Fatemeh Khozaei; Ahmad S. Hassan; Zahra Khozaei

    2010-01-01

    Problem statement: Unlike numerous studies have explored residents satisfaction and sense of attachment to housing, little discussion exists on this area addressing the relationship between sense of attachment to place and student housing satisfaction. To fill such a gap, this article was an attempt to investigate undergraduate students level of satisfaction and sense of attachment to place drawn from three ethnics (Malay, Chinese and Indian) living in the hostels of University Sains Malaysia...

  11. Gambling cognition and subjective well-being as mediators between perceived stress and problem gambling: a cross-cultural study on White and Chinese problem gamblers.

    Science.gov (United States)

    Tang, Catherine So-Kum; Oei, Tian Po

    2011-09-01

    This study aimed to delineate various pathways whereby cognitive and emotional vulnerabilities triggered by stress would lead to disruptive gambling. A multiple mediation framework was proposed to specify that gambling cognition and subjective well-being would mediate the influence of perceived stress on problem gambling. The cross-cultural validity of the proposed framework was examined with 132 White gamblers in Australia and 154 Chinese gamblers in China. They completed psychological scales on perceived stress, gambling expectancy bias, gambling refusal efficacy, negative affect, life satisfaction, and problem gambling. Compared to Chinese gamblers, White gamblers reported higher levels of perceived stress, gambling expectancy bias, and problem gambling as well as more pervasive negative affect and lower levels of life satisfaction. Results showed that the proposed multiple mediation framework fit the data better than two alternative plausible models. Life satisfaction and gambling refusal efficacy were two consistent mediators across White and Chinese gamblers. (c) 2011 APA, all rights reserved.

  12. Effect of Job Specialization on the Hospital Stay and Job Satisfaction of ED Nurses.

    Science.gov (United States)

    Shamsi, Vahid; Mahmoudi, Hosein; Sirati Nir, Masoud; Babatabar Darzi, Hosein

    2016-02-01

    In recent decades, the increasing crowdedness of the emergency departments has posed various problems for patients and healthcare systems worldwide. These problems include prolonged hospital stay, patient dissatisfaction and nurse burnout or job dissatisfaction. The aim of this study was to investigate the effect of emergency department (ED) nurses' job specialization on their job satisfaction and the length of patient stay in the ED. This before-after quasi-experimental study was conducted from April to May 2014 at the Baqiyatallah Hospital, Tehran, Iran. Initially, 35 patients were recruited as controls and the length of their stay in the ED was measured in minutes via a chronometer; Moreover, nurses' job satisfaction was evaluated using the Mohrman-Cooke-Mohrman job satisfaction scale. Then, a job specialization intervention was developed based on the stabilization model. After that, 35 new patients were recruited to the treatment group and received specialized care services. Accordingly, the length of their stay in the ED was measured. Moreover, the same nurses' job satisfaction was re-evaluated after the study. The study intervention lasted one month. Data were analyzed using the SPSS software version 20 and statistical tests such as the Kolmogrov-Smirnov, the paired and the independent t, and chi-square tests. There was a significant difference between the two groups of patients concerning the length of their stay in the ED (P nurses had greater job satisfaction after the study (P job specialization intervention can improve nurses' satisfaction and relieve the crowdedness of the EDs.

  13. Examining University Students' Anger and Satisfaction with Life

    Science.gov (United States)

    Çevik, Gülsen Büyüksahin

    2017-01-01

    The current research aims to study university students' levels of anger and satisfaction with life, based on gender, years of attendance, accommodation, and whether they experience adjustment problems. The current research participants included a total of 484 individuals (X-bar age = 22.56; SD = 1.72; range = 19-37), with 269 (55.6%) males and 215…

  14. The Relationship between Job Variables of Life Satisfaction and Marital Satisfaction of Lecturers

    OpenAIRE

    Metehan ÇELİK; Songül TÜMKAYA

    2012-01-01

    The purpose of this study was to examine the relationship between the job variables of life satisfaction and marital satisfaction of lecturers. It is descriptive study comparing the marital satisfaction and life satisfaction in terms of gender, academic status, working year and working hours. The sample of the study consisted of voluntary and married 119 lecturers (40 female, 79 male). Data collection instruments were Marital Adjustment Scale and Life Satisfaction Scale. In terms of gender va...

  15. Citizen (Dis)satisfaction

    DEFF Research Database (Denmark)

    Olsen, Asmus Leth

    2015-01-01

    This article introduces the importance of equivalence framing for understanding how satisfaction measures affect citizens’ evaluation of public services. Does a 90 percent satisfaction rate have a different effect than a logically equivalent 10 percent dissatisfaction rate? Two experiments were...... conducted on citizens’ evaluations of hospital services in a large, nationally representative sample of Danish citizens. Both experiments found that exposing citizens to a patient dissatisfaction measure led to more negative views of public service than exposing them to a logically equivalent satisfaction...... metric. There is some support for part of the shift in evaluations being caused by a negativity bias: dissatisfaction has a larger negative impact than satisfaction has a positive impact. Both professional experience at a hospital and prior exposure to satisfaction rates reduced the negative response...

  16. FACTORS THAT AFFECT SOCIAL WORKERS’ JOB SATISFACTION, STRESS AND BURNOUT

    Directory of Open Access Journals (Sweden)

    Calitz, Taetske

    2014-11-01

    Full Text Available Social work was classified as a scare skill and the retention of social workers is an important aspect that needs urgent attention. The research goal of this study was to determine what degree of work engagement and job satisfaction South African social workers experience in their current positions and how this influences job turnover, burnout and the intention to leave the profession. The purpose was to determine the needs social workers experience that will affect turnover in the profession. The needs/problems social workers experienced were stress, burnout, lower job satisfaction and work engagement.

  17. Constraint satisfaction adaptive neural network and heuristics combined approaches for generalized job-shop scheduling.

    Science.gov (United States)

    Yang, S; Wang, D

    2000-01-01

    This paper presents a constraint satisfaction adaptive neural network, together with several heuristics, to solve the generalized job-shop scheduling problem, one of NP-complete constraint satisfaction problems. The proposed neural network can be easily constructed and can adaptively adjust its weights of connections and biases of units based on the sequence and resource constraints of the job-shop scheduling problem during its processing. Several heuristics that can be combined with the neural network are also presented. In the combined approaches, the neural network is used to obtain feasible solutions, the heuristic algorithms are used to improve the performance of the neural network and the quality of the obtained solutions. Simulations have shown that the proposed neural network and its combined approaches are efficient with respect to the quality of solutions and the solving speed.

  18. Transformational leadership, empowerment, and job satisfaction: the mediating role of employee empowerment.

    Science.gov (United States)

    Choi, Sang Long; Goh, Chin Fei; Adam, Muhammad Badrull Hisyam; Tan, Owee Kowang

    2016-12-01

    Recent studies have revealed that nursing staff turnover remains a major problem in emerging economies. In particular, nursing staff turnover in Malaysia remains high due to a lack of job satisfaction. Despite a shortage of healthcare staff, the Malaysian government plans to create 181 000 new healthcare jobs by 2020 through the Economic Transformation Programme (ETP). This study investigated the causal relationships among perceived transformational leadership, empowerment, and job satisfaction among nurses and medical assistants in two selected large private and public hospitals in Malaysia. This study also explored the mediating effect of empowerment between transformational leadership and job satisfaction. This study used a survey to collect data from 200 nursing staff, i.e., nurses and medical assistants, employed by a large private hospital and a public hospital in Malaysia. Respondents were asked to answer 5-point Likert scale questions regarding transformational leadership, employee empowerment, and job satisfaction. Partial least squares-structural equation modeling (PLS-SEM) was used to analyze the measurement models and to estimate parameters in a path model. Statistical analysis was performed to examine whether empowerment mediated the relationship between transformational leadership and job satisfaction. This analysis showed that empowerment mediated the effect of transformational leadership on the job satisfaction in nursing staff. Employee empowerment not only is indispensable for enhancing job satisfaction but also mediates the relationship between transformational leadership and job satisfaction among nursing staff. The results of this research contribute to the literature on job satisfaction in healthcare industries by enhancing the understanding of the influences of empowerment and transformational leadership on job satisfaction among nursing staff. This study offers important policy insight for healthcare managers who seek to increase job

  19. The Effect of Income on Job Satisfaction and Residential Satisfaction: a Literature Review

    OpenAIRE

    Bahare Fallahi, Aida Mehrad

    2015-01-01

    The aim of present literature review paper is to identify vital role of income on the amount of job satisfaction and residential satisfaction. The findings of this study express that these two inner feeling factors have fundamental role on individual€™s life. In addition, this study focused on value of income and its effect on job satisfaction and residential satisfaction. Moreover, low levels of income leads to various difficulties such as low level of job satisfaction and decrease of reside...

  20. A Research on Patient Satisfaction with Primary Health Care in the Center of Afyonkarahisar

    Directory of Open Access Journals (Sweden)

    Nazli Sensoy

    2013-10-01

    Full Text Available Aim: Patient satisfaction is an important indicator to evaluate the quality of primary health care service. It is also significant to improve the quality of medical care, expectation from health staff, priority of patient needs, views and feedbacks about medical services in primary health care. Our objective in this study is to determine the patient satisfaction and the factors effecting this aspect in the evaluation of primary health care quality. Material and Method: This research was carried out in one Mother and Child Health and Family Planning Centre and nine Health Centers in January 2009 at Afyonkarahisar center. The questionnaire was performed to investigate the degree of satisfaction about health services, and socio-demographic characteristics of patients admitted to primary health care by face to face interview method. The data was evaluated by SPSS 15.00.Results: 1227 patients participating in the study, 809 women and 418 were male, married 878, 290 were single.Their education level was 408 graduated from primary school. At the same time, their job distributions were 596 housewives, 133 retired. When the patients had health problems, the most preferable institutione was health center, the choice of the reasons they were satisfied with the services in general, determined as to obtain quick results and confidence in solving problems.75% of the patients waiting time for admission and registration procedures were 0-5minutes. The admission reasons were mostly physical examination and prescription. Patients who are male, aged above 50 years and low educated had much higher satisfaction levels. Discussion: As a result, decreased satisfaction with higher education level, satisfaction increased with increasing age and a short waiting period for the application-registration and examination procedures were being influenced patient satisfaction.

  1. Visitors Satisfaction Measurement in Czech Tourism

    Directory of Open Access Journals (Sweden)

    Tomáš Sadílek

    2015-01-01

    Full Text Available The paper deals with describing the method of satisfaction measurement as a one of marketing techniques used for detecting visitors’ satisfaction in tourist regions in the Czech Republic. In the treatise, we try to analyse visitors’ satisfaction with the twenty four partial factors affecting total satisfaction. In the theoretical part of the paper, there are described methodological approaches to satisfaction measurement and presented various methods for satisfaction measurement with focus on the Satisfaction Pyramid method which is also used in the field part. Other presented methods are Customer Satisfaction Index, European Customer Satisfaction Model, Importance-Satisfaction Matrix, SERVQUAL Concept and KANO Model. Data have been collected all over the Czech Republic in years 2010 and 2011 twice every year. In the field part there are presented calculations of data and described total satisfaction, Satisfaction Index and partial satisfactions as well as level of satisfaction by tourist regions and correlations between partial satisfactions and total satisfaction which refers to importance of partial factors. Most important factors affecting total satisfaction are public transport, sport equipment, shopping possibilities, children attractions, orientation signage and free time programs.

  2. Measuring patient satisfaction with health care treatment using the Short Assessment of Patient Satisfaction measure delivered superior and robust satisfaction estimates.

    Science.gov (United States)

    Hawthorne, Graeme; Sansoni, Jan; Hayes, Laura; Marosszeky, Nick; Sansoni, Emily

    2014-05-01

    Reviews of patient satisfaction suggest seven dimensions, each of which should be assessed. This study reports development of a short generic patient satisfaction measure for use in routine clinical practice. Participants were randomly recruited from two Australian incontinence clinics. Participants completed a follow-up questionnaire including patient satisfaction items. Iterative Mokken and Rasch analyses derived the Short Assessment of Patient Satisfaction (SAPS) scale from the item bank. The SAPS psychometric properties illustrated the following features, namely its descriptive system covers all seven patient satisfaction dimensions, there were no misfitting items, and the scale exceeded the Loevinger H criteria for a strong unidimensional scale. The reliability of the SAPS was Cronbach α=0.86. When discriminatory function was examined, the SAPS scale was more sensitive than two other generic patient satisfaction instruments. The SAPS scale is based on a firm theoretical model of patient satisfaction and its descriptive system covers the known dimensions contributing to patient satisfaction. Its internal psychometric properties exceeded standard psychometric standards, and it discriminated at least as well as other longer patient satisfaction measures. Although it needs further validation, the study results suggest that it may be useful for assessing patient satisfaction with health care. Copyright © 2011 SAPS is held and will continue to be held in perpetuity by the authors with a license to the Commonwealth of Australia. Researchers are welcome to use the SAPS subject to acknowledgement/citation of the authors' rights in the usual way. Published by Elsevier Inc. All rights reserved.

  3. Impact of Job Satisfaction on Greek Nurses' Health-Related Quality of Life.

    Science.gov (United States)

    Ioannou, Panagiotis; Katsikavali, Vassiliki; Galanis, Petros; Velonakis, Emmanuel; Papadatou, Danai; Sourtzi, Panayota

    2015-12-01

    Employee job satisfaction and its relationship with health and quality of life has been an issue of major concern over the past decades. Nurses experience difficult working conditions that affect their job satisfaction, health, and quality of life. A cross-sectional study was undertaken in three general hospitals and their respective health centers. Stratified random sampling by level of education was used, and 508 nurses and nursing assistants were included. A self-administered anonymous questionnaire, which included the Measure of Job Satisfaction, the 36-item Short Form Health Survey, as well as demographic details, education, and work conditions data, was used. Greek nurses were found to be dissatisfied with their job according to the total score of the job satisfaction scale, although personal satisfaction and satisfaction with support had had higher scores. Their general health was reported as average, because of physical and mental health problems, low vitality, low energy, and increased physical pain. Multivariate linear regression analysis revealed that males and those wishing to stay in the job had higher physical and mental health. Increased job satisfaction was related to increased physical and mental health. Although Greek nurses are not satisfied with their work, those with high levels of job satisfaction had better health-related quality of life. The findings suggest that improvement of the work environment would contribute to a healthier and more satisfied nursing workforce.

  4. Occupational Stressors and Job Satisfaction of Pennsylvania School District Superintendents

    Science.gov (United States)

    Kane, Kevin T.

    2017-01-01

    Today's superintendents face increasingly non-routine and complex problems that are educational, managerial, and political in nature. This study investigated occupational stressors and job satisfaction of school superintendents in Pennsylvania. This was accomplished through self-report of superintendents and through the perspective of school board…

  5. Influence of multi-level anaesthesia care and patient profile on perioperative patient satisfaction in short-stay surgical inpatients: A preliminary study

    Directory of Open Access Journals (Sweden)

    Amarjeet Singh

    2007-01-01

    Full Text Available Background and goals of study: Patient satisfaction in relation to perioperative anesthesia care represents essential aspect of quality health-care management. We analyzed the influence of multi-level anesthesia care exposure and patient profile on perioperative patient satisfaction in short-stay surgical inpatients. Methods : 120 short-stay surgical inpatients who underwent laparoscopic surgery have been included in this prospective study. Pertaining to demographic parameters (age, gender, education, profession, duration of stay (preoperative room, recovery room, various patient problems and patient satisfaction (various levels, overall were recorded by an independent observer and analyzed. Overall, adults, male and uneducated patients experienced more problems. Conversely, elderly, females and educated patients were more dissatisfied. Female patients suffered more during immediate postoperative recovery room stay and were more dissatisfied than their male counterparts (p< 0.05. However, patient′s professional status had no bearing on the problems encountered and dissatisfaction levels. Preoperative and early postoperative period accounted for majority of the problems encountered among the study population. There was a positive correlation between problems faced and dissatisfaction experienced at respective levels of anesthesia care (p< 0.05. Conclusion(s : Patient′s demographic profile and problems faced during respective level of anesthesia care has a correlation with dissatisfaction. Interestingly, none of the above stated factors had any effect on overall satisfaction level.

  6. The influence of achievement before, during and after medical school on physician job satisfaction.

    Science.gov (United States)

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

    2014-10-01

    In this longitudinal study, we investigated the relationship between physicians' prior achievements (before, during and after medical school) and job satisfaction, and tested the two lines of reasoning that prior achievements influence job satisfaction positively or negatively, respectively. The participants were graduates who started their medical training in 1982 (n = 147), 1983 (n = 154), 1992 (n = 143) and 1993 (n = 153). We operationalised job satisfaction as satisfaction (on a 10-point scale) with 13 cognitive, affective and instrumental aspects of the participants' jobs. The measures of achievement before, during and after medical school included pre-university grade point average, study progress and a residency position in the specialty of first choice, respectively. We included the effect of curriculum type (problem-based learning versus traditional), gender and years of experience as moderator variables. Higher achievers before and during medical school were more satisfied about their income (β = .152, p job satisfaction. The direction of the influences depended on the job satisfaction aspect in question, which indicates that it is important to distinguish between aspects of job satisfaction. To optimize job satisfaction of high achievers, it is important for graduates to obtain their preferred specialty. Furthermore, it is vital to provide them with enough opportunities for further development.

  7. Customer satisfaction.

    Science.gov (United States)

    Vukmir, Rade B

    2006-01-01

    This paper seeks to present an analysis of the literature examining objective information concerning the subject of customer service, as it applies to the current medical practice. Hopefully, this information will be synthesized to generate a cogent approach to correlate customer service with quality. Articles were obtained by an English language search of MEDLINE from January 1976 to July 2005. This computerized search was supplemented with literature from the author's personal collection of peer-reviewed articles on customer service in a medical setting. This information was presented in a qualitative fashion. There is a significant lack of objective data correlating customer service objectives, patient satisfaction and quality of care. Patients present predominantly for the convenience of emergency department care. Specifics of satisfaction are directed to the timing, and amount of "caring". Demographic correlates including symptom presentation, practice style, location and physician issues directly impact on satisfaction. It is most helpful to develop a productive plan for the "difficult patient", emphasizing communication and empathy. Profiling of the customer satisfaction experience is best accomplished by examining the specifics of satisfaction, nature of the ED patient, demographic profile, symptom presentation and physician interventions emphasizing communication--especially with the difficult patient. The current emergency medicine customer service dilemmas are a complex interaction of both patient and physician factors specifically targeting both efficiency and patient satisfaction. Awareness of these issues particular to the emergency patient can help to maximize efficiency, minimize subsequent medicolegal risk and improve patient care if a tailored management plan is formulated.

  8. Ligand-Controlled Chemoselective C(acyl)–O Bond vs C(aryl)–C Bond Activation of Aromatic Esters in Nickel Catalyzed C(sp2)–C(sp3) Cross-Couplings

    KAUST Repository

    Chatupheeraphat, Adisak

    2018-02-20

    A ligand-controlled and site-selective nickel catalyzed Suzuki-Miyaura cross-coupling reaction with aromatic esters and alkyl organoboron reagents as coupling partners was developed. This methodology provides a facile route for C(sp2)-C(sp3) bond formation in a straightforward fashion by successful suppression of the undesired β-hydride elimination process. By simply switching the phosphorus ligand, the ester substrates are converted into the alkylated arenes and ketone products, respectively. The utility of this newly developed protocol was demonstrated by its wide substrate scope, broad functional group tolerance and application in the synthesis of key intermediates for the synthesis of bioactive compounds. DFT studies on the oxidative addition step helped rationalizing this intriguing reaction chemoselectivity: whereas nickel complexes with bidentate ligands favor the C(aryl)-C bond cleavage in the oxidative addition step leading to the alkylated product via a decarbonylative process, nickel complexes with monodentate phosphorus ligands favor activation of the C(acyl)-O bond, which later generates the ketone product.

  9. Motivation as factor influencing productivity and job satisfaction in ...

    African Journals Online (AJOL)

    The paper investigated the influence of motiv ation on productivity of staff on the basis of job satisfaction, participation in office decision s and attitude of supervisor to staff personal problems. Survey method was used to c arry out the research and total enumerative techniques in addition to interview were employed in ...

  10. The clinical profile of employees with mental health problems working in social firms in the UK.

    Science.gov (United States)

    Milton, Alyssa; Parsons, Nicholas; Morant, Nicola; Gilbert, Eleanor; Johnson, Sonia; Fisher, Adrian; Singh, Swaran; Cunliffe, Di; Marwaha, Steven

    2015-08-01

    UK social firms are under-researched but are a potentially important vocational option for people with mental health problems. To describe the clinical profile, satisfaction levels and experiences of social firms employees with mental health problems. Clinical, work and service use characteristics were collected from social firms' employees with mental health problems in England and Wales. Workplace experience and satisfaction were explored qualitatively. Predominantly, social firms' employees (N = 80) report that they have a diagnosis of depression (56%) and anxiety (41%). People with schizophrenia (20%) or bipolar disorder (5%) were a minority. Respondents had low symptom and disability levels, high quality of life and job satisfaction and experienced reductions in secondary mental health service use over time. High-workplace satisfaction was related to flexibility, manager and colleague support and workplace accommodations. The clinical profile, quality of life and job satisfaction level of employees with mental health problems suggest social firms could be a useful addition to UK vocational services for some people. Current employees mainly have common mental disorders, and social firms will need to shift their focus if they are to form a substantial pathway for the vocational recovery of people currently using community mental health teams.

  11. Rhodium(III)-Catalyzed [3+2]/[5+2] Annulation of 4-Aryl 1,2,3-Triazoles with Internal Alkynes through Dual C(sp2)-H Functionalization.

    Science.gov (United States)

    Yang, Yuan; Zhou, Ming-Bo; Ouyang, Xuan-Hui; Pi, Rui; Song, Ren-Jie; Li, Jin-Heng

    2015-05-26

    A rhodium(III)-catalyzed [3+2]/[5+2] annulation of 4-aryl 1-tosyl-1,2,3-triazoles with internal alkynes is presented. This transformation provides straightforward access to indeno[1,7-cd]azepine architectures through a sequence involving the formation of a rhodium(III) azavinyl carbene, dual C(sp(2))-H functionalization, and [3+2]/[5+2] annulation. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  12. The Relationship between Demographics Variables, Emotional Intelligence, Communication Effectiveness, Motivation, and Job Satisfaction

    OpenAIRE

    Hassan Jorfi; Hashim Fauzy Bin Yaccob; Ishak Mad Shah

    2011-01-01

    What seems to still be the main concern for managers and employees in the organization world across the globe is communication effectiveness. The problem to be addressed in this study was the lack of motivation and job satisfaction in educational administrations of Iran. Upon reviewing various literatures on this subject, it was found that emotional intelligence is one of the most vital factors that help sustain communication effectiveness and job satisfaction. The researcher upon having a de...

  13. Marital Satisfaction and Life Circumstances of Grown Children With Autism Across 7 Years

    OpenAIRE

    Hartley, Sigan L.; Barker, Erin T.; Baker, Jason K.; Seltzer, Marsha Mailick; Greenberg, Jan S.

    2012-01-01

    We examined the extent to which marital satisfaction across 7 years in 199 mothers was associated with the characteristics (gender, age, and intellectual disability status) of their adolescent or adult child with an autism spectrum disorder (ASD) and whether fluctuations in marital satisfaction covaried with the child’s autism symptoms, health, behavior problems, and closeness in the parent–child relationship. We also examined the impact of the departure of the adult child out of the family h...

  14. Communication and relationship satisfaction in Chinese, Western, and intercultural Chinese-Western couples.

    Science.gov (United States)

    Hiew, Danika N; Halford, W Kim; van de Vijver, Fons J R; Liu, Shuang

    2016-03-01

    The current study compared Chinese, Western, and intercultural Chinese-Western couples' communication and examined how culture moderates the association of communication with relationship satisfaction. We coded the communication of 33 Western couples, 36 Chinese couples, and 54 intercultural Chinese-Western couples when discussing a relationship problem and when reminiscing about positive relationship events. Couples with Chinese female partners showed fewer positive behaviors and more negative behaviors (as classified in existing Western coding systems) than couples with Western female partners. The male partner's culture had few associations with couples' rates of communication behavior. Relationship satisfaction was associated with low rates of negative behaviors and high rates of most of the positive behaviors across cultural groups, and these associations were more evident in problem discussions than positive reminiscences. (c) 2016 APA, all rights reserved).

  15. Integrated case management for work-related upper-extremity disorders: impact of patient satisfaction on health and work status.

    Science.gov (United States)

    Feuerstein, Michael; Huang, Grant D; Ortiz, Jose M; Shaw, William S; Miller, Virginia I; Wood, Patricia M

    2003-08-01

    An integrated case management (ICM) approach (ergonomic and problem-solving intervention) to work-related upper-extremity disorders was examined in relation to patient satisfaction, future symptom severity, function, and return to work (RTW). Federal workers with work-related upper-extremity disorder workers' compensation claims (n = 205) were randomly assigned to usual care or ICM intervention. Patient satisfaction was assessed after the 4-month intervention period. Questionnaires on clinical outcomes and ergonomic exposure were administered at baseline and at 6- and 12-months postintervention. Time from intervention to RTW was obtained from an administrative database. ICM group assignment was significantly associated with greater patient satisfaction. Regression analyses found higher patient satisfaction levels predicted decreased symptom severity and functional limitations at 6 months and a shorter RTW. At 12 months, predictors of positive outcomes included male gender, lower distress, lower levels of reported ergonomic exposure, and receipt of ICM. Findings highlight the utility of targeting workplace ergonomic and problem solving skills.

  16. Comparison Between Marital Satisfaction and Self-Esteem Before and After Bariatric Surgery in Patients With Obesity.

    Science.gov (United States)

    Ghanbari Jolfaei, Atefeh; Lotfi, Tahereh; Pazouki, Abdolreza; Mazaheri Meybod, Azadeh; Soheilipour, Fahimeh; Jesmi, Fatemeh

    2016-09-01

    Obesity is one of the most common chronic diseases with important medical effects, as well as mental and social health problems. Bariatric surgery is one of the most effective treatments of morbid obesity. Because of the possible psychological changes, and its effects on weight loss after surgery, the current study aimed to compare marital satisfaction and self-confidence in patients with obesity before and after bariatric surgery in Rasoul-e-Akram hospital in 2013. This prospective observational study was conducted on 69 candidates for bariatric surgery. Marital satisfaction and self-confidence were assessed before and six months after the surgery by Enrich marital satisfaction scale and Coopersmith self-esteem inventory. Descriptive statistics and T-tests were utilized to analyze data. Values of P ≤ 0.01 were considered statistically significant. Despite the improvement of sexual relationship, marital satisfaction scores significantly decreased from141.26 ± 12.75 to 139.42 ± 12.52 six months after the surgery (P = 0.002). Satisfaction in scales of conflict resolution and communication showed a descending pattern (P self-esteem before and after the surgery (P = 0.321). Weight loss after bariatric surgery did not improve self-esteem and marital satisfaction six months post operatively; therefore, psychiatric assessment of patients before and after the surgery is crucial; since even if they are not associated with prognosis of the surgery, it is important to provide treatment for psychiatric problems. Prospective studies are recommended to assess post-operative changes of other psychological aspects.

  17. Tracking the employee satisfaction-life satisfaction binary: the case of South African academics

    OpenAIRE

    Mafini, Chengedzai

    2014-01-01

    Orientation: The study tests a conceptual framework that suggests a positive interplay between life satisfaction and five employee satisfaction dimensions, namely workplace flexibility, skills utilisation, teamwork, remuneration and autonomy. Research purpose: The aim of the study was to investigate the relationship between employee satisfaction and life satisfaction amongst university academics in South Africa. Motivation for the study: The study occupies the gap in literature focusin...

  18. Career Satisfaction and Willingness to Contribute to Malaysian Economy: Skilled Migrants in Malaysia

    Directory of Open Access Journals (Sweden)

    Chuie-Hong TAN

    2010-05-01

    Full Text Available This article examines the effects of immigrants’ perceptions of their contribution to the host country, access to equal opportunities and government support on their career satisfaction. Results suggested that expatriates’ willingness to contribute to the host country have a significant positive association with their career satisfaction. Expatriates’ positive perceptions on equal opportunities to be successful are also significantly related directly to their career satisfaction. Results support the view that the expatriates’ optimistic perceptions towards the host country will enhance the quality of their career undertakings. Government should adopt a light touch towards the problem, by providing entry relaxation for them and promoting Malaysia as an attractive working and living environment.

  19. Review of Thermal Materials for CSP Plants and LCOE Evaluation for Performance Improvement using Chilean Strategic Minerals: Lithium Salts and Copper Foams

    Directory of Open Access Journals (Sweden)

    Gustavo Cáceres

    2016-01-01

    Full Text Available The improvement of solar thermal technologies in emerging economies like Chile is particularly attractive because the country is endowed with one of the most consistently high solar potentials, lithium and copper reserves. In recent years, growing interests for lithium based salts and copper foams in application of thermal technologies could change the landscape of Chile transforming its lithium reserves and copper availability into competitive energy produced in the region. This study reviews the technical advantages of using lithium based salts—applied as heat storage media and heat transfer fluid—and copper foam/Phase Change Materials (PCM alternatives—applied as heat storage media—within tower and parabolic trough Concentrated Solar Power (CSP plants, and presents a first systematic evaluation of the costs of these alternatives based on real plant data. The methodology applied is based on material data base compilation of price and technical properties, selection of CSP plant and estimation of amount of required material, and analysis of Levelized Cost of Electricity (LCOE. Results confirm that some lithium based salts are effective in reducing the amount of required material and costs for the Thermal Energy Storage (TES systems for both plant cases, with savings of up to 68% and 4.14% in tons of salts and LCOE, respectively. Copper foam/PCM composites significantly increase thermal conductivity, decreasing the volume of the TES system, but costs of implementation are still higher than traditional options.

  20. The impact of factors influencing destination quality on overall customer satisfaction

    Directory of Open Access Journals (Sweden)

    Ida Vajčnerová

    2013-01-01

    Full Text Available The paper deals with problems concerning tourist destination quality and the impact of individual factors on the overall satisfaction of a customer – a visitor to a destination. The methodology is based on the evaluation of individual factors that were identified on the basis of previously conducted researches and that consider all attributes of a destination which visitors are able to evaluate on the basis of their experience and consequent satisfaction. The used data were obtained by a questionnaire surveys, the evaluation is qualitative, and the ten-degree Likert scale is used. The practical part of the paper will focus on creating a multidimensional regression model for overall customer satisfaction for evaluating individual quality factors. The objective of the paper is to identify factors that influence overall customer satisfaction the most; this will be done on the basis of the statistical importance of individual regression parameters. The analysis will be conducted for the data from the regions of Lednice-Valtice Area and Znojemsko and Podyjí; subsequently these two regions will be compared.

  1. Intrinsic job satisfaction, overall satisfaction, and intention to leave the job among nursing assistants in nursing homes.

    Science.gov (United States)

    Decker, Frederic H; Harris-Kojetin, Lauren D; Bercovitz, Anita

    2009-10-01

    We examined predictors of intrinsic job satisfaction, overall satisfaction, and intention to leave the job among nursing assistants (NAs). The study focused on NAs who worked 30 or more hours per week in a nursing home. Data on 2,146 NAs meeting this criterion came from the 2004 National Nursing Assistant Survey, the first telephone interview survey of NAs nationwide. Regression equations were calculated in which intrinsic satisfaction, overall satisfaction, and intention to leave were dependent variables. NA attributes (e.g., job tenure and education) and extrinsic job factors (e.g., assessment of supervisor behavior, pay satisfaction, and benefits) were exogenous variables. A positive assessment of the supervisor's behavior had the strongest association with intrinsic satisfaction. Pay satisfaction had the second strongest association with intrinsic satisfaction. Predictors with the strongest associations with intention to leave were overall and intrinsic satisfaction. Assessment of the supervisor was not associated directly with intention to leave. Assessments of the supervisor and pay may affect overall satisfaction and intention to leave in part through their direct effects on intrinsic satisfaction. Some facility and NA attributes were related to intrinsic satisfaction but not to overall satisfaction, suggesting that intrinsic satisfaction may be an intervening variable in the impact of these attributes on overall satisfaction. Intrinsic satisfaction and extrinsic job factors amenable to change appear central to NAs' overall satisfaction and intention to leave. A facility may be able to improve extrinsic job factors that improve NAs' job-related affects, including intrinsic satisfaction.

  2. Feeling hindered by health problems and functional capacity at 60 years and above.

    Science.gov (United States)

    Fagerström, Cecilia; Holst, Göran; Hallberg, Ingalill R

    2007-01-01

    It is common to use activities of daily living (ADL) rating scales to identify the impact of health problems such as diseases, impaired eyesight or hearing on daily life. However, for various reasons people with health problems might feel hindered in daily life before limitations in ability to perform ADL have occurred. In addition, there is sparse knowledge of what makes people feel hindered by health problems in relation to their ADL capacity. The aim was to investigate feeling hindered by health problems among 1297 people aged 60-89 living at home in relation to ADL capacity, health problems, life satisfaction, self-esteem, and social and financial resources, using a self-reported questionnaire, including questions from Older Americans' Resources and Services schedule (OARS), Rosenberg's self-esteem and Life Satisfaction Index Z (LSIZ). People feeling greatly hindered by health problems rarely had anyone who could help when they needed support, had lower life satisfaction and self-esteem than those not feeling hindered. Feeling hindered by health problems appeared to take on a different meaning depending on ADL capacity, knowledge that seems essential to include when accomplishing health promotion and rehabilitation interventions, especially at the early stages of reduced ADL capacity.

  3. Relations between life satisfaction, family and friendship satisfaction and religiosity in adolescence

    Directory of Open Access Journals (Sweden)

    Doralúcia Gil da Silva

    2017-02-01

    Full Text Available This work aimed to discuss relations between life satisfaction, family and friendship satisfaction and religiosity in a sample of adolescents. A record of sociodemographic data, a Multidimensional Scale of Life Satisfaction and a Positive and Negative Affect Scale were applied in 420 students (M= 14.91 years old; SD=1.65 from public schools of Porto Alegre. The results indicated that adolescents who reported having religion had higher life satisfaction, subjective well-being, and family and friendship satisfaction, all with significant differences. Religiosity and interpersonal relationships are factors that can act in a positive way and increase well-being perception by the adolescent. Implications about the form of to assess subjective well-being, as well as religiosity, are discussed.

  4. Canadian nurse practitioner job satisfaction.

    Science.gov (United States)

    LaMarche, Kimberley; Tullai-McGuinness, Susan

    2009-01-01

    To examine the level of job satisfaction and its association with extrinsic and intrinsic job satisfaction characteristics among Canadian primary healthcare nurse practitioners (NPs). A descriptive correlational design was used to collect data on NPs' job satisfaction and on the factors that influence their job satisfaction. A convenience sample of licensed Canadian NPs was recruited from established provincial associations and special-interest groups. Data about job satisfaction were collected using two valid and reliable instruments, the Misener Nurse Practitioner Job Satisfaction Survey and the Minnesota Satisfaction Questionnaire. Descriptive statistics, Pearson correlation and regression analysis were used to describe the results. The overall job satisfaction for this sample ranged from satisfied to highly satisfied. The elements that had the most influence on overall job satisfaction were the extrinsic category of partnership/collegiality and the intrinsic category of challenge/autonomy. These findings were consistent with Herzberg's Dual Factor Theory of Job Satisfaction. The outcomes of this study will serve as a foundation for designing effective human health resource retention and recruitment strategies that will assist in enhancing the implementation and the successful preservation of the NP's role.

  5. Medical image segmentation by means of constraint satisfaction neural network

    International Nuclear Information System (INIS)

    Chen, C.T.; Tsao, C.K.; Lin, W.C.

    1990-01-01

    This paper applies the concept of constraint satisfaction neural network (CSNN) to the problem of medical image segmentation. Constraint satisfaction (or constraint propagation), the procedure to achieve global consistency through local computation, is an important paradigm in artificial intelligence. CSNN can be viewed as a three-dimensional neural network, with the two-dimensional image matrix as its base, augmented by various constraint labels for each pixel. These constraint labels can be interpreted as the connections and the topology of the neural network. Through parallel and iterative processes, the CSNN will approach a solution that satisfies the given constraints thus providing segmented regions with global consistency

  6. The impact of innovation on customer satisfaction: A study of the cosmetics producer in Tehran

    Directory of Open Access Journals (Sweden)

    Daragahi Gholamreza Askarpour

    2017-01-01

    Full Text Available Nowadays customer satisfaction is one of the basic requirements of manufacturing companies in developing countries. This study was conducted to investigate the effect of innovation in product presentation on customer satisfaction. The statistical population includes the customers of cosmetics produced by ten companies in Iran. The simple random sampling method was used to select 387 individuals. The results indicated that innovation in product presentation had a positive effect on the satisfaction of customers consuming cosmetics. In this study, open innovation and closed innovation paradigms were employed to deal with the main research problem.

  7. [Nurses' professional satisfaction].

    Science.gov (United States)

    Del Cura, M L; Rodrigues, A R

    1999-10-01

    We carried out a study with 91 nurses, trying to find out about the feelings of these professionals regarding their satisfaction at work. We used the Work Satisfaction Assessment Questionnaire (WSAQ), drawn up and validated by Siqueira (1978) and adapted with the analysis of seven factors: General Satisfaction; Physical and Psychological Stress; "Status" of the Job; Location of the Company; Compensating Benefits; Recognition and Personal Development. Data showed nurses satisfied with their work, in its intrinsic aspects (Accomplishment, Recognition and Autonomy). The psychiatric nurses were the most mature, most experienced, showing a higher satisfaction level, whereas the pediatric nurses were the youngest, most inexperienced and presenting the highest level of dissatisfaction at work.

  8. THE LINK BETWEEN STUDENTS' SATISFACTION WITH FACULTY, OVERALL STUDENTS' SATISFACTION WITH STUDENT LIFE AND STUDENT PERFORMANCES

    Directory of Open Access Journals (Sweden)

    Zoran Mihanović

    2016-03-01

    Full Text Available Customer satisfaction has long been recognized as a central concept of all business activities. Satisfaction can serve as an indicator of success of the company, both in the past and present, as well as an indicator of future performance. High quality service to students is a prerequisite of maintaining competitiveness in the market of higher education. A relationship that is created between the expectations of students and their satisfaction with the quality of service that provides educational institution plays an important role in shaping the reputation of academic institutions. Academic institutions are becoming aware of the importance of student satisfaction, because satisfaction positively influences their decision to continue their education at this institution, and the positive word of mouth that will attract prospective students. Satisfaction will affect student motivation, and therefore their performance. This paper provides insight into the marketing aspects of customer satisfaction, primarily insight into the satisfaction of students in the educational sector. The aim is to establish the influence of satisfaction various factors related to the university and higher education to the satisfaction of student life, and does student life satisfaction affect the overall happiness and student performance. The research was conducted on the student population of the University of Split, on a sample of 191 respondents. The research was conducted with the help of online survey questionnaire. The claim that student’s satisfactions with housing affect the satisfaction with the quality of student life is rejected. The results confirmed that the student’s satisfaction with university contents, university bodies and services, teaching, teaching methods and academic reputation affects the satisfaction of student life and student life satisfaction affect the student performance.

  9. The Client Satisfaction Questionnaire: psychometric properties in a Dutch addict population.

    Science.gov (United States)

    De Wilde, Eveline F; Hendriks, Vincent M

    2005-01-01

    The aim of this study is to investigate psychometric properties of the Client Satisfaction Questionnaire (CSQ-8) in a Dutch substance abuse population. The CSQ-8 and the Mental Health Thermometer (the standard Dutch satisfaction instrument) were sent to 927 patients of a Dutch substance abuse treatment centre. (response rate 28.3%; n = 262). Data were compared on several variables (i.e., age, gender, ethnicity, treatment type). For a subgroup of responders (n = 84), data were compared with pre-treatment problem severity and treatment need (the European Addiction Severity Index). Both internal consistency and concurrent validity were found to be high. Only treatment type had significant effects on CSQ-8 satisfaction scores. Scores were negatively skewed. The CSQ-8 is as suitable an instrument to be used in addict populations, as it is in other populations. (c) 2005 S. Karger AG, Basel

  10. The Relationship between Self-efficacy and Marital Satisfaction among Married Students

    Directory of Open Access Journals (Sweden)

    Marzieh Mashal pour fard

    2016-08-01

    Full Text Available Background The present study was designed and conducted to determine the relationship between self-efficacy and marital satisfaction among married and single students. Materials and Methods The sample of this study consisted of 50 married students of Payame Noor University in IZEH city, South West of Iran; then simple random sampling method was used to select samples. To measure self-efficacy questionnaire Scherer and Enrich marital satisfaction questionnaire was used. Data were analyses using SPSS-20. Results The mean age of students were 23 + 0.739 years. In terms of demographic characteristics, 50% of the study population were women and 50% were men. Results showed thatthere was a significant negative correlation between self-efficacy and marital satisfaction of male students (r= - 0.55 and P=0.001, respectively. Also, there was a significant negative correlation between self-efficacy and marital satisfaction in married women students (r= -0.47 and P=0.001, respectively. Conclusion The root of many marital problems, including divorce, the factors they are directly or indirectly marital satisfaction. Therefore, considering these variables can be important to prevent disputes in married life and many negative consequences for physical and mental health will bring the couple and their children that can affect the beneficial aspects of married life.

  11. Job satisfaction of nurses and identifying factors of job satisfaction in Slovenian Hospitals

    Science.gov (United States)

    Lorber, Mateja; Skela Savič, Brigita

    2012-01-01

    Aim To determine the level of job satisfaction of nursing professionals in Slovenian hospitals and factors influencing job satisfaction in nursing. Methods The study included 4 hospitals selected from the hospital list comprising 26 hospitals in Slovenia. The employees of these hospitals represent 29.8% and 509 employees included in the study represent 6% of all employees in nursing in Slovenian hospitals. One structured survey questionnaire was administered to the leaders and the other to employees, both consisting 154 items evaluated on a 5 point Likert-type scale. We examined the correlation between independent variables (age, number of years of employment, behavior of leaders, personal characteristics of leaders, and managerial competencies of leaders) and the dependent variable (job satisfactionsatisfaction with the work, coworkers, management, pay, etc) by applying correlation analysis and multivariate regression analysis. In addition, factor analysis was used to establish characteristic components of the variables measured. Results We found a medium level of job satisfaction in both leaders (3.49 ± 0.5) and employees (3.19 ± 0.6), however, there was a significant difference between their estimates (t = 3.237; P = Job satisfaction was explained by age (P job satisfaction variance. Conclusion Satisfied employees play a crucial role in an organization’s success, so health care organizations must be aware of the importance of employees’ job satisfaction. It is recommended to monitor employees’ job satisfaction levels on an annual basis. PMID:22661140

  12. Nurses' satisfaction with shiftwork and associations with work, home and health characteristics: a survey in the Netherlands.

    Science.gov (United States)

    Peters, Velibor P J M; de Rijk, Angelique E; Boumans, Nicolle P G

    2009-12-01

    This paper is a report of a study conducted to determine if satisfaction with irregular working hours that are a form of shiftwork operates as a mediator between work and home characteristics and health problems. Shiftwork contributes to health problems, decreased well-being and poorer health habits. It also affects employees' decisions to leave the healthcare sector. Although many nurses voluntarily work shifts, there have been few studies of their satisfaction with irregular working hours when these are a form of shiftwork. A survey was carried out with 144 nurses working in three nursing homes and one care home in the Netherlands. Questionnaires were distributed in 2003 to 233 nurses who worked shifts (response rate 60%). The questionnaire contained items on work and home characteristics, satisfaction with irregular working hours that are a form of shiftwork and health. A new scale to measure satisfaction with irregular working hours was constructed. All work characteristics, but no home characteristics, were associated with satisfaction with irregular working hours. The work characteristics 'job demands' and the home characteristics 'autonomy at home' and 'home demands' were associated with health. Satisfaction with irregular working hours did not mediate between work/home characteristics and health. Those reporting more social support, lower job demands and more job autonomy were more satisfied with their irregular working times that were a form of shiftwork. Satisfaction with irregular working hours is a useful construct that requires further longitudinal study. The results also underline the importance of considering home characteristics when predicting health outcomes.

  13. Electro-Kinetic Pumping with Slip Irreversibility in Heat Exchange of CSP-Powered Bio-Digester Assemblies

    Directory of Open Access Journals (Sweden)

    Emmanuel O.B. Ogedengbe

    2012-12-01

    Full Text Available Parametric studies of the effects of slip irreversibility in concentrating solar power (CSP-powered bio-digester assemblies are investigated. Complexities regarding the identification of the appropriate electro-kinetic phenomena for certain electrolyte phases are reviewed. The application of exergy analysis to the design of energy conversion devices, like solar thermal collectors, for the required heat of formation in a downdraft waste food bio-digester, is discussed. Thermal management in the silicon-based substrate of the energy system is analyzed. The rectangular-shaped micro-channels are simulated with a finite-volume, staggered coupling of the pressure-velocity fields. Entropy generation transport within the energy system is determined and coupled with the solution procedure. Consequently, the effects of channel size perturbation, Reynolds number, and pressure ratios on the thermal performance and exergy destruction are presented. A comparative analysis of the axial heat conduction for thermal management in energy conversion devices is proposed.

  14. Basic Psychological Need Satisfaction in Leisure Activities and Adolescents’ Life Satisfaction

    OpenAIRE

    Leversen, Ingrid; Danielsen, Anne G.; Birkeland, Marianne Skogbrott; Samdal, Oddrun

    2012-01-01

    Participation in leisure activities is an important arena for the positive psychological development of adolescents. The present study set out to examine the relationship between adolescents’ satisfaction of the psychological needs for competence, relatedness, and autonomy in their participation in leisure activities and their perceived life satisfaction. The aim was to identify the extent to which satisfaction of the three needs explained the relationship between participation in leisure act...

  15. Coping mediates the influence of personality on life satisfaction in patients with rheumatic diseases.

    Science.gov (United States)

    Vollmann, Manja; Pukrop, Jörg; Salewski, Christel

    2016-04-01

    A rheumatic disease can severely impair a person's quality of life. The degree of impairment, however, is not closely related to objective indicators of disease severity. This study investigated the influence and the interplay of core psychological factors, i.e., personality and coping, on life satisfaction in patients with rheumatic diseases. Particularly, it was tested whether coping mediates the effects of personality on life satisfaction. In a cross-sectional design, 158 patients diagnosed with a rheumatic disease completed questionnaires assessing the Big 5 personality traits (BFI-10), several disease-related coping strategies (EFK) and life satisfaction (HSWBS). Data were analyzed using a complex multiple mediation analysis with the Big 5 personality traits as predictors, coping strategies as mediators and life satisfaction as outcome. All personality traits and seven of the nine coping strategies were associated with life satisfaction (rs > |0.16|, ps ≤ 0.05). The mediation analysis revealed that personality traits had no direct, but rather indirect effects on life satisfaction through coping. Neuroticism had a negative indirect effect on life satisfaction through less active problem solving and more depressive coping (indirect effects > -0.03, ps  0.06, ps rheumatic diseases. The interplay of these variables should be considered in psychological interventions for patients with rheumatic diseases.

  16. The Relationship of Sexual Satisfaction and Marital Satisfaction with Domestic Violence against Pregnant Women

    Directory of Open Access Journals (Sweden)

    Somayeh Ramezani

    2015-10-01

    Full Text Available Introduction: Domestic violence is one of the most important public health priorities that directly or indirectly impact on pregnancy outcomes. Given the importance of sexuality in pregnancy and its effect on marital relations, this study aimed to investigate the relationship between sexual satisfaction and violence against pregnant women.Methods: In this cross-sectional study, 430 pregnant women admitted to Fatemiyeh hospital in Shahroud during the first quarter of 2015, after obtaining informed consent, were selected to complete Larson Sexual Satisfaction Scale and ENRICH Marital Satisfaction Scale as well as Domestic Violence questionnaire. Relationships between variables were analyzed using structural equation modeling.Results: The mean age of mothers was 28±5.2 years. Prevalence of domestic violence was reported 84.4% in this study. The 81.2% of participants reported physical violence, 55.8% reported emotional violence and 25.3% reported sexual violence. The mean score of marital satisfaction in women with domestic violence (162.5 ± 28.9 was significantly lower than that in pregnant women without domestic violence (188.7 ± 31.4. A significant negative relationship was observed between sexual satisfaction and marital satisfaction with the domestic violence, --0.42 and ‌–0.61, respectively.Conclusion: Considering the high prevalence of domestic violence and its significant relationship with marital satisfaction and sexual satisfaction in this study, interventions and counseling are recommended to increase marital satisfaction and sexual satisfaction and to reduce domestic violence during pregnancy.

  17. An opportunity for HMOs to use marketing to increase enrollee satisfaction.

    Science.gov (United States)

    Dwore, R B; Murray, B P; Parsons, R P; Gustafson, G

    2001-01-01

    To identify the combination of marketing components (i.e., service, price, access, and promotion) of commercial health maintenance organizations (HMOs) that are related to overall enrollee satisfaction. The researchers focus on factors that commercial HMOs control directly--specifically, health care organization and financing. Descriptive (mail order). This study uses national data provided by a major health benefits consulting firm, which collected data from a 1997 calendar year mail survey of HMO administrators. The administrators responded to an extensive survey, which tapped selected HMO marketing-mix components and the percentage of surveyed members who indicated satisfaction with their HMOs. To test hypotheses, researchers treated marketing-mix components as independent variables and enrollee satisfaction as the dependent variable. This study found statistically significant relationships between overall satisfaction and HMO providers' quality; access, particularly to specialists and out-of-network providers; waiting times for physician services; customer service; and disease prevention/health promotion programs. The researchers did not find significant relationships between overall satisfaction and accreditation by the National Committee for Quality Assurance (NCQA), the presence of physician gatekeepers, numbers of providers, or financial indicators. The relationship between overall satisfaction and utilization was mixed. This study's findings are largely consistent with the literature, consumer- and professional-group position papers, and the President's Advisory Commission on Consumer Protection and Quality in the Health Care Industry. HMOs can use marketing as a way to address problems and pursue opportunities identified by enrollees. As these findings demonstrate, certain features of HMO design are more appealing to patients. By focusing on these preferences, HMOs can adopt a responsive market orientation that gives rise to more effective marketing mixes

  18. Job Satisfaction of Nursing Managers

    OpenAIRE

    Petrosova, Liana; Pokhilenko, Irina

    2015-01-01

    The aim of the study was to research levels of job satisfaction, factors affecting job satisfaction/dissatisfaction, and ways to improve job satisfaction among nursing managers. The purposes of the study were to extend knowledge in the field of healthcare management, to raise awareness about factors that affect job satisfaction in nursing management career, and to provide suggestions regarding how to increase job satisfaction among nursing managers. The method of this study is literature r...

  19. Franchisees' level of satisfaction with the franchise relationship

    OpenAIRE

    Gerhard J Van Wyk; Johan W. De Jager

    2009-01-01

    Problem investigated and objectives: Franchisees often complain that franchisors do not meet their needs, and are generally viewed as being unhappy with the franchise relationship between franchisees and franchisors. The aim of this paper is to investigate the level of satisfaction of franchisees with the franchise relationship, including the following elements: franchisee independence, support with the selection of a distribution point, allocation of geographical trading areas, support ...

  20. Life satisfaction and work-related satisfaction among anesthesiologists in Poland.

    Science.gov (United States)

    Gaszynska, Ewelina; Stankiewicz-Rudnicki, Michal; Szatko, Franciszek; Wieczorek, Andrzej; Gaszynski, Tomasz

    2014-01-01

    The aim of the study was to assess the level of life and job satisfaction of Polish anesthesiologists and to explore the impact of extrinsic-hygiene and intrinsic-motivating determinants. A cross-sectional questionnaire study was conducted among consultant anesthesiologists in Lodz region. The questionnaire concerned patient care, burden, income, personal rewards, professional relations, job satisfaction in general, and life satisfaction. Respondents were asked to rate their level of satisfaction for each item on a seven-point Likert scale (1: extremely dissatisfied; 7: extremely satisfied). 86.03% of anesthesiologists were satisfied with their economic status, 77.94% found their health status satisfactory, and 52.21% viewed their personal future optimistically. In general, 71.32% of anesthesiologists were satisfied with their current job situation. Among the less satisfying job aspects were work-related stress (2.49; SD = 1.23), administrative burden (2.85; SD = 1.47), workload (3.63; SD = 1.56), and leisure time (3.09; SD = 1.44). Considerable work-related stress leads to job dissatisfaction among anesthesiologists. There is an association between job satisfaction and health status, social life, and economic status. Working for long hours by anesthesiologists results in a high risk of burnout.

  1. The study of life-satisfaction

    NARCIS (Netherlands)

    R. Veenhoven (Ruut)

    1996-01-01

    textabstractABSTRACT This chapter reviews the literature on life satisfaction. Six questions are considered: 1) What is the point of studying life-satisfaction? 2) What is life-satisfaction? 3) Can life-satisfaction be measured? 4) How satisfied are we? 5) What causes us to be satisfied or

  2. Aerobic Asymmetric Dehydrogenative Cross-Coupling between Two C(sp3)-H Groups Catalyzed by a Chiral-at-Metal Rhodium Complex.

    Science.gov (United States)

    Tan, Yuqi; Yuan, Wei; Gong, Lei; Meggers, Eric

    2015-10-26

    A sustainable C-C bond formation is merged with the catalytic asymmetric generation of one or two stereocenters. The introduced catalytic asymmetric cross-coupling of two C(sp3)-H groups with molecular oxygen as the oxidant profits from the oxidative robustness of a chiral-at-metal rhodium(III) catalyst and exploits an autoxidation mechanism or visible-light photosensitized oxidation. In the latter case, the catalyst serves a dual function, namely as a chiral Lewis acid for catalyzing enantioselective enolate chemistry and at the same time as a visible-light-driven photoredox catalyst. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  3. Improving customer satisfaction

    OpenAIRE

    Wei, Yu

    2011-01-01

    Today, the competition among enterprises is growing in intensity and organizations of all types and sizes have increasingly come to understand the importance of customer satisfaction and good services. The purpose of this study is to investigate the present level of customer satisfaction with language training institutes and find out any possible areas of improvement. This thesis will discuss and analyze the factors that influence the customer’s level of satisfaction and assist the case compa...

  4. The effects of cosmetic surgery on body image, self-esteem, and psychological problems.

    Science.gov (United States)

    von Soest, T; Kvalem, I L; Roald, H E; Skolleborg, K C

    2009-10-01

    This study aims to investigate whether cosmetic surgery has an effect on an individual's body image, general self-esteem, and psychological problems. Further tests were conducted to assess whether the extent of psychological problems before surgery influenced improvements in postoperative psychological outcomes. Questionnaire data from 155 female cosmetic surgery patients from a plastic surgery clinic were obtained before and approximately 6 months after surgery. The questionnaire consisted of measures on body image, self-esteem, and psychological problems. Pre- and postoperative values were compared. Pre- and postoperative measures were also compared with the data compiled from a representative sample of 838 Norwegian women, aged 22-55, with no cosmetic surgery experience. No differences in psychological problems between the presurgery patient and comparison samples were found, whereas differences in body image and self-esteem between the sample groups were reported in an earlier publication. Analyses further revealed an improvement in body image (satisfaction with own appearance) after surgery. A significant but rather small effect on self-esteem was also found, whereas the level of psychological problems did not change after surgery. Postoperative measures of appearance satisfaction, self-esteem, and psychological problems did not differ from values derived from the comparison sample. Finally, few psychological problems before surgery predicted a greater improvement in appearance satisfaction and self-esteem after surgery. The study provides evidence of improvement in satisfaction with own appearance after cosmetic surgery, a variable that is thought to play a central role in understanding the psychology of cosmetic surgery patients. The study also points to the factors that surgeons should be aware of, particularly the role of psychological problems, which could inhibit the positive effects of cosmetic surgery.

  5. Health centres' view of the services provided by a university hospital laboratory: Use of satisfaction surveys

    Science.gov (United States)

    Oja, Paula; Kouri, Timo; Pakarinen, Arto

    2010-01-01

    Customer orientation has gained increasing attention in healthcare. A customer satisfaction survey is one way to raise areas and topics for quality improvement. However, it seems that customer satisfaction surveys have not resulted in quality improvement in healthcare. This article reports how the authors' university hospital laboratory has used customer satisfaction surveys targeted at the health centres in their hospital district. Closed-ended statements of the questionnaire were planned to cover the essential aspects of laboratory services. In addition, an open-ended question asked what was considered to be the most important problem in services. The questionnaires were sent to the medical directors of the health centres. The open-ended question proved to be very useful because the responses specified the main problems in service. Based on the responses, selected dissatisfied customers were contacted to specify their responses and possible corrective actions were taken. It is concluded that a satisfaction survey can be used as a screening tool to identify topics of dissatisfaction. In addition, further clarifications with selected customers are needed to specify the causes for their dissatisfaction and to undertake proper corrective actions. PMID:20205616

  6. Satisfaction and 'comparison sharing'

    DEFF Research Database (Denmark)

    Amilon, Anna

    2009-01-01

    the probability of satisfaction. Results show that comparison sharing impacts satisfaction for women, and that those women who share more equally than their peers are more likely to be satisfied, whereas comparison sharing has no influence on satisfaction for men. Also, parents are less likely to be satisfied...

  7. Tracking the employee satisfaction-life satisfaction binary: The case of South African academics

    Directory of Open Access Journals (Sweden)

    Chengedzai Mafini

    2014-11-01

    Research purpose: The aim of the study was to investigate the relationship between employee satisfaction and life satisfaction amongst university academics in South Africa. Motivation for the study: The study occupies the gap in literature focusing on the interaction between employee satisfaction and life satisfaction amongst South African university academics. Research design, approach and method: A three-section survey questionnaire was administered to 273 academics recruited from three universities in Gauteng, South Africa. After a confirmatory factor analysis, hypotheses were tested using a combination of Kendall’s tau correlation coefficient and regression analysis. Main findings: Correlation tests revealed strong positive relationships between life satisfaction and three factors: workplace flexibility, skills utilisation and autonomy. Regression analysis showed that workplace flexibility, skills utilisation and autonomy were statistically significant. Practical/managerial implications: Research findings could expedite the generation of strategies for meeting the employment needs and expectations of university academics, thereby reducing the shortage of university academics in South Africa. Contributions/value-add: The conceptual framework proposed in this study is a useful tool for conceptualising the relationship between employee satisfaction and life satisfaction in the higher education environment.

  8. Franchisees' level of satisfaction with the franchise relationship

    Directory of Open Access Journals (Sweden)

    Gerhard J Van Wyk

    2009-12-01

    Full Text Available Problem investigated and objectives: Franchisees often complain that franchisors do not meet their needs, and are generally viewed as being unhappy with the franchise relationship between franchisees and franchisors. The aim of this paper is to investigate the level of satisfaction of franchisees with the franchise relationship, including the following elements: franchisee independence, support with the selection of a distribution point, allocation of geographical trading areas, support with the design and layout of distribution points, comprehensive training programmes, the provision of continuous market and product information and operational support, and advertising and financial support, including systems for bookkeeping. Approach: The data represents two groups of the same franchise, namely franchisees operating for two years and less as franchisees and franchisees who have been operating for longer than two years as franchisees. The extent to which these two groups view the relationship elements differently will be examined. Findings: The findings indicate that both groups had a high level of satisfaction with the franchise relationship between franchisees and franchisors, with the exception of identified opportunities, which could be further developed in order to increase the franchisees' level of satisfaction with the franchise relationship between franchisees and franchisors. Conclusion: In view of the results of this research, it was concluded that the franchisees of the selected franchisor in the franchise industry displayed a high level of satisfaction with the franchise relationship between franchisors and franchisees.

  9. Gender Differences in Job Satisfaction, Satisfaction with Society and Satisfaction from their Salary in Greek Civil Servants who are working under conditions of Labour—Intensive

    Science.gov (United States)

    Antonakas, Nikolaos; Mironaki, Amalia

    2009-08-01

    The objective of this study is to determine empirically the existence of differences in three dimensions of satisfaction in Greek civil servants' gender, when they work under conditions of stress and tension. The three dimensions of satisfaction selected to be considered were job satisfaction, satisfaction with society and satisfaction from their salary. For this a two parts questionnaire was used. The first part included, besides sex and socially demographic characteristics of employees and the second part consisted of the above aspects of satisfaction. Used a sample of 290 employees and a factor analysis was conducted on the results of the questionnaire. The central question of this paper was whether the strength of the force of better wage, compared with the average civil servant, affects a different way to meet women and men's satisfaction who work under working conditions—intensity. The main finding of this study was the existence differences between women and men in the dimension of satisfaction from the salary.

  10. Sex Life Satisfaction in Sub-Saharan Africa: A Descriptive and Exploratory Analysis.

    Science.gov (United States)

    Cranney, Stephen

    2017-10-01

    Nearly all of the sex life satisfaction literature has dealt with developed-country settings, and nothing has been published on sex life satisfaction in sub-Saharan Africa. Not only is sub-Saharan African a substantively relevant area in its own right, but it also provides a useful point of comparison for patterns and relations found in developed-world contexts. A brief descriptive and exploratory study of sex life satisfaction in sub-Saharan Africa was conducted using the World Gallup Poll, a dataset with representative sex life satisfaction data for 31 countries and 25,483 cases. In general, there was little variation in weighted averages across countries, and most of the samples surveyed were satisfied with their sex lives, with the modal score being a perfect 10. Furthermore, what variation did exist could not be attributed to level of economic development or gender inequality. Within countries, sociodemographic associations generally comported with patterns found in other contexts: income, education, and being partnered were generally associated with sex life satisfaction, and for two of the four UN subregions (West Africa and East Africa), males were significantly more satisfied with their sex lives than women. The relationship with age demonstrated a curvilinear relationship, with the peak age of sexual satisfaction in the late 20s to early 30s depending on the geographic region. The age pattern was not due to health differences, but combining estimators after a seemingly unrelated regression suggests that 4-12% of the effect of income on sex life satisfaction was attributable to better health. In general, religiosity and perceived gravity of the HIV/AIDS problem in one's country were not significantly related to sexual satisfaction.

  11. Correlates of Sexual Activity and Satisfaction in Midlife and Older Women.

    Science.gov (United States)

    Thomas, Holly N; Hess, Rachel; Thurston, Rebecca C

    2015-01-01

    Sexual activity is an important component of quality of life for women across their lifespan. Prior studies show a decline in sexual activity with age, but these studies often fail to consider the role of sexual satisfaction. The aim of this study is to give updated prevalence estimates of sexual activity among women and to elucidate factors associated with sexual activity and sexual satisfaction. We report a cross-sectional analysis of the second wave of a nationally representative sample of US adults aged 28 to 84 years, the Survey of Midlife Development in the United States. The survey used self-administered questionnaires to assess demographic data, self-rated physical and mental health, medical problems and medication use, relationship factors, and sexual activity and satisfaction. Of 2,116 women who answered the questions regarding sexuality, 1,345 (61.8%) women were sexually active in the previous 6 months. The proportion of women who were sexually active decreased with advancing age. Women who were married or cohabitating had approximately 8 times higher odds of being sexually active (odds ratio = 7.91, 95% CI, 4.16-15.04; P aged 60 years and older who were married or cohabitating, most (59.0%) were sexually active. Among women who were sexually active, higher relationship satisfaction (P sexual satisfaction, but age was not (P = .79). A considerable proportion of midlife and older women remain sexually active if they have a partner available. Psychosocial factors (relationship satisfaction, communication with romantic partner, and importance of sex) matter more to sexual satisfaction than aging among midlife and older women. © 2015 Annals of Family Medicine, Inc.

  12. Customer satisfaction and business excellence

    DEFF Research Database (Denmark)

    Kristensen, Kai; Martensen, Anne; Grønholdt, Lars

    The topic for this paper is the link between customer satisfaction and business performance, which makes it possible to use customer satisfaction measures as basis for creating business excellence. First, the paper presents microeconomic models for the relationship between customer satisfaction......, customer loyalty and performance, and optimal customer satisfaction is characterized which will help management choose the right quality parameters for improvement. Second, the paper describes empirical evidence that customer satisfaction measures, based on a modelling approach, have impact on economic...

  13. The study of life-satisfaction

    OpenAIRE

    Veenhoven, Ruut

    1996-01-01

    textabstractABSTRACT This chapter reviews the literature on life satisfaction. Six questions are considered: 1) What is the point of studying life-satisfaction? 2) What is life-satisfaction? 3) Can life-satisfaction be measured? 4) How satisfied are we? 5) What causes us to be satisfied or dissatisfied with life? 6) Can the level of life-satisfaction be increased? These questions are considered at the individual level as well as the societal level. In the concluding section a general overview...

  14. Customer satisfaction research

    Energy Technology Data Exchange (ETDEWEB)

    Tormasi, T

    1987-03-01

    A review of four aspects of the Gas and Fuel Corporation of Victoria's study of customer satisfaction covers: (1) corporate goals to meet its responsibility as a public utility and operate as a successful marketing organization, (2) the history of customer satisfaction research by GFC, (3) measurements of customer satisfaction through expectations research, and (4) case studies involving domestic appliance maintenance and gas mains renewal. Continuous validation of GFC's policies and procedures is the basis for future growth and success. 3 tables.

  15. Individual Differences in the Relationship between Satisfaction with Job Rewards and Job Satisfaction

    Science.gov (United States)

    Hofmans, Joeri; De Gieter, Sara; Pepermans, Roland

    2013-01-01

    Although previous research often showed a positive relationship between pay satisfaction and job satisfaction, we dispute the universality of this finding. Cluster-wise regression analyses on three samples consistently show that two types of individuals can be distinguished, each with a different job reward-job satisfaction relationship. For the…

  16. Organizational Communication: Perceptions of Staff Members' Level of Communication Satisfaction and Job Satisfaction

    Science.gov (United States)

    Sharma, Priti; Lampley, James; Good, Donald

    2015-01-01

    The purpose of this research study was to explore the topic of organizational communication in higher education and examine staff members' perceptions about their level of communication and job satisfaction in their workplaces. This study was also designed to test the relationship between communication satisfaction and job satisfaction by…

  17. Visitors Satisfaction Measurement in Czech Tourism

    OpenAIRE

    Tomáš Sadílek

    2015-01-01

    The paper deals with describing the method of satisfaction measurement as a one of marketing techniques used for detecting visitors’ satisfaction in tourist regions in the Czech Republic. In the treatise, we try to analyse visitors’ satisfaction with the twenty four partial factors affecting total satisfaction. In the theoretical part of the paper, there are described methodological approaches to satisfaction measurement and presented various methods for satisfaction measurement with focus on...

  18. Life Satisfaction and Work-Related Satisfaction among Anesthesiologists in Poland

    Directory of Open Access Journals (Sweden)

    Ewelina Gaszynska

    2014-01-01

    Full Text Available The aim of the study was to assess the level of life and job satisfaction of Polish anesthesiologists and to explore the impact of extrinsic-hygiene and intrinsic-motivating determinants. Materials and Methods. A cross-sectional questionnaire study was conducted among consultant anesthesiologists in Lodz region. The questionnaire concerned patient care, burden, income, personal rewards, professional relations, job satisfaction in general, and life satisfaction. Respondents were asked to rate their level of satisfaction for each item on a seven-point Likert scale (1: extremely dissatisfied; 7: extremely satisfied. Results. 86.03% of anesthesiologists were satisfied with their economic status, 77.94% found their health status satisfactory, and 52.21% viewed their personal future optimistically. In general, 71.32% of anesthesiologists were satisfied with their current job situation. Among the less satisfying job aspects were work-related stress (2.49; SD = 1.23, administrative burden (2.85; SD = 1.47, workload (3.63; SD = 1.56, and leisure time (3.09; SD = 1.44. Conclusions. Considerable work-related stress leads to job dissatisfaction among anesthesiologists. There is an association between job satisfaction and health status, social life, and economic status. Working for long hours by anesthesiologists results in a high risk of burnout.

  19. [Effects of satisfaction with leisure time in family carers of elderly dependents].

    Science.gov (United States)

    Del-Pino-Casado, Rafael; Ordóñez-Urbano, Carmen

    2016-05-01

    To analyse the relationship between satisfaction with leisure time and subjective burden, depression and anxiety in caregivers of dependent elderly relatives. Cross-sectional study. Primary health care (Andalusia, Spain). A probabilistic sample of 200 primary caregivers of dependent elderly relatives. Satisfaction with leisure time, subjective burden, anxiety, depression, and objective burden (functional ability, cognitive impairment and behavioural problems of the care recipient, and dedication to caring of the caregiver). Most of the caregivers were women, daughters of the care recipients, and shared home with them. An inverse statistical association was found between satisfaction with leisure time and subjective burden (r=-0.55, 95%CI: -0.45 to -0.64), anxiety (r=-0.30, 95%CI: -0.17 to -0.41) and depression (r=-0.25, 95%CI: -0.11 to -0.37). These associations remained after controlling for objective burden. Satisfaction with leisure time may have a protective effect on subjective burden, anxiety and depression, regardless of objective burden. Copyright © 2015 Elsevier España, S.L.U. All rights reserved.

  20. Perceived health problems in swimmers according to the chemical treatment of water in swimming pools.

    Science.gov (United States)

    Fernández-Luna, Álvaro; Burillo, Pablo; Felipe, José Luis; del Corral, Julio; García-Unanue, Jorge; Gallardo, Leonor

    2016-01-01

    The objective of this study was to determine which chemical treatment used for disinfecting water in indoor swimming pools had the least impact on users' perceptions of health problems, and which generated the greatest satisfaction with the quality of the water. A survey on satisfaction and perceived health problems was given to 1001 users at 20 indoor swimming pools which used different water treatment methods [chlorine, bromine, ozone, ultraviolet lamps (UV) and salt electrolysis]. The findings suggest that there is a greater probability of perceived health problems, such as eye and skin irritation, respiratory problems and skin dryness, in swimming pools treated with chlorine than in swimming pools using other chemical treatment methods. Pools treated with bromine have similar, although slightly better, results. Other factors, such as age, gender, time of day of use (morning and afternoon) and type of user (competitive and recreational), can also affect the probability of suffering health problems. For all of the above, using combined treatment methods as ozone and UV, or salt electrolysis produces a lower probability of perceived health problems and greater satisfaction.

  1. Quantitative relationships between occupant satisfaction and satisfaction aspects of indoor environmental quality and building design.

    Science.gov (United States)

    Frontczak, M; Schiavon, S; Goins, J; Arens, E; Zhang, H; Wargocki, P

    2012-04-01

    The article examines which subjectively evaluated indoor environmental parameters and building features mostly affect occupants' satisfaction in mainly US office buildings. The study analyzed data from a web-based survey administered to 52,980 occupants in 351 office buildings over 10 years by the Center for the Built Environment. The survey uses 7-point ordered scale questions pertaining to satisfaction with indoor environmental parameters, workspace, and building features. The average building occupant was satisfied with his/her workspace and building. Proportional odds ordinal logistic regression shows that satisfaction with all 15 parameters listed in the survey contributed significantly to overall workspace satisfaction. The most important parameters were satisfaction with amount of space (odds ratio OR 1.57, 95% CI: 1.55-1.59), noise level (OR 1.27, 95% CI: 1.25-1.29), and visual privacy (OR 1.26, 95% CI: 1.24-1.28). Satisfaction with amount of space was ranked to be most important for workspace satisfaction, regardless of age group (below 30, 31-50 or over 50 years old), gender, type of office (single or shared offices, or cubicles), distance of workspace from a window (within 4.6 m or further), or satisfaction level with workspace (satisfied or dissatisfied). Satisfaction with amount of space was not related to the gross amount of space available per person. To maximize workspace satisfaction, designer should invest in aspects that increase satisfaction with amount of space and storage, noise level, and visual privacy. Office workers will be most satisfied with their workspace and building when located close to a window in a private office. This may affect job satisfaction, work performance, and personal and company productivity. © 2011 John Wiley & Sons A/S.

  2. Job satisfaction and gender differences in job satisfaction of teachers in Serbian primary schools

    Directory of Open Access Journals (Sweden)

    Gligorović Bojana

    2014-01-01

    Full Text Available This paper aims to examine Serbian primary teachers' job satisfaction as well as the differences in job satisfaction between male and female teachers. The participants were 362 teachers from 57 primary schools in Serbia. Nine dimensions of job satisfaction (Pay, Promotion, Supervision, Fringe Benefits, Contingent Rewards, Operating Procedures, Co-Workers, Nature of Work, Communication were measured. The results indicate that from the dimensions of job satisfaction, Serbian primary teachers are most satisfied with the Nature of work, Communication and Supervision, while the major sources of Serbian primary teachers' job dissatisfaction are Fringe benefits, Pay and Operating procedures. When it comes to the gender difference in job satisfaction, T-test analysis shows slightly higher satisfaction among female teachers, while statistically significant difference exists only in two dimensions: Supervision and Nature of work. Serbian policy makers in the field of education as well as school administrators should pay close attention to teachers' job satisfaction and its improvement considering that it is an essential to the continuing growth of school effectiveness.

  3. Asymmetric effects in customer satisfaction

    DEFF Research Database (Denmark)

    Füller, Johann; Matzler, Kurt; Faullant, Rita

    2006-01-01

    The results of this study on customer satisfaction in snowboard areas show that the relationship between an attribute and overall satisfaction can indeed be asymmetric. A 30-item self-administered survey was completed by snowboarders (n=2526) in 51 areas in Austria, Germany, Switzerland and Italy....... Results show that waiting time is a dissatisfier; it has a significant impact on overall customer satisfaction in the low satisfaction condition and becomes insignificant in the high satisfaction situation. Restaurants and bars are hybrids, i.e. importance does not depend on performance. Slopes, fun...

  4. The Role of Life Satisfaction in the Relationship between Authoritative Parenting Dimensions and Adolescent Problem Behavior

    Science.gov (United States)

    Suldo, Shannon M.; Huebner, E. Scott

    2004-01-01

    Research examining environmental factors associated with adolescents' life satisfaction (LS) has revealed that familial variables (e.g., parent-child conflict, family structure) are crucial correlates. The purpose of the current study was to identify particular dimensions of authoritative parenting (strictness-supervision, social…

  5. Measuring student satisfaction from their satisfaction in life: a relationship of different components.

    Directory of Open Access Journals (Sweden)

    Alfonso Ríos Sánchez

    2015-02-01

    Full Text Available The study sought to find significant satisfaction variables regarding the quality of education concomitantly linked to life satisfaction. It was conducted during 2012-2013, with a population of 235 students of 3rd and 4th graders from Secondary School Education. A measuring instrument based on the sub-dimensional model of comprehensive evaluation and program Scheerens Stufflebeam was created. The ratio of the sub dimensions through regression analysis was studied. Empathy, personal achievements and recognition of success, were the most significant variables as predictors of satisfaction with the quality of education in connection with satisfaction with life. These variables can help us overcome a reduced view on satisfaction, emphasizing areas of school management that can be strengthened and which students consider relevant to their educational development.

  6. Job satisfaction of nurses and identifying factors of job satisfaction in Slovenian Hospitals.

    Science.gov (United States)

    Lorber, Mateja; Skela Savič, Brigita

    2012-06-01

    To determine the level of job satisfaction of nursing professionals in Slovenian hospitals and factors influencing job satisfaction in nursing. The study included 4 hospitals selected from the hospital list comprising 26 hospitals in Slovenia. The employees of these hospitals represent 29.8% and 509 employees included in the study represent 6% of all employees in nursing in Slovenian hospitals. One structured survey questionnaire was administered to the leaders and the other to employees, both consisting 154 items evaluated on a 5 point Likert-type scale. We examined the correlation between independent variables (age, number of years of employment, behavior of leaders, personal characteristics of leaders, and managerial competencies of leaders) and the dependent variable (job satisfaction - satisfaction with the work, coworkers, management, pay, etc) by applying correlation analysis and multivariate regression analysis. In addition, factor analysis was used to establish characteristic components of the variables measured. We found a medium level of job satisfaction in both leaders (3.49±0.5) and employees (3.19±0.6), however, there was a significant difference between their estimates (t=3.237; P=lt;0.001). Job satisfaction was explained by age (Plt;0.05; β=0.091), years of employment (Plt;0.05; β=0.193), personal characteristics of leaders (Plt;0.001; β=0.158), and managerial competencies of leaders (Plt;0.000; β=0.634) in 46% of cases. The factor analysis yielded four factors explaining 64% of the total job satisfaction variance. Satisfied employees play a crucial role in an organization's success, so health care organizations must be aware of the importance of employees' job satisfaction. It is recommended to monitor employees' job satisfaction levels on an annual basis.

  7. The role of religiosity, coping strategies, self-efficacy and personality dimensions in the prediction of Iranian undergraduate rehabilitation interns' satisfaction with their clinical experience.

    Science.gov (United States)

    Mirsaleh, Y R; Rezai, H; Kivi, S R; Ghorbani, R

    2010-12-01

    to investigate the relationship between religiosity, coping styles, self-efficacy and personality dimensions as predictors of satisfaction with clinical experience in rehabilitation interns during transition from academic study to clinical internship. a cross-sectional survey design. five rehabilitation faculties. three hundred and eighteen undergraduate rehabilitation interns, including physical therapy, occupational therapy and speech and language pathology students. Islamic Religiosity Scale, Ways of Coping Questionnaire, General Self-efficacy Scale, NEO Five Factor Inventory, and Satisfaction with Clinical Experiences Questionnaire. religiosity, problem-focused coping and general self-efficacy had significant positive correlation with satisfaction with clinical internship in rehabilitation students. Among personality dimensions, openness, agreement and consciousness had significant positive correlation with satisfaction with clinical experience and neuroticism had significant negative correlation with satisfaction with clinical experience. The results of regression analysis demonstrated that religiosity and self-efficacy had important roles in the prediction of satisfaction with clinical experience in all the rehabilitation intern students of three disciplines (physical therapy, occupational therapy, and speech and language pathology). religiosity, problem-focused coping and general self-efficacy seem to be good predictors of satisfaction with clinical internship in rehabilitation students.

  8. Solar Power Potential of Tanzania: Identifying CSP and PV Hot Spots through a GIS Multicriteria Decision Making Analysis

    DEFF Research Database (Denmark)

    Aly, Ahmed; Jensen, Steen Solvang; Pedersen, Anders Branth

    2017-01-01

    More than one billion people are still living without access to electricity today. More than half of them are living in Sub-Saharan Africa. There is a noticeable shortage of energy related information in Africa, especially for renewable energies. Due to lacking studies and researches on integrating...... renewable energy technologies, the Tanzanian official generation expansion plan till 2035 showed high dependency on fossil fuel and a negligible role of renewables other than large hydropower. This study investigates the spatial suitability for large-scale solar power installations in Tanzania through using...... technology-specific suitability map categorizes all the non-excluded areas into most suitable, suitable, moderately suitable, and least suitable areas. The study also suggests four hot spots (i.e. specific recommended locations) for Concentrated Solar Power (CSP) installations and four hot spots...

  9. The Relationship between Teachers' Job Satisfaction and Loneliness at the Workplace

    Science.gov (United States)

    Tabancali, Erkan

    2016-01-01

    Problem Statement: Emotional circumstances of the teachers are one of the most significant variables that determine their professional efforts and performance. In this context, some the research has shown that teachers' job satisfaction and loneliness at the school both have unique aspects. Gradually raising interest on loneliness and job…

  10. Student Satisfaction Scale Development and Application for Sport Management in China

    Science.gov (United States)

    Liu, Liu; Wang, Yong-Shun; Wu, Tung-Ju

    2017-01-01

    Student satisfaction is a primary indicator for college and university organizational self-assessment in European and American countries. Professional sport universities are the major institution cultivating sports talents in China. Nevertheless, it appears the problem in past years that the talent cultivation and management is not suitable for…

  11. 3D overlapped grouping Ga for optimum 2D guillotine cutting stock problem

    Directory of Open Access Journals (Sweden)

    Maged R. Rostom

    2014-09-01

    Full Text Available The cutting stock problem (CSP is one of the significant optimization problems in operations research and has gained a lot of attention for increasing efficiency in industrial engineering, logistics and manufacturing. In this paper, new methodologies for optimally solving the cutting stock problem are presented. A modification is proposed to the existing heuristic methods with a hybrid new 3-D overlapped grouping Genetic Algorithm (GA for nesting of two-dimensional rectangular shapes. The objective is the minimization of the wastage of the sheet material which leads to maximizing material utilization and the minimization of the setup time. The model and its results are compared with real life case study from a steel workshop in a bus manufacturing factory. The effectiveness of the proposed approach is shown by comparing and shop testing of the optimized cutting schedules. The results reveal its superiority in terms of waste minimization comparing to the current cutting schedules. The whole procedure can be completed in a reasonable amount of time by the developed optimization program.

  12. Some Health Problems Among Working Children In Zagzig City ...

    African Journals Online (AJOL)

    Background: Children's increased vulnerability puts them at a high risk of work related health problems. Objectives: 1) identifying the characteristics of the child labor, work perceptions and job satisfaction among working children in Zagazig City 2) determining some health problems among them, 3) determining the ...

  13. Employees´ Job Satisfaction in Company

    OpenAIRE

    Václavková, Barbora

    2015-01-01

    This Master´s thesis Employees´ Job Satisfaction in Company is focused on job satisfaction of employees in a particular company. The aim of this thesis is to analyse the current level of employees´ satisfaction, factors that affect the degree of satisfaction and weak segments propose recommendations to increase the level of satisfaction among employees. The first part is theoretical and deals with the approach of the topic employees´ job satisfaction describe theoretical methods that are in p...

  14. Influence of employees' attachment styles on their life satisfaction as mediated by job satisfaction and burnout.

    Science.gov (United States)

    Reizer, Abira

    2015-01-01

    The aim of this study was to obtain better insight into the associations between attachment styles and employees' life satisfaction. This was achieved by examining the mediating roles of burnout and job satisfaction. Three hundred and thirty-nine employees, from a convenience community sample, participated in the current study. Results of the mediation model indicated that the associations between avoidance and life satisfaction were mediated by burnout and job satisfaction. However, the associations between attachment anxiety and life satisfaction were mediated by burnout but not by job satisfaction. Theoretical and practical implications for organizations and for attachment theory at work are discussed.

  15. Satisfaction with electronic health records is associated with job satisfaction among primary care physicians

    Directory of Open Access Journals (Sweden)

    Christine D Jones

    2013-12-01

    Full Text Available Objective To evaluate the association between electronic health record (EHR satisfaction and job satisfaction in primary care physicians (PCPs.Method Cross-sectional survey of PCPs at 825 primary care practices in North Carolina.Results Surveys were returned from 283 individuals across 214 practices (26% response rate for practices, of whom 122 were physicians with EHRs and no missing information. We found that for each point increase in EHR satisfaction, job satisfaction increased by ~0.36 points both in an unadjusted and an adjusted model (β 0.359 unadjusted, 0.361 adjusted; p < 0.001 for both models.Conclusion We found that EHR satisfaction was associated with job satisfaction in a cross-sectional survey of PCPs. Our conclusions are limited by suboptimum survey response rate, but if confirmed may have substantial implications for how EHR vendors develop their product to support the needs of PCPs.

  16. The relationship between self-control, job satisfaction and life satisfaction in Chinese employees: A preliminary study.

    Science.gov (United States)

    Dou, Kai; Nie, Yan-Gang; Wang, Yu-Jie; Liu, Yao-Zhong

    2016-01-01

    Previous studies have demonstrated that self-control is positively related to life satisfaction, but this association in Chinese employees and its underlying mechanism are less commonly investigated. In this preliminary study the relationships between self-control and life satisfaction and the mediating effect of job satisfaction were tested. Participants were 482 full-time employees (188 male, 294 female) from different cities in China. They answered self-report questionnaires online that assessed self-control, job satisfaction, and life satisfaction. Path analyses were conducted and bootstrap technique was used to judge the significance of the mediation. Self-control was positively related to both job and life satisfaction. More importantly, job satisfaction significantly mediated the association between self-control and life satisfaction. Furthermore, there was no significant difference in the size of the mediating effect between intrinsic and extrinsic job satisfaction. Results of this preliminary study provide further evidence of the positive association between self-control and life satisfaction. Job satisfaction is found to mediate this relationship.

  17. Effects of workload on teachers' functioning: A moderated mediation model including sleeping problems and overcommitment.

    Science.gov (United States)

    Huyghebaert, Tiphaine; Gillet, Nicolas; Beltou, Nicolas; Tellier, Fanny; Fouquereau, Evelyne

    2018-06-14

    This study investigated the mediating role of sleeping problems in the relationship between workload and outcomes (emotional exhaustion, presenteeism, job satisfaction, and performance), and overcommitment was examined as a moderator in the relationship between workload and sleeping problems. We conducted an empirical study using a sample of 884 teachers. Consistent with our predictions, results revealed that the positive indirect effects of workload on emotional exhaustion and presenteeism, and the negative indirect effects of workload on job satisfaction and performance, through sleeping problems, were only significant among overcommitted teachers. Workload and overcommitment were also directly related to all four outcomes, precisely, they both positively related to emotional exhaustion and presenteeism and negatively related to job satisfaction and performance. Theoretical contributions and perspectives and implications for practice are discussed. Copyright © 2018 John Wiley & Sons, Ltd.

  18. Cortisol Awakening Response, Internalizing Symptoms, and Life Satisfaction in Emerging Adults

    Directory of Open Access Journals (Sweden)

    Li Shen Chong

    2017-11-01

    Full Text Available The cortisol awakening response (CAR has been associated with depression and a broader range of internalizing problems. Emerging adulthood is characterized by numerous stressful transitional life events. Furthermore, the functioning of the neurobiological stress system changes across development. These considerations underscore the importance of evaluating the physiological stress system in emerging adults in identifying the extent to which cortisol levels vary with risk and protective factors for mental health. The present study evaluated the association between internalizing symptoms and perceived life satisfaction with CAR in 32 young adults. Three saliva samples were collected to measure cortisol levels upon awakening and participants completed the Depression Anxiety Stress Scale (DASS and Satisfaction with Life Scale (SWLS. Results show a significant positive correlation between area under the curve for CAR with internalizing symptoms (DASS total and the DASS-depression subscale, but not with life satisfaction. Study limitations, implications, and future directions for these finding were discussed.

  19. Turnover intentions in a call center: The role of emotional dissonance, job resources, and job satisfaction.

    Directory of Open Access Journals (Sweden)

    Margherita Zito

    Full Text Available Turnover intentions refer to employees' intent to leave the organization and, within call centers, it can be influenced by factors such as relational variables or the perception of the quality of working life, which can be affected by emotional dissonance. This specific job demand to express emotions not felt is peculiar in call centers, and can influence job satisfaction and turnover intentions, a crucial problem among these working contexts. This study aims to detect, within the theoretical framework of the Job Demands-Resources Model, the role of emotional dissonance (job demand, and two resources, job autonomy and supervisors' support, in the perception of job satisfaction and turnover intentions among an Italian call center.The study involved 318 call center agents of an Italian Telecommunication Company. Data analysis first performed descriptive statistics through SPSS 22. A path analysis was then performed through LISREL 8.72 and tested both direct and indirect effects.Results suggest the role of resources in fostering job satisfaction and in decreasing turnover intentions. Emotional dissonance reveals a negative relation with job satisfaction and a positive relation with turnover. Moreover, job satisfaction is negatively related with turnover and mediates the relationship between job resources and turnover.This study contributes to extend the knowledge about the variables influencing turnover intentions, a crucial problem among call centers. Moreover, the study identifies theoretical considerations and practical implications to promote well-being among call center employees. To foster job satisfaction and reduce turnover intentions, in fact, it is important to make resources available, but also to offer specific training programs to make employees and supervisors aware about the consequences of emotional dissonance.

  20. Turnover intentions in a call center: The role of emotional dissonance, job resources, and job satisfaction.

    Science.gov (United States)

    Zito, Margherita; Emanuel, Federica; Molino, Monica; Cortese, Claudio Giovanni; Ghislieri, Chiara; Colombo, Lara

    2018-01-01

    Turnover intentions refer to employees' intent to leave the organization and, within call centers, it can be influenced by factors such as relational variables or the perception of the quality of working life, which can be affected by emotional dissonance. This specific job demand to express emotions not felt is peculiar in call centers, and can influence job satisfaction and turnover intentions, a crucial problem among these working contexts. This study aims to detect, within the theoretical framework of the Job Demands-Resources Model, the role of emotional dissonance (job demand), and two resources, job autonomy and supervisors' support, in the perception of job satisfaction and turnover intentions among an Italian call center. The study involved 318 call center agents of an Italian Telecommunication Company. Data analysis first performed descriptive statistics through SPSS 22. A path analysis was then performed through LISREL 8.72 and tested both direct and indirect effects. Results suggest the role of resources in fostering job satisfaction and in decreasing turnover intentions. Emotional dissonance reveals a negative relation with job satisfaction and a positive relation with turnover. Moreover, job satisfaction is negatively related with turnover and mediates the relationship between job resources and turnover. This study contributes to extend the knowledge about the variables influencing turnover intentions, a crucial problem among call centers. Moreover, the study identifies theoretical considerations and practical implications to promote well-being among call center employees. To foster job satisfaction and reduce turnover intentions, in fact, it is important to make resources available, but also to offer specific training programs to make employees and supervisors aware about the consequences of emotional dissonance.

  1. Turnover intentions in a call center: The role of emotional dissonance, job resources, and job satisfaction

    Science.gov (United States)

    Zito, Margherita; Molino, Monica; Cortese, Claudio Giovanni; Ghislieri, Chiara; Colombo, Lara

    2018-01-01

    Background Turnover intentions refer to employees’ intent to leave the organization and, within call centers, it can be influenced by factors such as relational variables or the perception of the quality of working life, which can be affected by emotional dissonance. This specific job demand to express emotions not felt is peculiar in call centers, and can influence job satisfaction and turnover intentions, a crucial problem among these working contexts. This study aims to detect, within the theoretical framework of the Job Demands-Resources Model, the role of emotional dissonance (job demand), and two resources, job autonomy and supervisors’ support, in the perception of job satisfaction and turnover intentions among an Italian call center. Method The study involved 318 call center agents of an Italian Telecommunication Company. Data analysis first performed descriptive statistics through SPSS 22. A path analysis was then performed through LISREL 8.72 and tested both direct and indirect effects. Results Results suggest the role of resources in fostering job satisfaction and in decreasing turnover intentions. Emotional dissonance reveals a negative relation with job satisfaction and a positive relation with turnover. Moreover, job satisfaction is negatively related with turnover and mediates the relationship between job resources and turnover. Conclusion This study contributes to extend the knowledge about the variables influencing turnover intentions, a crucial problem among call centers. Moreover, the study identifies theoretical considerations and practical implications to promote well-being among call center employees. To foster job satisfaction and reduce turnover intentions, in fact, it is important to make resources available, but also to offer specific training programs to make employees and supervisors aware about the consequences of emotional dissonance. PMID:29401507

  2. Impact of Scribes on Physician Satisfaction, Patient Satisfaction, and Charting Efficiency: A Randomized Controlled Trial.

    Science.gov (United States)

    Gidwani, Risha; Nguyen, Cathina; Kofoed, Alexis; Carragee, Catherine; Rydel, Tracy; Nelligan, Ian; Sattler, Amelia; Mahoney, Megan; Lin, Steven

    2017-09-01

    Scribes are increasingly being used in clinical practice despite a lack of high-quality evidence regarding their effects. Our objective was to evaluate the effect of medical scribes on physician satisfaction, patient satisfaction, and charting efficiency. We conducted a randomized controlled trial in which physicians in an academic family medicine clinic were randomized to 1 week with a scribe then 1 week without a scribe for the course of 1 year. Scribes drafted all relevant documentation, which was reviewed by the physician before attestation and signing. In encounters without a scribe, the physician performed all charting duties. Our outcomes were physician satisfaction, measured by a 5-item instrument that included physicians' perceptions of chart quality and chart accuracy; patient satisfaction, measured by a 6-item instrument; and charting efficiency, measured by time to chart close. Scribes improved all aspects of physician satisfaction, including overall satisfaction with clinic (OR = 10.75), having enough face time with patients (OR = 3.71), time spent charting (OR = 86.09), chart quality (OR = 7.25), and chart accuracy (OR = 4.61) (all P values patient satisfaction. Scribes increased the proportion of charts that were closed within 48 hours (OR =1.18, P =.028). To our knowledge, we have conducted the first randomized controlled trial of scribes. We found that scribes produced significant improvements in overall physician satisfaction, satisfaction with chart quality and accuracy, and charting efficiency without detracting from patient satisfaction. Scribes appear to be a promising strategy to improve health care efficiency and reduce physician burnout. © 2017 Annals of Family Medicine, Inc.

  3. Pd(II)-Catalyzed Alkylation of Tertiary Carbon via Directing-Group-Mediated C(sp(3))-H Activation: Synthesis of Chiral 1,1,2-Trialkyl Substituted Cyclopropanes.

    Science.gov (United States)

    Hoshiya, Naoyuki; Takenaka, Kei; Shuto, Satoshi; Uenishi, Jun'ichi

    2016-01-04

    A Pd(OAc)2-catalyzed alkylation reaction of the tertiary carbon of chiral cyclopropane substrates with alkyl iodides and bromides via C(sp(3))-H activation has been developed. This is an elusive example of a C-H activation-mediated alkylation of tertiary carbon to effectively construct a quaternary carbon center. The alkylation proceeded with various alkyl halides, including those of functional groups, to provide a variety of chiral cis- and trans-1,1,2,-trialkyl substituted cyclopropanes of medicinal chemical importance.

  4. Consumer satisfaction with the Child and Adolescent Mental Health Service and its association with treatment outcome: a 3-4-year follow-up study.

    Science.gov (United States)

    Solberg, Cathrine; Larsson, Bo; Jozefiak, Thomas

    2015-04-01

    Consumer satisfaction studies with the Child and Adolescent Mental Health Service (CAMHS) have mainly assessed evaluations in a short-term follow-up perspective. Adolescent reports with CAMHS have not been included nationally. The purposes of this study were to explore adolescent and parental satisfaction with the CAMHS in a 3-4-year follow-up perspective, and to examine the relationships between reported consumer satisfaction and clinical parameters such as reason for adolescent referral, emotional/behavioral symptoms and treatment outcome. Of 190 adolescent-parent pairs in a sample of CAMHS outpatients, 120 completed a Consumer Satisfaction Questionnaire. Parents assessed adolescent emotional/behavior problems both at baseline and at follow-up by completing the Child Behavior Checklist (CBCL). Correlations were examined between adolescent and parental evaluations. The relationships between service satisfaction and symptom load at baseline and follow-up and treatment outcome at follow-up were explored. Overall, adolescents and parents were satisfied with the services received from the CAMHS. The correlations between adolescent and parent consumer satisfaction ratings were low to moderate. Consumer satisfaction was significantly and negatively correlated with symptom load on the CBCL Total Problems scores at baseline, but not at follow-up. There was no difference in satisfaction levels between those who improved after treatment and those who did not. Given the differences in informant ratings of consumer satisfaction, it is important to include both adolescent and parental perceptions in evaluations of CAMHS services and treatment outcomes. Consumer satisfaction should serve as a supplement to established standardized outcome measures.

  5. Character profiles and life satisfaction.

    Science.gov (United States)

    Park, Hwanjin; Suh, Byung Seong; Kim, Won Sool; Lee, Hye-Kyung; Park, Seon-Cheol; Lee, Kounseok

    2015-04-01

    There is a surge of interest in subjective well-being (SWB), which concerns how individuals feel about their happiness. Life satisfaction tends to be influenced by individual psychological traits and external social factors. The aim of this study was to examine the relationship between individual character and SWB. Data from 3522 university students were analyzed in this study. Character profiles were evaluated using the Temperament and Character Inventory-Revised Short version (TCI-RS). Life satisfaction was assessed using the Satisfaction with Life Scale (SWLS). All statistical tests regarding the correlations between each character profile and life satisfaction were conducted using ANOVAs, t-tests, multiple linear regression models and correlation analyses. The creative (SCT) profile was associated with the highest levels of life satisfaction, whereas the depressive (sct) profile was associated with the lowest levels of life satisfaction. Additionally, high self-directedness, self-transcendence and cooperation were associated with high life satisfaction. The results of gender-adjusted multiple regression analysis showed that the effects of self-directedness were the strongest in the assessment of one's quality of life, followed by self-transcendence and cooperativeness, in that order. All of the three-character profiles were significantly correlated with one's quality of life, and the character profiles of TCI-RS explained 27.6% of life satisfaction in total. Among the three-character profiles, the self-directedness profile was most associated with life satisfaction. Our study was cross-sectional, and self-reported data from students at a single university were analyzed. The results of this study showed that, among the character profiles, the effects of self-directedness were the strongest for predicting life satisfaction. Copyright © 2014 Elsevier Inc. All rights reserved.

  6. Patient satisfaction with cataract surgery

    Directory of Open Access Journals (Sweden)

    Wasfi Ehab I

    2008-10-01

    Full Text Available Abstract Introduction Measuring the patient satisfaction is a very important issue that will help very much in improving the service provided to patients and improve the level of satisfaction. Aim To evaluate patient satisfaction with the cataract surgery service and identify any areas for improvement, determination of patient satisfaction with referral, out-patient consultation, pre-assessment clinic, surgery and post-operative care, also to report patients' comments relating to improvement in service provision. Methodology A retrospective study was undertaken for 150 patients underwent cataract surgery at Barrow General Hospital, UK, the survey sample was by postal questionnaires. We collected our data from the theatre lists for a period of 4 month. Results This study included 150 patients; the response rate was (72% 108 patients, Most patients were referred from their general practitioner 86.1%, 93 (86.1% patients were happy with the time interval from seeing their GP to eye clinic. In the eye out patient department many factors significantly affected the level of patient satisfaction, in general the more information provided for the patient the more the satisfaction. Conclusion Patient satisfaction is on important health outcome old understanding both the domains of satisfaction as well as their relative importance to patients is necessary to improve the overall quality of patient care. Meeting the doctor, presenting all relevant information and giving printed information are very important factors in improving the patient's satisfaction with cataract surgery.

  7. A cross-lagged test of the association between customer satisfaction and employee job satisfaction in a relational context.

    Science.gov (United States)

    Zablah, Alex R; Carlson, Brad D; Donavan, D Todd; Maxham, James G; Brown, Tom J

    2016-05-01

    Due to its practical importance, the relationship between customer satisfaction and frontline employee (FLE) job satisfaction has received significant attention in the literature. Numerous studies to date confirm that the constructs are related and rely on this empirical finding to infer support for the "inside-out" effect of FLE job satisfaction on customer satisfaction. In doing so, prior studies ignore the possibility that-as suggested by the Service Profit Chain's satisfaction mirror-a portion of the observed empirical effect may be due to the "outside-in" impact of customer satisfaction on FLE job satisfaction. Consequently, both the magnitude and direction of the causal relationship between the constructs remain unclear. To address this oversight, this study builds on multisource data, including longitudinal satisfaction data provided by 49,242 customers and 1,470 FLEs from across 209 retail stores, to examine the association between FLE job satisfaction and customer satisfaction in a context where service relationships are the norm. Consistent with predictions rooted in social exchange theory, the results reveal that (a) customer satisfaction and FLE job satisfaction are reciprocally related; (b) the outside-in effect of customer satisfaction on FLE job satisfaction is predominant (i.e., larger in magnitude than the inside-out effect); and (c) customer engagement determines the extent of this outside-in predominance. Contrary to common wisdom, the study's findings suggest that, in relational contexts, incentivizing FLEs to satisfy customers may prove to be more effective for enhancing FLE and customer outcomes than direct investments in FLE job satisfaction. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  8. A multidimensional analysis of ethical climate, job satisfaction, organizational commitment, and organizational citizenship behaviors.

    Science.gov (United States)

    Huang, Chun-Chen; You, Ching-Sing; Tsai, Ming-Tien

    2012-07-01

    The high turnover of nurses has become a global problem. Several studies have proposed that nurses' perceptions of the ethical climate of their organization are related to higher job satisfaction and organizational commitment and thus lead to higher organizational citizenship behaviors. This study uses hierarchical regression to understand which types of ethical climate, facets of job satisfaction, and the three components of organizational commitment influence different dimensions of organizational citizenship behaviors. Questionnaires were distributed to 450 nurses, and 352 usable questionnaires were returned. The findings of the article suggest that hospitals can increase organizational citizenship behaviors by influencing an organization's ethical climate, job satisfaction, and organizational commitment. Hospital administrators can foster within organizations, the climate types of caring, law and code and rules climate, satisfaction with coworkers, and affective commitment and normative commitment that increase organizational citizenship behavior, while preventing organizations from developing the type of instrumental climate and continuance commitment that decreases it.

  9. Price satisfaction and producer loyalty

    DEFF Research Database (Denmark)

    Mutonyi, Sarah; Beukel, Karin; Gyau, Amos

    2016-01-01

    Purpose The purpose of this paper is to investigate which dimensions of price satisfaction influence producers’ trust in buyers and assess the mediating role of such trust in the relationship between price satisfaction and producer loyalty in fresh fruit supply chains. Design/methodology/approach......Purpose The purpose of this paper is to investigate which dimensions of price satisfaction influence producers’ trust in buyers and assess the mediating role of such trust in the relationship between price satisfaction and producer loyalty in fresh fruit supply chains. Design...... reliability, and relative price are dimensions of price satisfaction that affect producers’ trust in the buyer. Moreover, trust between the producer and the buyer is found to be a strong mediator between price satisfaction and producer loyalty. The findings support recent studies about trust and its mediating...... between the multi-dimensional nature of price satisfaction and producer loyalty with trust as a mediating variable in the business-to-business (B2B) context. Although B2B relationships have been shown to be of great importance for smallholders in enhancing business performance with their buyers, little...

  10. Problems of Younger Workers in the USSR

    Science.gov (United States)

    Kotlyar, Alexander

    1974-01-01

    Young workers, persons from sixteen to thirty years old, have problems relating to occupational choice, vocational guidance, vocational training and other educational opportunities, job satisfaction, and housing, complicating their search for an occupational and social identity. (AG)

  11. An experimental investigation of justice-based service recovery on customer satisfaction, loyalty, and word-of-mouth intentions.

    Science.gov (United States)

    Shapiro, Terri; Nieman-Gonder, Jennifer M; Andreoli, Nicole A; Trimarco-Beta, Darlene

    2006-12-01

    Service recovery is related to many important organizational outcomes such as customer satisfaction, loyalty, and profitability. Within the theoretical framework of organizational justice, an experiment using a simulated "live" service failure was used to assess the effects of justice-based service-recovery strategies on customer satisfaction, loyalty, positive word-of-mouth intentions, and negative word-of-mouth intentions. Analysis indicated that strategies including interactional justice, distributive justice, and a combination of these were equally effective in maintaining customer satisfaction, loyalty, and positive word of mouth, and minimizing negative word of mouth after a service failure. No support for the service recovery paradox, that is, increased satisfaction following service failure and recovery compared to never having a problem, was found. Satisfaction and loyalty for those in the failure conditions were equal to, although not higher than, in the no-failure control condition. Practical implications for organizational practices are discussed.

  12. Social Interactions in Job Satisfaction

    OpenAIRE

    Tumen, Semih; Zeydanli, Tugba

    2015-01-01

    The literature documents that job satisfaction is positively correlated with worker performance and pro- ductivity. We examine whether aggregate job satisfaction in a certain labor market environment can have an impact on individual-level job satisfaction. If the answer is yes, then policies targeted to increase job satisfaction can increase productivity not only directly, but through spillover externalities too. We seek an answer to this question using two different data sets from the United...

  13. The future prospect of PV and CSP solar technologies: An expert elicitation survey

    International Nuclear Information System (INIS)

    Bosetti, Valentina; Catenacci, Michela; Fiorese, Giulia; Verdolini, Elena

    2012-01-01

    In this paper we present and discuss the results of an expert elicitation survey on solar technologies. Sixteen leading European experts from the academic world, the private sector and international institutions took part in this expert elicitation survey on Photovoltaic (PV) and Concentrated Solar Power (CSP) technologies. The survey collected probabilistic information on (1) how Research, Development and Demonstration (RD and D) investments will impact the future costs of solar technologies and (2) the potential for solar technology deployment both in OECD and non-OECD countries. Understanding the technological progress and the potential of solar PV and CPS technologies is crucial to draft appropriate energy policies. The results presented in this paper are thus relevant for the policy making process and can be used as better input data in integrated assessment and energy models. - Highlights: ► With constant public support at least one solar technology will become cost-competitive with fossil fuels. ► Demonstration should become a key area of funding. ► Without climate policy (carbon price), by 2030 solar technologies will not be cost-competitive. ► The EU will first achieve a breakthrough in production costs. ► The share of electricity production from solar will never exceed 30%.

  14. A Design of Product Collaborative Online Configuration Model

    Science.gov (United States)

    Wang, Xiaoguo; Zheng, Jin; Zeng, Qian

    According to the actual needs of mass customization, the personalization of product and its collaborative design, the paper analyzes and studies the working mechanism of modular-based product configuration technology and puts forward an information model of modular product family. Combined with case-based reasoning techniques (CBR) and the constraint satisfaction problem solving techniques (CSP), we design and study the algorithm for product configuration, and analyze its time complexity. A car chassis is made as the application object, we provide a prototype system of online configuration. Taking advantage of this system, designers can make appropriate changes on the existing programs in accordance with the demand. This will accelerate all aspects of product development and shorten the product cycle. Also the system will provide a strong technical support for enterprises to improve their market competitiveness.

  15. Job satisfaction mediates subjective social status and turnover intention among Chinese nurses.

    Science.gov (United States)

    Feng, Danjun; Su, Shan; Yang, Yang; Xia, Jinghua; Su, Yonggang

    2017-09-01

    Nurse turnover is one of the reasons for the global nurse shortage. Although previous studies have examined the determinants of turnover intention in detail, there is limited knowledge on the effect of subjective social status on nurse turnover intention. Therefore, in this study, we examined this relationship, including job satisfaction as a mediator, among Chinese nurses. This cross-sectional study employed questionnaires to assess subjective social status, job satisfaction, and turnover intention in 581 nurses who were randomly recruited from 10 hospitals in Jinan, China. The results partially supported our model. Although subjective social status exerted no significant direct effect on turnover intention, it exerted a significant indirect effect through job satisfaction. These results provide a new insight into why nurses leave their jobs, and possible new solutions to the nurse turnover problem. Efforts should be made to improve nurses' subjective social status. © 2017 John Wiley & Sons Australia, Ltd.

  16. Effect of Job Specialization on the Hospital Stay and Job Satisfaction of ED Nurses

    OpenAIRE

    Shamsi; Mahmoudi; Sirati Nir; Babatabar Darzi

    2016-01-01

    Background In recent decades, the increasing crowdedness of the emergency departments has posed various problems for patients and healthcare systems worldwide. These problems include prolonged hospital stay, patient dissatisfaction and nurse burnout or job dissatisfaction. Objectives The aim of this study was to investigate the effect of emergency department (ED) nurses’ job specialization on their job satisfaction and the length ...

  17. Patient Satisfaction in Military Dental Treatment Facilities

    Science.gov (United States)

    2006-03-07

    the variance in regards to overall satisfaction. 15. SUBJECT TERMS Dentistry, Patient Satisfaction, Military, Consumer Satisfaction, Dental... patient satisfaction in military dental treatment facilities. Dental health is extremely important for the military as dental assets are not always... customer satisfaction is an important component of military dental care. Quarterly patient satisfaction reports are generated for each dental treatment

  18. Job satisfaction among radiation therapy educators.

    Science.gov (United States)

    Swafford, Larry G; Legg, Jeffrey S

    2007-01-01

    Job satisfaction is one of the most consistent variables related to employee retention and is especially relevant considering the shortage of radiation therapists and radiation therapy educators in the United States. To investigate job satisfaction levels among radiation therapy educators certified by the American Registry of Radiologic Technologists and employed in programs accredited by the Joint Review Committee on Education in Radiologic Technology. The long form of the Minnesota Satisfaction Questionnaire (MSQ) was mailed to 158 radiation therapy educators to measure job satisfaction. Overall job satisfaction and subscales were calculated based on MSQ methodology. A total of 90 usable surveys were returned for a 56.9% response rate. With a "general satisfaction" score of 69.64, radiation therapy educators ranked in the lowest 25th percentile of the nondisabled norm scale for job satisfaction. Respondents reported higher degrees of job satisfaction on the moral values, social service and achievement subscales. Lower job satisfaction levels were associated with the company policies and practices, advancement and compensation subscales. Radiation therapy educators report low job satisfaction. Educational institutions must tailor recruitment and retention efforts to better reflect the positive aspects of being a radiation therapy educator. Furthermore, improving retention and recruitment efforts might help offset the current shortages of radiation therapy educators and, ultimately, clinical radiation therapists.

  19. The Relationship between Managerial Satisfaction and Job Turnover Intention: The Mediating Role of Job Satisfaction

    Directory of Open Access Journals (Sweden)

    Rüveyda Öztürk Basol

    2017-09-01

    Full Text Available The growth of service sector in Turkey occurs faster than the other sectors and the number of shopping malls increases correspondingly. The rapid growth of the number of shopping malls has necessitated the measurement of the attitudes of the employees in this sector. This study demonstrated that the gender, marital status and age were not the significant variables on job satisfaction, managerial satisfaction and job turnover intention; however, education status and income status were found to be significant variables on job satisfaction and job turnover intention. In addition, job satisfaction fully mediated the relationship between managerial satisfaction and job turnover intention.

  20. Job satisfaction of older workers

    NARCIS (Netherlands)

    Maassen van den Brink, H.; Groot, W.J.N.

    1999-01-01

    Using data for The Netherlands, this paper analyzes the relation between allocation, wages and job satisfaction. Five conclusions emerge from the empirical analysis: satisfaction with the job content is the main factor explaining overall job satisfaction; the effects of individual and job

  1. Customer Satisfaction with Public Libraries.

    Science.gov (United States)

    D'Elia, George; Rodger, Eleanor Jo

    1996-01-01

    Surveys conducted in 142 urban public libraries examined customer satisfaction, comparisons with other libraries, and factors affecting satisfaction. Overall, customers were satisfied with their libraries but experienced different levels of satisfaction based on convenience, availability of materials and information, and services facilitating…

  2. Body Satisfaction and Physical Appearance in Gender Dysphoria.

    Science.gov (United States)

    van de Grift, Tim C; Cohen-Kettenis, Peggy T; Steensma, Thomas D; De Cuypere, Griet; Richter-Appelt, Hertha; Haraldsen, Ira R H; Dikmans, Rieky E G; Cerwenka, Susanne C; Kreukels, Baudewijntje P C

    2016-04-01

    Gender dysphoria (GD) is often accompanied by dissatisfaction with physical appearance and body image problems. The aim of this study was to compare body satisfaction with perceived appearance by others in various GD subgroups. Data collection was part of the European Network for the Investigation of Gender Incongruence. Between 2007 and 2012, 660 adults who fulfilled the criteria of the DSM-IV gender identity disorder diagnosis (1.31:1 male-to-female [MtF]:female-to-male [FtM] ratio) were included into the study. Data were collected before the start of clinical gender-confirming interventions. Sexual orientation was measured via a semi-structured interview whereas onset age was based on clinician report. Body satisfaction was assessed using the Body Image Scale. Congruence of appearance with the experienced gender was measured by means of a clinician rating. Overall, FtMs had a more positive body image than MtFs. Besides genital dissatisfaction, problem areas for MtFs included posture, face, and hair, whereas FtMs were mainly dissatisfied with hip and chest regions. Clinicians evaluated the physical appearance to be more congruent with the experienced gender in FtMs than in MtFs. Within the MtF group, those with early onset GD and an androphilic sexual orientation had appearances more in line with their gender identity. In conclusion, body image problems in GD go beyond sex characteristics only. An incongruent physical appearance may result in more difficult psychological adaptation and in more exposure to discrimination and stigmatization.

  3. Patient satisfaction with medical care

    Directory of Open Access Journals (Sweden)

    M. A. Sadovoy

    2017-01-01

    Full Text Available Patients’ evaluation of medical care is becoming more and more important due to expanding patient-centered care. For this purpose a complex index of patient satisfaction with healthcare is used. This parameter reflects the correspondence of actual healthcare services to patient’s expectations that were formed under the influence of cultural, social, economic factors, and personal experience of each patient. Satisfaction is a subjective parameter, thus, a grade of satisfaction is barely connected with quality of healthcare services itself. Moreover, medical organizations should always take into account specific features of each patient, since they can have an influence on customer attitude to medical services.This article comprises the review of publications studying determinants of patient satisfaction. In the course of the study, we analyzed data received by research teams from different countries.According to the review, we made some conclusions. First, determinants of patient satisfaction with healthcare can be divided in two groups. The first group of factors includes patients’ characteristics such as age, gender, ethnical and cultural features. However, researches from different countries revealed that there is a difference in the importance of factors belonging to this group and their influence on satisfaction of certain patient cohorts. The second group includes factors that belong to the process of healthcare services delivery and its organization. Moreover, it was found that patient satisfaction level is changing in a waveform. Thus, medical organization should not only try to increase patient satisfaction level but also maintain it. AS a result, it necessary to monitor patient satisfaction with healthcare services. That is why there is a distinct need for the development of a new tool or adaptation of existing instrument of satisfaction measurement, which would be unitized for all medical organizations in the Russian Federation 

  4. Employee and customer satisfaction in healthcare.

    Science.gov (United States)

    Jackson, Todd; Wood, Ben D

    2010-01-01

    There were multiple factors identified in a literature review that have a relationship to customer satisfaction, customer loyalty, employee satisfaction, and links between employee and customer satisfaction. Some of the factors identified were communication, wait times, perceived value, trust, dissatisfaction with management, changes in the workplace, vision,and fun at work. Managers must identify these topics to ensure customer satisfaction, customer loyalty,and employee satisfaction which will ultimately have a positive impact on their organizations.

  5. Validity of the Life Satisfaction questions, the Life Satisfaction Questionnaire, and the Satisfaction With Life Scale in persons with spinal cord injury.

    Science.gov (United States)

    Post, Marcel W; van Leeuwen, Christel M; van Koppenhagen, Casper F; de Groot, Sonja

    2012-10-01

    To assess and compare the validity of 3 life satisfaction instruments in persons with spinal cord injury (SCI). Cross-sectional study 5 years after discharge from inpatient rehabilitation. Eight rehabilitation centers with specialized SCI units. Persons (N=225) with recently acquired SCI between 18 and 65 years of age were included in a cohort study. Data were available for 145 persons 5 years after discharge. Not applicable. The Life Satisfaction questions (LS Questions), the Life Satisfaction Questionnaire (LiSat-9), and the Satisfaction With Life Scale (SWLS). There were no floor or ceiling effects. Cronbach α was questionable for the LS Questions (.60), satisfactory for the LiSat-9 (.75), and good for the SWLS (.83). Concurrent validity was shown by strong and significant Spearman correlations (.59-.60) between all 3 life satisfaction instruments. Correlations with measures of mental health and participation were .52 to .56 for the LS Questions, .45 to .52 for the LiSat-9, and .41 to .48 for the SWLS. Divergent validity was shown by weak and in part nonsignificant correlations between the 3 life satisfaction measures and measures of functional independence and lesion characteristics. Overall, the validity of all 3 life satisfaction measures was supported. Despite questionable internal consistency, the concurrent and divergent validity of the LS Questions was at least as good as the validity of the LiSat-9 and the SWLS. Copyright © 2012 American Congress of Rehabilitation Medicine. Published by Elsevier Inc. All rights reserved.

  6. Validation of satisfaction questionnaire for outpatient neurology ...

    African Journals Online (AJOL)

    Background: Patient satisfaction questionnaires are the commonly used patient satisfaction measure, and may be global or multidimensional in focus. Global patient satisfaction consists of overall patient satisfaction while multidimensional patient satisfaction has multiple items focusing on different dimensions of the ...

  7. Role Conflict and Faculty Life Satisfaction.

    Science.gov (United States)

    Olsen, Deborah; Near, Janet P.

    1994-01-01

    A study of research university faculty in first (n=52) and third (n=47) years of appointment investigated relationships among work and nonwork satisfaction, interdomain conflict, and life satisfaction. Findings indicated that balance and conflict explained variance in life satisfaction beyond that explained by job and nonwork satisfaction. Changes…

  8. Psychometric evaluation of a multi-dimensional measure of satisfaction with behavioral interventions.

    Science.gov (United States)

    Sidani, Souraya; Epstein, Dana R; Fox, Mary

    2017-10-01

    Treatment satisfaction is recognized as an essential aspect in the evaluation of an intervention's effectiveness, but there is no measure that provides for its comprehensive assessment with regard to behavioral interventions. Informed by a conceptualization generated from a literature review, we developed a measure that covers several domains of satisfaction with behavioral interventions. In this paper, we briefly review its conceptualization and describe the Multi-Dimensional Treatment Satisfaction Measure (MDTSM) subscales. Satisfaction refers to the appraisal of the treatment's process and outcome attributes. The MDTSM has 11 subscales assessing treatment process and outcome attributes: treatment components' suitability and utility, attitude toward treatment, desire for continued treatment use, therapist competence and interpersonal style, format and dose, perceived benefits of the health problem and everyday functioning, discomfort, and attribution of outcomes to treatment. The MDTSM was completed by persons (N = 213) in the intervention group in a large trial of a multi-component behavioral intervention for insomnia within 1 week following treatment completion. The MDTSM's subscales demonstrated internal consistency reliability (α: .65 - .93) and validity (correlated with self-reported adherence and perceived insomnia severity at post-test). The MDTSM subscales can be used to assess satisfaction with behavioral interventions and point to aspects of treatments that are viewed favorably or unfavorably. © 2017 Wiley Periodicals, Inc.

  9. Parenthood and Life Satisfaction in Germany

    Directory of Open Access Journals (Sweden)

    Matthias Pollmann-Schult

    2013-03-01

    Full Text Available This article examines the association between parenthood and life satisfaction. It focuses on the question to which extent parental life satisfaction is influenced by individual and familial context. The empirical study is based on the data from the first wave of the German Family Panel (pairfam. All in all, the analyses show that although parents are less satisfied with their leisure time, their social contacts and their relationship, they are nonetheless more satisfied with their life in general than their childless peers. Increased life satisfaction is observed in particular in the first years following the birth of a child. The satisfaction of parents is, however, dependent upon different contextual factors. Parents in the medium and higher income ranges report a comparatively high degree of life satisfaction, whereas only a weak association is observed between parenthood and life satisfaction among low-income persons. Moreover, the life satisfaction of mothers, but not of fathers, varies with their employment status. For instance, only non-employed and part-time employed mothers report a greater life satisfaction than childless women. Finally, fathers whose family formation was presumably unplanned record no higher level of satisfaction than men without children.

  10. Designing satisfaction studies

    DEFF Research Database (Denmark)

    Kristensen, Kai; Eskildsen, Jacob Kjær

    2007-01-01

    In the effect sampling method, presentation of researcher, the intro text, the order of questions in the questionnaire along with the number of categories in the rating scale is tested in relation to the design of satisfaction studies. Based on the analyses specific recommendations for designing...... satisfaction studies are given....

  11. Electroless nickel – phosphorus coating on crab shell particles and its characterization

    Energy Technology Data Exchange (ETDEWEB)

    Arulvel, S., E-mail: gs.arulvel.research@gmail.com; Elayaperumal, A.; Jagatheeshwaran, M.S.

    2017-04-15

    Being hydrophilic material, crab shell particles have only a limited number of applications. It is, therefore, necessary to modify the surface of the crab shell particles. To make them useful ever for the applications, the main theme we proposed in this article is to utilize crab shell particles (CSP) with the core coated with nickel phosphorus (NiP) as a shell using the electroless coating process. For dealing with serious environmental problems, utilization of waste bio-shells is always an important factor to be considered. Chelating ability of crab shell particles eliminates the surface activation in this work proceeding to the coating process. The functional group, phase structure, microstructure, chemical composition and thermal analysis of CSP and NiP/CSP were characterized using Fourier transform infra-red spectroscopy (FTIR), x-ray diffraction analyzer (XRD), scanning electron microscope (SEM), energy-dispersive x-ray spectroscopy (EDS), and thermogravimetric analysis (TGA). The combination of an amorphous and crystalline structure was exhibited by CSP and NiP/CSP. NiP/CSP has shown a better thermal stability when compared to uncoated CSP. Stability test, adsorption test, and conductivity test were conducted for the study of adsorption behavior and conductivity of the particles. CSP presented a hydrophilic property in contrast to hydrophobic NiP/CSP. NiP/CSP presented a conductivity of about 44% greater compared to the CSP without any fluctuations. - Highlights: • Utilization of crab shell waste is focused on. • NiP coating on crab shell particle is fabricated using electroless process. • Thermal analysis, stability test, adsorption test and conductivity test were done. • Organic matrix of crab shell particle favors the coating process. • Results demonstrate the characterization of CSP core – NiP shell structure.

  12. Role of Outsourcing in Stress and Job Satisfaction of Information Technology Professionals

    Science.gov (United States)

    Robinson, Janell R.

    2016-01-01

    Information technology (IT) outsourcing poses a potential job loss threat to IT professionals, which can decrease job security, job satisfaction, and organizational commitment. The problem that this study addressed was the perceived role of IT outsourcing in the job stress, job dissatisfaction, and turnover intention of IT professionals. The…

  13. The Predictive Value of Teachers' Perception of Organizational Justice on Job Satisfaction

    Science.gov (United States)

    Elma, Cevat

    2013-01-01

    Problem Statement: For individuals and organizations alike there has been a recent upsurge in significance of employees' perceptions toward their work and their job satisfaction. The concept of organizational justice has evolved to include almost all aspects of organizational life, particularly employees' attitudes toward work. While a significant…

  14. Patient satisfaction of tooth supported overdentures utilizing ball attachments

    OpenAIRE

    Nassar, Hossam I.

    2016-01-01

    Statement of problem: Teeth retained overdenture therapy is an alternative treatment rarely used in cases with few remaining teeth. Purpose: The aim of this study was to evaluate the patient satisfaction associated with teeth retained maxillary and mandibular overdentures utilizing ready made ball attachment. Materials and methods: Thirty patients treated with teeth retained overdenture utilizing ready made ball attachment. Participants completed a series of questionnaires (OHIP-14 ques...

  15. Educational Leadership and Job Satisfaction of Teachers: A Meta-Analysis Study on the Studies Published between 2000 and 2016 in Turkey

    Science.gov (United States)

    Cogaltay, Nazim; Yalcin, Mikail; Karadag, Engin

    2016-01-01

    Problem Statement: The number of studies on the effect of educational leadership on several organizational outputs is increasing. The most popular topic to review within the framework of leadership is job satisfaction. In several studies, a positive correlation was found between leadership and job satisfaction. According to the two-factor theory…

  16. Preparing new nurses with complexity science and problem-based learning.

    Science.gov (United States)

    Hodges, Helen F

    2011-01-01

    Successful nurses function effectively with adaptability, improvability, and interconnectedness, and can see emerging and unpredictable complex problems. Preparing new nurses for complexity requires a significant change in prevalent but dated nursing education models for rising graduates. The science of complexity coupled with problem-based learning and peer review contributes a feasible framework for a constructivist learning environment to examine real-time systems data; explore uncertainty, inherent patterns, and ambiguity; and develop skills for unstructured problem solving. This article describes a pilot study of a problem-based learning strategy guided by principles of complexity science in a community clinical nursing course. Thirty-five senior nursing students participated during a 3-year period. Assessments included peer review, a final project paper, reflection, and a satisfaction survey. Results were higher than expected levels of student satisfaction, increased breadth and analysis of complex data, acknowledgment of community as complex adaptive systems, and overall higher level thinking skills than in previous years. 2011, SLACK Incorporated.

  17. The relationship between extrinsic motivation, job satisfaction and life satisfaction amongst employees in a public organisation

    OpenAIRE

    Mafini, Chengedzai; Dlodlo, Nobukhosi

    2014-01-01

    Orientation: There is much research on extrinsic motivation, job satisfaction and life satisfaction in organisations. However, empirical evidence on how such factors affect employees in public organisations in developing countries is lacking. Research purpose: To examine the relationships between extrinsic motivation, job satisfaction and life satisfaction amongst employees in a public organisation. Motivation for the study: Labour strife is an endemic phenomenon in South Africa’s publ...

  18. Mental Health Status, Health Care Utilisation, and Service Satisfaction among Immigrants in Montreal: An Epidemiological Comparison.

    Science.gov (United States)

    Whitley, Rob; Wang, JiaWei; Fleury, Marie-Josee; Liu, Aihua; Caron, Jean

    2017-08-01

    To examine variations between immigrants and nonimmigrants in 1) prevalence of common mental disorders and other mental health variables; 2) health service utilisation for emotional problems, mental disorders, and addictions, and 3) health service satisfaction. This article is based on a longitudinal cohort study conducted from May 2007 to the present: the Epidemiological Catchment Area Study of Montreal South-West (ZEPSOM). Participants were followed up at 4 time points (T1, n = 2433; T4, n = 1095). Core exposure variables include immigrant status (immigrant vs. nonimmigrant), duration of residence, and region of origin. Key outcome variables included mental health status, health service utilisation, and health service satisfaction. Data were analysed both cross-sectionally and longitudinally. Immigrants had been in Canada for 20 years on average. Immigrants had significantly lower rates of high psychological distress (32.6% vs. 39.1%, P = 0.016), alcohol dependence (1.4% vs. 3.9%, P =0.010), depression (5.2% vs. 9.2%, P = 0.008), and various other mental disorders. They had significantly higher scores of mental well-being (48.9 vs. 47.1 score, P = 0.014) and satisfaction with social (34.0 vs. 33.4 score, P = 0.021) and personal relationships (16.7 vs. 15.6 score, P Immigrants had significantly lower rates of health service utilisation for emotional problems, mental disorders, and addictions and significantly higher rates of health service satisfaction at all time points. Asian and African immigrants had particularly low rates of utilisation and high rates of satisfaction. Immigrants had better overall mental health than nonimmigrants.

  19. Prevalence of sexual desire and satisfaction among patients with screen-detected diabetes and impact of intensive multifactorial treatment

    DEFF Research Database (Denmark)

    Pedersen, Mette B.; Giraldi, Annamaria; Kristensen, Ellids

    2015-01-01

    of 968 patients with screen-detected type 2 diabetes. MAIN OUTCOME MEASURES: Low sexual desire and low sexual satisfaction. RESULTS: Mean (standard deviation, SD) age was 64.9 (6.9) years. The prevalence of low sexual desire was 53% (RC) and 54% (IT) among women, and 24% (RC) and 25% (IT) among men......OBJECTIVE: Sexual problems are common in people with diabetes. It is unknown whether early detection of diabetes and subsequent intensive multifactorial treatment (IT) are associated with sexual health. We report the prevalence of low sexual desire and low sexual satisfaction among people....... The prevalence of low sexual satisfaction was 23% (RC) and 18% (IT) among women, and 27% (RC) and 37% (IT) among men. Among men, the prevalence of low sexual satisfaction was significantly higher in the IT group than in the RC group, p = 0.01. CONCLUSION: Low sexual desire and low satisfaction are frequent among...

  20. Patient satisfaction in Dental Healthcare Centers.

    Science.gov (United States)

    Ali, Dena A

    2016-01-01

    This study aimed to (1) measure the degree of patient satisfaction among the clinical and nonclinical dental services offered at specialty dental centers and (2) investigate the factors associated with the degree of overall satisfaction. Four hundred and ninety-seven participants from five dental centers were recruited for this study. Each participant completed a self-administered questionnaire to measure patient satisfaction with clinical and nonclinical dental services. Analysis of variance, t-tests, a general linear model, and stepwise regression analysis was applied. The respondents were generally satisfied, but internal differences were observed. The exhibited highest satisfaction with the dentists' performance, followed by the dental assistants' services, and the lowest satisfaction with the center's physical appearance and accessibility. Females, participants with less than a bachelor's degree, and younger individuals were more satisfied with the clinical and nonclinical dental services. The stepwise regression analysis revealed that the coefficient of determination (R (2)) was 40.4%. The patient satisfaction with the performance of the dentists explained 42.6% of the overall satisfaction, whereas their satisfaction with the clinical setting explained 31.5% of the overall satisfaction. Additional improvements with regard to the accessibility and physical appearance of the dental centers are needed. In addition, interventions regarding accessibility, particularly when booking an appointment, are required.