-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
688 lines (621 loc) · 25.7 KB
/
publications.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
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
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Publications</title>
<script src="site_libs/header-attrs-2.26/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/flatly.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/default.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">Eduardo Fernández-Pascual</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="sylvanseeds.html">SylvanSeeds</a>
</li>
<li>
<a href="seedr.html">seedr</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
<h1 class="title toc-ignore">Publications</h1>
<h3 class="subtitle">Texts, data, code</h3>
</div>
<blockquote>
<p>Rosbakh S, Carta A, <strong>Fernández-Pascual E</strong>, Phartyal
SS, Dayrell RLC, Mattana E, Saatkamp A, Vandelook F, Baskin JM, Baskin
CC (2024) <a href="https://doi.org/10.1111/nph.19752">Large dataset
analyses advance knowledge of seed ecology and evolutionary biology.</a>
<em>New Phytologist</em>.</p>
</blockquote>
<hr />
<blockquote>
<p>Cruz‐Tejada DM, <strong>Fernández‐Pascual E</strong>, Mo A, Mattana
E, Carta A (2024) <a
href="https://doi.org/10.1111/avsc.12771">MedGermDB: A seed germination
database for characteristic species of Mediterranean habitats.</a>
<em>Applied Vegetation Science</em> 27, e12771.</p>
</blockquote>
<hr />
<blockquote>
<p>Jiménez‐Alfaro B, <strong>Fernández‐Pascual E</strong>, Espinosa del
Alba C, Marcenò C (2024) <a
href="https://doi.org/10.1111/jvs.13242">Spatiotemporal patterns of
microclimatic buffering in relict alpine communities.</a> <em>Journal of
Vegetation Science</em> 35, e13242.</p>
</blockquote>
<hr />
<blockquote>
<p>Rauschkolb R, Bucher SF, Hensen I, Ahrends A,
<strong>Fernández-Pascual E</strong>, Heubach K, […], Römermann C (2024)
<a href="https://doi.org/10.1007/s00484-024-02621-9">Spatial variability
in herbaceous plant phenology is mostly explained by variability in
temperature but also by photoperiod and functional traits.</a>
<em>International Journal of Biometeorology</em> 68, 761–775.</p>
</blockquote>
<hr />
<blockquote>
<p>Jiménez-Alfaro B, Aunina L, Carbognani M, Dítě D,
<strong>Fernández-Pascual E</strong>, Garbolino E, Hájek O, Hájková P,
Ivchenko TG, Jandt U, Jansen F, Kolari THM, Pawlikowski P, Pérez-Haase
A, Peterka T, Petraglia A, Plesková Z, Tahvanainen T, Tomaselli M, Hájek
M (2023) <a href="https://doi.org/10.1111/gcb.16965">Habitat-based
biodiversity responses to macroclimate and edaphic factors in European
fen ecosystems.</a> <em>Global Change Biology</em> 29, 6756–6771.
<a href="pdf/Global Change Biology - 2023 - Jim nez‐Alfaro - Habitat‐based biodiversity responses to macroclimate and edaphic factors in.pdf"><img src="icons/PDF.webp" width="25" title="Download open access"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Rosbakh S, Carta A, <strong>Fernández‐Pascual E</strong>, Phartyal
SS, Dayrell RLC, Mattana E, Saatkamp A, Vandelook F, Baskin J, Baskin C
(2023) <a href="https://doi.org/10.1111/nph.19173">Global seed dormancy
patterns are driven by macroclimate but not fire regime.</a> <em>New
Phytologist</em>, 240 555-564.
<a href="pdf/New Phytologist - 2023 - Rosbakh - Global seed dormancy patterns are driven by macroclimate but not fire regime.pdf"><img src="icons/PDF.webp" width="25" title="Download open access"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Carta A, Rosbakh S, Guja L,
Phartyal SS, Silveira FAO, Chen SC, Larson JE, Jiménez-Alfaro B (2023)
<a href="https://doi.org/10.1111/nph.19143"><em>SeedArc</em>, a global
archive of primary seed germination data.</a> <em>New Phytologist</em>
240, 466-470.
<a href="/~https://github.com/efernandezpascual/seedarcms"><img src="icons/GitHub.svg" width="25" title="Data & code"/></a><a href="pdf/New Phytologist - 2023 - Fern ndez‐Pascual - SeedArc a global archive of primary seed germination data.pdf"><img src="icons/PDF.webp" width="25" title="Download open access"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Dengler J, Jansen F, Chusova O, Hüllbusch E, Nobis MP, Van Meerbeek
K, […], <strong>Fernández-Pascual E</strong> <em>et al</em>. (2023) <a
href="https://doi.org/10.3897/VCS.98324">Ecological Indicator Values for
Europe (EIVE) 1.0.</a> <em>Vegetation Classification and Survey</em> 4,
7-29.</p>
</blockquote>
<hr />
<blockquote>
<p>Tichý L, Axmanová I, Dengler J, Guarino R, Jansen F, Midolo G, […],
<strong>Fernández-Pascual E</strong> <em>et al</em>. (2023) <a
href="https://doi.org/10.1111/jvs.13168">Ellenberg‐type indicator values
for European vascular plant species.</a> <em>Journal of Vegetation
Science</em>, e13168.</p>
</blockquote>
<hr />
<blockquote>
<p>Gómez-Cabellos S, Toorop PE, <strong>Fernández-Pascual E</strong>,
Iannetta PP, Pritchard HW, Visscher AM (2022) <a
href="https://doi.org/10.1017/S0960258522000265">(Epi) genetic control
of secondary seed dormancy depth and germination in <em>Capsella
bursa-pastoris</em>.</a> <em>Seed Science Research</em> 32, 200-221.</p>
</blockquote>
<hr />
<blockquote>
<p>Visscher AM, Vandelook F, <strong>Fernández-Pascual E</strong>,
Pérez-Martínez LV, Ulian T, Diazgranados M, Mattana E (2022) <a
href="https://doi.org/10.1093/aob/mcac130">Low availability of
functional seed trait data from the tropics could negatively affect
global macroecological studies, predictive models and plant
conservation.</a> <em>Annals of Botany</em> 130, 773-784.
<a href="pdf/mcac130.pdf"><img src="icons/PDF.webp" width="25" title="Download open access"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Rosbakh S, <strong>Fernández-Pascual E</strong>, Mondoni A,
Onipchenko V (2022) <a
href="https://doi.org/10.1007/s00035-022-00286-x">Alpine plant
communities differ in their seed germination requirements along a
snowmelt gradient in the Caucasus.</a> <em>Alpine Botany</em> 132,
223–232.</p>
</blockquote>
<hr />
<blockquote>
<p>Mattana E, Carta A, <strong>Fernández-Pascual E</strong>, Keeley J,
Pritchard HW (2022) <a
href="https://doi.org/10.1016/B978-0-12-823731-1.00015-9">Climate change
and plant regeneration from seeds in Mediterranean regions of the
Northern Hemisphere.</a> Chapter 8 in: Baskin C, Baskin J (eds.)
<em>Plant Regeneration from Seeds: A Global Warming Perspective.</em>
Academic Press, Elsevier. 21 pp.</p>
</blockquote>
<hr />
<blockquote>
<p>Carta A, <strong>Fernández-Pascual E</strong>, Gioria M, Müller JV,
Rivière S, Rosbakh S, Saatkamp A, Vandelook F, Mattana E (2022) <a
href="https://doi.org/10.1093/aob/mcac037">Climate shapes the seed
germination niche of temperate flowering plants: a meta-analysis of
European seed conservation data.</a> <em>Annals of Botany</em> 129,
775–786.</p>
</blockquote>
<hr />
<blockquote>
<p>Blandino C, <strong>Fernández-Pascual E</strong>, Newton RJ,
Pritchard HW (2022) <a
href="https://doi.org/10.1093/aob/mcac003">Regeneration from seed in
herbaceous understory of ancient woodlands of temperate Europe.</a>
<em>Annals of Botany</em> 129, 761–774.</p>
</blockquote>
<hr />
<blockquote>
<p>Lembrechts J, van den Hoogen J, Aalto J, Ashcroft M, De Frenne P,
Kemppinen J, Kopecký M, […], <strong>Fernández-Pascual E</strong>, […],
Lenoir J (2022) <a href="https://doi.org/10.1111/gcb.16060">Global maps
of soil temperature.</a> <em>Global Change Biology</em> 28,
3110-3144.</p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Vaz M, Morais B, Reiné R,
Ascaso J, Afif Khouri E, Carta A (2022) <a
href="https://dx.doi.org/10.1093/aob/mcab135">Seed ecology of European
mesic meadows.</a> <em>Annals of Botany</em> 129, 121–134.
<a href="/~https://github.com/efernandezpascual/meadows"><img src="icons/GitHub.svg" width="25" title="Data & code"/></a><a href="pdf/AOB22 self-archiving.pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Gómez-Cabellos S, Toorop P, Cañal MJ, Iannetta P,
<strong>Fernández-Pascual E</strong>, Pritchard HW, Visscher AM (2022)
<a href="https://doi.org/10.1007/s00709-021-01678-2">Global DNA
methylation and cellular 5-methylcytosine and H4 acetylated patterns in
primary and secondary dormant seeds of <em>Capsella bursa-pastoris</em>
(L.) Medik. (shepherd’s purse).</a> <em>Protoplasma</em> 259, 595–614.
<a href="pdf/Gomez-Cabellos2021_Article_GlobalDNAMethylationAndCellula.pdf"><img src="icons/PDF.webp" width="25" title="Download open access"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Jiménez-Alfaro B, Carlón L, <strong>Fernández-Pascual E</strong>,
Acedo C, Alfaro-Saiz E, Alonso Redondo R, Cires E, Del Egido Mazuelas F,
Del Río S, Díaz González TE, García González ME, Lence C, Llamas F, Nava
HS, Penas Á, Rodríguez Guitián MA, Vázquez VM (2021) <a
href="https://doi.org/10.5209/mbot.74570">Checklist of the vascular
plants of the Cantabrian Mountains.</a> <em>Mediterranean Botany</em>
42, e74570.
<a href="pdf/Jiménez-Alfaro et al. 2021 - Mediterranean Botany.pdf"><img src="icons/PDF.webp" width="25" title="Download open access"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Loidi J, Chytrý M, Jiménez-Alfaro B, Alessi N, Biurrun I, Campos JA,
Čarni A, <strong>Fernández-Pascual E</strong>, Font Castell X,
Gholizadeh H, Indreica A, Kavgacı A, Knollová I, Naqinezhad A, Novák P,
Nowak A, Škvorc Ž, Tsiripidis I, Vassilev K, Marcenò C (2021) <a
href="https://doi.org/10.1111/jbi.14254">Life-form diversity across
temperate deciduous forests of Western Eurasia: a different story in the
understory.</a> <em>Journal of Biogeography</em> 48, 2932-2945.
<a href="pdf/jbi.14254.pdf"><img src="icons/PDF.webp" width="25" title="Download open access"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Blandino C, <strong>Fernández-Pascual E</strong>, Bueno Á, Pritchard
HW (2021) <a href="https://doi.org/10.1016/j.foreco.2021.119385">Plant
reproductive traits in old and recently-restored temperate forest
understories.</a> <em>Forest Ecology and Management</em> 496, 119385.
<a href="https://doi.org/10.6084/m9.figshare.13655990.v1"><img src="icons/Figshare.png" width="25" title="Data & code"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Carta A, Mondoni A, Cavieres L,
Rosbakh S, Venn S, Satyanti A, Guja L, Briceño VF, Vandelook F, Mattana
E, Saatkamp A, Bu H, Sommerville K, Poschlod P, Liu K, Nicotra A,
Jiménez-Alfaro B (2021) <a href="https://doi.org/10.1111/nph.17086">The
seed germination spectrum of alpine plants: a global meta-analysis.</a>
<em>New Phytologist</em> 229, 3573-3586.
<a href="/~https://github.com/efernandezpascual/alpineseeds"><img src="icons/GitHub.svg" width="25" title="Data & code"/></a><a href="pdf/Fernández-Pascual et al. 2021 - New Phytol self-archiving.pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Correia-Álvarez E (2021) <a
href="https://doi.org/10.1002/joc.6893">Mire microclimate: groundwater
buffers temperature in waterlogged versus dry soils.</a>
<em>International Journal of Climatology</em> 41, E2949-E2958.
<a href="/~https://github.com/efernandezpascual/mires"><img src="icons/GitHub.svg" width="25" title="Data & code"/></a>
<a href="pdf/IJOC 2021.pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong> (2021) <a
href="https://doi.org/10.1111/jvs.12960">SylvanSeeds, a seed germination
database for temperate deciduous forests.</a> <em>Journal of Vegetation
Science</em> 32, e12960.
<a href="/~https://github.com/efernandezpascual/sylvanseeds"><img src="icons/GitHub.svg" width="25" title="Data & code"/></a>
<a href="pdf/JVS 2021.pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Mattana E, Pritchard HW (2019)
<a href="http://dx.doi.org/10.1111/brv.12461">Seeds of future past:
climate change and the thermal memory of plant reproductive traits.</a>
<em>Biological Reviews</em> 94, 439-456.
<a href="pdf/Fernández-Pascual et al. 2019 - Biol Reviews.pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Gedan KB, <strong>Fernández-Pascual E</strong> (2019) <a
href="http://doi.org/10.1111/jvs.12774">Salt marsh migration into
salinized agricultural fields: a novel assembly of plant
communities.</a> <em>Journal of Vegetation Science</em> 30,
1007-1016.</p>
</blockquote>
<hr />
<blockquote>
<p>Blandino C, <strong>Fernández-Pascual E</strong>, Marin M, Vernet A,
Pritchard HW (2019) <a href="http://dx.doi.org/10.1111/plb.12872">Seed
ecology of the geophyte <em>Conopodium majus</em> (Apiaceae), indicator
species of ancient woodland understories and oligotrophic meadows.</a>
<em>Plant Biology</em> 21, 487-497.</p>
</blockquote>
<hr />
<blockquote>
<p>Frischie S, <strong>Fernández-Pascual E</strong>, Gálvez Ramírez C,
Toorop P, Hernández González M, Jiménez-Alfaro B (2019) <a
href="http://dx.doi.org/10.1111/plb.12848">Hydrothermal thresholds for
seed germination in winter annual forbs from old-field Mediterranean
landscapes.</a> <em>Plant Biology</em> 21, 449-457.</p>
</blockquote>
<hr />
<blockquote>
<p>Jiménez-Alfaro B, Hernández González M, <strong>Fernández-Pascual
E</strong>, Toorop P, Frischie S, Gálvez Ramírez C (2018) <a
href="http://dx.doi.org/10.1016/j.agee.2018.04.013">Germination ecology
of winter annual grasses in Mediterranean climates: applications for
soil cover in olive groves.</a> <em>Agriculture, Ecosystems and
Environment</em> 262, 29-35.</p>
</blockquote>
<hr />
<blockquote>
<p>García-Gutiérrez T, Jiménez-Alfaro B, <strong>Fernández-Pascual
E</strong>, Müller JV (2018) <a
href="http://dx.doi.org/10.1127/phyto/2017/0224">Functional diversity
and ecological requirements of alpine vegetation types co-occurring in a
biogeographical transition zone.</a> <em>Phytocoenologia</em> 48,
77-89.</p>
</blockquote>
<hr />
<blockquote>
<p>Tudela-Isanta M, <strong>Fernández-Pascual E</strong>, Pritchard HW,
Wijayasinghe M, Orsenigo S, Rossi G, Mondoni A (2018) <a
href="http://dx.doi.org/10.1002/ece3.3539">Habitat-related seed
germination traits in alpine habitats.</a> <em>Ecology and
Evolution</em> 8, 150-161.
<a href="pdf/Tudela-Isanta_et_al-2018-Ecology_and_Evolution.pdf"><img src="icons/PDF.webp" width="25" title="Download open access"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Pérez-Arcoiza A, Prieto JA,
Díaz TE (2017) <a
href="http://dx.doi.org/10.1093/aob/mcx005">Environmental filtering
drives the shape and breadth of the seed germination niche in coastal
plant communities.</a> <em>Annals of Botany</em> 119, 1169-1177.
<a href="pdf/Fernández-Pascual et al. 2017 - Annals of Botany (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Jiménez-Alfaro B, Bueno A
(2017) <a href="http://dx.doi.org/10.1111/plb.12472">Comparative seed
germination traits in alpine and subalpine grasslands: higher elevations
are associated with warmer germination temperatures.</a> <em>Plant
Biology</em> 19, 32-40.
<a href="pdf/Fernández-Pascual et al. 2017 - Plant Biology (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Martínez-Baniela M, Carlón L, Díaz TE, Bueno A,
<strong>Fernández-Pascual E</strong> (2016) <a
href="http://dx.doi.org/10.1016/j.flora.2016.04.014">Plant-derived smoke
and temperature effects on seed germination of five
<em>Helianthemum</em> (Cistaceae).</a> <em>Flora</em> 223, 56-61.
<a href="pdf/Martínez-Baniela et al. 2016 - Flora (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong> (2016) <a
href="http://dx.doi.org/10.1016/j.aquabot.2016.01.001">Comparative seed
germination traits in bog and fen mire wetlands.</a> <em>Aquatic
Botany</em> 130, 21-26.
<a href="pdf/Fernández-Pascual 2016 - Aquatic Botany (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Jiménez-Alfaro B, Hájek M, Díaz
TE, Pritchard HW (2015) <a
href="http://dx.doi.org/10.1007/s12224-015-9223-y">Soil thermal buffer
and regeneration niche may favour calcareous fen resilience to climate
change.</a> <em>Folia Geobotanica</em> 50, 293-301.
<a href="pdf/Fernández-Pascual et al. 2015 - Folia Geobotanica (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Seal CE, Pritchard HW (2015) <a
href="http://dx.doi.org/10.1093/aob/mcu234">Simulating the germination
response to diurnally alternating temperatures under climate change
scenarios: comparative studies on <em>Carex diandra</em> seeds.</a>
<em>Annals of Botany</em> 115, 201-209.
<a href="pdf/Fernández-Pascual et al. 2015 - Annals of Botany (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Jiménez-Alfaro B (2014) <a
href="http://dx.doi.org/10.1017/S0960258514000269">Phenotypic plasticity
in seed germination correlates differentially with overwintering and
flowering temperatures.</a> <em>Seed Science Research</em> 24, 273-280.
<a href="pdf/Fernández-Pascual & Jimenez-Alfaro 2014 - SSR (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Jiménez-Alfaro B,
Caujapé-Castells J, Jaén-Molina R, Díaz TE (2013) <a
href="http://dx.doi.org/10.1093/aob/mct154">A local dormancy cline is
related to the seed maturation environment, population genetic
composition and climate.</a> <em>Annals of Botany</em> 112, 937-945.
<a href="pdf/Fernández-Pascual et al. 2013 - Annals of Botany (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Jiménez-Alfaro B, Díaz TE
(2013) <a href="http://dx.doi.org/10.1007/s11258-012-0165-7">The
temperature dimension of the seed germination niche in fen wetlands.</a>
<em>Plant Ecology</em> 214, 489-499.
<a href="pdf/Fernández-Pascual et al. 2013 - Plant Ecology (pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
<hr />
<blockquote>
<p>Jiménez-Alfaro B, <strong>Fernández-Pascual E</strong>, Díaz TE,
Pérez-Haase A, Ninot JM (2012) <a
href="http://dx.doi.org/10.1007/s12224-012-9125-1">Diversity of rich-fen
vegetation and related plant specialists in mountain refugia of the
Iberian Peninsula.</a> <em>Folia Geobotanica</em> 47, 403-419.</p>
</blockquote>
<hr />
<blockquote>
<p><strong>Fernández-Pascual E</strong>, Jiménez-Alfaro B,
García-Torrico AI, Pérez-García F, Díaz TE (2012) <a
href="http://dx.doi.org/10.1017/S0960258512000062">Germination ecology
of the perennial <em>Centaurium somedanum</em>, a specialist species of
mountain springs.</a> <em>Seed Science Research</em> 22, 199-205.
<a href="pdf/Fernández-Pascual et al. 2012 - SSR (Pre-print).pdf"><img src="icons/PDF.webp" width="25" title="Download preprint"/></a></p>
</blockquote>
</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>