9 resultados para ICT and flexible work

em Digital Commons at Florida International University


Relevância:

100.00% 100.00%

Publicador:

Resumo:

This study explores how various adults perceive their work and learning in a chapter of a human rights-based non-governmental organization using the Characteristics of Adults as Learners (Cross, 1981) model of adult learning.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The authors’ review of literature about Bandura’s (1977) social learning theory and self-efficacy leads to implications on how this theory can positively affect prison work release programs and inmate post-release outcomes. Additionally, several causes of deviant behavior have been explained by social learning theory concepts.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Moving objects database systems are the most challenging sub-category among Spatio-Temporal database systems. A database system that updates in real-time the location information of GPS-equipped moving vehicles has to meet even stricter requirements. Currently existing data storage models and indexing mechanisms work well only when the number of moving objects in the system is relatively small. This dissertation research aimed at the real-time tracking and history retrieval of massive numbers of vehicles moving on road networks. A total solution has been provided for the real-time update of the vehicles' location and motion information, range queries on current and history data, and prediction of vehicles' movement in the near future. ^ To achieve these goals, a new approach called Segmented Time Associated to Partitioned Space (STAPS) was first proposed in this dissertation for building and manipulating the indexing structures for moving objects databases. ^ Applying the STAPS approach, an indexing structure of associating a time interval tree to each road segment was developed for real-time database systems of vehicles moving on road networks. The indexing structure uses affordable storage to support real-time data updates and efficient query processing. The data update and query processing performance it provides is consistent without restrictions such as a time window or assuming linear moving trajectories. ^ An application system design based on distributed system architecture with centralized organization was developed to maximally support the proposed data and indexing structures. The suggested system architecture is highly scalable and flexible. Finally, based on a real-world application model of vehicles moving in region-wide, main issues on the implementation of such a system were addressed. ^

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The purpose of this study was to determine if there was a difference in the self-determined evaluations of work performance and support needs by adults with mental retardation in supported employment and in sheltered workshop environments. The instrument, Job Observation and Behavior Scale: Opportunity for Self-Determination (JOBS: OSD; Brady, Rosenberg, & Frain, 2006), was administered to 38 adults with mental retardation from sheltered workshops and 32 adults with mental retardation from supported employment environments. Cross-tabulations with Chi-square tests and independent samples t-tests were conducted to evaluate differences between the two groups, sheltered workshop and supported work. Two Multivariate Analyses of Variance (MANOVAs) were conducted to determine the effect of work environment on Quality of Performance (QP) and Types of Support (TS) test scores and their subscales. ^ This study found that there were significant differences between the groups on the QP Behavior and Job Duties subscales. The sheltered workshop group perceived themselves as performing significantly better on job duties than the supported work group. Conversely, the supported work group perceived themselves to have better behavior than the sheltered workshop group. However, there were no significant differences between groups in their perception of support needs for the three subscales. ^ The findings imply that work environment affects the self-determined evaluations of work performance by adults with mental retardation. Recommendations for further study include (a) detailing the characteristics of supported work and sheltered workshops that support and/or discourage self-determined behaviors, (b) exploring the behavior of adults with mental retardation in sheltered workshops and supported work environments, and (c) analysis of the support needs for and understanding of them by adults with mental retardation in sheltered workshops and in supported work environments. ^

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Developing analytical models that can accurately describe behaviors of Internet-scale networks is difficult. This is due, in part, to the heterogeneous structure, immense size and rapidly changing properties of today's networks. The lack of analytical models makes large-scale network simulation an indispensable tool for studying immense networks. However, large-scale network simulation has not been commonly used to study networks of Internet-scale. This can be attributed to three factors: 1) current large-scale network simulators are geared towards simulation research and not network research, 2) the memory required to execute an Internet-scale model is exorbitant, and 3) large-scale network models are difficult to validate. This dissertation tackles each of these problems. ^ First, this work presents a method for automatically enabling real-time interaction, monitoring, and control of large-scale network models. Network researchers need tools that allow them to focus on creating realistic models and conducting experiments. However, this should not increase the complexity of developing a large-scale network simulator. This work presents a systematic approach to separating the concerns of running large-scale network models on parallel computers and the user facing concerns of configuring and interacting with large-scale network models. ^ Second, this work deals with reducing memory consumption of network models. As network models become larger, so does the amount of memory needed to simulate them. This work presents a comprehensive approach to exploiting structural duplications in network models to dramatically reduce the memory required to execute large-scale network experiments. ^ Lastly, this work addresses the issue of validating large-scale simulations by integrating real protocols and applications into the simulation. With an emulation extension, a network simulator operating in real-time can run together with real-world distributed applications and services. As such, real-time network simulation not only alleviates the burden of developing separate models for applications in simulation, but as real systems are included in the network model, it also increases the confidence level of network simulation. This work presents a scalable and flexible framework to integrate real-world applications with real-time simulation.^

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Over the past five years, XML has been embraced by both the research and industrial community due to its promising prospects as a new data representation and exchange format on the Internet. The widespread popularity of XML creates an increasing need to store XML data in persistent storage systems and to enable sophisticated XML queries over the data. The currently available approaches to addressing the XML storage and retrieval issue have the limitations of either being not mature enough (e.g. native approaches) or causing inflexibility, a lot of fragmentation and excessive join operations (e.g. non-native approaches such as the relational database approach). ^ In this dissertation, I studied the issue of storing and retrieving XML data using the Semantic Binary Object-Oriented Database System (Sem-ODB) to leverage the advanced Sem-ODB technology with the emerging XML data model. First, a meta-schema based approach was implemented to address the data model mismatch issue that is inherent in the non-native approaches. The meta-schema based approach captures the meta-data of both Document Type Definitions (DTDs) and Sem-ODB Semantic Schemas, thus enables a dynamic and flexible mapping scheme. Second, a formal framework was presented to ensure precise and concise mappings. In this framework, both schemas and the conversions between them are formally defined and described. Third, after major features of an XML query language, XQuery, were analyzed, a high-level XQuery to Semantic SQL (Sem-SQL) query translation scheme was described. This translation scheme takes advantage of the navigation-oriented query paradigm of the Sem-SQL, thus avoids the excessive join problem of relational approaches. Finally, the modeling capability of the Semantic Binary Object-Oriented Data Model (Sem-ODM) was explored from the perspective of conceptually modeling an XML Schema using a Semantic Schema. ^ It was revealed that the advanced features of the Sem-ODB, such as multi-valued attributes, surrogates, the navigation-oriented query paradigm, among others, are indeed beneficial in coping with the XML storage and retrieval issue using a non-XML approach. Furthermore, extensions to the Sem-ODB to make it work more effectively with XML data were also proposed. ^

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Moving objects database systems are the most challenging sub-category among Spatio-Temporal database systems. A database system that updates in real-time the location information of GPS-equipped moving vehicles has to meet even stricter requirements. Currently existing data storage models and indexing mechanisms work well only when the number of moving objects in the system is relatively small. This dissertation research aimed at the real-time tracking and history retrieval of massive numbers of vehicles moving on road networks. A total solution has been provided for the real-time update of the vehicles’ location and motion information, range queries on current and history data, and prediction of vehicles’ movement in the near future. To achieve these goals, a new approach called Segmented Time Associated to Partitioned Space (STAPS) was first proposed in this dissertation for building and manipulating the indexing structures for moving objects databases. Applying the STAPS approach, an indexing structure of associating a time interval tree to each road segment was developed for real-time database systems of vehicles moving on road networks. The indexing structure uses affordable storage to support real-time data updates and efficient query processing. The data update and query processing performance it provides is consistent without restrictions such as a time window or assuming linear moving trajectories. An application system design based on distributed system architecture with centralized organization was developed to maximally support the proposed data and indexing structures. The suggested system architecture is highly scalable and flexible. Finally, based on a real-world application model of vehicles moving in region-wide, main issues on the implementation of such a system were addressed.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This study examines the role of race, socioeconomic status, and individualism-collectivism as moderators of the relationship between selected work and family antecedents and work-family conflict and evaluates the contribution of energy-based conflict to the work-family conflict (WFC) research. The study uses data obtained from a survey questionnaire given to 414 participants recruited from an online labor market. Study hypotheses were tested through structural equation modeling. The results indicate that while moderating effects were slight, a proposed model where energy-based conflict is included outperforms traditional time/strain/behavior-based models and that established variables may drop to non-significance when additional variables are included in prediction. In addition, novel individual difference variables such as individualism and collectivism were demonstrated to have effects beyond moderating antecedent-outcome relationships in the model. The findings imply that WFC models would benefit from the inclusion of variables found in the current study.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Employees maintain a personal view toward their work, which can be referred to as their work orientation. Some employees view their work as their life’s purpose (i.e., calling work orientation) and they tend to be 1) prosocially motivated, 2) derive meaning from work, and 3) feel that their purpose is from beyond the self. The purpose of the current dissertation was to differentiate calling work orientation from other similar workplace constructs, to investigate the most common covariates of calling work orientation, and to empirically test two possible moderators of the relationship between calling work orientation and work-related outcomes of job satisfaction, job performance, and work engagement. Two independent samples were collected for the purpose of testing hypotheses: data were collected from 520 working students and from 520 non-student employees. Participants from the student sample were recruited at Florida International University, and participants from the employee sample were recruited via the Amazon Mechanical Turk website. Participants from the student sample answered demographic questions and responded to self-report measures of job satisfaction, job performance, work engagement, spirituality, meaningful work, prosocial motivation, and work orientation. The procedure was similar for the employee sample, but their survey also included measures of counterproductive work behaviors, organizational citizenship behaviors, conscientiousness, and numerical ability. Additionally, employees were asked whether they would be willing to have a direct supervisor, peer, co-worker, client, or subordinate rate their job performance. Hierarchical regression findings suggest calling work orientation was predictive of overall job performance above and beyond two common predictors of performance, conscientiousness and numerical ability. The results for the covariate analyses provided evidence that prosocial motivation, meaningful work, and spirituality do play a significant role in the development of an employees’ work orientation. Perceived career opportunities moderated the relationship between calling work orientation and job performance for the employee sample. Core self-evaluations moderated the relationship between calling work orientation and job performance, and core self-evaluations moderated the relationship between calling work orientation and work engagement. Collectively, findings from the current study highlight the benefits of examining work orientation in the prediction of workplace outcomes.