Posts

四冠狸藻

Image
  四冠狸藻 科學分類 界: 植物界 Plantae (未分级) 被子植物 Angiosperms (未分级) 真雙子葉植物分支 Eudicots (未分级) 菊分支 Asterids 目: 唇形目 Lamiales 科: 狸藻科 Lentibulariaceae 屬: 狸藻屬 Utricularia 亞屬: 双瓣狸藻亚属 Bivalvaria 组: 似无囊狸藻组 Avesicarioides 種: 四冠狸藻 U. tetraloba 二名法 Utricularia tetraloba P.Taylor 四冠狸藻 (学名: Utricularia tetraloba )为狸藻属似多年生流水生食虫植物。其种加词“ tetraloba ”来源于希腊文“ tetra ”和“ lobos ”,意为“四”和“裂片”,指其会产生带4个裂片的花冠下唇。四冠狸藻为几内亚和塞拉利昂的特有种。四冠狸藻生于流动浅水中的岩石上,海拔分布范围为360米至690米。1963年,彼得·泰勒最先发表了四冠狸藻的描述。其与同组的硬狸藻 ( U.  rigida ) 的区别即是其花冠下唇具4个裂片,而硬狸藻仅有2个。 [1] 参考文献 ^ Taylor, Peter. (1989). The genus Utricularia - a taxonomic monograph . Kew Bulletin Additional Series XIV: London. 外部連結 .mw-parser-output .refbegin{font-size:90%;margin-bottom:0.5em}.mw-parser-output .refbegin-hanging-indents>ul{list-style-type:none;margin-left:0}.mw-parser-output .refbegin-hanging-indents>ul>li,.mw-parser-o...

How to transfer Anaconda env installed on one machine to another? [Both with Ubuntu installed]

Image
4 1 i have been using Anaconda(4.3.23) on my GuestOS ubuntu 14.04 which is installed on Vmware on HostOS windows 8.1 . i have setup an environment in anaconda and have installed many libraries, some of which were very hectic to install (not straight forward pip installs). few libraries had inner dependencies and had to be build together and from their git source. Problem i am going to use Cloud based VM (Azure GPU instance) to use GPU. but i don't want to get into the hectic installation again as i don't want to waste money on the time it will take me to install all the packages and libraries again Is there any way to transfer/copy my existing env (which has everything already installed) to the Cloud VM.? python ubuntu anaconda virtualenv conda ...