2 resultados para preference-based measures

em DigitalCommons@University of Nebraska - Lincoln


Relevância:

30.00% 30.00%

Publicador:

Resumo:

Background: The negative sensory properties of casein hydrolysates (HC) often limit their usage in products intended for human consumption, despite HC being nutritious and having many functional benefits. Recent, but taxonomically limited, evidence suggests that other animals also avoid consuming HC when alternatives exist. Methodology/Principal Findings: We evaluated ingestive responses of five herbivorous species (guinea pig, mountain beaver, gopher, vole, and rabbit) and five omnivorous species (rat, coyote, house mouse, white-footed mouse, and deer mouse; N = 16–18/species) using solid foods containing 20% HC in a series of two-choice preference tests that used a nonprotein, cellulose-based alternative. Individuals were also tested with collagen hydrolysate (gelatin; GE) to determine whether it would induce similar ingestive responses to those induced by HC. Despite HC and GE having very different nutritional and sensory qualities, both hydrolysates produced similar preference score patterns. We found that the herbivores generally avoided the hydrolysates while the omnivores consumed them at similar levels to the cellulose diet or, more rarely, preferred them (HC by the white-footed mouse; GE by the rat). Follow-up preference tests pairing HC and the nutritionally equivalent intact casein (C) were performed on the three mouse species and the guinea pigs. For the mice, mean HC preference scores were lower in the HC v C compared to the HC v Cel tests, indicating that HC’s sensory qualities negatively affected its consumption. However, responses were species-specific. For the guinea pigs, repeated exposure to HC or C (4.7-h sessions; N = 10) were found to increase subsequent HC preference scores in an HC v C preference test, which was interpreted in the light of conservative foraging strategies thought to typify herbivores. Conclusions/Significance: This is the first empirical study of dietary niche-related taxonomic differences in ingestive responses to protein hydrolysates using multiple species under comparable conditions. Our results provide a basis for future work in sensory, physiological, and behavioral mechanisms of hydrolysate avoidance and on the potential use of hydrolysates for pest management.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Observability measures the support of computer systems to accurately capture, analyze, and present (collectively observe) the internal information about the systems. Observability frameworks play important roles for program understanding, troubleshooting, performance diagnosis, and optimizations. However, traditional solutions are either expensive or coarse-grained, consequently compromising their utility in accommodating today’s increasingly complex software systems. New solutions are emerging for VM-based languages due to the full control language VMs have over program executions. Existing such solutions, nonetheless, still lack flexibility, have high overhead, or provide limited context information for developing powerful dynamic analyses. In this thesis, we present a VM-based infrastructure, called marker tracing framework (MTF), to address the deficiencies in the existing solutions for providing better observability for VM-based languages. MTF serves as a solid foundation for implementing fine-grained low-overhead program instrumentation. Specifically, MTF allows analysis clients to: 1) define custom events with rich semantics ; 2) specify precisely the program locations where the events should trigger; and 3) adaptively enable/disable the instrumentation at runtime. In addition, MTF-based analysis clients are more powerful by having access to all information available to the VM. To demonstrate the utility and effectiveness of MTF, we present two analysis clients: 1) dynamic typestate analysis with adaptive online program analysis (AOPA); and 2) selective probabilistic calling context analysis (SPCC). In addition, we evaluate the runtime performance of MTF and the typestate client with the DaCapo benchmarks. The results show that: 1) MTF has acceptable runtime overhead when tracing moderate numbers of marker events; and 2) AOPA is highly effective in reducing the event frequency for the dynamic typestate analysis; and 3) language VMs can be exploited to offer greater observability.