نتایج جستجو برای: pituitary hormones

تعداد نتایج: 106662  

Journal: :Human reproduction update 2007
M L Hendriks J C F Ket P G A Hompes R Homburg C B Lambalk

Polycystic ovary syndrome (PCOS) is a complex disorder with heterogeneity of clinical and endocrine features. Ovarian surgery for ovulation induction has been used in the management of clomiphene citrate-resistant anovulatory women with PCOS. Various types of ovarian surgery have been employed (wedge resection, electrocautery, laser vaporization, multiple ovarian biopsies and others) and all pr...

Journal: :European journal of endocrinology 2009
Helena Filipsson Gudmundur Johannsson

Severe GH deficiency (GHD) in adults has been described as a clinical entity. However, some of the features associated with GHD could be due to unphysiological and inadequate replacement of other pituitary hormone deficiencies. This may be true for glucocorticoid replacement that lacks a biomarker making dose titration and monitoring difficult. Moreover, oral estrogen replacement therapy decrea...

2015
Laura Senovilla Lucía Núñez José María de Campos Daniel A. de Luis Enrique Romero Javier García-Sancho Carlos Villalobos

Human pituitary tumors are generally benign adenomas causing considerable morbidity due to excess hormone secretion, hypopituitarism, and other tumor mass effects. Pituitary tumors are highly heterogeneous and difficult to type, often containing mixed cell phenotypes. We have used calcium imaging followed by multiple immunocytochemistry to type growth hormone secreting (GHomas) and non-function...

Journal: :Acta neurobiologiae experimentalis 1979
F R Brush S M Fraley

Two behaviorally active hormones of the pituitary-adrenal system are adrenocorticotropic hormones (ACTH) and corticosterone, and their behavioral effects are facilitation and inhibition of performance of previously learned avoidance responses, respectively. Their uptake, distribution and effects on central nervous system are reviewed. Hypothalamic neurotransmitter control of corticotropin relea...

2005
Andreas Jöstel Catherine Ann Lissett Stephen Michael Shalet

Hypopituitarism is the deficiency of one or more pituitary hormones. It is relatively rare, with a prevalence of 45 per million and an annual incidence of about 4 per 100,000.1 It is, however, seen commonly in endocrine practice and, importantly, is associated with increased morbidity and mortality. Clinical manifestations are influenced by the etiology, severity, and rate of onset of pituitary...

2012
Pouya Pournaghi Rajab-Ali Sadrkhanlou Shapour Hasanzadeh Azadeh Foroughi

Diabetes is a metabolic disorder which affects whole body systems including reproductive system. Diabetes is also a contributing factor to infertility. Metformin is one of the most common drugs to control hyperglycemia. In this study, 36 adult Sprague-Dawley female rats (170-210 g) were divided into 3 groups (control, diabetic and diabetic-treated by metformin). In second and third groups, diab...

Journal: :iranian journal of veterinary research 2009
n. salamat n. alboghobeish m. hashemitabar m. mesbah a. ahangarpour

in this study, five carp pituitary glands were collected and dispersed enzymatically and mechanically.then, the cells were cultivated as monolayer in mem (minimum essential medium eagle). the culture mediawere collected after 72 h and frozen at -20°c. carp ovarian follicles also were separated mechanically andincubated in bss (basic salt solution) cortland medium in 24-well microplates for 48 h...

2007
M. UMEZU

The developmental patterns of plasma and pituitary levels of the three glycoprotein hormones, FSH, LH and TSH, were studied in hypothyroidism and after thyroxine administration. Rats were radiothyroidectomized at birth and the pituitary and circulating hormone levels were measured at five-day intervals from 5 to 4o days of age by double-antibody radioimmunoassay. Body weight and weight of selec...

Journal: :Regulatory peptides 2009
Patricia Silveyra Natalia I Cataldi Victoria Lux-Lantos Carlos Libertun

Orexins A and B (hypocretins A and B) are regulatory peptides that control a variety of neuroendocrine and autonomic functions including feeding and sleep-wakefulness. Previously, we described a clear relationship between the hormonal milieu of the estrous cycle and the mRNA expression of the components of the orexinergic system, in the hypothalamus, pituitary and ovary. Here, we investigate wh...

Journal: :The Journal of endocrinology 2005
Michael Muchow Ioannis Bossis Tom E Porter

Increased thyroid hormone production is essential for hatching of the chick and for the increased metabolism necessary for posthatch endothermic life. However, little is known about the ontogeny and distribution of pituitary thyrotrophs during this period or whether pituitary thyroid-stimulating hormone (TSH) production is regulated by endogenous thyroid hormones during chick embryonic developm...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->