نتایج جستجو برای: shark

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

Journal: :Journal of the Royal Society, Interface 2006
Rachel T Graham Callum M Roberts James C R Smart

We present diving data for four whale sharks in relation to a predictable food pulse (reef fish spawn) and an analysis of the longest continuous fine-resolution diving record for a planktivorous shark. Fine-resolution pressure data from a recovered pop-up archival satellite tag deployed for 206 days on a whale shark were analysed using the fast Fourier Transform method for frequency domain anal...

2011
Luis O. Lucifora Verónica B. García Boris Worm

Sharks are one of the most threatened groups of marine animals, as high exploitation rates coupled with low resilience to fishing pressure have resulted in population declines worldwide. Designing conservation strategies for this group depends on basic knowledge of the geographic distribution and diversity of known species. So far, this information has been fragmented and incomplete. Here, we h...

2017
David M Tickler Tom B Letessier Heather J Koldewey Jessica J Meeuwig

We investigated drivers of reef shark demography across a large and isolated marine protected area, the British Indian Ocean Territory Marine Reserve, using stereo baited remote underwater video systems. We modelled shark abundance against biotic and abiotic variables at 35 sites across the reserve and found that the biomass of low trophic order fish (specifically planktivores) had the greatest...

2016
Stephen M. Kajiura Shari L. Tellman

Southeast Florida witnesses an enormous seasonal influx of upper trophic level marine predators each year as massive aggregations of migrating blacktip sharks (Carcharhinus limbatus) overwinter in nearshore waters. The narrow shelf and close proximity of the Gulf Stream current to the Palm Beach County shoreline drive tens of thousands of sharks to the shallow, coastal environment. This natural...

2014
Adriana Gonzalez-Pestana Carlos Kouri J. Ximena Velez-Zuazo Shelley C. Clarke Juan Carlos Pérez-Jiménez Alastair Harry Ximena Velez-Zuazo

Peruvian waters exhibit high conservation value for sharks. This contrasts with a lag in initiatives for their management and a lack of studies about their biology, ecology and fishery. We investigated the dynamics of Peruvian shark fishery and its legal framework identifying information gaps for recommending actions to improve management. Further, we investigated the importance of the Peruvian...

2015
Timothy Read Robert A. Petit Sandeep J. Joseph Tauqeer Alam Timothy D. Read Robert A. Petit M. Ryan Weil Maida Ahmad Ravila Bhimani Jocelyn S. Vuong Chad P. Haase D. Harry Webb Milton Tan Alistair D.M. Dove

Background: The whale shark (Rhincodon typus) has by far the largest body size of any elasmobranch (shark or ray) species. Therefore, it is also the largest extant species of the paraphyletic assemblage commonly referred to as fishes. As both a phenotypic extreme and a member of the group Chondrichthyes – the sister group to the remaining gnathostomes, which includes all tetrapods and therefore...

Journal: :Mitochondrial DNA 2011
Phaedra Doukakis Robert Hanner Mahmood Shivji Cecilia Bartholomew Demian Chapman Eugene Wong George Amato

BACKGROUND AND AIMS The shark fisheries of Madagascar remain largely unstudied. Remoteness makes fisheries monitoring challenging while the high value of shark fins combined with the extreme poverty in Madagascar creates intensive pressure on shark resources. MATERIALS AND METHODS We use DNA barcoding and species-specific PCR assays to characterize shark fisheries in Antongil Bay in northeast...

2016
Sylvie Guibert Magali Batteau Patrick Jame Thomas Kuhn

Introduction Squalane (C30H62) is widely used in cosmetic products due to its high skin hydrating capability. On an industrial scale squalane is obtained by hydrogenation under high pressure of its natural precursor molecule squalene, which is also used in personal care products such as skin moisturizers. Squalene is derived from two main natural sources, shark liver oil and vegetable oils, e.g...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2009
Vydianathan Ravi Kevin Lam Boon-Hui Tay Alice Tay Sydney Brenner Byrappa Venkatesh

We have sequenced and analyzed Hox gene clusters from elephant shark, a holocephalian cartilaginous fish. Elephant shark possesses 4 Hox clusters with 45 Hox genes that include orthologs for a higher number of ancient gnathostome Hox genes than the 4 clusters in tetrapods and the supernumerary clusters in teleost fishes. Phylogenetic analysis of elephant shark Hox genes from 7 paralogous groups...

Journal: :Expert opinion on drug discovery 2014
Michael F Criscitiello

INTRODUCTION Sharks have successfully lived in marine ecosystems, often atop food chains as apex predators, for nearly one and a half billion years. Throughout this period they have benefitted from an immune system with the same fundamental components found in terrestrial vertebrates like man. Additionally, sharks have some rather extraordinary immune mechanisms which mammals lack. AREAS COVE...

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

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

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