842 resultados para development project


Relevância:

60.00% 60.00%

Publicador:

Resumo:

La evaluación de ontologías, incluyendo diagnóstico y reparación de las mismas, es una compleja actividad que debe llevarse a cabo en cualquier proyecto de desarrollo ontológico para comprobar la calidad técnica de las ontologías. Sin embargo, existe una gran brecha entre los enfoques metodológicos sobre la evaluación de ontologías y las herramientas que le dan soporte. En particular, no existen enfoques que proporcionen guías concretas sobre cómo diagnosticar y, en consecuencia, reparar ontologías. Esta tesis pretende avanzar en el área de la evaluación de ontologías, concretamente en la actividad de diagnóstico. Los principales objetivos de esta tesis son (a) ayudar a los desarrolladores en el diagnóstico de ontologías para encontrar errores comunes y (b) facilitar dicho diagnóstico reduciendo el esfuerzo empleado proporcionando el soporte tecnológico adecuado. Esta tesis presenta las siguientes contribuciones: • Catálogo de 41 errores comunes que los ingenieros ontológicos pueden cometer durante el desarrollo de ontologías. • Modelo de calidad para el diagnóstico de ontologías alineando el catálogo de errores comunes con modelos de calidad existentes. • Diseño e implementación de 48 métodos para detectar 33 de los 41 errores comunes en el catálogo. • Soporte tecnológico OOPS!, que permite el diagnstico de ontologías de forma (semi)automática. De acuerdo con los comentarios recibidos y los resultados de los test de satisfacción realizados, se puede afirmar que el enfoque desarrollado y presentado en esta tesis ayuda de forma efectiva a los usuarios a mejorar la calidad de sus ontologías. OOPS! ha sido ampliamente aceptado por un gran número de usuarios de formal global y ha sido utilizado alrededor de 3000 veces desde 60 países diferentes. OOPS! se ha integrado en software desarrollado por terceros y ha sido instalado en empresas para ser utilizado tanto durante el desarrollo de ontologías como en actividades de formación. Abstract Ontology evaluation, which includes ontology diagnosis and repair, is a complex activity that should be carried out in every ontology development project, because it checks for the technical quality of the ontology. However, there is an important gap between the methodological work about ontology evaluation and the tools that support such an activity. More precisely, not many approaches provide clear guidance about how to diagnose ontologies and how to repair them accordingly. This thesis aims to advance the current state of the art of ontology evaluation, specifically in the ontology diagnosis activity. The main goals of this thesis are (a) to help ontology engineers to diagnose their ontologies in order to find common pitfalls and (b) to lessen the effort required from them by providing the suitable technological support. This thesis presents the following main contributions: • A catalogue that describes 41 pitfalls that ontology developers might include in their ontologies. • A quality model for ontology diagnose that aligns the pitfall catalogue to existing quality models for semantic technologies. • The design and implementation of 48 methods for detecting 33 out of the 41 pitfalls defined in the catalogue. • A system called OOPS! (OntOlogy Pitfall Scanner!) that allows ontology engineers to (semi)automatically diagnose their ontologies. According to the feedback gathered and satisfaction tests carried out, the approach developed and presented in this thesis effectively helps users to increase the quality of their ontologies. At the time of writing this thesis, OOPS! has been broadly accepted by a high number of users worldwide and has been used around 3000 times from 60 different countries. OOPS! is integrated with third-party software and is locally installed in private enterprises being used both for ontology development activities and training courses.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Hoy en día, existen numerosos sistemas (financieros, fabricación industrial, infraestructura de servicios básicos, etc.) que son dependientes del software. Según la definición de Ingeniería del Software realizada por I. Sommerville, “la Ingeniería del Software es una disciplina de la ingeniería que comprende todos los aspectos de la producción de software desde las etapas iniciales de la especificación del sistema, hasta el mantenimiento de éste después de que se utiliza.” “La ingeniería del software no sólo comprende los procesos técnicos del desarrollo de software, sino también actividades tales como la gestión de proyectos de software y el desarrollo de herramientas, métodos y teorías de apoyo a la producción de software.” Los modelos de proceso de desarrollo software determinan una serie de pautas para poder desarrollar con éxito un proyecto de desarrollo software. Desde que surgieran estos modelos de proceso, se investigado en nuevas maneras de poder gestionar un proyecto y producir software de calidad. En primer lugar surgieron las metodologías pesadas o tradicionales, pero con el avance del tiempo y la tecnología, surgieron unas nuevas llamadas metodologías ágiles. En el marco de las metodologías ágiles cabe destacar una determinada práctica, la integración continua. Esta práctica surgió de la mano de Martin Fowler, con el objetivo de facilitar el trabajo en grupo y automatizar las tareas de integración. La integración continua se basa en la construcción automática de proyectos con una frecuencia alta, promoviendo la detección de errores en un momento temprano para poder dar prioridad a corregir dichos errores. Sin embargo, una de las claves del éxito en el desarrollo de cualquier proyecto software consiste en utilizar un entorno de trabajo que facilite, sistematice y ayude a aplicar un proceso de desarrollo de una forma eficiente. Este Proyecto Fin de Grado (PFG) tiene por objetivo el análisis de distintas herramientas para configurar un entorno de trabajo que permita desarrollar proyectos aplicando metodologías ágiles e integración continua de una forma fácil y eficiente. Una vez analizadas dichas herramientas, se ha propuesto y configurado un entorno de trabajo para su puesta en marcha y uso. Una característica a destacar de este PFG es que las herramientas analizadas comparten una cualidad común y de alto valor, son herramientas open-source. El entorno de trabajo propuesto en este PFG presenta una arquitectura cliente-servidor, dado que la mayoría de proyectos software se desarrollan en equipo, de tal forma que el servidor proporciona a los distintos clientes/desarrolladores acceso al conjunto de herramientas que constituyen el entorno de trabajo. La parte servidora del entorno propuesto proporciona soporte a la integración continua mediante herramientas de control de versiones, de gestión de historias de usuario, de análisis de métricas de software, y de automatización de la construcción de software. La configuración del cliente únicamente requiere de un entorno de desarrollo integrado (IDE) que soporte el lenguaje de programación Java y conexión con el servidor. ABSTRACT Nowadays, numerous systems (financial, industrial production, basic services infrastructure, etc.) depend on software. According to the Software Engineering definition made by I.Sommerville, “Software engineering is an engineering discipline that is concerned with all aspects of software production from the early stages of system specification through to maintaining the system after it has gone into use.” “Software engineering is not just concerned with the technical processes of software development. It also includes activities such as software project management and the development of tools, methods, and theories to support software production.” Software development process models determine a set of guidelines to successfully develop a software development project. Since these process models emerged, new ways of managing a project and producing software with quality have been investigated. First, the so-called heavy or traditional methodologies appeared, but with the time and the technological improvements, new methodologies emerged: the so-called agile methodologies. Agile methodologies promote, among other practices, continuous integration. This practice was coined by Martin Fowler and aims to make teamwork easier as well as automate integration tasks. Nevertheless, one of the keys to success in software projects is to use a framework that facilitates, systematize, and help to deploy a development process in an efficient way. This Final Degree Project (FDP) aims to analyze different tools to configure a framework that enables to develop projects by applying agile methodologies and continuous integration in an easy and efficient way. Once tools are analyzed, a framework has been proposed and configured. One of the main features of this FDP is that the tools under analysis share a common and high-valued characteristic: they are open-source. The proposed framework presents a client-server architecture, as most of the projects are developed by a team. In this way, the server provides access the clients/developers to the tools that comprise the framework. The server provides continuous integration through a set of tools for control management, user stories management, software quality management, and software construction automatization. The client configuration only requires a Java integrated development environment and network connection to the server.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Mexico has a long history of structuralized violence against its most vulnerable socioeconomic strata, the peasantry, also referred to as Campesinos. From the Spanish invasion, to the contemporary neoliberal development project, corn production has been intimately associated with disparate power relations both within Mexican society, and without, particularly in relations with the United States. This study sheds light on the incongruities of modernism implicit within neoliberal policy instruments such as Structural Adjustment Programs (SAP) and free trade agreements. It will demonstrate that while such policies benefit some, they principally exacerbate existing power disparities via disarticulated trade economics, subordinating rather than liberating Mexico's most vulnerable citizenry.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

