897 resultados para Career development--Computer programs.
Resumo:
The Agricultural Production Systems slMulator, APSIM, is a cropping system modelling environment that simulates the dynamics of soil-plant-management interactions within a single crop or a cropping system. Adaptation of previously developed crop models has resulted in multiple crop modules in APSIM, which have low scientific transparency and code efficiency. A generic crop model template (GCROP) has been developed to capture unifying physiological principles across crops (plant types) and to provide modular and efficient code for crop modelling. It comprises a standard crop interface to the APSIM engine, a generic crop model structure, a crop process library, and well-structured crop parameter files. The process library contains the major science underpinning the crop models and incorporates generic routines based on physiological principles for growth and development processes that are common across crops. It allows APSIM to simulate different crops using the same set of computer code. The generic model structure and parameter files provide an easy way to test, modify, exchange and compare modelling approaches at process level without necessitating changes in the code. The standard interface generalises the model inputs and outputs, and utilises a standard protocol to communicate with other APSIM modules through the APSIM engine. The crop template serves as a convenient means to test new insights and compare approaches to component modelling, while maintaining a focus on predictive capability. This paper describes and discusses the scientific basis, the design, implementation and future development of the crop template in APSIM. On this basis, we argue that the combination of good software engineering with sound crop science can enhance the rate of advance in crop modelling. Crown Copyright (C) 2002 Published by Elsevier Science B.V. All rights reserved.
Resumo:
For products sold with warranty, the warranty servicing cost can be reduced by improving product reliability through a development process. However, this increases the unit manufacturing cost. Optimal development must achieve a trade-off between these two costs. The outcome of the development process is uncertain and needs to be taken into account in the determination of the optimal development effort. The paper develops a model where this uncertainty is taken into account. (C) 2003 Elsevier Ltd. All rights reserved.
Resumo:
This report describes the road map we followed at our university to accommodate three main factors: financial pressure within the university system; desire to enhance the learning experience of undergraduates; and motivation to increase the prominence of the discipline of developmental biology in our university. We engineered a novel, multi-year undergraduate developmental biology program which was student-oriented, ensuring that students were continually exposed to the underlying principles and philosophy of this discipline throughout their undergraduate career. Among its key features are introductory lectures in core courses in the first year, which emphasize the relevance of developmental biology to tissue engineering, reproductive medicine, therapeutic approaches in medicine, agriculture and aquaculture. State-of-the-art animated computer graphics and images of high visual impact are also used. In addition, students are streamed into the developmental biology track in the second year, using courses like human embryology and courses shared with cell biology, which include practicals based on modern experimental approaches. Finally, fully dedicated third-year courses in developmental biology are undertaken in conjunction with stand-alone practical courses where students experience first-hand work in a research laboratory. Our philosophy is a cradle-to-grave approach to the education of undergraduates so as to prepare highly motivated, enthusiastic and well-educated developmental biologists for entry into graduate programs and ultimately post-doctoral research.
Resumo:
This report sets out the findings and recommendations of a review of the Public Management Career (EPPGG) undertaken between 5 and 9 January 2009. The purpose of the review was to clarify EPPGG???s role, functions and profile, and to develop proposals for improving its effectiveness and management, taking account of the context within which such improvements would have to be implemented. Specific objectives were to examine a number of human resources management (HRM) aspects of the career in the light of international practice, including recruitment; initial education; professional development; performance evaluation; deployment; mobility and networking.
Resumo:
No intuito de contribuir para a problematização da Educação, numa perspectiva inclusiva, esta dissertação procura conhecer e analisar a prática pedagógica inclusiva experimentada pelos professores de Educação Física na escola, por meio de suas narrativas, em uma ação de formação continuada. O projeto de extensão intitulado Formação Continuada de Professores de Educação Física para a Educação Inclusiva foi a estratégia utilizada para a criação de um grupo de estudos, denominado Grupo Operativo de Formação (GOF). A ação de formação continuada foi realizada durante o período de julho a dezembro de 2011, em um encontro presencial semanal, totalizando dezesseis encontros, com uma carga horária final de 90h. Participaram da ação de formação quatro professores da Secretaria Municipal de Educação de Vitória-ES. A pesquisa baseia-se em elementos da pesquisa-ação, utilizando como instrumentos e procedimentos para a produção dos dados a narrativa, o diário de campo, o memorial e a entrevista. Da análise dos dados produzidos identifica três categorias norteadoras das discussões: a) o trabalho coletivo como possibilidade para inclusão; b) trilhando caminhos para o desenvolvimento de práticas inclusivas: o autismo como foco do percurso; c) o olhar dos professores sobre a ação de formação experimentada no GOF. As análises realizadas revelam que essa ação de formação traz resultados que sinalizam positivamente para sua efetivação como instrumento ativo no processo de formação de professores para a educação básica, na perspectiva da inclusão. Portanto, essa é uma interessante ferramenta a ser utilizada pelas redes de ensino como alternativa metodológica em programas de formação continuada. Além disso, a proposta promove momentos para a prática reflexiva dos professores, representando uma rica oportunidade, capaz de fazer com que eles se apropriem de teorias educacionais que poderão contribuir na elaboração de suas aulas.
Resumo:
The success of the digital game industry is spawning several undergraduate degrees aiming at the training of digital game developers. Building adequate new courses curricula is not a trivial task and demands a profound analysis of the scientific areas to introduce as well as the dependencies throughout the entire degree. Another important aspect of every academic educational plan are the satellite projects that promote entrepreneurship and provide practical professional experiences to students. This paper presents the main guidelines adopted in the creation of the first digital game development undergraduate degree created in Portugal.
Resumo:
Within the development of motor vehicles, crash safety (e.g. occupant protection, pedestrian protection, low speed damageability), is one of the most important attributes. In order to be able to fulfill the increased requirements in the framework of shorter cycle times and rising pressure to reduce costs, car manufacturers keep intensifying the use of virtual development tools such as those in the domain of Computer Aided Engineering (CAE). For crash simulations, the explicit finite element method (FEM) is applied. The accuracy of the simulation process is highly dependent on the accuracy of the simulation model, including the midplane mesh. One of the roughest approximations typically made is the actual part thickness which, in reality, can vary locally. However, almost always a constant thickness value is defined throughout the entire part due to complexity reasons. On the other hand, for precise fracture analysis within FEM, the correct thickness consideration is one key enabler. Thus, availability of per element thickness information, which does not exist explicitly in the FEM model, can significantly contribute to an improved crash simulation quality, especially regarding fracture prediction. Even though the thickness is not explicitly available from the FEM model, it can be inferred from the original CAD geometric model through geometric calculations. This paper proposes and compares two thickness estimation algorithms based on ray tracing and nearest neighbour 3D range searches. A systematic quantitative analysis of the accuracy of both algorithms is presented, as well as a thorough identification of particular geometric arrangements under which their accuracy can be compared. These results enable the identification of each technique’s weaknesses and hint towards a new, integrated, approach to the problem that linearly combines the estimates produced by each algorithm.
Resumo:
This paper reports on the development of specific slicing techniques for functional programs and their use for the identification of possible coherent components from monolithic code. An associated tool is also introduced. This piece of research is part of a broader project on program understanding and re-engineering of legacy code supported by formal methods
Resumo:
Program slicing is a well known family of techniques used to identify code fragments which depend on or are depended upon specific program entities. They are particularly useful in the areas of reverse engineering, program understanding, testing and software maintenance. Most slicing methods, usually targeting either the imperative or the object oriented paradigms, are based on some sort of graph structure representing program dependencies. Slicing techniques amount, therefore, to (sophisticated) graph transversal algorithms. This paper proposes a completely different approach to the slicing problem for functional programs. Instead of extracting program information to build an underlying dependencies’ structure, we resort to standard program calculation strategies, based on the so-called Bird- Meertens formalism. The slicing criterion is specified either as a projection or a hiding function which, once composed with the original program, leads to the identification of the intended slice. Going through a number of examples, the paper suggests this approach may be an interesting, even if not completely general alternative to slicing functional programs
Resumo:
RESUMO: O trabalho docente exige dedicação em sala de aula e fora dela, pois o professor vê-se na missão de educador, formador de opiniões e de futuros profissionais no mercado de trabalho. Uma das patologias que pode ocorrer devido ao estresse gerado pela docência é o desenvolvimento de Desordens Temporomandibulares, que acarretará cefaleias, dores musculares na região cervical e facial e alterações posturais. Tivemos a pretensão de conduzir nossas reflexões sobre o estresse do docente para procurar responder às nossas inquietações. Para isso, formulamos o seguinte questionamento: qual a incidência e a relação entre o estresse e o desenvolvimento de Desordens Temporomandibulares no docente de nível superior? O objetivo geral desta investigação foi descrever e analisar a relação entre o estresse e a incidência de Desordem Temporomandibular (DTM) em docentes de nível superior da cidade de Palmas – Tocantins – Brasil. Para contemplar o objetivo geral, buscamos verificar a presença ou não de estresse e os principais sintomas de estresse nos docentes de Ensino Superior, identificando a fase do estresse em que os professores se encontravam e verificar a presença ou não de DTM e seus graus. Procuramos, ainda, avaliar a relação entre sexo e presença de estresse, estado civil e presença de estresse, o tempo de docência e a presença de estresse e a relação entre a carga horária em sala de aula e a carga horária total de trabalho e a presença de estresse, entre sexo e presença de DTM, estado civil e presença de DTM, o tempo de docência e a presença de DTM e a relação entre a carga horária em sala de aula e carga horária total de trabalho e a presença de DTM. A metodologia utilizada, para a realização deste trabalho, foi de caráter exploratório e descritivo com uma abordagem quantitativa dos dados obtidos. A pesquisa caracterizou-se num estudo de campo, fundamentada em um instrumento denominado “Inventário de Sintomas de Stress Lipp – ISSL” da autora Marilda Lipp (2005), versão para adulto, ao qual acrescentamos dados sociodemográficos (estado civil, tempo de docência, carga horária de sala de aula e de trabalho total). Recorremos, ainda, ao Questionário Índice de Helkimo para identificar a ocorrência de DTMs. A coleta dos dados foi realizada a partir de uma amostra de duzentos e trinta e três (233) docentes de Ensino Superior, com idade entre 23 e 74 anos. Com base na análise realizada, os resultados revelaram que a presença de sintomas de estresse se encontra em 106 (45,49%) docentes, com predomínio da fase de resistência. Verificamos que 127 (54,5%) docentes não apresentam estresse. A sintomatologia predominante são sintomas psicológicos. Vimos que o tempo de docência e a jornada de trabalho não contribuem como um valor preditivo da presença de estresse, bem como o estado civil, e verificamos que o sexo feminino apresentou mais sintomas de estresse. Ao analisarmos a presença ou não de DTM, vimos que os docentes apresentam sintomas de DTM em sua maioria, encontrada em 187 docentes (80,25%), com predomínio do grau de DTM leve. Vimos que o tempo de docência e a jornada de trabalho não contribuem como um valor significativo para a presença de DTM, mas que o sexo feminino apresentou mais sintomas de DTM, bem como os casados. Buscando responder ao problema norteador desta 6 investigação, vimos que, mesmo nos docentes sem presença de estresse, havia sintomas de DTM. Esses dados indicam que a profissão docente pode causar sobrecargas e gerar a DTM. Diante dessa amostra de docentes pesquisados, concluímos que os dados aqui apresentados sugerem uma ampliação do estudo. Considerando a relevância do papel desempenhado pelos docentes das Instituições de Ensino Superior na formação dos acadêmicos e em sua efetiva transformação em futuros profissionais, nossa contribuição para o conhecimento do processo de estresse e os graus de DTM na atividade docente proporcionará oportunidade aos profissionais das diversas áreas do conhecimento e, principalmente, aos docentes para despertarem para a elaboração de programas de combate, controle e prevenção do estresse e do desenvolvimento de DTMs, resultando, dessa forma, na conquista de uma vida mais saudável, tanto na área física quanto na área psicológica. ABSTRACT: Abstract The teacher’s job requires dedication in and out of the classroom for a teacher is in a education mission, he/she is an opinion maker and responsible for future professionals in the market. One of the pathologies that may take place due to the stress caused by this job is the Temporomandibular Joint Disorder (TMD) that will trigger cephaleas, muscle pain in the cervical and facial area and posture changes. The purpose of this paper is to conduct reflections about teachers’ stress trying to answer the following question: What is the incidence rate and correlation between stress and the occurrence of Temporomandibular Joint Disorder (DTM) in teachers of institutions of higher learning in the city of Palmas – Tocantis – Brazil. To fulfill the general purpose we tried to verify the presence or not of stress and the principal symptoms in teachers in universities and colleges, identifying the levels of stress that they were, and verifying the presence or not of TMD and its levels. We tried to evaluate the correlation between gender and the occurrence of stress, marital status and the presence of stress, career time and the presence of stress, and time working in classroom and the total time of work and the presence of stress. The methodology used to perform this was an exploratory and descriptive study with a quantitative approach of the data gathered. The research was characterized by a field study, fundamented by a tool called “Lipp Stress Symptom Inventory – ISSL” from the author Marilda Lipp (2005), adult version, which we also added social-demographic data (marital status, time teaching, hours working in the classroom, and total time of work). We also used the Helkimo Index Questionnaire to identify the occurrence of TMD’s. The data was collected from a sample of two hundred three (233) teachers of universities and colleges between 23 to 74 years of age. Based on the analysis performed, the results showed the presence of stress among 106 (45.49%) of the teachers, with the predominance of the resistance level. We observed that some 127 teachers (54.5%) did not show stress. The predominant symptomology were psychological ones. We observed that time of experience and the schedule do not influence as a predictive value for the stress presence, neither does the marital status and we also observed that the female gender showed more stress symptoms. When we analyzed the presence or not of TMD, we observed that most of the teachers showed symptoms of TMD, some 187 teachers (80.25%), with the predominance of first level TMD. We observed that the time as teacher and the schedule do not influence with an important value for the TMD presence, however the feminine gender as well as married teachers showed more symptoms of TMD. Trying to answer the most important issue of this study, we saw that even without the occurrence of stress the TMD was present showing that the profession can cause overwork and consequently TMD. With this sample of teachers studied we conclude that the found data suggest a wider research. Considering the role performed by teachers of universities and colleges in the development of students and future professionals, our contribution for the understanding of the stress development and TMD levels in the teaching activity will enable the opportunity for professionals of different areas of knowledge, and 8 principally for teachers, to awaken to the need to develop programs to fight, control, and prevent stress and the development of TMD, therefore resulting in a healthier life, both a physical as well as a psychological one.
Institutional Development for Good Governance: the role of intermediary NGOs in Pará state, Amazonia
Resumo:
The paper analyses the roles of intermediary NGOs for linkages between government and rural communities in carrying out socio-environmental development programs as a mean of institutional development for good governance. In particular, the paper focuses on the Proambiente program that was carried out in Pará State, Amazonia, Brazil. This program was the first experience of a socio-environmental development program in Brazilian Amazonia that took into account local communities' demands to link environmental conservation and small-scale family-based rural production. Methodologically, the research was based on qualitative analysis and used semi-structured interviews for data collection. The paper shows that NGOs as intermediaries between government and rural communities is a significant mechanism to promote the strengthening of the power of local communities, to create bridges between federal government and local communities; and to stimulate participatory processes by engaging rural communities' culture and knowledge in socio-environmental development program as Proambiente.
Resumo:
INTRODUCTION: The correct identification of the underlying cause of death and its precise assignment to a code from the International Classification of Diseases are important issues to achieve accurate and universally comparable mortality statistics These factors, among other ones, led to the development of computer software programs in order to automatically identify the underlying cause of death. OBJECTIVE: This work was conceived to compare the underlying causes of death processed respectively by the Automated Classification of Medical Entities (ACME) and the "Sistema de Seleção de Causa Básica de Morte" (SCB) programs. MATERIAL AND METHOD: The comparative evaluation of the underlying causes of death processed respectively by ACME and SCB systems was performed using the input data file for the ACME system that included deaths which occurred in the State of S. Paulo from June to December 1993, totalling 129,104 records of the corresponding death certificates. The differences between underlying causes selected by ACME and SCB systems verified in the month of June, when considered as SCB errors, were used to correct and improve SCB processing logic and its decision tables. RESULTS: The processing of the underlying causes of death by the ACME and SCB systems resulted in 3,278 differences, that were analysed and ascribed to lack of answer to dialogue boxes during processing, to deaths due to human immunodeficiency virus [HIV] disease for which there was no specific provision in any of the systems, to coding and/or keying errors and to actual problems. The detailed analysis of these latter disclosed that the majority of the underlying causes of death processed by the SCB system were correct and that different interpretations were given to the mortality coding rules by each system, that some particular problems could not be explained with the available documentation and that a smaller proportion of problems were identified as SCB errors. CONCLUSION: These results, disclosing a very low and insignificant number of actual problems, guarantees the use of the version of the SCB system for the Ninth Revision of the International Classification of Diseases and assures the continuity of the work which is being undertaken for the Tenth Revision version.