822 resultados para Collaborative interfaces


Relevância:

20.00% 20.00%

Publicador:

Resumo:

O tema desta dissertação de mestrado é a interface existente entre os departamentos de desenvolvimento de produto e de produção. Primeiramente será apresentada uma revisão bibliográfica sobre projeto de produto, projeto de processo e produção e interface entre desenvolvimento de produto e produção, proporcionando o embasamento teórico sobre o assunto principal e os demais correlacionados. Em seguida, será apresentado um estudo de caso envolvendo uma empresa multinacional fabricante de autopeças. O estudo contempla a descrição do cenário, diagnóstico da situação atual, referente à metodologia utilizada pela empresa no processo de desenvolvimento de seus produtos, bem como a identificação dos pontos passíveis de melhoria, ou seja, as deficiências associadas ao modelo atual, referentes ao processo de comunicação, planejamento das atividades, equipes de projeto e estrutura física do departamento de engenharia de produto. As dificuldades identificadas estão diretamente ligadas ao processo de desenvolvimento da interface entre a engenharia de produto, processo e produção. Deste modo, propôs-se um plano de intervenção composto pelas seguintes ações: i) alteração da estrutura física (layout) do departamento de engenharia de produto; ii) criação de um novo departamento e de um novo cargo, denominados, respectivamente, engenharia de desenvolvimento e engenheiro de desenvolvimento, responsáveis por desenvolver a interface entre as engenharias de produto, processo e produção; iii) reestruturação das equipes multidisciplinares de projeto. O plano de intervenção proposto objetiva amenizar as dificuldades identificadas durante a análise da metodologia utilizada pela empresa para o PDP. Com isso, pretende-se estabelecer uma melhor interface entre as engenharias de produto, processo e produção.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Trata da nova metodologia de planejamento colaborativo, previsão e reabastecimento, conhecida pela sigla CPFR. Aborda as principais lacunas das metodologias tradicionais, as oportunidades de negócios geradas, o modelo de negócios proposto pelo CPF R e suas etapas de implementação, as implicações sobre a organização, os principais problemas de implementação, metodologias e ferramentas de integração presentes nas empresas que utilizam o CPFR. Aponta oportunidades geradas pelo CPFR e características de integração presentes nas empresas que já utilizam o conceito.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Este trabalho apresenta uma abordagem numérica da fratura baseada no Método dos Elementos Finitos na qual são considerados materiais frágeis como objeto de estudo. As simulações realizadas são possíveis através de um algoritmo computacional que consiste na implementação de molas entre as faces dos elementos finitos. Esta composição constitui o método denominado Interfaces Coesivas. As molas fornecem o efeito de coesão e é representado por leis constitutivas do tipo bi-linear. Sua descrição é apresentada, bem como sua implementação na análise. Tanto o modo I como o modo II de ruptura são considerados. Com o objetivo de verificar o presente modelo com outros resultados e soluções, são analisados exemplos numéricos e experimentais extraídos da literatura. Tais exemplos tratam da nucleação, propagação e eventuais paradas de trincas em peças estruturais submetidas aos mais diversos carregamentos e condições de contorno. É ainda discutido como os parâmetros de fratura do material interferem no processo de ruptura. Uma tentativa é feita de determinar estes parâmetros, em especial no caso de concreto.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The number of research papers available today is growing at a staggering rate, generating a huge amount of information that people cannot keep up with. According to a tendency indicated by the United States’ National Science Foundation, more than 10 million new papers will be published in the next 20 years. Because most of these papers will be available on the Web, this research focus on exploring issues on recommending research papers to users, in order to directly lead users to papers of their interest. Recommender systems are used to recommend items to users among a huge stream of available items, according to users’ interests. This research focuses on the two most prevalent techniques to date, namely Content-Based Filtering and Collaborative Filtering. The first explores the text of the paper itself, recommending items similar in content to the ones the user has rated in the past. The second explores the citation web existing among papers. As these two techniques have complementary advantages, we explored hybrid approaches to recommending research papers. We created standalone and hybrid versions of algorithms and evaluated them through both offline experiments on a database of 102,295 papers, and an online experiment with 110 users. Our results show that the two techniques can be successfully combined to recommend papers. The coverage is also increased at the level of 100% in the hybrid algorithms. In addition, we found that different algorithms are more suitable for recommending different kinds of papers. Finally, we verified that users’ research experience influences the way users perceive recommendations. In parallel, we found that there are no significant differences in recommending papers for users from different countries. However, our results showed that users’ interacting with a research paper Recommender Systems are much happier when the interface is presented in the user’s native language, regardless the language that the papers are written. Therefore, an interface should be tailored to the user’s mother language.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The work described in this thesis aims to support the distributed design of integrated systems and considers specifically the need for collaborative interaction among designers. Particular emphasis was given to issues which were only marginally considered in previous approaches, such as the abstraction of the distribution of design automation resources over the network, the possibility of both synchronous and asynchronous interaction among designers and the support for extensible design data models. Such issues demand a rather complex software infrastructure, as possible solutions must encompass a wide range of software modules: from user interfaces to middleware to databases. To build such structure, several engineering techniques were employed and some original solutions were devised. The core of the proposed solution is based in the joint application of two homonymic technologies: CAD Frameworks and object-oriented frameworks. The former concept was coined in the late 80's within the electronic design automation community and comprehends a layered software environment which aims to support CAD tool developers, CAD administrators/integrators and designers. The latter, developed during the last decade by the software engineering community, is a software architecture model to build extensible and reusable object-oriented software subsystems. In this work, we proposed to create an object-oriented framework which includes extensible sets of design data primitives and design tool building blocks. Such object-oriented framework is included within a CAD Framework, where it plays important roles on typical CAD Framework services such as design data representation and management, versioning, user interfaces, design management and tool integration. The implemented CAD Framework - named Cave2 - followed the classical layered architecture presented by Barnes, Harrison, Newton and Spickelmier, but the possibilities granted by the use of the object-oriented framework foundations allowed a series of improvements which were not available in previous approaches: - object-oriented frameworks are extensible by design, thus this should be also true regarding the implemented sets of design data primitives and design tool building blocks. This means that both the design representation model and the software modules dealing with it can be upgraded or adapted to a particular design methodology, and that such extensions and adaptations will still inherit the architectural and functional aspects implemented in the object-oriented framework foundation; - the design semantics and the design visualization are both part of the object-oriented framework, but in clearly separated models. This allows for different visualization strategies for a given design data set, which gives collaborating parties the flexibility to choose individual visualization settings; - the control of the consistency between semantics and visualization - a particularly important issue in a design environment with multiple views of a single design - is also included in the foundations of the object-oriented framework. Such mechanism is generic enough to be also used by further extensions of the design data model, as it is based on the inversion of control between view and semantics. The view receives the user input and propagates such event to the semantic model, which evaluates if a state change is possible. If positive, it triggers the change of state of both semantics and view. Our approach took advantage of such inversion of control and included an layer between semantics and view to take into account the possibility of multi-view consistency; - to optimize the consistency control mechanism between views and semantics, we propose an event-based approach that captures each discrete interaction of a designer with his/her respective design views. The information about each interaction is encapsulated inside an event object, which may be propagated to the design semantics - and thus to other possible views - according to the consistency policy which is being used. Furthermore, the use of event pools allows for a late synchronization between view and semantics in case of unavailability of a network connection between them; - the use of proxy objects raised significantly the abstraction of the integration of design automation resources, as either remote or local tools and services are accessed through method calls in a local object. The connection to remote tools and services using a look-up protocol also abstracted completely the network location of such resources, allowing for resource addition and removal during runtime; - the implemented CAD Framework is completely based on Java technology, so it relies on the Java Virtual Machine as the layer which grants the independence between the CAD Framework and the operating system. All such improvements contributed to a higher abstraction on the distribution of design automation resources and also introduced a new paradigm for the remote interaction between designers. The resulting CAD Framework is able to support fine-grained collaboration based on events, so every single design update performed by a designer can be propagated to the rest of the design team regardless of their location in the distributed environment. This can increase the group awareness and allow a richer transfer of experiences among them, improving significantly the collaboration potential when compared to previously proposed file-based or record-based approaches. Three different case studies were conducted to validate the proposed approach, each one focusing one a subset of the contributions of this thesis. The first one uses the proxy-based resource distribution architecture to implement a prototyping platform using reconfigurable hardware modules. The second one extends the foundations of the implemented object-oriented framework to support interface-based design. Such extensions - design representation primitives and tool blocks - are used to implement a design entry tool named IBlaDe, which allows the collaborative creation of functional and structural models of integrated systems. The third case study regards the possibility of integration of multimedia metadata to the design data model. Such possibility is explored in the frame of an online educational and training platform.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Essa dissertação busca compreender processos de implementação de orçamento participativos pelo viés da burocracia de nível de rua. Para tal, foram estudados os casos de Guarulhos e São Bernardo do Campo, utilizando como metodologia a análise de interface proposta por Long. Parte-se do pressuposto que é possível identificar, através do cotidiano destes profissionais, pontos de inflexão da participação popular no Brasil, que, além de ainda se encontrar em desenvolvimento, já apresenta diversos desafios para ser bem sucedida. Assim, como problema de pesquisa, tem-se “qual é o papel dos servidores públicos dos orçamentos participativos que estão em contato direto com o público na implementação dos mesmos?”. O estudo do dia a dia desses atores demonstra, com grande força, uma desconfiança da sociedade civil para o governo, sendo necessário recriar uma imagem do poder municipal enquanto parceiro; a força do orçamento participativo enquanto processo pedagógico, tanto para questões de funcionamento da máquina pública, quanto para a própria cidadania; a necessidade de mobilização da população para além dos momentos das plenárias; a relativa dependência da organização e legitimação interna do orçamento participativo na estrutura de governo, para um trabalho orientado da burocracia de nível de rua; a legitimação do governo nas comunidades através da ação dessa categoria; e a constatação que estes profissionais configuram, na verdade, uma nova categoria, que serão aqui chamados de agentes de interface, por não se enquadrarem na lógica tradicional da burocracia. Também pelo seu papel fundamental na criação de novos sentidos, propõe-se a interface enquanto lugar.

Relevância:

20.00% 20.00%

Publicador: