نتایج جستجو برای: long gnrha cycles

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

2012
José M. Guzmán Jesús Ramos Constantinos C. Mylonas Evaristo L. Mañanós

The aquaculture of Senegalese sole (Solea senegalensis) is limited by the failure of cultured breeders (G1 generation) to produce fertilized spawning. Critical reproductive dysfunctions have been observed in both female and male Senegalese sole cultured breeders, including reduced fecundity and diminished sperm production. The present work aimed to study the effectiveness of different hormonal ...

Journal: :Pediatrics 1999
B Kohn J R Julius S L Blethen

Gonadotropin-releasing hormone ana-logues (GnRHa) are used to treat central precocious puberty. They also are used to delay puberty in short children with a prognosis for impaired adult height. In both cases, growth hormone (GH) treatment is sometimes added. To determine how North American pediatric endocrinologists are using the combination of GH and GnRHa, we searched the National Cooperative...

2016
Jae-Seong Heo Hyeok-Soo Moon Mi-Kyeong Kim

PURPOSE This study was conducted to analyze the change in the obesity index in girls receiving a gonadotropin-releasing hormone agonist (GnRHa), based on treatment duration, and to aid in nutritional counseling by investigating dietary habits and lifestyle. METHODS Anthropometric examinations were conducted on 62 girls treated with GnRHa from January 2010 through July 2014. Parents were asked...

Journal: :Comparative biochemistry and physiology. Part A, Molecular & integrative physiology 2011
José M Guzmán Rosa Cal Angel García-López Olvido Chereguini Katherine Kight Mercedes Olmedo Carmen Sarasquete Constantinos C Mylonas José B Peleteiro Yonathan Zohar Evaristo L Mañanós

The Senegalese sole (Solea senegalensis) is a flatfish that exhibits severe reproductive dysfunctions in captivity. This study aimed at investigating the existence of a dopamine (DA) inhibitory tone on the reproductive axis of this species. Four groups of Senegalese sole breeders were treated with, saline (controls, CNT), the DA antagonist pimozide (PIM, 5 mg kg(-1)), gonadotropin-releasing hor...

Journal: :Nihon Naibunpi Gakkai zasshi 1988
M Iwashita Y Takeda S Sakamoto

GnRH stimulates LH release from pituitary cells, and this process is calcium dependent. On the other hand, phorbol ester, 12-0-tetradecanoylphorbol-13-acetate (TPA), a potent activator of calcium- and phospholipid-dependent protein kinase (protein kinase C), stimulates luteinizing hormone (LH) release from rat pituitary cells. To investigate the involvement of the calcium dependent process in L...

Journal: :International journal of clinical and experimental medicine 2013
Shien Zou Qiqi Long Shaofen Zhang Yi Han Wei Zhang

OBJECTIVE To evaluate the lowest effective dose of combined estrogen and progestogen (E(2)+P) add-back therapy during post-operative gonadotropin-releasing hormone agonist (GnRHa) treatment for endometriosis in Chinese women. STUDY DESIGN The study enrolled 81 patients aged 18 to 50 years with stage III or IV endometriosis, as diagnosed by surgery. All patients were given GnRHa 3.6 mg by subc...

Journal: :Human reproduction 1998
A Lass D Peat S Avery P Brinsden

The objective of this study was to evaluate the histopathological characteristics of endometrial biopsies taken on the day of oocyte recovery in in-vitro fertilization (IVF) cycles with a satisfactory response to ovulation induction. A group of 33 patients who went through ovulation induction for IVF, and in whom an endometrial polyp was suspected on transvaginal ultrasonography during the moni...

Journal: :Human reproduction 2009
M Youssef F van der Veen M van Wely

Recently GnRH antagonist protocols for the prevention of a premature LH surge were introduced, allowing final oocyte maturation to be triggered with a single bolus of a GnRH agonist (GnRHa). GnRHa is as effective as hCG for the induction of ovulation, and apart from the LH surge a FSH surge is also induced. Until recently, prospective randomized studies reported a poor clinical outcome when GnR...

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

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

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"; } -->