CINXE.COM

Glossary | COL

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="DC.identifier" scheme="DCTERMS.URI" content="urn:ISSN:2405-8858" /> <!-- Begin Jekyll SEO tag v2.8.0 --> <title>Glossary | COL</title> <meta name="generator" content="Jekyll v4.2.2" /> <meta property="og:title" content="Glossary" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="The Catalogue of Life" /> <meta property="og:description" content="The Catalogue of Life" /> <link rel="canonical" href="https://www.catalogueoflife.org/about/glossary" /> <meta property="og:url" content="https://www.catalogueoflife.org/about/glossary" /> <meta property="og:site_name" content="COL" /> <meta property="og:type" content="website" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Glossary" /> <meta name="twitter:site" content="@catalogueoflife" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebPage","description":"The Catalogue of Life","headline":"Glossary","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.catalogueoflife.org/images/col_square_logo.jpg"}},"url":"https://www.catalogueoflife.org/about/glossary"}</script> <!-- End Jekyll SEO tag --> <link rel="stylesheet" href="/css/foundation.css"> <link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/fontello.css"> <!-- <link rel="stylesheet" href="/css/font-awesome.css"> --> <link rel="stylesheet" href="/css/custom.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CatalogueOfLife/portal-components@v1.3.8/umd/main.css"> <!-- Global site tag (gtag.js) - Google Analytics --> <script src="/javascripts/libs.js" type="text/javascript"></script> <script> // terrificjs bootstrap (function($) { $(document).ready(function() { var $page = $('body'); var config = { dependencyPath: { plugin: 'javascripts/' } } var application = new Tc.Application($page, config); application.registerModules(); application.start(); }); })(Tc.$); </script> <link href="https://fonts.googleapis.com/css?family=Raleway:400,700,300" media="screen" rel="stylesheet" type="text/css" /> <script src="/javascripts/masonry.pkgd.js" type="text/javascript"></script> <script src="/javascripts/imagesloaded.pkgd.min.js" type="text/javascript"></script> <script src="/javascripts/slick.min.js" type="text/javascript"></script> <script src="/javascripts/json2.js" type="text/javascript"></script> <link rel="alternate" type="application/rss+xml" title="COL" href="https://www.catalogueoflife.org/feed.xml" /> <script src="https://unpkg.com/react@16/umd/react.production.min.js" ></script> <script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js" ></script> <script src="https://cdn.jsdelivr.net/gh/CatalogueOfLife/portal-components@v1.3.8/umd/col-browser.min.js" ></script> <!-- <script src="https://kit.fontawesome.com/9660302c12.js" crossorigin="anonymous"></script> --> </head> <body> <div class='contain-to-grid sticky'> <nav class='top-bar' data-options='sticky_on: large' data-topbar=''> <ul class='title-area'> <li class='name'> <h1> <a href='/'> <img alt="" class="col-header-logo" src="/images/col_logo.svg"/> </a> </h1> </li> <li class='toggle-topbar menu-icon'> <a href='#'>Menu</a> </li> </ul> <section class='top-bar-section'> <ul class="right"> <li class=""> <a href="/">Home</a> </li> <li class="has-dropdown "> <a href="/data/search">Data</a> <ul class='dropdown'> <li> <a href="/data/search">Search</a> </li> <li> <a href="/data/browse">Browse</a> </li> <li> <a href="/data/metadata">Metadata</a> </li> <li> <a href="/data/source-datasets">Source datasets</a> </li> <li> <a href="/data/download">Download</a> </li> <li> <a href="/data/changelog">Changelog</a> </li> </ul> </li> <li class="has-dropdown active"> <a href="/about/catalogueoflife">About</a> <ul class='dropdown'> <li> <a href="/about/catalogueoflife">The Catalogue of Life</a> </li> <li> <a href="/about/colpipeline">The COL data pipeline</a> </li> <li> <a href="/about/colcommunity">The COL community</a> </li> <li> <a href="/about/contributors">The COL contributors</a> </li> <li> <a href="/about/colusage">Using the Catalogue of Life</a> </li> <li> <a href="/about/governance">Governance</a> </li> <li> <a href="/about/funding">Funding</a> </li> <li> <a href="/about/glossary.html">Glossary</a> </li> </ul> </li> <li class=""> <a href="/news/index">News</a> </li> <li class=""> <a href="/contact">Contact</a> </li> </ul> </section> </nav> </div> <div id='main' role='main'> <div id="health-warning" style="display: none"><div style="display: inline-block; vertical-align: middle; margin-right: 18px;"><div class="circle pulse tomato"></div></div><span >The system is under maintenance - you may encounter unexpected behaviour</span></div> <script> var interval = 30000 var show = function (elem) { elem.style.display = 'block'; }; var hide = function (elem) { elem.style.display = 'none'; }; function getHealth(){ var xhr = new XMLHttpRequest(); xhr.onload = function () { var healthWarining = document.getElementById("health-warning") if (xhr.status >= 200 && xhr.status < 300) { var background = JSON.parse(xhr.responseText); if(background.maintenance){ show(healthWarining); } else { hide(healthWarining) } } else { show(healthWarining) //console.log(JSON.parse(xhr.responseText)); } }; xhr.open('GET', 'https://download.checklistbank.org/.status.json'); xhr.send(); } getHealth() setInterval(getHealth, interval); </script> <div class='full parallax' style='position: relative; background-image: url(/images/species/Xanthoria_parietina.jpg); color: #fff;'> <div class='row'> <div class='large-12 columns'> <div class="mod modSectionHeader big"> <div class="special-title centered-text"> <h2 style="color: #fff;">Glossary</h2> </div> <h3 class='centered-text' style='color: #fff'>Glossary of Terms</h3> </div> </div> </div> <div class='four spacing'></div> <div class="caption caption-absolute"> <p><em>Xanthoria parietina</em> (L.) Th. Fr. - <a href="https://www.flickr.com/photos/dhobern/35565323443">Photo CC By Donald Hobern</a></p> </div> </div> <div class='full'> <div class='row'> <div class='large-8 columns prose'> <h2 id="checklist-confidence">Checklist Confidence</h2> <p>An indication to give users a quick guide to the reliability of presented data, assigned by authors/editors of each database. The qualification only reflects data reliability in the Catalogue of Life, and may not be applicable to the original view of the database through its own website.</p> <ul> <li>★ - Caution! This dataset does not contain a well-scrutinised taxonomic checklist, and in parts may be a list of taxonomically unvetted names only. However, it is used by the Catalogue of Life as a placeholder to fill major gaps that cannot currently be addressed otherwise.</li> <li>★★ - Caution! This dataset is a scrutinised taxonomic checklist, but it is incomplete and at an early stage of its development.</li> <li>★★★ - This is a well-scrutinised taxonomic checklist, but it is restricted to a subset of species by geography (regional database), or sector of biological discipline (e.g. thematic database in particular ecological area, conservation, quarantine, pest and disease control, medicine or molecular biology, etc). This data set was included in the Catalogue of Life to fill gaps at lower levels of the taxonomic classification (e.g. species, genera) as a temporary solution.</li> <li>★★★★ - This is a nearly complete and fully scrutinised taxonomic checklist with a good quality of expertise at the current stage of its development.</li> <li>★★★★★ - This is a complete and fully scrutinised taxonomic checklist for an entire taxon with a high quality of expertise and frequent updates, which covers nearly all known species diversity in the taxon worldwide.</li> </ul> <h2 id="checklist-status">Checklist Status</h2> <p>Indicates whether a name is the preferred name for a species:</p> <ul> <li><em>Accepted</em>: The name that should be used to refer to a species</li> <li><em>Synonym</em>: A name that is considered to refer to a species properly known by an Accepted name</li> <li><em>Provisionally Accepted</em>: A name that is included in the list to refer to a species, but where more information is required to be certain of the validity of the species in question</li> <li><em>Ambiguous Synonym</em>: A name that has been used to refer to more than one possible species</li> <li><em>Misapplied</em>: A name that has been incorrectly used by some authors to refer to a species other than the one for which it was established</li> <li><em>Bare Name</em>: A name that has not been formally published</li> </ul> <h2 id="classification">Classification</h2> <p>A list showing each of the higher taxa within which this species is included. The COL checklist is organised in a single management classification, using a hierarchy that reflects an integration of taxonomic opinion for the purpose of arranging species checklists from different providers into one classification system. The management classification includes higher ranks appropriate for each taxonomic group.</p> <h2 id="catalogue-of-life">Catalogue of Life</h2> <p>A freely accessible global index of species, showing which species is referenced by any scientific name. The checklist is an aggregation of data provided by many taxonomic communities across the world.</p> <h2 id="distribution">Distribution</h2> <p>A list of regions and countries in which the species is recorded as provided by the taxonomic community that contributed the data to the checklist.</p> <h2 id="environment">Environment</h2> <p>Environment in which the species is known to occur. One or more of marine, freshwater, brackish and terrestrial.</p> <h2 id="extinct-species">Extinct Species</h2> <p>Indicates species which are believed to be no longer living (extinct). All extinct taxa are identified in the interface with a dagger symbol (†) preceding the scientific name. This status is provided by the taxonomic community that contributed the data to the checklist.</p> <h2 id="fuzzy">Fuzzy</h2> <p>An option to search for names that may be close but not exactly match a search string.</p> <h2 id="name-field">Name Field</h2> <p>An option to restrict search to a single element in a name record, one of: <em>Code</em>, <em>Genus</em>, <em>Specific Epithet</em>, <em>Combination Authors</em>, <em>Published In</em>, <em>Combination Year</em>, <em>Basionym Authors</em>, or <em>Published In Page</em>.</p> <h2 id="name-type">Name Type</h2> <p>An option to restrict search to <em>Virus</em> names or to exclude them (<em>Scientific</em>).</p> <h2 id="nomenclatural-status">Nomenclatural Status</h2> <p>One of the supported nomenclatural status values, indicating the status of the name under the relevant nomenclatural code (the set of rules for naming organisms within a given kingdom): <em>Acceptable</em>, <em>Unacceptable</em>, <em>Established</em>, <em>Not Established</em>, <em>Manuscript</em>, <em>Rejected</em>, <em>Doubtful</em>, <em>Conserved</em>.</p> <h2 id="taxonomic-scrutiny">Taxonomic Scrutiny</h2> <p>Information on the most recent review of the species or infraspecific taxon by taxonomic experts. It includes the name(s) of the taxonomic expert or editor (scrutinizer), who is responsible for the taxonomic concept accepted in the source dataset and the date when the expert or editor assessed the record.</p> <h2 id="vernacular-names">Vernacular Names</h2> <p>Common names that have been used in different languaes to refer to a species.</p> <div class='spacing'></div> </div> <div class='large-4 columns'> <h3>Table of contents</h3> <ul id="toc" class="section-nav"> <li class="toc-entry toc-h2"><a href="#checklist-confidence">Checklist Confidence</a></li> <li class="toc-entry toc-h2"><a href="#checklist-status">Checklist Status</a></li> <li class="toc-entry toc-h2"><a href="#classification">Classification</a></li> <li class="toc-entry toc-h2"><a href="#catalogue-of-life">Catalogue of Life</a></li> <li class="toc-entry toc-h2"><a href="#distribution">Distribution</a></li> <li class="toc-entry toc-h2"><a href="#environment">Environment</a></li> <li class="toc-entry toc-h2"><a href="#extinct-species">Extinct Species</a></li> <li class="toc-entry toc-h2"><a href="#fuzzy">Fuzzy</a></li> <li class="toc-entry toc-h2"><a href="#name-field">Name Field</a></li> <li class="toc-entry toc-h2"><a href="#name-type">Name Type</a></li> <li class="toc-entry toc-h2"><a href="#nomenclatural-status">Nomenclatural Status</a></li> <li class="toc-entry toc-h2"><a href="#taxonomic-scrutiny">Taxonomic Scrutiny</a></li> <li class="toc-entry toc-h2"><a href="#vernacular-names">Vernacular Names</a></li> </ul> </div> </div> <div class='four spacing'></div> </div> </div> <style> #cookie-notice {z-index: 80; padding: 0.5rem 1rem; font-size: 18px; min-height: 70px; display: none; text-align: center; position: fixed; bottom: 0; width: 100%; background: #FF8C00; color: rgba(255,255,255,0.8);} #cookie-notice a {display: inline-block; cursor: pointer; margin-left: 0.5rem;} @media (max-width: 767px) { #cookie-notice span {display: block; padding-top: 3px; margin-bottom: 1rem;} #cookie-notice a {position: relative; bottom: 4px;} } </style> <div id="cookie-notice"><div>We would like to use cookies to measure usage and report on the value of this website.</div><a id="cookie-notice-accept" class="btn btn-primary btn-sm">Approve</a><!--<a href="/privacy" class="btn btn-primary btn-sm">More info</a> --></div> <script> function createCookie(name,value,days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days*24*60*60*1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + value + expires + "; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function eraseCookie(name) { createCookie(name,"",-1); } if(readCookie('cookie-notice-dismissed')=='true') { var head = document.getElementsByTagName('head')[0]; var js = document.createElement("script"); js.type = "text/javascript"; js.async = true; js.src = "https://www.googletagmanager.com/gtag/js?id=G-6MXW7NJY01 "; head.appendChild(js); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-6MXW7NJY01'); gtag('event', 'page_view', { page_title: document.title, page_location: window.location.href, page_path: window.location.pathname }) } else { document.getElementById('cookie-notice').style.display = 'block'; } document.getElementById('cookie-notice-accept').addEventListener("click",function() { createCookie('cookie-notice-dismissed','true',31); document.getElementById('cookie-notice').style.display = 'none'; location.reload(); }); </script> <div id='footer'> <div class='spacing'></div> <div class='row'> <div class='large-3 medium-3 columns'> <h1> <a href='/index.html'> <img alt="" src="https://www.catalogueoflife.org/images/col_square_logo.jpg" /> </a> </h1> </div> <div class='large-3 medium-3 columns'> <div class='links'> <h4>Links</h4> <ul> <li><a href="/about/colusage#col-api">COL API</a></li> <li><a href="/data/browse">Browse the Catalogue of Life</a></li> <li><a href="https://www.checklistbank.org/">ChecklistBank</a></li> </ul> <div class='spacing'></div> <ul class='socials'> <li> <a href='https://www.facebook.com/CatalogueOfLife/'> <i class='fa fa-facebook'></i> </a> </li> <li> <a href='https://twitter.com/catalogueoflife'> <i class='fa fa-twitter'></i> </a> </li> </ul> </div> <div class='spacing'></div> </div> <div class='large-3 medium-3 columns'> <div class='links'> <h4>Recent posts</h4> <ul> <li><a href="/2024/11/18/release">Monthly Release November 2024</a></li> <li><a href="/2024/11/05/Monalisa-Cachuela-Palacio">The first data manager of the Catalogue of Life</a></li> <li><a href="/2024/10/22/release">Monthly Release October 2024</a></li> <li><a href="/2024/09/25/release">Monthly Release September 2024</a></li> <li><a href="/2024/08/29/release">Monthly Release August 2024</a></li> </ul> </div> <div class='spacing'></div> </div> <div class='large-3 medium-3 columns'> <h4>Contact us</h4> <ul> <li>Email: <a href="mailto:contact@catalogueoflife.org">contact@catalogueoflife.org</a></li> <li>Catalogue of Life Secretariat, Pampuslaan 59, 1382 JM Weesp, Amsterdam, The Netherlands</li> </ul> <div class='spacing'></div> </div> </div> <div class='creativecommons'> <p>Catalogue of Life 2024-11-18 <a href="https://doi.org/10.48580/dgjy9">doi:10.48580/dgjy9</a><br> © 2022, Catalogue of Life. This online database is copyrighted by Catalogue of Life on behalf of the Catalogue of Life partners.<br> Unless otherwise indicated, all other content offered under <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>, Catalogue of Life, <a href="/data/metadata">2024-11-18</a>. </p> </div> <div class='spacing'></div> <div class='creativecommons'> <img alt="" src="https://www.catalogueoflife.org/images/GCBR-Logo-White.svg" class="cbdr-logo"/> <p> Catalogue of Life is a Global Core Biodata Resource </p> </div> <div class='spacing'></div> <div class='creativecommons'> <h4>Disclaimer</h4> <p> The Catalogue of Life cannot guarantee the accuracy or completeness of the information in the Catalogue of Life. <br>Be aware that the Catalogue of Life is still incomplete and undoubtedly contains errors. <br>Catalogue of Life, nor any contributing database can be made liable for any direct or indirect damage arising out of the use of Catalogue of Life services. </p> </div> <div class='spacing'></div> </div> <script src="/javascripts/jquery.countTo.js" type="text/javascript"></script> <script src="/javascripts/jquery.appear.js" type="text/javascript"></script> <script src="/javascripts/jquery.validate.js" type="text/javascript"></script> <script src="/javascripts/jquery.sequence-min.js" type="text/javascript"></script> <script src="/javascripts/jquery.easing.1.3.js" type="text/javascript"></script> <script src="/javascripts/app.js" type="text/javascript"></script> </body> </html>

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