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

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

2001
H-Y. Lee M. Y. Lee T. W. O’Donnell G. F. Peaslee D. Peterson

G.V. Rogachev, J.J. Kolata, F.D. Becchetti, P.A. DeYoung, M. Hencheck, K. Herrund, J.D. Hinnefeld, B. Hughey, P.L. Jolivette, L.M. Kiesser, H-Y. Lee, M.Y. Lee, T.W. O’Donnell, G.F. Peaslee, D. Peterson, D.A. Roberts, P. Santi, and S.A. Shaheen. 1 Physics Department, University of Notre Dame, Notre Dame, Indiana 46556-5670 2 Physics Department, University of Michigan, Ann Arbor, Michigan 48109-1...

Journal: :journal of physical & theoretical chemistry 2005
m. monajjemi h.h. haeri s.m. hashemianzadeh m. gholami k. zare

the ip3r calcium release channel has been simulated using a stochastic simulation algorithm (ssa;gillespie algorithm) and de young-keiser model. a set of different concentration for cat' and ip3 havebeen used. considering the number of molecules in each state, a non linear behavior of the system can beseen clearly. the inhibiting role of the ca+2 on the open state (x110) has been studied. the d...

2012
Mildred Louise Selkirk

In the history of the Rice Dramatic Club, there have been occasions when it has fallen in the power of the or ganization to produce outstanding modern dramas by contemporary playwrights—plays rich in enter ta inment quality, subtle in humor ; plays which live in the minds of the a u dience long af ter the final curtain falls. Such plays as "The Roynl Family," "Hay Fever ," and "Hell Bent for He...

2011
A. Spyrou J. K. Smith T. Baumann B. A. Brown J. Brown G. Christian P. A. DeYoung N. Frank S. Mosby W. A. Peters A. Schiller M. J. Strongman M. Thoennessen J. A. Tostevin

A. Spyrou,1,2,* J. K. Smith,1,2 T. Baumann,1 B. A. Brown,1,2 J. Brown,3 G. Christian,1,2 P. A. DeYoung,4 N. Frank,5 S. Mosby,1,2 W. A. Peters,6,† A. Schiller,7 M. J. Strongman,1 M. Thoennessen,1,2 and J. A. Tostevin8 1National Superconducting Cyclotron Laboratory, Michigan State University, East Lansing, Michigan 48824, USA 2Department of Physics & Astronomy, Michigan State University, East Lan...

1998
Mary Beth DeYoung David A. Dichek

The application of gene therapy techniques to the clinical problem of coronary restenosis has generated tremendous attention and enthusiasm. Use of gene transfer technology to prevent a common intractable illness would represent a watershed event for human gene therapy. However, the time is not yet right to initiate gene therapy trials for restenosis. The biology of restenosis is incompletely u...

2001
Á. Horváth L. O. Lamm Hye-Young Lee D. Lizcano E. Martinez-Quiroz G. Rogachev

E.F. Aguilera, J.J. Kolata, F.D. Becchetti, P.A. DeYoung, J.D. Hinnefeld, Á. Horváth, L.O. Lamm, Hye-Young Lee, D. Lizcano, E. Martinez-Quiroz, T.W. O’Donnell, D.A. Roberts, and G. Rogachev. Departamento del Acelerador, Instituto Nacional de Investigaciones Nucleares, A.P. 18-1027, C.P. 11801, Mexico, D.F. Physics Department, University of Notre Dame, Notre Dame, Indiana 46556-5670 Physics Depa...

2013
Charles H. Greene Erin Meyer-Gutbrod Bruce C. Monger Louise P. McGarry Andrew J. Pershing Igor M. Belkin Paula S. Fratantoni David G. Mountain Robert S. Pickart Andrey Proshutinsky Rubao Ji James J. Bisagni Sirpa M. A. Hakkinen Dale B. Haidvogel Jia Wang Erica Head Peter Smith Philip C. Reid Alessandra Conversi

Decadal-scale regime shifts in Northwest Atlantic shelf ecosystems can be remotely forced by climateassociated atmosphere–ocean interactions in the North Atlantic and Arctic Ocean Basins. This remote climate forcing is mediated primarily by basinand hemispheric-scale changes in ocean circulation. We review and synthesize results from process-oriented field studies and retrospective analyses of ...

2011
W. A. Peters T. Baumann B. A. Brown J. Brown P. A. DeYoung J. E. Finck N. Frank K. L. Jones J.-L. Lecouey B. Luther G. F. Peaslee W. F. Rogers A. Schiller M. Thoennessen J. A. Tostevin K. Yoneda

W. A. Peters,1,2,3,* T. Baumann,3 B. A. Brown,2,3 J. Brown,4 P. A. DeYoung,5 J. E. Finck,6 N. Frank,2,3,† K. L. Jones,1,‡ J.-L. Lecouey,3,§ B. Luther,7 G. F. Peaslee,5 W. F. Rogers,8 A. Schiller,3,‖ M. Thoennessen,2,3 J. A. Tostevin,9 and K. Yoneda3,¶ 1Department of Physics and Astronomy, Rutgers, State University of New Jersey, Piscataway, New Jersey 08854, USA 2Department of Physics & Astrono...

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

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

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