نتایج جستجو برای: kharg island

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

Journal: :veterinary research forum 2012
saeed nazifi amin tamadon mohammad-amin behzadi shahram haddadi ali-reza raayat-jahromi

the economic importance of tick infestation on camels are important as they are important meat and milk producer animals in the less vegetation area of iran and their health and production are greatly affected by the high tick infestation. in this investigation, tick infestations on camels (camelus dromedarius) were determined in qeshm island, iran. a total number of 912 adult ticks (472 males ...

This study applied a prediction-based portfolio optimization model to explore the results of portfolio predicament in the Tehran Stock Exchange. To this aim, first, the data mining approach was used to predict the petroleum products and chemical industry using clustering stock market data. Then, some effective factors, such as crude oil price, exchange rate, global interest rate, gold price, an...

2016
Mikhail Khenner

A basic kinetic model that incorporates a coupled dynamics of the carbon atoms and dimers on a copper surface is used to compute growth of a single-layer graphene island. The speed of the island’s edge advancement on Cu[111] and Cu[100] surfaces is computed as a function of the growth temperature and pressure. Spatially resolved concentration profiles of the atoms and dimers are determined, and...

Journal: :iranian journal of pediatric surgery 0
mansour mollaean bahrami children's hospital, tehran university of medical sciences, tehran, iran. houshang pourang bahrami children's hospital, tehran university of medical sciences, tehran, iran farid eskandari bahrami children's hospital, tehran university of medical sciences, tehran, iran hojatollah raji bahrami children's hospital, tehran university of medical sciences, tehran, iran

introduction: providing the material for penile reconstruction after release of chordee associated with hypospadias is challenging. we have used the preputial vascularized island flap for this purpose. we report the results of this prospective study. materials and methods: one hundred and twelve boys ranging from 13 months to 12 years of age were enrolled in this study. the location of meatus r...

J. Ghoddousi, M. Zarei, M.S. Mortazavi, S.M.R. Fatemi, Sh. Pour Ebrahim,

The economic growth of aquaculture and the dependence of a large growing population on coastal resources have led to coastal degradation and reduced resources. In this paper while realizing the potential capacities of the island systems,  the aquaculture activities of the island are specially discussed  in the framework of Integrated Coastal Zone Management (ICZM). Therefore, in this study, fir...

Journal: :global journal of environmental science and management 2015
pawan k. bharti u.k. niyogi

the larsemann hills range is an ice-free oasis on the ingrid christensen coast of princess elizabeth land, east antarctica, which includes bharti island, fisher island, mcleod island, broknes peninsula, stornes peninsula, and several other islands, promontories, and nunataks. the larsemann hills is an ice-free area of approximately 50 km2, located halfway between the vestfold hills and the amer...

Journal: :journal of arthropod-borne diseases 0
j rafinejad department of medical entomology and vector control, school of public health, tehran university of medical sciences, tehran, iran a zareii islamic azad university, qeshm branch, qeshm, iran k akbarzadeh department of medical entomology and vector control, school of public health, tehran university of medical sciences, tehran, iran m azad islamic azad university, qeshm branch, qeshm, iran f biglaryan department of education, district 2, tehran, iran s doosti department of medical entomology and vector control, school of public health, tehran university of medical sciences, tehran, iran

background: qeshm (26.75n, 55.82e), iran, is 1500 km² island in the strait of hormuz. qeshm is a free trade zone, acting as an important channel for international commerce, and has been the site of much recent development. there is potential risk of stinging ant attacks for residents and visitors that may occur in the island. the aims of this study were to find out the fauna, dispersion, and so...

2014
Neda Adibpour Farhad Nasr Fatemeh Nematpour Arash Shakouri Abdolghani Ameri

BACKGROUND Emergence of antimicrobial resistance toward a number of conventional antibiotics has triggered the search for antimicrobial agents from a variety of sources including the marine environment. OBJECTIVES The aim of this study was to evaluate the antimicrobial potential of Holothuria leucospilota from Qeshm and Kharg Islands against some selected bacteria and fungi. MATERIALS AND M...

Journal: :international journal of environmental research 2010
praveena s. m . m.h. abdullah z. aris

freshwater lens on small islands may easily be overexploited or polluted due to overdrafts of fresh water by pumping which causes drawdown of the water table a rise or up-coning of the saltwater interface. present study is concerned with using a three-dimensional finite-difference numerical model to simulate the groundwater flow and transport model to predict the behavior of groundwater system ...

Pawan K. Bharti, U.K. Niyogi

The Larsemann Hills range is an ice-free oasis on the Ingrid Christensen Coast of Princess Elizabeth Land, East Antarctica, which includes Bharti Island, Fisher Island, McLeod Island, Broknes Peninsula, Stornes Peninsula, and several other islands, promontories, and nunataks. The Larsemann Hills is an ice-free area of approximately 50 km2, located halfway between the Vestfold Hills a...

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

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

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