200 resultados para Improper Partial Semi-Bilateral Generating Function


Relevância:

30.00% 30.00%

Publicador:

Resumo:

The GH receptor (GHR) is essential for normal postnatal growth and development, and the molecular basis of GHR action has been studied intensively. Clinical case studies and more recently mouse models have revealed the extensive phenotype of impaired GH action. We recently reported two new mouse models, possessing cytoplasmic truncations at position 569 (plus Y539/545-F) and 391, which were created to identify functional subdomains within the cytoplasmic signaling domain. In the homozygous state, these animals show progressively impaired postnatal growth coupled with complex changes in gene expression. We describe here an extended phenotype analysis encompassing the heterozygote state to identify whether single copies of these mutant receptors bring about partial or dominant-negative phenotypes. It appears that the retention of the ubiquitin-dependent endocytosis motif the N-terminal cytoplasmic domain permits turnover of these mutant receptors because no dominant-negative phenotype is seen. Nonetheless, we do observe partial impairment of postnatal growth in heterozygotes supporting limited haploinsufficiency. Reproductive function is impaired in these models in a progressive manner, in parallel with loss of signal transducer and activator of transcription-5 activation ability. In summary, we describe a more comprehensive phenotypic analysis of these mouse models, encompassing overall and longitudinal body growth, reproductive function, and hormonal status in both the heterozygote and homozygote state. Our results suggest that patients expressing single copies of similarly mutated GHRs would not display an obvious clinical phenotype.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We present new measurements of the luminosity function (LF) of luminous red galaxies (LRGs) from the Sloan Digital Sky Survey (SDSS) and the 2dF SDSS LRG and Quasar (2SLAQ) survey. We have carefully quantified, and corrected for, uncertainties in the K and evolutionary corrections, differences in the colour selection methods, and the effects of photometric errors, thus ensuring we are studying the same galaxy population in both surveys. Using a limited subset of 6326 SDSS LRGs (with 0.17 < z < 0.24) and 1725 2SLAQ LRGs (with 0.5 < z < 0.6), for which the matching colour selection is most reliable, we find no evidence for any additional evolution in the LRG LF, over this redshift range, beyond that expected from a simple passive evolution model. This lack of additional evolution is quantified using the comoving luminosity density of SDSS and 2SLAQ LRGs, brighter than M-0.2r - 5 log h(0.7) = - 22.5, which are 2.51 +/- 0.03 x 10(-7) L circle dot Mpc(-3) and 2.44 +/- 0.15 x 10(-7) L circle dot Mpc(-3), respectively (< 10 per cent uncertainty). We compare our LFs to the COMBO-17 data and find excellent agreement over the same redshift range. Together, these surveys show no evidence for additional evolution (beyond passive) in the LF of LRGs brighter than M-0.2r - 5 log h(0.7) = - 21 ( or brighter than similar to L-*).. We test our SDSS and 2SLAQ LFs against a simple 'dry merger' model for the evolution of massive red galaxies and find that at least half of the LRGs at z similar or equal to 0.2 must already have been well assembled (with more than half their stellar mass) by z similar or equal to 0.6. This limit is barely consistent with recent results from semi-analytical models of galaxy evolution.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Advances in three-dimensional (313) electron microscopy (EM) and image processing are providing considerable improvements in the resolution of subcellular volumes, macromolecular assemblies and individual proteins. However, the recovery of high-frequency information from biological samples is hindered by specimen sensitivity to beam damage. Low dose electron cryo-microscopy conditions afford reduced beam damage but typically yield images with reduced contrast and low signal-to-noise ratios (SNRs). Here, we describe the properties of a new discriminative bilateral (DBL) filter that is based upon the bilateral filter implementation of Jiang et al. (Jiang, W., Baker, M.L., Wu, Q., Bajaj, C., Chin, W., 2003. Applications of a bilateral denoising filter in biological electron microscopy. J. Struc. Biol. 128, 82-97.). In contrast to the latter, the DBL filter can distinguish between object edges and high-frequency noise pixels through the use of an additional photometric exclusion function. As a result, high frequency noise pixels are smoothed, yet object edge detail is preserved. In the present study, we show that the DBL filter effectively reduces noise in low SNR single particle data as well as cellular tomograms of stained plastic sections. The properties of the DBL filter are discussed in terms of its usefulness for single particle analysis and for pre-processing cellular tomograms ahead of image segmentation. (c) 2006 Elsevier Inc. All rights reserved.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Morphology, occlusal surface topography, macrowear, and microwear features of parrotfish pharyngeal teeth were investigated to relate microstructural characteristics to the function of the pharyngeal mill using scanning electron microscopy of whole and sectioned pharyngeal jaws and teeth. Pharyngeal tooth migration is anterior in the lower jaw (fifth ceratobranchial) and posterior in the upper jaw (paired third pharyngobranchials), making the interaction of occlusal surfaces and wear-generating forces complex. The extent of wear can be used to define three regions through which teeth migrate: a region containing newly erupted teeth showing little or no wear; a midregion in which the apical enameloid is swiftly worn; and a region containing teeth with only basal enameloid remaining, which shows low to moderate wear. The shape of the occlusal surface alters as the teeth progress along the pharyngeal jaw, generating conditions that appear suited to the reduction of coral particles. It is likely that the interaction between these particles and algal cells during the process of the rendering of the former is responsible for the rupture of the latter, with the consequent liberation of cell contents from which parrotfish obtain their nutrients.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The developments of models in Earth Sciences, e.g. for earthquake prediction and for the simulation of mantel convection, are fare from being finalized. Therefore there is a need for a modelling environment that allows scientist to implement and test new models in an easy but flexible way. After been verified, the models should be easy to apply within its scope, typically by setting input parameters through a GUI or web services. It should be possible to link certain parameters to external data sources, such as databases and other simulation codes. Moreover, as typically large-scale meshes have to be used to achieve appropriate resolutions, the computational efficiency of the underlying numerical methods is important. Conceptional this leads to a software system with three major layers: the application layer, the mathematical layer, and the numerical algorithm layer. The latter is implemented as a C/C++ library to solve a basic, computational intensive linear problem, such as a linear partial differential equation. The mathematical layer allows the model developer to define his model and to implement high level solution algorithms (e.g. Newton-Raphson scheme, Crank-Nicholson scheme) or choose these algorithms form an algorithm library. The kernels of the model are generic, typically linear, solvers provided through the numerical algorithm layer. Finally, to provide an easy-to-use application environment, a web interface is (semi-automatically) built to edit the XML input file for the modelling code. In the talk, we will discuss the advantages and disadvantages of this concept in more details. We will also present the modelling environment escript which is a prototype implementation toward such a software system in Python (see www.python.org). Key components of escript are the Data class and the PDE class. Objects of the Data class allow generating, holding, accessing, and manipulating data, in such a way that the actual, in the particular context best, representation is transparent to the user. They are also the key to establish connections with external data sources. PDE class objects are describing (linear) partial differential equation objects to be solved by a numerical library. The current implementation of escript has been linked to the finite element code Finley to solve general linear partial differential equations. We will give a few simple examples which will illustrate the usage escript. Moreover, we show the usage of escript together with Finley for the modelling of interacting fault systems and for the simulation of mantel convection.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Traditionally the basal ganglia have been implicated in motor behavior, as they are involved in both the execution of automatic actions and the modification of ongoing actions in novel contexts. Corresponding to cognition, the role of the basal ganglia has not been defined as explicitly. Relative to linguistic processes, contemporary theories of subcortical participation in language have endorsed a role for the globus pallidus internus (GPi) in the control of lexical-semantic operations. However, attempts to empirically validate these postulates have been largely limited to neuropsychological investigations of verbal fluency abilities subsequent to pallidotomy. We evaluated the impact of bilateral posteroventral pallidotomy (BPVP) on language function across a range of general and high-level linguistic abilities, and validated/extended working theories of pallidal participation in language. Comprehensive linguistic profiles were compiled up to 1 month before and 3 months after BPVP in 6 subjects with Parkinson's disease (PD). Commensurate linguistic profiles were also gathered over a 3-month period for a nonsurgical control cohort of 16 subjects with PD and a group of 16 non-neurologically impaired controls (NC). Nonparametric between-groups comparisons were conducted and reliable change indices calculated, relative to baseline/3-month follow-up difference scores. Group-wise statistical comparisons between the three groups failed to reveal significant postoperative changes in language performance. Case-by-case data analysis relative to clinically consequential change indices revealed reliable alterations in performance across several language variables as a consequence of BPVP. These findings lend support to models of subcortical participation in language, which promote a role for the GPi in lexical-semantic manipulation mechanisms. Concomitant improvements and decrements in postoperative performance were interpreted within the context of additive and subtractive postlesional effects. Relative to parkinsonian cohorts, clinically reliable versus statistically significant changes on a case by case basis may provide the most accurate method of characterizing the way in which pathophysiologically divergent basal ganglia linguistic circuits respond to BPVP.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Abstract: Among the vertebrates, crocodilians have the most complex anatomy of the heart and outflow channels. Their cardiovascular anatomy may also be the most func­tionally sophisticated, combining as it does the best features of both reptilian and mammalian (and avian) systems. The puzzlingly complex "plumbing" of crocodilians has fascinated ana­tomists and physiologists for a very long time, the first paper being that by Panizza (1833). Gradually, with the application of successive techniques of investigation as they became available, its functional significance has become reasonably clear, and the complexity is now revealed as a cardiovascular system of considerable elegance. In this paper I will review the main anatomical features of the heart and outflow channels, discuss what is known about the way they work, and speculate about the probable functional significance.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The aim of this study was to examine the reliability and validity of field tests for assessing physical function in mid-aged and young-old people (55–70 y). Tests were selected that required minimal space and equipment and could be implemented in multiple field settings such as a general practitioner's office. Nineteen participants completed 2 field and 1 laboratory testing sessions. Intra-class correlations showed good reliability for the tests of upper body strength (lift and reach, R= .66), lower body strength (sit to stand, R= .80) and functional capacity (Canadian Step Test, R= .92), but not for leg power (single timed chair rise, R= .28). There was also good reliability for the balance test during 3 stances: parallel (94.7% agreement), semi-tandem (73.7%), and tandem (52.6%). Comparison of field test results with objective laboratory measures found good validity for the sit to stand (cf 1RM leg press, Pearson r= .68, p< .05), and for the step test (cf PWC140, r= −.60, p< .001), but not for the lift and reach (cf 1RM bench press, r= .43, p> .05), balance (r= −.13, −.18, .23) and rate of force development tests (r= −.28). It was concluded that the lower body strength and cardiovascular function tests were appropriate for use in field settings with mid-aged and young-old adults.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In natural estuaries, contaminant transport is driven by the turbulent momentum mixing. The predictions of scalar dispersion can rarely be predicted accurately because of a lack of fundamental understanding of the turbulence structure in estuaries. Herein detailed turbulence field measurements were conducted at high frequency and continuously for up to 50 hours per investigation in a small subtropical estuary with semi-diurnal tides. Acoustic Doppler velocimetry was deemed the most appropriate measurement technique for such small estuarine systems with shallow water depths (less than 0.5 m at low tides), and a thorough post-processing technique was applied. The estuarine flow is always a fluctuating process. The bulk flow parameters fluctuated with periods comparable to tidal cycles and other large-scale processes. But turbulence properties depended upon the instantaneous local flow properties. They were little affected by the flow history, but their structure and temporal variability were influenced by a variety of mechanisms. This resulted in behaviour which deviated from that for equilibrium turbulent boundary layer induced by velocity shear only. A striking feature of the data sets is the large fluctuations in all turbulence characteristics during the tidal cycle. This feature was rarely documented, but an important difference between the data sets used in this study from earlier reported measurements is that the present data were collected continuously at high frequency during relatively long periods. The findings bring new lights in the fluctuating nature of momentum exchange coefficients and integral time and length scales. These turbulent properties should not be assumed constant.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Extracting human postural information from video sequences has proved a difficult research question. The most successful approaches to date have been based on particle filtering, whereby the underlying probability distribution is approximated by a set of particles. The shape of the underlying observational probability distribution plays a significant role in determining the success, both accuracy and efficiency, of any visual tracker. In this paper we compare approaches used by other authors and present a cost path approach which is commonly used in image segmentation problems, however is currently not widely used in tracking applications.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The linear relationship between work accomplished (W-lim) and time to exhaustion (t(lim)) can be described by the equation: W-lim = a + CP.t(lim). Critical power (CP) is the slope of this line and is thought to represent a maximum rate of ATP synthesis without exhaustion, presumably an inherent characteristic of the aerobic energy system. The present investigation determined whether the choice of predictive tests would elicit significant differences in the estimated CP. Ten female physical education students completed, in random order and on consecutive days, five art-out predictive tests at preselected constant-power outputs. Predictive tests were performed on an electrically-braked cycle ergometer and power loadings were individually chosen so as to induce fatigue within approximately 1-10 mins. CP was derived by fitting the linear W-lim-t(lim) regression and calculated three ways: 1) using the first, third and fifth W-lim-t(lim) coordinates (I-135), 2) using coordinates from the three highest power outputs (I-123; mean t(lim) = 68-193 s) and 3) using coordinates from the lowest power outputs (I-345; mean t(lim) = 193-485 s). Repeated measures ANOVA revealed that CPI123 (201.0 +/- 37.9W) > CPI135 (176.1 +/- 27.6W) > CPI345 (164.0 +/- 22.8W) (P < 0.05). When the three sets of data were used to fit the hyperbolic Power-t(lim) regression, statistically significant differences between each CP were also found (P < 0.05). The shorter the predictive trials, the greater the slope of the W-lim-t(lim) regression; possibly because of the greater influence of 'aerobic inertia' on these trials. This may explain why CP has failed to represent a maximal, sustainable work rate. The present findings suggest that if CP is to represent the highest power output that an individual can maintain for a very long time without fatigue then CP should be calculated over a range of predictive tests in which the influence of aerobic inertia is minimised.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Kidney function and the role of the cloacal complex in osmoregulation was investigated in estuarine crocodile (Crocodylus porosus) exposed to three environmental salinities: hypo-, iso- and hyperosmotic to the plasma. Plasma homeostasis was maintained over the range of salinities. Antidiuresis occurred with increased salinity. Although urine from the kidneys retained an osmotic pressure between 77% and 82% of the plasma, over 93% and 98% of plasma chloride filtered at the glomeruli was reabsorbed during passage through the kidneys under hypo and hyperosmotic conditions, respectively, and only 64% in iso-osmotic water. The kidneys were the primary site of sodium reabsorption under hypo-and hyperosmotic conditions. Secondary processing of urine during storage in the cloaca varied with salinity. During post renal storage of urine, the difference in urine osmotic pressure increased from -26.1 +/- 15.5 to 35.66 +/- 9.29 mOsM with increased salinity, and potassium concentration of urine increased over 3-fold in C. porosus from freshwater. The almost complete reabsorption of both sodium and chloride under hyperosmotic conditions indicates the necessity for secretory activity by the lingual salt glands. The osmoregulatory response of the kidneys and cloacal complex to environmental salinity is both plastic and complementary. (C) 1998 Elsevier Science Inc.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Recent evidence suggests that dopamine, acting via its D1 receptors, may function as a neurotransmitter in intrahypothalamic pathways involved in the stimulation of prolactin secretion. Functional dopamine D1 receptors are present in the ventromedial hypothalamic nucleus (VMH) and we hypothesized that they might be part of a prolactin-stimulatory pathway activated by stress. We tested this hypothesis in a series of experiments on sheep involving two different forms of stressors, audiovisual (barking dog) and high environmental temperature. We attempted to block the stimulation of prolactin secretion by infusion into the VMH of an antagonist specific for the D1 receptor. Ovariectomised, oestradiol-implanted merino ewes were surgically implanted with bilateral guide tubes directed at the VMH. After a 180 min pretreatment period, the ewes either were or were not exposed to a stressor (30 min of barking dog or 120 min at 35 degrees C, 65% relative humidity). D1 receptor antagonist, SCH23390 or vehicle (0.9% saline) was infused into the VMH (1.7 mu l/h, 120 nmol/h) for 60 min prior to and during the stressor period. Blood was sampled every 15 min via jugular cannulae and the plasma was assayed for prolactin, cortisol and growth hormone (GH). Both stressors significantly increased prolactin concentrations over control levels. SCH23390 infusion significantly attenuated the prolactin response to high environmental temperature, but had no effect on the prolactin response to audiovisual stress. Cortisol concentrations were significantly increased by audiovisual stress only and were not affected by SCH23390, GH concentrations were not changed by either stressor or infusion. Drug infusion alone did not affect the concentration of the hormones. The data suggest that the VMH D1 receptors are involved in a prolactin stimulatory pathway in response to high environmental temperature. The inability of the D1 antagonist to affect the response to the barking dog indicates that this pathway is stress-specific, implying that there is more than one mechanism or pathway involved in the prolactin response to different stressors.