851 resultados para Oriented Attachment


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Refactoring focuses on improving the reusability, maintainability and performance of programs. However, the impact of refactoring on the security of a given program has received little attention. In this work, we focus on the design of object-oriented applications and use metrics to assess the impact of a number of standard refactoring rules on their security by evaluating the metrics before and after refactoring. This assessment tells us which refactoring steps can increase the security level of a given program from the point of view of potential information flow, allowing application designers to improve their system’s security at an early stage.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Transit oriented developments are high density mixed use developments located within short and easily walkable distance of a major transit centre. These developments are often hypothesised as a means of enticing a mode shift from the private car to sustainable transport modes such as, walking, cycling and public transport. However, it is important to gather evidence to test this hypothesis by determining the travel characteristics of transit oriented developments users. For this purpose, travel surveys were conducted for an urban transit oriented development currently under development. This chapter presents the findings from the preliminary data analysis of the travel surveys. Kelvin Grove Urban Village, a mixed use development located in Brisbane, Australia, has been selected as the case for the transit oriented developments study. Travel data for all groups of transit oriented development users ranging from students to shoppers, and residents to employees were collected. Different survey instruments were used for different transit oriented development users to optimise their response rates, and the performance of these survey instruments are stated herein. The travel characteristics of transit oriented development users are reported in this chapter by explaining mode share, trip length distribution, and time of day of trip. The results of the travel survey reveal that Kelvin Grove Urban Village users use more sustainable modes of transport as compared to other Brisbane residents.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Purpose: The purpose of this empirical paper is to investigate internal marketing from a behavioural perspective. The impact of internal marketing behaviours, operationalised as an internal market orientation (IMO), on employees’ marketing and other in-role behaviours (IRB) were examined. ---------- Design/methodology/approach: Survey data measuring IMO, market orientation and a range of constructs relevant to the nomological network in which they are embedded were collected from the UK retail managers. These were tested to establish their psychometric properties and the conceptual model was analysed using structural equations modelling, employing a partial least squares methodology. ---------- Findings: IMO has positive consequences for employees’ market-oriented and other IRB. These, in turn, influence marketing success. Research limitations/implications – The paper provides empirical support for the long-held assumption that internal and external marketing are related and that organisations should balance their external focus with some attention to employees. Future research could measure the attitudes and behaviours of managers, employees and customers directly and explore the relationships between them. ---------- Practical implications: Firm must ensure that they do not put the needs of their employees second to those of managers and shareholders; managers must develop their listening skills and organisations must become more responsive to the needs of their employees. ---------- Originality/value: The paper contributes to the scarce body of empirical support for the role of internal marketing in services organisations. For researchers, this paper legitimises the study of internal marketing as a route to external market success; for managers, the study provides quantifiable evidence that focusing on employees’ wants and needs impacts their behaviours towards the market.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In cloud computing resource allocation and scheduling of multiple composite web services is an important challenge. This is especially so in a hybrid cloud where there may be some free resources available from private clouds but some fee-paying resources from public clouds. Meeting this challenge involves two classical computational problems. One is assigning resources to each of the tasks in the composite web service. The other is scheduling the allocated resources when each resource may be used by more than one task and may be needed at different points of time. In addition, we must consider Quality-of-Service issues, such as execution time and running costs. Existing approaches to resource allocation and scheduling in public clouds and grid computing are not applicable to this new problem. This paper presents a random-key genetic algorithm that solves new resource allocation and scheduling problem. Experimental results demonstrate the effectiveness and scalability of the algorithm.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Up to fifty per cent of individuals with Alcohol use disorders (AUD) also have alexithymia a personality construct hypothesized to be related to attachment difficulties. The relationship between alexithymia, craving, anxious attachment and alcohol-dependence severity was examined in 254 patients participating in a Cognitive-Behavioral Therapy (CBT) program for alcohol-dependence. Participants completed the Toronto Alexithymia Scale (TAS-20), the Obsessive Compulsive Drinking Scale (OCDS), the Revised Adult Attachment Anxiety Subscale (RAAS-Anxiety) and the Alcohol Use Disorder Identification Test (AUDIT). MANOVA indicated that individuals with alexithymia reported significantly higher levels of total OCDS, obsessive thoughts about alcohol, and compulsive drinking urges and behavior, compared to the non-alexithymic group. Regression analyses found that anxious attachment partially mediated the relationship between alexithymia and craving. Anxious attachment may be a potential treatment target to reduce alcohol consumption in those with alcohol-dependence and alexithymia. Research Highlights ► There were significant relationships of alexithymia, craving and anxious attachment. ► Alexithymic alcoholics reported higher levels of craving and alcoholism severity. ► Anxious attachment partially mediated the relationship of alexithymia and craving.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Attachment theory has been conceptualised as an affect regulation theory, proposing that attachment is associated with the expression and recognition of emotions as well as interpersonal functioning. Previous research has reported affect regulation difficulties in substance use disorders and addiction has been considered an attachment disorder. However, scarce empirical research exists on the relationship of attachment in relation to affect regulation and interpersonal functioning in those with substance use problems. Thus, the objective of the present study was to investigate potential associations between attachment, negative mood regulation (NMR) expectancies, fear of intimacy and self-differentiation in substance abusers. The revised adult attachment scale (RAAS), the NMR expectancies scale, the fear of intimacy scale and the differentiation of self inventory were administered to a sample of 100 substance use disorder inpatients. Attachment accounted for significant variance in NMR expectancies and was also a strong predictor of fear of intimacy. The predictive utility of attachment also extended to self-differentiation, suggesting that attachment was strongly related to overall self-differentiation score, Emotional reactivity, Emotional cut-off and I position. These findings support attachment theory suggesting that attachment is associated with and predicts affect regulation abilities and difficulties in interpersonal functioning in a sample of substance use disorder inpatients. The inclusion and assessment of attachment appears to be important in the development of treatment programmes for substance abusing individuals.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

