Direct submissions to PCI Ecology from bioRxiv.org are possible using the B2J service
Latest recommendations
Id | Title * | Authors * | Abstract * | Picture * | Thematic fields * | Recommender | Reviewers | Submission date▼ | |
---|---|---|---|---|---|---|---|---|---|
26 Aug 2024
![]() Urban Cepaea nemoralis snails are less likely to have nematodes trapped within their shellsMaxime Dahirel, Hannah Reyné, Katrien De Wolf, Dries Bonte https://doi.org/10.1101/2024.03.07.583959Urbanisation linked to a decline in the proportion of snails with trapped nematodes in their shellRecommended by Alison Duncan based on reviews by Robbie Rae and 1 anonymous reviewerUrbanisation modifies species’ habitats affecting their density, distribution, fitness, and behaviour with knock-on effects for their parasites’ abundance and transmission (Bradley & Altizer 2007). A meta-analysis found that changes in resource provisioning due to anthropogenic change can have both positive and negative effects on parasite infection in wildlife populations, but that feeding on urban waste had an effect of reducing infection, especially for helminths and protozoa (Becker, Streicker & Altizer 2015). Another study found that urbanisation reduced ectoparasite load in birds, but had no effect on endoparasites or avian flu (Reid et al. 2024). These changes may be due to novel diets reducing transmission via predation upon trophic hosts (Becker, Streicker & Altizer 2015) or behavioural, leading to more time available to preen (Reid et al. 2024). Less is known about how urbanisation affects invertebrates (but see Lewthwaite et al., 2024) and their parasites. This is important considering that invertebrates are often intermediate hosts of, and/or vector other parasites. Recent work has found that snails and slugs can trap nematodes in their shells to prevent infection (Rae 2017). This newly discovered resistance mechanism reveals that the shell serves an immune defence function. It also provides a record of nematode exposure and documents incidences of resistance to infection as the trapped nematode becomes fixed onto the shell surface (Rae 2017). Dahirel and co-authors exploit this to investigate whether snail-nematode interactions change in response to increasing levels of urbanisation (Dahirel et al. 2024). They explore whether the proportion of Cepaea nemoralis snails with trapped nematodes in their shell changes across an urbanisation gradient. They also explore whether different phenotypic snail traits, notably shell size, colour, band number and fusion explain the likelihood of having trapped nematodes in their shells. An increase in urbanisation was associated with a decrease in the proportion of snails with trapped nematodes in their shells. At the same time larger shells were more likely to have trapped nematodes, but this effect did not change across the urbanisation gradient. The authors discuss that reduced nematode encapsulation in urban environments may be due to lower encounter rate due to either fewer nematodes in urban environments, changes in snail behaviour reducing exposure, or alternatively that urban snails were less resistant to nematode infection. It will be interesting to investigate how this resistance mechanism is related to other forms of snail immunity and whether high rates of nematode encapsulation are an indicator of high resistance or high exposure. This will enable nematode trapping to be used as a marker to indicate environments and/or snail populations harbouring high levels of parasitism and further exploitation of museum collections to understand host-parasite interactions in the past (Rae 2017). References Becker, D.J., Streicker, D.G. & Altizer, S. (2015) Linking anthropogenic resources to wildlife-pathogen dynamics: a review and meta-analysis. Ecol Lett, 18, 483-495. https://doi.org/10.1111/ele.12428 Bradley, C.A. & Altizer, S. (2007) Urbanization and the ecology of wildlife diseases. Trends Ecol Evol, 22, 95-102. https://doi.org/10.1016/j.tree.2006.11.001 Maxime Dahirel, Hannah Reyné, Katrien De Wolf, Dries Bonte (2024) Urban Cepaea nemoralis snails are less likely to have nematodes trapped within their shells. bioRxiv, ver.4 peer-reviewed and recommended by PCI Ecology https://doi.org/10.1101/2024.03.07.583959 Lewthwaite, J.M.M., Baiotto, T.M., Brown, B.V., Cheung, Y.Y., Baker, A.J., Lehnen, C., McGlynn, T.P., Shirey, V., Gonzalez, L., Hartop, E., Kerr, P.H., Wood, E. & Guzman, L.M. (2024) Drivers of arthropod biodiversity in an urban ecosystem. Sci Rep, 14, 390. https://doi.org/10.1038/s41598-023-50675-3 Rae, R. (2017) The gastropod shell has been co-opted to kill parasitic nematodes. Sci Rep, 7, 4745. https://doi.org/10.1038/s41598-017-04695-5 Reid, R., Capilla-Lasheras, P., Haddou, Y., Boonekamp, J. & Dominoni, D.M. (2024) The impact of urbanization on health depends on the health metric, life stage and level of urbanization: a global meta-analysis on avian species. Proc Biol Sci, 291, 20240617. https://doi.org/10.1098/rspb.2024.0617 | Urban *Cepaea nemoralis* snails are less likely to have nematodes trapped within their shells | Maxime Dahirel, Hannah Reyné, Katrien De Wolf, Dries Bonte | <p style="text-align: justify;">Urbanisation is a major human-induced environmental change which can impact not only individual species, but also the way these species interact with each other. As a group, terrestrial molluscs interact frequently ... | ![]() | Host-parasite interactions, Human impact | Alison Duncan | 2024-03-11 11:35:15 | View | |
26 Aug 2024
![]() Easy, fast and reproducible Stochastic Cellular Automata with choucaAlexandre Génin, Guillaume Dupont, Daniel Valencia, Mauro Zucconi, M. Isidora Ávila-Thieme, Sergio A. Navarrete, Evie A. Wieters https://doi.org/10.1101/2023.11.08.566206An R package for flexible and fast Stochastic Cellular Automata modelingRecommended by Samuel AlizonStochastic Cellular Automata (SCA) are a popular modelling tool because in, spite of their simplicity, they can generate a variety of spatial patterns. This makes them particularly appreciated, for instance, to validate the insights of analytical or semi-analytical spatial models that make simplifying assumptions, e.g. moment equations models. A first limit to SCA are that as soon as details are added to the model, reproducibility issues may occur. Computation speed is also an issue, especially for large populations. The work by Génin et al. addresses these two issues through the development of an R package, chouca. The use of the package is designed to be as smooth as possible: users only need to define the type of possible transitions along with their rates, the parameter values, the number of neighbours, and the initial state of the landscape. The main function returns the population dynamics of each state and even the final state of the landscape. In addition to its flexibility, an asset of chouca resides in its use of the Rcpp package, which compiles the model designed by the user in C++. This allows for high computation speed, which can be further boosted by using parallelising options from R. In their manuscript, the authors use ecological models to illustrate the more advanced possibilities opened by chouca, e.g. in terms of graphical interpretation or even to estimate parameter values by computing likelihood functions (the implementation in R does make it very appropriate for statistical inference in general). The package still has some limitations, and, for example, it currently only applied to 2D rectangular grids and it cannot include elaborate movement processes. However, some of these could be addressed in future releases and chouca already has the potential to become central for SCA modelling, both for beginners and expert users, especially in ecology. References Alexandre Génin, Guillaume Dupont, Daniel Valencia, Mauro Zucconi, M. Isidora Ávila-Thieme, Sergio A. Navarrete, Evie A. Wieters (2024) Easy, fast and reproducible Stochastic Cellular Automata with chouca. bioRxiv, ver.6 peer-reviewed and recommended by Peer Community in Ecology https://doi.org/10.1101/2023.11.08.566206 | Easy, fast and reproducible Stochastic Cellular Automata with chouca | Alexandre Génin, Guillaume Dupont, Daniel Valencia, Mauro Zucconi, M. Isidora Ávila-Thieme, Sergio A. Navarrete, Evie A. Wieters | <p style="text-align: justify;">Stochastic cellular automata (SCA) are models that describe spatial dynamics using a grid of cells that switch between discrete states over time. They are widely used to understand how small-scale processes scale up... | ![]() | Community ecology, Landscape ecology, Spatial ecology, Metacommunities & Metapopulations, Statistical ecology, Theoretical ecology | Samuel Alizon | 2024-03-11 10:54:39 | View | |
29 Jun 2024
![]() Reassessment of French breeding bird population sizes using citizen science and accounting for species detectabilityJean Nabias, Luc Barbaro, Benoit Fontaine, Jérémy Dupuy, Laurent Couzi, Clément Vallé, Romain Lorrillière https://hal.science/hal-04478371Reassessment of French breeding bird population sizes: from citizen science observations to nationwide estimatesRecommended by Nigel YoccozEstimating populations size of widespread, common species in a relatively large and heterogeneous country like France is difficult for several reasons, from having a sample covering well the diverse ecological gradients to accounting for detectability, the fact that absence of a species may represent a false negative, the species being present but not detected. Bird communities have been the focus of a very large number of studies, with some countries like the UK having long traditions of monitoring both common and rare species. Nabias et al. use a large, structured citizen science project to provide new estimates of common bird species, accounting for detectability and using different habitat and climate covariates to extrapolate abundance to non-sampled areas. About 2/3 of the species had estimates higher than what would have been expected using a previous attempt at estimating population size based in part on expert knowledge and projected using estimates of trends to the period covered by the citizen science sampling. Some species showed large differences between the two estimates, which could be in part explained by accounting for detectability. This paper uses what is called model-based inference (as opposed to design-based inference, that uses the design to make inferences about the whole population; Buckland et al. 2000), both in terms of detectability and habitat suitability. The estimates obtained depend on how well the model components approximate the underlying processes, which in a complex dataset like this one is not easy to assess. But it clearly shows that detectability may have substantial implications for the population size estimates. This is of course not new but has rarely been done at this scale and using a large sample obtained on many species. Interesting further work could focus on testing the robustness of the model-based approach by for example sampling new plots and compare the expected values to the observed values. Such a sampling could be stratified to maximize the discrimination between expected low and high abundances, at least for species where the estimates might be considered as uncertain, or for which estimating population sizes is deemed important. References Buckland, S. T., Goudie, I. B. J., & Borchers, D. L. (2000). Wildlife Population Assessment: Past Developments and Future Directions. Biometrics, 56(1), 1-12. https://doi.org/10.1111/j.0006-341X.2000.00001.x Nabias, J., Barbaro, L., Fontaine, B., Dupuy, J., Couzi, L., et al. (2024) Reassessment of French breeding bird population sizes using citizen science and accounting for species detectability. HAL, ver. 2 peer-reviewed and recommended by Peer Community in Ecology. https://hal.science/hal-04478371 | Reassessment of French breeding bird population sizes using citizen science and accounting for species detectability | Jean Nabias, Luc Barbaro, Benoit Fontaine, Jérémy Dupuy, Laurent Couzi, Clément Vallé, Romain Lorrillière | <p style="text-align: justify;">Higher efficiency in large-scale and long-term biodiversity monitoring can be obtained through the use of Essential Biodiversity Variables, among which species population sizes provide key data for conservation prog... | ![]() | Biogeography, Macroecology, Spatial ecology, Metacommunities & Metapopulations, Species distributions, Statistical ecology | Nigel Yoccoz | 2024-02-26 18:10:27 | View | |
21 Jan 2025
![]() Exploring Rubiaceae fungal endophytes across contrasting tropical forests, tree tissues, and developmental stagesHumberto Castillo-González, Jason C. Slot, Stephanie Yarwood, Priscila Chaverri https://doi.org/10.1101/2024.02.13.580172The hidden diversity of fungal endophytes, associated with Rubiaceae of Costa Rican old-growth forestsRecommended by Melanie Roy based on reviews by Marion Boisseaux and 1 anonymous reviewerEndophytic fungi are expected to be hyperdiverse in tropical forests, and here is an article exploring their diversity, hidden in Rubiaceae leaves, in two old-growth forests of Costa Rica. Humberto Castillo-González et al. not only described their diversity, but also test for the impact of leaf development stage, tissue origin, and site location. They distinguish the different fungal lineages and do identify distinct indicators, showing that specialization of endophytic fungi could be related to other factors in tropical forests. This article is a great example of fungal ecology in the tropics, interacting at fine and large scale with a diversity of hosts. It also invites to discuss the high specialization observed in the tropics, and the ecology of old-growth forests in Costa Rica. References Humberto Castillo-González, Jason C. Slot, Stephanie Yarwood, Priscila Chaverri (2025) Exploring Rubiaceae fungal endophytes across contrasting tropical forests, tree tissues, and developmental stages. bioRxiv, ver.3 peer-reviewed and recommended by PCI Ecology https://doi.org/10.1101/2024.02.13.580172 | Exploring Rubiaceae fungal endophytes across contrasting tropical forests, tree tissues, and developmental stages | Humberto Castillo-González, Jason C. Slot, Stephanie Yarwood, Priscila Chaverri | <p>Fungal endophytes play a pivotal role in tropical forest dynamics, influencing plant fitness through growth stimulation, disease suppression, stress tolerance, and nutrient mobilization. This study investigates the effects of region, leaf devel... | ![]() | Agroecology, Biodiversity, Community ecology, Microbial ecology & microbiology, Mycology, Symbiosis | Melanie Roy | 2024-02-15 22:42:10 | View | |
16 Aug 2024
![]() The distribution of distances to the edge of species coexistenceMario Desallais, Michel Loreau, Jean-François Arnoldi https://doi.org/10.1101/2024.01.21.575550How environmental perturbations affect coexistenceRecommended by Frederik De Laender based on reviews by Thomas Guillemaud, Oscar Godoy, Pablo Lechon and 1 anonymous reviewer Understanding the effects of environmental perturbations on coexistence is a key challenge in ecology, and models have played an important role in structuring our ideas and generating predictions, leading to quantitative hypotheses. In such models, environmental perturbations are often captured by changes in parameter values, such as the intrinsic growth rates of species (1–3). The question then becomes how much one can change these parameters without breaking coexistence and thus losing species (4). References 1. Baert, J.M., Janssen, C.R., Sabbe, K., and De Laender, F. (2016). Per capita interactions and stress tolerance drive stress-induced changes in biodiversity effects on ecosystem functions. Nat. Commun. 7, 12486. https://doi.org/10.1038/ncomms12486 8. Desallais M, Loreau M, Arnoldi J.F. (2024) The distribution of distances to the edge of species coexistence. bioRxiv, ver.4 peer-reviewed and recommended by PCI Ecology https://doi.org/10.1101/2024.01.21.575550 | The distribution of distances to the edge of species coexistence | Mario Desallais, Michel Loreau, Jean-François Arnoldi | <p>In Lotka-Volterra community models, given a set of biotic interactions, recent approaches have analysed the probability of finding a set of species intrinsic growth rates (representing intraspecific demographic features) that will allow coexist... | ![]() | Coexistence, Community ecology, Competition, Facilitation & Mutualism, Interaction networks, Theoretical ecology | Frederik De Laender | 2024-02-15 14:17:32 | View | |
24 May 2024
![]() Effects of water nutrient concentrations on stream macroinvertebrate community stoichiometry: a large-scale studyMiriam Beck, Elise Billoir, Philippe Usseglio-Polatera, Albin Meyer, Edwige Gautreau, Michael Danger https://doi.org/10.1101/2024.02.01.574823The influence of water phosphorus and nitrogen loads on stream macroinvertebrate community stoichiometryRecommended by Huihuang ChenThe manuscript by Beck et al. (2024) investigates the effects of water phosphorus and nitrogen loads on stream macroinvertebrate community stoichiometry across France. Utilizing data from over 1300 standardized sampling events, this research finds that community stoichiometry is significantly influenced by water phosphorus concentration, with the strongest effects at low nitrogen levels. The results demonstrate that the assumptions of Ecological Stoichiometry Theory apply at the community level for at least two dominant taxa and across a broad spatial scale, with probable implications for nutrient cycling and ecosystem functionality. This manuscript contributes to ecological theory, particularly by extending Ecological Stoichiometry Theory to include community-level interactions, clarifying the impact of nutrient concentrations on community structure and function, and informing nutrient management and conservation strategies. In summary, this study not only addresses a gap in community-level stoichiometric research but also delivers crucial empirical support for advancing ecological science and promoting environmental stewardship. References Beck M, Billoir E, Usseglio-Polatera P, Meyer A, Gautreau E and Danger M (2024) Effects of water nutrient concentrations on stream macroinvertebrate community stoichiometry: a large-scale study. bioRxiv, 2024.02.01.574823, ver. 2 peer-reviewed and recommended by Peer Community in Ecology. https://doi.org/10.1101/2024.02.01.574823 | Effects of water nutrient concentrations on stream macroinvertebrate community stoichiometry: a large-scale study | Miriam Beck, Elise Billoir, Philippe Usseglio-Polatera, Albin Meyer, Edwige Gautreau, Michael Danger | <p>Basal resources generally mirror environmental nutrient concentrations in the elemental composition of their tissue, meaning that nutrient alterations can directly reach consumer level. An increased nutrient content (e.g. phosphorus) in primary... | ![]() | Community ecology, Ecological stoichiometry | Huihuang Chen | Thomas Guillemaud, Jun Zuo, Anonymous | 2024-02-02 10:14:01 | View |
10 Oct 2024
![]() Large-scale spatio-temporal variation in vital rates and population dynamics of an alpine birdChloé R. Nater, Francesco Frassinelli, James A. Martin, Erlend B. Nilsen https://doi.org/10.32942/X2VP6JDo look up: building a comprehensive view of population dynamics from small scale observation through citizen scienceRecommended by Aidan Jonathan Mark Hewison based on reviews by Todd Arnold and 1 anonymous reviewerPopulation ecologists are in the business of decrypting the drivers of variation in the abundance of organisms across space and time (Begon et al. 1986). Comprehensive studies of wild vertebrate populations which provide the necessary information on variations in vital rates in relation to environmental conditions to construct informative models of large-scale population dynamics are rare, ostensibly because of the huge effort required to monitor individuals across ecological contexts and over generations. In this current aim, Nater et al. (2024) are leading the way forward by combining distance sampling data collected through a large-scale citizen science (Fraisl et al. 2022) programme in Norway with state-of-the-art modelling approaches to build a comprehensive overview of the population dynamics of willow ptarmigan. Their work enhances our fundamental understanding of this system and provides evidence-based tools to improve its management (Williams et al. 2002). Even better, they are working for the common good, by providing an open-source workflow that should enable ecologists and managers together to predict what will happen to their favourite model organism when the planet throws its next curve ball. In the case of the ptarmigan, for example, it seems that the impact of climate change on their population dynamics will differ across the species’ distributional range, with a slower pace of life (sensu Stearns 1983) at higher latitudes and altitudes. On a personal note, I have often mused whether citizen science, with its inherent limits and biases, was just another sticking plaster over the ever-deeper cuts in the research budgets to finance long-term ecological research. Here, Nater et al. are doing well to convince me that we would be foolish to ignore such opportunities, particularly when citizens are engaged, motivated, with an inherent capacity for the necessary discipline to employ common protocols in a standardised fashion. A key challenge for us professional ecologists is to inculcate the next generation of citizens with a sense of their opportunity to contribute to a better understanding of the natural world. References Begon, Michael, John L Harper, and Colin R Townsend. 1986. Ecology: individuals, populations and communities. Blackwell Science. Fraisl, Dilek, Gerid Hager, Baptiste Bedessem, Margaret Gold, Pen-Yuan Hsing, Finn Danielsen, Colleen B Hitchcock, et al. 2022. Citizen Science in Environmental and Ecological Sciences. Nature Reviews Methods Primers 2 (1): 64. https://doi.org/10.1038/s43586-022-00144-4 Chloé R. Nater, Francesco Frassinelli, James A. Martin, Erlend B. Nilsen (2024) Large-scale spatio-temporal variation in vital rates and population dynamics of an alpine bird. EcoEvoRxiv, ver.4 peer-reviewed and recommended by PCI Ecology https://doi.org/10.32942/X2VP6J Stearns, S.C. 1983. The influence of size and phylogeny of covariation among life-history traits in the mammals. Oikos, 41, 173–187. https://doi.org/10.2307/3544261 Williams, Byron K, James D Nichols, and Michael J Conroy. 2002. Analysis and Management of Animal Populations. Academic Press. | Large-scale spatio-temporal variation in vital rates and population dynamics of an alpine bird | Chloé R. Nater, Francesco Frassinelli, James A. Martin, Erlend B. Nilsen | <p>Quantifying temporal and spatial variation in animal population size and demography is a central theme in ecological research and important for directing management and policy. However, this requires field sampling at large spatial extents and ... | ![]() | Biodiversity, Biogeography, Conservation biology, Demography, Euring Conference, Landscape ecology, Life history, Population ecology, Spatial ecology, Metacommunities & Metapopulations, Statistical ecology, Terrestrial ecology | Aidan Jonathan Mark Hewison | 2024-02-02 08:54:06 | View | |
16 Dec 2024
![]() From fear to food: predation risk shapes deer behaviour, their resources and forest vegetationJean-Louis Martin, Simon Chamaillé-Jammes, Anne Salomon, Devana Veronica Gomez Pourroy, Mathilde Schlaeflin, Soizic Le Saout, Annick Lucas, Ilham Bentaleb, Simon Chollet, Jake Pattison, Soline Martin-Blangy , Anthony J. Gaston https://hal.science/hal-04381108v5A multidimensional exploration of predator-prey dynamicsRecommended by Gloriana ChaverriIn the preprint "From Fear to Food: Predation Risk Shapes Deer Behaviour, Their Resources, and Forest Vegetation", Martin et al. provide a comprehensive examination of the intricate interplay between predation risk, deer behavior, and forest ecosystems. The study offers notable insights into the "ecology of fear," as it takes advantage of an extensive dataset that reflects decades of dedicated research effort. The authors’ approach combines behavioral ecology, plant community analysis, and stable isotope studies, making this work a significant contribution to our understanding of complex ecological phenomena. One of the most striking aspects of this study is the scale and richness of the dataset. The authors used data collected over multiple decades, spanning various experimental contexts, including islands with and without predators, hunting, and culling histories. These datasets are invaluable, as such long-term, geographically diverse studies are rare. The inclusion of both behavioral observations (e.g., flight initiation distances) and ecological outcomes (e.g., vegetation recovery) underscores the effort to provide a holistic understanding of these ecological interactions. The results are not only scientifically robust but also conceptually significant. They challenge simplistic assumptions about predator-prey relationships by illustrating how both the presence and absence of predation risk can have lasting effects on ecosystems. For example, the findings that culling restores vegetation but creates behavioral shifts in deer populations emphasize the complexity of ecological restoration efforts. These results invite further exploration into how behavioral adaptations to predation risk may alter long-term ecosystem trajectories. In conclusion, Martin et al.'s preprint represents a significant advancement in understanding predator-prey interactions and their cascading effects on ecosystems. The study’s comprehensive dataset and integrative approach provide a model for future research in ecological and behavioral sciences. It is a commendable contribution to the field, with implications for both theoretical ecology and practical conservation. References Jean-Louis Martin, Simon Chamaillé-Jammes, Anne Salomon, Devana Veronica Gomez Pourroy, Mathilde Schlaeflin, Soizic Le Saout, Annick Lucas, Ilham Bentaleb, Simon Chollet, Jake Pattison, Soline Martin-Blangy , Anthony J. Gaston (2024) From fear to food: predation risk shapes deer behaviour, their resources and forest vegetation . HAL, ver.6 peer-reviewed and recommended by PCI Ecology https://hal.science/hal-04381108v5 | From fear to food: predation risk shapes deer behaviour, their resources and forest vegetation | Jean-Louis Martin, Simon Chamaillé-Jammes, Anne Salomon, Devana Veronica Gomez Pourroy, Mathilde Schlaeflin, Soizic Le Saout, Annick Lucas, Ilham Bentaleb, Simon Chollet, Jake Pattison, Soline Martin-Blangy , Anthony J. Gaston | <p>The “ecology of fear” posits that predation risk shapes the behaviour of large herbivores, their foraging patterns, their habitat selection and their consequent effect on forest ecology. To test some of these predictions we used the extensive e... | ![]() | Behaviour & Ethology, Biodiversity, Community ecology, Ecosystem functioning, Food webs, Foraging, Habitat selection, Herbivory, Population ecology | Gloriana Chaverri | 2024-01-10 14:07:13 | View | |
04 Sep 2024
![]() Why we need to clean the Augean stables of ecology – the case of InsectChangeRecommended by Francois MassolAs biodiversity has become a major global concern for a variety of stakeholders, and society in general, assessments of biodiversity trends at all spatial scales have flourished in the past decades. To assess trends, one needs data, and the more precise the data, the more precise the trend. Or, if precision is not perfect, uncertainty in the data must be acknowledged and accounted for. Such considerations have already been raised in ecology, most notably regarding the value of species distribution data to model the current and future distribution of species (Rocchini et al., 2011, Duputié et al., 2014, Tessarolo et al., 2021), leading to serious doubts regarding the value of public databases (Maldonado et al., 2015). And more recently similar issues have been raised regarding databases of species traits (Augustine et al., 2024), emphasizing the importance of good data practice and traceability. Science is by nature a self-correcting human process, with many steps of the scientific activity prone to errors and misinterpretations. Collation of ecological data, sadly, is proof of this. Spurred by the astonishing results of Hallmann et al. (2017) regarding the decline of insect biomass, and to more precisely answer the question of biodiversity trends in insects and settle an ongoing debate (Cardinale et al., 2018), van Klink et al. (2020, 2021) established the InsectChange database. Several perceptive comments have already been made regarding the possible issues in the methods and interpretations of this study (Desquilbet et al., 2020, Jähnig et al., 2021, Duchenne et al., 2022). However, the biggest issue might have been finally unearthed by Gaume & Desquilbet (2024): with poorly curated data, the InsectChange database is unlikely to support most of the initial claims regarding insect biodiversity trends. The compilation of errors and inconsistencies present in InsectChange and evinced by Gaume & Desquilbet (2024) is stunning to say the least, with a mix of field and experimental data combined without regard for experimental manipulation of environmental factors, non-standardised transformations of abundances, the use of non-insect taxa to compute insect trends, and inadequate geographical localizations of samplings. I strongly advise all colleagues interested in the study of biodiversity from global databases to consider the points raised by the authors, as it is quite likely that other databases might suffer from the same ailments as well. Reading this paper is also educating and humbling in its own way, since the publication of the original papers based on InsectChange seems to have proceeded without red flags from reviewers or editors. The need for publishing fast results that will make the next buzz, thus obeying the natural selection of bad science (Smaldino and McElreath, 2016), might be the systemic culprit. However, this might also be the opportunity ecology needs to consider the reviewing and curation of data as a crucial step of science quality assessment. To make final assessments, let us proceed with less haste. References Augustine, S. P., Bailey-Marren, I., Charton, K. T., Kiel, N. G. & Peyton, M. S. (2024) Improper data practices erode the quality of global ecological databases and impede the progress of ecological research. Global Change Biology, 30, e17116. https://doi.org/10.1111/gcb.17116 Cardinale, B. J., Gonzalez, A., Allington, G. R. H. & Loreau, M. (2018) Is local biodiversity declining or not? A summary of the debate over analysis of species richness time trends. Biological Conservation, 219, 175-183. https://doi.org/10.1016/j.biocon.2017.12.021 Desquilbet, M., Gaume, L., Grippa, M., Céréghino, R., Humbert, J.-F., Bonmatin, J.-M., Cornillon, P.-A., Maes, D., Van Dyck, H. & Goulson, D. (2020) Comment on “Meta-analysis reveals declines in terrestrial but increases in freshwater insect abundances”. Science, 370, eabd8947. https://doi.org/10.1126/science.abd8947 Duchenne, F., Porcher, E., Mihoub, J.-B., Loïs, G. & Fontaine, C. (2022) Controversy over the decline of arthropods: a matter of temporal baseline? Peer Community Journal, 2. https://doi.org/10.24072/pcjournal.131 Duputié, A., Zimmermann, N. E. & Chuine, I. (2014) Where are the wild things? Why we need better data on species distribution. Global Ecology and Biogeography, 23, 457-467. https://doi.org/10.1111/geb.12118 Gaume, L. & Desquilbet, M. (2024) InsectChange: Comment. biorXiv, ver.4 peer-reviewed and recommended by PCI Ecology https://doi.org/10.1101/2023.06.17.545310 Hallmann, C. A., Sorg, M., Jongejans, E., Siepel, H., Hofland, N., Schwan, H., Stenmans, W., Müller, A., Sumser, H., Hörren, T., Goulson, D. & de Kroon, H. (2017) More than 75 percent decline over 27 years in total flying insect biomass in protected areas. PLOS ONE, 12, e0185809. https://doi.org/10.1371/journal.pone.0185809 Jähnig, S. C., Baranov, V., Altermatt, F., Cranston, P., Friedrichs-Manthey, M., Geist, J., He, F., Heino, J., Hering, D., Hölker, F., Jourdan, J., Kalinkat, G., Kiesel, J., Leese, F., Maasri, A., Monaghan, M. T., Schäfer, R. B., Tockner, K., Tonkin, J. D. & Domisch, S. (2021) Revisiting global trends in freshwater insect biodiversity. WIREs Water, 8, e1506. https://doi.org/10.1002/wat2.1506 Maldonado, C., Molina, C. I., Zizka, A., Persson, C., Taylor, C. M., Albán, J., Chilquillo, E., Rønsted, N. & Antonelli, A. (2015) Estimating species diversity and distribution in the era of Big Data: to what extent can we trust public databases? Global Ecology and Biogeography, 24, 973-984. https://doi.org/10.1111/geb.12326 Rocchini, D., Hortal, J., Lengyel, S., Lobo, J. M., Jiménez-Valverde, A., Ricotta, C., Bacaro, G. & Chiarucci, A. (2011) Accounting for uncertainty when mapping species distributions: The need for maps of ignorance. Progress in Physical Geography, 35, 211-226. https://doi.org/10.1177/0309133311399491 Smaldino, P. E. & McElreath, R. (2016) The natural selection of bad science. Royal Society Open Science, 3. https://doi.org/10.1098/rsos.160384 Tessarolo, G., Ladle, R. J., Lobo, J. M., Rangel, T. F. & Hortal, J. (2021) Using maps of biogeographical ignorance to reveal the uncertainty in distributional data hidden in species distribution models. Ecography, 44, 1743-1755. https://doi.org/10.1111/ecog.05793 van Klink, R., Bowler, D. E., Comay, O., Driessen, M. M., Ernest, S. K. M., Gentile, A., Gilbert, F., Gongalsky, K. B., Owen, J., Pe'er, G., Pe'er, I., Resh, V. H., Rochlin, I., Schuch, S., Swengel, A. B., Swengel, S. R., Valone, T. J., Vermeulen, R., Wepprich, T., Wiedmann, J. L. & Chase, J. M. (2021) InsectChange: a global database of temporal changes in insect and arachnid assemblages. Ecology, 102, e03354. https://doi.org/10.1002/ecy.3354 van Klink, R., Bowler, D. E., Gongalsky, K. B., Swengel, A. B., Gentile, A. & Chase, J. M. (2020) Meta-analysis reveals declines in terrestrial but increases in freshwater insect abundances. Science, 368, 417-420. https://doi.org/10.1126/science.aax9931 | InsectChange: Comment | Laurence Gaume, Marion Desquilbet | <p>The InsectChange database (van Klink et al. 2021) underlying the meta-analysis by van Klink et al. (2020a) compiles worldwide time series of the abundance and biomass of invertebrates reported as insects and arachnids, as well as ecological dat... | ![]() | Biodiversity, Climate change, Freshwater ecology, Landscape ecology, Meta-analyses, Species distributions, Terrestrial ecology, Zoology | Francois Massol | 2024-01-04 18:57:01 | View | |
07 Nov 2024
![]() Using multiple datasets to account for misalignment between statistical and biological populations for abundance estimationMichelle L. Kissling, Paul M. Lukacs, Kelly Nesvacil, Scott M. Gende, Grey W. Pendleton https://doi.org/10.32942/X2W03TDiving into detection process to solve sampling and abundance issues in a cryptic speciesRecommended by Guillaume SouchayEstimating population parameters is critical for analysis and management of wildlife populations. Drawing inference at the population level requires a robust sampling scheme and information about the representativeness of the studied population (Williams et al. 2002). In their textbook, Williams et al. (see chapter 5, 2002) listed several sampling issues, including both temporal and spatial heterogeneity and especially imperfect detection. Several methods, either sampling-based or model-based can be used to circumvent these issues. In their paper, Kissling et al. (2024) addressed the case of the Kittlitz’s murrelet (Brachyramphus brevirostris), a cryptic ice-associated seabird, combining spatial variation in its distribution, temporal variation in breeding propensity, imperfect detection and logistical challenges to access the breeding area. The Kittlitz’s murrelet is thus the perfect species to illustrate common issues and logistical difficulties to implement a standard sampling scheme. The authors proposed a modelling framework unifying several datasets from different surveys to extract information on each step of the detection process: the spatial match between the targeted population and the sampled population, the probability of presence in the sample area, the probability of availability given presence in the sample area and finally, the probability of detection given presence and availability. All these components were part of the framework to estimate abundance and trend for this species. They took advantage of a radiotracking survey during several years to inform spatial match and probability of presence. They performed a behavioural experiment to assess the probability of availability of murrelets given it was present in sampling area, and they used a conventional distance-sampling boat survey to estimate detection of individuals. This is worth noting that the most variable components were the probability of presence in the sample area, with a global mean of 0.50, and the probability of detection given presence and availability ranging from 0.49 to 0.77. The estimated trend for Kittlitz’s murrelet was negative and all the information gathered in this study will be useful for future conservation plan. Coupling a decomposition of the detection process with different data sources was the key to solve problems raised by such “difficult” species, and the paper of Kissling et al. (2024) is a good way to follow for other species, allowing to inform the detection components for the targeted species - and also for our global understanding of detection process, and to infer about the temporal trend of species of conservation concern. References Williams, B. K., Nichols, J. D., and Conroy, M. J. (2002). Analysis and management of animal populations. Academic Press. Michelle L. Kissling, Paul M. Lukacs, Kelly Nesvacil, Scott M. Gende, Grey W. Pendleton (2024) Using multiple datasets to account for misalignment between statistical and biological populations for abundance estimation. EcoEvoRxiv, ver.3 peer-reviewed and recommended by PCI Ecology https://doi.org/10.32942/X2W03T | Using multiple datasets to account for misalignment between statistical and biological populations for abundance estimation | Michelle L. Kissling, Paul M. Lukacs, Kelly Nesvacil, Scott M. Gende, Grey W. Pendleton | <p style="text-align: justify;">A fundamental aspect of ecology is identifying and characterizing population processes. Because a complete census is rare, we almost always use sampling to make inference about the biological population, and the par... | ![]() | Euring Conference, Population ecology | Guillaume Souchay | 2023-12-28 19:59:21 | View |
FOLLOW US
MANAGING BOARD
Julia Astegiano
Tim Coulson
Vasilis Dakos (Representative)
Anna Eklof
Dominique Gravel
François Massol
Ben Phillips
Cyrille Violle