نتایج جستجو برای: chah jam erg

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

Journal: :Blood 2010
Anastasia Sacharidou Wonshill Koh Amber N Stratman Anne M Mayo Kevin E Fisher George E Davis

Here, we define an endothelial cell (EC) lumen signaling complex involving Cdc42, Par6b, Par3, junction adhesion molecule (Jam)-B and Jam-C, membrane type 1-matrix metalloproteinase (MT1-MMP), and integrin alpha(2)beta(1), which coassociate to control human EC tubulogenesis in 3D collagen matrices. Blockade of both Jam-B and Jam-C using antibodies, siRNA, or dominant-negative mutants completely...

B. Reddy C. G. Joshi D. B. Patil, D. N. Kelawala M. J. Sheth P. V. Parikh

During a 2-year period, 31 cases of a hereditary retinal degeneration in dogs bred in India were found mainly suspected for progressive retinal atrophy (PRA) with typical history of initial nyctalopia followed by hemeralopia. Out of 31 PRA suspected dogs, 8 dogs (26%) were from the age group of 1-5 years, 15 (48%) 6-10 years and the rest (26%) 11-15 years. The most predominant breed was Spitz (...

Fazilat, Asiyeh, Sadeghian, mahmood,

Chah Zard granitoid pluton with 535.4±3.2 Ma age (U-Pb zircon method, carried on the Zircon) intruded into Jandagh –Arousan metamorphic complex, and strongly mylonitized during later events. For the first time, Chah Zard granitoid pluton investigated by anisotropy of magnetic susceptibility (AMS) method. Mean magnetic susceptibility (Km) of biotite granites (the main constitute of Chah Zard gra...

امینی, صدرالدین, قلمقاش, جلیل, یاجم, ساناز,

Chah Torsh intrusive body in S-W of Nadushan is a small part of extensive magmatism of Oligo-Miocene age in Urumieh-Dokhtar magmatic belt. This is the largest intrusive mass of SW of Nadushan complex which are all outcropped as masses cut through Eocene volcanics. The Chah Torsh intrusion consists of two phases with porphyry and granular textures. Geochemical properties of two phases on the bas...

Journal: :Blood 2007
Paul F Bradfield Christoph Scheiermann Sussan Nourshargh Christiane Ody Francis W Luscinskas G Ed Rainger Gerard B Nash Marijana Miljkovic-Licina Michel Aurrand-Lions Beat A Imhof

Monocyte recruitment from the vasculature involves sequential engagement of multiple receptors, culminating in transendothelial migration and extravasation. Junctional adhesion molecule-C (JAM-C) is localized at endothelial intercellular junctions and plays a role in monocyte transmigration. Here, we show that blockade of JAM-B/-C interaction reduced monocyte numbers in the extravascular compar...

2016
HUISHAN ZHAO HEFEN YU TRACEY A. MARTIN XU TENG WEN G. JIANG

The junctional adhesion molecule B (JAM-B) is a multifunctional transmembrane protein, which belongs to the immunoglobulin superfamily (IgSF). JAM-B is localized to cell-cell contacts and enriched at cell junctions in epithelial and endothelial cells, as well as on the surface of erythrocytes, leukocytes, and platelets. Recent research in this field has shown that JAM-B plays an important role ...

2015
XY Lim K Brennan AM Hopkins

Background Each year breast cancer is diagnosed in approximately 1 million women worldwide [1]. Our lab has previously linked Junctional Adhesion Molecule A (JAM-A) gene and protein over-expression in breast tumours with an increased risk of metastasis [2,3]. JAM-A loss or inhibition has also been shown to inhibit cell migration and invasion [2], while increasing apoptosis possibly as a result ...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2006
Michael J Kearney

A detailed study is undertaken of the v{max}=1 limit of the cellular automaton traffic model proposed by Nagel and Paczuski [Phys. Rev. E 51, 2909 (1995)]. The model allows one to analyze the behavior of a traffic jam initiated in an otherwise freely flowing stream of traffic. By mapping onto a discrete-time queueing system, itself related to various problems encountered in lattice combinatoric...

1995
Kiyoh Nakamura Yuri Masuda Yukio Kiyokane

In Japan, the continual rise in the number of people moving to Tokyo is causing various economic and social problems, including high o&e rents, housing shortages, trafic jams, and obligatory long-distance commuting. To try to curb this concentration in Tokyo, government agencies and private companies have set up projects and research groups to study distributing ofice space. We have been studyi...

2016
Kristy de Salas Ian J. Lewis Ivan Bindoff

Game jams are social events involving the integration of enthusiasts from various game making disciplines (e.g. programming, art, design) to make games under constraints, such as a short fixed time (Goddard et al. 2014) and a common theme (Fowler et al 2013). Research on game jams has suggested that they have the potential to provide an effective and focused experience and that participants gai...

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

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

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