【Rice】Cultivar versus Variety
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的更多相关文章
- 【转】Expressions versus statements in JavaScript
原文地址:http://www.2ality.com/2012/09/expressions-vs-statements.html Update 2012-09-21: New in Sect. 4: ...
- 【大数据之数据仓库】HAWQ versus GreenPlum
谈到GreenPlum,肯定会有同事说HAWQ!是的,在本系列第一篇选型流水记里,也有提到.因为对HAWQ接触有限,没有深入具体了解,所以很多信息都是来自于博文,人云亦云,我把看过的资料简要整理,希望 ...
- 机器学习(Machine Learning)&深度学习(Deep Learning)资料【转】
转自:机器学习(Machine Learning)&深度学习(Deep Learning)资料 <Brief History of Machine Learning> 介绍:这是一 ...
- 【转】MongoDB资料汇总专题
1.MongoDB是什么 MongoDB介绍PPT分享 MongoDB GridFS介绍PPT两则 初识 MongoDB GridFS MongoDB GridFS 介绍 一个NoSQL与MongoD ...
- 【翻译】A (very) short introduction to R R的简短介绍
[前言] 本文翻译自Paul Torfs & Claudia Brauer的文章A (very) short introduction to R.其中比较简单的地方没有翻译,不好用中文描述的地 ...
- 【翻译】ASP.NET Web API是什么?
原文 [翻译]ASP.NET Web API是什么? 说明:随微软ASP.NET MVC 4一起发布的还有一个框架,叫做ASP.NET Web API.目前国内关注这项技术的人似乎还很少,这方面的文章 ...
- 【转】python f-string
[转]python f-string 文章目录 1. 主要内容 1.1. 旧时代的格式化字符串 1.1.1. Option #1: %-formatting 1.1.2. 怎样使用 %-forma ...
- 【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 ...
- 【RabbitMQ】 RabbitMQ安装
MQ全称为Message Queue, 消息队列(MQ)是一种应用程序对应用程序的通信方法.应用程序通过读写出入队列的消息(针对应用程序的数据)来通信,而无需专用连接来链接它们.消息传递指的是程序之间 ...
随机推荐
- [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
1.在vs编写时出现这个问题(以下为网络查询结果) 问题的原因是“SSL: CERTIFICATE_VERIFY_FAILED”. Python 升级到 2.7.9 之后引入了一个新特性,当使用url ...
- Ehcache 3.7文档—基础篇—JCache aka JSR-107
一. 概述JCache Java临时缓存API(JSR-107),也被称为JCache,它是一个规范在javax.cache.API中定义的.该规范是在Java Community Process下开 ...
- racket安装
https://www.cnblogs.com/scige/p/3379447.html
- 20175320 2018-2019-2 《Java程序设计》第6周学习总结
20175320 2018-2019-2 <Java程序设计>第6周学习总结 教材学习内容总结 本周学习了教材的第七及第十章的内容.在这两章中介绍了接内部类与异常类以及输入.输出流,第七章 ...
- [dev][python] 从python2进阶到python3你都需要了解什么
基于python2快速掌握python3 0. 前言 这是一篇road map. 如果你会python2,读完这篇文章之后,你将掌握python3 1. 为什么会出现python3 Why Pytho ...
- yii的数据库相关操作
获取某一列数据 self::find()->where(['pid'=>$this->id])->select('id')->column(); 更新操作 $model- ...
- SpringBoot2.0+Mybatis-Plus3.0+Druid1.1.10 一站式整合
SpringBoot2.0+Mybatis-Plus3.0+Druid1.1.10 一站式整合 一.先快速创建一个springboot项目,其中pom.xml加入mybatis-plus 和druid ...
- Django---请求、响应
Django的请求和响应 一.客户端向服务器的请求简介 二.响应对象构造 回到顶部 一.客户端向服务器的请求简介 1.c-->s的传参的4中途径 提取的URL的特定部分,如/天气/北京/ 201 ...
- ORACLE——EXTRACT() 截取日期时间的函数使用
1.截取日期的 年: --使用方法 EXTRACT(YEAR FROM DATE) SQL> SELECT EXTRACT( YEAR FROM SYSDATE ) FROM DUAL; --结 ...
- python 开发环境部署
pip 通过google搜索到,2019.4月的版本是19. 需要更换源,否则会挺慢. Windows下更换pip源为清华源 打开appdata文件夹,在资源管理器的地址栏输入%appdata%后回车 ...