نتایج جستجو برای: landing sites hassineh

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

Journal: :Physical review letters 2001
T Tomé M J de Oliveira

We introduce and analyze numerically a nonequilibrium model with a conserved dynamics which is a realization of the contact process in an ensemble of constant particle number. The model possesses just one process in which particles jump around landing only on empty sites next to an existing particle. Particles are not allowed to land on a vacant site surrounded by empty sites. In contrast with ...

2000
Greg Fewer

In considering the possibility of the existence of Extraterrestrial Intelligence, an independent means of verifying eyewitness accounts of flying saucers and alien beings on Earth is proposed. The approach would be an archaeological one whereby various archaeological surveying and excavation techniques would be used to examine an alleged landing or crash site of an extraterrestrial craft. The a...

Journal: :nanomedicine journal 0
zahra bassiri department of physical education and sport sciences, mazandaran university, babolsar, iranسازمان اصلی تایید شده: دانشگاه مازندران (mazandaran university) mansour eslami department of physical education and sport sciences, mazandaran university, babolsar, iranسازمان اصلی تایید شده: دانشگاه مازندران (mazandaran university) motahareh hosseininejad department general of fars province education, shiraz, iran mohammad rabiei department of physical education and sport sciences, mazandaran university, babolsar, iranسازمان اصلی تایید شده: دانشگاه مازندران (mazandaran university)

objective(s): the effect of silica nanoparticles (snps) in sport shoes outsoles on the  parameters related to anterior cruciate ligament (acl) injury has not been investigated. the aim of this study was to investigate the effect of shoes outsole containing a composite of thermoplastic elastomer based on styrene-butadiene and silica nanoparticles (tpen shoe) on knee valgus angle (kva) as a risk ...

2006
E. Tréguier R. Gellert

Introduction: Since January 2004, the twin rovers Spirit and Opportunity of the Mars Exploration Rover (MER) mission have been able to investigate their respective landing sites thanks to the Athena Science Payload [1]. This scientific payload includes the Alpha Particle X-ray Spectrometer (APXS) instrument [2], whose role is to determine the elemental composition of martian soils and rocks. Du...

2006
Michelle B. Sabick Rachael K. Goetz Seth M. Kuhlman Ronald P. Pfeiffer

Experienced gymnasts are considered by many to be landing experts, because they are able to successfully land from heights of 3m or more (McNitt-Gray, 1993). Although gymnasts may be landing experts, their landing mechanics cannot be determined solely by optimal landing strategies because the judging system places constraints on how a landing is to be performed. Gymnasts spend many years perfec...

Journal: :Healthcare financial management : journal of the Healthcare Financial Management Association 1998
M F Lyons

You've landed the perfect job, but now you must face your current employer and deliver the news that you're leaving the organization. While an exciting time, this can also certainly be a stressful one. Here are some strategies and ideas for saying goodbye to an employer that may be useful in guiding your actions. From being ready for counter-offers to downright hostility, you need to be prepare...

2014
Roman Barták Andrej Hrasko David Obdrzálek

Autonomous landing is one of the must-have operations of unmanned aerial vehicles such as drones. In this paper we describe an approach for fully autonomous landing of AR.Drones. This approach consists of two components – identifying and recognizing a proper pattern used to mark the landing area and reaching the landing area (landing) even if small disturbances occur. We discuss possible patter...

A Pakizeh Moghadam, J Haddadnia, M Eskandari M J Monaghan

Background: Mechanical occlusion of the Left atrial appendage (LAA) using a purpose-built device has emerged as an effective prophylactic treatment in patients with atrial fibrillation at risk of stroke and a contraindication for anticoagulation. A crucial step in procedural planning is the choice of the device size. This is currently based on the manual analysis of the “Device Landing Zone” fr...

Length-based analyses were conducted to assess the stock of the green tiger shrimp Penaeus semisulcatus. Monthly carapace length frequency data were collected from commercial catches at two main landing sites on the Yemeni Red Sea coast for eight months. Growth parameters, mortalities, exploitation rate and yield per recruit were estimated for this species in this area. The estimated growth par...

Length-based analyses were conducted to assess the stock of the green tiger shrimp Penaeus semisulcatus. Monthly carapace length frequency data were collected from commercial catches at two main landing sites on the Yemeni Red Sea coast for eight months. Growth parameters, mortalities, exploitation rate and yield per recruit were estimated for this species in this area. The estimated growth par...

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

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

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