نتایج جستجو برای: major axis

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

2009
Kirk T. McDonald Joseph Henry

In an induction linac [1] a toroidal solenoid magnet carries a time-dependent current I(t) such that the induced electric field can transfer energy from the magnet to charged particles that move along the axis of the toroid. Discuss the force and momentum balance in an idealized induction linac consisting of a single magnet whose form is a torus of major radius a and minor radius b a, and a sin...

Journal: :Cases Journal 2008
Kazuki Hayashi Hirotaka Ohara Itaru Naitoh Fumihiro Okumura Tomoaki Andoh Takafumi Itoh Takahiro Nakazawa Takashi Joh

BACKGROUND An 82-year-old male presented with a chief complaint of upper abdominal pain. Subsequently, a bezoar and a gastric ulcer were detected by upper gastrointestinal endoscopy. CASE PRESENTATION The bezoar was dark green in color and extremely hard, having a major axis of 7 cm. After hospitalization, 500-1000 ml/day of Coca-Cola was orally administered continuously for 3 weeks. CONCLU...

1998
M. D ’ Onofrio M. Capaccioli P. Merluzzi S. Zaggia J. Boulesteix

This is a multiband photometric and spectroscopic study of the peculiar S0 galaxy NGC 128. We present results from broad (B and R) and narrow (Hα) band optical CCD pho-tometry, near (NIR) and far (FIR) infrared observations, long slit spectroscopy, and Fabry-Perot interferometry (CIGALE). The peculiar peanut shape morphology of the galaxy is observed both at optical and near-infrared wavelength...

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

the major purpose of this study was to develop the translation teacher competency test (ttct) and examine its construct and predictive validity. the present study was conducted in two phases: a qualitative phase as well as a quantitative phase. in the first phase of the study, the author attempted to find out the major areas of competency required for an academic translation teacher. the second...

Journal: :Pattern Recognition Letters 1996
June-Ho Yi Bir Bhanu Ming Li

This paper is concerned with efficient and accurate indexing for target recognition in SAR images. We present a method that efficiently retrieves correct object hypotheses using the major axis of a pattern of scattering centers in SAR images and the Hausdorff distance measure. The features that we use are the locations of scattering centers in SAR returns. Experimental results show that indexin...

Journal: :Biological psychiatry 1985
L Grunhaus D King J F Greden P Flegel

The borderline personality concept has evolved from a term used to describe a neuroticpsychotic borderland (Knight 1963), or an almost but-not-quite schizophrenic process (Hock and Polatin 1949), to a more precise and operationally defined syndrome (American Psychiatric Association, 1980; Gunderson 1982). Affective changes are a major and consistent clinical feature in most descriptions of bord...

2002
F. D. A. Hartwick

The velocity ellipsoid for 38 globular clusters with [Fe/H]≤ −1.0 is derived and shown to be significantly anisotropic with major axis directed towards low Galactic latitude. Principal axes of the spatial distribution of different groups of clusters are derived and compared with the velocity ellipsoid. The metal poor cluster spatial distribution is significantly flattened along an axis which co...

ژورنال: طلوع بهداشت یزد 2016
اسکندری, حسین, برجعلی, احمد, دلاور, علی, ضرغامی, مهران, نیکپور, غلامعلی,

Abstract Introduction: The diagnosis of the disease from another disease for the patient and the therapist is very important and it happens in the diagnostic process.  When the disease has more than one disorder axis, we face with multiple diagnose or comorbidity. So, the research investigated underlying factors of comorbidity of OCD and major depression and cultural factors re...

Ganesh Doss, Manivasagam B Nandhini Nimal T. Raveendran Rahul Nair, Thilaga Sethuraman Thirupati C. Venkateswarulu Vijaya R. Dirisala

Background: Most of the amino acids are encoded by more than one codon, termed as synonymous codons. Synonymous codon usage is not random as it is unique to species. In each amino acid family, some synonymous codons are preferred and this is referred to as synonymous codon usage bias (SCUB). Trends associated with evolution of SCUB and factors influencing its diversification in plastomes of gen...

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

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

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