نتایج جستجو برای: taylor creek

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

2002
Ian Neil

The Rugged Mountain intrusion is a small (14 km% zoned alkaline pluton located in northwestern British Columbia, 25 kilometres southwest of Telegraph Creek (Brown eta/., lYY2;r. h). The pluton is exposed on the north side of Shakes Creek, a southeasterly flowing tributary of the Stikine River and on the south flank of Rugged Mountain from which it takes its name. The Rugged Mountain pluton was ...

2002
Paula J Fornwalt Merrill R Kaufmann Laurie S Huckaby Jason M Stoker Thomas J Stohlgren

We examined patterns of non-native plant diversity in protected and managed ponderosa pine/Douglas-®r forests of the Colorado Front Range. Cheesman Lake, a protected landscape, and Turkey Creek, a managed landscape, appear to have had similar natural disturbance histories prior to European settlement and ®re protection during the last century. However, Turkey Creek has experienced logging, graz...

Journal: :Southern Spaces 2009

Journal: :Environmental Health Perspectives 2002

2004
S Bruce Archibald Vladimir N Makarkin

Microberotha macculloughi gen. nov. and sp. nov. from Early Eocene Okanagan Highlands amber of Hat Creek, British Columbia, Canada, is described. This new genus and species represents one of the smallest members of the family Berothidae and the first occurrence of the family in the New World Tertiary. The systematic position of the genus Microberotha within the family is rather unclear, but the...

2007
AS IIO P. H. Gowda D. J. Mulla

In this study, a set of nitrogen reduction strategies were modeled to evaluate the feasibility of improving water quality to meet total maximum daily loads (TMDLs) in two agricultural watersheds. For this purpose, a spatial-process model was calibrated and used to predict monthly nitrate losses (1994-96) from Sand and Bevens Creek watersheds located in south-central Minnesota. Statistical compa...

2011
James P. Hakala

In 1993 trees and shrubs were planted along a study area of Leatherstocking Creek (otsego C01mty, N. Y.) previously devoid of riparian vegetation. A baseline study was initiated to deteo~ne the effects of il~roved riparian vegetation ou waler quality, invertebrate and fish composition and biomass. INTRODUCTION Significant mortality of brook trout occurred in the upper reaches of Leather-stockin...

1999
BETH L. MCGEE DANIEL J. FISHER LANCE T. YONKOS GREGORY P. ZIEGLER STEVE TURLEY

In Chesapeake Bay, Maryland, USA, some of the most contaminated sediments are found in the highly industrialized Baltimore Harbor–Patapsco River area. As part of a comprehensive assessment of sediment quality in this system, sediment toxicity was assessed in 10-d acute tests with the estuarine amphipod Leptocheirus plumulosus. Mean amphipod survival was significantly reduced in 7 of the 25 samp...

Journal: :international journal of maritime technology 0
seyed taleb hosseini iranian national institute for oceanography and atmospheric science vahid chegini iranian national institute for oceanography and atmospheric science masoud sadrinasab university of tehran seyed mostafa siadatmousavi iran university of science &technology sadegh yari iranian national institute for oceanography and atmospheric science

spatial measurements of conductivity, temperature and depth were used to study salinity variations along the principal channels of the tidal hypersaline creek network in the vicinity of bushehr port, persian gulf during three 25- tidal cycles in both warm and cold months. salinity variations and tidal fluctuations were out of phase throughout the short inverse estuary. the salinity values insid...

2013
Jeffrey S. Heilveil Brett Buckhout

As non-native species move across the landscape and hydrofracking and other human impacts increase in scope, it is becoming more critical than ever that we can quantify changes to community structure. In order to do that, however, we must first have baseline data on which species are initially present. These baseline data also have the benefit of facilitating speciesspecific research by identif...

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

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

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