نتایج جستجو برای: geo ras

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

Journal: :Computers, Environment and Urban Systems 2010
Yola Georgiadou Jantien E. Stoter

The aim of this paper is to develop a conceptual framework for studying the use of geo-information and associated technology in government. We first review how geo-information, geo-information technology and people—notions central to geo-information use—are conceptualized in the literature and show that authors view these notions through two contrasting lenses, a market and a polis lens. We the...

2013
Sally Cockburn Yonghyun Song YONGHYUN SONG

A geometric graph G is a simple graph G together with a straight line drawing of G in the plane with the vertices in general position. Two geometric realizations of a simple graph are geo-isomorphic if there is a vertex bijection between them that preserves vertex adjacencies and non-adjacencies, as well as edge crossings and non-crossings. A natural extension of graph homomorphisms, geo-homomo...

N Musavi, Sh Mirdar Harijani,

The aim of this study was to investigate changes in immunoreactivity of Ras and Raf-1 in lung epithelial cells of rats exposed to carcinogen NNK after swimming training. 50 Wistar rats were randomly divided into five groups: control, training, training + NNK, NNK and sham. NNK-induced groups received NNK Subcutaneously once a week at a dose of 12/5 mg per kg body weight for 12 weeks. The exerci...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه یزد - دانشکده منابع طبیعی 1389

رفتار و مورفولوژی هر سیستم رودخانه ای در ارتباط با جنبه های مختلف شرایط محیط طبیعی شامل هیدرولوژی، هیدرولیک، فرآیندهای فرسایش و رسوبگذاری و همچنین شکل کانال های رودخانه ای می باشد. به رغم وجود مدل های مفهومی و استاتیک پردازش رودخانه ها، تاکنون مدل های پیوسته و دینامیک کمتری ارائه شده است. درصورتی که این مدل ها برای تحلیل تغییر رفتار رودخانه در طی زمان ضروری می باشد. در این تحقیق، مدل هیدرولیکی ...

 Background and purpose: Recurrent aphthous stomatitis (RAS) is one of the most common oral mucosal diseases. The etiology of RAS is unknown, however, some factors are considered to be involved in its occurrence, including genetic factors, trauma, menstruation, stress, anxiety, etc. Mental disorders such as stress and anxiety play a key role in the onset and recurrence of RAS lesions. The purpo...

2016
Feng Liu Jintao Du Jun Liu Bei Wen

The purpose of the present study was to screen the key genes associated with laryngeal carcinoma and to investigate the molecular mechanism of laryngeal carcinoma progression. The gene expression profile of GSE10935 [Gene Expression Omnibus (GEO) accession number], including 12 specimens from laryngeal papillomas and 12 specimens from normal laryngeal epithelia controls, was downloaded from the...

Journal: :Bioinformatics 2008
Yuelin Zhu Sean R. Davis Robert M. Stephens Paul S. Meltzer Yidong Chen

UNLABELLED The NCBI Gene Expression Omnibus (GEO) represents the largest public repository of microarray data. However, finding data in GEO can be challenging. We have developed GEOmetadb in an attempt to make querying the GEO metadata both easier and more powerful. All GEO metadata records as well as the relationships between them are parsed and stored in a local MySQL database. A powerful, fl...

2011
Tanya Barrett Dennis B. Troup Stephen E. Wilhite Pierre Ledoux Carlos Evangelista Irene F. Kim Maxim Tomashevsky Kimberly A. Marshall Katherine H. Phillippy Patti M. Sherman Rolf N. Muertter Michelle Holko Oluwabukunmi Ayanbule Andrey Yefanov Alexandra Soboleva

A decade ago, the Gene Expression Omnibus (GEO) database was established at the National Center for Biotechnology Information (NCBI). The original objective of GEO was to serve as a public repository for high-throughput gene expression data generated mostly by microarray technology. However, the research community quickly applied microarrays to non-gene-expression studies, including examination...

2012
Vladimir Agapov Igor Molotov

The protected GEO region is defined by boundaries in inclination (-15° ... +15°) and orbit radius (± 200 km with respect to true GEO height). There are nearly 390 operational satellites with orbits inside of this zone. In addition, there are nearly 280 officially catalogued objects with orbits completely inside of the protected zone, and nearly 180 catalogued GEO satellites with orbits crossing...

Journal: :International Journal of Geographical Information Science 2014
Ehab ElGindy Alia I. Abdelmoty

Enriching user profiles using geo-social place semantics in geo-folksonomies Ehab ElGindy & Alia Abdelmoty To cite this article: Ehab ElGindy & Alia Abdelmoty (2014) Enriching user profiles using geosocial place semantics in geo-folksonomies, International Journal of Geographical Information Science, 28:7, 1439-1458, DOI: 10.1080/13658816.2014.894194 To link to this article: http://dx.doi.org/1...

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

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

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