نتایج جستجو برای: connectivity and tenacity

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

Journal: :The Yale Journal of Biology and Medicine 2008
Margaret Drickamer

Since 1839, Yale medical students have been writing theses as part of their professional training. It is an introduction to the practice of original research, a demanding and sometimes exhausting pursuit. The thesis project promotes a tenacity well suited for the practice of medicine. The thesis advisor has a challenging role as well — one that can only be filled by an individual whose dedicati...

Habitat and ecosystem fragmentation and, consequently, the loss of landscape connectivity are major causes of biodiversity destruction, leading to disruption of material, energy, and information flow at the landscape scale. Given the importance of this issue, the current study aimed to evaluate the ecological connectivity and spatial planning of Qazvin Province, in order to re-establish and pro...

A. ASHRAFI A. GRAOVAC A. IRANMANESH D. VUKIČEVIĆ F. CATALDO F. MOFTAKHAR O. ORI T. DOŠLIĆ

We derived explicit formulae for the eccentric connectivity index and Wiener index of 2-dimensional square-octagonal TUC4C8(R) lattices with open and closed ends. New compression factors for both indices are also computed in the limit N-->∞.

Let $G$ be a connected graph on $n$ vertices. $G$ is called tricyclic if it has $n + 2$ edges, and tetracyclic if $G$ has exactly $n + 3$ edges. Suppose $mathcal{C}_n$ and $mathcal{D}_n$ denote the set of all tricyclic and tetracyclic $n-$vertex graphs, respectively. The aim of this paper is to calculate the minimum and maximum of eccentric connectivity index in $mathcal{C}_n$ and $mathcal{D}_n...

Wireless sensor networks are often located in areas where access to them is difficult or dangerous. Today, in wireless sensor networks, cluster-based routing protocols by dividing sensor nodes into distinct clusters and selecting local head-clusters to combine and send information of each cluster to the base station and balanced energy consumption by network nodes, get the best performance ...

Journal: :Applied sciences 2022

Based on the associated network of passenger and freight transport in New Western Land-Sea Corridor, structure characteristics different years are analyzed using volume volume, resilience is disturbance model. Finally, coordinated development logistics discussed by applying a coupling coordination The results show that, from 2000 to 2018, Corridor has realized evolution spatial pattern “two cen...

Journal: :Current Oncology 2007
F. Krasnoshtein N. Nikolov

On October 25 and 26, 2007, at the University of Toronto, the Gairdner Foundation in partnership with Canadian Institutes of Health Research presented a two-day international symposium titled Minds That Matter. The symposium featured academic lectures by Gairdner Award winners past and present and by other leading biomedical scientists. These distinguished researchers share many characteristics...

Journal: :bulletin of the iranian mathematical society 0
a. ali department of mathematics, national university of computer and emerging sciences, b-block, faisal town, lahore, pakistan. a. bhatti department of mathematics, national university of computer and emerging sciences, b-block, faisal town, lahore, pakistan. z. raza department of mathematics, national university of computer and emerging sciences, b-block, faisal town, lahore, pakistan.and department of mathematics, college of sciences, university of sharjah, sharjah, united arab emirates.

let $gamma_{n,kappa}$ be the class of all graphs with $ngeq3$ vertices and $kappageq2$ vertex connectivity. denote by $upsilon_{n,beta}$ the family of all connected graphs with $ngeq4$ vertices and matching number $beta$ where $2leqbetaleqlfloorfrac{n}{2}rfloor$. in the classes of graphs $gamma_{n,kappa}$ and $upsilon_{n,beta}$, the elements having maximum augmented zagreb index are determined.

2011
Amanda Baskwill

Much within the profession of massage therapy is done according to tradition. From an epistemological viewpoint, tradition is a way of knowing or, by extension, being, that is based upon both tenacity and authority and not always in best practices. As the profession of massage therapy moves in the direction of evidence-based medicine, or evidence-informed practice, the opportunity to re-evaluat...

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

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

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