نتایج جستجو برای: model extended long

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

Journal: :Journal of Lightwave Technology 2015

Journal: :Physical review 2021

We investigate the cosmological observational test of extended quintessence model, i.e. a scalar-tensor gravity model with scalar field potential serving as dark energy, by using Planck 2018 cosmic microwave background (CMB) data, together baryon acoustic oscillations (BAO) and redshift-space distortion (RSD) data. As an example, we consider Brans-Dicke kinetic term $\frac{\omega(\phi)}{\phi} \...

2011
S. J. Brodsky A. Chodos R. L. Jaffe K. Johnson C. B. Thorn

~%'ork supported in part by Scientific and Technical Research Council of Turkey. D. D. Goon, Phys. Lett. 29B, 669 (1969);M. Baker and D. D. Coon, Phys. Rev. D 2, 2349 (1970). 2M. Baker and D. D. Coon (unpublished). 3G. Veneziano, Nuovo Cimento 57A, 190 (1968). 4D. D. Coon, U. Sukhatme, and J, Tran Thanh Van„Phys. Lett. 45B, 287 (1973). M. Arik and D. D. Coon, Phys. Lett. 48B, 141 (1974). 8J. F....

2010
MARTA PÉREZ-CASANY

It has been argued that by truncating the sample space of the negative binomial and of the inverse Gaussian-Poisson mixture models at zero, one is allowed to extend the parameter space of the model. Here that is proved to be the case for the more general three parameter Tweedie-Poisson mixture model. It is also proved that the distributions in the extended part of the parameter space are not th...

ژورنال: دانشور پزشکی 2009
روحانی تنکابنی, نوشین , مروتی شریف آباد, دکتر محمدعلی ,

  Background and Objective: self-care in diabetes causes promotion of quality of life and decreases the number of inpatient cases. Continuously following them Acute and chronic complications of the disease can be prevented. Regarding high prevalence of The disease in Yazd, research about it in diabetic patients is necessary. Path analysis is an exact statistical method used for determining the ...

2010
C. B. Tabi

We propose a spin-like model of DNA nonlinear dynamics with long-range interactions between adjacent base pairs. We show that the model equation is a modified sine-Gordon equation. We perform the linear stability analysis of a plane wave, which predicts high amplitude and extended oscillating waves for high values of the long-range parameter. This is confirmed numerically and biological implica...

Journal: :Physical review. B, Condensed matter 1996
Wang

One dimensional chiral Hubbard model reduces to the Haldane-Shastry spin chain at half-filling with large but finite on-site energy U . In this talk, we show that the Gutzwiller-Jastrow wavefunctions are the eigen-states of the Hubbard model at U = +∞ at less than half-filling. The full energy spectrum and an infinite set of mutually commuting constants of motion are also given in this limit fo...

2016
Joshua A. Hill Amber L. Thompson Andrew L. Goodwin

We report the structures of eight new dicyanometallate frameworks containing molecular extra-framework cations. These systems include a number of hybrid inorganic-organic analogues of conventional ceramics, such as Ruddlesden-Popper phases and perovskites. The structure types adopted are rationalized in the broader context of all known dicyanometallate framework structures. We show that the str...

1993
Marc Andries Gregor Engels

We present the hybrid query language HQL/EER for an Extended Entity-Relationship model. As its main characteristic, this language allows a user to use both graphical and textual elements in the formulation of one and the same query. We demonstrate the look-and-feel of this query language by means of examples, and show how syntax and semantics of this language are formally deened using programme...

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

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

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