With the emergence of multi-core processors into the mainstream, parallel programming is no longer the specialized domain it once was. There is a growing need for systems to allow programmers to more easily reason about data dependencies and inherent parallelism in general purpose programs. Many of these programs are written in popular imperative programming languages like Java and C]. In this thesis I present a system for reasoning about side-effects of evaluation in an abstract and composable manner that is suitable for use by both programmers and automated tools such as compilers. The goal of developing such a system is to both facilitate the automatic exploitation of the inherent parallelism present in imperative programs and to allow programmers to reason about dependencies which may be limiting the parallelism available for exploitation in their applications. Previous work on languages and type systems for parallel computing has tended to focus on providing the programmer with tools to facilitate the manual parallelization of programs; programmers must decide when and where it is safe to employ parallelism without the assistance of the compiler or other automated tools. None of the existing systems combine abstraction and composition with parallelization and correctness checking to produce a framework which helps both programmers and automated tools to reason about inherent parallelism. In this work I present a system for abstractly reasoning about side-effects and data dependencies in modern, imperative, object-oriented languages using a type and effect system based on ideas from Ownership Types. I have developed sufficient conditions for the safe, automated detection and exploitation of a number task, data and loop parallelism patterns in terms of ownership relationships. To validate my work, I have applied my ideas to the C] version 3.0 language to produce a language extension called Zal. I have implemented a compiler for the Zal language as an extension of the GPC] research compiler as a proof of concept of my system. I have used it to parallelize a number of real-world applications to demonstrate the feasibility of my proposed approach. In addition to this empirical validation, I present an argument for the correctness of the type system and language semantics I have proposed as well as sketches of proofs for the correctness of the sufficient conditions for parallelization proposed.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We present a hierarchical model for assessing an object-oriented program's security. Security is quantified using structural properties of the program code to identify the ways in which `classified' data values may be transferred between objects. The model begins with a set of low-level security metrics based on traditional design characteristics of object-oriented classes, such as data encapsulation, cohesion and coupling. These metrics are then used to characterise higher-level properties concerning the overall readability and writability of classified data throughout the program. In turn, these metrics are then mapped to well-known security design principles such as `assigning the least privilege' and `reducing the size of the attack surface'. Finally, the entire program's security is summarised as a single security index value. These metrics allow different versions of the same program, or different programs intended to perform the same task, to be compared for their relative security at a number of different abstraction levels. The model is validated via an experiment involving five open source Java programs, using a static analysis tool we have developed to automatically extract the security metrics from compiled Java bytecode.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Different from conventional methods for structural reliability evaluation, such as, first/second-order reliability methods (FORM/SORM) or Monte Carlo simulation based on corresponding limit state functions, a novel approach based on dynamic objective oriented Bayesian network (DOOBN) for prediction of structural reliability of a steel bridge element has been proposed in this paper. The DOOBN approach can effectively model the deterioration processes of a steel bridge element and predict their structural reliability over time. This approach is also able to achieve Bayesian updating with observed information from measurements, monitoring and visual inspection. Moreover, the computational capacity embedded in the approach can be used to facilitate integrated management and maintenance optimization in a bridge system. A steel bridge girder is used to validate the proposed approach. The predicted results are compared with those evaluated by FORM method.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

