-
Notifications
You must be signed in to change notification settings - Fork 0
/
fieldwork.html
140 lines (114 loc) · 4.62 KB
/
fieldwork.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2018 by lingyielia (http://jsbin.com/farogil/2/edit)
Released under the MIT license: http://jsbin.mit-license.org
-->
<meta name="robots" content="noindex">
<html>
<head>
<meta charset="utf-8">
<title>Jingbo Zhang</title>
<!-- <link rel="stylesheet" type="text/css" href="/css/mycss.css" /> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style id="jsbin-css">
body {
background-color: rgb(93, 94, 105);
color: white;
}
.headtitle {
text-align: left;
}
.indexcolumn {
text-align: right;
}
.contentcolumn {
text-align: left;
}
a {
color: white;
}
</style>
</head>
<body>
<br><br><br>
<div class="container">
<div class="row no-gutters">
<div class="col-6 col-md-4">
<div class="container"></div>
</div>
<div class="col-12 col-sm-6 col-md-8">
<div class="container"><div class="container"><div class="container"><h1 class="headtitle">Jingbo Zhang</h1></div></div></div>
</div>
</div>
</div>
<br><br><br>
<div class="container">
<div class="row no-gutters">
<div class="col-6 col-md-4">
<div class="container">
<ul style="list-style-type:none">
<li class="indexcolumn"><a href="/">HOME</a></li>
<li class="indexcolumn"><a href="/experiences.html">EXPERIENCES</a></li>
<li class="indexcolumn"><a href="/publications.html" >PUBLICATIONS</a></li>
<li class="indexcolumn"><a href="/fieldwork.html"><u>FIELDWORK</u></a></li>
<li class="indexcolumn"><a href="/presentations.html">PRESENTATIONS</a></li>
<li class="indexcolumn"><a href="/teaching.html">TEACHING</a></li>
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-md-8">
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Floral symmetry evolution in <i>Krameria</i></li>
<li class="contentlist" style="list-style-type:none"><small>2017 Jun. Texas, USA</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Floral symmetry evolution in Malpighiaceae family</li>
<li class="contentlist" style="list-style-type:none"><small>2016 May to Jun. Kenya</small></li>
<li class="contentlist" style="list-style-type:none"><small>2015 Aug. Thailand</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Plant resource survey of Vietnam</li>
<li class="contentlist" style="list-style-type:none"><small>2013 Aug. Vietnam</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Survey for compilation <i>Flora of Pan-Himalaya</i></li>
<li class="contentlist" style="list-style-type:none"><small>2012 Sep. Pakistan</small></li>
<li class="contentlist" style="list-style-type:none"><small>2012 Aug. to Sep. Xinjiang Province, China</small></li>
<li class="contentlist" style="list-style-type:none"><small>2012 Jun. to Jul. Pakistan</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Plant resource survey of East Africa</li>
<li class="contentlist" style="list-style-type:none"><small>2012 Aug. Kenya</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Disjunctive distribution of seed plants from southwestern China to Taiwan</li>
<li class="contentlist" style="list-style-type:none"><small>2011 Sep. to Oct. Sichuan, Yunnan, Hubei, Chongqing and Guizhou Province, China</small></li>
<li class="contentlist" style="list-style-type:none"><small>2011 Aug. Tiber, Sichuan and Yunnan Province, China</small></li>
<li class="contentlist" style="list-style-type:none"><small>2011 Jun. Taiwan</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: China germplasm bank of wild plants</li>
<li class="contentlist" style="list-style-type:none"><small>2009 Sep. to Oct. Sichuan Province, China</small></li>
<li class="contentlist" style="list-style-type:none"><small>2008 Aug. to Sep. Gansu Province, China</small></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>