CINXE.COM

Comparative Cognition & Behavior Reviews

<!DOCTYPE html> <!--[if IE 8]> <html id="ie8" lang="en-US"> <![endif]--> <!--[if !(IE 8) ]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Comparative Cognition &amp; Behavior Reviews</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://comparative-cognition-and-behavior-reviews.org/wp/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://comparative-cognition-and-behavior-reviews.org/wp/wp-content/themes/ari/js/html5.js" type="text/javascript"></script> <![endif]--> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.27.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-9N66BKT9WR" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '8.27.0'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/comparative-cognition-and-behavior-reviews.org\/for-authors\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-9N66BKT9WR', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-9N66BKT9WR', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/comparative-cognition-and-behavior-reviews.org\/wp\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.2.6"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s("\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!s("\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!s("\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!s("\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://comparative-cognition-and-behavior-reviews.org/wp/wp-includes/css/dist/block-library/style.min.css?ver=6.2.6' type='text/css' media='all' /> <link rel='stylesheet' id='classic-theme-styles-css' href='https://comparative-cognition-and-behavior-reviews.org/wp/wp-includes/css/classic-themes.min.css?ver=6.2.6' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-columns.is-layout-flex){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='style-css' href='https://comparative-cognition-and-behavior-reviews.org/wp/wp-content/themes/ari/style.css?ver=6.2.6' type='text/css' media='all' /> <link rel='stylesheet' id='ari-droid-sans-css' href='https://fonts.googleapis.com/css?family=Droid+Sans%3A400%2C700&#038;ver=6.2.6' type='text/css' media='all' /> <link rel='stylesheet' id='ari-droid-serif-css' href='https://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700%2C400italic%2C700italic&#038;ver=6.2.6' type='text/css' media='all' /> <script type='text/javascript' src='https://comparative-cognition-and-behavior-reviews.org/wp/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.27.0' id='monsterinsights-frontend-script-js'></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/comparative-cognition-and-behavior-reviews.org","hash_tracking":"false","v4_id":"G-9N66BKT9WR"};/* ]]> */ </script> <script type='text/javascript' src='https://comparative-cognition-and-behavior-reviews.org/wp/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></script> <script type='text/javascript' src='https://comparative-cognition-and-behavior-reviews.org/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></script> <link rel="https://api.w.org/" href="https://comparative-cognition-and-behavior-reviews.org/wp-json/" /><link rel="alternate" type="application/json" href="https://comparative-cognition-and-behavior-reviews.org/wp-json/wp/v2/pages/44" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://comparative-cognition-and-behavior-reviews.org/wp/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://comparative-cognition-and-behavior-reviews.org/wp/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 6.2.6" /> <link rel="canonical" href="https://comparative-cognition-and-behavior-reviews.org/for-authors/" /> <link rel='shortlink' href='https://comparative-cognition-and-behavior-reviews.org/?p=44' /> <link rel="alternate" type="application/json+oembed" href="https://comparative-cognition-and-behavior-reviews.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcomparative-cognition-and-behavior-reviews.org%2Ffor-authors%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://comparative-cognition-and-behavior-reviews.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcomparative-cognition-and-behavior-reviews.org%2Ffor-authors%2F&#038;format=xml" /> <style> /* First link color */ a, .comment-meta a:hover, .entry-meta a:hover, .entry-title a:hover, .logged-in-as a:hover, .main-navigation a:hover, .main-navigation li.current_page_item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-item > a, .main-navigation li.current-menu_ancestor > a, .post-edit-link:hover, .site-footer a:hover, .widget a:hover, .widget_flickr #flickr_badge_uber_wrapper a:hover { color: #4b89c3; } .bypostauthor .avatar, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .widget_calendar #wp-calendar tbody td a { background: #4b89c3; } </style> <style> /* Second link color */ .comment-meta a, .entry-meta a, .logged-in-as a, .main-navigation a, .main-small-navigation a, .post-edit-link, .site-footer a, .widget a, .widget_flickr #flickr_badge_uber_wrapper a { color: #4b89c3; } </style> <style type="text/css"> .site-title, .site-description { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); } </style> </head> <body class="page-template-default page page-id-44 color-light group-blog sidebar-content"> <div id="page" class="hfeed site clear-fix"> <div id="subsidiary"> <header id="masthead" class="site-header" role="banner"> <hgroup> <h1 class="site-title"><a href="https://comparative-cognition-and-behavior-reviews.org/" title="Comparative Cognition &amp; Behavior Reviews" rel="home">Comparative Cognition &amp; Behavior Reviews</a></h1> <h2 class="site-description"></h2> </hgroup> <a href="https://comparative-cognition-and-behavior-reviews.org/" title="Comparative Cognition &amp; Behavior Reviews" rel="home" class="header-image-link"> <img src="https://comparative-cognition-and-behavior-reviews.org/wp/wp-content/uploads/2013/09/logo_240x190.png" width="240" height="180" alt="" /> </a> </header><!-- #masthead .site-header --> <nav role="navigation" class="site-navigation main-navigation"> <h1 class="assistive-text">&#9776; Menu</h1> <div class="assistive-text skip-link"><a href="#content" title="Skip to content">Skip to content</a></div> <div class="menu-top-navigation-container"><ul id="menu-top-navigation" class="menu"><li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-43"><a href="https://comparative-cognition-and-behavior-reviews.org/">HOME</a></li> <li id="menu-item-26" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="https://comparative-cognition-and-behavior-reviews.org/current_issue/">CURRENT ISSUE</a></li> <li id="menu-item-467" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-467"><a href="https://comparative-cognition-and-behavior-reviews.org/journal-archive/">ALL VOLUMES</a></li> <li id="menu-item-409" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-409"><a href="https://comparative-cognition-and-behavior-reviews.org/editorial-board/">EDITORIAL BOARD</a></li> <li id="menu-item-87" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-44 current_page_item menu-item-87"><a href="https://comparative-cognition-and-behavior-reviews.org/for-authors/" aria-current="page">INSTRUCTIONS FOR AUTHORS</a></li> <li id="menu-item-272" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-272"><a href="https://comparative-cognition-and-behavior-reviews.org/journal_policies/">JOURNAL POLICIES</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://comparative-cognition-and-behavior-reviews.org/contact-us/">CONTACT US</a></li> </ul></div> </nav> <div id="secondary" class="widget-area" role="complementary"> <aside id="search-2" class="widget widget_search"><form role="search" method="get" id="searchform" class="searchform" action="https://comparative-cognition-and-behavior-reviews.org/"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form></aside><aside id="text-2" class="widget widget_text"> <div class="textwidget">Published by <br/> <a href="http://comparativecognition.org/" target="_blank" rel="noopener">The Comparative Cognition Society</a> <br/> <a href="http://comparativecognition.org/" target="_blank" rel="noopener"><img style='display:inline-block; margin:auto;' src="http://comparative-cognition-and-behavior-reviews.org/wp/wp-content/uploads/2013/08/ccs_logo_150.png" /></a></div> </aside> </div><!-- #secondary .widget-area --> </div> <div id="main" class="clear-fix"> <div id="primary" class="site-content"> <div id="content" role="main"> <article id="post-44" class="clear-fix post-44 page type-page status-publish hentry"> <header class="entry-header"> <h1 class="entry-title"><!-- Instructions for Authors --></h1> </header><!-- .entry-header --> <div class="entry-content"> <p><img decoding="async" width="660" height="180" class="alignnone size-full wp-image-211" style="margin-top: -109px;" alt="NEW_homeImg" src="https://comparative-cognition-and-behavior-reviews.org/wp/wp-content/uploads/2013/08/new_homeimg.png" srcset="https://comparative-cognition-and-behavior-reviews.org/wp/wp-content/uploads/2013/08/new_homeimg.png 660w, https://comparative-cognition-and-behavior-reviews.org/wp/wp-content/uploads/2013/08/new_homeimg-300x81.png 300w" sizes="(max-width: 660px) 100vw, 660px" /></p> <h2><span style="color: #2d7db5;">Instructions For Authors</span></h2> <h3>Article types</h3> <p>Comparative Cognition and Behavior Reviews publishes five types of articles:</p> <ol> <li>Substantive Reviews. These are reviews of the literature on topics related to comparative cognition, broadly defined. The reviews may synthesize a body of work to provide an overview of the state of knowledge on a topic, or they may evaluate issues or theoretical approaches to a topic. The authors should strive to present the information in a way that is understandable to a broad audience.</li> <li>Brief Reviews. These articles are shorter and more narrowly focused than substantive reviews. They may review research on a more narrowly focused topic, or they may present a new perspective on a body of knowledge discuss a new trend in the field.</li> <li>Constructive Critiques. These articles provide a constructive critique of an experimental approach, a theoretical issue or position, or a trend in the field. Note that these must have a broader focus than a particular article or book. The critiques should be substantiated with well-reasoned arguments and evidence, and they should offer positive suggestions. Published commentaries of the critique will be solicited by the editors and the authors will be given the opportunity to publish a short reply to the points raised in the commentaries.</li> <li>Comparative Cognition Innovations (CCI). These articles will focus on recent trends in the field of comparative cognition. They can summarise exciting new data or simply outline new ideas that will move the field forward. The aim is to provide a forum for the communication of innovative ideas to those working in comparative cognition.</li> <li>How-To Articles. These are explanatory articles that work in two ways: they can either provide those working in the field of comparative cognition with a clear and targeted overview of another field, or provide those working in another field with a clear and relevant overview of comparative cognition. There is no limit to the subject area. The ultimate aim is to encourage more interdisciplinary discussion.</li> </ol> <h3>Guidelines</h3> <p>Prior to submission, please carefully read and follow the submission guidelines detailed below.</p> <p><b>Submission</b>: The submitted file should be sent in Microsoft Word Format (.doc or .docx). Masked reviews are optional. If you want a masked review, indicate so in a cover letter. Authors should provide the mailing address for all authors on the cover page of the paper. Manuscripts should be submitted by email to the editors.</p> <p><b>Manuscript Preparation</b>: Prepare manuscripts according to the&nbsp;<i>Publication Manual of the American Psychological Association</i>.&nbsp; Personal pronouns are encouraged, except in the abstract where they are omitted. Avoid the third person and write active sentences. Follow Strunk and White鈥檚 advice in <i>The Elements of Style</i> when in doubt. If authors wish to do so, they can include tables, figures and figure legends as appropriate in the manuscript close to where they would appear in the published article. When a paper is accepted, a file that adheres to the standard APA-style organization of a manuscript is required.</p> <p><b>Formatting</b>: Double-space all copy. Use a 12-point font. Times Roman is preferred. Please use consecutive line numbering across all pages for your submitted manuscript.&nbsp;<em>Tables:</em> Use Word&#8217;s &#8220;Insert Table&#8221; function when you create tables. Avoiding using tabs or spaces.</p> <p><b>Abstract: </b>All manuscripts must include an abstract containing a maximum of 250 words typed on a separate page.</p> <p><b>Keywords</b>: Please supply up to five keywords on the cover page.</p> <p><b>References</b>:&nbsp; List references in alphabetical order. Each listed reference should be cited in text, and each text citation should be listed in the References section.&nbsp; The inclusion of DOIs is highly preferred. References should follow APA style.</p> <p><b>Graphics</b>.&nbsp; Graphic files are welcome if supplied as PDF, EPS, TIFF, or PowerPoint files. Multi-panel figures should be compiled into one file. The minimum line weight for line art is 0.5 point. Original figures can be printed in color (in fact, it is encouraged). Color photographs should be supplied as 300 dpi TIFF or JPG files. Separate high quality figures are strongly encouraged to be submitted with the final revised manuscript.</p> <p><b>Video</b>: We encourage the use of video presentations in articles. Please send video contributions as separate files in either AVI or Quicktime format.</p> <p><b>Permissions:</b> Authors of accepted papers must obtain and provide to the editor on final acceptance all necessary permissions to reproduce in print and electronic form any copyrighted work.</p> <p><b>Copyright:</b>&nbsp;Authors will retain copyright of their articles as outlined in our policies.</p> <h3>Financial Support for Open Access Publications</h3> <p>Each article costs $1,000 (in U.S. currency) to transform an accepted manuscript into the journal article formats we provide. In our commitment to truly open and high-quality reviews and criticisms, we do not require authors to provide this funding. Federal and institutional contributions, however, do significantly offset these costs. Any costs not provided by the authors&#8217; institutions is supported by the Comparative Cognition Society.</p> </div><!-- .entry-content --> </article><!-- #post-44 --> <div id="comments" class="comments-area"> </div><!-- #comments .comments-area --> </div><!-- #content --> </div><!-- #primary .site-content --> </div><!-- #main --> <footer id="colophon" class="site-footer" role="contentinfo"> <!-- <div class="site-info"> <a href="http://wordpress.org/" title="" rel="generator"></a> <span class="sep"> | </span> </div><!- - .site-info --> </footer><!-- .site-footer .site-footer --><!-- </div><!- - #page .hfeed .site --> <script type='text/javascript' src='https://comparative-cognition-and-behavior-reviews.org/wp/wp-content/themes/ari/js/small-menu.js?ver=20120206' id='small-menu-js'></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10