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

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

1996
Luis E. Amaya Philip T. Krein Farid N. Najm

Luis E. Amaya, Philip T. Krein, Farid N. Najm Coordinated Science Laboratory, University of Illinois at Urbana-Champaign 1308 West Main Street Urbana, IL 61801 Tel.: (217) 244-6395, Fax.: (217) 244-1946 e-mail: amaya@uivlsi.csl.uiuc.edu September 30, 1996 Abstract Currently there are no computer-aided-design (CAD) tools dedicated to the design and synthesis of power electronic circuits. The des...

1997
S. J. Tingay

Convincing evidence for the interaction between jets and their environments has been found inmany extragalactic radio sources. In some radio galaxies these interactions appear to cause the jet to be deflected, not completely stopped or disrupted. This paper presents a simple model which accounts for jet deflections with oblique shocks in a relativistic flow. Using the model in conjunction with ...

Journal: :British Journal for the History of Philosophy 2023

This paper explores some key features of Medieval accounts intuition, focusing on Thomas Aquinas (1224/5–1274), the one hand, and Duns Scotus (c. 1266-1308), Peter Auriol 1280–1322), William Ockham 1287-1347), other hand. The first section is devoted to type intuitive cognition which accepted by all these authors, namely, immediate direct grasp present material object senses. It from this basic...

Journal: :Journal of bacteriology 1965
J Cazin D W Decker

Cazin, John, Jr. (University of Iowa, Iowa City), and David W. Decker. Growth of Allescheria boydii in antibiotic-containing media. J. Bacteriol. 90:1308-1313. 1965.-Thirteen isolates of Allescheria boydii were surveyed for their ability to grow and sporulate on media containing cycloheximide and chloramphenicol. The fungus grew well in the presence of 4 to 8 mg/ml of cycloheximide, whereas asc...

Journal: :Genetics and molecular research : GMR 2014
G H Yang J P Liu

A full-length cDNA of a 1-aminocyclopropane-1-carboxylate synthase (ACS) family member from Oncidium, named OnACS1 (GenBank accession No. JQ822087) was cloned and characterized by reverse transcription polymerase chain reaction and rapid amplification of cDNA ends technology. The full-length cDNA was 1586 bp, including a 1308-bp open reading frame, a 105-bp 5' untranslated region (UTR), and 173...

1995
Benjamin W. Wah Arthur Ieumwananonthachai Shu Yao Ting Yu

Benjamin W. Wah, A. Ieumwananonthachai, Shu Yao, and Ting Yu Center for Reliable and High Performance Computing Coordinated Science Laboratory University of Illinois, Urbana-Champaign 1308 West Main Street, Urbana, IL 61801, USA fwah, arthuri, yshu, yutingg@manip.crhc.uiuc.edu Abstract In this paper, we discuss a new approach to generalize heuristic methods (HMs) to new test cases of an applica...

Journal: :Blood 1979
J W Singer P J Fialkow L Steinmann V Najfeld S J Stein W A Robinson

Granulocytic colonies grown in culture from marrow and peripheral blood from five patients with Ph1-positive CML and heterozygous at the G-6-PD locus were analyzed for G-6-PD in order to identify CFU-C that do not arise from the CML clone. The patients had both B and A enzymes in normal tissues, but their CML clones typed as B. Whereas about 50% of colonies from normal subjects heterozygous as ...

Journal: :J. Parallel Distrib. Comput. 2001
Eitan Altman Tamer Basar Tania Jiménez Nahum Shimkin

Eitan Altman, Tamer Ba3ar, Tania Jiménez and Nahum Shimkin y INRIA B.P. 93, 06902 Sophia Antipolis Cedex, France. Tel: (33) 4 92 38 77 86; Fax: (33) 4 92 38 77 65; Email: altman@sophia.inria.fr, z Coordinated Science Laboratory, University of Illinois, 1308 West Main Street, Urbana, IL 61801-2307, USA. Tel: (1) 217 333-3607; Fax: (1) 217 244-1653; Email: tbasar@decision.csl.uiuc.edu. C.E.S.I.M....

2011

This report is based on the research work developed by the EU contribution to the World Mental Health Surveys Initiative (EU-WMH) consortium in a project co-financed by the EU Commission Executive Agency for Health and Consumers (EAHC 2008-1308) with the goal of estimating the frequency, distribution and consequences of mental disorders in Europe. To achieve it, the consortium first performed c...

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

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

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