-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
670 lines (596 loc) · 26.7 KB
/
research.html
File metadata and controls
670 lines (596 loc) · 26.7 KB
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title> </title>
<script src="site_libs/header-attrs-2.28/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">code{white-space: pre;}</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #adb5bd;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script type="text/javascript">
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark the anchor link active (and if it's in a dropdown, also mark that active)
var dropdown = menuAnchor.closest('li.dropdown');
if (window.bootstrap) { // Bootstrap 4+
menuAnchor.addClass('active');
dropdown.find('> .dropdown-toggle').addClass('active');
} else { // Bootstrap 3
menuAnchor.parent().addClass('active');
dropdown.addClass('active');
}
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "\e258";
font-family: 'Glyphicons Halflings';
border: none;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbar" data-bs-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><p style="color:darkgreen;font-weight:bold;font-size:20px">Biodiversity and Ecoinformatics Group</p></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="people.html">TEAM</a>
</li>
<li>
<a href="research.html">RESEARCH</a>
</li>
<li>
<a href="publications.html">PUBLICATIONS</a>
</li>
<li>
<a href="teach.html">TEACHING</a>
</li>
<li>
<a href="gallery.html">GALLERY</a>
</li>
<li>
<a href="opportunities.html">JOIN THE LAB</a>
</li>
<li>
<a href="cn.html">中文</a>
</li>
<li>
<a href="library.html">LIBRARY</a>
</li>
<li>
<a href="Data.html">DATA</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
<h1 class="title toc-ignore"> </h1>
</div>
<p style="font-family: times, serif; font-size:15pt; font-style:italic; color:blue">
“When people are encouraged to take a close look at the remnants of
nature, in its complexity, beauty, and majesty, and when they understand
that the natural environment is the home of their deep history, many
become the reserves’ most ardent supporters.” — Edward O. Wilson
<Half-Earth: Our Planet’s Fight for Life>, 2017
</p>
<p><br></p>
<div id="research-interests" class="section level2">
<h2>Research Interests</h2>
<hr>
<p><strong><span style="color:blue; font-size:18pt">Macroecology and
Biogeography</span></strong></p>
<p style="font-family: times, serif; font-size:15pt; font-style:italic">
“..that grand subject, that almost keystone of the laws of creation,
Geographical Distribution” — Charles Darwin, in a letter to Joseph
Dalton Hooker, 1845 (“地理分布这个伟大的主题几乎是一块生命规律之基石” —
达尔文1845年在给虎克的一封信)
</p>
<p>The core of <em>Macroecology</em> and <em>Biogeography</em> is to
document spatial distribution of biodiversity and related ecological and
evolutionary processes. Taking the advantages of biodiversity big data
(biodiversity informatics) and emerging technologies, we have general
interests in large-scale biodiversity patterns and the underlying
mechanisms.</p>
<p><a href="Pictures/Research-2.JPG" id="id" class="class" width="50%"
height="50%"><img src="Pictures/Research-2.JPG" /></a></p>
<p><span style="font-style:italic">Selected publications:</span></p>
<ol style="list-style-type: decimal">
<li><p>Song, H.<code>#</code>, Ordonez, A., Svenning, J-C., Qian, H.,
Yin, X., Mao, L., Deng, T. and <strong>Zhang, J.<code>*</code></strong>
Regional disparity in extinction risk: comparison of disjunct plant
genera between eastern Asia and eastern North America.
<strong><em>Global Change Biology</em></strong> 27(9): 1904-1914 <a
href="https://doi.org/10.1111/gcb.15525">doi:10.1111/gcb.15525</a></p></li>
<li><p>Feng, G., <strong>Zhang, J.<code>*</code></strong>, Girardello,
M., Pellissier, V., Svenning, J-C. Forest canopy height co-determines
taxonomic and functional richness, but not functional dispersion of
mammals and birds globally. <strong><em>Global Ecology and
Biogeography</em></strong> 29(8):1350-1359 <a
href="https://doi.org/10.1111/geb.13110">doi:10.1111/geb.13110</a></p></li>
<li><p><strong>Zhang, J.<code>*</code></strong>, Qian, H., Girardello,
M., Pellissier, V., Nielsen, S.E. and Svenning, J.-C. 2018. Trophic
interactions among vertebrate guilds and plants shape global patterns in
species diversity. <strong><em>Proceedings of the Royal Society B:
Biological Sciences</em></strong> 285:20180949. <a
href="https://doi.org/10.1098/rspb.2018.0949">doi:10.1098/rspb.2018.0949</a></p></li>
<li><p><strong>Zhang, J.<code>*</code></strong>, Nielsen, S.E., Chen,
Y.H., Georges, D., Qin, Y.C., Wang, S., Svenning, J-C. and Thuiller, W.
2017. Extinction risk of North American seed plants elevated by climate
and land-use change. <strong><em>Journal of Applied
Ecology</em></strong> 54:303-312 <a
href="https://doi.org/10.1111/1365-2664.12701">doi:10.1111/1365-2664.12701</a></p></li>
<li><p><strong>Zhang, J.<code>*</code></strong>, Nielsen, S.E., Mao,
L.F., Chen, S.B. and Svenning, J-C. 2016. Regional and historical
factors supplement current climate in shaping global forest canopy
height. <strong><em>Journal of Ecology</em></strong> 104:469-478 <a
href="https://doi.org/10.1111/1365-2745.12510">doi:10.1111/1365-2745.12510</a></p></li>
<li><p><strong>Zhang, J.<code>*</code></strong> 2017. Biodiversity
science and macroecology in the era of big data.
大数据时代的生物多样性科学与宏生态学. <strong><em>Biodiversity Science
生物多样性</em></strong> 25:355-363. (In Chinese) <a
href="https://doi.org/10.17520/biods.2017037">doi:10.17520/biods.2017037</a></p></li>
</ol>
<hr>
<p><strong><span style="color:blue; font-size:18pt">Biodiversity along
elevational gradients</span></strong></p>
<p style="font-family: times, serif; font-size:15pt; font-style:italic">
“Elevational gradients can serve as natural experiments for studies on
community and ecosystem processes to long-term changes in climate and as
test beds for models about the future of biodiversity in a changing
world” — Sundqvist, Sanders, & Wardle (2013)
</p>
<p>Elevational gradients have been served as <span
style="color:red">Natural Laboratories</span> for ecological studies.
Mountains play critical roles for conserving terrestrial biodiversity,
carbon and water. Home to great biodiversity and high levels of
endemism, mountains are especially vulnerable to global changes in
climate and land uses.</p>
<p><a href="Pictures/Research-1.jpg" id="id" class="class" width="50%"
height="50%"><img src="Pictures/Research-1.jpg" /></a></p>
<p>Inspired by the early works in elevational gradients, we initialed a
regional research network <span style="color:red">BEST (Biodiversity
along Elevational gradients: Shifts and Transitions)</span> in 2017, to
monitor long-term biodiversity dynamics of multiple taxa (e.g., vascular
plants, mosses, soil microbes, and birds) under climate change and land
use. Microclimates (temperature and moisture of air and soil) are
measured and served as one key element to understand community dynamics
across space and time. Some new technologies, such as drones and
bioacoustic audio recorders, also plan to use for the monitoring. By
collaborating with over 15 research teams with different backgrounds, we
have set up over 200 permanant plots in 12 mountains across a large
research area mainly in subtropical forest region of China. If you are
interested to know more about the ongoing data collection, please visit
our website <a href="https://best-mountains.org/"
class="uri">https://best-mountains.org/</a>.</p>
<p><span style="font-style:italic">Selected publications:</span></p>
<ol style="list-style-type: decimal">
<li><p>Ma, S.<code>#</code>, Chen, S., Ding, Y., He, Z., Hu, G., Liu,
J., Luo, Y., Song, K., Yang, Y., Huang, X., Gao, M., Liu, L., Chen, B.,
He, X., Lu, X., Lv, B., Ma, L., Meng, Y., Tian, Z., Zhang, H., Zhang,
X., Zhang, Y., Zhang, Z., <strong>Li, S.<code>*</code></strong>,
<strong>Zhang, J.<code>*</code></strong>. What controls forest litter
decomposition? A coordinated distributed teabag experiment across ten
mountains. <strong><em>Ecography</em></strong> <a
href="https://doi.org/10.1111/ecog.07339">doi:10.1111/ecog.07339</a>.</p></li>
<li><p>Wang, X.R.<code>#</code>, Chen, L., Zhang, H.<code>#</code>, Liu,
P.<code>#</code>, Shang, X.<code>#</code>, Wang, F.<code>#</code>,
Zhang, Z., Zhao, J.<code>#</code>, Sun, M.<code>#</code>, Chen,
J.<code>#</code>, <strong>Zhang, J.<code>*</code></strong>. Insect
herbivory on woody broadleaf seedlings along a subtropical elevational
gradient supports the resource concentration hypothesis.
<strong><em>American Journal of Botany</em></strong>, 111(6): e16355 <a
href="https://doi.org/10.1002/ajb2.16355">doi:10.1002/ajb2.16355</a></p></li>
<li><p>Ma, L.<code>#</code>, Liu, L.<code>#</code>, Lu,
Y.<code>#</code>, Chen, L., Zhang, Z.<code>#</code>, Zhang,
H.<code>#</code>, Wang, X.<code>#</code>, Shu, L.<code>#</code>, Yang,
Q., Song, Q., Peng, Q., Yu, Z., <strong>Zhang, J.<code>*</code></strong>
When microclimates meet soil microbes: soil temperature mediates soil
microbial diversity along an elevational gradient in subtropical
forests. <strong><em>Soil Biology and Biochemistry</em></strong> 166:
108566 <a
href="https://doi.org/10.1016/j.soilbio.2022.108566">doi:10.1016/j.soilbio.2022.108566</a></p></li>
<li><p>Zhang, R.<code>#</code>, Zhang, Z., Shang, K., Zhao, M., Kong,
J., Wang, X., Wang, Y., Song, H., Zhang, O., Lv, X., <strong>Zhang,
J.<code>*</code></strong>. A taxonomic and phylogenetic perspective on
plant community assembly along an elevational gradient in subtropical
forests. <strong><em>Journal of Plant Ecology</em></strong>
14(4):702-716 <a
href="https://doi.org/10.1093/jpe/rtab026">doi:10.1093/jpe/rtab026</a></p></li>
<li><p>Wang, X., Zhong, M., <strong>Zhang, J.</strong>, Si, X., Yang,
S., Jiang, J., Hu, J.<code>*</code>. Multidimensional amphibian
diversity and community structure along a 2600 m elevational gradient on
the eastern margin of the Qinghai-Tibetan Plateau.
<strong><em>Zoological Research</em></strong> 43(1): 40-51 <a
href="https://doi.org/10.24272/j.issn.2095-8137.2021.166">doi:10.24272/j.issn.2095-8137.2021.166</a></p></li>
<li><p>Qian, H., Hao, Z.Q. and <strong>Zhang, J.</strong> 2014.
Phylogenetic structure and phylogenetic diversity of angiosperm
assemblages in forests along an elevational gradient in Changbaishan,
China. <strong><em>Journal of Plant Ecology</em></strong> 7:154-165 <a
href="https://doi.org/10.1093/jpe/rtt072">doi:10.1093/jpe/rtt072</a></p></li>
</ol>
<hr>
<p><strong><span style="color:blue; font-size:18pt">Forest dynamics
across space and time</span></strong></p>
<p style="font-family: times, serif; font-size:15pt; font-style:italic">
“On the basis of a comprehensive description of locations, it will not
be difficult to verify my species lists, and an increase or decrease of
species richness in the future will be possible to detect with high
certainty” — Josias Braun-Blanquet, 1913
(“基于对一个调查点的详细描述,我们可以在未来重新调查与比较物种组成,进而可以非常准确地监测物种丰富度的变化规律”
— 法瑞学派代表人物布朗-布朗喀, 1913)
</p>
<p>The only thing that remains constant is CHANGE. In biological
communities, everything changes over space and time. Long-term
biodiversity monitoring is fundamental in ecology and biogeography. Our
research group addresses the fundamental questions in forest plant
dynamics using the long-term monitoring data in boreal, temperate,
subtropical and tropical forests (e.g., Canadian permanent sampling
plots, US Forest Inventory Analysis, CTFS-ForestGEO and CForBio).</p>
<p>Meanwhile, with the huge helps from a lot of senior ecologists and
young scholars, we took over five-year enormous efforts to compile the
vegetation dynamic data in China’s subtropical and tropical regions.
<strong>Vegetation Archive of Subtropical and Tropical regions in China
(VAST-China)</strong> is the database composed of many plot (relevé)
data on every type of vegetation in China’s subtropical and tropical
regions (23°~33°N, 98°~123°E). Until December 2021, VAST-China includes
<strong>over 10,000</strong> temporary/permanent sampling plots. For
each plot, the information were gathered on both the vegetation
composition and physical environment. These data were collected by over
1000 different sources, including personal collections by ourselves and
other researchers of East China Normal University, and published books,
monographs or journal articles. More details can be found here: <a
href="http://www.givd.info/ID/AS-CN-006"
class="uri">http://www.givd.info/ID/AS-CN-006</a>.</p>
<p><a href="Pictures/Research-3.JPG" id="id" class="class" width="50%"
height="50%"><img src="Pictures/Research-3.JPG" /></a></p>
<p><span style="font-style:italic">Selected publications:</span></p>
<ol style="list-style-type: decimal">
<li><p>Yang, X.<code>#</code>, Angert, A.L., Zuidema, P.A., He, F.,
Huang, S., Li, S.Z., Li, S.L., Chardon, N.I., <strong>Zhang,
J.<code>*</code></strong> The role of demographic compensation in
stabilizing marginal tree populations in North America.
<strong><em>Ecology Letters</em></strong> 25(7):1676-1689 <a
href="https://doi.org/10.1111/ELE.14028">doi:10.1111/ELE.14028</a></p></li>
<li><p><strong>Zhang, J.</strong>, Huang, S. and He, F.L.<code>*</code>
2015. Half-century evidence from western Canada shows forest dynamics
are primarily driven by competition followed by climate.
<strong><em>Proceedings of the National Academy of Sciences of
USA</em></strong> 112:4009-1014 <a
href="https://doi.org/10.1073/pnas.1420844112">doi:
10.1073/pnas.1420844112</a></p></li>
<li><p>Zhu, K., <strong>Zhang, J.</strong>, Niu, S.L., Chu, C.J. and
Luo, Y.Q. 2018. Limits to growth of forest biomass carbon sink under
climate change. <strong><em>Nature Communications</em></strong>
9(1):2709 <a
href="https://doi.org/10.1038/s41467-018-05132-5">doi:10.1038/s41467-018-05132-5</a></p></li>
<li><p><strong>Zhang, J.</strong>, Song, K. and Song, Y.C.<code>*</code>
2020. History of French-Swiss School of phytosociology and its
influences on modern vegetation ecology.
法瑞学派的发展历史及其对当代植被生态学的影响 <strong><em>Chinese Journal
of Plant Ecology 植物生态学报</em></strong> 44(7):699–714. (In Chinese)
<a href="https://doi.org/10.17521/cjpe.2020.0054">doi:
10.17521/cjpe.2020.0054</a></p></li>
</ol>
<hr>
<p><strong><span style="color:blue; font-size:18pt">Drone Ecology and
Biodiversity</span></strong></p>
<p>Spatial ecology has been called as <strong>“The Final Frontier for
Ecological Theory”</strong>. Lightweight unmanned aerial vehicles
(Drones) are revolutionizing spatial ecology within last decade. Using
the drones equipped with visible cameras, LiDAR and hyperspectal
sensors, we are collecting a huge amount of data in plant distributions,
composition and functional traits. These data is using to evaluate the
importance of horizontal and vertical niche difference in determining
local and regional biodiversity patterns.</p>
<p><a href="Pictures/Research-4.jpg" id="id" class="class" width="50%"
height="50%"><img src="Pictures/Research-4.jpg" /></a></p>
<p><span style="font-style:italic">Selected publications:</span></p>
<ol style="list-style-type: decimal">
<li><p>Chen, J.<code>#</code>, Li, W., Junker, T., Da, H., Zhang, Z.,
Hu, J., Yang, Q., Wang, X., Qin, Y., Shen, G., Shu, L., <strong>Zhang,
J.<code>*</code></strong>. Detecting forest canopy gaps using UAV RGB
imagery in a species-rich subtropical forest. <strong><em>Remote Sensing
in Ecology and Conservation</em></strong>, 9(5): 671-686 <a
href="https://doi.org/10.1002/rse2.336">doi:10.1002/rse2.336</a></p></li>
<li><p><strong>Zhang, J.<code>*</code></strong>, Hu, J.B.<code>*</code>,
Lian, J.Y., Fan, Z.J., Ouyang, X. and Ye, W.H. 2016. Seeing the forest
from drones: Testing the potential of lightweight UAVs as a tool for
long-term forest monitoring. <strong><em>Biological
Conservation</em></strong> 198:60-69 <a
href="https://doi.org/10.1016/j.biocon.2016.03.027">doi:10.1016/j.biocon.2016.03.027</a></p></li>
<li><p>Kong, J.X., Zhang, Z.C. and <strong>Zhang, J.</strong> 2019.
Classification and identification of plant species based on multi-source
remote sensing data: Research progress and prospect.
基于多源遥感数据的植物物种分类与识别:研究进展与展望.
<strong><em>Biodiversity Science 生物多样性</em></strong> 27:796–812.
(In Chinese) <a href="https://doi.org/10.17520/biods.2019197">doi:
10.17520/biods.2019197</a></p></li>
<li><p>Zhang, Z., Hu, J., Yang, Q., Lian, J., Li, B., Wang, X., Ye, W.,
<strong>Zhang, J.<code>*</code></strong> 2021. An unmanned aerial
vehicle visible light remote sensing image dataset of four forest
dynamic plots in subtropical China.
中国亚热带4个森林动态监测样地无人机可见光遥感影像数据集__<em>Biodiversity
Science 生物多样性</em>__ 29(9):1181-1185. (In Chinese) <a
href="https://doi.org/10.17520/biods.2021299">doi:
10.17520/biods.2021299</a></p></li>
</ol>
<hr style="border:2px solid pink">
</hr>
</div>
<div id="research-grants" class="section level2">
<h2>Research Grants</h2>
<ul>
<li><p>2024- Research Grant from Yat-Sen Excellent Scholar Award
Program, Sun Yat-Sen University (中山大学逸仙优秀学者入选者)(<strong>PI:
Jian Zhang</strong>)</p></li>
<li><p>2023-2027 Research Grant from the Innovation Program of Shanghai
Municipal Education
Commission(上海市教育委员会科研创新计划重大项目“亚热带森林生物多样性与碳汇协同提升机制”)(<strong>PI:
Jian Zhang</strong>)</p></li>
<li><p>2021-2024 Research Grant from NSFC (Natural Science Foundation of
China) on biodiversity along elevational
gradients(国家自然科学基金面上项目“森林垂直结构和微气候对植物多样性海拔梯度格局的影响机制”)(<strong>PI:
Jian Zhang</strong>)</p></li>
<li><p>2021-2025 Research Grant from NSFC (Natural Science Foundation of
China) on biodiversity and ecosystem
functioning(国家自然科学基金重点项目“海岛植物多样性与生态系统功能关系的维持机制”)(<strong>Co-PI:
Jian Zhang</strong>)</p></li>
<li><p>2021-2023 Research Grant from the Natural Science Foundation of
Shanghai on biodiversity along elevational
gradients(上海自然科学基金面上项目“长江流域山地植物多样性的联网研究”)(<strong>PI:
Jian Zhang</strong>)</p></li>
<li><p>2017-2020 Research Grant from NSFC (Natural Science Foundation of
China) on drone
ecology(国家自然科学基金面上项目“基于小型无人机的森林冠层监测及其对理解物种共存机制的贡献”)(<strong>PI:
Jian Zhang</strong>)</p></li>
<li><p>2016-2019 Research Grant from Overseas High-level Talents Program
(海外高层次人才引进项目)(<strong>PI: Jian Zhang</strong>)</p></li>
<li><p>2016-2021 Research Grant from Zijiang Excellent Scholar Award
Program, East China Normal University
(华东师范大学紫江优秀青年入选者)(<strong>PI: Jian
Zhang</strong>)</p></li>
<li><p>2017-2019 Research Grant from NSFC on community ecology
(国家自然科学基金青年科学基金项目“负密度制约在维持亚热带森林不同演替阶段植物多样性中的重要性”)(<strong>PI:
Lan Liu</strong>)</p></li>
<li><p>2018-2020 Research Grant from China Postdoctoral Science
Foundation (中国博士后科学基金第63批面上项目)(<strong>PI: Lan
Liu</strong>)</p></li>
<li><p>2016-2017 Research Grant from Shanghai Key Lab for Urban
Ecological Processes and Eco-Restoration
(上海市城市化生态过程与生态恢复重点实验室开放课题“城市化过程中人类活动对土壤微生物群落多样性的影响—以上海市为例”)(<strong>PI:
Lan Liu</strong>)</p></li>
<li><p>2019-2020 Research Grant from ECNU
(华东师范大学科研基础研究专项)(<strong>PI: Zhaochen
Zhang</strong>)</p></li>
<li><p>2014-2015 CTFS Research Grant, “See forests from drones: testing
the potentials of drones in CTFS long-term monitoring network”, Center
for Tropical Forest Science (CTFS), Smithsonian Tropical Research
Institute (<strong>PI: Jian Zhang</strong>)</p></li>
<li><p>2014-2017 Research Grant from Key Laboratory of Forest Ecology
and Management, Chinese Academy of Sciences, “Toward a synthetic
understanding of biodiversity-rarity relationship of vascular plant
species in Changbai Mountain”, Institute of Applied Ecology (IAE),
Chinese Academy of Sciences (<strong>PI: Jian Zhang</strong>)</p></li>
<li><p>2008-2009 CTFS Research Grant, “The role of seed morphology on
seed dispersal and forest regeneration in a 25 ha old-growth temperate
forest plot”, Center for Tropical Forest Science (CTFS), Smithsonian
Tropical Research Institute (<strong>PI: Jian Zhang</strong>)</p></li>
</ul>
</div>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<hr>
<center>
Copyright © <a href="mailto:jzhang@des.ecnu.edu.cn">Jian Zhang</a> 2019 –
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
<div class="line-block">Created using <a href="https://bookdown.org/yihui/rmarkdown/rmarkdown-site.html">rmarkdown</a></div>
</center>
</body>
</html>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<!-- code folding -->
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>