930 resultados para Distributed multimedia content adaptation
Resumo:
We investigate the impact of captions on deaf and hearing perception of multimedia video clips. We measure perception using a parameter called Quality of Perception (QoP), which encompasses not only a user's satisfaction with multimedia clips, but also his/her ability to perceive, synthesise and analyse the informational content of such presentations. By studying perceptual diversity, it is our aim to identify trends that will help future implementation of adaptive multimedia technologies. Results show that although hearing level has a significant affect on information assimilation, the effect of captions is not significant on the objective level of information assimilated. Deaf participants predict that captions significantly improve their level of information assimilation, although no significant objective improvement was measured. The level of enjoyment is unaffected by a participant’s level of hearing or use of captions.
Resumo:
Background: Efficacy of endocrine therapy is compromised when human breast cancer cells circumvent imposed growth inhibition. The model of long-term oestrogen-deprived MCF-7 human breast cancer cells has suggested the mechanism results from hypersensitivity to low levels of residual oestrogen. Materials and methods: MCF-7 cells were maintained for up to 30 weeks in phenol-red-free medium and charcoal-stripped serum with 10-8 M 17-oestradiol and 10 g/ml insulin (stock 1), 10-8 M 17-oestradiol (stock 2), 10 g/ml insulin (stock 3) or no addition (stock 4). Results: Loss of growth response to oestrogen was observed only in stock 4 cells. Long-term maintenance with insulin in the absence of oestradiol (stock 3) resulted in raised oestrogen receptor alpha (ERlevels (measured by western immunoblotting) and development of hypersensitivity (assayed by oestrogen-responsive reporter gene induction and dose response to oestradiol for proliferation under serum-free conditions), but with no loss of growth response to oestrogen. Conclusion: Hypersensitivity can develop without any growth adaptation and therefore is not a prerequisite for loss of growth response in MCF-7 cells.
Resumo:
In the present report and for the first time in the international literature, the impact of the addition of NaCl upon growth and lipid production on the oleaginous yeast Rhodosporidium toruloides was studied. Moreover, equally for first time, lipid production by R. toruloides was performed under non-aseptic conditions. Therefore, the potentiality of R. toruloides DSM 4444 to produce lipid in media containing several initial concentrations of NaCl with glucose employed as carbon source was studied. Preliminary batch-flask trials with increasing amounts of NaCl revealed the tolerance of the strain against NaCl content up to 6.0% (w/v). However, 4.0% (w/v) of NaCl stimulated lipid accumulation for this strain, by enhancing lipid production up to 71.3% (w/w) per dry cell weight. The same amount of NaCl was employed in pasteurized batch-flask cultures in order to investigate the role of the salt as bacterial inhibiting agent. The combination of NaCl and high glucose concentrations was found to satisfactorily suppress bacterial contamination of R. toruloides cultures under these conditions. Batch-bioreactor trials of the yeast in the same media with high glucose content (up to 150 g/L) resulted in satisfactory substrate assimilation, with almost linear kinetic profile for lipid production, regardless of the initial glucose concentration imposed. Finally, fed-batch bioreactor cultures led to the production of 37.2 g/L of biomass, accompanied by 64.5% (w/w) of lipid yield. Lipid yield per unit of glucose consumed received the very satisfactory value of 0.21 g/g, a value amongst the highest ones in the literature. The yeast lipid produced contained mainly oleic acid and to lesser extent palmitic and stearic acids, thus constituting a perfect starting material for “second generation” biodiesel
Resumo:
Distributed notification services allow consumers and publishers of notifications to interact with different notification services. However, such a distributed infrastructure makes it difficult to share notifications between consumers when consumers are allowed to specify Quality of Service levels. In this paper, we present a chained negotiation engine, enabling distributed notification services to support negotiation and to reuse existing subscriptions. We demonstrate the benefit to the system as a whole by reducing load on service providers and enabling content to be shared.
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.
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
Resumo:
Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq)
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
O objetivo deste ensaio foi determinar equações que indiretamente associem os valores obtidos no medidor de clorofila SPAD-502 aos teores de clorofila e carotenóides de genótipos de capim-elefante anão. Folhas de genótipos de capim-elefante anão foram utilizadas e, depois de coletadas, foram transportadas em caixas de isopor, protegidas da luz, até o laboratório de Fisiologia Vegetal da UENF. Posteriormente, os discos foliares de área conhecida foram extraídos. Com o auxílio do medidor portátil de clorofila (MPC) SPAD-502, foi obtida a média de 5 leituras/disco foliar e utilizaram-se 6 discos para cada intervalo, distribuídos de acordo com a seguinte escala de valores do MPC: 0-10; 10-20; 20-30; 30-40; 40-50; 50-60. O medidor de clorofila SPAD-502 possibilitou uma rápida e eficaz estimativa do conteúdo de clorofila total, clorofila-a e clorofila-b em genótipos de capim-elefante anão.
Resumo:
This paper aims at describing an educational system for teaching and learning robotic systems. Multimedia resources were used to construct a virtual laboratory where users are able to use functionalities of a virtual robotic arm, by moving and clicking the mouse without caring about the detailed internal robot operation. Moreover through the multimedia system the user can interact with a real robot arm. The engineering students are the target public of the developed system. With its contents and interactive capabilities, it has been used as a support to the traditional face-to-face classes on the subject of robotics.. In the paper it is first introduced the metaphor of Virtual Laboratory used in the system. Next, it is described the Graphical and Multimedia Environment approach: an interactive graphic user interface with a 3D environment for simulation. Design and implementation issues of the real-time interactive multimedia learning system, which supports the W3C SMIL standard for presenting the real-time multimedia teaching material, are described. Finally, some preliminary conclusions and possible future works from this research are presented.