7 resultados para Bayesian shared component model

em Universidade Federal do Rio Grande do Norte(UFRN)


Relevância:

100.00% 100.00%

Publicador:

Resumo:

This work addresses the relationship between University-Firm aims to understand the model of shared management of R&D in petroleum of Petrobras with UFRN. This is a case study which sought to investigate whether the model of cooperation established by the two institutions brings innovation to generate technical-scientific knowledge and contribute to the coordination with other actors in the promotion of technological innovation. In addition to desk research the necessary data for analysis were obtained by sending questionnaires to the coordinators of projects in R&D at the company and university. Also, interviews were conducted with subjects who participated in the study since its inception to the present day. This case study were analysed through the Resource-Based View and Interorganizational Networks theory. The sample data also stands that: searches were aligned to the strategic planning and that 29% of R&D projects have been successful on the scope of the proposed objectives (of which 11% were incorporated into business processes); which was produced technical and scientific knowledge caracterized by hundreds of national and international publications; thesis, dissertations, eleven patents, and radical and incremental innovations; the partnership has also brought benefits to the academic processes induced by the improved infrastructure UFRN and changing the "attitude" of the university (currently with national prominence in research and staff training for the oil sector). As for the model, the technical point of view, although it has some problems, it follows that it is appropriate. From the viewpoint of the management model is criticized for containing an excess of bureaucracy. From the standpoint of strategic allocation of resources from the legal framework needs to be reassessed, because it is focused only on the college level and it is understood that should also reach the high school given the new reality of the oil sector in Brazil. For this it is desirable to add the local government to this partnership. The set of information leads to the conclusion that the model is identified and named as a innovation of organizational arrangement here known as Shared Management of R&D in petroleum of Petrobras with UFRN. It is said that the shared management model it is possible to exist, which is a simple and effective way to manage partnerships between firms and Science and Technology Institutions. It was created by contingencies arising from regulatory stand points and resource dependence. The partnership is the result of a process of Convergence, Construction and Evaluation supported by the tripod Simplicity, Systematization and Continuity, important factors for its consolidation. In practice an organizational arrangement was built to manage innovative university-industry partnership that is defined by a dyadic relationship on two levels (institutional and technical, therefore governance is hybrid), by measuring the quarterly meetings of systematic and standardized financial contribution proportional to the advancement of research. These details have led to the establishment of a point of interaction between the scientific and technological-business dimension, demystifying they are two worlds apart

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Among the traits of economic importance to dairy cattle livestock those related to sexual precocity and longevity of the herd are essential to the success of the activity, because the stayability time of a cow in a herd is determined by their productive and reproductive lives. In Brazil, there are few studies about the reproductive efficiency of Swiss-Brown cows and no study was found using the methodology of survival analysis applied to this breed. Thus, in the first chapter of this study, the age at first calving from Swiss-Brown heifers was analyzed as the time until the event by the nonparametric method of Kaplan-Meier and the gamma shared frailty model, under the survival analysis methodology. Survival and hazard rate curves associated with this event were estimated and identified the influence of covariates on such time. The mean and median times at the first calving were 987.77 and 1,003 days, respectively, and significant covariates by the Log-Rank test, through Kaplan-Meier analysis, were birth season, calving year, sire (cow s father) and calving season. In the analysis by frailty model, the breeding values and the frailties of the sires (fathers) for the calving were predicted modeling the risk function of each cow as a function of the birth season as fixed covariate and sire as random covariate. The frailty followed the gamma distribution. Sires with high and positive breeding values possess high frailties, what means shorter survival time of their daughters to the event, i.e., reduction in the age at first calving of them. The second chapter aimed to evaluate the longevity of dairy cows using the nonparametric Kaplan-Meier and the Cox and Weibull proportional hazards models. It were simulated 10,000 records of the longevity trait from Brown-Swiss cows involving their respective times until the occurrence of five consecutive calvings (event), considered here as typical of a long-lived cow. The covariates considered in the database were age at first calving, herd and sire (cow s father). All covariates had influence on the longevity of cows by Log-Rank and Wilcoxon tests. The mean and median times to the occurrence of the event were 2,436.285 and 2,437 days, respectively. Sires that have higher breeding values also have a greater risk of that their daughters reach the five consecutive calvings until 84 months

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The constant increase of complexity in computer applications demands the development of more powerful hardware support for them. With processor's operational frequency reaching its limit, the most viable solution is the use of parallelism. Based on parallelism techniques and the progressive growth in the capacity of transistors integration in a single chip is the concept of MPSoCs (Multi-Processor System-on-Chip). MPSoCs will eventually become a cheaper and faster alternative to supercomputers and clusters, and applications developed for these high performance systems will migrate to computers equipped with MP-SoCs containing dozens to hundreds of computation cores. In particular, applications in the area of oil and natural gas exploration are also characterized by the high processing capacity required and would benefit greatly from these high performance systems. This work intends to evaluate a traditional and complex application of the oil and gas industry known as reservoir simulation, developing a solution with integrated computational systems in a single chip, with hundreds of functional unities. For this, as the STORM (MPSoC Directory-Based Platform) platform already has a shared memory model, a new distributed memory model were developed. Also a message passing library has been developed folowing MPI standard

Relevância:

100.00% 100.00%

Publicador:

Resumo:

