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

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

2002
Gabriela Barenboim Joseph Lykken

Any local relativistic quantum field theory of Dirac-Weyl fermions conserves CPT . Here we examine whether a simple nonlocal field theory can violate CPT . We construct a new relativistic field theory of fermions, which we call “homeotic”, which is nonlocal but causal and Lorentz invariant. The free homeotic theory is in fact equivalent to free Dirac theory. We show that a homeotic theory with ...

1996
Zurab Kakushadze Henry Tye

We generalize the rules for the free fermionic string construction to include other asymmetric orbifolds with world-sheet bosons. We use these rules to construct various grand uni ed string models that involve level-3 current algebras. We present the explicit construction of three classes of 3-chiral-family grand uni ed models in the heterotic string theory. Each model has 5 lefthanded, and two...

2013
Xuehui Li Xueshi Ren Yingzeng Yin Lu Chen Zedong Wang

A novel twin-diamond-shaped antenna is presented for wideband circularly polarized (CP) radiation. By introducing a twin-diamond-shaped patch and a gap-coupled feed structure, a lefthanded circularly polarized (LHCP) antenna in bore-sight direction is obtained. The gap-coupled feed structure consists of a horizontal microstrip arm of approximately 0.285λ0 at the centre frequency and two small d...

2014
Taeyoung KIM Larissa VIETZORRECK

In this contribution a tunable via-free microstrip composite right/lefthanded transmission line (CRLH-TL) is designed and simulated. To add tunability RF MEMS elements are implemented in the interdigital capacitors and stub inductors, which match the line impedance during tuning. The via-free design enables easy and low-cost fabrication. Additionally, tunable zero-order resonators (ZORs) using ...

2007
JEFFREY J. WINE GRACE HAGIWARA G. Wiersma

In an auditory or musical memory task, subjects made pitch recognition judgments when the tones to be compared were separated by a sequence of interpolated tones. The left-handed subjects performed significantly better than the righthanded and also had a significantly higher variance. Further analysis showed that the superior performance was attributable largely to the left-handed subjects with...

2009
J. Mosig A. Bahr T. Bolz A. Rennings

In this work the usage of a composite right/lefthanded (CRLH) metamaterial transmission line resonator as a transmit/receive coil for 7 Tesla magnetic resonance imaging (MRI) is investigated. On the basis of zeroth-order resonant antennas (ZORAs) a zeroth-order resonant coil (ZORC) was designed. Due to a constant current distribution along the element, a homogenous magnetic field is achieved in...

2006
A. D. Boardman K. Marinov

An expression for the electromagnetic field energy density in a dispersive, lossy, lefthanded metamaterial, consisting of an array of split-ring resonators and an array of wires is derived. An electromagnetic field with general time-dependence is considered. The outcome is compared with previously published results. In the absence of losses, agreement with the general result for the energy dens...

1998
Chong Sheng Li Hong-Yi Zhou

If a light gluino, with a mass of the order of GeV, exists in the minimal supersymmetric extension of the Standard Model, then it can contribute to the production rate of the top quark pairs at hadron colliders via g̃g̃ → tt̄. Because the top quark is heavy, the masses of the superpartners of the lefthanded and right-handed top quarks can be very different such that a parityviolating observable ca...

Journal: :Geofluids 2023

To ensure safe exploitation of the Muduchaideng Mine, we use a numerical simulation to invert in situ stress field based on observation data from GPS stations, investigate differences movement velocities at different locations, and analyze lefthanded area around wellfield. The relationship between difference motion velocity was explained through theoretical analysis. law distribution studied us...

2012
L. Geng G.-M. Wang H.-Y. Zeng M.-W. Chui

An effective development of a dual composite right/lefthanded (D-CRLH) leaky-wave (LW) structure for dual-polarized antenna application is presented. The dual-polarized antenna consists of a two-section 3-dB rat-race hybrid and two symmetrical substrate integrated waveguide lines. Each of the waveguide lines is periodically loaded with 15 transverse slots and 15 longitudinal slots. The dualpola...

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

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

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