CINXE.COM
Help
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Help </title> <meta name="googlebot" content="NOODP" /> <meta name="description" content="Peer-reviewed scientific journal publishing basic neuroscience research in the areas of neuronal plasticity, learning and memory" /> <link rel="stylesheet" type="text/css" media="all" href="/shared/css/hw-global.css" /> <link rel="stylesheet" type="text/css" media="all" href="/shared/css/standard-designs/design2/main.css" /> <link rel="stylesheet" type="text/css" media="all" href="/publisher/css/hw-cshljnls-global.css" /> <link rel="stylesheet" type="text/css" media="all" href="/local/css/hw-journal-global.css" /> <link rel="stylesheet" type="text/css" media="all" href="/shared/css/hw-citation-2.0-hacks.css" /> <link rel="stylesheet" type="text/css" media="print" href="/shared/css/hw-print.css" /> <link rel="stylesheet" type="text/css" media="print" href="/publisher/css/hw-cshljnls-print.css" /> <link rel="stylesheet" type="text/css" media="all" href="/shared/css/hw-page-help.css" /> <link rel="stylesheet" type="text/css" media="all" href="/site/misc/custom-global.css" /><script type="text/javascript" id="session-d4184325e1">var callbackToken='5152E9A6D3678A4';</script><script type="text/javascript" src="/shared/js/jquery-min.js"></script><script type="text/javascript" src="/shared/js/fingerprint.js"></script><script type="text/javascript" src="/shared/js/hw-shared.js"></script><script type="text/javascript" src="/shared/js/design/hw-design1.js"></script><script type="text/javascript" src="/publisher/js/cshl-shared.js"></script><script type="text/javascript" src="/site/misc/custom-global.js"></script></head> <body> <div class="hw-gen-page pagetype-help" id="pageid-help"> <div id="header"> <a href="http://www.cshlpress.com" rel="external-nw"><img src="/local/img/society_logo.gif" width="74" height="83" alt="Publisher Logo" id="main-logo" /></a><a href="/"><img title="Learning & Memory" alt="Learning & Memory" width="313" height="83" src="/local/img/journal_logo_standalone.gif" /></a> <p id="skip-link"> <a href="#content-block">Skip to main page content</a> </p> <ul class="button-list header-buttons"> <li class="first"><a href="/" title="HOME"><span>HOME</span></a></li> <li><a href="/site/misc/about.xhtml" title="ABOUT"><span>ABOUT</span></a></li> <li><a href="/content/by/year" title="ARCHIVE"><span>ARCHIVE</span></a></li> <li><a href="http://submit.learnmem.org/" rel="external-nw" title="SUBMIT"><span>SUBMIT</span></a></li> <li><a href="/site/subscriptions/" title="SUBSCRIBE"><span>SUBSCRIBE</span></a></li> <li><a href="/site/misc/adinfo.xhtml" title="ADVERTISE"><span>ADVERTISE</span></a></li> <li><a href="/cgi/alerts" title="ALERTS"><span>ALERTS</span></a></li> <li><a href="/feedback" title="CONTACT"><span>CONTACT</span></a></li> <li class="last"><a href="/help/" title="HELP"><span>HELP</span></a></li> </ul> <div class="header-qs"> <form class="searchbox" action="/search" method="get"> <div> <label for="header-qs-input" id="header-qs-search-label">Search for Keyword:</label> <input value="" title="Search Learning & Memory" type="text" name="fulltext" id="header-qs-input" /><input type="hidden" name="submit" value="yes" /><label for="header-qs-search" id="header-qs-search-label">GO</label><input value="GO" alt="Link: Go" type="image" id="header-qs-search-go" src="/shared/img/standard-design/design2/go.gif" /> </div> <div class="adv-search-link"><a href="/search">Advanced Search</a></div> </form> </div> <div class="header-ac-elements"> <div class="inst-branding"> </div> <div id="authstring" class="suppress-header-login"> </div> <div id="hdr-login" class="suppress-header-login"></div> </div> <div class="banner-ads"> <ul> <li><a href="/cgi/adclick/?ad=55554&adclick=true&url=https%3A%2F%2Fwww.sutter.com%2FAMPLIFIERS%2Fdpa.html" target="_blank"><img class="adborder0" title="Sutter" src="//learnmem.cshlp.org/adsystem/graphics/8206222487616297/learnmem/Sutter%20Banner.gif?ad=55554&adview=true" alt="Sutter" /></a></li> </ul> </div> <div class="bar"> <div class="bar-inner"></div> </div> </div> <div id="content-block"> <h1 id="boolean-logic">Boolean Logic</h1> <p>Basic useful Boolean terms include AND, OR, NOT, and ( ). These terms are used to connect the words in a search. They can be used by themselves or in combination to specify your search terms. Although Boolean terms can be used in the "Author" field (with last names only), they are most commonly used in the "Word(s)" fields. Words within a field are assumed to be connected by OR unless otherwise specified. The OR connector is not often used since it is the default expression between terms. However, it can be helpful in organizing a complex query. </p> <p>The AND connector limits the search results to articles that contain all of terms that are connected by AND. For example, a search for </p> <p>"human diseases"</p> <p>will return all articles that contain the term "human" or the term "diseases" (and depending on the journal, this could cause an error). In practice, this will retrieve articles as diverse as human evolution and avian diseases. Inserting an AND statement like so: </p> <p>"human" AND "diseases" </p> <p>ensures that only articles that mention both "human" and "diseases" will be returned. </p> <p>The NOT term can be used to exclude articles containing certain terms. For example, if you wanted to search for articles about the gene called "sos" that did not deal with "Drosophila", the search would be constructed as such: </p> <p>"sos" NOT "drosophila" </p> <p>For more complex searches, these operators may be combined with one another, optionally using parentheses to group terms to avoid ambiguity in a complex query. For example, </p> <p>("signal transduction" AND ("phosphorylation" OR "kinase")) NOT "xenopus" </p> <p>finds only articles that use the phrase "signal transduction" and either the word "phosphorylation" or the word "kinase", but do not mention the word "Xenopus". </p> <p>NOTE that when using boolean terms, it does not matter if you select Any, All or Phrase from the Words section. They will all produce the same result when combined with boolean operators. </p> <div id="content-end-sb" class="sb-div"></div> </div> <div id="col-2"> <div class="sidebar help-navigation"> <h4>Help Contents</h4> <ol> <li><a href="/help/">Index</a></li> <li><a href="/help/site-information">Site Information</a><ol class="hidden"> <li><a href="/site/misc/about.xhtml">About Learning & Memory</a></li> <li><a href="/help/site-information/about-our-new-site">Our Site Design</a></li> <li><a href="/help/site-information/viewing-the-site">Viewing the Site</a></li> <li><a href="/help/site-information/browser-recommendations">Browser Recommendations</a></li> </ol> </li> <li><a href="/help/subscriptions">Subscriptions</a><ol class="hidden"> <li><a href="/subscriptions">Manage my Account</a></li> <li><a href="/subscriptions">How to Subscribe</a></li> <li><a href="/help/subscriptions/privacy-policy">Our Use of Cookies</a></li> <li><a href="/help/subscriptions/privacy-policy">Using "Auto Sign In" and "Sign Out"</a></li> <li><a href="/help/subscriptions/institutional-admin">Institutional Administrators</a><ol class="hidden"> <li><a href="/help/subscriptions/institutional-admin/usage-statistics">Usage Statistics Definitions</a></li> <li><a href="/help/subscriptions/institutional-admin/excel-download">Excel Download Instructions</a></li> <li><a href="/help/subscriptions/institutional-admin/ip-addresses">About IP Addresses</a></li> </ol> </li> </ol> </li> <li><a href="/help/features">Site Features</a><ol> <li><a href="/help/features/major-features">Major Features of Learning & Memory</a><ol class="hidden"> <li><a href="/help/features/major-features/content-features">Content Features</a></li> <li><a href="/help/features/major-features/email-alerts">Email Alerts</a></li> <li><a href="/help/features/major-features/pay-for-access">Pay for Access</a></li> <li><a href="/help/features/major-features/citation-manager">Download to Citation Manager</a></li> <li><a href="/help/features/major-features/inter-journal-links">Inter-Journal Links</a></li> <li><a href="/help/features/major-features/rss">RSS</a></li> <li><a href="/help/features/major-features/openurl">OpenURL</a></li> </ol> </li> <li><a href="/help/features/search">Search</a><ol> <li><a href="/help/features/search/search-introduction">Introduction</a></li> <li><a href="/help/features/search/general-rules">General Rules</a></li> <li><a href="/help/features/search/main-search-strategies">Main Search Strategies</a></li> <li><a href="/help/features/search/benefits-full-texts">Extra Benefits of Full-Text Searching</a></li> <li><a href="/help/features/search/order-display">The Order of Displayed Results</a></li> <li><a href="/help/features/search/using-phrase">Using "Phrases"</a></li> <li><a href="/help/features/search/using-wilcard">Using "Wildcards"</a></li> <li><a href="/help/features/search/boolean-logic" class="selected">Boolean Logic</a></li> <li><a href="/help/features/search/cap-prod">Capitalization and Punctuation</a></li> <li><a href="/help/features/search/stemming">Stemming</a></li> <li><a href="/help/features/search/term-highlight">Search Term Highlighting</a></li> <li><a href="/help/features/search/search-errors">Search Errors</a></li> </ol> </li> </ol> </li> <li><a href="/help/using">Using the Site</a><ol class="hidden"> <li><a href="/help/using/pdf">Downloading and Viewing PDFs</a></li> <li><a href="/site/misc/ifora.xhtml">Information for Authors</a></li> <li><a href="/help/using/connection">How to Diagnose Connection Problems</a></li> <li><a href="/help/using/alternate-route">An alternate network route</a></li> </ol> </li> </ol> </div> <div id="col-2-widget-placeholder"></div> <ul class="tower-ads"> <li class="no-ad tower_col_2"><span> </span></li> </ul> </div> <div id="col-3"> <div class="content-box" id="sidebar-current-issue"> <div class="cb-contents"> <h3 class="cb-contents-header"><span>Current Issue</span></h3> <div class="cb-section"> <ol> <li><span><a href="/content/current" rel="current-issue">February 2025, 32 (2)</a></span></li> </ol> </div> <div class="cb-section"> <ol> <li> <div class="current-issue"><a href="/content/current" rel="current-issue"><img src="/content/32/2.cover.gif" width="67" height="89" alt="Current Issue" /></a></div> </li> </ol> </div> <div class="cb-section sidebar-etoc-link"> <ol> <li><a href="/cgi/alerts/etoc">Alert me to new issues of <span class="journal-name"> Learning & Memory </span> </a></li> </ol> </div> </div> </div> <div id="sidebar-global-nav"> <ul class="button-list pub-links"> <li class="first"><a href="/content/by/year" title="Archive"><span>Archive</span></a></li> <li><a href="/site/misc/ifora.xhtml" title="Author Information"><span>Author Information</span></a></li> <li><a href="/site/subscriptions" title="Subscriptions"><span>Subscriptions</span></a></li> <li class="last"><a href=" /site/misc/alertland.xhtml" title="E-mail Alerts & RSS Feeds"><span>E-mail Alerts & RSS Feeds</span></a></li> </ul> </div> <ul class="tower-ads"> <li><a href="/cgi/adclick/?ad=55553&adclick=true&url=https%3A%2F%2Fwww.sutter.com%2FMICROSCOPES%2Fnan.html" target="_blank"><img class="adborder0" title="Sutter" src="//learnmem.cshlp.org/adsystem/graphics/8206222487616297/learnmem/Cold%20Spring%20Harbor-Tower%20Banner-%20NAN-%2005-2023_1.jpg?ad=55553&adview=true" alt="Sutter" /></a></li> </ul> <div id="col-3-widget-placeholder"> <p style="text-align:center;padding-top:15px;padding-bottom:12px;"> <script type="text/javascript" src="http://www.cshlpress.com/rss_get.asp?st=gr"></script> </p> </div> </div> <div id="footer"> <div class="bar"> <div class="footer-group footer-col-left"> <ul class="button-list footer-buttons"> <li class="first"><a href="/" title="Home"><span>Home</span></a></li> <li><a href="/site/misc/about.xhtml" title="About"><span>About</span></a></li> <li><a href="/content/by/year" title="Archive"><span>Archive</span></a></li> <li><a href="http://submit.learnmem.org/" rel="external-nw" title="Submit"><span>Submit</span></a></li> <li><a href="/site/subscriptions/" title="Subscribe"><span>Subscribe</span></a></li> <li><a href="/site/misc/adinfo.xhtml" title="Advertise"><span>Advertise</span></a></li> <li><a href="/cgi/alerts" title="Alerts"><span>Alerts</span></a></li> <li><a href="/feedback" title="Contact"><span>Contact</span></a></li> <li class="last"><a href="/help/" title="Help"><span>Help</span></a></li> </ul> <p class="copyright"><a href="http://www.cshlpress.com/" rel="external-nw">Copyright 漏 2025 by Cold Spring Harbor Laboratory Press</a></p> </div> <div class="footer-group footer-col-right"> <ul class="issns"> <li> <span>Print ISSN: </span> <span class="issn">1072-0502</span> </li> <li> <span>Online ISSN: </span> <span class="issn">1549-5485</span> </li> </ul> </div> </div> <div class="block-2 sb-div"></div> <script type="text/javascript"> document.write(unescape("%3Cscript async src='https://www.googletagmanager.com/gtag/js?id=G-2N2SX8801S'%3E%3C/script%3E")); </script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-2N2SX8801S'); </script> </div><script type="text/javascript"> document.write(unescape("%3Cscript async src='https://www.googletagmanager.com/gtag/js?id=G-1CWXPJ6EVC'%3E%3C/script%3E")); </script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-1CWXPJ6EVC'); </script></div> </body> </html>