On the last years, several middleware platforms for Wireless Sensor Networks (WSN) were proposed. Most of these platforms does not consider issues of how integrate components from generic middleware architectures. Many requirements need to be considered in a middleware design for WSN and the design, in this case, it is possibility to modify the source code of the middleware without changing the external behavior of the middleware. Thus, it is desired that there is a middleware generic architecture that is able to offer an optimal configuration according to the requirements of the application. The adoption of middleware based in component model consists of a promising approach because it allows a better abstraction, low coupling, modularization and management features built-in middleware. Another problem present in current middleware consists of treatment of interoperability with external networks to sensor networks, such as Web. Most current middleware lacks the functionality to access the data provided by the WSN via the World Wide Web in order to treat these data as Web resources, and they can be accessed through protocols already adopted the World Wide Web. Thus, this work presents the Midgard, a component-based middleware specifically designed for WSNs, which adopts the architectural patterns microkernel and REST. The microkernel architectural complements the component model, since microkernel can be understood as a component that encapsulates the core system and it is responsible for initializing the core services only when needed, as well as remove them when are no more needed. Already REST defines a standardized way of communication between different applications based on standards adopted by the Web and enables him to treat WSN data as web resources, allowing them to be accessed through protocol already adopted in the World Wide Web. The main goals of Midgard are: (i) to provide easy Web access to data generated by WSN, exposing such data as Web resources, following the principles of Web of Things paradigm and (ii) to provide WSN application developer with capabilities to instantiate only specific services required by the application, thus generating a customized middleware and saving node resources. The Midgard allows use the WSN as Web resources and still provide a cohesive and weakly coupled software architecture, addressing interoperability and customization. In addition, Midgard provides two services needed for most WSN applications: (i) configuration and (ii) inspection and adaptation services. New services can be implemented by others and easily incorporated into the middleware, because of its flexible and extensible architecture. According to the assessment, the Midgard provides interoperability between the WSN and external networks, such as web, as well as between different applications within a single WSN. In addition, we assessed the memory consumption, the application image size, the size of messages exchanged in the network, and response time, overhead and scalability on Midgard. During the evaluation, the Midgard proved satisfies their goals and shown to be scalable without consuming resources prohibitively

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Multimedia systems must incorporate middleware concepts in order to abstract hardware and operational systems issues. Applications in those systems may be executed in different kinds of platforms, and their components need to communicate with each other. In this context, it is needed the definition of specific communication mechanisms for the transmission of information flow. This work presents a interconnection component model for distributed multimedia environments, and its implementation details. The model offers specific communication mechanisms for transmission of information flow between software components considering the Cosmos framework requirements in order to support component dynamic reconfiguration

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Multimedia systems must incorporate middleware concepts in order to abstract hardware and operational systems issues. Applications in those systems may be executed in different kinds of platforms, and their components need to communicate with each other. In this context, it is needed the definition of specific communication mechanisms for the transmission of information flow. This work presents a interconnection component model for distributed multimedia environments, and its implementation details. The model offers specific communication mechanisms for transmission of information flow between software components considering the Cosmos framework requirements in order to support component dynamic reconfiguration

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This work addresses the relationship between University-Firm aims to understand the model of shared management of R&D in petroleum of Petrobras with UFRN. This is a case study which sought to investigate whether the model of cooperation established by the two institutions brings innovation to generate technical-scientific knowledge and contribute to the coordination with other actors in the promotion of technological innovation. In addition to desk research the necessary data for analysis were obtained by sending questionnaires to the coordinators of projects in R&D at the company and university. Also, interviews were conducted with subjects who participated in the study since its inception to the present day. This case study were analysed through the Resource-Based View and Interorganizational Networks theory. The sample data also stands that: searches were aligned to the strategic planning and that 29% of R&D projects have been successful on the scope of the proposed objectives (of which 11% were incorporated into business processes); which was produced technical and scientific knowledge caracterized by hundreds of national and international publications; thesis, dissertations, eleven patents, and radical and incremental innovations; the partnership has also brought benefits to the academic processes induced by the improved infrastructure UFRN and changing the "attitude" of the university (currently with national prominence in research and staff training for the oil sector). As for the model, the technical point of view, although it has some problems, it follows that it is appropriate. From the viewpoint of the management model is criticized for containing an excess of bureaucracy. From the standpoint of strategic allocation of resources from the legal framework needs to be reassessed, because it is focused only on the college level and it is understood that should also reach the high school given the new reality of the oil sector in Brazil. For this it is desirable to add the local government to this partnership. The set of information leads to the conclusion that the model is identified and named as a innovation of organizational arrangement here known as Shared Management of R&D in petroleum of Petrobras with UFRN. It is said that the shared management model it is possible to exist, which is a simple and effective way to manage partnerships between firms and Science and Technology Institutions. It was created by contingencies arising from regulatory stand points and resource dependence. The partnership is the result of a process of Convergence, Construction and Evaluation supported by the tripod Simplicity, Systematization and Continuity, important factors for its consolidation. In practice an organizational arrangement was built to manage innovative university-industry partnership that is defined by a dyadic relationship on two levels (institutional and technical, therefore governance is hybrid), by measuring the quarterly meetings of systematic and standardized financial contribution proportional to the advancement of research. These details have led to the establishment of a point of interaction between the scientific and technological-business dimension, demystifying they are two worlds apart