نتایج جستجو برای: 2003 in soome

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

2003

The toxic element arsenic is widespread in New Zealand’s aquatic and terrestrial environments. Arsenic is ubiquitous in all of the geothermal areas and waterways that fall within or pass-through the Taupo Volcanic Zone, an area in the central North Island that stretches from Mt Ruapehu to White Island (Figure 1). On its way to the surface, super-heated geothermal water dissolves appreciable amo...

2004
Robert M. Friedman Catherine C. Newman

2010
Supathra Tiewcharoen Narumon Komalamisra Virach Junnu

Between 1988 and 2003, Naegleria fowleri was studied extensively in Thailand. The distribution of N. fowleri has been studied in many provinces since 1988. During 2001-2003, we received financial support from Mahidol University to study the distribution of pathogenic Naegleria spp in water reservoirs in central, northern, and western parts of Thailand. With these funds, research was conducted i...

Journal: :Nucleic acids research 2003
Pavel V. Baranov Olga L. Gurvich Andrew W. Hammer Raymond F. Gesteland John F. Atkins

The RECODE database is a compilation of translational recoding events (programmed ribosomal frameshifting, codon redefinition and translational bypass). The database provides information about the genes utilizing these events for their expression, recoding sites, stimulatory sequences and other relevant information. The Database is freely available at http://recode.genetics.utah.edu/.

Journal: :The Medical journal of Australia 2003
John P Chalmers Leonard F Arnolda

The foundation of treatment for patients with hypertension is ongoing use of lifestyle measures such as physical exercise, weight reduction, and salt restriction. There should be emphasis on reduction of total cardiovascular risk, including smoking cessation and achievement of goal blood pressures. There are now five classes of first-line blood-pressure-lowering drugs - diuretics, beta-blockers...

Journal: :Journal of infection in developing countries 2010
Radka Komitova Rumiana Nenova Plamen Padeshki Ivan Ivanov Vassil Popov Petar Petrov

INTRODUCTION Tularemia is an uncommon but potentially fatal zoonosis. А second outbreak of tularemia in Bulgaria, about 40 years after the first, occurred in 1997 in two western regions, near the Serbian border. In 2003 tularemia reemerged in the same foci. This retrospective study aimed to evaluate the clinical characteristics and the efficacy of antibiotic therapy in a tularemia resurgence in...

Journal: :Oper. Res. Lett. 2006
Tobias Achterberg Thorsten Koch Alexander Martin

This paper reports on the fourth version of the Mixed Integer Programming Library. Since MIPLIB is to provide a concise set of challenging problems, it became necessary to purge instances that became too easy. We present an overview of the 27 new problems and statistical data for all 60 instances.

2003
Ingo Dahm Uwe Düffert Jan Hoffmann Matthias Jüngel Martin Kallnik Martin Lötzsch Max Risler Thomas Röfer Max Stelzer Jens Ziegler

1 Lehrstuhl für Datenverarbeitungssysteme, FB Elektrotechnik und Informationstechnik, University of Dortmund, Otto-Hahn-Strasse 4, 44221 Dortmund, Germany 2 Institut für Informatik, LFG Künstliche Intelligenz, Humboldt-Universität zu Berlin, Rudower Chaussee 25, 12489 Berlin, Germany 3 Fachgebiet Simulation und Systemoptimierung, FB 20 Informatik, Technische Universität Darmstadt, Alexanderstra...

2003
Roland Siegwart Jacopo Aleotti Stefano Caselli Monica Reggiani

We present a self-valuing learning technique which is ca-pable of learning how to grasp unfamiliar objects andgeneralize the learned abilities. The learning system con-sists of two components which distinguish between localand global quality criteria for grasp points. The localcriteria are not object-specific while the global criteriacover physical properties of each obj...

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

abstract this quasi-experimental study was aimed at examining the impact of storyline complexity on the grammatical accuracy and complexity of advanced and intermediate efl learners. a total of 65 advanced and intermediate efl learners were selected from iran language institute (ili). an intact group including 35 intermediate participants and another intact group with 30 advanced participants ...

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

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

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