The aim of a university education is the intellectual development of citizens, and the training of professionals for their subsequent entry into the workforce. However, this entry into the workforce, following the theoretical education usually provided by the university, implies that students have to manage this difficult transition by themselves. Society, in a continual process of transformation, requires of universities that they adjust, adapting the education they offer to comply with the demands of society and the workplace. Socio-emotional skills would seem to have influence predicting professional performance. These skills also influence job-finding and employability. Consequently, providing teachers with an education in socioemotional competences is becoming a necessary task within universities, and the majority of teaching staff consider these skills to be fundamental to the personal and socio-emotional development of students. The objective of our proposed work is to establish the characteristic profile of competences of a sample of teachers in training, and compare it with the competences profile of graduate students belonging to the fields of law sciences, social sciences, humanities, science and technology, and health. Starting from results, implications will be derived for the development of generic competences of socio-emotional type in the framework of the European Frame of Higher Education.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Background: The assessment of attitudes toward school with the objective of identifying adolescents who may be at risk of underachievement has become an important area of research in educational psychology, although few specific tools for their evaluation have been designed to date. One of the instruments available is the School Attitude Assessment Survey-Revised (SAAS-R). Method: The objective of the current research is to test the construct validity and to analyze the psychometric properties of the Spanish version of the SAAS-R. Data were collected from 1,398 students attending different high schools. Students completed the SAAS-R along with measures of the g factor, and academic achievement was obtained from school records. Results: Confirmatory factor analysis, multivariate analysis of variance and analysis of variance tests supported the validity evidence. Conclusions: The results indicate that the Spanish version of the SAAS-R is a useful measure that contributes to identification of underachieving students. Lastly, the results obtained and their implications for education are discussed.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Os incêndios florestais constituem uma realidade que pode ser minimizada com o auxílio Forças Armadas, através de homens e de meios. O Projeto FIREND®, no qual este trabalho está inserido, tem como objetivo projetar uma munição que ao libertar uma substância química sobre o fogo, o impeça de se expandir e se possível, o extinga. O projétil tem 155mm de calibre e o seu compartimento de carga terá cerca de 7,5

