نتایج جستجو برای: prostaglandin

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

Journal: :Archives of disease in childhood 1990
R Y Sung J A Yin E P Loong T F Fok J Lau

The closure time of the ductus arteriosus was investigated in 29 full term babies born vaginally after induction with prostaglandin E2 and in 22 controls. Serial Doppler echocardiography studies showed a significantly prolonged closure time in babies induced by prostaglandin E2. Whether the difference is related to changes in fetal prostaglandin E2 concentration remains to be established.

Journal: :Cancer epidemiology, biomarkers & prevention : a publication of the American Association for Cancer Research, cosponsored by the American Society of Preventive Oncology 2007
Page E Abrahamson Irena B King Cornelia M Ulrich Rebecca E Rudolph Melinda L Irwin Yutaka Yasui Christina Surawicz Johanna W Lampe Paul D Lampe Angela Morgan Bess E Sorensen Kamran Ayub John D Potter Anne McTiernan

BACKGROUND Epidemiologic studies provide evidence that exercise is associated with reduced risk of colon cancer. Exercise may exert protective effects on the colon by influencing prostaglandin production. We hypothesized that an exercise intervention would decrease prostaglandin E(2) concentrations and increase prostaglandin F(2alpha) in colon biopsies compared with controls. METHODS A 12-mon...

2006
Walter C. Hubbard Michael C. Alley Glenn N. Gray Karen C. Green Theodore L. McLemore Michael R. Boyd

Detectable levels (>0.2 pinol/ID" cells) of one or more prostanoid species resultant to calcium ionophore A23187-induced biosynthesis from endogenous arachidonic acid were distributed in 28 cell lines derived from different histolÃ3gica!classes of lung tumors as follows: large cell undifferentiated carcinoma (3 of 3 cell lines); adenosquamous carcinoma (1 of 2 cell lines); squamous cell carcino...

Journal: :Cancer research 1989
W C Hubbard M C Alley G N Gray K C Green T L McLemore M R Boyd

Detectable levels (greater than or equal to 0.2 pmol/10(6) cells) of one or more prostanoid species resultant to calcium ionophore A23187-induced biosynthesis from endogenous arachidonic acid were distributed in 28 cell lines derived from different histological classes of lung tumors as follows: large cell undifferentiated carcinoma (3 of 3 cell lines); adenosquamous carcinoma (1 of 2 cell line...

Journal: :Middle East journal of anaesthesiology 2012
Hala Mostafa Goma

BACKGROUND scoliosis correction surgery is common in children, and adolescents. Deliberate hypotension is indicated in scoliosis correction procedures, because bloodless field is needed for exposure of the nerve roots, and to decrease the need for blood transfusion. Protection of the kidneys during deliberate hypotension is essential. The ideal hypotensive drug maintains the renal function and ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1975
P Needleman S L Key S E Denny P C Isakson G R Marshall

In isolated perfused rabbit hearts, bradykinin produced a concentration-dependent decrease in coronary resistance directly associated with biosynthesis and release of prostaglandin-E-like substance. An inhibitor of bradykinin destruction (the nonapeptide SQ-20881) markedly enhanced both the coronary vasodilation and release of prostaglandin-E-like substance produced by cardiac injection of brad...

Journal: :European journal of pediatric surgery : official journal of Austrian Association of Pediatric Surgery ... [et al] = Zeitschrift fur Kinderchirurgie 1993
F Schier C Schier I Gehrke T Gehrke J Waldschmidt

In a cell culture model of bile duct epithelial cells, the effect of prostaglandin E2, lithocholic acid and deoxycholic acid was studied. Bile acids and prostaglandin are administered postoperatively in biliary atresia empirically as choleretics. Prostaglandin E2 and the bile acids all had inhibitory effects on bile duct epithelial cells in culture. There is no clinical study proving the effica...

Journal: :Hypertension 1981
N A Terragno

Current knowledge on prostaglandin biosynthesis is reviewed, centering on how PGs participate in the regulation of vascular tone and the prevention of platelet deposition on endothelial surfaces. Discussion includes review of the vasoactivity of the PG endoperoxides, thromboxane, prostacyclin, and prostaglandin E2; prostaglandin-catabolizing enzymes; polyunsaturated fatty acid precursors; nutri...

Journal: :The Biochemical journal 1978
H H Tai B Yuan A T Wu

In the presence of haemoglobin and isoproterenol, the microsomal fraction of sheep lung catalysed the conversion of arachidonate predominantly into thromboxane B2 and to a lesser extent into 6-oxoprostaglandin F1alpha. Very little prostaglandin E2 and prostaglandin F2alpha were formed. If reduced glutathione was added in combination with haemoglobin and isoproterenol, the synthesis of prostagla...

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

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

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