نتایج جستجو برای: fluvial current

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

2015
Guy B. M S. Ono J. Gutzmer Y. Lin

23 24 Large rounded pyrite grains (>1 mm), commonly referred to as ‘buckshot’ pyrites, are a characteristic feature of 25 the auriferous conglomerates (reefs) in the Witwatersrand and Ventersdorp supergroups. Detailed petrographic 26 analyses of the reefs indicated that the vast majority of the buckshot pyrites are of reworked sedimentary origin, 27 i.e., that the pyrite originally formed in th...

2008
Edmundo C. Drago Karl M. Wantzen Aldo R. Paira

We report herein the first description of the physical structure of the aquatic habitats of the Lower Paraguay River along 390 km from Asunción city (Paraguay) to the confluence with the Paraná River. The hierarchical ordination of the Fluvial Hydrosystem Approach (FHA) allowed us to classify the Lower Paraguay as a meandering functional sector where five functional sets were identified: (a) ma...

Journal: :Ecotoxicology 2011
Chloé Bonnineau Berta Bonet Natàlia Corcoll Helena Guasch

Antioxidant enzymes are involved in important processes of cell detoxification during oxidative stress and have, therefore, been used as biomarkers in algae. Nevertheless, their limited use in fluvial biofilms may be due to the complexity of such communities. Here, a comparison between different extraction methods was performed to obtain a reliable method for catalase extraction from fluvial bi...

2004
T. F. Stepinski S. Coradetti

[1] We compare morphologies of drainage basins on Mars and Earth in order to confine the formation process ofMartian valley networks. Basins on both planets are computationally extracted from digital topography. Integral-geometry methods are used to represent each basin by a circularity function that encapsulates its internal structure. The shape of such a function is an indicator of the style ...

2003
Scott D. PECKHAM S. D. PECKHAM

The purpose of this paper is to first show how an Euler-Lagrange theorem can be applied to the steady-state fluvial landscape model, thereby allowing the geomorphic solution surfaces to be understood as those that globally optimize the difference between kinetic and potential energy dissipation (Hamilton’s Principle) while conserving mass. It is then shown how this variational formulation of th...

2008
S. Bouley D. Loizeau N. Mangold V. Ansan J. P Bibring Y. Langevin

Introduction: Tyrrhena Terra is located in cratered and dissected Noachian terrains in the southern hemisphere [1] south of Isidia Planitia and north of Hellas basin. Tyrrhena Terra contains both highlands and a series of intercrater plains. In this region, many outcrops of phyllosilicates are observed by OMEGA spectrometer on many craters walls or ejecta [2, 3]. Several plains in Tyrrhena Terr...

Journal: :Brazilian journal of biology = Revista brasleira de biologia 2013
M M Molisani H Becker H S Barroso C A G Hijo T M Monte G H Vasconcellos L D Lacerda

Measurements of nutrient and suspended matter concentrations and loads entering and leaving the Castanhão reservoir during the rainy season were carried out to assess the influence of this large reservoir on land-sea fluvial transport in the ephemeral Jaguaribe river basin. Spatial variation indicated statistically significant attenuation of concentrations only for total phosphorous and suspend...

2006
Gerard H. Roe Drew B. Stolar Sean D. Willett

The theories of critical orogenic wedges and fluvial erosion are combined to explore the interactions between tectonics, erosion, and climate. A model framework is developed which allows the derivation of an exact analytical scaling relationship for how orogen width, height, and rock uplift rate vary as a function of accretionary flux and precipitation rate. Compared to a model with prescribed ...

2012
N. Mangold S. Adeli S. Conway V. Ansan B. Langlais

Introduction: Impact crater degradation provides a powerful tool to analyze past Martian hydrological evolution. Previous studies concluded that large impact craters were strongly degraded during early Martian history, whereas younger craters are only weakly degraded [1]. Degraded craters are therefore one of the main lines of evidence for a warmer climate on early Mars. Global altimetry and re...

Journal: :Water 2021

Fish passes facilitate fish movement in fragmented river systems, yet they can also provide important habitat functions. This study investigated the community composition of different constructed types (fluvial habitats, floodplain ponds) within relation to characteristics order deduce recommendations for fish-friendly designs such structures. structures differed significantly from those main r...

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

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

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