Relevância:

60.00% 60.00%

Publicador:

Resumo:

"Part of the National Science Foundation new laboratory equipment development project; NSF grant 17701."

Relevância:

60.00% 60.00%

Publicador:

Resumo:

"Conducted under ARDC Research and Development project 2079."

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Considers (90) S. 537, (90) S. 1144, , (90) S. 1215, (90) S. 1529, (90) S. 1549, (90) S. 1622 , (90) S. 1812, (90) S. 2024, (90) S. 2059, (90) S. 2169. (90) S. 2236,(90) S. 2611.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

The current global development project appears to be premised on the assumption that underlying political debates over development have been settled. An upshot of this is that development is reduced to the theoretical, ideological and legal framework of a neo-liberal political order. However, implicit, and sometimes explicit, political dynamics of development can be rendered from a perspective that foregrounds social struggles. I offer a political analysis of the PRSP initiative by examining its evolution and implications considered within social and political contexts, and by specific reference to the 'poverty reduction' interventions that emerged in the 1980s. I argue that the PRSP initiative is best understood as the formation of a comprehensive extension of neo-liberal strategic responses that emerged in the 1980s. In this context, I discuss the example of microcredit schemes in relation to the PRSP process and demonstrate the analytical significance of micro-political social relations for political analyses of development. The approach I adopt reveals social struggles as relationally constitutive of formations of a hegemonic development discourse otherwise ostensibly rendered in de-contextualized terms. From the perspective of critical development analysis such struggles are the concrete expressions of the contradictions immanent to the dialectic of development through inequality and immiseration in the (re)production of social power.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Sammanfattning Studiens fokus var dels vilka kategorier av innehåll som framkom i lärarnas kommunikation dels vilka förändringar i innehållet som uttolkades i matematiklärares kommunikation i början och i slutet av ett kompetensutvecklingsprojekt. Kontexten i kompetensutvecklingsprojektet var i form av modellen learning study, där sju lärarlag, sammanlagt 20 lärare deltagit. Ramverket i studien var tematisk analys, analys av matematiska kompetenser samt funktionell textanalys. Studiens resultat visar på flera förändringar, till exempel att de fem uttolkade huvudkategorierna innefattade fler underkategorier i slutet av kompetensutvecklingsprojektet. När det gäller matematiskt innehåll så visar analysen att lärarna kommunicerade matematika kompetenser på ett mer mångfacetterat sätt i slutet av kompetensutvecklingsprojektet. Då lärarna kommunicerade matematikundervisning använde de sig till viss del av ett annat sätt att uttrycka sig i slutet än i början av kompetensutvecklingsprojektet. I början talade de till exempel om att höra vad eleverna uttrycker till att i slutet använda sig av ordet lyssna. Resultatet visade även förändringar avseende hur lärarna samtalade om laborativt material. Fokus har flyttats från det laborativa materialet till att lärarna funderade över vilken matematik som eleverna uttryckte med hjälp av det laborativa materialet.  

