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

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

Journal: :The Journal of experimental biology 1975
I D McFarlane

1. Activity in all three known conducting systems (the nerve net, SS1, and SS2) may accompany feeding in Calliactis. The most marked response is an increase in pulse frequency in the SS2 (the endodermal slow conducting system) during mouth opening and pharynx protrusion. 2. Electrical stimulation of the SS2 at a frequency of one shock every 5 s elicits mouth opening and pharynx protrusion in th...

2011
Vedat Suat Ertürk

In this study, fractional differential transform method (FDTM), which is a semi analytical-numerical technique, is used for computing the eigenelements of the Sturm-Liouville problems of fractional order. The fractional derivatives are described in the Caputo sense. Three problems are solved by the present method. The calculated results are compared closely with the results obtained by some exi...

Journal: :The Biochemical journal 1948
H Hoch

Archibald, R. M. (1944). J. biol. Chem. 154, 643. Coulson, R. A., Ellinger, P. & Holden, M. (1944). Biochem. J. 38, 150. Ellinger, P. (1946a). Biochem. J. 40, xxxi. Ellinger, P. (1946b). Biochem. J. 40, xxxii. Ellinger, P. & Coulson, R. A. (1944). Biochem. J. 38, 265. Ellinger, P., Fraenkel, G. & Abdel Kader, M. M. (1947). Biochem. J. 41, 559. Johnson, B. C. (1945). J. biol. Chem. 159, 227. Kon...

Journal: :Zootaxa 2013
Daniel Lauretta

A new species of sea anemone from the intertidal zone of San Matias Gulf is described. Andvakia manoloi sp. nov. is a small and inconspicuous species that differs from other species of the genus in number of tentacles, number of mesenteries at proximal and distal part of the column, column division, muscles, cnidae, size, habit and distribution. Andvakia manoloi sp. nov. is the first species of...

2012
Matthew D. Mitchell Peter F. Cowman Mark I. McCormick

Fishes are known to use chemical alarm cues from both conspecifics and heterospecifics to assess local predation risks and enhance predator detection. Yet it is unknown how recognition of heterospecific cues arises for coral reef fishes. Here, we test if naïve juvenile fish have an innate recognition of heterospecific alarm cues. We also examine if there is a relationship between the intensity ...

Journal: :Journal of experimental marine biology and ecology 2000
Hobday

Drifting rafts of Macrocystis pyrifera may connect isolated kelp forests in the Southern California Bight. To determine which species might utilize this dispersal mechanism, faunal samples from natural drifting rafts and attached M. pyrifera plants were collected during five cruises between March 1995 and December 1997. These rafts, which can be considered as floating islands, were aged and the...

Journal: :The Biochemical journal 1954
A COURTS

Krebs, H. A. & Henseleit, K. (1932). Hoppe-Seyl. Z. 210,33. Liebecq, C. (1953). Arch. int. Phy8iol. 61, 550. Long, C. (1952). Biochem. J. 50, 407. Mentha, J. & Voegtli, W. (1947). Helv. phy8iol. acta, 5, C43. Nelson, N. (1944). J. biol. Chem. 153, 375. Perlmutter, M., Weisenfeld, S. & Mufson, M. (1952). Endocrinology, 50, 442. Riesser, 0. (1947). Biochim. biophys. Acta, 1, 208. Snedecor, G. M. ...

2017
Xue-Yi Hu Ling-Hong Meng Xin Li Sui-Qun Yang Xiao-Ming Li Bin-Gui Wang

Three new indolediterpenoids, namely, 22-hydroxylshearinine F (1), 6-hydroxylpaspalinine (2), and 7-O-acetylemindole SB (3), along with eight related known analogs (4-11), were isolated from the sea-anemone-derived fungus Penicillium sp. AS-79. The structures and relative configurations of these compounds were determined by a detailed interpretation of the spectroscopic data, and their absolute...

Journal: :The Journal of Cell Biology 1965
Carl F. T. Mattern Helen D. Park Wendell A. Daniel

Sections of the stenotele type of nematocyst of Chlorohydra hadleyi have revealed that the stenotele, upon firing, completely everts its stylets and spines and the long, thin tubule, much as the eversion of the tubule of the nematocyst of the jewel anemone (Picken, 1953; Robson, 1953). Alternative mechanisms for supplying the energy necessary to forcefully discharge the stenotele contents are d...

Journal: :The Biochemical journal 1954
A ALBERT

Lipmann, F., Jones, M. E., Black, S. & Flynn, R. M. (1952). J. Amer. chem. Soc. 74, 2384. Lipmann, F. & Tuttle, L. C. (1945). J. biol. Chem. 161, 415. Lynen, F. & Ochoa, S. (1953). Biochim. biophys. Acta, 12, 299. Meijbaum, W. (1939). Hoppe-Seyl. Z. 258, 117. Ohlmeyer, P. (1938). Biochem. Z. 297, 66. Oliver, I. T. (1953). Cited by Bartley, W. & D)avies, R. E. (1954). Biochem. J. 57, 37. Parker,...

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

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

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