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

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

Journal: :The Journal of animal ecology 2014
Benjamin J Toscano Blaine D Griffen

The predator functional response (i.e. per capita consumption rate as a function of prey density) is central to our understanding of predator-prey population dynamics. This response is behavioural, depending on the rate of attack and time it takes to handle prey. Consistent behavioural differences among conspecific individuals, termed behavioural types, are a widespread feature of predator and ...

2008
O. CELIK

Observations of the Crab Nebula have proven to be the best tool to calibrate and to characterize the performance of a Cherenkov telescope. Scientifically, it is interesting to measure the energy spectrum of the Crab Nebula close to the inverse-Compton peak where a deviation is expected from the power law seen at energies above 300 GeV. Additionally, it is important to search for pulsed emission...

Journal: :Genetics and molecular research : GMR 2015
X G Gao H S Pu C B He X B Bao W D Liu

Crab grows by periodic molting, which is controlled by molt-inhibiting hormone (MIH) and ecdysteroids. Untranslated regions (UTRs) play crucial roles in the posttranscriptional regulation of gene expression. In this study, using crab collected from Changjiang (Yangtze), Huanghe (Yellow), Liaohe, and Yalujiang rivers, 33 haplotypes of the 3ꞌ-UTR of ecdysteroid-regulated protein (ERP) gene were i...

2017
Sinead M Crotty Christine Angelini Mark D Bertness

Climate change and other anthropogenic stressors are converging on coastal ecosystems worldwide. Understanding how these stressors interact to affect ecosystem structure and function has immediate implications for coastal planning, however few studies quantify stressor interactions. We examined past and potential future interactions between two leading stressors on New England salt marshes: sea...

2015
Yuan Liu Min Hui Zhaoxia Cui Danli Luo Chengwen Song Yingdong Li Lei Liu Wan-Xi Yang

Sex-biased genes are considered to account for most of phenotypic differences between males and females. In order to explore the sex-biased gene expression in crab, we performed the whole-body transcriptome analysis in male and female juveniles of the Chinese mitten crab Eriocheir sinensis using next-generation sequencing technology. Of the 23,349 annotated unigenes, 148 were identified as sex-...

Journal: :The journal of medical investigation : JMI 2016
Masanari Watanabe Jun Kurai Hiroyuki Sano Hiroya Kitano Eiji Shimizu

OBJECTIVES Few reports are available concerning the prevalence of asthma among snow crab workers in Japan. The object of this study was to estimate the prevalence of asthma and wheezes among Japanese snow crab workers and their associations with exhaled nitric oxide (FeNO) and YKL-40. METHODS Forty-nine snow crab workers enrolled in this study, which was cross-sectional by design and was cond...

2017
Luke A. Poirier Aaron P. Ramsay Sophie St-Hilaire Pedro A. Quijón

Background: Late in the 1990s, the non-indigenous European green crab (Carcinus maenas) colonized the shorelines of eastern Prince Edward Island, in Atlantic Canada. Due to concerns of further spread into productive shellfish habitats, an annual survey was conducted between 2000 and 2013 to detect a potential range expansion of this species. We compiled and analyzed that data and document green...

2004
E. Oña-Wilhelmi

The poor angular resolution of imaging γ-ray telescopes is offset by the large reflector areas of next generation telescopes such as MAGIC (17 m diameter), which makes the study of optical emission associated with some γ-ray sources feasible. Furthermore, the extremely fast time response of photomultipliers (PMs) makes them ideal detectors for fast (subsecond) optical transients and periodic so...

Journal: :IEEE J. Robotics and Automation 1988
Tsu-Tian Lee Ching-Ming Liao T. K. Chen

In this communication, hexapod tripod gaits for straightline motion and crab walking are derived. Mathematical relations that express the stability margin, the stride length, and the duty factor are formulated for straight-line motion and for crab walking, respectively. The derived results provide tripod gaits of the hexapod for walking with a prescribed stability margin either over perfect ter...

2008
Janusz Gil

It is argued that the nanosecond giant subpulses detected recently in the Crab pulsar are generated by means of the coherent curvature radiation of charged relativistic solitons associated with sparking discharges of the inner gap potential drop above the polar cap. Subject headings: pulsars: giant pulses pulsars: individual (Crab pulsar)

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

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

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