Relevância:

60.00% 60.00%

Publicador:

Resumo:

This research project examined the feasibility of using a cavity transfer mixer (CTM) as a continuous reactor to perform reactions between either solid or liquid reagents and polymer melt; reactions which have previously been typically carried out in batch reactor systems. Equipment has been developed to allow uniform and reproducible introduction of reagents into the polymer melt. Reactions have also been performed using batch processing equipment to enable comparison with the performance of the CTM. It was concluded that: a) there are certain reactions which cannot be carried out in a CTM, but which can be performed in a batch system such as a mill or a sigma blade mixer. This was found to be the case for some neutralisation reactions where the product was quasi crosslinked. b) the reactions that can be carried out in a CTM are performed more efficiently in a CTM than on a batch process. For example, when monomers were to be grafted onto polymers, this was more safely and efficiently performed in the CTM than in a mill or a sigma blade mixer. Residence time distributions (RTDs) for three CTMs were studied in order to gain an insight into the effect of CTM geometry on RTD, polymer melt flow pattern and reactor performance. A mathematical model has been developed to predict the influence of process parameters on RTD and the results compared with experimentally observed trends. The comparison was good. A programme of research has been drawn up to form the basis of an industrially based sponsored development project of the CTM reactor. This work programme was successfully marketed to companies with commercial interest in modified rubber and plastics as an integral part of the research programme of this thesis and the sponsored research programme has paralleled the work reported here.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

This chapter reports on a framework that has been successfully used to analyze the e-business capabilities of an organization with a view to developing their e-capability maturity levels. This should be the first stage of any systems development project. The framework has been used widely within start-up companies and well-established companies both large and small; it has been deployed in the service and manufacturing sectors. It has been applied by practitioners and consultants to help improve e-business capability levels, and by academics for teaching and research purposes at graduate and undergraduate levels. This chapter will provide an account of the unique e-business planning and analysis framework (E-PAF) and demonstrate how it works via an abridged version of a case study (selected from hundreds that have been produced). This will include a brief account of the three techniques that are integrated to form the analysis framework: quality function deployment (QFD) (Akao, 1972), the balanced scorecard (BSC) (Kaplan & Norton, 1992), and value chain analysis (VCA) (Porter, 1985). The case study extract is based on an online community and dating agency service identified as VirtualCom which has been produced through a consulting assignment with the founding directors of that company and has not been published previously. It has been chosen because it gives a concise, comprehensive example from an industry that is relatively easy to relate to.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Although the effectiveness of group therapy has been highlighted, the underlying mechanisms involved in the group process have been under studied. The purpose of this study is twofold. First, the current study utilized an outcome mediation model to examine whether initial level of participation in the intervention (Control/No intervention, non-participatory, participatory) predicted change in Identity Conflict Resolution (IDCR), Personal Expressiveness (PE) and Informational Identity Style (INFO) at posttest, and Internalizing (INT) and Externalizing (EXT) behaviors at post and follow-up assessment. Secondly, the current study examined whether relationships between variables varied as a result of group differences in initial participation. The study utilized an archival sample of 234 high school students, ages 14 to 18, who participated in the Changing Lives Program of the Youth Development Project (YDP) since 2003. Structural equation modeling (SEM) was used to examine differences in direct effects as a result of initial participation on an outcome meditational model. To further analyze this model, SEM was utilized to conduct a multi-group solution to examine whether group differences based on level of initial participation in the variables^