-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.html
130 lines (109 loc) · 4.3 KB
/
teaching.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
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2018 by lingyielia (http://jsbin.com/farogil/3/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">FIELDWORK</a></li>
<li class="indexcolumn"><a href="/presentations.html">PRESENTATIONS</a></li>
<li class="indexcolumn"><a href="/teaching.html"><u>TEACHING</u></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: Evolution of <i>CYC2</i>-like genes in Solanaceae. 2016-2017</li>
<li class="contentlist" style="list-style-type:none"><small>Lab instructor of undergraduate student, Kenji Mizoguchi</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: <i>CYC2</i>-like genes isolation in Solanaceae. 2016</li>
<li class="contentlist" style="list-style-type:none"><small>Lab instructor of undergraduate student, Switu Patel</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Standardization of sequence names for prior phylogenetic knowledge alignment. 2016</li>
<li class="contentlist" style="list-style-type:none"><small>Lab instructor of graduate student, Noha Mudhaffar</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Construction of VIGS vectors for silencing <i>CYC2</i>-like genes in Solanaceae. 2015</li>
<li class="contentlist" style="list-style-type:none"><small>Lab instructor of undergraduate student, Farah Khojayori</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Divergence of <i>CYC2</i>-like genes in <i>Brachylophon curtisii</i> (Malpighiaceae). 2015-present</li>
<li class="contentlist" style="list-style-type:none"><small>Lab instructor of undergraduate student, Farah Khojayori
</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Evaluation and test primers for isolation <i>CYC2</i>-like genes in Solanaceae. 2014</li>
<li class="contentlist" style="list-style-type:none"><small>Lab instructor of undergraduate student, Matthew Hurd</small></li>
</ul>
</div>
<div class="container">
<ul>
<li class="contentlist" style="list-style-type:square">Project: Tree of life for the genera of Chinese vascular plants. 2013</li>
<li class="contentlist" style="list-style-type:none"><small>Lab instructor of graduate student, Shengdan Wu</small></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>