نتایج جستجو برای: ژن γ

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

Journal: :SIAM J. Math. Analysis 2016
Marco Bonacini Hans Knüpfer Matthias Röger

We study the minimum energy configuration of a uniform distribution of negative charge subject to Coulomb repulsive self-interaction and attractive interaction with a fixed positively charged domain. After having established existence and uniqueness of a minimizing configuration, we prove charge neutrality and the complete screening of the Coulomb potential exerted by the positive charge, and w...

2009
GIAMPIERO PALATUCCI

where Ω is an open bounded set of R and W and V are two non-negative continuous functions vanishing at α, β and α, β, respectively. In the previous functional, we fix a = 2 − p and u is a scalar density function, Tu denotes its trace on ∂Ω, d(x, ∂Ω) stands for the distance function to the boundary ∂Ω. We show that the singular limit of the energies Fε leads to a coupled problem of bulk and surf...

2013
GIOVANNI LEONI

1. Liquid–Liquid Phase Transitions Consider a fluid confined into a container Ω ⊂ R . Assume that the total mass of the fluid is m, so that admissible density distributions u : Ω→ R satisfy the constraint ∫ Ω u(x) dx = m. The total energy is given by the functional u 7→ ∫ Ω W (u(x)) dx, where W : R→ [0,∞) is the energy per unit volume. Assume that W supports two phases a < b, that is, W is a do...

دکتر الهام شاهقلی, , دکتر امیر علی حمیدیه, , دکتر بهزاد پوپک, , دکتر حسین نجم‌آبادی, , دکتر سید حسین یحیوی, , دکتر علی‌اکبر پورفتح‌اله, , دکتر غلامرضا باهوش, , دکتر محمد تقی ارزانیان, , دکتر محمد فرانوش, , دکتر مینا ایزدیار, , دکتر پروانه وثوق, , دکتر گلاره خسروی‌پور, , دکتر یوسف مرتضوی, , فریبا حق‌نژاد دوشانلو, ,

  چکید ه   سابقه و هدف   بازآرایی قطعات ژنی درمسیرتکاملی لنفوسیت‌های B و T ، تنوع زیادی درمولکول‌های گیرنده لنفوسیتT (TCR ) ایجاد می‌کند. درلوسمی‌های لنفوئید ازنوع ALL ، B-precursor علی‌رغم انتظار بازآرایی رده متقاطع در ژن‌های TCR ایجاد می‌گردد. هدف از مطالعه حاضر بررسی الگوی بازآرایی ژن‌های TCR (دلتاوگاما) در لوسمی لنفوبلاستی حاد (ALL ) کودکان از نوع پیش سازهای B توسط واکنش زنجیره پلیمراز می‌ب...

Journal: :SIAM J. Math. Analysis 2010
Rustum Choksi Mark A. Peletier

We present the first of two articles on the small volume fraction limit of a nonlocal Cahn–Hilliard functional introduced to model microphase separation of diblock copolymers. Here we focus attention on the sharp-interface version of the functional and consider a limit in which the volume fraction tends to zero but the number of minority phases (called particles) remains O(1). Using the languag...

Journal: :SIAM J. Math. Analysis 2005
Adriana Garroni Stefan Müller

We study, by means of Γ-convergence, the asymptotic behaviour of a variational problem modeling a dislocation ensemble moving on a slip plane through a discrete array of obstacles. The variational problem is a two dimensional phase transition type energy given by a non local term and a non linear potential which penalizes non integer values. In this paper we consider a regime corresponding to a...

2017
Giovanni Leoni Ryan Murray

This note completely resolves the asymptotic development of order 2 by Γ-convergence of the mass-constrained Cahn–Hilliard functional, by showing that one of the critical assumptions of the authors’ previous work [10] is unnecessary.

2009
Marian Bocea Mihai Mihăilescu

Γ-convergence results for power-law functionals with variable exponents are obtained. The main motivation comes from the study of (first-failure) dielectric breakdown. Some connections with the generalization of the ∞-Laplace equation to the variable exponent setting are also explored. 2000 Mathematics Subject Classification:

2006
Marc Oliver Rieger

We study variational problems with volume constraints (also called level set constraints) of the form

Journal: :Asymptotic Analysis 2006
Hervé Le Dret Hamdi Zorgati

We consider a thin curved film made of a martensitic material. The behavior of the film is governed by a free energy composed of a bulk energy term and an interfacial energy term. We show that the minimizers of the free energy converge to the minimizers of an energy depending on a two-dimensional deformation and one Cosserat vector field when the thickness of the curved film goes to zero. using...

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

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

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