4 resultados para Part-time Work
em DRUM (Digital Repository at the University of Maryland)
Resumo:
African Americans are disproportionately affected by colorectal cancer (CRC) incidence and mortality. CRC early detection leads to better treatment outcomes and, depending on the screening test, can prevent the development of CRC. African Americans, however, are screened less often than Whites. Aspects of decision making (e.g., decisional conflict, decision self-efficacy) can impact decision making outcomes and may be influenced by social determinants of health, including health literacy. However the relationship between social determinants of health and indicators of decision making in this population is not fully understood. Additionally, individuals have a choice between different CRC screening tests and an individual’s desire to use a particular screening test may be associated with social determinants of health such as health literacy. This study aimed to examine the relationship between social determinants of health and indicators of decision making for CRC screening among African Americans. A total of 111 participants completed a baseline and 14-month follow-up survey assessing decisional conflict, decision self-efficacy, decisional preference (shared versus informed decision making), and CRC test preference. Health literacy was negatively associated with decisional conflict and positively associated with decision self-efficacy (ps < .05). Individuals who were unemployed or working part-time had significantly greater decisional conflict than individuals working full-time (ps < .05). Individuals with a first-degree family history of CRC had significantly lower decision self-efficacy than individuals without a family history (p < .05). Women were significantly more likely to prefer making a shared decision rather than an informed decision compared to men (p < .05). Lastly, previous CRC screening behavior was significantly associated with CRC test preference (e.g., individuals previously screened using colonoscopy were significantly more likely to prefer colonoscopy for their next screening test; ps < .05). These findings begin to identify social determinants of health (e.g., health literacy, employment) that are related to indicators of decision making for CRC among African Americans. Furthermore, these findings suggest further research is needed to better understand these relationships to help with the future development and improvement of interventions targeting decision making outcomes for CRC screening in this population.
Resumo:
In the early twenty-first century, jazz has a history in Japan of approximately 100 years. In contemporary Tokyo, Japanese musicians demonstrate their right to access jazz performance through a variety of musical and extra-musical techniques. Those accepted as fully professional and authentic artists, or puro, gain a special status among their peers, setting them apart from their amateur and part-time counterparts. Drawing on three months of participant-observation in the Tokyo jazz scene, I examine this status of puro, its variable definition, the techniques used by musicians to establish themselves as credible jazz performers, and some obstacles to achieving this status. I claim two things: first, aspiring puro musicians establish themselves within a jazz tradition through musical references to African American identity and a rhetoric of jazz as universal music. Second, I claim that universalism as a core aesthetic creates additional obstacles to puro status for certain musicians in the Tokyo scene.
Resumo:
The universities rely on the Information Technology (IT) projects to support and enhance their core strategic objectives of teaching, research, and administration. The researcher’s literature review found that the level of IT funding and resources in the universities is not adequate to meet the IT demands. The universities received more IT project requests than they could execute. As such, universities must selectively fund the IT projects. The objectives of the IT projects in the universities vary. An IT project which benefits the teaching functions may not benefit the administrative functions. As such, the selection of an IT project is challenging in the universities. To aid with the IT decision making, many universities in the United States of America (USA) have formed the IT Governance (ITG) processes. ITG is an IT decision making and accountability framework whose purpose is to align the IT efforts in an organization with its strategic objectives, realize the value of the IT investments, meet the expected performance criteria, and manage the risks and the resources (Weil & Ross, 2004). ITG in the universities is relatively new, and it is not well known how the ITG processes are aiding the nonprofit universities in selecting the right IT projects, and managing the performance of these IT projects. This research adds to the body of knowledge regarding the IT project selection under the governance structure, the maturity of the IT projects, and the IT project performance in the nonprofit universities. The case study research methodology was chosen for this exploratory research. The convenience sampling was done to choose the cases from two large, research universities with decentralized colleges, and two small, centralized universities. The data were collected on nine IT projects from these four universities using the interviews and the university documents. The multi-case analysis was complemented by the Qualitative Comparative Analysis (QCA) to systematically analyze how the IT conditions lead to an outcome. This research found that the IT projects were selected in the centralized universities in a more informed manner. ITG was more authoritative in the small centralized universities; the ITG committees were formed by including the key decision makers, the decision-making roles, and responsibilities were better defined, and the frequency of ITG communication was higher. In the centralized universities, the business units and colleges brought the IT requests to ITG committees; which in turn prioritized the IT requests and allocated the funds and the resources to the IT projects. ITG committee members in the centralized universities had a higher awareness of the university-wide IT needs, and the IT projects tended to align with the strategic objectives. On the other hand, the decentralized colleges and business units in the large universities were influential and often bypassed the ITG processes. The decentralized units often chose the “pet” IT projects, and executed them within a silo, without bringing them to the attention of the ITG committees. While these IT projects met the departmental objectives, they did not always align with the university’s strategic objectives. This research found that the IT project maturity in the university could be increased by following the project management methodologies. The IT project management maturity was found higher in the IT projects executed by the centralized university, where a full-time project manager was assigned to manage the project, and the project manager had a higher expertise in the project management. The IT project executed under the guidance of the Project Management Office (PMO) has exhibited a higher project management maturity, as the PMO set the standards and controls for the project. The IT projects managed by the decentralized colleges by a part-time project manager with lower project management expertise have exhibited a lower project management maturity. The IT projects in the decentralized colleges were often managed by the business, or technical leads, who often lacked the project management expertise. This research found that higher the IT project management maturity, the better is the project performance. The IT projects with a higher maturity had a lower project delay, lower number of missed requirements, and lower number of IT system errors. This research found that the quality of IT decision in the university could be improved by centralizing the IT decision-making processes. The IT project management maturity could be improved by following the project management methodologies. The stakeholder management and communication were found critical for the success of the IT projects in the university. It is hoped that the findings from this research would help the university leaders make the strategic IT decisions, and the university’s IT project managers make the IT project decisions.
Resumo:
In today's fast-paced and interconnected digital world, the data generated by an increasing number of applications is being modeled as dynamic graphs. The graph structure encodes relationships among data items, while the structural changes to the graphs as well as the continuous stream of information produced by the entities in these graphs make them dynamic in nature. Examples include social networks where users post status updates, images, videos, etc.; phone call networks where nodes may send text messages or place phone calls; road traffic networks where the traffic behavior of the road segments changes constantly, and so on. There is a tremendous value in storing, managing, and analyzing such dynamic graphs and deriving meaningful insights in real-time. However, a majority of the work in graph analytics assumes a static setting, and there is a lack of systematic study of the various dynamic scenarios, the complexity they impose on the analysis tasks, and the challenges in building efficient systems that can support such tasks at a large scale. In this dissertation, I design a unified streaming graph data management framework, and develop prototype systems to support increasingly complex tasks on dynamic graphs. In the first part, I focus on the management and querying of distributed graph data. I develop a hybrid replication policy that monitors the read-write frequencies of the nodes to decide dynamically what data to replicate, and whether to do eager or lazy replication in order to minimize network communication and support low-latency querying. In the second part, I study parallel execution of continuous neighborhood-driven aggregates, where each node aggregates the information generated in its neighborhoods. I build my system around the notion of an aggregation overlay graph, a pre-compiled data structure that enables sharing of partial aggregates across different queries, and also allows partial pre-computation of the aggregates to minimize the query latencies and increase throughput. Finally, I extend the framework to support continuous detection and analysis of activity-based subgraphs, where subgraphs could be specified using both graph structure as well as activity conditions on the nodes. The query specification tasks in my system are expressed using a set of active structural primitives, which allows the query evaluator to use a set of novel optimization techniques, thereby achieving high throughput. Overall, in this dissertation, I define and investigate a set of novel tasks on dynamic graphs, design scalable optimization techniques, build prototype systems, and show the effectiveness of the proposed techniques through extensive evaluation using large-scale real and synthetic datasets.