3 resultados para Boas-Práticas

em Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT)


Relevância:

60.00% 60.00%

Publicador:

Resumo:

The theme of teacher education has always been rich in discussion and presents an abundant literature on the subject. Historically this topic has generated concerns in both development bodies and universities / schools where these people learn or are engaged in professional work. Training teachers is complex and these elements of complexity make necessary a review of paradigms of initial and continuing education. Despite the efforts of the past decades, the lack of teachers in some areas of knowledge is still a big concern, and it can become even worse in the future, what reinforces the importance of new decisions and new directions in order to change this situation. Therefore, the university-school relationship is of fundamental importance, linking and articulating theory and school practice, contextualizing knowledge, renewing and adapting curricula to current times and spaces in order to be able to improve and recover the social and professional value of teachers. From this perspective the education public policies should turn to the encouragement and the rescue of values and principles in quality teacher training. In the course comes the Institutional Teaching Initiation Scholarships Program - PIBID as an innovative program of teacher education working and adding essential factors to the university-school to reinforce good teaching practices taking up the role of co-developer schools. This research is aimed at analyzing the factors that PIBID inserts in the university-school relationship within IFPR Campus Palmas. The theoretical route was marked by authors as Edgar Morin (2003, 2010a, 2010b, 2012), Enrique Leff (2002a, 2002b, 2003, 2010), Boaventura Sousa Santos (1988, 2010a, 2010b, 2013) Menga Lüdke (2005, 2013), Demerval Saviani (2000, 2013), Paulo Freire (2011), among others, among them official documents of PIBID were used in this research too. The methodological approach with exploratory approach, descriptive explanatory was of fundamental importance through data collected by the documentary analysis (BRAZIL, 2007, 2009, 2013) and in the focus groups activities (GATTI, 2012). The focus groups interlocutors constituted of three groups: Area Coordinators, supervisors and teaching initiation scholarships. The categories were defined a priori from the Programme's objectives and emerging categories identified from the analysis process. After both documentary and interlocutors analysis, it was possible to identify that PIBID inserts the following factors in the university-school relationship: the Recognition of the Profession; Innovative Program and Dialogues of Knowledge. For the recognition of the profession mainly because it is an initial and continuing education program; it approximates theory and practice; upgrades the role of the teacher at school and motivates methodological innovations. This Innovative Program promotes the role of co-educational school and it also approximates knowledge of the school reality and promotes the continuous training. The third emerging category university-school relationship promotes dialogs of knowledge; bringing together theory and practice; it allows information exchange and opens new perspectives for teacher training. Finally, it is possible to realize that besides being a new program, PIBID has promoted visible changes through the actions carried out by all subprojects in partnerships between universities and schools, restoring and giving new meanings to the pedagogical practices.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

This research deals with the use of a participatory design methodology to develop a repository of open educational resources, the Arcaz. Discusses key aspects of neutrality and determinism of technology within the context of Social Studies of Science and Technology and presents some concepts of critical theory of technology related to the democratic construction of technological artifacts. Discusses the philosophical heritage of the movements that led to the emergence of free software, open education and open educational resources and argues that participatory design share similar ideals. It presents concepts of human-computer interaction, interaction design and user centered design, important to enhance the user experience in information systems. It addresses the participatory design as a methodology that allows the democratic participation of users in the technological construction, promoting mutual learning and active voice for the participants. Develops a participatory design methodology adapted to the Arcaz context of use and provides the procedures for the meetings conducted to apply participatory design techniques to the repository and the results obtained. It concludes with a study of some of the interventions suggested in the system and orientations for future applications of participatory practices in the development of the repository and a list of best practices, focusing on ethical principles that should guide the participatory design.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

This document presents GEmSysC, an unified cryptographic API for embedded systems. Software layers implementing this API can be built over existing libraries, allowing embedded software to access cryptographic functions in a consistent way that does not depend on the underlying library. The API complies to good practices for API design and good practices for embedded software development and took its inspiration from other cryptographic libraries and standards. The main inspiration for creating GEmSysC was the CMSIS-RTOS standard, which defines an unified API for embedded software in an implementation-independent way, but targets operating systems instead of cryptographic functions. GEmSysC is made of a generic core and attachable modules, one for each cryptographic algorithm. This document contains the specification of the core of GEmSysC and three of its modules: AES, RSA and SHA-256. GEmSysC was built targeting embedded systems, but this does not restrict its use only in such systems – after all, embedded systems are just very limited computing devices. As a proof of concept, two implementations of GEmSysC were made. One of them was built over wolfSSL, which is an open source library for embedded systems. The other was built over OpenSSL, which is open source and a de facto standard. Unlike wolfSSL, OpenSSL does not specifically target embedded systems. The implementation built over wolfSSL was evaluated in a Cortex- M3 processor with no operating system while the implementation built over OpenSSL was evaluated on a personal computer with Windows 10 operating system. This document displays test results showing GEmSysC to be simpler than other libraries in some aspects. These results have shown that both implementations incur in little overhead in computation time compared to the cryptographic libraries themselves. The overhead of the implementation has been measured for each cryptographic algorithm and is between around 0% and 0.17% for the implementation over wolfSSL and between 0.03% and 1.40% for the one over OpenSSL. This document also presents the memory costs for each implementation.