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

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

2015
Seong Yong Moon Seok-Hyun Youn B. A. Venmathi Maran

Two new species of benthopelagic copepods of the genus Stephos T. Scott, 1892, belonging to the family Stephidae G.O. Sars, 1902, are described based on specimens collected in the stagnant water flooding the burrows excavated by ocypodid crabs in two intertidal mud-flats, and from near-bottom shallow waters in Korea, respectively. They can be easily diagnosed based on the ornamentation of both ...

2014
Mohsen M. El-Sherbiny Ali M. Al-Aidaroos

The calanoid copepod, Acartiabispinosa Carl, 1907, is reported for the first time in the Red Sea, where it is found to be an important copepod in the mesozooplankton community structure of the Sharm El-Maya Bay. Female and male are fully redescribed and illustrated of as the mouthparts of this species have never previously been described and figured. Acartiabispinosa was collected in the plankt...

1999
D. K. Hartline

E€ective escape behavior contributes to the success of copepods in planktonic communities. The kinematics of escape were studied in tethered Undinula vulgaris (Calanoida) by analyzing the timing and magnitude of their power strokes to a precisely controlled, sudden mechanical perturbation in the surrounding water. Copepods responded with rapid swims to water velocities of 36 to 86 lm s. Reactio...

2016
Su Youn Baek Kuem Hee Jang Eun Hwa Choi Shi Hyun Ryu Sang Ki Kim Jin Hee Lee Young Jin Lim Jimin Lee Jumin Jun Myounghai Kwak Young-Sup Lee Jae-Sam Hwang Balu Alagar Venmathi Maran Cheon Young Chang Il-Hoi Kim Ui Wook Hwang

Copepods, small aquatic crustaceans, are the most abundant metazoan zooplankton and outnumber every other group of multicellular animals on earth. In spite of ecological and biological importance in aquatic environment, their morphological plasticity, originated from their various lifestyles and their incomparable capacity to adapt to a variety of environments, has made the identification of sp...

2017
Daniel Previattelli Gilmar Perbiche-Neves Carlos E. F. da Rocha

A new Diaptomidae species is presented from the Neotropical region. It was found in two Amazonian lakes, Ressaca and Arapujá, both in Pará State, Brazil. The lakes are 400 km apart and threatened by the building of reservoirs for hydropower generation and pollution by human settlements. The new species resembles N. paraensis Dussart & Robertson, 1984, but it can be distinguished from this speci...

Journal: :Brazilian journal of biology = Revista brasleira de biologia 2006
A Magalhães R M Costa T H Liang L C C Pereira M J S Ribeiro

Spatial and temporal density and biomass distribution of the planktonic copepods Pseudodiaptomus richardi and P. acutus along a salinity gradient were investigated in the Caeté River Estuary (North-Brazil) in June and December, 1998 (dry season) and in February and May, 1999 (rainy season). Copepod biomass was estimated using regression parameters based on the relation of dry weight and body le...

2017
Miguel Alonso Edinaldo N. dos Santos-Silva Damià Jaume

Notodiaptomus cannarensissp. n. is described from a reservoir on the Amazonian slope of the Ecuadorian Andes. The new species is unique among diaptomid calanoid copepods in the display of hypertrophied, symmetrical wing-like extensions at each side of the female composite genital somite. Furthermore, it displays a female urosome reduced to only two somites due to the incorporation of abdominal ...

Journal: :Brazilian journal of biology = Revista brasleira de biologia 2007
T Matsumura-Tundisi J G Tundisi

2015
Gilmar Perbiche-Neves Geoffrey Allan Boxshall Daniel Previattelli Marcos Gomes Nogueira Carlos Eduardo Falavigna da Rocha

An identification guide is presented for species of calanoid copepod family Diaptomidae from "de la Plata" River Basin (Argentina, Brazil, Bolivia, Paraguay and Uruguay). It was based on material collected during the summer and winter of 2010 from 43 sites across the eastern part and the lower stretches of this basin, the second largest in South America and the fourth in the world. The guide co...

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

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

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