generated from quarto-ext/manuscript-template-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
3575 lines (3361 loc) · 405 KB
/
references.bib
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
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{adhuryaNovelMethodPredicting2024,
title = {A Novel Method for Predicting Ecological Interactions with an Unsupervised Machine Learning Algorithm},
author = {Adhurya, Sagar and Park, Young-Seuk},
year = {2024},
journal = {Methods in Ecology and Evolution},
volume = {n/a},
number = {n/a},
issn = {2041-210X},
doi = {10.1111/2041-210X.14358},
urldate = {2024-06-03},
abstract = {This gap in knowledge regarding ecological interactions has prompted the development of various predictive approaches. Traditionally, ecological interactions have been inferred using traits. However, the lack of trait information for numerous organisms necessitates using phylogenetic data and statistical insights from interaction matrices for prediction. Previous studies have overlooked the validation of model-predicted interactions. This study used a novel method in predicting ecological interactions using a self-organizing map (SOM), an unsupervised machine learning algorithm. The SOM learns from the input interaction matrix by grouping the nodes into output layers based on their interactions. Subsequently, the trained model predicts the interactions as scores. To distinguish between interactions and non-interactions, we employed F1 score maximization, setting scores above a specific threshold as interactions and the remainder as non-interactions. We applied this method to three unipartite metawebs and one bipartite metaweb and subsequently validated the predicted interactions using two innovative approaches: taxonomic and interaction recovery validation. Our method exhibited outstanding predictive performance, particularly for large networks. Various binary classification performance indicators, including F1 score (0.84--0.97) and accuracy (0.97--0.99), indicated high performance. Moreover, the method generated minimal predicted interactions, signifying low noise in the predictions, particularly for large networks. Taxonomic validation excels in metawebs with a connectance {$>$}0.1 but performs poorly in metawebs with very low connectance. In contrast, interaction recovery was most effective in larger metawebs. Our proposed method excels at making highly accurate predictions of ecological interactions with minimal noise, solely utilizing input interaction data without relying on traits or phylogenetic information regarding interacting nodes. These predictions are particularly precise for large networks, underscoring their potential to address knowledge gaps in emerging extensive metawebs. Notably, taxonomic validation and interaction recovery methods are sensitive to connectance and network size, respectively, suggesting prospects for developing robust interaction validation methods.},
copyright = {{\copyright} 2024 The Author(s). Methods in Ecology and Evolution published by John Wiley \& Sons Ltd on behalf of British Ecological Society.},
langid = {english},
keywords = {ecological interaction,ecological network,Eltonian shortfall,interaction prediction,interaction validation,metaweb,network prediction,self-organizing map (SOM)},
file = {/Users/tanyastrydom/Zotero/storage/6MDYZGGG/Adhurya and Park - A novel method for predicting ecological interacti.pdf;/Users/tanyastrydom/Zotero/storage/EGHM9LFC/2041-210X.html}
}
@article{albouyMarineFishFood2019,
title = {The Marine Fish Food Web Is Globally Connected},
author = {Albouy, Camille and Archambault, Philippe and Appeltans, Ward and Ara{\'u}jo, Miguel B. and Beauchesne, David and Cazelles, Kevin and Cirtwill, Alyssa R. and Fortin, Marie-Jos{\'e}e and Galiana, Nuria and Leroux, Shawn J. and Pellissier, Lo{\"i}c and Poisot, Timoth{\'e}e and Stouffer, Daniel B. and Wood, Spencer A. and Gravel, Dominique},
year = {2019},
month = aug,
journal = {Nature Ecology \& Evolution},
volume = {3},
number = {8},
pages = {1153--1161},
publisher = {Nature Publishing Group},
issn = {2397-334X},
doi = {10.1038/s41559-019-0950-y},
urldate = {2021-05-14},
abstract = {The productivity of marine ecosystems and the services they provide to humans are largely dependent on complex interactions between prey and predators. These are embedded in a diverse network of trophic interactions, resulting in a cascade of events following perturbations such as species extinction. The sheer scale of oceans, however, precludes the characterization of marine feeding networks through de novo sampling. This effort ought instead to rely on a combination of extensive data and inference. Here we investigate how the distribution of trophic interactions at the global scale shapes the marine fish food web structure. We hypothesize that the heterogeneous distribution of species ranges in biogeographic regions should concentrate interactions in the warmest areas and within species groups. We find that the inferred global metaweb of marine fish---that is, all possible potential feeding links between co-occurring species---is highly connected geographically with a low degree of spatial modularity. Metrics of network structure correlate with sea surface temperature and tend to peak towards the tropics. In contrast to open-water communities, coastal food webs have greater interaction redundancy, which may confer robustness to species extinction. Our results suggest that marine ecosystems are connected yet display some resistance to perturbations because of high robustness at most locations.},
copyright = {2019 The Author(s), under exclusive licence to Springer Nature Limited},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/2QX9YAVK/s41559-019-0950-y.html}
}
@article{allesinaFoodWebModels2009,
title = {Food Web Models: A Plea for Groups},
shorttitle = {Food Web Models},
author = {Allesina, Stefano and Pascual, Mercedes},
year = {2009},
journal = {Ecology Letters},
volume = {12},
number = {7},
pages = {652--662},
issn = {1461-0248},
doi = {10.1111/j.1461-0248.2009.01321.x},
urldate = {2024-03-27},
abstract = {The concept of a group is ubiquitous in biology. It underlies classifications in evolution and ecology, including those used to describe phylogenetic levels, the habitat and functional roles of organisms in ecosystems. Surprisingly, this concept is not explicitly included in simple models for the structure of food webs, the ecological networks formed by consumer--resource interactions. We present here the simplest possible model based on groups, and show that it performs substantially better than current models at predicting the structure of large food webs. Our group-based model can be applied to different types of biological and non-biological networks, and for the first time merges in the same framework two important notions in network theory: that of compartments (sets of highly interacting nodes) and that of roles (sets of nodes that have similar interaction patterns). This model provides a basis to examine the significance of groups in biological networks and to develop more accurate models for ecological network structure. It is especially relevant at a time when a new generation of empirical data is providing increasingly large food webs.},
copyright = {{\copyright} 2009 Blackwell Publishing Ltd/CNRS},
langid = {english},
keywords = {Akaike information criterion,clustering algorithm,compartment,connectance,food web model,group,likelihood,model selection,species richness,trophic role,trophospecies},
file = {/Users/tanyastrydom/Zotero/storage/U4TH9D72/Allesina and Pascual - 2009 - Food web models a plea for groups.pdf;/Users/tanyastrydom/Zotero/storage/7DJ8IDCQ/j.1461-0248.2009.01321.html}
}
@article{allesinaGeneralModelFood2008,
title = {A {{General Model}} for {{Food Web Structure}}},
author = {Allesina, Stefano and Alonso, David and Pascual, Mercedes},
year = {2008},
month = may,
journal = {Science},
volume = {320},
number = {5876},
pages = {658--661},
publisher = {American Association for the Advancement of Science},
doi = {10.1126/science.1156269},
urldate = {2024-03-27},
abstract = {A central problem in ecology is determining the processes that shape the complex networks known as food webs formed by species and their feeding relationships. The topology of these networks is a major determinant of ecosystems' dynamics and is ultimately responsible for their responses to human impacts. Several simple models have been proposed for the intricate food webs observed in nature. We show that the three main models proposed so far fail to fully replicate the empirical data, and we develop a likelihood-based approach for the direct comparison of alternative models based on the full structure of the network. Results drive a new model that is able to generate all the empirical data sets and to do so with the highest likelihood.},
file = {/Users/tanyastrydom/Zotero/storage/E6FSXQTZ/Allesina et al. - 2008 - A General Model for Food Web Structure.pdf}
}
@article{bambachAutecologyFillingEcospace2007,
title = {Autecology and the {{Filling}} of {{Ecospace}}: {{Key Metazoan Radiations}}},
shorttitle = {Autecology and the {{Filling}} of {{Ecospace}}},
author = {Bambach, Richard K. and Bush, Andrew M. and Erwin, Douglas H.},
year = {2007},
journal = {Palaeontology},
volume = {50},
number = {1},
pages = {1--22},
issn = {1475-4983},
doi = {10.1111/j.1475-4983.2006.00611.x},
urldate = {2024-02-08},
abstract = {Abstract: All possible combinations of six tiering positions in relation to the substratum/water interface, six motility levels and six feeding strategies define a complete theoretical ecospace of 216 potential modes of life for marine animals. The number of modes of life actually utilized specifies realized ecospace. Owing to constraints of effectiveness and efficiency the modern marine fauna utilizes only about half the potential number of modes of life, two-thirds of which (62 of 92) are utilized by animals with readily preserved, mineralized hard parts. Realized ecospace has increased markedly since the early evolution of animal ecosystems. The Ediacaran fauna utilized at most 12 modes of life, with just two practised by skeletal organisms. A total of 30 modes of life are recorded in the Early and Middle Cambrian, 19 of which were utilized by skeletal organisms. The other 11 are documented from soft-bodied animals preserved in the Chengjiang and Burgess Shale Konservat-Lagerst{\"a}tten. The number of modes of life utilized by skeletal organisms increased by more than 50 per cent during the Ordovician radiation to a Late Ordovician total of 30. Between the Late Ordovician and the Recent the number of utilized modes of life has doubled again. The autecological and taxonomic diversity histories of the marine metazoa appear to be broadly parallel, and future studies of theoretical ecospace utilization should provide more detailed tests of pattern and process in the ecological history of the metazoa.},
langid = {english},
keywords = {ecological complexity,evolutionary constraint,feeding,mode of life,motility,theoretical ecospace,tiering},
file = {/Users/tanyastrydom/Zotero/storage/QKII8I3E/Bambach et al. - 2007 - Autecology and the Filling of Ecospace Key Metazo.pdf;/Users/tanyastrydom/Zotero/storage/AL3PXAC5/j.1475-4983.2006.00611.html}
}
@misc{banvilleDecipheringProbabilisticSpecies2024,
title = {Deciphering Probabilistic Species Interaction Networks},
author = {Banville, Francis and Strydom, Tanya and Blyth, Penelope and Brimacombe, Chris and Catchen, Michael D. and Dansereau, Gabriel and Higino, Gracielle and Malpas, Thomas and Mayall, Hana and Norman, Kari and Gravel, Dominique and Poisot, Timoth{\'e}e},
year = {2024},
month = jul,
publisher = {EcoEvoRxiv},
doi = {10.32942/X28G8Z},
urldate = {2024-07-25},
abstract = {Representing species interactions probabilistically (how likely are they to occur?) as opposed to deterministically (are they occurring?) conveys uncertainties in our knowledge of interactions and information on their variability. The sources of uncertainty captured by interaction probabilities depend on the method used to evaluate them: uncertainty of predictive models, subjective assessment of experts, or empirical measurement of interaction spatiotemporal variability. However, guidelines for the estimation and documentation of probabilistic interaction data are lacking. This is concerning because our understanding and analysis of interaction probabilities depend on their sometimes elusive definition and uncertainty sources. We review how probabilistic interactions are defined at different spatial scales, from local interactions to regional networks (metawebs), with a strong emphasis on host-parasite and trophic (predatory and herbivory) interactions. These definitions are based on the distinction between the realization of an interaction at a specific time and space (local) and its biological or ecological feasibility (regional). Using host-parasite interactions in Europe, we illustrate how these two network representations differ in their statistical properties, specifically: how local networks and metawebs differ in their spatial and temporal scaling of probabilistic interactions, but not in their taxonomic scaling. We present two approaches to inferring binary interactions from probabilistic ones that account for these differences and show that systematic biases arise when directly inferring local networks from metawebs. Our results underscore the importance of more rigorous descriptions of probabilistic species interaction networks that specify their type of interaction (local or regional), conditional variables and uncertainty sources.},
archiveprefix = {EcoEvoRxiv},
copyright = {CC-By Attribution-ShareAlike 4.0 International},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/BYNFU5RC/Banville et al. - 2024 - Deciphering probabilistic species interaction netw.pdf}
}
@article{banvilleMangaljlEcologicalNetworksjlTwo2021,
title = {Mangal.Jl and {{EcologicalNetworks}}.Jl: {{Two}} Complementary Packages for Analyzing Ecological Networks in {{Julia}}},
shorttitle = {Mangal.Jl and {{EcologicalNetworks}}.Jl},
author = {Banville, Francis and Vissault, Steve and Poisot, Timoth{\'e}e},
year = {2021},
month = may,
journal = {Journal of Open Source Software},
volume = {6},
number = {61},
pages = {2721},
issn = {2475-9066},
doi = {10.21105/joss.02721},
urldate = {2021-05-12},
abstract = {Network ecology is an emerging field of study describing species interactions (e.g. predation, pollination) in a biological community. Ecological networks, in which two species are connected if they can interact, are a mathematical representation of all interactions encountered in a given ecosystem. Anchored in graph theory, the methods developed in network ecology are remarkably rigorous and biologically insightful. Indeed, many ecological and evolutionary processes are driven by species interactions and network structure (i.e. the arrangement of links in ecological networks). The study of ecological networks, from data importation and simulation to data analysis and visualization, requires a coherent and efficient set of numerical tools. With its powerful and dynamic type system, the Julia programming language provides a very good and fast computing environment suitable for ecological research. Julia's typing system notably ensures that appropriate methods are used when a function is applied to different types of ecological data, which therefore minimizes the risk of committing errors of analysis and interpretation in network ecology. Mangal.jl and EcologicalNetworks.jl are two novel and complementary Julia packages designed to conduct research in network ecology efficiently. Researchers studying a broad range of ecological networks can read the data and metadata of numerous well-documented networks using Mangal.jl, and analyze their properties using EcologicalNetworks.jl.},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/T35JN8KF/Banville et al. - 2021 - Mangal.jl and EcologicalNetworks.jl Two complemen.pdf}
}
@article{banvilleWhatConstrainsFood2023,
title = {What Constrains Food Webs? {{A}} Maximum Entropy Framework for Predicting Their Structure with Minimal Biases},
shorttitle = {What Constrains Food Webs?},
author = {Banville, Francis and Gravel, Dominique and Poisot, Timoth{\'e}e},
year = {2023},
month = sep,
journal = {PLOS Computational Biology},
volume = {19},
number = {9},
pages = {e1011458},
publisher = {Public Library of Science},
issn = {1553-7358},
doi = {10.1371/journal.pcbi.1011458},
urldate = {2023-09-14},
abstract = {Food webs are complex ecological networks whose structure is both ecologically and statistically constrained, with many network properties being correlated with each other. Despite the recognition of these invariable relationships in food webs, the use of the principle of maximum entropy (MaxEnt) in network ecology is still rare. This is surprising considering that MaxEnt is a statistical tool precisely designed for understanding and predicting many types of constrained systems. This principle asserts that the least-biased probability distribution of a system's property, constrained by prior knowledge about that system, is the one with maximum information entropy. MaxEnt has been proven useful in many ecological modeling problems, but its application in food webs and other ecological networks is limited. Here we show how MaxEnt can be used to derive many food-web properties both analytically and heuristically. First, we show how the joint degree distribution (the joint probability distribution of the numbers of prey and predators for each species in the network) can be derived analytically using the number of species and the number of interactions in food webs. Second, we present a heuristic and flexible approach of finding a network's adjacency matrix (the network's representation in matrix format) based on simulated annealing and SVD entropy. We built two heuristic models using the connectance and the joint degree sequence as statistical constraints, respectively. We compared both models' predictions against corresponding null and neutral models commonly used in network ecology using open access data of terrestrial and aquatic food webs sampled globally (N = 257). We found that the heuristic model constrained by the joint degree sequence was a good predictor of many measures of food-web structure, especially the nestedness and motifs distribution. Specifically, our results suggest that the structure of terrestrial and aquatic food webs is mainly driven by their joint degree distribution.},
langid = {english}
}
@article{barberanUsingNetworkAnalysis2012,
title = {Using Network Analysis to Explore Co-Occurrence Patterns in Soil Microbial Communities},
author = {Barber{\'a}n, Albert and Bates, Scott T. and Casamayor, Emilio O. and Fierer, Noah},
year = {2012},
month = feb,
journal = {The ISME Journal},
volume = {6},
number = {2},
pages = {343--351},
publisher = {Nature Publishing Group},
issn = {1751-7370},
doi = {10.1038/ismej.2011.119},
urldate = {2024-05-14},
abstract = {Exploring large environmental datasets generated by high-throughput DNA sequencing technologies requires new analytical approaches to move beyond the basic inventory descriptions of the composition and diversity of natural microbial communities. In order to investigate potential interactions between microbial taxa, network analysis of significant taxon co-occurrence patterns may help to decipher the structure of complex microbial communities across spatial or temporal gradients. Here, we calculated associations between microbial taxa and applied network analysis approaches to a 16S rRNA gene barcoded pyrosequencing dataset containing {$>$}160\,000 bacterial and archaeal sequences from 151 soil samples from a broad range of ecosystem types. We described the topology of the resulting network and defined operational taxonomic unit categories based on abundance and occupancy (that is, habitat generalists and habitat specialists). Co-occurrence patterns were readily revealed, including general non-random association, common life history strategies at broad taxonomic levels and unexpected relationships between community members. Overall, we demonstrated the potential of exploring inter-taxa correlations to gain a more integrated understanding of microbial community structure and the ecological rules guiding community assembly.},
copyright = {2012 International Society for Microbial Ecology},
langid = {english},
keywords = {Ecology,Evolutionary Biology,general,Life Sciences,Microbial Ecology,Microbial Genetics and Genomics,Microbiology},
file = {/Users/tanyastrydom/Zotero/storage/RDTLUN5Q/Barberán et al. - 2012 - Using network analysis to explore co-occurrence pa.pdf}
}
@article{bartomeusCommonFrameworkIdentifying2016,
title = {A Common Framework for Identifying Linkage Rules across Different Types of Interactions},
author = {Bartomeus, Ignasi and Gravel, Dominique and Tylianakis, Jason M. and Aizen, Marcelo A. and Dickie, Ian A. and Bernard-Verdier, Maud},
year = {2016},
journal = {Functional Ecology},
volume = {30},
number = {12},
pages = {1894--1903},
issn = {1365-2435},
doi = {10.1111/1365-2435.12666},
urldate = {2020-11-02},
abstract = {Species interactions, ranging from antagonisms to mutualisms, form the architecture of biodiversity and determine ecosystem functioning. Understanding the rules responsible for who interacts with whom, as well as the functional consequences of these interspecific interactions, is central to predict community dynamics and stability. Species traits sensu lato may affect different ecological processes by determining species interactions through a two-step process. First, ecological and life-history traits govern species distributions and abundance, and hence determine species co-occurrence and the potential for species to interact. Secondly, morphological or physiological traits between co-occurring potential interaction partners should match for the realization of an interaction. Here, we review recent advances on predicting interactions from species co-occurrence and develop a probabilistic model for inferring trait matching. The models proposed here integrate both neutral and trait-matching constraints, while using only information about known interactions, thereby overcoming problems originating from undersampling of rare interactions (i.e. missing links). They can easily accommodate qualitative or quantitative data and can incorporate trait variation within species, such as values that vary along developmental stages or environmental gradients. We use three case studies to show that the proposed models can detect strong trait matching (e.g. predator--prey system), relaxed trait matching (e.g. herbivore--plant system) and barrier trait matching (e.g. plant--pollinator systems). Only by elucidating which species traits are important in each process (i.e. in determining interaction establishment and frequency), we can advance in explaining how species interact and the consequences of these interactions for ecosystem functioning. A lay summary is available for this article.},
copyright = {{\copyright} 2016 The Authors. Functional Ecology {\copyright} 2016 British Ecological Society},
langid = {english},
keywords = {functional traits,herbivory,interaction networks,mutualisms,parasitism,pollination,predation,spatial,trait matching,trophic interactions},
file = {/Users/tanyastrydom/Zotero/storage/W5IQICSP/Bartomeus et al. - 2016 - A common framework for identifying linkage rules a.pdf}
}
@article{bascompteNestedAssemblyPlantanimal2003,
title = {The Nested Assembly of Plant-Animal Mutualistic Networks},
author = {Bascompte, J. and Jordano, P. and Melian, C. J. and Olesen, J. M.},
year = {2003},
month = aug,
journal = {Proceedings of the National Academy of Sciences},
volume = {100},
number = {16},
pages = {9383--9387},
issn = {0027-8424, 1091-6490},
doi = {10.1073/pnas.1633576100},
urldate = {2016-10-12},
abstract = {Most studies of plant--animal mutualisms involve a small number of species. There is almost no information on the structural organization of species-rich mutualistic networks despite its potential importance for the maintenance of diversity. Here we analyze 52 mutualistic networks and show that they are highly nested; that is, the more specialist species interact only with proper subsets of those species interacting with the more generalists. This assembly pattern generates highly asymmetrical interactions and organizes the community cohesively around a central core of interactions. Thus, mutualistic networks are neither randomly assembled nor organized in compartments arising from tight, parallel specialization. Furthermore, nestedness increases with the complexity (number of interactions) of the network: for a given number of species, communities with more interactions are significantly more nested. Our results indicate a nonrandom pattern of community organization that may be relevant for our understanding of the organization and persistence of biodiversity.},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/TUGZVJ6V/Bascompte et al. - 2003 - The nested assembly of plant–animal mutualistic ne.pdf;/Users/tanyastrydom/Zotero/storage/H3SRZB63/9383.html}
}
@article{beckermanForagingBiologyPredicts2006,
title = {Foraging Biology Predicts Food Web Complexity},
author = {Beckerman, Andrew P. and Petchey, Owen L. and Warren, Philip H.},
year = {2006},
month = sep,
journal = {Proceedings of the National Academy of Sciences},
volume = {103},
number = {37},
pages = {13745--13749},
issn = {0027-8424, 1091-6490},
doi = {10.1073/pnas.0603039103},
urldate = {2024-01-15},
abstract = {Food webs, the networks of feeding links between species, are central to our understanding of ecosystem structure, stability, and function. One of the key aspects of food web structure is complexity, or connectance, the number of links expressed as a proportion of the total possible number of links. Connectance (complexity) is linked to the stability of webs and is a key parameter in recent models of other aspects of web structure. However, there is still no fundamental biological explanation for connectance in food webs. Here, we propose that constraints on diet breadth, driven by optimal foraging, provide such an explanation. We show that a simple diet breadth model predicts highly constrained values of connectance as an emergent consequence of individual foraging behavior. When combined with features of real food web data, such as taxonomic and trophic aggregation and cumulative sampling of diets, the model predicts well the levels of connectance and scaling of connectance with species richness, seen in real food webs. This result is a previously undescribed synthesis of foraging theory and food web theory, in which network properties emerge from the behavior of individuals and, as such, provides a mechanistic explanation of connectance currently lacking in food web models.},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/XHZHJMNI/Beckerman et al. - 2006 - Foraging biology predicts food web complexity.pdf}
}
@article{beckerOptimisingPredictiveModels2022,
title = {Optimising Predictive Models to Prioritise Viral Discovery in Zoonotic Reservoirs},
author = {Becker, Daniel J. and Albery, Gregory F. and Sjodin, Anna R. and Poisot, Timoth{\'e}e and Bergner, Laura M. and Chen, Binqi and Cohen, Lily E. and Dallas, Tad A. and Eskew, Evan A. and Fagre, Anna C. and Farrell, Maxwell J. and Guth, Sarah and Han, Barbara A. and Simmons, Nancy B. and Stock, Michiel and Teeling, Emma C. and Carlson, Colin J.},
year = {2022},
month = aug,
journal = {The Lancet Microbe},
volume = {3},
number = {8},
pages = {e625-e637},
publisher = {Elsevier},
issn = {2666-5247},
doi = {10.1016/S2666-5247(21)00245-7},
urldate = {2024-03-12},
langid = {english},
pmid = {35036970},
file = {/Users/tanyastrydom/Zotero/storage/W4SKQ7F5/Becker et al. - 2022 - Optimising predictive models to prioritise viral d.pdf}
}
@article{benadiQuantitativePredictionInteractions2022,
title = {Quantitative {{Prediction}} of {{Interactions}} in {{Bipartite Networks Based}} on {{Traits}}, {{Abundances}}, and {{Phylogeny}}},
author = {Benadi, Gita and Dormann, Carsten F. and Fr{\"u}nd, Jochen and Stephan, Ruth and V{\'a}zquez, Diego P.},
year = {2022},
month = jun,
journal = {The American Naturalist},
volume = {199},
number = {6},
pages = {841--854},
publisher = {The University of Chicago Press},
issn = {0003-0147},
doi = {10.1086/714420},
urldate = {2024-10-29},
abstract = {Ecological interactions link species in networks. Loss of species from or introduction of new species into an existing network may have substantial effects for interaction patterns. Predicting changes in interaction frequency while allowing for rewiring of existing interactions---and hence estimating the consequences of community compositional changes---is thus a central challenge for network ecology. Interactions between species groups, such as pollinators and flowers or parasitoids and hosts, are moderated by matching morphological traits or sensory clues, most of which are unknown to us. If these traits are phylogenetically conserved, however, we can use phylogenetic distances to construct latent, surrogate traits and try to match those across groups, in addition to observed traits. Understanding how important traits and trait matching are, relative to abundances and chance, is crucial to estimating the fundamental predictability of network interactions. Here, we present a statistically sound approach (``tapnet'') to fitting abundances, traits, and phylogeny to observed network data to predict interaction frequencies. We thereby expand existing approaches to quantitative bipartite networks, which so far have failed to correctly represent the nonindependence of network interactions. Furthermore, we use simulations and cross validation on independent data to evaluate the predictive power of the fit. Our results show that tapnet is on a par with abundance-only, matching centrality, and machine learning approaches. This approach also allows us to evaluate how well current concepts of trait matching work. On the basis of our results, we expect that interactions in well-sampled networks can be well predicted if traits and abundances are the main driver of interaction frequency.}
}
@article{berlowGoldilocksFactorFood2008,
title = {The ``{{Goldilocks}} Factor'' in Food Webs},
author = {Berlow, Eric L. and Brose, Ulrich and Martinez, Neo D.},
year = {2008},
month = mar,
journal = {Proceedings of the National Academy of Sciences},
volume = {105},
number = {11},
pages = {4079--4080},
publisher = {Proceedings of the National Academy of Sciences},
doi = {10.1073/pnas.0800967105},
urldate = {2024-02-09}
}
@article{berlowInteractionStrengthsFood2004,
title = {Interaction Strengths in Food Webs: Issues and Opportunities},
shorttitle = {Interaction Strengths in Food Webs},
author = {Berlow, Eric L. and Neutel, Anje-Margiet and Cohen, Joel E. and {de Ruiter}, Peter C. and Ebenman, Bo and Emmerson, Mark and Fox, Jeremy W. and Jansen, Vincent A. A. and Iwan Jones, J. and Kokkoris, Giorgos D. and Logofet, Dmitrii O. and McKane, Alan J. and Montoya, Jose M. and Petchey, Owen},
year = {2004},
month = may,
journal = {Journal of Animal Ecology},
volume = {73},
number = {3},
pages = {585--598},
issn = {0021-8790, 1365-2656},
doi = {10.1111/j.0021-8790.2004.00833.x},
urldate = {2020-11-11},
langid = {english}
}
@article{bhatiaNetworkbasedRestorationStrategies2023,
title = {Network-Based Restoration Strategies Maximize Ecosystem Recovery},
author = {Bhatia, Udit and Dubey, Sarth and Gouhier, Tarik C. and Ganguly, Auroop R.},
year = {2023},
month = dec,
journal = {Communications Biology},
volume = {6},
number = {1},
pages = {1--10},
publisher = {Nature Publishing Group},
issn = {2399-3642},
doi = {10.1038/s42003-023-05622-3},
urldate = {2024-05-02},
abstract = {Redressing global patterns of biodiversity loss requires quantitative frameworks that can predict ecosystem collapse and inform restoration strategies. By applying a network-based dynamical approach to synthetic and real-world mutualistic ecosystems, we show that biodiversity recovery following collapse is maximized when extirpated species are reintroduced based solely on their total number of connections in the original interaction network. More complex network-based strategies that prioritize the reintroduction of species that improve `higher order' topological features such as compartmentalization do not provide meaningful performance improvements. These results suggest that it is possible to design nearly optimal restoration strategies that maximize biodiversity recovery for data-poor ecosystems in order to ensure the delivery of critical natural services that fuel economic development, food security, and human health around the globe.},
copyright = {2023 The Author(s)},
langid = {english},
keywords = {Ecology,Plant sciences},
file = {/Users/tanyastrydom/Zotero/storage/3IDEDJLW/Bhatia et al. - 2023 - Network-based restoration strategies maximize ecos.pdf}
}
@article{bitonInductiveLinkPrediction2024,
title = {Inductive Link Prediction Boosts Data Availability and Enables Cross-Community Link Prediction in Ecological Networks},
author = {Biton, Barry and Puzis, Rami and Pilosof, Shai},
year = {2024},
month = aug,
publisher = {EcoEvoRxiv},
urldate = {2024-09-16},
abstract = {Predicting species interactions within ecological networks is vital for understanding ecosystem functioning and the response of communities to changing environments. Traditional link prediction models often fall short due to sparse and incomplete data and are limited to single networks. Here, we present a novel approach using inductive link prediction (ILP), which leverages structural similarities across diverse ecological networks. Our model pools data across communities, and uses transfer learning to enable prediction within and between different ecological communities. We applied our model to 538 networks across four community types: plant-seed disperser, plant-pollinator, host-parasite, and plant-herbivore. ILP outperforms non-ILP models, particularly in host-parasite and plant-seed disperser networks. However, the efficacy of cross-community predictions varies, with plant-pollinator networks consistently under-performing as train and test sets. Moreover, we developed the first method to computationally estimate the limits of link prediction given a certain proportion of missing links, in which ILP performs better than a non-ILP model. This study underscores the potential of ILP to generalize link prediction across different ecological contexts.},
copyright = {CC-BY Attribution-NonCommercial-ShareAlike 4.0 International},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/DQFCERTK/Biton et al. - 2024 - Inductive link prediction boosts data availability.pdf}
}
@article{blanchetCooccurrenceNotEvidence2020,
ids = {Blanchet2020CooNot},
title = {Co-Occurrence Is Not Evidence of Ecological Interactions},
author = {Blanchet, F. Guillaume and Cazelles, Kevin and Gravel, Dominique},
year = {2020},
journal = {Ecology Letters},
volume = {23},
number = {7},
pages = {1050--1063},
issn = {1461-0248},
doi = {10.1111/ele.13525},
urldate = {2020-10-30},
abstract = {There is a rich amount of information in co-occurrence (presence--absence) data that could be used to understand community assembly. This proposition first envisioned by Forbes (1907) and then Diamond (1975) prompted the development of numerous modelling approaches (e.g. null model analysis, co-occurrence networks and, more recently, joint species distribution models). Both theory and experimental evidence support the idea that ecological interactions may affect co-occurrence, but it remains unclear to what extent the signal of interaction can be captured in observational data. It is now time to step back from the statistical developments and critically assess whether co-occurrence data are really a proxy for ecological interactions. In this paper, we present a series of arguments based on probability, sampling, food web and coexistence theories supporting that significant spatial associations between species (or lack thereof) is a poor proxy for ecological interactions. We discuss appropriate interpretations of co-occurrence, along with potential avenues to extract as much information as possible from such data.},
langid = {english}
}
@article{bluthgenCriticalEvaluationNetwork2024,
title = {A {{Critical Evaluation}} of {{Network Approaches}} for {{Studying Species Interactions}}},
author = {Bl{\"u}thgen, Nico and Staab, Michael},
year = {2024},
month = nov,
journal = {Annual Review of Ecology, Evolution, and Systematics},
volume = {55},
number = {1},
pages = {65--88},
issn = {1543-592X, 1545-2069},
doi = {10.1146/annurev-ecolsys-102722-021904},
urldate = {2024-11-06},
abstract = {Ecological networks of species interactions are popular and provide powerful analytical tools for understanding variation in community structure and ecosystem functioning. However, network analyses and commonly used metrics such as nestedness and connectance have also attracted criticism. One major concern is that observed patterns are misinterpreted as niche properties such as specialization, whereas they may instead merely reflect variation in sampling, abundance, and/or diversity. As a result, studies potentially draw flawed conclusions about ecological function, stability, or coextinction risks. We highlight potential biases in analyzing and interpreting species-interaction networks and review the solutions available to overcome them, among which we particularly recommend the use of null models that account for species abundances. We show why considering variation across species and networks is important for understanding species interactions and their consequences. Network analyses can advance knowledge on the principles of species interactions but only when judiciously applied.},
copyright = {http://creativecommons.org/licenses/by/4.0/},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/S5JU9XW4/Blüthgen and Staab - 2024 - A Critical Evaluation of Network Approaches for St.pdf}
}
@article{bluthgenEcologyMammalsInteraction2021,
title = {Ecology: {{Mammals}}, Interaction Networks and the Relevance of Scale},
shorttitle = {Ecology},
author = {Bl{\"u}thgen, Nico and Staab, Michael},
year = {2021},
month = jul,
journal = {Current Biology},
volume = {31},
number = {13},
pages = {R850-R853},
issn = {0960-9822},
doi = {10.1016/j.cub.2021.05.032},
urldate = {2024-11-06},
abstract = {A new study shows that large mammals in an African savanna not only modify the vegetation but also strongly alter interaction networks between plants and pollinators. These insights raise fundamental yet unresolved questions about spatial dimensions of experiments, species interaction networks and ecosystems.},
file = {/Users/tanyastrydom/Zotero/storage/TG7Y45HV/Blüthgen and Staab - 2021 - Ecology Mammals, interaction networks and the rel.pdf;/Users/tanyastrydom/Zotero/storage/BTGZD5EV/S0960982221007302.html}
}
@article{bluthgenWhyNetworkAnalysis2010,
title = {Why Network Analysis Is Often Disconnected from Community Ecology: {{A}} Critique and an Ecologist's Guide},
shorttitle = {Why Network Analysis Is Often Disconnected from Community Ecology},
author = {Bl{\"u}thgen, Nico},
year = {2010},
month = may,
journal = {Basic and Applied Ecology},
volume = {11},
number = {3},
pages = {185--195},
issn = {1439-1791},
doi = {10.1016/j.baae.2010.01.001},
urldate = {2024-11-06},
abstract = {Network analyses of mutualistic or antagonistic interactions between species are very popular, but their biological interpretations are often unclear and incautious. Here I propose to distinguish two possible implications of network patterns in conjunction with solutions to avoid misinterpretations. Interpretations can be either(1)niche-based, describing specialisation, trait (mis-)matching between species, niche breadth and niche overlap and their relationship to interspecific competition and species coexistence, or(2)impact-based, focusing on frequencies of interactions between species such as predation or infection rates and mutualistic services, aiming to quantify each species' relative contribution to an ecological effect. For niche-based implications, it is crucial to acknowledge the sampling limitations of a network and thus control for the number of observations of each species. This is particularly important for those kinds of networks that summarise observed interactions in communities (e.g. bipartite host--parasitoid or plant--animal networks), rather than compile information from different sources or experiments (as in many food webs). Variation in total observation frequencies may alone explain network patterns that have often been interpreted as `specialisation asymmetries' (nestedness, dependence asymmetries). I show analytically that `dependence asymmetries' between two species (or two guilds) only reflect variation in their total observation frequencies. To depict true asymmetries in niche breadth, independent data are required for both species. Moreover, simulated co-extinction scenarios assume that each species `depends' on its associated partners in the network (again niche-based), but species that appear most endangered are simply those with one or very few observations and are not necessarily specialised. Distinguishing niche-based and impact-based interpretations may help to bridge terminological and conceptual gaps between network pattern analyses and traditional community ecology. Zusammenfassung Mutualistische oder antagonistische Beziehungen zwischen Arten einer Gemeinschaft werden derzeit h{\"a}ufig mit Hilfe von Netzwerkanalysen beschrieben. Da die biologische Deutung solcher Analysen oft missverst{\"a}ndlich ist, wird in diesem Artikel vorgeschlagen, zwei Interpretationsarten zu unterscheiden:(1){\"O}kologische Nische, z.B. Spezialisierung, Nischenbreite und {\"u}berlappung, sowie Kompatibilit{\"a}t von Merkmalen zwischen Arten.(2)Interaktionseffekte, die von der relativen H{\"a}ufigkeit der Wechselwirkungen abh{\"a}ngig sind, z.B. Pr{\"a}dations- und Infektionsraten oder mutualistische Funktionen. Bei nischenbezogenen Deutungen von Netzwerken, die auf beobachteten Interaktionen basieren, muss jedoch ber{\"u}cksichtigt werden, dass die Gesamtzahl der Beobachtungen pro Art limitiert ist und sich zwischen Arten stark unterscheidet. Allein diese Variation kann viele Netzwerkmuster erkl{\"a}ren, beispielsweise ``Nestedness'', was oft als asymmetrische Spezialisierung missverstanden wurde. Hier wird analytisch bewiesen, dass eine mutma{\ss}liche ``Spezialisierungs-Asymmetrie'' zwischen zwei Arten allein auf deren unterschiedliche Beobachtungsh{\"a}ufigkeit zur{\"u}ckgef{\"u}hrt werden kann. Unhabh{\"a}ngig erhobene Daten f{\"u}r beide Arten sind notwendig, um diesen Trugschluss zu vermeiden. Das Aussterben von Arten durch Verlust des Assoziationspartners (Koextinktion) wurde in mehreren publizierten Studien modelliert. Solche Simulationen basieren auf der Annahme, dass jede Art von seinen beobachteten Assoziationspartnern abh{\"a}ngig ist (nischenbasierte Deutung). Hier kann jedoch gezeigt werden, dass vor allem solche Arten scheinbar gef{\"a}hrdet sind, die nur ein- oder wenige Male beobachtet wurden, also nicht notwendigerweise Spezialisten darstellen. Die explizite Unterscheidung zwischen nischen- und effektbasierter Interpretation k{\"o}nnte demnach eine hilfreiche konzeptionelle Br{\"u}cke darstellen, um Netzwerkanalysen und klassische Gemeinschafts{\"o}kologie zusammenzuf{\"u}hren.},
file = {/Users/tanyastrydom/Zotero/storage/6TLZRR3U/S1439179110000125.html}
}
@article{bonnaffeNeuralOrdinaryDifferential2021,
title = {Neural Ordinary Differential Equations for Ecological and Evolutionary Time-Series Analysis},
author = {Bonnaff{\'e}, Willem and Sheldon, Ben C. and Coulson, Tim},
year = {2021},
journal = {Methods in Ecology and Evolution},
volume = {12},
number = {7},
pages = {1301--1315},
issn = {2041-210X},
doi = {10.1111/2041-210X.13606},
urldate = {2024-07-02},
abstract = {Inferring the functional shape of ecological and evolutionary processes from time-series data can be challenging because processes are often not describable with simple equations. The dynamical coupling between variables in time series further complicates the identification of equations through model selection as the inference of a given process is contingent on the accurate depiction of all other processes. We present a novel method, neural ordinary differential equations (NODEs), for learning ecological and evolutionary processes from time-series data by modelling dynamical systems as ordinary differential equations and dynamical functions with artificial neural networks (ANNs). Upon successful training, the ANNs converge to functional shapes that best describe the biological processes underlying the dynamics observed, in a way that is robust to mathematical misspecifications of the dynamical model. We demonstrate NODEs in a population dynamic context and show how they can be used to infer ecological interactions, dynamical causation and equilibrium points. We tested NODEs by analysing well-understood hare and lynx time-series data, which revealed that prey--predator oscillations were mainly driven by the interspecific interaction, as well as intraspecific densitydependence, and characterised by a single equilibrium point at the centre of the oscillation. Our approach is applicable to any system that can be modelled with differential equations, and particularly suitable for linking ecological, evolutionary and environmental dynamics where parametric approaches are too challenging to implement, opening new avenues for theoretical and empirical investigations.},
copyright = {{\copyright} 2021 The Authors. Methods in Ecology and Evolution published by John Wiley \& Sons Ltd on behalf of British Ecological Society},
langid = {english},
keywords = {artificial neural networks,ecological dynamics,evolutionary dynamics,Geber method,neural ordinary differential equations,ordinary differential equations,prey-predator dynamics,time-series analysis},
file = {/Users/tanyastrydom/Zotero/storage/ZV23C5IN/Bonnaffé et al. - 2021 - Neural ordinary differential equations for ecologi.pdf;/Users/tanyastrydom/Zotero/storage/ZVSUHA33/2041-210X.html}
}
@article{borrettWalkPartitionsFlow2019,
title = {Walk Partitions of Flow in {{Ecological Network Analysis}}: {{Review}} and Synthesis of Methods and Indicators},
shorttitle = {Walk Partitions of Flow in {{Ecological Network Analysis}}},
author = {Borrett, Stuart R. and Scharler, Ursula M.},
year = {2019},
month = nov,
journal = {Ecological Indicators},
volume = {106},
pages = {105451},
issn = {1470-160X},
doi = {10.1016/j.ecolind.2019.105451},
urldate = {2021-06-18},
abstract = {Ecological Network Analysis (ENA) has provided insights into the structure, function, and transformation of ecosystems for more than forty years. Key insights from ENA focus on how the patterns of directed weighted transactions among system components (e.g., species, functional groups, economic sectors) create emergent and often unexpected relationships in ecosystems that affect system function and sustainability. Flow analysis, also called throughflow analysis, is one of several core techniques in ENA. Generally, it traces the flux of energy or matter through the network from inputs to outputs. During the forty-years of development, flow analysis has accreted multiple extensions and modifications. In this concept and synthesis paper, we review four flow analyses and show how they are conceptually linked by partitioning flows across subsets of pathways within networks. These flow analyses include: (1) the definition of throughflow, a measure of the total processing power of a network; (2) Leontief's decomposition based on walk length, indicating the direction and distance of energy or matter flow; (3) Finn's measure of recycling of matter in networks; and (4) five mode analysis, characterizing flows according to their origin and destination. Presenting these techniques side-by-side with a common conceptual framework reveals overlaps and distinctive elements among the analytic products. This synthesis clarifies the flow analyses tools and their applications to ecological and socio-economic networks and provides example applications. Further, new insights are presented by combining existing flow analyses to calculate novel indices that further characterize the flow structure of networks. For example, both indirect flows in networks and cycling are highly important features in networks. In order to determine the proportion of indirect flows generated through cycling, we can use the ratio of Cycled Flow identified from Finn's analysis and the indirect flows identified in the Leontief analysis. As ENA matures through additional analysis development and applications, it will continue to provide insights into ecosystems and contribute to the broader area of network science.},
langid = {english}
}
@misc{boussangePartitioningTimeSeries2024,
title = {Partitioning Time Series to Improve Process-Based Models with Machine Learning},
author = {Boussange, Victor and Aceituno, Pau Vilimelis and Schaefer, Frank and Pellissier, Loic},
year = {2024},
month = apr,
primaryclass = {New Results},
pages = {2022.07.25.501365},
publisher = {bioRxiv},
doi = {10.1101/2022.07.25.501365},
urldate = {2024-04-11},
abstract = {Process-based community models are required to extrapolate beyond current dynamics and anticipate biodiversity response to global change, but their adoption has been limited in practice because of issues with model parameter estimation and model inaccuracies. While observation data could be used to directly estimate parameters and refine model structures, model nonlinearities, sparse and noisy datasets and the complexity of ecological dynamics complicate this process. Here, we propose an inverse modelling framework designed for addressing these issues, that relies on a segmentation method combined with automatic differentiation, deep learning gradient-based optimizers, minibatching, and a parameter normalization technique. By partitioning the data into time series with a short time horizon, we show that the segmentation method regularizes the inverse problem. Implemented in the Julia package PiecewiseInference.jl, the resulting framework enables the efficient calibration of realistic dynamical community models and supports the use of neural networks to represent complex ecological processes within the model. We evaluate the performance of the inverse modelling framework on simulated food-web dynamics of increasing complexity, including scenarios with partial observations. Our results demonstrate its performance in inferring model parameters and providing forecasts. We further showcase that the regularization induced by the framework, together with its efficiency, are instrumental for the online training of neural network-based parametrizations, alongside the other model parameters. Neural network-based parametrizations not only mitigate model inaccuracies but can also contribute to the refinement of ecological theory through their offline examination. The proposed inverse modelling framework is data-efficient, interpretable and capable of extrapolating beyond observed dynamics, showing promise in improving our ability to understand and forecast biodiversity dynamics.},
archiveprefix = {bioRxiv},
chapter = {New Results},
copyright = {{\copyright} 2024, Posted by Cold Spring Harbor Laboratory. This pre-print is available under a Creative Commons License (Attribution-NoDerivs 4.0 International), CC BY-ND 4.0, as described at http://creativecommons.org/licenses/by-nd/4.0/},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/JGSKMR5U/Boussange et al. - 2024 - Partitioning time series to improve process-based .pdf}
}
@article{bramonmoraIdentifyingCommonBackbone2018,
ids = {Mora2018IdeCom},
title = {Identifying a Common Backbone of Interactions Underlying Food Webs from Different Ecosystems},
author = {Bramon Mora, Bernat and Gravel, Dominique and Gilarranz, Luis J. and Poisot, Timoth{\'e}e and Stouffer, Daniel B.},
year = {2018},
month = dec,
journal = {Nature Communications},
volume = {9},
number = {1},
pages = {2603},
publisher = {Nature Publishing Group},
address = {London, United States},
issn = {2041-1723},
doi = {10.1038/s41467-018-05056-0},
urldate = {2021-03-26},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/MECAHV9I/Mora et al. - 2018 - Identifying a common backbone of interactions unde.pdf;/Users/tanyastrydom/Zotero/storage/YNKV9HFU/Bramon Mora et al. - 2018 - Identifying a common backbone of interactions unde.pdf}
}
@misc{brimacombeApplyingMethodIts2024,
title = {Applying a Method before Its Proof-of-Concept: {{A}} Cautionary Tale Using Inferred Food Webs},
shorttitle = {Applying a Method before Its Proof-of-Concept},
author = {Brimacombe, Chris and Bodner, Korryn and Fortin, Marie-Josee},
year = {2024},
month = apr,
doi = {10.13140/RG.2.2.22076.65927},
file = {/Users/tanyastrydom/Zotero/storage/I2XM9S7Z/Brimacombe et al. - 2024 - Applying a method before its proof-of-concept A c.pdf}
}
@article{brimacombeHowNetworkSize2022,
title = {How Network Size Strongly Determines Trophic Specialisation: {{A}} Technical Comment on {{Luna}} et al. (2022)},
shorttitle = {How Network Size Strongly Determines Trophic Specialisation},
author = {Brimacombe, Chris and Bodner, Korryn and Fortin, Marie-Jos{\'e}e},
year = {2022},
journal = {Ecology Letters},
volume = {25},
number = {8},
pages = {1914--1916},
issn = {1461-0248},
doi = {10.1111/ele.14029},
urldate = {2024-11-06},
abstract = {Luna et al. (2022) concluded that the environment contributes to explaining specialisation in open plant--pollinator networks. When reproducing their study, we instead found that network size alone largely explained the variation in their specialisation metrics. Thus, we question whether empirical network specialisation is driven by the environment.},
copyright = {{\copyright} 2022 John Wiley \& Sons Ltd.},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/VLBNACHK/Brimacombe et al. - 2022 - How network size strongly determines trophic speci.pdf;/Users/tanyastrydom/Zotero/storage/F9I2A6VC/ele.html}
}
@article{brimacombeInferredSeasonalInteraction2021,
title = {Inferred Seasonal Interaction Rewiring of a Freshwater Stream Fish Network},
author = {Brimacombe, Chris and Bodner, Korryn and Fortin, Marie-Jos{\'e}e},
year = {2021},
journal = {Ecography},
volume = {44},
number = {2},
pages = {219--230},
issn = {1600-0587},
doi = {10.1111/ecog.05452},
urldate = {2024-04-15},
abstract = {Despite evidence that seasonal variation may lead to the persistence of competing species, studies on the effect of seasonality on community network structures are sparse. Identifying whether seasonal network changes are the result of turnover or rewiring (i.e. rearrangement of interactions among species), also remains understudied in multi-trophic communities. Using species abundance data for 38 species over three years (from nine sites across central/eastern United States) and a novel tree-based inference method, we constructed seasonal networks for a multi-trophic freshwater stream fish community. We found that seasonality influences species interactions, particularly through rewiring (81\%) as compared to species turnover (19\%). Moreover, the number of rewiring interactions was best explained by fish status as a piscivore/non-piscivore and species maximum length (R2 = 0.41). Our findings suggest that rewiring may be a dominant process in stream fish communities experiencing seasonal environments and that traits linked to trophic-level could be a good indicator of a species contribution to rewiring. As networks dominated by rewiring may be more robust, this network approach could be a valuable conservation tool for identifying which biological relationships must be retained for communities to avoid extinction.},
copyright = {{\copyright} 2020 The Authors. Ecography published by John Wiley \& Sons Ltd on behalf of Nordic Society Oikos},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/JXBQV7IY/Brimacombe et al. - 2021 - Inferred seasonal interaction rewiring of a freshw.pdf}
}
@article{brimacombePublicationdrivenConsistencyFood2024,
title = {Publication-Driven Consistency in Food Web Structures: {{Implications}} for Comparative Ecology},
shorttitle = {Publication-Driven Consistency in Food Web Structures},
author = {Brimacombe, Chris and Bodner, Korryn and Gravel, Dominique and Leroux, Shawn J. and Poisot, Timoth{\'e}e and Fortin, Marie-Jos{\'e}e},
year = {2024},
journal = {Ecology},
volume = {n/a},
number = {n/a},
pages = {e4467},
issn = {1939-9170},
doi = {10.1002/ecy.4467},
urldate = {2024-11-25},
abstract = {Large collections of freely available food webs are commonly reused by researchers to infer how biological or environmental factors influence the structure of ecological communities. Although reusing food webs expands sample sizes for community analysis, this practice also has significant drawbacks. As food webs are meticulously crafted by researchers for their own specific research endeavors and resulting publications (i.e., books and scientific articles), the structure of these webs inherently reflects the unique methodologies and protocols of their source publications. Consequently, combining food webs sourced from different publications without accounting for discrepancies that influence network structure may be problematic. Here, we investigate the determinants of structure in freely available food webs sourced from different publications, examining potential disparities that could hinder their effective comparison. Specifically, we quantify structural similarity across 274 commonly reused webs sourced from 105 publications using a subgraph technique. Surprisingly, we found no increased structural similarity between webs from the same ecosystem nor webs built using similar network construction methodologies. Yet, webs sourced from the same publication were very structurally similar with this degree of similarity increasing over time. As webs sourced from the same publication are typically sampled, constructed, and/or exposed to similar biological and environmental factors, publications likely holistically drive their own webs' structure to be similar. Our findings demonstrate the large effect that publications have on the structure of their own webs, which stymies inference when comparing the structure of webs sourced from different publications. We conclude by proposing different approaches that may be useful for reducing these publication-related structural issues.},
copyright = {{\copyright} 2024 The Author(s). Ecology published by Wiley Periodicals LLC on behalf of The Ecological Society of America.},
langid = {english},
keywords = {communities,methodology,networks,sampling,species interactions,subgraphs,trophic relationships},
file = {/Users/tanyastrydom/Zotero/storage/U2RBHXSU/Brimacombe et al. - Publication-driven consistency in food web structu.pdf;/Users/tanyastrydom/Zotero/storage/AMWU6P7I/ecy.html}
}
@article{brimacombeShortcomingsReusingSpecies2023,
title = {Shortcomings of Reusing Species Interaction Networks Created by Different Sets of Researchers},
author = {Brimacombe, Chris and Bodner, Korryn and {Michalska-Smith}, Matthew and Poisot, Timoth{\'e}e and Fortin, Marie-Jos{\'e}e},
year = {2023},
month = apr,
journal = {PLOS Biology},
volume = {21},
number = {4},
pages = {e3002068},
publisher = {Public Library of Science},
issn = {1545-7885},
doi = {10.1371/journal.pbio.3002068},
urldate = {2023-09-05},
abstract = {Given the requisite cost associated with observing species interactions, ecologists often reuse species interaction networks created by different sets of researchers to test their hypotheses regarding how ecological processes drive network topology. Yet, topological properties identified across these networks may not be sufficiently attributable to ecological processes alone as often assumed. Instead, much of the totality of topological differences between networks---topological heterogeneity---could be due to variations in research designs and approaches that different researchers use to create each species interaction network. To evaluate the degree to which this topological heterogeneity is present in available ecological networks, we first compared the amount of topological heterogeneity across 723 species interaction networks created by different sets of researchers with the amount quantified from non-ecological networks known to be constructed following more consistent approaches. Then, to further test whether the topological heterogeneity was due to differences in study designs, and not only to inherent variation within ecological networks, we compared the amount of topological heterogeneity between species interaction networks created by the same sets of researchers (i.e., networks from the same publication) with the amount quantified between networks that were each from a unique publication source. We found that species interaction networks are highly topologically heterogeneous: while species interaction networks from the same publication are much more topologically similar to each other than interaction networks that are from a unique publication, they still show at least twice as much heterogeneity as any category of non-ecological networks that we tested. Altogether, our findings suggest that extra care is necessary to effectively analyze species interaction networks created by different researchers, perhaps by controlling for the publication source of each network.},
langid = {english}
}
@article{brownMetabolicTheoryEcology2004,
title = {Toward a {{Metabolic Theory}} of {{Ecology}}},
author = {Brown, James H. and Gillooly, James F. and Allen, Andrew P. and Savage, Van M. and West, Geoffrey B.},
year = {2004},
journal = {Ecology},
volume = {85},
number = {7},
pages = {1771--1789},
issn = {1939-9170},
doi = {10.1890/03-9000},
urldate = {2024-10-03},
abstract = {Metabolism provides a basis for using first principles of physics, chemistry, and biology to link the biology of individual organisms to the ecology of populations, communities, and ecosystems. Metabolic rate, the rate at which organisms take up, transform, and expend energy and materials, is the most fundamental biological rate. We have developed a quantitative theory for how metabolic rate varies with body size and temperature. Metabolic theory predicts how metabolic rate, by setting the rates of resource uptake from the environment and resource allocation to survival, growth, and reproduction, controls ecological processes at all levels of organization from individuals to the biosphere. Examples include: (1) life history attributes, including development rate, mortality rate, age at maturity, life span, and population growth rate; (2) population interactions, including carrying capacity, rates of competition and predation, and patterns of species diversity; and (3) ecosystem processes, including rates of biomass production and respiration and patterns of trophic dynamics. Data compiled from the ecological literature strongly support the theoretical predictions. Eventually, metabolic theory may provide a conceptual foundation for much of ecology, just as genetic theory provides a foundation for much of evolutionary biology.},
copyright = {{\copyright} 2004 by the Ecological Society of America},
langid = {english},
keywords = {allometry,biogeochemical cycles,body size,development,ecological interactions,ecological theory,metabolism,population growth,production,stoichiometry,temperature,trophic dynamics},
file = {/Users/tanyastrydom/Zotero/storage/7UHBWMNR/03-9000.html}
}
@article{bucheMultitrophicHigherOrderInteractions2024,
title = {Multitrophic {{Higher-Order Interactions Modulate Species Persistence}}},
author = {Buche, Lisa and Bartomeus, Ignasi and Godoy, Oscar},
year = {2024},
month = apr,
journal = {The American Naturalist},
volume = {203},
number = {4},
pages = {458--472},
publisher = {The University of Chicago Press},
issn = {0003-0147},
doi = {10.1086/729222},
urldate = {2024-09-30},
abstract = {Ecologists increasingly recognize that interactions between two species can be affected by the density of a third species. How these higher-order interactions (HOIs) affect species persistence remains poorly understood. To explore the effect of HOIs stemming from multiple trophic layers on a plant community composition, we experimentally built a mesocosm with three plants and three pollinator species arranged in a fully nested and modified network structure. We estimated pairwise interactions among plants and between plants and pollinators, as well as HOIs initiated by a plant or a pollinator affecting plant species pairs. Using a structuralist approach, we evaluated the consequences of the statistically supported HOIs on the persistence probability of each of the three competing plant species and their combinations. HOIs substantially redistribute the strength and sign of pairwise interactions between plant species, promoting the opportunities for multispecies communities to persist compared with a non-HOI scenario. However, the physical elimination of a plant-pollinator link in the modified network structure promotes changes in per capita pairwise interactions and HOIs, resulting in a single-species community. Our study provides empirical evidence of the joint importance of HOIs and network structure in determining species persistence within diverse communities.},
keywords = {coexistence,multitrophic interactions,per capita effects,plant-pollinator network},
file = {/Users/tanyastrydom/Zotero/storage/GMRSTM8E/Buche et al. - 2024 - Multitrophic Higher-Order Interactions Modulate Sp.pdf}
}
@article{canardEmergenceStructuralPatterns2012,
title = {Emergence of {{Structural Patterns}} in {{Neutral Trophic Networks}}},
author = {Canard, Elsa and Mouquet, Nicolas and Marescot, Lucile and Gaston, Kevin J. and Gravel, Dominique and Mouillot, David},
year = {2012},
month = aug,
journal = {PLOS ONE},
volume = {7},
number = {8},
pages = {e38295},
publisher = {Public Library of Science},
issn = {1932-6203},
doi = {10.1371/journal.pone.0038295},
urldate = {2024-07-05},
abstract = {Interaction networks are central elements of ecological systems and have very complex structures. Historically, much effort has focused on niche-mediated processes to explain these structures, while an emerging consensus posits that both niche and neutral mechanisms simultaneously shape many features of ecological communities. However, the study of interaction networks still lacks a comprehensive neutral theory. Here we present a neutral model of predator-prey interactions and analyze the structural characteristics of the simulated networks. We find that connectance values (complexity) and complexity-diversity relationships of neutral networks are close to those observed in empirical bipartite networks. High nestedness and low modularity values observed in neutral networks fall in the range of those from empirical antagonist bipartite networks. Our results suggest that, as an alternative to niche-mediated processes that induce incompatibility between species (``niche forbidden links''), neutral processes create ``neutral forbidden links'' due to uneven species abundance distributions and the low probability of interaction between rare species. Neutral trophic networks must be seen as the missing endpoint of a continuum from niche to purely stochastic approaches of community organization.},
langid = {english},
keywords = {Community structure,Ecological niches,Network analysis,Predation,Relative abundance distribution,Species diversity,Species interactions,Trophic interactions},
file = {/Users/tanyastrydom/Zotero/storage/2NWZC39M/Canard et al. - 2012 - Emergence of Structural Patterns in Neutral Trophi.pdf}
}
@article{canardEmpiricalEvaluationNeutral2014,
title = {Empirical {{Evaluation}} of {{Neutral Interactions}} in {{Host-Parasite Networks}}.},
author = {Canard, E. F. and Mouquet, N. and Mouillot, D. and Stanko, M. and Miklisova, D. and Gravel, D.},
year = {2014},
month = apr,
journal = {The American Naturalist},
volume = {183},
number = {4},
pages = {468--479},
publisher = {The University of Chicago Press},
issn = {0003-0147},
doi = {10.1086/675363},
urldate = {2024-11-22},
abstract = {While niche-based processes have been invoked extensively to explain the structure of interaction networks, recent studies propose that neutrality could also be of great importance. Under the neutral hypothesis, network structure would simply emerge from random encounters between individuals and thus would be directly linked to species abundance. We investigated the impact of species abundance distributions on qualitative and quantitative metrics of 113 host-parasite networks. We analyzed the concordance between neutral expectations and empirical observations at interaction, species, and network levels. We found that species abundance accurately predicts network metrics at all levels. Despite host-parasite systems being constrained by physiology and immunology, our results suggest that neutrality could also explain, at least partially, their structure. We hypothesize that trait matching would determine potential interactions between species, while abundance would determine their realization.},
keywords = {host-parasite network,network structure,neutrality,null model,species abundance distribution},
file = {/Users/tanyastrydom/Zotero/storage/C288TWUC/Canard et al. - 2014 - Empirical Evaluation of Neutral Interactions in Ho.pdf}
}
@article{caronAddressingEltonianShortfall2022,
title = {Addressing the {{Eltonian}} Shortfall with Trait-Based Interaction Models},
author = {Caron, Dominique and Maiorano, Luigi and Thuiller, Wilfried and Pollock, Laura J.},
year = {2022},
journal = {Ecology Letters},
volume = {25},
number = {4},
pages = {889--899},
issn = {1461-0248},
doi = {10.1111/ele.13966},
urldate = {2023-09-15},
abstract = {We have very limited knowledge of how species interact in most communities and ecosystems despite trophic relationships being fundamental for linking biodiversity to ecosystem functioning. A promising approach to fill this gap is to predict interactions based on functional traits, but many questions remain about how well we can predict interactions for different taxa, ecosystems and amounts of input data. Here, we built a new traits-based model of trophic interactions for European vertebrates and found that even models calibrated with 0.1\% of the interactions (100 out of 71 k) estimated the full European vertebrate food web reasonably well. However, predators were easier to predict than prey, especially for some clades (e.g. fowl and storks) and local food web connectance was consistently overestimated. Our results demonstrate the ability to rapidly generate food webs when empirical data are lacking---an important step towards a more complete and spatially explicit description of food webs.},
copyright = {{\copyright} 2022 John Wiley \& Sons Ltd.},
langid = {english},
keywords = {ecological networks,ecological predictions,food web,model transferability,terrestrial vertebrates,trait matching,trophic interactions},
file = {/Users/tanyastrydom/Zotero/storage/YIYHD8HS/ele.html}
}
@article{caronTraitmatchingModelsPredict2024,
title = {Trait-Matching Models Predict Pairwise Interactions across Regions, Not Food Web Properties},
author = {Caron, Dominique and Brose, Ulrich and Lurgi, Miguel and Blanchet, F. Guillaume and Gravel, Dominique and Pollock, Laura J.},
year = {2024},
journal = {Global Ecology and Biogeography},
volume = {33},
number = {4},
pages = {e13807},
issn = {1466-8238},
doi = {10.1111/geb.13807},
urldate = {2024-03-21},
abstract = {Aim Food webs are essential for understanding how ecosystems function, but empirical data on the interactions that make up these ecological networks are lacking for most taxa in most ecosystems. Trait-based models can fill these data gaps, but their ability to do so has not been widely tested. We test how well these models can extrapolate to new ecological communities both in terms of pairwise predator--prey interactions and higher level food web attributes (i.e. species position, food web-level properties). Location Canada, Europe, Tanzania. Time Period Current. Major Taxa Studied Terrestrial vertebrates. Methods We train trait-based models of pairwise trophic interactions on four independent vertebrate food webs (Canadian tundra, Serengeti, alpine south-eastern Pyrenees and Europe) and evaluate how well these models predict pairwise interactions and network properties of each food web. Results We find that, overall, trait-based models predict most interactions and their absence correctly. Performance was best for training and testing on the same food web (AUC {$>$} 0.90) and declined with environmental and phylogenetic distances with the strongest loss of performance for the tundra-Serengeti ecosystems (AUC {$>$} 0.75). Network metrics were less well-predicted than single interactions by our models with predicted food webs being more connected, less modular, and with higher mean trophic levels than observed. Main Conclusions Theory predicts that the variability observed in food webs can be explained by differences in trait distributions and trait-matching relationships. Our finding that trait-based models can predict many trophic interactions, even in contrasting environments, adds to the growing body of evidence that there are general constraints on interactions and that trait-based methods can serve as a useful first approximation of food webs in unknown areas. However, food webs are more than the sum of their parts, and predicting network attributes will likely require models that simultaneously predict individual interactions and community constraints.},
langid = {english},
keywords = {ecological predictions,food web,model transferability,terrestrial vertebrates,trait matching,trophic interactions},
file = {/Users/tanyastrydom/Zotero/storage/5WSV2KMN/Caron et al. - 2024 - Trait-matching models predict pairwise interaction.pdf;/Users/tanyastrydom/Zotero/storage/IUZB465T/geb.html}
}
@article{catchenMissingLinkDiscerning2023,
title = {The Missing Link: Discerning True from False Negatives When Sampling Species Interaction Networks},
shorttitle = {The Missing Link},
author = {Catchen, Michael D. and Poisot, Timoth{\'e}e and Pollock, Laura J. and Gonzalez, Andrew},
year = {2023},
month = jan,
publisher = {EcoEvoRxiv},
urldate = {2023-09-15},
abstract = {Ecosystems are composed of networks of interacting species. These interactions allow communities of species to persist through time through both neutral and adaptive processes. Despite their importance, a robust understanding of (and ability to predict and forecast) interactions among species remains elusive. This knowledge-gap is largely driven by a shortfall of data---although species occurrence data has rapidly increased in the last decade, species interaction data has not kept pace, largely due to the effort required to sample interactions. This means there are many interactions between species that occur in nature, but we do not know these interactions occur because we have never observed them. These so-called ``false-negatives'' bias data and hinder inference about the structure and dynamics of interaction networks. Here, we demonstrate the realized rate of false-negatives in data can be quite high, even in thoroughly sampled systems, due to the intrinsic variation in abundances across species in a community. We illustrate how a null model of occurrence detection can be used to estimate the false-negative rate in a given dataset. We also show how to directly incorporate uncertainty due to observation error into model-based predictions of interaction probabilities between species. One hypothesis is that interactions between ``rare'' species are themselves rare because these species are less likely to encounter one-another than species of higher relative abundance, and that this can (in part) explain the common pattern of nestedness in bipartite interaction networks. However, we demonstrate that across several datasets of spatial or temporally replicated networks, there are positive associations between species co-occurrence and interactions, which suggests these interactions among ``rare'' species actually exist but simply are not observed. Finally, we assess how false negatives influence various models of network prediction, and recommend directly accounting for observation error in predictive models. We conclude by discussing how the understanding of false-negatives can inform how we design monitoring schemes for species interactions.},
copyright = {CC BY Attribution 4.0 International},
langid = {english}
}
@article{cattinPhylogeneticConstraintsAdaptation2004,
title = {Phylogenetic Constraints and Adaptation Explain Food-Web Structure},
author = {Cattin, Marie-France and Bersier, Louis-F{\'e}lix and {Bana{\v s}ek-Richter}, Carolin and Baltensperger, Richard and Gabriel, Jean-Pierre},
year = {2004},
month = feb,
journal = {Nature},
volume = {427},
number = {6977},
pages = {835--839},
publisher = {Nature Publishing Group},
issn = {1476-4687},
doi = {10.1038/nature02327},
urldate = {2024-02-01},
abstract = {Food webs are descriptions of who eats whom in an ecosystem. Although extremely complex and variable, their structure possesses basic regularities1,2,3,4,5,6. A fascinating question is to find a simple model capturing the underlying processes behind these repeatable patterns. Until now, two models have been devised for the description of trophic interactions within a natural community7,8. Both are essentially based on the concept of ecological niche, with the consumers organized along a single niche dimension; for example, prey size8,9. Unfortunately, they fail to describe adequately recent and high-quality data. Here, we propose a new model built on the hypothesis that any species' diet is the consequence of phylogenetic constraints and adaptation. Simple rules incorporating both concepts yield food webs whose structure is very close to real data. Consumers are organized in groups forming a nested hierarchy, which better reflects the complexity and multidimensionality of most natural systems.},
copyright = {2004 Macmillan Magazines Ltd.},
langid = {english},
keywords = {Humanities and Social Sciences,multidisciplinary,Science},
file = {/Users/tanyastrydom/Zotero/storage/CVEVP4AX/Cattin et al. - 2004 - Phylogenetic constraints and adaptation explain fo.pdf}
}
@article{chenTransientDynamicsFood2001,
title = {Transient Dynamics and Food--Web Complexity in the {{Lotka}}--{{Volterra}} Cascade Model},
author = {Chen, X. and Cohen, J. E.},
year = {2001},
month = apr,
journal = {Proceedings of the Royal Society of London. Series B: Biological Sciences},
volume = {268},
number = {1469},
pages = {869--877},
publisher = {Royal Society},
doi = {10.1098/rspb.2001.1596},
urldate = {2024-02-01},
abstract = {How does the long--term behaviour near equilibrium of model food webs correlate with their short--term transient dynamics? Here, simulations of the Lotka--Volterra cascade model of food webs provide the first evidence to answer this question. Transient behaviour is measured by resilience, reactivity, the maximum amplification of a perturbation and the time at which the maximum amplification occurs. Model food webs with a higher probability of local asymptotic stability may be less resilient and may have a larger transient growth of perturbations. Given a fixed connectance, the sizes and durations of transient responses to perturbations increase with the number of species. Given a fixed number of species, as connectance increases, the sizes and durations of transient responses to perturbations may increase or decrease depending on the type of link that is varied. Reactivity is more sensitive to changes in the number of donor--controlled links than to changes in the number of recipient--controlled links, while resilience is more sensitive to changes in the number of recipient--controlled links than to changes in the number of donor--controlled links. Transient behaviour is likely to be one of the important factors affecting the persistence of ecological communities.},
keywords = {food webs,persistence,perturbation,reactivity,resilience,stability},
file = {/Users/tanyastrydom/Zotero/storage/U3EH86TC/Chen and Cohen - 2001 - Transient dynamics and food–web complexity in the .pdf}
}
@article{cherifEnvironmentRescueCan2024,
title = {The Environment to the Rescue: Can Physics Help Predict Predator--Prey Interactions?},
shorttitle = {The Environment to the Rescue},
author = {Cherif, Mehdi and Brose, Ulrich and Hirt, Myriam R. and Ryser, Remo and Silve, Violette and Albert, Georg and Arnott, Russell and Berti, Emilio and Cirtwill, Alyssa and Dyer, Alexander and Gauzens, Benoit and Gupta, Anhubav and Ho, Hsi-Cheng and Portalier, S{\'e}bastien M. J. and Wain, Danielle and Wootton, Kate},
year = {2024},
journal = {Biological Reviews},
volume = {138},
number = {1},
issn = {1469-185X},
doi = {10.1111/brv.13105},
urldate = {2024-06-17},
abstract = {Understanding the factors that determine the occurrence and strength of ecological interactions under specific abiotic and biotic conditions is fundamental since many aspects of ecological community stability and ecosystem functioning depend on patterns of interactions among species. Current approaches to mapping food webs are mostly based on traits, expert knowledge, experiments, and/or statistical inference. However, they do not offer clear mechanisms explaining how trophic interactions are affected by the interplay between organism characteristics and aspects of the physical environment, such as temperature, light intensity or viscosity. Hence, they cannot yet predict accurately how local food webs will respond to anthropogenic pressures, notably to climate change and species invasions. Herein, we propose a framework that synthesises recent developments in food-web theory, integrating body size and metabolism with the physical properties of ecosystems. We advocate for combination of the movement paradigm with a modular definition of the predation sequence, because movement is central to predator--prey interactions, and a generic, modular model is needed to describe all the possible variation in predator--prey interactions. Pending sufficient empirical and theoretical knowledge, our framework will help predict the food-web impacts of well-studied physical factors, such as temperature and oxygen availability, as well as less commonly considered variables such as wind, turbidity or electrical conductivity. An improved predictive capability will facilitate a better understanding of ecosystem responses to a changing world.},
langid = {english},
keywords = {food webs,functional response,internal state,motion,movement paradigm,navigation,physical factors,predation sequence,predictability}
}
@article{chiccoAdvantagesMatthewsCorrelation2020,
title = {The Advantages of the {{Matthews}} Correlation Coefficient ({{MCC}}) over {{F1}} Score and Accuracy in Binary Classification Evaluation},
author = {Chicco, Davide and Jurman, Giuseppe},
year = {2020},
month = jan,
journal = {BMC Genomics},
volume = {21},
number = {1},
pages = {6},
issn = {1471-2164},
doi = {10.1186/s12864-019-6413-7},
urldate = {2024-03-22},
abstract = {To evaluate binary classifications and their confusion matrices, scientific researchers can employ several statistical rates, accordingly to the goal of the experiment they are investigating. Despite being a crucial issue in machine learning, no widespread consensus has been reached on a unified elective chosen measure yet. Accuracy and F1 score computed on confusion matrices have been (and still are) among the most popular adopted metrics in binary classification tasks. However, these statistical measures can dangerously show overoptimistic inflated results, especially on imbalanced datasets.},
keywords = {Accuracy,Binary classification,Biostatistics,Confusion matrices,Dataset imbalance,F1 score,Genomics,Machine learning,Matthews correlation coefficient},
file = {/Users/tanyastrydom/Zotero/storage/4KTILJ3D/Chicco and Jurman - 2020 - The advantages of the Matthews correlation coeffic.pdf;/Users/tanyastrydom/Zotero/storage/TNPWRPFX/s12864-019-6413-7.html}
}
@article{cirtwillQuantitativeFrameworkInvestigating2019,
title = {A Quantitative Framework for Investigating the Reliability of Empirical Network Construction},
author = {Cirtwill, Alyssa R. and Ekl{\"{\cyrchar\cyro}}f, Anna and Roslin, Tomas and Wootton, Kate and Gravel, Dominique},
year = {2019},
journal = {Methods in Ecology and Evolution},
volume = {10},
number = {6},
pages = {902--911},
issn = {2041-210X},
doi = {10.1111/2041-210X.13180},
urldate = {2019-04-03},
abstract = {1.Descriptions of ecological networks typically assume that the same interspecific interactions occur each time a community is observed. This contrasts with the known stochasticity of ecological communities: community composition, species abundances, and link structure all vary in space and time. Moreover, finite sampling generates variation in the set of interactions actually observed. For interactions that have not been observed, most data sets will not contain enough information for the ecologist to be con\_dent that unobserved interactions truly did not occur. 2. Here we develop the conceptual and analytical tools needed to capture uncertainty in the estimation of pairwise interactions. To define the problem, we identify the different contributions to the uncertainty of an interaction. We then outline a framework to quantify the uncertainty around each interaction by combining data on observed co-occurrences with prior knowledge. We illustrate this framework using perhaps the most extensively sampled network to date. 3. We found significant uncertainty in estimates for the probability of most pairwise interactions. This uncertainty can, however, be constrained with informative priors. This uncertainty scaled up to summary measures of network structure such as connectance and nestedness. Even with informative priors, we are likely to miss many interactions that may occur rarely or under different local conditions. 4. Overall, we demonstrate the importance of acknowledging the uncertainty inherent in network studies, and the utility of treating interactions as probabilities in pinpointing areas where more study is needed. Most importantly, we stress that networks are best thought of as systems constructed from random variables, the stochastic nature of which must be acknowledged for an accurate representation. Doing so will fundamentally change networks analyses and yield greater realism. This article is protected by copyright. All rights reserved.},
copyright = {This article is protected by copyright. All rights reserved.},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/UUS39J48/Cirtwill et al. - 2019 - A quantitative framework for investigating the rel.pdf;/Users/tanyastrydom/Zotero/storage/RBZS26LE/Cirtwill et al. - A quantitative framework for investigating the rel.html}
}
@article{cleggImpactIntraspecificVariation2018,
title = {The Impact of Intraspecific Variation on Food Web Structure},
author = {Clegg, Tom and Ali, Mohammad and Beckerman, Andrew P.},
year = {2018},
journal = {Ecology},
volume = {99},
number = {12},
pages = {2712--2720},
issn = {1939-9170},
doi = {10.1002/ecy.2523},
urldate = {2024-05-15},
abstract = {Accounting for the variation that occurs within species in food webs can theoretically result in significant changes in both network structure and dynamics. However, there has been little work exploring their role with empirical data. In particular, the variation associated with species' life cycles, which is prevalent and represents both trait variation and taxonomic identity, has received little attention. Here, we characterize the structural consequences of life stage variation in five food webs, including a newly compiled web from the Arabian Gulf. We show that making life stage variation explicit in food webs results in larger food webs that possess consistent structural changes that are separate from the changes in structure that come simply from increasing the number of nodes in the webs. Furthermore, we show that the magnitude of these changes is related to ontogenetic specialism, the degree of overlap in the ecological niches of life stages. These results demonstrate the capacity of intraspecific variation to affect ecological networks and indicate the potential usefulness of stage-structured food webs, which capture size and taxonomic information, to represent variation below the species level.},
copyright = {{\copyright} 2018 by the Ecological Society of America},
langid = {english},
keywords = {ecological network,empirical food web,ontogenetic niche shift,ontogeny,predator-prey,stage structure},
file = {/Users/tanyastrydom/Zotero/storage/C5ZVCPUU/Clegg et al. - 2018 - The impact of intraspecific variation on food web .pdf;/Users/tanyastrydom/Zotero/storage/UE32P5ND/ecy.html}
}
@book{cohenCommunityFoodWebs1990,
title = {Community {{Food Webs}}: {{Data}} and {{Theory}}},
shorttitle = {Community {{Food Webs}}},
author = {Cohen, Joel E and Briand, Frederic and Newman, Charles},
year = {1990},
series = {Biomathematics},
publisher = {Springer-Verlag},
address = {Berlin Heidelberg},
urldate = {2019-08-07},
abstract = {Food webs hold a central place in ecology. They describe which organisms feed on which others in natural habitats. This book describes recently discovered empirical regularities in real food webs: it proposes a novel theory unifying many of these regularities, as well as extensive empirical data. After a general introduction, reviewing the empirical and theoretical discoveries about food webs, the second portion of the book shows that community food webs obey several striking phenomenological regularities. Some of these unify, regardless of habitat. Others differentiate, showing that habitat significantly influences structure. The third portion of the book presents a theoretical analysis of some of the unifying empirical regularities. The fourth portion of the book presents 13 community food webs. Collected from scattered sources and carefully edited, they are the empirical basis for the results in the volume. The largest available set of data on community food webs provides a valuable foundation for future studies of community food webs. The book is intended for graduate students, teachers and researchers primarily in ecology. The theoretical portions of the book provide materials useful to teachers of applied combinatorics, in particular, random graphs. Researchers in random graphs will find here unsolved mathematical problems.},
isbn = {978-3-642-83786-9},
langid = {english}
}
@article{cohenFoodWebsDimensionality1977,
title = {Food Webs and the Dimensionality of Trophic Niche Space},
author = {Cohen, Joel E.},
year = {1977},
month = oct,
journal = {Proceedings of the National Academy of Sciences},
volume = {74},
number = {10},
pages = {4533--4536},
publisher = {Proceedings of the National Academy of Sciences},
doi = {10.1073/pnas.74.10.4533},
urldate = {2024-02-01},
abstract = {If the trophic niche of a kind of organism is a connected region in niche space, then it is possible for trophic niche overlaps to be described in a one-dimensional niche space if and only if the trophic niche overlap graph is an interval graph. An analysis of 30 food webs, using the combinatorial theory of interval graphs, suggests that a niche space of dimension 1 suffices, with unexpectedly high frequency and perhaps always, to describe the trophic niche overlaps implied by real food webs in single habitats. Consequently, real food webs fall in a small subset of the set of mathematically possible food webs. That real food webs are compatible with one-dimensional trophic niche spaces, more often than can be explained by chance alone, has not been noticed previously.},
file = {/Users/tanyastrydom/Zotero/storage/9V5LRTIJ/Cohen - 1977 - Food webs and the dimensionality of trophic niche .pdf}
}
@article{cohenStochasticTheoryCommunity1985,
title = {A Stochastic Theory of Community Food Webs {{I}}. {{Models}} and Aggregated Data},
author = {Cohen, Joel E. and Newman, C. M. and Steele, John Hyslop},
year = {1985},
journal = {Proceedings of the Royal Society of London. Series B. Biological Sciences},
volume = {224},
number = {1237},
pages = {421--448},
publisher = {Royal Society},
doi = {10.1098/rspb.1985.0042},
urldate = {2024-02-01},
abstract = {Three recently discovered quantitative empirical generalizations describe major features of the structure of community food webs. These generalizations are: (i) a species scaling law: the mean proportions of basal, intermediate and top species remain invariant at approximately 0.19, 0.53, and 0.29, respectively, over the range of variation in the number of species in a web; (ii) a link scaling law : the mean proportions of trophic links in the categories basal-intermediate, basal-top, intermediate--intermediate, and intermediate--top remain invariant at approximately 0.27, 0.08, 0.30 and 0.35, respectively, over the range of variation in the number of species in a web; and (iii) a link-species scaling law: the ratio of mean trophic links to species remains invariant at approximately 1.86, over the range of variation in the number of species in a web. This paper presents a model, the only successful one among several attempts, in which the first two of these empirical generalizations can be derived as a consequence of the third. The model assumes that species are ordered in a cascade or hierarchy such that a given species can prey on only those species below it and can be preyed on by only those species above it in the hierarchy.},
file = {/Users/tanyastrydom/Zotero/storage/ZGDQ9C63/Cohen et al. - 1997 - A stochastic theory of community food webs I. Mode.pdf}
}
@article{cooperDeepDiveEstimatingGlobal2024,
title = {{{DeepDive}}: Estimating Global Biodiversity Patterns through Time Using Deep Learning},
shorttitle = {{{DeepDive}}},
author = {Cooper, Rebecca B. and {Flannery-Sutherland}, Joseph T. and Silvestro, Daniele},
year = {2024},
month = may,
journal = {Nature Communications},
volume = {15},
number = {1},
pages = {4199},
publisher = {Nature Publishing Group},
issn = {2041-1723},
doi = {10.1038/s41467-024-48434-7},
urldate = {2024-06-04},
abstract = {Understanding how biodiversity has changed through time is a central goal of evolutionary biology. However, estimates of past biodiversity are challenged by the inherent incompleteness of the fossil record, even when state-of-the-art statistical methods are applied to adjust estimates while correcting for sampling biases. Here we develop an approach based on stochastic simulations of biodiversity and a deep learning model to infer richness at global or regional scales through time while incorporating spatial, temporal and taxonomic sampling variation. Our method outperforms alternative approaches across simulated datasets, especially at large spatial scales, providing robust palaeodiversity estimates under a wide range of preservation scenarios. We apply our method on two empirical datasets of different taxonomic and temporal scope: the Permian-Triassic record of marine animals and the Cenozoic evolution of proboscideans. Our estimates provide a revised quantitative assessment of two mass extinctions in the marine record and reveal rapid diversification of proboscideans following their expansion out of Africa and a\,{$>$}70\% diversity drop in the Pleistocene.},
copyright = {2024 The Author(s)},
langid = {english},
keywords = {Biodiversity,Machine learning,Palaeontology,Taxonomy},
file = {/Users/tanyastrydom/Zotero/storage/TPYM2GVT/Cooper et al. - 2024 - DeepDive estimating global biodiversity patterns .pdf}
}
@article{curtsdotterEcosystemFunctionPredator2019,
title = {Ecosystem Function in Predator--Prey Food Webs---Confronting Dynamic Models with Empirical Data},
author = {Curtsdotter, Alva and Banks, H. Thomas and Banks, John E. and Jonsson, Mattias and Jonsson, Tomas and Laubmeier, Amanda N. and Traugott, Michael and Bommarco, Riccardo},
year = {2019},
journal = {Journal of Animal Ecology},
volume = {88},
number = {2},
pages = {196--210},
issn = {1365-2656},
doi = {10.1111/1365-2656.12892},
urldate = {2024-09-19},
abstract = {Most ecosystem functions and related services involve species interactions across trophic levels, for example, pollination and biological pest control. Despite this, our understanding of ecosystem function in multitrophic communities is poor, and research has been limited to either manipulation in small communities or statistical descriptions in larger ones. Recent advances in food web ecology may allow us to overcome the trade-off between mechanistic insight and ecological realism. Molecular tools now simplify the detection of feeding interactions, and trait-based approaches allow the application of dynamic food web models to real ecosystems. We performed the first test of an allometric food web model's ability to replicate temporally nonaggregated abundance data from the field and to provide mechanistic insight into the function of predation. We aimed to reproduce and explore the drivers of the population dynamics of the aphid herbivore Rhopalosiphum padi observed in ten Swedish barley fields. We used a dynamic food web model, taking observed interactions and abundances of predators and alternative prey as input data, allowing us to examine the role of predation in aphid population control. The inverse problem methods were used for simultaneous model fit optimization and model parameterization. The model captured {$>$}70\% of the variation in aphid abundance in five of ten fields, supporting the model-embodied hypothesis that body size can be an important determinant of predation in the arthropod community. We further demonstrate how in-depth model analysis can disentangle the likely drivers of function, such as the community's abundance and trait composition. Analysing the variability in model performance revealed knowledge gaps, such as the source of episodic aphid mortality, and general method development needs that, if addressed, would further increase model success and enable stronger inference about ecosystem function. The results demonstrate that confronting dynamic food web models with abundance data from the field is a viable approach to evaluate ecological theory and to aid our understanding of function in real ecosystems. However, to realize the full potential of food web models, in ecosystem function research and beyond, trait-based parameterization must be refined and extended to include more traits than body size.},
copyright = {{\copyright} 2018 The Authors. Journal of Animal Ecology {\copyright} 2018 British Ecological Society},
langid = {english}
}
@article{daleGraphsSpatialGraphs2010,
title = {From {{Graphs}} to {{Spatial Graphs}}},
author = {Dale, M.R.T. and Fortin, M.-J.},
year = {2010},
journal = {Annual Review of Ecology, Evolution, and Systematics},
volume = {41},
eprint = {27896212},
eprinttype = {jstor},
pages = {21--38},
publisher = {Annual Reviews},
issn = {1543-592X},
urldate = {2021-05-06},
abstract = {Graph theory is a powerful body of mathematical knowledge, based on simple concepts, in which structural units are depicted as nodes with relationships between them depicted as lines. The nodes may have qualitative and quantitative characteristics, and the edges may have properties such as weights and directions. Graph theory provides a flexible conceptual model that can clarify the relationship between structures and processes, including the mechanisms of configuration effects and compositional differences. Graph concepts apply to many ecological and evolutionary phenomena, including interspecific associations, spatial structure, dispersal in landscapes, and relationships within metapopulations and metacommunities. We review applications of graph theory in biology, emphasizing graphs with spatial contexts. We show how spatial graph properties can be used for description and comparison as well as to test specific hypotheses. We suggest that future applications should include explicit spatial elements for landscape studies of ecological, genetic and epidemiological phenomena.}
}
@article{dallarivaExploringEvolutionarySignature2016,
title = {Exploring the Evolutionary Signature of Food Webs' Backbones Using Functional Traits},
author = {Dalla Riva, Giulio V and Stouffer, Daniel B.},
year = {2016},
journal = {Oikos},
volume = {125},
number = {4},
pages = {446--456},
issn = {1600-0706},
doi = {10.1111/oik.02305},
urldate = {2020-09-17},
abstract = {Increasing evidence suggests that an appropriate model for food webs, the network of feeding links in a community of species, should take into account the inherent variability of ecological interactions. Harnessing this variability, we will show that it is useful to interpret empirically observed food webs as realisations of a family of stochastic processes, namely random dot-product graph models. These models provide an ideal extension of food-web models beyond the limitations of current deterministic or partially probabilistic models. As an additional benefit, our RDPG framework enables us to identify the pairwise distance structure given by species' functional food-web traits: this allows for the natural emergence of ecologically meaningful species groups. Lastly, our results suggest the notion that the evolutionary signature in food webs is already detectable in their stochastic backbones, while the contribution of their fine wiring is arguable. Synthesis Food webs are influenced by many stochastic processes and are constantly evolving. Here, we treat observed food webs as realisations of random dot-product graph models (RDPG), extending food-web modelling beyond the limitations of current deterministic or partially probabilistic models. Our RDPG framework enables us to identify the pairwise-distance structure given by species' functional food-web traits, which in turn allows for the natural emergence of ecologically meaningful species groups. It also provides a way to measure the phylogenetic signal present in food webs, which we find is strongest in webs' low-dimensional backbones.},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/6UJMKH3J/Riva and Stouffer - 2016 - Exploring the evolutionary signature of food webs'.pdf;/Users/tanyastrydom/Zotero/storage/D5LDWZI2/oik.html}
}
@article{dallasPredictingCrypticLinks2017,
title = {Predicting Cryptic Links in Host-Parasite Networks},
author = {Dallas, Tad and Park, Andrew W. and Drake, John M.},
year = {2017},
month = may,
journal = {PLOS Computational Biology},
volume = {13},
number = {5},
pages = {e1005557},
publisher = {Public Library of Science},
issn = {1553-7358},
doi = {10.1371/journal.pcbi.1005557},
urldate = {2021-10-21},
abstract = {Networks are a way to represent interactions among one (e.g., social networks) or more (e.g., plant-pollinator networks) classes of nodes. The ability to predict likely, but unobserved, interactions has generated a great deal of interest, and is sometimes referred to as the link prediction problem. However, most studies of link prediction have focused on social networks, and have assumed a completely censused network. In biological networks, it is unlikely that all interactions are censused, and ignoring incomplete detection of interactions may lead to biased or incorrect conclusions. Previous attempts to predict network interactions have relied on known properties of network structure, making the approach sensitive to observation errors. This is an obvious shortcoming, as networks are dynamic, and sometimes not well sampled, leading to incomplete detection of links. Here, we develop an algorithm to predict missing links based on conditional probability estimation and associated, node-level features. We validate this algorithm on simulated data, and then apply it to a desert small mammal host-parasite network. Our approach achieves high accuracy on simulated and observed data, providing a simple method to accurately predict missing links in networks without relying on prior knowledge about network structure.},
langid = {english}
}
@misc{danetResponseDiversityMajor2024,
title = {Response Diversity Is a Major Driver of Temporal Stability in Complex Food Webs},
author = {Danet, Alain and K{\'e}fi, Sonia and Johnson, Thomas F. and Beckerman, Andrew P.},
year = {2024},
month = aug,
primaryclass = {New Results},
pages = {2024.08.29.610288},
publisher = {bioRxiv},
doi = {10.1101/2024.08.29.610288},
urldate = {2024-11-24},
abstract = {Global change constitutes a suite of major threats to biodiversity and ecosystem functioning. These threats can materialise via changes in the temporal stability of ecological communities and the services they provide. However, the majority of research on stability has focused on single trophic level communities and has not yet integrated classic theory about species richness and food web structure with more recent theory centred on response diversity and stochasticity. Using a stochastic bioenergenetic food-web model, we reveal that response diversity is a major driver of community stability. Moreover, positive stability-richness relationships emerge only in the presence of response diversity. In contrast to previous work, food-web structural properties are only secondary drivers of overall community stability, but interact with response diversity to determine the sign of the stability-richness relationship. Our study highlights the complex pathways by which food-web structure and response diversity drive community stability, and raises concerns about how the loss of response diversity may lead to a breakdown of stability and the capacity for these communities to deliver functions and services to human societies.},
archiveprefix = {bioRxiv},
chapter = {New Results},
copyright = {{\copyright} 2024, Posted by Cold Spring Harbor Laboratory. This pre-print is available under a Creative Commons License (Attribution 4.0 International), CC BY 4.0, as described at http://creativecommons.org/licenses/by/4.0/},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/LQYQF52Y/Danet et al. - 2024 - Response diversity is a major driver of temporal s.pdf}
}
@article{dansereauOvercomingDisconnectInteraction2024,
title = {Overcoming the Disconnect between Interaction Networks and Biodiversity Conservation and Management},
author = {Dansereau, Gabriel and Braga, Jo{\~a}o and Ficetola, Gentile Francesco and Galiana, Nur{\'i}a and Gravel, Dominique and Maiorano, Luigi and Montoya, Jos{\'e} M. and O'Connor, Louise and Pollock, Laura J. and Thuiller, Wilfried and Poisot, Timoth{\'e}e and Barros, Ceres},
year = {2024},
month = nov,
publisher = {EcoEvoRxiv},
urldate = {2024-12-04},
abstract = {Decision-makers need to act now to halt biodiversity loss, and ecologists must provide them with relevant species interaction indicators to inform on community- and ecosystem-level changes. Yet, the integration of ecological networks into conservation is still virtually nonexistent. Here, we discuss challenges and opportunities related to uncertainty, interpretability and relevance of network metrics applied to conservation. We argue that existing data and methodologies are sufficient to generate network information usable for conservation, and to overcome existing challenges. Interaction network indicators must meet criteria important to decision-makers and be tied to specific conservation goals, which requires academics to better engage with practitioners. We suggest network robustness as an indicator for biodiversity management and showcase it in a workflow to inform decision-making.},
copyright = {CC BY Attribution 4.0 International},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/FNSJNYIY/Dansereau et al. - 2024 - Overcoming the disconnect between interaction netw.pdf}
}
@article{dansereauSpatiallyExplicitPredictions2024,
title = {Spatially Explicit Predictions of Food Web Structure from Regional-Level Data},
author = {Dansereau, Gabriel and Barros, Ceres and Poisot, Timoth{\'e}e},
year = {2024},
journal = {Philosophical Transactions of the Royal Society B: Biological Sciences},
volume = {379},
number = {1909},
publisher = {EcoEvoRxiv},
doi = {10.1098/rstb.2023.0166},
urldate = {2023-09-18},
abstract = {Knowledge about how ecological networks vary across global scales is currently limited given the complexity of acquiring repeated data for species interactions. Yet, recent developments of metawebs highlight efficient ways to first document possible interactions within regional species pools. Downscaling metawebs towards local network predictions is a promising approach to use current data to investigate the variation of networks across space. However, issues remain in how to represent the spatial variability and uncertainty of species interactions, especially for large scale food webs. Here, we present a probabilistic framework to downscale a metaweb based on the Canadian mammal metaweb and species occurrences from GBIF. We investigate how our approach can be used to represent the variability of networks and communities between ecoregions in Canada. Our results highlighted mismatches in the distribution of species richness and interactions, especially in their within-ecoregion variability, indicating that interactions vary differently than species distributions over continental-scale gradients. Results summarized by ecoregion showed non-constant variation within and between ecologically meaningful biogeographic boundaries and identified contrasting diversity hotspots. Our method offers the potential to bring global predictions down to a more actionable local scale, and increases the diversity of ecological networks that can be projected in space.},
copyright = {CC-By Attribution-ShareAlike 4.0 International},
langid = {english}
}
@book{darwinOriginSpeciesMeans1859,
title = {On the {{Origin}} of {{Species}} by {{Means}} of {{Natural Selection}}, or the {{Preservation}} of {{Favoured Races}} in the {{Struggle}} for {{Life}}},
author = {Darwin, Charles},
year = {1859},
publisher = {J. Murray},
address = {London}
}
@article{deangelisModelTropicInteraction1975,
title = {A {{Model}} for {{Tropic Interaction}}},
author = {DeAngelis, D. L. and Goldstein, R. A. and O'Neill, R. V.},
year = {1975},
month = jul,
journal = {Ecology},
volume = {56},
number = {4},
pages = {881--892},
issn = {0012-9658, 1939-9170},
doi = {10.2307/1936298},
urldate = {2024-03-25},
abstract = {A nonlinear function general enough to include the effects of feeding saturation and intraspecific consumer interference is used to represent the transfer of material or energy from one trophic level to another. The function agrees with some recent experimental data on feeding rates. A model using this feeding rate function is subjected to equilibrium and stability analyses to ascertain its mathematical implications. The analyses lead to several observations; for example, increases in maximum feeding rate may, under certain circumstances, result in decreases in consumer population and mutual interference between consumers is a major stabilizing factor in a nonlinear system. The analyses also suggest that realistic classes of consumer-resourcemodels exist which do not obey Kolmogorov's Criteria but are nevertheless globally stable.},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/6BD8CY8E/DeAngelis et al. - 1975 - A Model for Tropic Interaction.pdf}
}
@article{deangelisNutrientDynamicsFoodWeb1989,
title = {Nutrient {{Dynamics}} and {{Food-Web Stability}}},
author = {DeAngelis, D. L. and Mulholland, P. J. and Palumbo, A. V. and Steinman, A. D. and Huston, M. A. and Elwood, J. W.},
year = {1989},
month = nov,
journal = {Annual Review of Ecology, Evolution and Systematics},
volume = {20},
number = {Volume 20, 1989},
pages = {71--95},
publisher = {Annual Reviews},
issn = {1543-592X, 1545-2069},
doi = {10.1146/annurev.es.20.110189.000443},
urldate = {2024-04-09},
langid = {english},
file = {/Users/tanyastrydom/Zotero/storage/XGSZDMIW/annurev.es.20.110189.html}
}
@article{delmasAnalysingEcologicalNetworks2019,
title = {Analysing Ecological Networks of Species Interactions},
author = {Delmas, Eva and Besson, Mathilde and Brice, Marie-H{\'e}l{\`e}ne and Burkle, Laura A. and Riva, Giulio V. Dalla and Fortin, Marie-Jos{\'e}e and Gravel, Dominique and Guimar{\~a}es, Paulo R. and Hembry, David H. and Newman, Erica A. and Olesen, Jens M. and Pires, Mathias M. and Yeakel, Justin D. and Poisot, Timoth{\'e}e},
year = {2019},
journal = {Biological Reviews},
volume = {94},
number = {1},
pages = {16--36},
issn = {1469-185X},
doi = {10.1111/brv.12433},
urldate = {2020-08-24},
abstract = {Network approaches to ecological questions have been increasingly used, particularly in recent decades. The abstraction of ecological systems -- such as communities -- through networks of interactions between their components indeed provides a way to summarize this information with single objects. The methodological framework derived from graph theory also provides numerous approaches and measures to analyze these objects and can offer new perspectives on established ecological theories as well as tools to address new challenges. However, prior to using these methods to test ecological hypotheses, it is necessary that we understand, adapt, and use them in ways that both allow us to deliver their full potential and account for their limitations. Here, we attempt to increase the accessibility of network approaches by providing a review of the tools that have been developed so far, with -- what we believe to be -- their appropriate uses and potential limitations. This is not an exhaustive review of all methods and metrics, but rather, an overview of tools that are robust, informative, and ecologically sound. After providing a brief presentation of species interaction networks and how to build them in order to summarize ecological information of different types, we then classify methods and metrics by the types of ecological questions that they can be used to answer from global to local scales, including methods for hypothesis testing and future perspectives. Specifically, we show how the organization of species interactions in a community yields different network structures (e.g., more or less dense, modular or nested), how different measures can be used to describe and quantify these emerging structures, and how to compare communities based on these differences in structures. Within networks, we illustrate metrics that can be used to describe and compare the functional and dynamic roles of species based on their position in the network and the organization of their interactions as well as associated new methods to test the significance of these results. Lastly, we describe potential fruitful avenues for new methodological developments to address novel ecological questions.},
langid = {english},
keywords = {biogeography,community ecology,DelmasE,ecological networks,graph theory,interactions,networks,PoisotT,Recommended_Tim,Workshop_Oct},
file = {/Users/tanyastrydom/Zotero/storage/7ZDGIXPL/Delmas et al. - 2019 - Analysing ecological networks of species interacti.pdf;/Users/tanyastrydom/Zotero/storage/EU2YG29S/brv.html}
}
@article{delmasSimulationsBiomassDynamics2017,
title = {Simulations of Biomass Dynamics in Community Food Webs},
author = {Delmas, Eva and Brose, Ulrich and Gravel, Dominique and Stouffer, Daniel B. and Poisot, Timoth{\'e}e},
year = {2017},
journal = {Methods in Ecology and Evolution},
volume = {8},
number = {7},
pages = {881--886},
issn = {2041-210X},
doi = {10.1111/2041-210X.12713},