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

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

2016
Fragkiskos D. Malliaros Apostolos N. Papadopoulos Michalis Vazirgiannis

Graph mining is an important research area with a plethora of practical applications. Core decomposition in networks, is a fundamental operation strongly related to more complex mining tasks such as community detection, dense subgraph discovery, identification of influential nodes, network visualization, text mining, just to name a few. In this tutorial, we present in detail the concept and pro...

Journal: :Computer Vision and Image Understanding 2016
Souradeep Chakraborty Pabitra Mitra

We present an algorithm for graph based saliency computation that utilizes the underlying dense subgraphs in finding visually salient regions in an image. To compute the salient regions, the model first obtains a saliency map using random walks on a Markov chain. Next, k-dense subgraphs are detected to further enhance the salient regions in the image. Dense subgraphs convey more information abo...

1993
Guy Kortsarz David Peleg

This paper concerns the problem of computing the densest k-vertex subgraph of a given graph, namely, the subgraph with the most edges, or with the highest edges-to-vertices ratio. A sequence of approximation algorithms is developed for the problem! with each step yielding a better ratio at the cost of a more complicated solution. The approximation ratio of our final algorithm is O(n0,3””5). We ...

2009
Marija Sumakovic Jan Hegermann Ling Luo Steven J. Husson Katrin Schwarze Christian Olendrowitz Liliane Schoofs Janet Richmond Stefan Eimer

Small guanosine triphosphatases of the Rab family regulate intracellular vesicular trafficking. Rab2 is highly expressed in the nervous system, yet its function in neurons is unknown. In Caenorhabditis elegans, unc-108/rab-2 mutants have been isolated based on their locomotory defects. We show that the locomotion defects of rab-2 mutants are not caused by defects in synaptic vesicle release but...

Journal: :bulletin of the iranian mathematical society 2015
l. x. peng c. yang

in proposition 2.6 in (g‎. ‎gruenhage‎, ‎a‎. ‎lutzer‎, ‎baire and volterra spaces‎, ‎textit{proc‎. ‎amer‎. ‎math‎. ‎soc.} {128} (2000)‎, ‎no‎. ‎10‎, ‎3115--3124) a condition that‎ ‎every point of $d$ is $g_delta$ in $x$ was overlooked‎. ‎so we‎ ‎proved some conditions by which a baire space is equivalent to a‎ ‎volterra space‎. ‎in this note we show that if $x$ is a‎ ‎monotonically normal $t_1$...

Journal: :Journal of the American College of Nutrition 2008

Journal: :iranian biomedical journal 0
جلال بابایی jalal babaie مهرک زارع mehrak zare غزاله صادقیانی ghazaleh sadeghiani محمد لرگرد دزفولی mohammad lorgard-dezfuli زهره عقیقی zohre aghighi مجید گلکار majid golkar

background: dense granule antigens (gra antigens) of toxoplasma gondii induce strong antibody response in humans and are considered as useful diagnostic antigens. previous studies reported expression of amino terminal gra8 protein in fusion with large tags such as glutathione-s-transferase. the present study aimed to produce soluble full length immunogenic gra8 in bacteria. methods: gra8 comple...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2010
sayed hossein karparvarfard azam vakili farahani

in order to increase the efficiency of the conveyance of the granular solids, a new experimental set-up is designed. the test rig has longitudinal trapezoidal slots in its conveying pipes. through experimentation, a correlation for friction factor in terms of solid mass flow rate, fluid flow rate and froude number is presented. it is shown that the mixture friction factor for pipes with inner t...

Journal: :SIAM Journal on Discrete Mathematics 2021

Journal: :medical journal of islamic republic of iran 0
ladan hosseini gohari faculty of allied medicine and cellular and molecular research center of iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences)سازمان های دیگر: cellular and molecular research center romina karimzadeh ghassab iran university of medical sciences. tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) mohsen firoozray faculty of medicine, iran university of medical sciences.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) abbas zavarehee shahid rajaii heart center, tehran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) hossein ali basiri shahid rajaii heart center, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences)

abstract   background: recently, small dense low density lipoprotein (sdldl) has been highlighted as a new risk factor for the coronary artery disease (cad).small dense ldls are believed to be atherogenic since these particles are taken up more easily by arterial wall. they are readily oxidized and have reduced affinity for low density lipoprotein (ldl) receptor and increased affinity for arter...

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

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

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