|
|
MarBEF Data System |
|
|
|
|
Traits taxon details
original description
Carlgren, O. (1924). Description de deux Actiniaria. Bulletin de l'Institut Océanographique (Monaco), (438): 26-28 page(s): 26-27 [details]
taxonomy source
Sanamyan, K.; Sanamyan, N. (2020). Comments on the nomenclatural status and validity of several family-series nomina in Actiniaria (Cnidaria, Anthozoa). <em>Bionomina.</em> 19(1): 100-109., available online at https://doi.org/10.11646/bionomina.19.1.6 page(s): 101-103; note: Sanamyan & Sanamyan (2020) removed several species from Sagartiogeton and fixed this species as its type species [details]
context source (Hexacorallia)
Fautin, Daphne G. (2013). Hexacorallians of the World. (look up in IMIS) [details]
basis of record
van der Land, J.; den Hartog, J.H. (2001). Actiniaria, <B><I>in</I></B>: Costello, M.J. <i>et al.</i> (Ed.) (2001). <i>European register of marine species: a check-list of the marine species in Europe and a bibliography of guides to their identification. Collection Patrimoines Naturels,</i> 50: pp. 106-109 (look up in IMIS) [details]
additional source
Sanamyan, N.P. & Sanamyan, K.E. (2007). Deep-water Actiniaria from East Pacific hydrothermal vents and cold seep. <em>Invertebrate Zoology.</em> 4(1): 83-102. page(s): 89 [details] Available for editors
additional source
Carlgren, O. (1949). A survey of the Ptychodactiaria, Corallimorpharia and Actiniaria. <em>Kungliga Svenska Vet- enskapsakadamiens Handlingar.</em> 1: 1–121. page(s): 105 [details]
additional source
Rodríguez, E.; López-González, P. J. (2005). New record of the sea anemone Kadosactis antarctica (Carlgren, 1928): re-description of an Antarctic deep-sea sea anemone, and a discussion of its generic and familial placement. <em>Helgoland Marine Research.</em> 59(4): 301-309., available online at https://doi.org/10.1007/s10152-005-0005-4 page(s): 306 [details]
additional source
Fautin, Daphne G. (2013). Hexacorallians of the World. (look up in IMIS) [details]
additional source
Fautin, D. G.; Zelenchuk, T.; Raveendran, D. (2007). Genera of orders Actiniaria and Corallimorpharia (Cnidaria, Anthozoa, Hexacorallia), and their type species. Zootaxa, 1668, 183-244 page(s): 226 [details]
additional source
Carlgren, O. (1942). Actiniaria Part II. Danish Ingolf-Expedition, 5, 12, 1-92 page(s): 16-18 [details]
Present Inaccurate Introduced: alien Containing type locality
'
});
// makes links clickable
fixClickLinks('7b981c6295106ffe');
},
error: function(response) { console.error(response); }
});
}
comp_jquery(document).ready(function() {
// load attributes when clicking on attributes tab
if (window.location.hash === '#attributes') {
loadAttributes();
} else {
comp_jquery('.attribute-tab').one('click', function () {
loadAttributes();
});
}
});
function get7b981c6295106ffeTree() {
return ;
}
function fixClickLinks(identifier) {
comp_jquery(`#tree_${identifier}`).off('click');
comp_jquery(`#tree_${identifier}`).on('click', function(event) {
let elToWorkOn = comp_jquery(this).treeview(true);
if (!elToWorkOn.options.enableLinks) {
//walk to parents till we find our list item
let bFoundLink = false;
let currentTarget = event.target;
while (!bFoundLink //Found link
&& currentTarget //No target
&& !currentTarget.classList.contains('list-group-item') //tree item root
) {
bFoundLink = (currentTarget.nodeName === "A")
|| (currentTarget.nodeName === "I" && $(currentTarget).hasClass('aphia_icon_link'));
currentTarget = currentTarget.parentElement;
}
if (bFoundLink) {
return; // Handle link
}
event.preventDefault(); //Normal collapse behavior
}
let target = comp_jquery(event.target);
let nodeId = target.closest('li.list-group-item').attr('data-nodeid');
let node = elToWorkOn.getNode(nodeId);
if (!node || node.state.disabled) {
return;
}
let classList = target.attr('class') ? target.attr('class').split(' ') : [];
if ((classList.indexOf('expand-icon') !== -1)) {
elToWorkOn.toggleNodeExpanded(node, elToWorkOn.options);
} else if ((classList.indexOf('check-icon') !== -1)) {
elToWorkOn.toggleNodeChecked(node, elToWorkOn.options);
} else {
if (node.selectable) {
elToWorkOn.toggleNodeSelected(node, elToWorkOn.options);
} else {
elToWorkOn.toggleNodeExpanded(node, elToWorkOn.options);
}
}
});
}
comp_jquery('#tree_7b981c6295106ffe').treeview({
data: get7b981c6295106ffeTree(),
showIcon: 0,
showBorder: false,
enableLinks: false,
onhoverColor: 'rgba(119,119,119,.2)',
levels: 10,
collapseIcon: 'fa fa-minus',
expandIcon: 'fa fa-plus',
emptyIcon: 'fa ',
});
comp_jquery('#tree_7b981c6295106ffe').on('nodeExpanded ', function(event, data) {
let node = comp_jquery('#tree_7b981c6295106ffe').treeview('getNode', data.nodeId);
if (node.nodes && node.nodes.length > 0) {
comp_jquery('#tree_7b981c6295106ffe').treeview('expandNode', [ data.nodeId, { levels: 10, silent: true } ]);
}
});
comp_jquery(document).ready(function() {
fixClickLinks('7b981c6295106ffe');
});
|
|
|
|
|