7 resultados para Innovation System, Research Policy

em Digital Commons at Florida International University


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Traditional methods of financing infrastructure, which include gas taxation, tax-exempt bonds, and reserve funds, have not been able to meet the growing demand for infrastructure. Innovative financing systems have emerged to close the gap that exists between the available and needed financing sources. The objective of the study presented in this paper is to assess determinants of innovative financing in the U.S. transportation infrastructure using a systemic approach. Innovation System of Systems approach is adopted for systemic assessment and a case-based research approach is utilized to explore the constituents of innovative financing for U.S. transportation infrastructure. The findings, which include constructs regarding the players, practices, and activities are used to create a model to enable understanding the dynamics of the drivers and inhibitors of innovation and, thus, to derive implications for practice. The model along with the constructs provides an analytical tool for practitioners in the U.S. transportation infrastructure.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The purpose of this study was to investigate teachers' espoused instructional beliefs and whether they differed in relation to schools' socioeconomic status, extent of teachers' educational background, or extent of teachers' classroom experience. The study comprised a total of 242 Miami-Dade County public school educators who responded to a thirty-nine question Likert scale, Literacy Instructional Practices Questionnaire. Eighteen schools, three from each of the six regions, were purposively selected based on the socioeconomic status of students. Nine participants were interviewed using semi-standardized interview procedures and open-ended questioning techniques. ^ Multivariate Analysis of Variance (MANOVA) results revealed that teachers' espoused beliefs concerning the instruction of literacy and forces and influences affecting instruction do not significantly differ depending on schools' socioeconomic status, extent of teachers' educational background, or extent of teachers' classroom experience. The majority of teachers appear to follow a top-down generated direct instruction model. Generally, students are taught as a whole class and ability grouped for specific skill instruction utilizing commercially produced reading and language arts texts. ^ There was no evidence of a relationship between teachers' espoused beliefs concerning the model of instruction that they practice or teachers' espoused beliefs concerning research and its application to practice and the three independent variables. Interview data corroborated much of the information garnered through the questionnaire. However, interview participants espoused the belief that research did not influence their selection of instructional practices. ^ Although teachers perceive of themselves as eclectic in their espoused instructional beliefs, they appear to follow a skills based direct instruction pedagogy in practice. Much of what teachers believe constitutes effective practice, few researchers recommend, affirming the findings of Calderhead (1993) and the National Educational Research Policy and Priorities Board (U.S. Department of Education, 1998, p. 18) that educators rarely know research, seek it out, or act in accordance with its results. ^

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Disk drives are the bottleneck in the processing of large amounts of data used in almost all common applications. File systems attempt to reduce this by storing data sequentially on the disk drives, thereby reducing the access latencies. Although this strategy is useful when data is retrieved sequentially, the access patterns in real world workloads is not necessarily sequential and this mismatch results in storage I/O performance degradation. This thesis demonstrates that one way to improve the storage performance is to reorganize data on disk drives in the same way in which it is mostly accessed. We identify two classes of accesses: static, where access patterns do not change over the lifetime of the data and dynamic, where access patterns frequently change over short durations of time, and propose, implement and evaluate layout strategies for each of these. Our strategies are implemented in a way that they can be seamlessly integrated or removed from the system as desired. We evaluate our layout strategies for static policies using tree-structured XML data where accesses to the storage device are mostly of two kindsparent-to-child or child-to-sibling. Our results show that for a specific class of deep-focused queries, the existing file system layout policy performs better by 554X. For the non-deep-focused queries, our native layout mechanism shows an improvement of 3127X. To improve performance of the dynamic access patterns, we implement a self-optimizing storage system that performs rearranges popular block accesses on a dedicated partition based on the observed workload characteristics. Our evaluation shows an improvement of over 80% in the disk busy times over a range of workloads. These results show that applying the knowledge of data access patterns for allocation decisions can substantially improve the I/O performance.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Prevention scientists have called for more research on the factors affecting the implementation of substance use prevention programs. Given the lack of literature in this area, coupled with evidence that children as early as elementary school engage in substance use, the purpose of this study was to identify the factors that influence the implementation of substance use prevention programs in elementary schools. This study involved a mixed methods approach comprised of a survey and in-person interviews. Sixty-five guidance counselors and teachers completed the survey, and 9 guidance counselors who completed the survey were interviewed individually. Correlation analyses and hierarchical multiple regression were conducted. Quantitative findings revealed ease of implementation most frequently influenced program implementation, followed by beliefs about the program's effectiveness. Qualitative findings showed curriculum modification as an important theme, as well as difficulty of program implementation. The in-person interviews also shed light on three interrelated themes influencing program implementation The Wheel, time, and scheduling. Results indicate the majority of program providers modified the curriculum in some way. Implications for research, policy, and practice are discussed, and areas for future research are suggested.^

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The purpose of this study was to investigate teachers espoused instructional beliefs and whether they differed in relation to schools socioeconomic status, extent of teachers educational background, or extent of teachers classroom experience. The study comprised a total of 242 Miami-Dade County public school educators who responded to a thirty-nine question Likert scale, Literacy Instructional Practices Questionnaire. Eighteen schools, three from each of the six regions, were purposively selected based on the socioeconomic status of students. Nine participants were interviewed using semi-standardized interview procedures and open-ended questioning techniques. Multivariate Analysis of Variance (MANOVA) results revealed that teachers espoused beliefs concerning the instruction of literacy and forces and influences affecting instruction do not significantly differ depending on schools socioeconomic status, extent of teachers educational background, or extent of teachers classroom experience. The majority of teachers appear to follow a top-down generated direct instruction model. Generally, students are taught as a whole class and ability grouped for specific skill instruction utilizing commercially produced reading and language arts texts. There was no evidence of a relationship between teachers espoused beliefs concerning the model of instruction that they practice or teachers espoused beliefs concerning research and its application to practice and the three independent variables. Interview data corroborated much of the information garnered through the questionnaire. However, interview participants espoused the belief that research did not influence their selection of instructional practices. Although teachers perceive of themselves as eclectic in their espoused instructional beliefs, they appear to follow a skills based direct instruction pedagogy in practice. Much of what teachers believe constitutes effective practice, few researchers recommend, affirming the findings of Calderhead (1993) and the National Educational Research Policy and Priorities Board (U.S. Department of Education, 1998, p. 18) that educators rarely know research, seek it out, or act in accordance with its results.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Disk drives are the bottleneck in the processing of large amounts of data used in almost all common applications. File systems attempt to reduce this by storing data sequentially on the disk drives, thereby reducing the access latencies. Although this strategy is useful when data is retrieved sequentially, the access patterns in real world workloads is not necessarily sequential and this mismatch results in storage I/O performance degradation. This thesis demonstrates that one way to improve the storage performance is to reorganize data on disk drives in the same way in which it is mostly accessed. We identify two classes of accesses: static, where access patterns do not change over the lifetime of the data and dynamic, where access patterns frequently change over short durations of time, and propose, implement and evaluate layout strategies for each of these. Our strategies are implemented in a way that they can be seamlessly integrated or removed from the system as desired. We evaluate our layout strategies for static policies using tree-structured XML data where accesses to the storage device are mostly of two kinds - parent-tochild or child-to-sibling. Our results show that for a specific class of deep-focused queries, the existing file system layout policy performs better by 5-54X. For the non-deep-focused queries, our native layout mechanism shows an improvement of 3-127X. To improve performance of the dynamic access patterns, we implement a self-optimizing storage system that performs rearranges popular block accesses on a dedicated partition based on the observed workload characteristics. Our evaluation shows an improvement of over 80% in the disk busy times over a range of workloads. These results show that applying the knowledge of data access patterns for allocation decisions can substantially improve the I/O performance.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Prevention scientists have called for more research on the factors affecting the implementation of substance use prevention programs. Given the lack of literature in this area, coupled with evidence that children as early as elementary school engage in substance use, the purpose of this study was to identify the factors that influence the implementation of substance use prevention programs in elementary schools. This study involved a mixed methods approach comprised of a survey and in-person interviews. Sixty-five guidance counselors and teachers completed the survey, and 9 guidance counselors who completed the survey were interviewed individually. Correlation analyses and hierarchical multiple regression were conducted. Quantitative findings revealed ease of implementation most frequently influenced program implementation, followed by beliefs about the programs effectiveness. Qualitative findings showed curriculum modification as an important theme, as well as difficulty of program implementation. The in-person interviews also shed light on three interrelated themes influencing program implementation The Wheel, time, and scheduling. Results indicate the majority of program providers modified the curriculum in some way. Implications for research, policy, and practice are discussed, and areas for future research are suggested.