<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Botany | Miao Sun | 孙苗</title><link>https://cactusolo.github.io/tag/botany/</link><atom:link href="https://cactusolo.github.io/tag/botany/index.xml" rel="self" type="application/rss+xml"/><description>Botany</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>© {2018-2026} Miao Sun</copyright><lastBuildDate>Sun, 13 Jan 2019 00:00:00 +0000</lastBuildDate><image><url>https://cactusolo.github.io/media/icon_huedaf1db70dd9a5ae8fb7d95bfd1a4abe_1318_512x512_fill_lanczos_center_3.png</url><title>Botany</title><link>https://cactusolo.github.io/tag/botany/</link></image><item><title>Field work activities from 2006-2012 in China</title><link>https://cactusolo.github.io/post/field_work/</link><pubDate>Sun, 13 Jan 2019 00:00:00 +0000</pubDate><guid>https://cactusolo.github.io/post/field_work/</guid><description>&lt;p>I have visited a lot places in south part of China. These places are genreally hostspots of biodiversity of China. &lt;em>Especially I love Xizang!&lt;/em> I hope I have chance to introduce more details of this facinating landscape, spelendid vegation, and each plant I came across during my trip.&lt;/p>
&lt;p>🍀 🌸 🌿 🌵 🍄 🌴 🌳 🌼&lt;/p>
&lt;p>Here some bullets of my trips I have make since 2006 - 2012:&lt;/p>
&lt;ul>
&lt;li>2012&lt;br>
Trip to southern Yunnan along Myanmar border with Pam S. Soltis and Doug E. Soltis, collecting materials for Tree of life — China Project.
Trip to Hainan tropical rain forest with Doug E. Soltis, collecting materials of Tree for life — China Project.&lt;/li>
&lt;li>2006 ~ 2011&lt;br>
Joined in the expedition team of national herbarium (PE) for collection many times, successively visited a series of biodiversity hotspots, such as Jilin, Hubei, Chongqing, Guangxi, Sichuan, Xizang, etc.&lt;/li>
&lt;/ul>
&lt;p>I use R code and Baidumap API to show my trips:&lt;/p>
&lt;p>Warning: This script may not work well in R markdown enviroment, but I tried by copying out the code as a single script in R studio. It works.&lt;/p>
&lt;pre>&lt;code class="language-{r">rm(list=ls())
# you need to install these packages if have not done so.
#install.packages(&amp;quot;devtools&amp;quot;)
# devtools::install_github(&amp;quot;lchiffon/REmap&amp;quot;)
# devtools::install_github(&amp;quot;badbye/baidumap&amp;quot;&amp;quot;)
install.packages(&amp;quot;png&amp;quot;)
library(&amp;quot;png&amp;quot;)
library(&amp;quot;REmap&amp;quot;)
library(&amp;quot;baidumap&amp;quot;)
# I realized chinese string have more success match with their coordinates
city&amp;lt;- c(&amp;quot;北京&amp;quot;,&amp;quot;吉林省&amp;quot;, &amp;quot;广东&amp;quot;,&amp;quot;湖北&amp;quot;,&amp;quot;重庆&amp;quot;,&amp;quot;广西&amp;quot;,&amp;quot;西藏&amp;quot;,&amp;quot;四川&amp;quot;, &amp;quot;云南&amp;quot;, &amp;quot;海南&amp;quot;)
begin&amp;lt;-rep(&amp;quot;beijing&amp;quot;,length(city)) #(起点)
mapdata&amp;lt;-data.frame(begin,city)
getBaiduMap2(city, width = 400, height = 400, zoom = 10, scale = 2,
color = &amp;quot;color&amp;quot;, messaging = TRUE)
map_pic &amp;lt;- remap(mapdata = mapdata, #数据框
title = &amp;quot;Footsteps covered most hotspots of China&amp;quot;, #标题
subtitle = &amp;quot;Field work activities from 2006-2012&amp;quot;, #副标题
theme = get_theme(theme = &amp;quot;Dark&amp;quot;)) #主题
plot(map_pic)
&lt;/code>&lt;/pre>
&lt;figure id="figure-field-trip-trail">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Field trip trail"
src="https://cactusolo.github.io/post/field_work/Feildwork.gif"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Field trip trail
&lt;/figcaption>&lt;/figure></description></item></channel></rss>