To date, little is known about the function of gratitude in romantic relationships. Being grateful has been demonstrated to provide a number of positive benefits for individuals; however, few studies have explored how grateful experiences may be beneficial in enhancing romantic relationships. This study explored the extent to which adult attachment moderates the relationship between dispositional gratitude and the experience of intimacy within romantic relationships. A greater disposition toward gratitude was expected to result in more frequent experiences of gratitude. It was also anticipated that experiences of gratitude would be associated with feelings of closeness. Participants (n = 156) were required to be currently in a relationship of at least six months duration and completed a series of questionnaires assessing dispositional gratitude, attachment and emotional intimacy. Moderation analysis revealed that although a positive, weak correlation existed between dispositional gratitude and intimacy, attachment did not moderate this association. It was concluded that further investigation of the experience of gratitude is necessary to understand the function of gratitude in romantic relationships. Methods focusing on specific experiences of gratitude in romantic relationships, and the associated feelings of closeness experienced by each partner, may yield more conclusive findings and may provide support for therapeutic approaches focused on enhancing closeness between couples by increasing experiences of gratitude.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study proposed that levels of dispositional gratitude influence experiences of intimacy within romantic relationships and that this influence is moderated by relationship attachment. Gratitude, in this study, was described as feelings of appreciation associated with the perception that one had been the focus of another’s intentionally beneficial actions. A greater disposition toward gratitude was expected to result in more frequent experiences of gratitude. It was also anticipated that experiences of gratitude would be associated with feelings of closeness toward the one responsible for the beneficial act. Participants (n=156) ranged in age from 18 – 70 and, although required to be currently in a relationship of at least six months’ duration, each was studied as an individual. Participants included both males and females, in same-sex or other-sex relationships, and completed a series of questionnaires assessing dispositional gratitude, attachment and emotional intimacy. Moderation analysis was conducted using hierarchical regression and revealed that although a positive, weak correlation exists between gratitude and intimacy, attachment did not moderate that association. However, the measures used did not elicit sufficiently divergent responses. Thus neither complete exploration of the proposed association between gratitude and intimacy, nor of the moderation of that association by attachment were possible. In conclusion, further investigation of experiences of gratitude, particularly in relation to enhancing feelings of closeness, is necessary to understand the function of gratitude in romantic relationships. Methods focusing on specific experiences of gratitude in romantic relationships and the associated feelings of closeness experienced by each partner may yield more conclusive findings. In addition, such findings may provide support for therapeutic approaches focused on enhancing closeness between couples by increasing experiences of gratitude.