From Cindy Haynes, Department of Horticulture
 

As a horticulturist, it is important that I use the right terms the right way (at least most of the time). Variety and cultivar are two terms often abused by gardeners and horticulturists. What's the difference, you ask? Quite a lot.

Both are part of the scientific name. Both appear after the specific epithet (second term in a scientific name). Both refer to some unique characteristic of a plant. However, this is where many of the similarities end.

Varieties often occur in nature and most varieties are true to type. That means the seedlings grown from a variety will also have the same unique characteristic of the parent plant. For example, there is a white flowering redbud that was found in nature. Its scientific name is Cercis canadensis var. alba. The varietal term "alba" means white. If you were to germinate seed from this variety, most, if not all would also be white flowering.

Cultivars are not necessarily true to type. In fact cultivar means "cultivated variety."  Therefore, a cultivar was selected and cultivated by humans. Some cultivars originate as sports or mutations on plants. Other cultivars could be hybrids of two plants. To propagate true-to-type clones, many cultivars must be propagated vegetatively through cuttings, grafting, and even tissue culture. Propagation by seed usually produces something different than the parent plant.

Varieties and cultivars also have differently naming conventions. A variety is always written in lower case and italicized. It also often has the abbreviation "var." for variety preceding it. The first letter of a cultivar is capitalized and the term is never italicized. Cultivars are also surrounded by single quotation marks (never double quotation marks) or preceded by the abbreviation "cv.". For an example of a cultivar of redbud, consider Cercis canadensis 'Forest Pansy' (or Cercis canadensis cv. Forest Pansy) which has attractive dark purple spring foliage and pinkish-purple flowers.

Can a plant have both a variety and a cultivar? Sure. One good example is Sunburst Honeylocust. Its scientific name is Gleditsia triacanthos var. inermis 'Sunburst'. The term "inermis" means without thorns and "Sunburst" refers to the bright golden spring leaf color.

In today's world of horticulture, cultivars are planted and used more than varieties. Yet we often still refer to a type of plant species as a variety instead of what is actually is a cultivar. Let's kick off the New Year by being more accurate and start using the term cultivar.

 

【Rice】Cultivar versus Variety的更多相关文章

  1. 【转】Expressions versus statements in JavaScript

    原文地址:http://www.2ality.com/2012/09/expressions-vs-statements.html Update 2012-09-21: New in Sect. 4: ...

  2. 【大数据之数据仓库】HAWQ versus GreenPlum

    谈到GreenPlum,肯定会有同事说HAWQ!是的,在本系列第一篇选型流水记里,也有提到.因为对HAWQ接触有限,没有深入具体了解,所以很多信息都是来自于博文,人云亦云,我把看过的资料简要整理,希望 ...

  3. 机器学习(Machine Learning)&深度学习(Deep Learning)资料【转】

    转自:机器学习(Machine Learning)&深度学习(Deep Learning)资料 <Brief History of Machine Learning> 介绍:这是一 ...

  4. 【转】MongoDB资料汇总专题

    1.MongoDB是什么 MongoDB介绍PPT分享 MongoDB GridFS介绍PPT两则 初识 MongoDB GridFS MongoDB GridFS 介绍 一个NoSQL与MongoD ...

  5. 【翻译】A (very) short introduction to R R的简短介绍

    [前言] 本文翻译自Paul Torfs & Claudia Brauer的文章A (very) short introduction to R.其中比较简单的地方没有翻译,不好用中文描述的地 ...

  6. 【翻译】ASP.NET Web API是什么?

    原文 [翻译]ASP.NET Web API是什么? 说明:随微软ASP.NET MVC 4一起发布的还有一个框架,叫做ASP.NET Web API.目前国内关注这项技术的人似乎还很少,这方面的文章 ...

  7. 【转】python f-string

    [转]python f-string   文章目录 1. 主要内容 1.1. 旧时代的格式化字符串 1.1.1. Option #1: %-formatting 1.1.2. 怎样使用 %-forma ...

  8. 【Linux】-NO.7.Linux.3.Maven.1.001-【CentOS 7 Install Maven 3.5】-

    1.0.0 Summary Tittle:[Linux]-NO.7.Linux.3.Maven.1.001-[CentOS 7 Install Maven 3.5]- Style:Linux Seri ...

  9. 【RabbitMQ】 RabbitMQ安装

    MQ全称为Message Queue, 消息队列(MQ)是一种应用程序对应用程序的通信方法.应用程序通过读写出入队列的消息(针对应用程序的数据)来通信,而无需专用连接来链接它们.消息传递指的是程序之间 ...

随机推荐

  1. python2和python3 安装pip冲突问题

    系统:win10 问题:安装python2和Python3后 在cmd 中 pip和python命令会冲突 原因:先安装的python3,python3会自动配置path安装pip,pip和pytho ...

  2. python获取文件所在目录

    1.执行的python程序获取自己文件所在目录 import os,sys os.chdir(sys.path[0]); dir_name = os.path.abspath(os.path.join ...

  3. iview menu组件手动收起与展开

    本文主要介绍menu组件在有子菜单时如何手动的展开与收起. 展开: 在需要展开的地方先设置openname变量如this.openname = ["设置"]; 再在$nextTic ...

  4. Linux替换动态库导致正在运行的程序崩溃

    在替换so文件时,如果在不停程序的情况下,直接用 cp new.so old.so 的方式替换程序使用的动态库文件会导致正在运行中的程序崩溃.解决的办法是采用“rm+cp” 或“mv+cp” 来替代直 ...

  5. nginx修改上传文件大小限制

    问题: 项目上线,图片上传报413错误,找了半天,原来是nginx限制了上传大小 在nginx.conf的server的location中加client_max_body_size 10m;

  6. Redis 开发规范

    本文主要介绍在使用阿里云Redis的开发规范,从下面几个方面进行说明. 键值设计 命令使用 客户端使用 相关工具 通过本文的介绍可以减少使用Redis过程带来的问题. 一.键值设计 1.key名设计 ...

  7. [js]展开运算符

    function f(...args){ console.log(args); } f(1,2,3,4,5) [...args] = [1,2,3,4] function f(...args){ co ...

  8. js中hash、hashchange事件

    1.hash即URL中"#"字符后面的部分. ①使用浏览器访问网页时,如果网页URL中带有hash,页面就会定位到id(或name)与hash值一样的元素的位置: ②hash还有另 ...

  9. Python第3次作业--李珠霞

    习题1: **1.初始化一个数据集,包括5-10位同学的成绩数据(数据类型不限),数据格式如下: **学号 姓名 Java C语言 Python2017XXXX 小白 87 68 922017XXXX ...

  10. mysql执行update语句受影响行数是0

    mybatis连接mysql数据库,发现同一个update执行多次,返回的int值都是1. 我记得同样的update再次执行时 受影响行数是0. 后来发现,我之前一直用的SQLyog是这样子的. 原来 ...