نتایج جستجو برای: 70 degrees north latitude

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

Journal: :Science 2007
J C Duplessy D M Roche M Kageyama

Oxygen isotope analysis of benthic foraminifera in deep sea cores from the Atlantic and Southern Oceans shows that during the last interglacial period, North Atlantic Deep Water (NADW) was 0.4 degrees +/- 0.2 degrees C warmer than today, whereas Antarctic Bottom Water temperatures were unchanged. Model simulations show that this distribution of deep water temperatures can be explained as a resp...

Journal: :Indian journal of physiology and pharmacology 2005
J P Korde R S Srivastava S C Mishra A K Sharma

The effect of time of administration of exogenous melatonin (M) at the rate of 100 microg/Kg BW of rat/day for 14 days on immunomodulation to killed Pasteurella multocida (P52 strain) vaccine (KPMV) was investigated in male albino rats during spring season with photoperiod of LL 13: DD 11 h and 25 +/- 2.5 degrees C air temperature and 70 +/- 4% relative humidity. The experiment was conducted at...

Journal: :تحقیقات جغرافیایی 0
فخری سادات فاطمی نیا دانشکده علوم جغرافیایی دانشگاه اصفهان هوشمند عطائی دانشگاه پیام نور اصفهان

abstractâ in this study, for spatial-temporal analyzing of cyclones in 1376, the spatial range of 30 to 80 degrees of east longitude and 0 to 80 degrees of north latitude and geo potential data with 2/ 5* 2 / 5 degrees of networking in arc levels of 1000, 925, 850, 700, 600 and 500 hpa have been used. these data are extracted for six hours (00, 06, 12, 18 zulu) database (ncep / ncar). so that, ...

Journal: :Evolution; international journal of organic evolution 2004
George W Gilchrist Raymond B Huey Joan Balanyà Marta Pascual Luis Serra

Drosophila subobscura is geographically widespread in the Old World. Around the late 1970s, it was accidentally introduced into both South and North America, where it spread rapidly over broad latitudinal ranges. This invading species offers opportunities to study the speed and predictability of trait evolution on a geographic scale. One trait of special interest is body size, which shows a str...

Journal: :Journal of epidemiology and community health 1998
M R Law J K Morris

STUDY OBJECTIVE To identify and quantify the factors responsible for the differences in mortality between affluent and deprived areas, the north and the south, and urban and rural areas in England and Wales. DESIGN A multiple Poisson regression analysis of cause specific mortality in the 403 local authority districts, each classified by deprivation (using the Jarman Index), latitude (from 50 ...

Journal: :Journal of economic entomology 2005
Ronda L Hamm Toshio Shono Jeffrey G Scott

Geographic variation in the chromosomal location of the male sex determining factor (M) was studied in four house fly, Musca domestica L., populations from the eastern United States. We found a strong clinal trend (29 degrees 41' latitude in Florida to 44 degrees 2' in Maine) in which the percentage of standard XY(M) males increased with increasing latitude. In Florida, 100% of the males posses...

2008
C. Sadashivaiah C. R. Ramakrishnaiah G. Ranganna

Tumkur Taluk is located in the southeastern corner of Karnataka state between 13 degrees 06'30'' to 13 degrees 31' 00'' North latitude and 76 degrees 59' 00'' to 77 degrees 19' 00'' East Longitude. The Taluk spreads over an area of 1043 sq.km falling within the semiarid region and frequently facing water scarcity as well as quality problems. The major sources of employment are agriculture, hort...

Journal: :Revista Ciencias Marinas y Costeras 2023

Mysidopsis gemina Price, Heard & Vargas, 2019, a species of mysid shrimp recorded for Pacific Costa Rica, was collected in western Mexico on October 19th, 2022, at the entrance Gulf California. This is first record north Rica and it represents distribution range extension to approximately 13 degrees latitude. A comparison diagnostic morphological features Rican Mexican specimens given.

Early heat waves are extreme events that cause heavy losses in plant and animal life and cause many social and economic problems for communities. The purpose of this study was to identify synoptic patterns and statistical analysis of preterm heat waves in northwestern Iran. To do this, the maximum daily temperature data of March 14th was used for fourteen synoptic stations in the northwest of t...

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

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

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