962 resultados para interactive laboratory


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Nitrate from agricultural runoff are a significant cause of algal blooms in estuarine ecosystems such as the Chesapeake Bay. These blooms block sunlight vital to submerged aquatic vegetation, leading to hypoxic areas. Natural and constructed wetlands have been shown to reduce the amount of nitrate flowing into adjacent bodies of water. We tested three wetland plant species native to Maryland, Typha latifolia (cattail), Panicum virgatum (switchgrass), and Schoenoplectus validus (soft-stem bulrush), in wetland microcosms to determine the effect of species combination and organic amendment on nitrate removal. In the first phase of our study, we found that microcosms containing sawdust exhibited significantly greater nitrate removal than microcosms amended with glucose or hay at a low nitrate loading rate. In the second phase of our study, we confirmed that combining these plants removed nitrate, although no one combination was significantly better. Furthermore, the above-ground biomass of microcosms containing switchgrass had a significantly greater percentage of carbon than microcosms without switchgrass, which can be studied for potential biofuel use. Based on our data, future environmental groups can make a more informed decision when choosing biofuel-capable plant species for artificial wetlands native to the Chesapeake Bay Watershed.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Behavioral Parent Training (BPT) is a well-established therapy that reduces child externalized behaviors and parent stress. Although BPT was originally developed for parents of children with defiant behaviors, the program’s key concepts are relevant to parenting all children. Since parents might not fully utilize BPT due to cost and program location, we created an online game as a low-cost, easily accessible alternative or complement to BPT. We tested the game with nineteen undergraduate students at the University of Maryland. The experimental group completed pretest survey on core BPT knowledge, played the game, and completed a BPT posttest, while the control group completed a pretest and posttest survey over a three week period. Participants in the experimental group also completed a survey to indicate their satisfaction with the overall program. The experimental group demonstrated significantly higher levels of BPT knowledge than the control group and high levels of satisfaction. This suggests that an interactive, online BPT platform is an engaging and accessible way for parents to learn key concepts.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Many Gram-negative bacteria use the chaperone-usher pathway to express adhesive surface structures, such as fimbriae, in order to mediate attachment to host cells. Periplasmic chaperones are required to shuttle fimbrial subunits or pilins through the periplasmic space in an assembly-competent form. The chaperones cap the hydrophobic surface of the pilins through a donor-strand complementation mechanism. FaeE is the periplasmic chaperone required for the assembly of the F4 fimbriae of enterotoxigenic Escherichia coli. The FaeE crystal structure shows a dimer formed by interaction between the pilin-binding interfaces of the two monomers. Dimerization and tetramerization have been observed previously in crystal structures of fimbrial chaperones and have been suggested to serve as a self-capping mechanism that protects the pilin-interactive surfaces in solution in the absence of the pilins. However, thermodynamic and biochemical data show that FaeE occurs as a stable monomer in solution. Other lines of evidence indicate that self-capping of the pilin-interactive interfaces is not a mechanism that is conservedly applied by all periplasmic chaperones, but is rather a case-specific solution to cap aggregation-prone surfaces.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

info:eu-repo/semantics/published

Relevância:

20.00% 20.00%

Publicador:

Resumo:

info:eu-repo/semantics/published

Relevância:

20.00% 20.00%

Publicador:

Resumo:

info:eu-repo/semantics/published

Relevância:

20.00% 20.00%

Publicador:

Resumo:

info:eu-repo/semantics/published

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The original concept was to create a 'simulation' which would provide trainee teachers, specializing in Information and Communications Technology (ICT) with the opportunity to explore a primary school environment. Within the simulation, factors affecting the development and implementation of ICT would be modelled so that trainees would be able to develop the skills, knowledge and understanding necessary to identify appropriate strategies to overcome the limitations. To this end, we have developed Allsorts Primary - the prototype of a simulated interactive environment, representing a typical primary school

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper briefly describes an interactive parallelisation toolkit that can be used to generate parallel code suitable for either a distributed memory system (using message passing) or a shared memory system (using OpenMP). This study focuses on how the toolkit is used to parallelise a complex heterogeneous ocean modelling code within a few hours for use on a shared memory parallel system. The generated parallel code is essentially the serial code with OpenMP directives added to express the parallelism. The results show that substantial gains in performance can be achieved over the single thread version with very little effort.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper describes an interactive parallelisation toolkit that can be used to generate parallel code suitable for either a distributed memory system (using message passing) or a shared memory system (using OpenMP). This study focuses on how the toolkit is used to parallelise a complex heterogeneous ocean modelling code within a few hours for use on a shared memory parallel system. The generated parallel code is essentially the serial code with OpenMP directives added to express the parallelism. The results show that substantial gains in performance can be achieved over the single thread version with very little effort.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The overall objective of this work is to develop a computational model of particle degradation during dilute-phasepneumatic conveying. A key feature of such a model is the prediction of particle breakage due to particle–wall collisions in pipeline bends. This paper presents a method for calculating particle impact degradation propensity under a range of particle velocities and particle sizes. It is based on interpolation on impact data obtained in a new laboratory-scale degradation tester. The method is tested and validated against experimental results for degradation at 90± impact angle of a full-size distribution sample of granulated sugar. In a subsequent work, the calculation of degradation propensity is coupled with a ow model of the solids and gas phases in the pipeline.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Code parallelization using OpenMP for shared memory systems is relatively easier than using message passing for distributed memory systems. Despite this, it is still a challenge to use OpenMP to parallelize application codes in a way that yields effective scalable performance when executed on a shared memory parallel system. We describe an environment that will assist the programmer in the various tasks of code parallelization and this is achieved in a greatly reduced time frame and level of skill required. The parallelization environment includes a number of tools that address the main tasks of parallelism detection, OpenMP source code generation, debugging and optimization. These tools include a high quality, fully interprocedural dependence analysis with user interaction capabilities to facilitate the generation of efficient parallel code, an automatic relative debugging tool to identify erroneous user decisions in that interaction and also performance profiling to identify bottlenecks. Finally, experiences of parallelizing some NASA application codes are presented to illustrate some of the benefits of using the evolving environment.