{"type": "FeatureCollection", "features": [{"id": "10.1038/srep06365", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:17:38Z", "type": "Journal Article", "created": "2014-09-15", "title": "Earthworms increase plant production: a meta-analysis", "description": "To meet the challenge of feeding a growing world population with minimal environmental impact, we need comprehensive and quantitative knowledge of ecological factors affecting crop production. Earthworms are among the most important soil dwelling invertebrates. Their activity affects both biotic and abiotic soil properties, in turn affecting plant growth. Yet, studies on the effect of earthworm presence on crop yields have not been quantitatively synthesized. Here we show, using meta-analysis, that on average earthworm presence in agroecosystems leads to a 25% increase in crop yield and a 23% increase in aboveground biomass. The magnitude of these effects depends on presence of crop residue, earthworm density and type and rate of fertilization. The positive effects of earthworms become larger when more residue is returned to the soil, but disappear when soil nitrogen availability is high. This suggests that earthworms stimulate plant growth predominantly through releasing nitrogen locked away in residue and soil organic matter. Our results therefore imply that earthworms are of crucial importance to decrease the yield gap of farmers who can't -or won't- use nitrogen fertilizer.", "keywords": ["Crops", " Agricultural", "agroecosystems", "Nitrogen", "growth", "n pools", "01 natural sciences", "nitrogen", "Article", "Animals", "Biomass", "soil carbon", "Oligochaeta", "Ecosystem", "agriculture", "0105 earth and related environmental sciences", "2. Zero hunger", "tolerance", "04 agricultural and veterinary sciences", "15. Life on land", "Carbon", "communities", "13. Climate action", "8. Economic growth", "0401 agriculture", " forestry", " and fisheries", "ecosystem services", "management"]}, "links": [{"href": "https://doi.org/10.1038/srep06365"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Scientific%20Reports", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1038/srep06365", "name": "item", "description": "10.1038/srep06365", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1038/srep06365"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2014-09-15T00:00:00Z"}}, {"id": "10.5281/zenodo.10959077", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:21:36Z", "type": "Dataset", "created": "2023-10-30", "title": "Knowledge gaps on trade-offs of soil carbon sequestration related to soil management strategies", "description": "The database contains 87 unique literature items (29 reviews, 42 meta-analyses, 16 original papers) describing the effect of a soil management strategy (tillage management, cropping systems, water management, cover crops, crop residues, livestock manure, slurry, compost, biochar, liming) on the trade-offs between soil carbon sequestration or SOC change and N2O emission, CH4 emission and nitrogen leaching. Since some literature items describe effects of several SMS categories, the database_summary tab comprises a total of 112 unique inputs. For each input it is indicated in the Database_summary tab if it was used as input for the 'Soil management effect assessment' in Maenhout et al. (2024) [Maenhout, P., Di Bene, C., Cayuela, M. L., Diaz-Pines, E., Govednik, A., Keuper, F., Mavsar, S., Mihelic, R., O'Toole, A., Schwarzmann, A., Suhadolc, M., Syp, A., & Valkama, E. (2024). Trade-offs and synergies of soil carbon sequestration: Addressing knowledge gaps related to soil management strategies. European Journal of Soil Science, 75(3), e13515. https://doi.org/10.1111/ejss.13515] and/or to define knowledge gaps ('Knowledge gap in tab'-column). Knowledge gaps and research recommendations are gouped per soil management strategy in different tabs in this database. Per soil management strategy, knowledge gaps are clustered per theme in groups. These themes include: the specific soil management strategy, pedoclimatic conditions, establishment of experiments, other soil management strategies, meta-analysis, modelling and other", "keywords": ["Water management", "EJP SOIL", "Climate change mitigation", "Nitrogen leaching", "CH4", "Conservation agriculture", "Cropping systems", "SOMMIT", "N2O", "Organic matter inputs", "Tillage"]}, "links": [{"href": "https://doi.org/10.5281/zenodo.10959077"}, {"rel": "self", "type": "application/geo+json", "title": "10.5281/zenodo.10959077", "name": "item", "description": "10.5281/zenodo.10959077", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.5281/zenodo.10959077"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2024-05-13T00:00:00Z"}}, {"id": "10.5281/zenodo.14761001", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:22:05Z", "type": "Software", "title": "PyretoClustR (executable version)", "description": "PyretoClustR (executable version)  Distilling the Pareto Optimal Front into Actionable Insights  ##Highlights:    Open-access tool to cluster and visualize complex multi-dimensional Pareto solutions  Bridging the gap between decision and objective space through intuitive visualizations  Implements k-means and k-medoids clustering without expert knowledge  Uses frequency maps to display hotspot locations for spatial optimization problems  Increasing stakeholder accessibility to Pareto solutions   Program languages: Python, RSoftware availability (source code version): https://github.com/SydneyEWhite/Pareto_ClusteringSoftware availability (executable version, with python and libraries implemented): Zenodo (10.5281/zenodo.14761001)  ## Overview    This framework performs k-means and k-medoids clustering on a set of Pareto optimal solutions derived from a multi-objective optimization algorithm.  (Optional) A correlation matrix of the input variables is returned (the goal is to help users reduce the input variable count).  Before clustering occurs, the data is cast onto principal component axes and extreme solutions are handled (if desired).  The code iterates through different possible inputs for the number of clusters, the number of principal components, and the variables that define 'extreme solutions'.  After these iterations, the best solution, as defined by silhouette score, is visualized in several ways:    Representative solutions are plotted on up to 4 dimensions  Distributions of values within the clusters are plotted in a violin plot  (optional) Maps with the frequency of a trait can be plotted, if locational data (*.shp file) is provided     ## Background: executable version  Unlike the version of PyretoClustR available on GitHub (https://github.com/SydneyEWhite/PyretoClustR), this version on Zenodo represents a standalone version of PyretoClustR not requiring a Python installation. The python_files folder contains three executables and one folder called _internal. The executables can be run by clicking on them. The _internal folder is crucial for the standalone operation of the executables and should not be modified or deleted.  ## Example Data  The data provided in the input folder (pareto_and_scen_solutions.csv and the shapefiles) are part of the BiodivERsA project TALE (\u2018Towards multifunctional agricultural landscapes in Europe\u2019). This project optimized four objectives, Agricultural gross margin (AY), Breeding habitat (BH), Low flow (LF), Nitrate load (NL) and four different land use scenarios (SQ, BAU, EXT, INT) were distinguished in the decision space.\u00a0The config.ini has been adapted to run with this dataset. To run it with your own data please alter the respective input values as outlined in config.ini.  ## Directory Structure  project_root/||\u2500\u2500 README.md||\u2500\u2500 input/|\u00a0 |\u2500\u2500 config.ini|\u00a0 |\u2500\u2500 [your_input_data].csv| \u2514\u2500\u2500 [shape_files]||\u2500\u2500 python_files/|\u00a0 |\u2500\u2500 _internal|\u00a0 |\u2500\u2500 correlation_matrix.exe|\u00a0 |\u2500\u2500 kmeans.exe| \u2514\u2500\u2500 kmedoid.exe||\u2500\u2500 r_files/| \u2514\u2500\u2500 plot_frequency_maps.R|\u2514\u2500\u2500 output/ (populated once code is run)\u00a0\u00a0 |\u2500\u2500 correlation_matrix.csv (if run)\u00a0\u00a0 |\u2500\u2500 kmeans_data_w_clusters_representativesolutions.csv (created with kmeans.exe when Extreme Solutions are not handled)\u00a0\u00a0\u00a0 |\u2500\u2500 kmeans_data_w_clusters_representativesolutions_outliers.csv (created with kmeans.exe when Extreme Solutions are handled)\u00a0\u00a0 |\u2500\u2500 kmedoid_data_w_clusters_representativesolutions.csv (created with kmedoid.exe when Extreme Solutions are not handled)\u00a0\u00a0 |\u2500\u2500 kmedoid_data_w_clusters_representativesolutions_outliers.csv (created with kmedoid.exe when Extreme Solutions are handled)\u00a0 \u2514\u2500\u2500 freq_map_cluster_X.png (if run)", "keywords": ["Multi-objective optimization", "Pareto pruning", "Land management", "Pareto optimal data", "visualization", "clustering"]}, "links": [{"href": "https://doi.org/10.5281/zenodo.14761001"}, {"rel": "self", "type": "application/geo+json", "title": "10.5281/zenodo.14761001", "name": "item", "description": "10.5281/zenodo.14761001", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.5281/zenodo.14761001"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2025-01-29T00:00:00Z"}}, {"id": "10.5281/zenodo.15680931", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:22:24Z", "type": "Journal Article", "created": "2025-06-15", "title": "Investigating the extent of PFAS contamination in the Upper Danube Basin across environmental compartments", "description": "Abstract                        Background             <p>Per- and polyfluoroalkyl substances (PFAS) are emerging organic pollutants widely detected in environmental systems, posing risks to human health and the ecosystem. Despite increasing efforts to monitor PFAS in river systems, knowledge gaps remain regarding sources and emissions via different pathways. This study investigates PFAS contamination across multiple environmental compartments in the Upper Danube Basin, including surface water, groundwater, wastewater, landfill leachate, surface runoff, and atmospheric deposition. The primary objectives are to assess the extent of PFAS contamination, identify key emission sources and transport pathways, and evaluate associated risks in terms of the potential exceedance of current and proposed environmental regulatory thresholds in the European Union.</p>                                   Results             <p>The findings reveal a widespread presence of PFAS, with PFOA, PFOS and short-chain compounds being predominant. The Alz River and Gendorf chemical park emerge as hotspots with far-reaching effects downstream, contributing significantly to diffuse legacy contamination of PFOA and being a significant source of two industrial PFOA substitutes, ADONA and GenX. Wastewater treatment plants, old municipal landfills, and sites with a history of fire-fighting foam application are identified as key pathways or sources of legacy pollution, exhibiting higher concentrations compared to the other matrices. Notably, no significant removal is observed when comparing influent and effluent samples from conventional WWTPs. The study further demonstrates that groundwater is vulnerable to contamination from point sources and to infiltration from rivers, with bank filtration proving largely ineffective in preventing PFAS contamination.</p>                                   Conclusions             <p>The study underscores the necessity for source and pathway control measures to mitigate PFAS pollution, the implementation of advanced treatment technologies to safeguard drinking water and surface water quality, and targeted remediation for legacy soil and groundwater contamination. Additionally, strong use regulations should be explored to minimize ongoing emissions. The multi-compartment monitoring proves to be a crucial approach to understand the complexity of PFAS distribution at the catchment scale. Comparative analysis and risk assessment highlight challenging situations for water management, offering an indispensable basis for emission modeling as a next step for quantitative assessment of the relevance of different sources and pathways for surface water pollution.</p>", "keywords": ["Emerging contaminants", "Emerging Pollutants", "PFAS", "Source identification", "Watershed management", "Environmental sciences", "Emission", "Water Framework Directive", "Environmental law", "Water pollution", "GE1-350", "K3581-3598", "Catchment monitoring", "Environmental Monitoring"]}, "links": [{"href": "https://link.springer.com/content/pdf/10.1186/s12302-025-01141-6.pdf"}, {"href": "https://doi.org/10.5281/zenodo.15680931"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Environmental%20Sciences%20Europe", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.5281/zenodo.15680931", "name": "item", "description": "10.5281/zenodo.15680931", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.5281/zenodo.15680931"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2025-06-15T00:00:00Z"}}, {"id": "10.7910/DVN/HXAH87", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:23:39Z", "type": "Dataset", "title": "Arbuscular and ectomycorrhizal fungi diversity in the Indian subcontinent", "description": "Mycorrhizal fungi (MF) are below-ground organisms playing a key role in terrestrial ecosystems as they regulate nutrient and carbon cycles, and influence soil structure and ecosystem multifunctionality. Arbuscular and ectomycorrhizal fungi are the two mycorrhizal types most relevant to worldwide ecosystems, but areas like the Indian sub-continent remain under-represented in global maps. The dataset presented here reports the available information regarding arbuscular and ectomycorrhizal fungi diversity in cultivated and natural ecosystems of the Indian subcontinent. We have selected studies published in English in ISI Web of Science during the years 2005 - 2020 that provided a taxonomic classification of MF and their associated abundance in terms of percentage of root colonization or number of spores per quantity of soil. From the screening of 74 studies, we have recorded: i. the scientific or common name of the plant or the generic habitat sampled for MF identification; ii the MF genus and species; iii. the location of the study with associated altitude and geographic coordinates; iv. main soil physico-chemical properties (soil pH, texture, organic Carbon, Total Nitrogen, available Phosphorus); climatic variables such as mean annual precipitation and temperature.&lt;br&gt;&lt;br&gt;", "keywords": ["ecosystem management", "Asia", "Agricultural Sciences", "CGIAR Research Program on Water", " Land and Ecosystems", "Multifunctional Landscapes", "gesti\u00f3n de ecosistemas", "soil biology", "MYCORRHIZAE", "CGIAR Research Program", "Earth and Environmental Sciences", "SOIL BIOLOGY", "BIODIVERSITY", "mycorrhizae", "biolog\u00eda del suelo"], "contacts": [{"organization": "Beggi, Francesca, Dasgupta, Debarshi,", "roles": ["creator"]}]}, "links": [{"href": "https://doi.org/10.7910/DVN/HXAH87"}, {"rel": "self", "type": "application/geo+json", "title": "10.7910/DVN/HXAH87", "name": "item", "description": "10.7910/DVN/HXAH87", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.7910/DVN/HXAH87"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2021-01-01T00:00:00Z"}}, {"id": "10.1016/j.geoderma.2009.12.016", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:16:20Z", "type": "Journal Article", "created": "2010-01-15", "title": "Earthworms, Soil Fertility And Aggregate-Associated Soil Organic Matter Dynamics In The Quesungual Agroforestry System", "description": "Abstract   Issues of food security, environmental degradation and global climate change underscore the need for the improved understanding of sustainable agricultural systems around the globe. The Quesungual slash-and-mulch agroforestry system (QSMAS) of western Honduras offers a promising alternative to traditional slash-and-burn (SB) agriculture for the mountainous tropical dry forest zones of Central America, but the overall influence of this system on soils is not fully understood. We examined earthworm populations, soil fertility and soil organic matter (SOM) dynamics under QSMAS and SB agriculture, with secondary forest (SF) as a reference. Both QSMAS and SB consisted of treatments with and without inorganic fertilizer (N\u2013P\u2013K) additions, resulting in five management treatments, each present on three replicate farms. Baseline soil samples (0\u201315\u00a0cm) were collected prior to forest clearing and establishment of QSMAS plots in 2003 and in SB and SF plots in 2005 to determine initial soil concentrations of C and N. Soils were sampled in 2006 and 2007 for bulk soil C and N and P availability, as well as for aggregate fractionation and determination of C and N within the different aggregate size fractions. Earthworm populations were assessed in July 2007. Earthworm numbers and biomass were higher under QSMAS than under SB (13.4 vs. 0.8\u00a0g fresh biomass m \u2212\u00a02 ; respectively). Significant interactions between cropping system and fertilization suggest that QSMAS increased the availability of added inorganic P, 3 times more under QSMAS than for SB. Comparisons with SF, indicated that both cropping systems resulted in a dramatic loss of C (average 5\u00a0g\u00a0C\u00a0kg \u2212\u00a01  soil) since treatment implementation, and that this loss was mainly associated with the disruption of C rich large macroaggregates (>\u00a02000\u00a0\u00b5m). After taking into account baseline soil C differences between plots, no major differences in total SOM losses were found between QSMAS and SB management. However, earlier establishment of QSMAS plots suggests that the overall rate of C loss since treatment establishment was lower for QSMAS than for SB. Results from this study suggest that the Quesungual agroforestry system offers great potential to improve soil fertility and biological health in the region relative to traditional slash-and-burn agriculture.", "keywords": ["2. Zero hunger", "04 agricultural and veterinary sciences", "15. Life on land", "shifting cultivation", "cultivo migratorio", "6. Clean water", "agroforestry", "unidades estructurales de suelos", "oligochaeta", "13. Climate action", "manejo del suelo", "0401 agriculture", " forestry", " and fisheries", "phosphorus", "fosforo", "soil management", "agroforesteria", "soil structural units"]}, "links": [{"href": "https://doi.org/10.1016/j.geoderma.2009.12.016"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Geoderma", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.geoderma.2009.12.016", "name": "item", "description": "10.1016/j.geoderma.2009.12.016", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.geoderma.2009.12.016"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2010-03-01T00:00:00Z"}}, {"id": "10.5281/zenodo.7050407", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:22:49Z", "type": "Report", "title": "Coherent catalogue with a selection of most promising NSWRM including results from MARG exchanges. Deliverable D2.1 of the EU Horizon 2020 project OPTAIN.", "description": "<strong>Deliverable report D2.1 of the EU Horizon 2020 Project OPTAIN (Grant agreement No. 862756)</strong> <em>To gather and organise the knowledge collected and created by OPTAIN on NSWRM, the Work Package 2 developed a catalogue of NSWRM. It presents each NSWRM considered in the project and contains all the associated information. The objective of D2.1 is to make qualitative and quantitative information on each specific measure available to various stakeholder groups, like all end users and NSWRM implementers. It enables to allow them to select, design and implement one or more NSWRM on their farm (or territory), or extract specific data and information they need for supporting the development and promotion of NSWRM use. </em> <strong>Summary</strong> During the first reporting period of the H2020 project OPTAIN, the task 2.1 partners focused on framing the concept of <em>Natural Small Water Retention Measures (NSWRM)</em> and on identifying and documenting existing and underutilised NSWRM in all 14 case studies (CS) of the project. Therefore, a systematic approach was developed involving all relevant stakeholder groups in Multi Actor Reference Groups (MARG), comprising the following steps: identification of existing or potentially suitable measures, prioritisation of measures with a high potential in the local context of the different case studies, selection of a set of 3 to 7 measures per case study, which are relevant for the case studies and the OPTAIN project. Once the NSWRM have been selected, all case study implementers started to collect data on their individual measures and to document them by using the World Overview of Conservation Approaches and Technologies (WOCAT) questionnaire on Sustainable Land Management (SLM) Technologies, thus generating a standardised factsheet of each measure. All entered data on the WOCAT SLM database will then be linked to the Natural Water Retention Measure (NWRM) platform. The OPTAIN catalogue will be accessible from both websites as well as through the project\u2019s own \u201cLearning Environment\u201d which will include a section dedicated to OPTAINs catalogue of NSWRM. Overall, the prioritization in the 14 case studies resulted in 66 selected NSWRM. The case study teams started documenting these selected NSWRM with the World Overview of Conservation Approaches and Technologies (WOCAT) Technology questionnaire, including description and classification, technical specification, implementation inputs and costs, natural and human environment, as well as ecological, socio-economic and socio-cultural impacts. To help in this process, a two-day virtual WOCAT training for all case study teams was organised and conducted by the task 2.1 team. In parallel, the task 2.1 partners conducted an analysis of the commonalities and differences between both WOCAT and NWRM.eu databases to provide an integrated view. The result of this analysis was d that there are only a few differences and a smooth integration could be possible. All entered data on the WOCAT global SLM database (https://qcat.wocat.net) will thus be linked to the NWRM platform (http://nwrm.eu/).", "keywords": ["NSWRM", "11. Sustainability", "H2020", "OPTAIN", "WOCAT", "15. Life on land", "NWRM", "12. Responsible consumption", "water retention", "sustainable land management", "agriculture"], "contacts": [{"organization": "Lemann, Tatenda, Fribourg-Blanc, Beno\u00eet, Magnier, Julie, Eichenberger, Joana,", "roles": ["creator"]}]}, "links": [{"href": "https://doi.org/10.5281/zenodo.7050407"}, {"rel": "self", "type": "application/geo+json", "title": "10.5281/zenodo.7050407", "name": "item", "description": "10.5281/zenodo.7050407", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.5281/zenodo.7050407"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-05-31T00:00:00Z"}}, {"id": "10.1007/s13593-014-0215-8", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:14Z", "type": "Journal Article", "created": "2014-04-07", "title": "Fourteen Years Of Evidence For Positive Effects Of Conservation Agriculture And Organic Farming On Soil Life", "description": "Conventional agriculture strongly alters soil quality due to industrial practices that often have negative effects on soil life. Alternative systems such as conservation agriculture and organic farming could restore better conditions for soil organisms. Improving soil life should in turn improve soil quality and farming sustainability. Here, we have compared for the first time the long-term effects of conservation agriculture, organic farming, and conventional agriculture on major soil organisms such as microbes, nematofauna, and macrofauna. We have also analyzed functional groups. Soils were sampled at the 14-year-old experimental site of La Cage, near Versailles, France. The microbial community was analyzed using molecular biology techniques. Nematofauna and macrofauna were analyzed and classified into functional groups. Our results show that both conservation and organic systems increased the abundance and biomass of all soil organisms, except predaceous nematodes. For example, macrofauna increased from 100 to 2,500 %, nematodes from 100 to 700 %, and microorganisms from 30 to 70 %. Conservation agriculture showed a higher overall improvement than organic farming. Conservation agriculture increased the number of many organisms such as bacteria, fungi, anecic earthworms, and phytophagous and rhizophagous arthropods. Organic farming improved mainly the bacterial pathway of the soil food web and endogeic and anecic earthworms. Overall, our study shows that long-term, no-tillage, and cover crops are better for soil biota than periodic legume green manures, pesticides, and mineral fertilizers.", "keywords": ["570", "biodiversit\u00e9 du sol", "[SDV]Life Sciences [q-bio]", "630", "Soil quality", "n\u00e9matofaune", "microorganisme du sol", "agriculture biologique", "Soil food web", "Land management", "11. Sustainability", "Agricultural sustainability", "Soil biodiversity;Functional groups;Soil food web;Soil functionning;Soil quality;Land management;Agricultural sustainability;Agroecosystems;Agroecology", "Agroecosystems", "Soil functioning", "2. Zero hunger", "communaut\u00e9 microbienne", "Soil functionning", "agriculture conventionnelle", "04 agricultural and veterinary sciences", "Agro\u00e9cologie", "15. Life on land", "Soil biodiversity", "6. Clean water", "[SDV] Life Sciences [q-bio]", "13. Climate action", "Functional groups", "agriculture de conservation", "0401 agriculture", " forestry", " and fisheries", "Agroecology"]}, "links": [{"href": "https://doi.org/10.1007/s13593-014-0215-8"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agronomy%20for%20Sustainable%20Development", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1007/s13593-014-0215-8", "name": "item", "description": "10.1007/s13593-014-0215-8", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1007/s13593-014-0215-8"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2014-04-08T00:00:00Z"}}, {"id": "10.1016/j.soilbio.2007.03.019", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:16:48Z", "type": "Journal Article", "created": "2007-04-19", "title": "Earthworm Activity Affects Soil Aggregation And Organic Matter Dynamics According To The Quality And Localization Of Crop Residues - An Experimental Study (Madagascar)", "description": "Abstract   Soil organic matter (SOM) plays a central role in the functioning of ecosystems, and is beneficial from agronomic and from environmental point of view. Alternative cultural systems, like direct seeding mulch-based cropping (DMC) systems, enhance carbon (C) sequestration in agricultural soils and lead to an increase in soil macrofauna. This study aimed at evaluating in field mesocosms the effects of earthworms on SOM dynamics and aggregation, as influenced by residue quality and management.  In the highlands of Madagascar, buckets were filled with 2\u00a0mm-sieved clayey Inceptisol. The effects of earthworm addition (Pontoscolex corethrurus), residue addition (rice, soybean, and no addition), and localization of the residues (mulched or buried) were studied. After 5 months, soil from mesocosms with earthworms had significantly lower C concentration and higher proportion of large water-stable macroaggregates (>2000\u00a0\u03bcm) than those without earthworms, because of the production of large macroaggregates by earthworms. Earthworm effect on soil aggregation was greater with rice than with soybean residues. Casts (extracted from mesocosms with earthworms) were slightly enriched in C and showed significantly higher mineralization than the non-ingested soil (NIS), showing that at the time scale of our study, the carbon contained in the casts was not protected against mineralization. No difference in microbial biomass was found between casts and NIS.  Complementary investigations are necessary to assess long-term effects of earthworm addition on SOM dynamics, the conditions of occurrence of physical protection, and the impact of earthworms on the structure of the microbial community.", "keywords": ["P33 - Chimie et physique du sol", "Pontoscolex corethrurus", "[SDE] Environmental Sciences", "2. Zero hunger", "residue management", "microbial biomass", "carbon mineralization", "Carbon mineralization", "Direct seeding mulch-based cropping systems", "Microbial biomass", "Residue management", "P34 - Biologie du sol", "04 agricultural and veterinary sciences", "15. Life on land", "630", "carbon protection", "13. Climate action", "[SDE]Environmental Sciences", "Carbon protection", "0401 agriculture", " forestry", " and fisheries", "direct seeding mulch based cropping systems"]}, "links": [{"href": "https://doi.org/10.1016/j.soilbio.2007.03.019"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Soil%20Biology%20and%20Biochemistry", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.soilbio.2007.03.019", "name": "item", "description": "10.1016/j.soilbio.2007.03.019", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.soilbio.2007.03.019"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2007-08-01T00:00:00Z"}}, {"id": "10.1007/s00267-021-01546-y", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:24Z", "type": "Journal Article", "created": "2021-10-11", "title": "Have farmers had enough of experts?", "description": "Abstract<p>The exponential rise of information available means we can now, in theory, access knowledge on almost any question we ask. However, as the amount of unverified information increases, so too does the challenge in deciding which information to trust. Farmers, when learning about agricultural innovations, have historically relied on in-person advice from traditional \uffe2\uff80\uff98experts\uffe2\uff80\uff99, such as agricultural advisers, to inform farm management. As more farmers go online for information, it is not clear whether they are now using digital information to corroborate in-person advice from traditional \uffe2\uff80\uff98experts\uffe2\uff80\uff99, or if they are foregoing \uffe2\uff80\uff98expert\uffe2\uff80\uff99 advice in preference for peer-generated information. To fill this knowledge gap, we sought to understand how farmers in two contrasting European countries (Hungary and the UK) learnt about sustainable soil innovations and who influenced them to innovate. Through interviews with 82 respondents, we found farmers in both countries regularly used online sources to access soil information; some were prompted to change their soil management by farmer social media \uffe2\uff80\uff98influencers\uffe2\uff80\uff99. However, online information and interactions were not usually the main factor influencing farmers to change their practices. Farmers placed most trust in other farmers to learn about new soil practices and were less trusting of traditional \uffe2\uff80\uff98experts\uffe2\uff80\uff99, particularly agricultural researchers from academic and government institutions, who they believed were not empathetic towards farmers\uffe2\uff80\uff99 needs. We suggest that some farmers may indeed have had enough of traditional \uffe2\uff80\uff98experts\uffe2\uff80\uff99, instead relying more on their own peer networks to learn and innovate. We discuss ways to improve trustworthy knowledge exchange between agricultural stakeholders to increase uptake of sustainable soil management practices, while acknowledging the value of peer influence and online interactions for innovation and trust building.</p", "keywords": ["Soil management", "S1", "Farms", "land and farm management", "social media", "0211 other engineering and technologies", "02 engineering and technology", "HM", "Trust", "Article", "Social media", "Soil", "Humans", "Innovation", "2. Zero hunger", "Farmers", "Social learning", "Sustainable agriculture", "trust", "Agriculture", "04 agricultural and veterinary sciences", "technology adoption", "15. Life on land", "innovation", "sustainable agriculture", "Europe", "social learning", "306", "0401 agriculture", " forestry", " and fisheries", "soil management", "Technology adoption"]}, "links": [{"href": "https://eprints.glos.ac.uk/10244/1/10244-Ingram-%282021%29-Have-farmers-had-enough-of-experts.pdf"}, {"href": "https://acuresearchbank.acu.edu.au/download/b54f4bab4eb56b409a0e6838d25d36dd473ff1009b4f3e71f789cf755eddd484/893000/OA_Rust_2022_Have_farmers_had_enough_of_experts.pdf"}, {"href": "https://link.springer.com/content/pdf/10.1007/s00267-021-01546-y.pdf"}, {"href": "https://eprints.ncl.ac.uk/fulltext.aspx?url=277605/316B30B8-0A50-4408-9BDB-BC4CF385C785.pdf&pub_id=277605"}, {"href": "https://doi.org/10.1007/s00267-021-01546-y"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Environmental%20Management", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1007/s00267-021-01546-y", "name": "item", "description": "10.1007/s00267-021-01546-y", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1007/s00267-021-01546-y"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2021-10-11T00:00:00Z"}}, {"id": "10.1007/s00374-009-0370-2", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:27Z", "type": "Journal Article", "created": "2009-03-25", "title": "Soil Biological Quality Of Grassland Fertilized With Adjusted Cattle Manure Slurries In Comparison With Organic And Inorganic Fertilizers", "description": "We studied the effect of five fertilizers (including two adjusted manure slurries) and an untreated control on soil biota and explored the effect on the ecosystem services they provided. Our results suggest that the available N (NO                   3                   \u2212                  and NH                   4                   +                 ) in the soil plays a central role in the effect of fertilizers on nematodes and microorganisms. Microorganisms are affected directly through nutrient availability and indirectly through grass root mass. Nematodes are affected indirectly through microbial biomass and grass root mass. A lower amount of available N in the treatment with inorganic fertilizer was linked to a higher root mass and a higher abundance and proportion of herbivorous nematodes. A higher amount of available N in the organic fertilizer treatments resulted in a twofold higher bacterial activity (measured as bacterial growth rate, viz. thymidine incorporation), a higher proportion of bacterivorous nematodes, a 30% higher potential N mineralization (aerobic incubation), and 25\u201350% more potentially mineralizable N (anaerobic incubation). Compared to inorganic fertilizer, organic fertilization increased the C total, the N total, the activity of decomposers, and the supply of nutrients via the soil food web. Within the group of organic fertilizers, there was no significant difference in C total, abundances of soil biota, and the potential N mineralization rate. There were no indications that farmyard manure or the adjusted manure slurries provided the ecosystem service \u201csupply of nutrients\u201d better than normal manure slurry. Normal manure slurry provided the highest bacterial activity and the highest amount of mineralizable N and it was the only fertilizer resulting in a positive trend in grass yield over the years\u00a02000\u20132005. The number of earthworm burrows was higher in the treatments with organic fertilizers compared to the one with the inorganic fertilizer, which suggests that organic fertilizers stimulate the ecosystem service of water regulation more than inorganic fertilizer. The trend towards higher epigeic earthworm numbers with application of farmyard manure and one of the adjusted manure slurries, combined with the negative relation between epigeic earthworms and bulk density and a significantly lower penetration resistance in the same fertilizer types, is preliminary evidence that these two organic fertilizer types contribute more to the service of soil structure maintenance than inorganic fertilizer.", "keywords": ["2. Zero hunger", "nitrogenous fertilizers", "dynamics", "04 agricultural and veterinary sciences", "15. Life on land", "pig slurry", "6. Clean water", "earthworms oligochaeta", "13. Climate action", "nematodes", "0401 agriculture", " forestry", " and fisheries", "mineralization", "microorganisms", "term", "management", "biodiversity"]}, "links": [{"href": "https://doi.org/10.1007/s00374-009-0370-2"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Biology%20and%20Fertility%20of%20Soils", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1007/s00374-009-0370-2", "name": "item", "description": "10.1007/s00374-009-0370-2", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1007/s00374-009-0370-2"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2009-03-26T00:00:00Z"}}, {"id": "10.1016/j.ecss.2013.10.026", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:58Z", "type": "Journal Article", "created": "2013-11-01", "title": "Does Livestock Grazing Affect Sediment Deposition And Accretion Rates In Salt Marshes?", "description": "<p>Accretion rates, defined as the vertical growth of salt marshes measured in mm per year, may be influenced by grazing livestock in two ways: directly, by increasing soil compaction through trampling, and indirectly, by reducing aboveground biomass and thus decreasing sediment deposition rates measured in g/m(2) per year. Although accretion rates and the resulting surface elevation change largely determine the resilience of salt marshes to sea-level rise (SLR), the effect of livestock grazing on accretion rates has been little studied. Therefore, this study aimed to investigate the effect of livestock grazing on salt-marsh accretion rates. We hypothesise that accretion will be lower in grazed compared to ungrazed salt marshes. In four study sites along the mainland coast of the Wadden Sea (in the south-eastern North Sea), accretion rates, sediment deposition rates, and soil compaction of grazed and ungrazed marshes were analysed using the Cs-137 radionuclide dating method. Accretion rates were on average 11.6 mm yr(-1) during recent decades and thus higher than current and projected rates of SLR. Neither accretion nor sediment deposition rates were significantly different between grazing treatments. Meanwhile, soil compaction was clearly affected by grazing with significantly higher dry bulk density on grazed compared to ungrazed parts. Based on these results, we conclude that other factors influence whether grazing has an effect on accretion and sediment deposition rates and that the effect of grazing on marsh growth does not follow a direct causal chain. It may have a great importance when interacting with other biotic and abiotic processes on the marsh. Crown Copyright (C) 2013 Published by Elsevier Ltd. All rights reserved.</p>", "keywords": ["0106 biological sciences", "F800 - Physical geographical sciences", "550", "137Cs", "geochronology", "SEA-LEVEL RISE", "SURFACE ELEVATION", "01 natural sciences", "630", "Wadden Sea", "inundation", "CS-137", "F820 Geomorphology", "(CS)-C-137", "compaction", "NITROGEN MINERALIZATION", "COASTAL WETLANDS", "0105 earth and related environmental sciences", "land use management", "WADDEN SEA", "15. Life on land", "NORTH-SEA", "13. Climate action", "C180 - Ecology", "TIDAL MARSH", "VEGETATION", "C180 Ecology", "dating", "SW NETHERLANDS"]}, "links": [{"href": "https://doi.org/10.1016/j.ecss.2013.10.026"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Estuarine%2C%20Coastal%20and%20Shelf%20Science", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.ecss.2013.10.026", "name": "item", "description": "10.1016/j.ecss.2013.10.026", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.ecss.2013.10.026"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2013-12-01T00:00:00Z"}}, {"id": "10.1016/j.envsoft.2020.104770", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:16:07Z", "type": "Journal Article", "created": "2020-06-16", "title": "METRIC-GIS: An advanced energy balance model for computing crop evapotranspiration in a GIS environment", "description": "A novel ArcGIS toolbox that applies the Mapping Evapotranspiration with Internalized Calibration model was developed and tested in a semi-arid environment. The tool, named METRIC-GIS, facilitates the pre-processing operations and the automatic identification of potential calibration and pixels review. The energy balance components obtained from METRIC-GIS were contrasted with those from the original METRIC version (R2 = 1; RMSE = 0 W m\u22122 or mm day\u22121 for ETc) Additionally, an irrigated scheme located at southern Spain was considered for assessing Kc variability in the maize fields with METRIC-GIS. The identified spatial variability was mainly due to differences in irrigation regimes, crop management practices, and planting and harvesting dates. This information is critical for developing irrigation advisory strategies that contribute to the area sustainability. The developed tool facilitates data input introduction and reduces computational time by up to 50%, providing a more user-friendly alternative to other existing platforms that use METRIC. This research was funded by the projects RTA2011-00015-00-00 funded by the National Institute for Agricultural and Food Research and Technology (INIA) and FEDER 2014\u20132020 \u201cPrograma Operativo de Crecimiento Inteligente\u201d and by the European Commission with project \u201cSHui\u201d (grant number: 773903). Additional funding support was provided by the Nebraska Agricultural Experiment Station and Idaho Agricultural Experiment Station.", "keywords": ["550", "satellite", "evapotranspiration", "0207 environmental engineering", "02 engineering and technology", "630", "Modelling", "Water requirements", "modelling", "remote sensing", "Natural Resources and Conservation", "crop coefficient", "2. Zero hunger", "Evapotranspiration", "Natural Resources Management and Policy", "Crop coefficients", "water requirements", "04 agricultural and veterinary sciences", "Remote sensing", "15. Life on land", "6. Clean water", "Satellite", "Crop coefficient", "0401 agriculture", " forestry", " and fisheries", "Other Environmental Sciences", "Environmental Sciences"]}, "links": [{"href": "https://www.iris.unict.it/bitstream/20.500.11769/552482/2/Environmental%20modelling%20and%20software%202020.pdf"}, {"href": "https://doi.org/10.1016/j.envsoft.2020.104770"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Environmental%20Modelling%20%26amp%3B%20Software", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.envsoft.2020.104770", "name": "item", "description": "10.1016/j.envsoft.2020.104770", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.envsoft.2020.104770"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2020-09-01T00:00:00Z"}}, {"id": "10.1016/j.foreco.2022.120396", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:16:17Z", "type": "Journal Article", "created": "2022-07-04", "title": "Tree species identity is the predominant modulator of the effects of soil fauna on leaf litter decomposition", "description": "Open AccessLa faune du sol est l'un des principaux moteurs de la d\u00e9composition de la liti\u00e8re \u00e0 l'\u00e9chelle locale et mondiale, mais le r\u00f4le des esp\u00e8ces d'arbres dans la m\u00e9diation des effets de la faune du sol sur la d\u00e9composition de la liti\u00e8re reste insaisissable. Nous avons men\u00e9 une exp\u00e9rience sur le terrain en utilisant des sacs de liti\u00e8re avec trois tailles de maille diff\u00e9rentes qui ont permis l'acc\u00e8s \u00e0 la microfaune (0,1 mm), \u00e0 la micro et m\u00e9sofaune (2 mm) et \u00e0 la faune totale du sol (5 mm) pour \u00e9valuer la d\u00e9composition de la liti\u00e8re foliaire de deux esp\u00e8ces d'arbres associ\u00e9es \u00e0 des champignons mycorhiziens arbusculaires (MA) et de trois esp\u00e8ces d'arbres associ\u00e9es \u00e0 des champignons ectomycorhiziens (ECM) dans six sites de jardins communs danois. Nous avons \u00e9galement \u00e9valu\u00e9 comment les diff\u00e9rences dans la qualit\u00e9 initiale de la liti\u00e8re, les propri\u00e9t\u00e9s du sol et la composition de la communaut\u00e9 microbienne parmi les esp\u00e8ces d'arbres peuvent affecter la d\u00e9composition de la liti\u00e8re ainsi que les effets de la faune du sol sur la d\u00e9composition de la liti\u00e8re. Les r\u00e9sultats ont montr\u00e9 que (1) la perte de masse de la liti\u00e8re variait consid\u00e9rablement selon la taille des mailles et les esp\u00e8ces d'arbres, avec des taux de d\u00e9composition de la liti\u00e8re (k) allant de 0,273 \u00e0 3,482\u00a0; (2) l'acc\u00e8s \u00e0 la m\u00e9sofaune augmentait significativement la liti\u00e8re k de 0,658 pour la MA et de 0,396 pour les esp\u00e8ces d'arbres ECM sans acc\u00e8s \u00e0 la faune du sol, respectivement de 255 et 92%, tandis que l'acc\u00e8s \u00e0 la fois \u00e0 la m\u00e9so- et \u00e0 la macrofaune augmentait k de 265 et 108% pour les arbres AM et ECM, respectivement\u00a0; (3) l'identit\u00e9 des esp\u00e8ces d'arbres, l'association mycorhizienne, la qualit\u00e9 initiale de la liti\u00e8re, les propri\u00e9t\u00e9s du sol, la composition des communaut\u00e9s microbiennes et la biomasse de la faune du sol ambiant \u00e9taient tous des facteurs influen\u00e7ant significativement la d\u00e9composition de la liti\u00e8re, mais l'identit\u00e9 des esp\u00e8ces d'arbres \u00e9tait le facteur dominant ind\u00e9pendamment de la taille des mailles des sacs de liti\u00e8re\u00a0; et (4) les effets de la m\u00e9sofaune sur la d\u00e9composition de la liti\u00e8re \u00e9taient principalement contr\u00f4l\u00e9s par l'identit\u00e9 des esp\u00e8ces d'arbres, la concentration initiale en Mg de la liti\u00e8re et le rapport lignine\u00a0:N, tandis que le petit impact suppl\u00e9mentaire de l'acc\u00e8s \u00e0 la macrofaune n'\u00e9tait pas bien expliqu\u00e9 par aucun des facteurs \u00e9valu\u00e9s. Dans l'ensemble, nos r\u00e9sultats sugg\u00e8rent que les esp\u00e8ces d'arbres affectent la d\u00e9composition de la liti\u00e8re via une stimulation diff\u00e9rente du fonctionnement de la faune du sol, et que les esp\u00e8ces d'arbres associ\u00e9es \u00e0 la MA et \u00e0 la mec diff\u00e8rent dans le degr\u00e9 auquel la faune du sol stimule la d\u00e9composition de la liti\u00e8re. Cependant, le mod\u00e8le n'\u00e9tait pas enti\u00e8rement coh\u00e9rent car les taux de d\u00e9composition de la liti\u00e8re pour la chaux associ\u00e9e \u00e0 la mec \u00e9taient stimul\u00e9s dans la m\u00eame mesure que les taux pour les esp\u00e8ces d'arbres associ\u00e9es \u00e0 la MA, le fr\u00eane et l'\u00e9rable. Dans l'ensemble, nos r\u00e9sultats sugg\u00e8rent que les communaut\u00e9s de m\u00e9so- et de macrofaune du sol peuvent am\u00e9liorer les effets des esp\u00e8ces d'arbres sur la d\u00e9composition de la liti\u00e8re ainsi que l'incorporation de la liti\u00e8re C dans le sol min\u00e9ral.", "keywords": ["Biomass (ecology)", "0106 biological sciences", "Litter quality", "Microfauna", "Plant Science", "Soil mesofauna", "01 natural sciences", "Plant litter", "Soil fauna", "Agricultural and Biological Sciences", "Biodiversity Conservation and Ecosystem Management", "Soil biology", "Microbial community", "Mycorrhizal Fungi and Plant Interactions", "Litter", "Soil water", "Wood Decomposition", "Saproxylic Insect Ecology and Forest Management", "Plant Interactions", "Biology", "Ecosystem", "Nature and Landscape Conservation", "Ecology", "Soil property", "Life Sciences", "04 agricultural and veterinary sciences", "15. Life on land", "Fauna", "Insect Science", "FOS: Biological sciences", "Environmental Science", "Physical Sciences", "Common garden", "0401 agriculture", " forestry", " and fisheries", "Litterbag mesh size"]}, "links": [{"href": "https://doi.org/10.1016/j.foreco.2022.120396"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Forest%20Ecology%20and%20Management", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.foreco.2022.120396", "name": "item", "description": "10.1016/j.foreco.2022.120396", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.foreco.2022.120396"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-09-01T00:00:00Z"}}, {"id": "10.1016/j.still.2005.02.018", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:16:58Z", "type": "Journal Article", "created": "2005-03-11", "title": "Effect Of Tillage And Crop Rotations On Pore Size Distribution And Soil Hydraulic Conductivity In Sandy Clay Loam Soil Of The Indian Himalayas", "description": "Abstract   Tillage management can affect crop growth by altering the pore size distribution, pore geometry and hydraulic properties of soil. In the present communication, the effect of different tillage management viz., conventional tillage (CT), minimum tillage (MT) and zero-tillage (ZT) and different crop rotations viz. [(soybean\u2013wheat (S\u2013W), soybean\u2013lentil (S\u2013L) and soybean\u2013pea (S\u2013P)] on pore size distribution and soil hydraulic conductivities [saturated hydraulic conductivity ( K  sat ) and unsaturated hydraulic conductivity { k ( h )}] of a sandy clay loam soil was studied after 4 years prior to the experiment. Soil cores were collected after 4 year of the experiment at an interval of 75\u00a0mm up to 300\u00a0mm soil depth for measuring soil bulk density, soil water retention constant ( b ), pore size distribution,  K  sat  and  k ( h ). Nine pressure levels (from 2 to 1500\u00a0kPa) were used to calculate pore size distribution and  k ( h ). It was observed that b values at all the studied soil depths were higher under ZT than those observed under CT irrespective of the crop rotations. The values of soil bulk density observed under ZT were higher in 0\u201375\u00a0mm soil depth in all the crop rotations. But, among the crop rotations, soils under S\u2013P and S\u2013L rotations showed relatively lower bulk density values than S\u2013W rotation. Average values of the volume fraction of total porosity with pores  3 \u00a0m \u22123  under CT, MT and ZT; and 0.592, 0.610 and 0.626\u00a0m 3 \u00a0m \u22123  under S\u2013W, S\u2013L and S\u2013P, respectively. In contrast, the average values of the volume fraction of total porosity with pores >150\u00a0\u03bcm in diameter (pores draining freely with gravity) were 0.124, 0.096 and 0.095\u00a0m 3 \u00a0m \u22123  under CT, MT and ZT; and 0.110, 0.104 and 0.101\u00a0m 3 \u00a0m \u22123  under S\u2013W, S\u2013L and S\u2013P, respectively. Saturated hydraulic conductivity values in all the studied soil depths were significantly greater under ZT than those under CT (range from 300 to 344\u00a0mm\u00a0day \u22121 ). The observed  k ( h ) values at 0\u201375\u00a0mm soil depth under ZT were significantly higher than those computed under CT at all the suction levels, except at \u221210, \u2212100 and \u2212400\u00a0kPa suction. Among the crop rotations, S\u2013P rotation recorded significantly higher  k ( h ) values than those under S\u2013W and S\u2013L rotations up to \u221240\u00a0kPa suction. The interaction effects of tillage and crop rotations affecting the  k ( h ) values were found significant at all the soil water suctions. Both S\u2013L and S\u2013P rotations resulted in better soil water retention and transmission properties under ZT.", "keywords": ["2. Zero hunger", "Tillage management", "Loamy sand", "Sandy soils", "550", "Soil hydraulic conductivity", "Soybean based cropping system", "India", "04 agricultural and veterinary sciences", "Pore size distribution", "15. Life on land", "Soil fertility", "630", "6. Clean water", "Crop rotation", "0401 agriculture", " forestry", " and fisheries", "Conservation tillage"]}, "links": [{"href": "https://doi.org/10.1016/j.still.2005.02.018"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Soil%20and%20Tillage%20Research", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.still.2005.02.018", "name": "item", "description": "10.1016/j.still.2005.02.018", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.still.2005.02.018"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2006-04-01T00:00:00Z"}}, {"id": "10451/51015", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:23:56Z", "type": "Journal Article", "created": "2021-11-19", "title": "Women\u2019s Empowerment, Research, and Management: Their Contribution to Social Sustainability", "description": "<?xml version='1.0' encoding='UTF-8'?><article><p>This article enhances some ideas and opinions related with the challenges that women across the world face nowadays to pursue a professional career. The route they take has frequent obstacles of a distinct nature, which are not always comparable with those faced by men. The starting point of this work is the conclusions of the workshop \u201cWomen empowerment and gender equality, responsible research and innovation\u201d\u2014Research Project \u201cSOILdarity\u201d. This workshop revealed a diversified view about the subject, evidencing its connection with the social sustainability, with a special focus on academia and research management. This document introduces the topic in the context of the workshop, revises key aspects of women\u2019s empowerment in a society still dominated by men\u2019s opinions and organization (gender balance, obstacles and strategies), highlights the situation of women in academia and in research management, and gives the authors\u2019 opinions about some questions related to gender and equality. We conclude that all societal actors must acknowledge women as key actors in contributing to social sustainability, working together towards creating an environment where they can have leadership roles.</p></article>", "keywords": ["0301 basic medicine", "0303 health sciences", "03 medical and health sciences", "non-paid work", "5. Gender equality", "gender and social perception", "women", "family and academia", "research management", "women; gender and social perception; social sustainability; research management; family and academia; non-paid work", "social sustainability", "12. Responsible consumption"]}, "links": [{"href": "https://repositorio.ulisboa.pt/bitstream/10451/60001/1/Ventura%20et%20al%202021.pdf"}, {"href": "https://repositorio.ulisboa.pt/bitstream/10451/51097/1/sustainability-13-12754.pdf"}, {"href": "https://repositorio.ulisboa.pt/bitstream/10451/51015/1/sustainability%20Women%20copy%202.pdf"}, {"href": "https://www.mdpi.com/2071-1050/13/22/12754/pdf"}, {"href": "https://doi.org/10451/51015"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Sustainability", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10451/51015", "name": "item", "description": "10451/51015", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10451/51015"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2021-11-18T00:00:00Z"}}, {"id": "10.1016/j.foreco.2022.120608", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:16:17Z", "type": "Journal Article", "created": "2022-11-01", "title": "Tree species traits and mycorrhizal association shape soil microbial communities via litter quality and species mediated soil properties", "description": "Open AccessLes sols abritent une grande diversit\u00e9 de microbiote du sol, qui jouent un r\u00f4le crucial dans les processus \u00e9cosyst\u00e9miques cl\u00e9s tels que la transformation de la liti\u00e8re et la min\u00e9ralisation, mais la fa\u00e7on dont les interactions complexes plante-sol fa\u00e7onnent la diversit\u00e9 et la composition du microbiote du sol reste insaisissable. Nous avons effectu\u00e9 le s\u00e9quen\u00e7age de l'amplicon de l'ADN isol\u00e9 \u00e0 partir de la couche arable min\u00e9rale de six arbres europ\u00e9ens communs plant\u00e9s dans des peuplements de monoculture de jardins communs multi-sites d'\u00e9rables \u00e0 feuilles larges et de fr\u00eanes associ\u00e9s \u00e0 des mycorhizes arbusculaires (MA), de h\u00eatres \u00e0 feuilles larges, de chaux et de ch\u00eanes associ\u00e9s \u00e0 des champignons ectomycorhiziens (MCE) et d'\u00e9pinettes de conif\u00e8res associ\u00e9es \u00e0 la MCE. L'objectif principal de cette \u00e9tude \u00e9tait d'\u00e9valuer les effets de l'identit\u00e9 des esp\u00e8ces d'arbres, des traits et des associations mycorhiziennes sur la diversit\u00e9, la structure de la communaut\u00e9, la coh\u00e9sion et le changement dans l'abondance relative des groupes taxonomiques et fonctionnels de bact\u00e9ries, de champignons et de n\u00e9matodes du sol. Nos r\u00e9sultats ont r\u00e9v\u00e9l\u00e9 que les sols sous les feuillus abritaient une plus grande richesse en bact\u00e9ries, champignons et n\u00e9matodes que sous l'\u00e9pinette de Norv\u00e8ge. Les esp\u00e8ces d'arbres \u00e0 feuilles larges associ\u00e9es aux champignons de la MA ont montr\u00e9 une plus grande coh\u00e9sion des communaut\u00e9s bact\u00e9riennes et fongiques que les arbres \u00e0 feuilles larges associ\u00e9s aux champignons de la mec, mais la coh\u00e9sion des communaut\u00e9s de n\u00e9matodes \u00e9tait plus \u00e9lev\u00e9e sous les arbres associ\u00e9s aux champignons de la mec que sous les arbres associ\u00e9s aux champignons de la MA. Les bact\u00e9ries copiotrophes, les saprotrophes fongiques et les n\u00e9matodes bact\u00e9rivores \u00e9taient associ\u00e9s au fr\u00eane, \u00e0 l'\u00e9rable et \u00e0 la chaux ayant un pH du sol \u00e9lev\u00e9 et des indices de d\u00e9composition de la liti\u00e8re \u00e9lev\u00e9s, tandis que les bact\u00e9ries oligotrophes, les champignons ectomycorhiziens et les n\u00e9matodes fongivores \u00e9taient associ\u00e9s au h\u00eatre, au ch\u00eane et \u00e0 l'\u00e9pinette de Norv\u00e8ge qui avaient un pH du sol faible et des indices de d\u00e9composition de la liti\u00e8re faibles. Les esp\u00e8ces d'arbres associ\u00e9es aux champignons AM pr\u00e9sentaient une forte proportion de bact\u00e9ries copiotrophes et de champignons saprotrophes, tandis que les arbres associ\u00e9s aux champignons ECM pr\u00e9sentaient une abondance relative \u00e9lev\u00e9e de bact\u00e9ries oligotrophes, de champignons ECM et de n\u00e9matodes fongivores. Les diff\u00e9rentes abondances de ces groupes fonctionnels soutiennent l'\u00e9conomie nutritive plus inorganique des esp\u00e8ces d'arbres AM par rapport \u00e0 l'\u00e9conomie nutritive plus organique des esp\u00e8ces d'arbres ECM. La communaut\u00e9 bact\u00e9rienne a \u00e9t\u00e9 indirectement affect\u00e9e par la qualit\u00e9 de la liti\u00e8re via les propri\u00e9t\u00e9s du sol, tandis que la communaut\u00e9 fongique a \u00e9t\u00e9 directement affect\u00e9e par la qualit\u00e9 de la liti\u00e8re et les esp\u00e8ces d'arbres. Les groupes fonctionnels des n\u00e9matodes refl\u00e9taient les communaut\u00e9s de bact\u00e9ries et de champignons, indiquant ainsi les groupes principaux et actifs des communaut\u00e9s microbiennes sp\u00e9cifiques aux esp\u00e8ces d'arbres. Notre \u00e9tude a sugg\u00e9r\u00e9 que l'identit\u00e9, les traits et l'association mycorhizienne des esp\u00e8ces d'arbres fa\u00e7onnent consid\u00e9rablement les communaut\u00e9s microbiennes via un effet direct de la chimie de la liti\u00e8re ainsi que via les propri\u00e9t\u00e9s du sol m\u00e9di\u00e9es par la liti\u00e8re.", "keywords": ["Fagus sylvatica", "Soil Science", "Plant Science", "Plant litter", "Agricultural and Biological Sciences", "Soil biology", "Mycorrhizal Fungi and Plant Interactions", "Soil water", "Genetics", "Saproxylic Insect Ecology and Forest Management", "Soil microbiota", "Symbiosis", "Plant Interactions", "Biology", "Ecosystem", "Amplicon sequencing", "Beech", "Ecology", "Bacteria", "Common garden experiment", "Botany", "Life Sciences", "04 agricultural and veterinary sciences", "15. Life on land", "Ectomycorrhiza", "Insect Science", "FOS: Biological sciences", "Functional groups", "Community cohesion", "0401 agriculture", " forestry", " and fisheries", "Trophic interactions", "Soil Carbon Dynamics and Nutrient Cycling in Ecosystems", "Mycorrhiza"]}, "links": [{"href": "https://doi.org/10.1016/j.foreco.2022.120608"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Forest%20Ecology%20and%20Management", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.foreco.2022.120608", "name": "item", "description": "10.1016/j.foreco.2022.120608", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.foreco.2022.120608"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2023-01-01T00:00:00Z"}}, {"id": "10.1016/j.agee.2006.12.022", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:19Z", "type": "Journal Article", "created": "2007-01-19", "title": "Full Accounting Of The Greenhouse Gas (Co2, N2o, Ch4) Budget Of Nine European Grassland Sites", "description": "The full greenhouse gas balance of nine contrasted grassland sites covering a major climatic gradient over Europe was measured during two complete years. The sites include awide range ofmanagement regimes (rotational grazing, continuous grazing andmowing), the three main types of managed grasslands across Europe (sown, intensive permanent and semi-natural grassland) and contrasted nitrogen fertilizer supplies. At all sites, the net ecosystem exchange (NEE) of CO2 was assessed using the eddy covariance technique.N2Oemissions weremonitored using various techniques (GC-cuvette systems, automated chambers and tunable diode laser) and CH4 emissions resulting from enteric fermentation of the grazing cattle were measured in situ at four sites using the SF6 tracer method. Hence, when expressed in CO2-C equivalents, emissions of N2O and CH4 resulted in a 19% offset of the NEE sink activity. An attributedGHG balance has been calculated by subtracting fromthe NBP: (i)N2OandCH4 emissions occurring within the grassland plot and (ii) off-site emissions ofCO2 andCH4 as a result of the digestion and enteric fermentation by cattle of the cut herbage.The net exchanges by the grassland ecosystems of CO2 and of GHG were highly correlated with the difference in carbon used by grazing versus cutting, indicating that cut grasslands have a greater on-site sink activity than grazed grasslands. However, the net biome productivity was significantly correlated to the total C used by grazing and cutting, indicating that, on average, net carbon storage declines with herbage utilisation for herbivores", "keywords": ["Livestock", "330", "net ecosystem exchange", "NITROUS OXIDE", "native tallgrass prairie", "GAZ A EFFET DE SERRE", "Nitrogen cycle", "Carbon sequestration;", "12. Responsible consumption", "dioxide", "primary productivity", "METHANE", "CARBON SEQUESTRATION", "[SDV.EE]Life Sciences [q-bio]/Ecology", "NITROGEN CYCLE", "nitrogen cycle", "soil carbon", "2. Zero hunger", "nitrous oxide", "methane", "land management", "LIVESTOCK", "sequestration", "livestock grazing", "04 agricultural and veterinary sciences", "15. Life on land", "carbon sequestration", "nitrous-oxide emissions", "[SDV.EE] Life Sciences [q-bio]/Ecology", " environment", "Nitrous oxide;", "13. Climate action", "0401 agriculture", " forestry", " and fisheries", "agricultural soils", "environment", "Methane", "respiration"]}, "links": [{"href": "https://doi.org/10.1016/j.agee.2006.12.022"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agriculture%2C%20Ecosystems%20%26amp%3B%20Environment", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.agee.2006.12.022", "name": "item", "description": "10.1016/j.agee.2006.12.022", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.agee.2006.12.022"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2007-06-01T00:00:00Z"}}, {"id": "oai:helvia.uco.es:10396/24059", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:31:38Z", "type": "Report", "title": "Spatial crop-water variations in rainfed wheat systems: From simulation modelling to site-specific management", "description": "Open AccessEn campos en pendiente, los cultivos de secano experimentan diferentes grados de estr\u00e9s h\u00eddrico causados por variaciones espaciales de la humedad en el suelo, y los rendimientos var\u00edan espacialmente dentro del mismo campo. Esta variabilidad supone una oportunidad para la agricultura de precisi\u00f3n a trav\u00e9s del manejo espacialmente variable. Sin embargo, si bien se han logrado avances significativos en los aspectos de la ingenier\u00eda de la variaci\u00f3n espacial, como el aumento de la resoluci\u00f3n espacial de los sistemas de datos y la automatizaci\u00f3n, se ha avanzado mucho menos en relaci\u00f3n a la simulaci\u00f3n de las respuestas de los cultivos a las variaciones espaciales de la humedad y los flujos h\u00eddricos. La mayor\u00eda de los estudios sobre las brechas de rendimiento de secano ignoran la variabilidad dentro de la parcela. Sin embargo, el uso de modelos de simulaci\u00f3n de cultivos como medida de apoyo a los sistemas de gesti\u00f3n espacialmente variable, requiere que los enfoques de modelaci\u00f3n espacial del agua sean capaces de representar y simular con precisi\u00f3n la variaci\u00f3n dentro del campo de los factores relacionados con el agua disponible y la respuesta de los cultivos. Esta tesis doctoral representa una nueva contribuci\u00f3n a la agronom\u00eda de los sistemas agr\u00edcolas de secano, con \u00e9nfasis en el papel que juegan los flujos de agua en zonas de topograf\u00eda ondulada en la determinaci\u00f3n de las variaciones espaciales del rendimiento del trigo. La tesis se ha desarrollado en cap\u00edtulos que se complementan siguiendo un enfoque integrador. La presente tesis doctoral revis\u00f3 algunos de los modelos hidrol\u00f3gicos y de cultivo m\u00e1s ampliamente adoptados y explor\u00f3 nuevas oportunidades para simular variaciones espaciales del agua a nivel de campo mediante la incorporaci\u00f3n del flujo lateral de escorrent\u00eda superficial y sub-superficial en las zonas de menor elevaci\u00f3n del campo. Desde este punto de vista, se evaluaron las variaciones espaciales de las brechas de rendimiento en trigo de secano, en C\u00f3rdoba, Espa\u00f1a, que son causadas por flujos laterales de los puntos altos a los bajos. Desde una perspectiva agron\u00f3mica, las entradas laterales del agua contribuyen a las variaciones de rendimiento en los sistemas de producci\u00f3n de trigo de secano como el que se ha estudiado en el \u00e1mbito de esta tesis. La contribuci\u00f3n neta de estos flujos a las variaciones espaciales de los rendimientos potenciales de secano se mostr\u00f3 relevante pero altamente irregular entre diferentes a\u00f1os. A pesar de la variabilidad interanual, t\u00edpica de las condiciones mediterr\u00e1neas, la existencia de dichos flujos hizo que los rendimientos de trigo simulados variaran un +16% desde las \u00e1reas m\u00e1s elevadas de un campo hacia abajo. El rendimiento medio observado oscil\u00f3 entre 1.3 y 5.4 Mg de rendimiento de grano (GY) ha\u22121. Las respuestas de rendimiento neto al flujo lateral, cuenca abajo, fueron en promedio 383 kg de rendimiento de grano (GY) ha\u22121, y la productividad marginal de agua de LIF alcanz\u00f3 24.6 (\u00b113.2) kg GY ha\u22121 mm\u22121 en a\u00f1os de m\u00e1xima capacidad de respuesta. Dichos a\u00f1os de m\u00e1xima capacidad de respuesta se asociaron con bajas precipitaciones durante las etapas vegetativas del cultivo en combinaci\u00f3n con flujos laterales en las etapas posteriores a la floraci\u00f3n. En condiciones de campo, estas diferencias solo fueron visibles en uno de los dos a\u00f1os experimentales. Las implicaciones econ\u00f3micas asociadas con m\u00faltiples escenarios de tasa de aplicaci\u00f3n variable de nitr\u00f3geno se exploraron a trav\u00e9s de un caso de estudio y se propusieron varias recomendaciones. Tanto el tama\u00f1o de la finca (el \u00e1rea sembrada anual) como la estructura topogr\u00e1fica afectaron la din\u00e1mica de los rendimientos de la inversi\u00f3n. Bajo las condiciones actuales de pol\u00edtica agr\u00edcola, y de precios, la adopci\u00f3n de la tasa de aplicaci\u00f3n variable tendr\u00eda una ventaja econ\u00f3mica en fincas similares a la del caso de estudio con un \u00e1rea sembrada anual superior a 567 ha a\u00f1o\u22121. Sin embargo, las tendencias actuales en los precios de la energ\u00eda, los costes de transporte y los impactos tanto en los precios de los cereales como en los costes de los fertilizantes mejoran la viabilidad de la adopci\u00f3n de esta tecnolog\u00eda para una poblaci\u00f3n m\u00e1s amplia de tipos de fincas. La rentabilidad de la adopci\u00f3n de aplicaci\u00f3n variable de nitr\u00f3geno mejora bajo dichos escenarios y, en ausencia de apoyos adicionales, el \u00e1rea m\u00ednima para la adopci\u00f3n de aplicaci\u00f3n variable disminuye hasta un rango de 68-177 ha a\u00f1o\u22121 de \u00e1rea de siembra. La combinaci\u00f3n de aumentos de precios con la introducci\u00f3n de un subsidio adicional asociado al \u00e1rea de cultivo podr\u00eda reducir sustancialmente el umbral de adopci\u00f3n hasta 46 ha a\u00f1o\u22121, lo que hace que la tecnolog\u00eda sea econ\u00f3micamente viable para una poblaci\u00f3n mucho m\u00e1s amplia de agricultores.", "keywords": ["Agricultural crops", "Water management", "Artificial Neural Network", "Precision agriculture", "Crop modelling", "NDVI", "Spatial modelling", "Machine learning", "Water balance"], "contacts": [{"organization": "Roquette Tenreiro, Tom\u00e1s", "roles": ["creator"]}]}, "links": [{"href": "https://doi.org/oai:helvia.uco.es:10396/24059"}, {"rel": "self", "type": "application/geo+json", "title": "oai:helvia.uco.es:10396/24059", "name": "item", "description": "oai:helvia.uco.es:10396/24059", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/oai:helvia.uco.es:10396/24059"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-01-01T00:00:00Z"}}, {"id": "oai:opus.uni-hohenheim.de:2046", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:31:39Z", "type": "Report", "title": "Soil microorganisms as hidden miners of phosphorus in soils under different cover crop and tillage treatments", "description": "Phosphorus (P) is one of the most limiting plant nutrients for agricultural production. The soil microbial community plays a key role in nutrient cycling, affecting access of roots to P, as well as mobilization and mineralization of organic P (Porg). This thesis aimed to better understand the potential of cover crops to enhance plant-soil-microbe interactions to improve the availability of P. This dissertation consists of a meta-analysis of and two field experiments. The used methods showed that microbial P, the activity of P-cycling enzymes and PLFAs increased under cover crops, indicating an enhanced potential for organic P cycling. Gram- positive and Gram-negative bacteria, and to a lesser extent also arbuscular mycorrhizal fungi, increased their abundance with cover crops. However, saprotrophic fungi could benefit most from the substrate input derived from cover crop roots or litter. Enzyme-stable Porg shifted towards pools of a greater lability in the active soil compartments (rhizosheath and detritusphere). The effects of agricultural management, such as cover crop species choice and tillage, were detectable, but weaker compared to the effect of the presence of cover crops. With the obtained results, the research aims of this thesis could be successfully addressed. We were able to confirm that cover crops have the potential to improve main crops\u0092 access to P. Furthermore, we presented and discussed three pathways of P benefit. In the plant biomass pathway, P is cycled through cover crop biomass and becomes available for the main crop upon litter decomposition. The microbial enhancement pathway describes how the cover crop\u0092s interaction with soil microbes increases their abundance and activity, thereby increasing the availability of Porg. Some cover crop species seem to be capable of utilizing a biochemical modification pathway, where changes in the sorption capacity of the soil result in a greater quantity of plant-available phosphate. However, the latter pathway was apparently not important in the crop rotations used in our field experiments. The data also allowed us to characterize ways in which plant-soil-microbe interactions under cover crops affected the relationship of soil microbial functions to the enzymatic availability of Porg pools. Cover crops increased the abundance and activity of microbes, especially fungi, as well as microbial P. This enhancement in P-cycling potential shifted Porg toward pools of greater availability to added enzymes. However, the relation between enzymes and Porg pools is complex and is possibly affected by soil P composition and other site characteristics, indicating the need for further research in this area. Finally, we elucidated how the choice of cover crop species and agricultural management can shift the relative importance of the pathways for the P benefit of the main crop, while site-specific management allows farmers to adapt to local conditions and to optimize the functions of their agroecosystems. In conclusion, our results indicate that the pathways of cover crop derived P benefit take place simultaneously. We confirmed the potential of cover crop biomass for the cycling of P, and we suggest that our observed increases in the availability of soil Porg are related to microbial abundance and activity. The interactions of cover cropping and tillage indicate also that P benefit can be optimized by management decisions. Finally, these new insights into soil phosphorus cycling in agroecosystems have the potential to support further development of more sustainable agricultural systems. Phosphor (P) ist einer der wichtigsten limitierenden Naehrstoffe fuer das Pflanzenwachstum in der Landwirtschaft. Bodenmikroben spielen eine Schluesselrolle in Naehrstoffkreislaeufen, beeinflussen das Wachstum von Pflanzenwurzeln, die Mobilisierung sowie die Mineralisierung von organischem P (Porg) und somit den Zugang zu P. Das Ziel dieser Dissertation war die Einschaetzung des Potentials von Zwischenfruechten zur Verbesserung der Interaktionen im System Pflanze-Boden-Mikroben und einer dadurch moeglichen Steigerung der P-Verfuegbarkeit fuer die Hauptfruechte.  Diese Dissertation umfasst drei wissenschaftliche Veroeffentlichungen: Eine Literaturrecherche und Meta-Analyse sowie zwei selbst durchgefuehrte Feldexperimente. Die verwendeten Methoden zeigten, dass Zwischenfruechte den P-Gehalt in der mikrobiellen Biomasse, die Aktivitaet von Phosphatasen und mikrobielle Fettsaeuremarker (PLFAs) erhoehen, was auf ein gesteigertes Umsatzpotential von organischen Phosphorverbindungen hindeutet. Die Abundanz von grampositiven und gramnegativen Bakterien, sowie in geringerem Umfang auch von arbuskulaeren Mykorrhizapilzen, wurde durch Zwischenfruechte erhoeht. Gleichwohl waren saprotrophe Bodenpilze die mikrobielle Gruppe, die am meisten von der Substratzufuhr der Wurzeln und Streu profitieren konnte. Stabiles P wurde in den aktiven Bodenzonen der Rhizosphaere und Detritusphaere in labilere Porg-Pools transformiert. Bewirtschaftungseffekte, wie die Wahl der Zwischenfrucht oder Bodenbearbeitung, waren erkennbar, aber wesentlich schwaecher ausgepraegt als der Zwischenfruchteffekt insgesamt.  Unsere Ergebnisse bestaetigen, dass Zwischenfruchtanbau zur Steigerung der P - Verfuegbarkeit fuer die Hauptfrucht fuehren kann. Darueber hinaus konnten wir fuer den P- Vorteil drei grundsaetzliche Wirkungspfade aufzeigen, die in aktiven Bodenraeumen stattfinden. UEber den Wirkungspfad \u0084Pflanzenbiomasse\u0093 wird P aus dem Boden in die Biomasse der Zwischenfrucht aufgenommen und waehrend der Zersetzung der Streu fuer die Hauptfrucht verfuegbar. UEber den Wirkungspfad \u0084mikrobielle Verstaerkung\u0093 steigert die Zwischenfrucht im Wurzelraum die Biomasse und Aktivitaet der mikrobiellen Gemeinschaft, wodurch diese die Verfuegbarkeit von Porg erhoehen kann. Durch den Wirkungspfad \u0084biochemische Modifikation\u0093 scheinen manche Zwischenfruchtarten in der Lage zu sein, ueber Wurzelexsudate die P-Sorption im Boden zu senken und dadurch den Anteil an pflanzenverfuegbarem Phosphat zu erhoehen.  Weiterhin ermoeglichen die erhobenen Daten die Diskussion, inwiefern mikrobielle Funktionen und die Mineralisierbarkeit von Porg zusammenhaengen und wie die Interaktionen von Pflanzen beeinflusst werden. Zwischenfruechte steigerten sowohl die Abundanz und Aktivitaet von Mikroben, als auch die Menge an P in der mikrobiellen Biomasse. Diese Potentialsteigerung des P-Kreislaufs steigerte die Verfuegbarkeit des Porg fuer zugefuegte Enzyme. Es muss bedacht werden, dass die Rueckkopplungen zwischen Enzymaktivitaet und verschiedenen Porg-Pools komplex sind. Diese haengen von den lokalen Eigenschaften des Bodens, wie etwa der Zusammensetzung des P-Vorrats, ab und sollten durch zukuenftige Studien geklaert werden.  Drittens zeigen unsere Untersuchungen, wie die Wahl der Zwischenfrucht und die der Bewirtschaftung (z.B. Bodenbearbeitung oder Fruchtfolge) die relative Gewichtung der verschiedenen Pfade des P-Vorteils fuer die Hauptfrucht beeinflussen. Standortangepasste Zwischenfruchtsysteme erlauben es Landwirt:innen, die Funktionen ihres Agrooekosystems hinsichtlich der lokalen Bedingungen zu optimieren.  Zusammenfassend bestaetigen unsere Ergebnisse, dass der P-Bedarf der Hauptfrucht ueber die Biomasse der Zwischenfrucht gedeckt werden kann und zeigen auf, dass die charakterisierten drei Pfade des P-Vorteils durch Zwischenfruchtanbau parallel stattfinden. Schlie\u00dflich koennen die hier gewonnenen Erkenntnisse ueber den Phosphorkreislauf, basierend auf der Kombination von bodenmikrobiologischen Methoden mit der Charakterisierung der Labilitaet von Porg, zur zukuenftigen Entwicklung einer nachhaltigeren Landwirtschaft beitragen.", "keywords": ["830", "Bodenmikrobiologie", "Fruchtfolge", "phosphorus mobilization", "Agriculture", "Phosphor", "N\u00e4hrstoffkreislauf", "Zwischenfrucht", "630", "soil microbiology", "Bodenmikroorganismus", "sustainable agriculture", "nutrient management", "ddc:630", "Phosphorkreislauf"], "contacts": [{"organization": "Hallama, Moritz", "roles": ["creator"]}]}, "links": [{"href": "https://doi.org/oai:opus.uni-hohenheim.de:2046"}, {"rel": "self", "type": "application/geo+json", "title": "oai:opus.uni-hohenheim.de:2046", "name": "item", "description": "oai:opus.uni-hohenheim.de:2046", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/oai:opus.uni-hohenheim.de:2046"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-01-01T00:00:00Z"}}, {"id": "10.1016/j.agee.2018.05.028", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:29Z", "type": "Journal Article", "created": "2018-05-31", "title": "Effects of agricultural management practices on soil quality: A review of long-term experiments for Europe and China", "description": "Open AccessIn this paper we present effects of four paired agricultural management practices (organic matter (OM) addition versus no organic matter input, no-tillage (NT) versus conventional tillage, crop rotation versus monoculture, and organic agriculture versus conventional agriculture) on five key soil quality indicators, i.e., soil organic matter (SOM) content, pH, aggregate stability, earthworms (numbers) and crop yield. We have considered organic matter addition, no-tillage, crop rotation and organic agriculture as 'promising practices'; no organic matter input, conventional tillage, monoculture and conventional farming were taken as the respective references or 'standard practice' (baseline). Relative effects were analysed through indicator response ratio (RR) under each paired practice. For this we considered data of 30 long-term experiments collected from 13 case study sites in Europe and China as collated in the framework of the EU-China funded iSQAPER project. These were complemented with data from 42 long-term experiments across China and 402 observations of long-term trials published in the literature. Out of these, we only considered experiments covering at least five years. The results show that OM addition favourably affected all the indicators under consideration. The most favourable effect was reported on earthworm numbers, followed by yield, SOM content and soil aggregate stability. For pH, effects depended on soil type; OM input favourably affected the pH of acidic soils, whereas no clear trend was observed under NT. NT generally led to increased aggregate stability and greater SOM content in upper soil horizons. However, the magnitude of the relative effects varied, e.g. with soil texture. No-tillage practices enhanced earthworm populations, but not where herbicides or pesticides were applied to combat weeds and pests. Overall, in this review, yield slightly decreased under NT. Crop rotation had a positive effect on SOM content and yield; rotation with ley very positively influenced earthworms' numbers. Overall, crop rotation had little impact on soil pH and aggregate stability \u2212 depending on the type of intercrop; alternatively, rotation of arable crops only resulted in adverse effects. A clear positive trend was observed for earthworm abundance under organic agriculture. Further, organic agriculture generally resulted in increased aggregate stability and greater SOM content. Overall, no clear trend was found for pH; a decrease in yield was observed under organic agriculture in this review.", "keywords": ["China", "Soil Science", "Organic chemistry", "Crop", "01 natural sciences", "Long-term field experiments", "Crop Productivity", "Soil quality", "Environmental science", "Organic Matter Dynamics", "Tillage", "Agricultural and Biological Sciences", "Soil quality indicators", "Crop rotation", "Management of Soil Fertility and Crop Productivity", "Soil water", "FOS: Mathematics", "Agricultural management practices", "Monoculture", "Crop Yield Stability", "Biology", "0105 earth and related environmental sciences", "Literature review", "Response ratio", "Soil science", "2. Zero hunger", "Soil organic matter", "Soil Fertility", "Conventional tillage", "Geography", "Life Sciences", "Agriculture", "04 agricultural and veterinary sciences", "Soil Nutrient Management", "15. Life on land", "Agronomy", "Europe", "Chemistry", "Archaeology", "13. Climate action", "0401 agriculture", " forestry", " and fisheries", "Crop husbandry", "Organic matter", "Intercropping in Agricultural Systems", "Soil Carbon Dynamics and Nutrient Cycling in Ecosystems", "Agronomy and Crop Science", "Mathematics"]}, "links": [{"href": "https://doi.org/10.1016/j.agee.2018.05.028"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agriculture%2C%20Ecosystems%20%26amp%3B%20Environment", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.agee.2018.05.028", "name": "item", "description": "10.1016/j.agee.2018.05.028", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.agee.2018.05.028"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2018-10-01T00:00:00Z"}}, {"id": "10.1016/j.agee.2020.107082", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:30Z", "type": "Journal Article", "created": "2020-07-23", "title": "Crop type and within-field location as sources of intraspecific variations in the phenology and the production of floral and fruit resources by weeds", "description": "Abstract   In arable farming, weeds provide important floral and seed resources that have the potential to support the provision of ecosystem services such as pollination or pest control. Estimating the production of these weed resources in the landscape is however not trivial as large-scale surveys of weed communities are usually conducted once in the season with a timing that may not coincide with the flowering and fruiting stages of all weed species. More, intraspecific variation in the mortality and phenology of individual weed species may arise from differences in the quality of the growing environment of each plant. In this study, we monitored the phenology of 30 common weed species in the field core and the field edge of 64 commercial fields grown with 6 crop types. Our hypothesis was that the production of resources by an individual plant would be modulated by its within-field location and by the crop type where it grows. We quantified floral (proportion, starting date and duration of flowering, dry biomass at flowering as a proxy for the amount of flowers) and seed resource production (proportion and starting date of fruiting). For most species, flowering and fruiting success were higher in field edges than in field cores and were lower in cereal crops than in other crops. Weeds flowered and fruited earlier and the flowering period was longer in field edges, except those of cereal crops. Dry biomass at flowering varied with field location either way, depending on the weed species, but tended to be lower in cereal crops than in other crops. This important intraspecific phenological variability in the production of seed and/or flower or resources should be considered when evaluating the contribution of weed communities to ecosystem services. It also suggests that within an agricultural landscape, the amount, timing and duration of provision of services by weeds could be enhanced by maintaining sufficient lengths of field edges and by growing a diversity of crop types.", "keywords": ["580", "[SDE] Environmental Sciences", "0106 biological sciences", "2. Zero hunger", "pollination", "farming management", "edge", "04 agricultural and veterinary sciences", "15. Life on land", "field", "phenology", "01 natural sciences", "630", "flowering success", "[SDE]Environmental Sciences", "0401 agriculture", " forestry", " and fisheries", "pest control"]}, "links": [{"href": "https://doi.org/10.1016/j.agee.2020.107082"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agriculture%2C%20Ecosystems%20%26amp%3B%20Environment", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.agee.2020.107082", "name": "item", "description": "10.1016/j.agee.2020.107082", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.agee.2020.107082"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2020-10-01T00:00:00Z"}}, {"id": "00682004-c6b9-4c1d-8b40-3afff8bbec69", "type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[11.16, 47.52], [11.16, 47.52], [11.16, 47.52], [11.16, 47.52], [11.16, 47.52]]]}, "properties": {"themes": [{"concepts": [{"id": "climatologyMeteorologyAtmosphere"}], "scheme": "https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_TopicCategoryCode"}, {"concepts": [{"id": "environmental factors"}, {"id": "water"}, {"id": "Soil analysis"}, {"id": "Soil"}, {"id": "soil amendments"}, {"id": "Soil biology"}, {"id": "Temperature profile"}, {"id": "moisture content"}, {"id": "Temperature"}, {"id": "Soil temperature"}], "scheme": "AGROVOC Multilingual agricultural thesaurus"}, {"concepts": [{"id": "soil profile"}, {"id": "soil moisture"}, {"id": "temperature"}], "scheme": "GEMET - Concepts, version 2.4"}, {"concepts": [{"id": "farming systems"}, {"id": "Grassland management"}, {"id": "Grassland soils"}, {"id": "grasslands"}, {"id": "permanent grasslands"}, {"id": "agriculture"}, {"id": "agricultural practices"}, {"id": "Climatic change"}], "scheme": "AGROVOC Multilingual agricultural thesaurus"}, {"concepts": [{"id": "Boden"}], "scheme": "GEMET - INSPIRE themes, version 1.0"}, {"concepts": [{"id": "opendata"}], "scheme": "Individual"}], "rights": "Restrictions applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource or metadata. (e.g. Reports, articles, papers, scientific and non-scientific works of any form, including tables, maps, or any other kind of output, in printed or electronic form, based in whole or in part on the data supplied, must contain an acknowledgement of the form: \u201cData re-used from the BonaRes Data Centre www.bonares.de. This data were created as part of BonaRes Module A-Project - SUSALPS's research activities.\u201d Although every care has been taken in preparing and testing the data, BonaRes Module A-Project- SUSALPS and BonaRes Data Centre cannot guarantee that the data are correct; neither does BonaRes Module A-Project-SUSALPS and BonaRes Data Centre accept any liability whatsoever for any error, missing data or omission in the data, or for any loss or damage arising from its use. The BonaRes Module A-Project-SUSALPS and BonaRes Data Centre will not be responsible for any direct or indirect use which might be made of the data. The access to this data is restricted during embargo time. If prior access is requested, contact the data owner/author.)", "updated": "2020-02-14", "type": "Dataset", "created": "2018-12-05", "language": "eng", "title": "SUSALPS temperature and volumetric soil water content Esterberg Subplot 3 in Esterberg intensiv", "description": "Grassland is a precious good. Grassland contributes to food security by providing fodder for dairy and beef farming, storing nutrients and increasing biodiversity. These functions that secure the fertility and yields of soil are jeopardized by climate change, especially in monane and alpine areas.\nIn SUSALPS, scientists, authorities and farmers work together to investigate the influence of climate change on i) plant biodiversity, ii) C and N storage, iii) greenhouse gas exchange, iv) socio economic conditions that influence decision making of farmers.\nA central experimental aspect is the translocation of soil mesocosms from higher elevation to lower elevation (Esterberg site at 1200m, Graswang site at 860m, Fendt at 600m, Bayreuth at 300m). To reflect the spatial heterogeneity of soils, mesocosms from three different subplots approx. 100-300m apart from each other are translocated. Since temperatures are higher and precipitation is lower in lower elevation, the translocated mesocosms experience climate change.\nThis dataset contains daily average soil temperature and volumetric soil water content in 5 and 15 cm depth.\nTreatment: Esterberg Subplot 3 in Esterberg intensiv\nDevice: Decagon 5TM\nTimescale: Daily average\nDepths: 5 and 15 cm", "formats": [{"name": "CSV"}], "keywords": ["environmental factors", "water", "Soil analysis", "Soil", "soil amendments", "Soil biology", "Temperature profile", "moisture content", "Temperature", "Soil temperature", "soil profile", "soil moisture", "temperature", "farming systems", "Grassland management", "Grassland soils", "grasslands", "permanent grasslands", "agriculture", "agricultural practices", "Climatic change", "Boden", "opendata"], "contacts": [{"name": "Kiese, Ralf", "organization": "Karlsruhe Institute of Technology (KIT)", "position": null, "roles": ["author"], "phones": [{"value": null}], "emails": [{"value": "ralf.kiese@kit.edu"}], "addresses": [{"deliveryPoint": [null], "city": "Garmisch-Partenkirchen", "administrativeArea": null, "postalCode": "82467", "country": "Germany"}], "links": [{"href": null}]}, {"name": "Kiese, Ralf", "organization": "Karlsruhe Institute of Technology (KIT)", "position": null, "roles": ["projectLeader"], "phones": [{"value": null}], "emails": [{"value": "ralf.kiese@kit.edu"}], "addresses": [{"deliveryPoint": [null], "city": null, "administrativeArea": null, "postalCode": null, "country": null}], "links": [{"href": null}]}, {"name": "BonaRes Data Centre", "organization": "Leibniz Centre for Agricultural Landscape Research (ZALF)", "position": "Research Platform 'Data' - WG Geodata", "roles": ["publisher"], "phones": [{"value": "+49 33432 82 171"}], "emails": [{"value": "bonares-datenzentrum@zalf.de"}], "addresses": [{"deliveryPoint": ["Eberswalder Strasse 84"], "city": "M\u00fcncheberg", "administrativeArea": "Brandenburg", "postalCode": "15374", "country": "Germany"}], "links": [{"href": null}]}, {"organization": "Karlsruhe Institute of Technology (KIT)", "roles": ["contributor"]}]}, "links": [{"href": "https://maps.bonares.de/mapapps/resources/apps/bonares/index.html?lang=en&mid=00682004-c6b9-4c1d-8b40-3afff8bbec69", "rel": "download"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/217290dd-a23f-4734-96d5-71b878a2fca8", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "00682004-c6b9-4c1d-8b40-3afff8bbec69", "name": "item", "description": "00682004-c6b9-4c1d-8b40-3afff8bbec69", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/00682004-c6b9-4c1d-8b40-3afff8bbec69"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"interval": ["2016-08-11T00:00:00Z", "2018-10-09T00:00:00Z"]}}, {"id": "10.1002/eap.1460", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:02Z", "type": "Journal Article", "created": "2016-10-21", "title": "Forest Management Scenarios In A Changing Climate: Trade-Offs Between Carbon, Timber, And Old Forest", "description": "Abstract<p>Balancing economic, ecological, and social values has long been a challenge in the forests of the Pacific Northwest, where conflict over timber harvest and old\uffe2\uff80\uff90growth habitat on public lands has been contentious for the past several decades. The Northwest Forest Plan, adopted two decades ago to guide management on federal lands, is currently being revised as the region searches for a balance between sustainable timber yields and habitat for sensitive species. In addition, climate change imposes a high degree of uncertainty on future forest productivity, sustainability of timber harvest, wildfire risk, and species habitat. We evaluated the long\uffe2\uff80\uff90term, landscape\uffe2\uff80\uff90scale trade\uffe2\uff80\uff90offs among carbon (C) storage, timber yield, and old forest habitat given projected climate change and shifts in forest management policy across 2.1 million hectares of forests in the Oregon Coast Range. Projections highlight the divergence between private and public lands under business\uffe2\uff80\uff90as\uffe2\uff80\uff90usual forest management, where private industrial forests are heavily harvested and many public (especially federal) lands increase C and old forest over time but provide little timber. Three alternative management scenarios altering the amount and type of timber harvest show widely varying levels of ecosystem C and old\uffe2\uff80\uff90forest habitat. On federal lands, ecological forestry practices also allowed a simultaneous increase in old forest and natural early\uffe2\uff80\uff90seral habitat. The ecosystem C implications of shifts away from current practices were large, with current practices retaining up to 105\uffc2\uffa0Tg more C than the alternative scenarios by the end of the century. Our results suggest climate change is likely to increase forest productivity by 30\uffe2\uff80\uff9341% and total ecosystem C storage by 11\uffe2\uff80\uff9315% over the next century as warmer winter temperatures allow greater forest productivity in cooler months. These gains in C storage are unlikely to be offset by wildfire under climate change, due to the legacy of management and effective fire suppression. Our scenarios of future conditions can inform policy makers, land managers, and the public about the potential effects of land management alternatives, climate change, and the trade\uffe2\uff80\uff90offs that are inherent to management and policy in the region.</p>", "keywords": ["Carbon sequestration", "Forest management -- Economic aspects", "0106 biological sciences", "Climate Change", "Forestry", "Forest fires -- Effect of climate change on", "Forests", "15. Life on land", "Wood", "01 natural sciences", "Carbon", "Trees", "Oregon", "Forest management -- Social aspects", "13. Climate action", "Northwest Forest Plan (U.S.)", "Environmental Sciences", "0105 earth and related environmental sciences"]}, "links": [{"href": "https://doi.org/10.1002/eap.1460"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Ecological%20Applications", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/eap.1460", "name": "item", "description": "10.1002/eap.1460", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/eap.1460"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2017-02-17T00:00:00Z"}}, {"id": "056534c0-b8b9-4cc6-8578-871e9710bcd5", "type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[12.33, 51.53], [12.33, 53.52], [14.99, 53.52], [14.99, 51.53], [12.33, 51.53]]]}, "properties": {"rights": "Restrictions applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource or metadata. Reports, articles, papers, scientific and non - scientific works of any form, including tables, maps, or any other kind of output, in printed or electronic form, based in whole or in part on the data supplied, must contain an acknowledgement of the form: \"Data reused from the BonaRes Data Centre www.bonares.de. This data were created as part of the BonaRes Module A-Project - BonaRes - I4S's research activities.\" Although every care has been taken in preparing and testing the data, the BonaRes Module A-Project - BonaRes - I4S and the BonaRes Data Centre cannot guarantee that the data are correct; neither does the BonaRes Module A-Project - BonaRes - I4S and the BonaRes Data Centre accept any liability whatsoever for any error, missing data or omission in the data, or for any loss or damage arising from its use. The BonaRes Module A-Project - BonaRes - I4S and BonaRes Data Centre will not be responsible for any direct or indirect use which might be made of the data.", "updated": "2024-07-04", "type": "Service", "created": "2024-06-12", "language": "eng", "title": "Web Map Service of the dataset 'Soil data I4S Boo\u00dfen experiment 2020-2021'", "description": "This Web Map Service includes spatial information used by datasets 'Soil data I4S Boo\u00dfen experiment 2020-2021'", "formats": [{"name": "CSV"}], "keywords": ["infoMapAccessService", "Soil", "crop management", "crop modelling", "fertilization", "crop monitoring", "soil dynamics", "yields", "leaf area index", "Soil", "crop management", "crop modelling", "fertilization", "crop monitoring", "soil dynamics", "yields", "leaf area index"], "contacts": [{"name": "Pablo Rosso", "organization": "Leibniz Centre for Agricultural Landscape Research (ZALF)", "position": null, "roles": ["author"], "phones": [{"value": null}], "emails": [{"value": "Pablo.rosso@zalf.de"}], "addresses": [{"deliveryPoint": [null], "city": null, "administrativeArea": null, "postalCode": null, "country": null}], "links": [{"href": null}]}, {"name": "Pablo Rosso", "organization": "Leibniz Centre for Agricultural Landscape Research (ZALF)", "position": null, "roles": ["projectLeader"], "phones": [{"value": null}], "emails": [{"value": "Pablo.rosso@zalf.de"}], "addresses": [{"deliveryPoint": [null], "city": null, "administrativeArea": null, "postalCode": null, "country": null}], "links": [{"href": null}]}, {"name": "ZALF", "organization": "Leibniz Centre for Agricultural Landscape Research (ZALF)", "position": "Research Platform 'Data Analysis & Simulation' - Workgroup Research Data Management", "roles": ["publisher"], "phones": [{"value": "+49 33432 82 300"}], "emails": [{"value": "dataservice@zalf.de"}], "addresses": [{"deliveryPoint": ["Eberswalder Strasse 84"], "city": "M\u00fcncheberg", "administrativeArea": "Brandenburg", "postalCode": "15374", "country": "Germany"}], "links": [{"href": null}]}, {"name": "Siyu Huang", "organization": "ZALF", "position": null, "roles": ["dataCurator"], "phones": [{"value": null}], "emails": [{"value": "siyu.huang@zalf.de"}], "addresses": [{"deliveryPoint": [null], "city": null, "administrativeArea": null, "postalCode": null, "country": null}], "links": [{"href": {"url": null, "protocol": null, "protocol_url": "", "name": "0009-0000-8713-5490", "name_url": "", "description": "ORCID", "description_url": "", "applicationprofile": null, "applicationprofile_url": "", "function": null}}]}, {"organization": "Leibniz Centre for Agricultural Landscape Research (ZALF)", "roles": ["contributor"]}], "themes": [{"concepts": [{"id": "infoMapAccessService"}], "scheme": "GEMET - INSPIRE themes, version 1.0"}, {"concepts": [{"id": "Soil"}, {"id": "crop management"}, {"id": "crop modelling"}, {"id": "fertilization"}, {"id": "crop monitoring"}, {"id": "soil dynamics"}, {"id": "yields"}, {"id": "leaf area index"}], "scheme": "AGROVOC Multilingual agricultural thesaurus"}, {"concepts": [{"id": "Soil"}, {"id": "crop management"}, {"id": "crop modelling"}, {"id": "fertilization"}, {"id": "crop monitoring"}, {"id": "soil dynamics"}, {"id": "yields"}, {"id": "leaf area index"}], "scheme": "AGROVOC Multilingual agricultural thesaurus"}]}, "links": [{"href": "https://maps.bonares.de/mapapps/resources/apps/bonares/index.html?lang=en&mid=c48a62ac-3a63-4a92-9786-ad18702bf24b", "rel": "information"}, {"href": "https://maps.bonares.de/wss/service/ags-relay/ags/guest/arcgis/rest/services/I4S/ID_5401_Boossen_Brandenburg_2010_2021_samplepoint_1/MapServer/WMSServer?request=GetCapabilities&service=WMS"}, {"rel": "self", "type": "application/geo+json", "title": "056534c0-b8b9-4cc6-8578-871e9710bcd5", "name": "item", "description": "056534c0-b8b9-4cc6-8578-871e9710bcd5", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/056534c0-b8b9-4cc6-8578-871e9710bcd5"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2024-07-04T00:00:00Z"}}, {"id": "07388e86-f38b-469a-9910-6e24af66bbf5", "type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[11.07, 47.83], [11.07, 47.83], [11.07, 47.83], [11.07, 47.83], [11.07, 47.83]]]}, "properties": {"themes": [{"concepts": [{"id": "climatologyMeteorologyAtmosphere"}], "scheme": "https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_TopicCategoryCode"}, {"concepts": [{"id": "environmental factors"}, {"id": "water"}, {"id": "Soil analysis"}, {"id": "Soil"}, {"id": "soil amendments"}, {"id": "Soil biology"}, {"id": "Temperature profile"}, {"id": "moisture content"}, {"id": "Temperature"}, {"id": "Soil temperature"}], "scheme": "AGROVOC Multilingual agricultural thesaurus"}, {"concepts": [{"id": "soil profile"}, {"id": "soil moisture"}, {"id": "temperature"}], "scheme": "GEMET - Concepts, version 2.4"}, {"concepts": [{"id": "farming systems"}, {"id": "Grassland management"}, {"id": "Grassland soils"}, {"id": "grasslands"}, {"id": "permanent grasslands"}, {"id": "agriculture"}, {"id": "agricultural practices"}, {"id": "Climatic change"}], "scheme": "AGROVOC Multilingual agricultural thesaurus"}, {"concepts": [{"id": "Boden"}], "scheme": "GEMET - INSPIRE themes, version 1.0"}, {"concepts": [{"id": "opendata"}], "scheme": "Individual"}], "rights": "Restrictions applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource or metadata. (e.g. Reports, articles, papers, scientific and non-scientific works of any form, including tables, maps, or any other kind of output, in printed or electronic form, based in whole or in part on the data supplied, must contain an acknowledgement of the form: \u201cData re-used from the BonaRes Data Centre www.bonares.de. This data were created as part of BonaRes Module A-Project - SUSALPS's research activities.\u201d Although every care has been taken in preparing and testing the data, BonaRes Module A-Project- SUSALPS and BonaRes Data Centre cannot guarantee that the data are correct; neither does BonaRes Module A-Project-SUSALPS and BonaRes Data Centre accept any liability whatsoever for any error, missing data or omission in the data, or for any loss or damage arising from its use. The BonaRes Module A-Project-SUSALPS and BonaRes Data Centre will not be responsible for any direct or indirect use which might be made of the data. The access to this data is restricted during embargo time. If prior access is requested, contact the data owner/author.)", "updated": "2020-02-14", "type": "Dataset", "created": "2018-12-05", "language": "eng", "title": "SUSALPS temperature and volumetric soil water content Graswang Subplot 1 in Fendt intensiv", "description": "Grassland is a precious good. Grassland contributes to food security by providing fodder for dairy and beef farming, storing nutrients and increasing biodiversity. These functions that secure the fertility and yields of soil are jeopardized by climate change, especially in monane and alpine areas. In SUSALPS, scientists, authorities and farmers work together to investigate the influence of climate change on i) plant biodiversity, ii) C and N storage, iii) greenhouse gas exchange, iv) socio economic conditions that influence decision making of farmers. A central experimental aspect is the translocation of soil mesocosms from higher elevation to lower elevation (Esterberg site at 1200m, Graswang site at 860m, Fendt at 600m, Bayreuth at 300m). To reflect the spatial heterogeneity of soils, mesocosms from three different subplots approx. 100-300m apart from each other are translocated. Since temperatures are higher and precipitation is lower in lower elevation, the translocated mesocosms experience climate change. This dataset contains daily average soil temperature and volumetric soil water content in 5 and 15 cm depth. Treatment: Graswang Subplot 1 in Fendt intensiv Device: Decagon 5TM Timescale: Daily average Depths: 5 and 15 cm", "formats": [{"name": "CSV"}], "keywords": ["environmental factors", "water", "Soil analysis", "Soil", "soil amendments", "Soil biology", "Temperature profile", "moisture content", "Temperature", "Soil temperature", "soil profile", "soil moisture", "temperature", "farming systems", "Grassland management", "Grassland soils", "grasslands", "permanent grasslands", "agriculture", "agricultural practices", "Climatic change", "Boden", "opendata"], "contacts": [{"name": "Kiese, Ralf", "organization": "Karlsruhe Institute of Technology (KIT)", "position": null, "roles": ["author"], "phones": [{"value": null}], "emails": [{"value": "ralf.kiese@kit.edu"}], "addresses": [{"deliveryPoint": [null], "city": "Garmisch-Partenkirchen", "administrativeArea": null, "postalCode": "82467", "country": "Germany"}], "links": [{"href": null}]}, {"name": "Kiese, Ralf", "organization": "Karlsruhe Institute of Technology (KIT)", "position": null, "roles": ["projectLeader"], "phones": [{"value": null}], "emails": [{"value": "ralf.kiese@kit.edu"}], "addresses": [{"deliveryPoint": [null], "city": null, "administrativeArea": null, "postalCode": null, "country": null}], "links": [{"href": null}]}, {"name": "BonaRes Data Centre", "organization": "Leibniz Centre for Agricultural Landscape Research (ZALF)", "position": "Research Platform 'Data' - WG Geodata", "roles": ["publisher"], "phones": [{"value": "+49 33432 82 171"}], "emails": [{"value": "bonares-datenzentrum@zalf.de"}], "addresses": [{"deliveryPoint": ["Eberswalder Strasse 84"], "city": "M\u00fcncheberg", "administrativeArea": "Brandenburg", "postalCode": "15374", "country": "Germany"}], "links": [{"href": null}]}, {"organization": "Karlsruhe Institute of Technology (KIT)", "roles": ["contributor"]}]}, "links": [{"href": "https://maps.bonares.de/mapapps/resources/apps/bonares/index.html?lang=en&mid=07388e86-f38b-469a-9910-6e24af66bbf5", "rel": "download"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/217290dd-a23f-4734-96d5-71b878a2fca8", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "07388e86-f38b-469a-9910-6e24af66bbf5", "name": "item", "description": "07388e86-f38b-469a-9910-6e24af66bbf5", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/07388e86-f38b-469a-9910-6e24af66bbf5"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"interval": ["2016-08-11T00:00:00Z", "2018-10-09T00:00:00Z"]}}, {"id": "10.1002/jeq2.20119", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:05Z", "type": "Journal Article", "created": "2020-07-01", "title": "Global Research Alliance N2O chamber methodology guidelines: Summary of modeling approaches", "description": "Abstract<p>Measurements of nitrous oxide (N2O) emissions from agriculture are essential for understanding the complex soil\uffe2\uff80\uff93crop\uffe2\uff80\uff93climate processes, but there are practical and economic limits to the spatial and temporal extent over which measurements can be made. Therefore, N2O models have an important role to play. As models are comparatively cheap to run, they can be used to extrapolate field measurements to regional or national scales, to simulate emissions over long time periods, or to run scenarios to compare mitigation practices. Process\uffe2\uff80\uff90based models can also be used as an aid to understanding the underlying processes, as they can simulate feedbacks and interactions that can be difficult to distinguish in the field. However, when applying models, it is important to understand the conceptual process differences in models, how conceptual understanding changed over time in various models, and the model requirements and limitations to ensure that the model is well suited to the purpose of the investigation and the type of system being simulated. The aim of this paper is to give the reader a high\uffe2\uff80\uff90level overview of some of the important issues that should be considered when modeling. This includes conceptual understanding of widely used models, common modeling techniques such as calibration and validation, assessing model fit, sensitivity analysis, and uncertainty assessment. We also review examples of N2O modeling for different purposes and describe three commonly used process\uffe2\uff80\uff90based N2O models (APSIM, DayCent, and DNDC).</p", "keywords": ["Environmental Engineering", "Monitoring", "330", "Supplementary Data", "QH301 Biology", "Nitrous Oxide", "01 natural sciences", "QH301", "Soil", "NE/M021327/1", "SDG 13 - Climate Action", "774378", "European Commission", "Waste Management and Disposal", "Water Science and Technology", "0105 earth and related environmental sciences", "Policy and Law", "Natural Environment Research Council (NERC)", "NE/P019455/1", "Uncertainty", "Agriculture", "04 agricultural and veterinary sciences", "15. Life on land", "Pollution", "Management", "13. Climate action", "0401 agriculture", " forestry", " and fisheries"]}, "links": [{"href": "https://onlinelibrary.wiley.com/doi/pdf/10.1002/jeq2.20119"}, {"href": "https://doi.org/10.1002/jeq2.20119"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Journal%20of%20Environmental%20Quality", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/jeq2.20119", "name": "item", "description": "10.1002/jeq2.20119", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/jeq2.20119"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2020-08-27T00:00:00Z"}}, {"id": "10.1016/j.agee.2020.107078", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:30Z", "type": "Journal Article", "created": "2020-07-15", "title": "Legacy effects of leguminous green manure crops on the weed seed bank in organic crop rotations", "description": "Abstract   Leguminous green manure crops are important for accumulating nitrogen by means of biological nitrogen fixation and for building up soil fertility in organic arable cropping systems. Whole-year green manure crops are also known to deplete the soil weed seed bank, e.g. by decaying and predation, but there is uncertainty about the magnitude of the legacy effect after termination of the green manure crop. This study sampled soil for weed seed bank assessment upon termination of a two-year leguminous green manure crop and then one, two and three years afterwards. The samples were taken from two five-year crop rotations (2011\u20132015) in a long-term organic crop rotation experiment in Denmark. One rotation (O2) had a two-year green manure crop followed by three years of annual cash crops, and the other rotation (O4) consisted only of annual cash crops, with four crop sequences in both rotations represented every year. In general, the weed seed bank of rotation O2 was 54 % lower than O4, with 5475 seeds m\u22122 versus 11,967 seeds m\u22122. Similarly the aboveground amount of weed biomass in O2 was lower than in O4 over the course of the five years. The legacy effect of the green manure crop showed a negative exponential rise in weed seed numbers with the increase in years after termination of the green manure crop. A biennial leguminous green manure crop can mitigate weed problems in organic annual crops. This effect adds to the benefits of including nitrogen fixing leys in crop rotations with limited access to animal manures.", "keywords": ["2. Zero hunger", "broadleaved weeds", "Lucerne", " grass-clover", " broadleaved weeds", " grass weeds", " seed bank depletion", " seed decay", "grass weeds", "Composting and manuring", "seed bank depletion", "grass-clover", "0401 agriculture", " forestry", " and fisheries", "lucerne", "Weed management", "04 agricultural and veterinary sciences", "15. Life on land", "seed decay"]}, "links": [{"href": "https://doi.org/10.1016/j.agee.2020.107078"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agriculture%2C%20Ecosystems%20%26amp%3B%20Environment", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.agee.2020.107078", "name": "item", "description": "10.1016/j.agee.2020.107078", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.agee.2020.107078"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2020-10-01T00:00:00Z"}}, {"id": "10.1016/j.agee.2021.107551", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:30Z", "type": "Journal Article", "created": "2021-07-06", "title": "Impacts of agronomic measures on crop, soil, and environmental indicators: A review and synthesis of meta-analysis", "description": "Abstract   Sustainable agricultural management implies optimization of resources for crop production while minimizing adverse impacts on the environment. This requires a better understanding of the synergies and trade-offs of agronomic management while accounting for the controlling effects of site-specific factors (covariates). We systematically evaluated 113 meta-analytical studies assessing impacts of crop management measures (rotation, cover cropping, residue retention), soil and water measures (irrigation, tillage), soil amendments (enhanced efficiency, biochar), fertilizer use (organic, mineral, combined organic-mineral) and \u201c4R'\u201d fertilizer strategies (right source, rate, timing, placement) on sustainability indicators. These indicators include crop yield, crop N and P (content, uptake, and use efficiency), soil quality indicators (soil organic C, N and P contents, compaction), soil emissions of ammonia (NH3) and greenhouse gases (CO2, N2O), and nutrient losses to water (N and P surplus or leaching). Nutrient management, including 4R practices as well as enhanced efficiency amendments, had the largest impact, increasing crop yields and N uptake while reducing N2O and NH3 emissions as well as N surplus, whereas effects on CO2 emissions were variable. Although all measures positively impacted soil C, the largest effect was due to biochar, followed by organic fertilizer input. Biochar positively impacted crop yield, diminished N2O and NH3 emissions as well as N surplus, and increased CO2 emissions. Within crop management, only cover cropping had a significant positive effect on crop yield, while both cover crops and rotation slightly enhanced N uptake and the sequestration of C and N in soil, thus reducing N2O emissions and N surplus. Minimal tillage practices generally increased SOC, while results for crop yield, N surplus and N2O emissions were variable. Site-specific factors had substantial impacts on the evaluated impacts of measures, most importantly climate, crop type, soil texture, soil pH, soil organic C, N dose, and experimental duration. Considering the variation among meta-analytical protocols followed, we recommend that field studies and meta-analytical work adhere to harmonized guidelines with respect to the reporting of site-level data, experimental design, and the statistical procedures used. This will ensure data comparability between studies, improve the quality of meta-analysis results, and give better insights into currently uncertain or unknown impacts of agronomic measures.", "keywords": ["0301 basic medicine", "2. Zero hunger", "Soil organic carbon", "Management practices", "Agronomic indicators", "Review", "04 agricultural and veterinary sciences", "15. Life on land", "12. Responsible consumption", "Meta-analysis", "03 medical and health sciences", "Emissions", "13. Climate action", "Nutrient use efficiency", "0401 agriculture", " forestry", " and fisheries", "Crop yield", "Nutrient surplus"]}, "links": [{"href": "https://doi.org/10.1016/j.agee.2021.107551"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agriculture%2C%20Ecosystems%20%26amp%3B%20Environment", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.agee.2021.107551", "name": "item", "description": "10.1016/j.agee.2021.107551", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.agee.2021.107551"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2021-10-01T00:00:00Z"}}, {"id": "10.1016/j.agwat.2014.02.010", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:34Z", "type": "Journal Article", "created": "2014-03-17", "title": "Effect Of Different Nitrogen And Irrigation Treatments On Yield And Nitrate Leaching Of Summer Maize (Zea Mays L.) Under Lysimeter Conditions", "description": "Abstract   We examined the effect of different irrigation and nitrogen (N) fertilizer levels on  Zea mays  L. (maize) on nitrate-nitrogen (NO3 \u2212 -N) leaching under lysimeter conditions. To do so, we used large lysimeters (2.5\u00a0m\u00a0\u00d7\u00a02.5\u00a0m\u00a0\u00d7\u00a02.0\u00a0m deep) at the Maize Technological Innovation Center (MTIC) of the northern China plain (NCP), which is located at Shandong Agriculture University (36\u00b009\u2032N, 117\u00b009\u2032E, 128\u00a0m above sea level) in Taian, China. Our study carried out during 3 cropping seasons (2010\u20132012) where the crop rotation was corn, grown in the summer, followed by wheat in the winter. Nitrogen leaching mainly occurs during maize growth season in maize\u2013wheat rotation system under natural condition. N management of winter wheat has no significant effect on total N of 0\u2013200\u00a0cm soil. So, this paper mainly aimed to investigate the summer maize N losses, to provide the data needed to develop best management practices to improve nitrogen use efficiency with the goal to better protect the ecological environment. Our experiment used two maize varieties (Zhongnong 99 [Z99] and Lainong 14 [L14]), two levels of irrigation (525 and 263\u00a0mm) during the maize growth period, two fertilizer types (urea and manure), and two N fertilization levels (100 and 200\u00a0kg\u00a0N\u00a0ha \u22121 ), with two experimental replicates. We found that the maximum NO 3  \u2212 -N leaching of maize from the 200-cm soil layer was 77.22\u00a0kg\u00a0N\u00a0ha \u22121  for Z99 and 47.86\u00a0kg\u00a0N\u00a0ha \u22121  for L14 (200-kg\u00a0N\u00a0ha \u22121  urea; 525\u00a0mm irrigation). The minimum and maximum seasonal average NO 3  \u2212 -N concentrations at a depth of 200\u00a0cm were 41 and 182\u00a0mg l \u22121 , respectively. Our findings suggest that it may be possible to reduce the amount of NO 3  \u2212 -N leaching from the root zone during the growing season by splitting the application of irrigation and fertilizer treatment according to maize growth stage requirements. With the appropriate combination of irrigation and fertilizer management, levels of NO 3  \u2212 -N leaching during agricultural practices may be minimized.", "keywords": ["0106 biological sciences", "2. Zero hunger", "land and farm management", "land and farm management not elsewhere classified", "Other agricultural", "veterinary and food sciences", "Agriculture", "Civil engineering", "15. Life on land", "01 natural sciences", "6. Clean water"]}, "links": [{"href": "https://doi.org/10.1016/j.agwat.2014.02.010"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agricultural%20Water%20Management", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.agwat.2014.02.010", "name": "item", "description": "10.1016/j.agwat.2014.02.010", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.agwat.2014.02.010"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2014-05-01T00:00:00Z"}}, {"id": "10.1016/j.agee.2022.108124", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:30Z", "type": "Journal Article", "created": "2022-08-18", "title": "Assessing almond response to irrigation and soil management practices using vegetation indexes time-series and plant water status measurements", "description": "Open AccessThis research was funded in the frame of the projects PRECIRIEGO RTC-2017\u20136365-2 financed by Agencia Estatal de Investigaci\u00f3n with European Regional Development Fund co-funds; and the European Union H2020 project SHUI GA 773903. The research was supported also by the CajaMar Caja Rural Contract \u201cEfficient use of water resources under climate change scenarios\u201d. I. Buesa and J.M. Ram\u00edrez-Cuesta acknowledge the postdoctoral financial support received from Juan de la Cierva Spanish Postdoctoral Program (FJC2019\u2013042122-I and IJC2020\u2013043601-I, respectively). Authors acknowledge David Hortelano and Jos\u00e9 Luis Ru\u00edz Garc\u00eda for the help provided in the field measurements acquisition. This work represents a contribution to CSIC Thematic Interdisciplinary Platform PTI TELEDETECT.", "keywords": ["0106 biological sciences", "Soil management", "Almonds", "F06 Irrigation", "01 natural sciences", "12. Responsible consumption", "Vegetation index", "Sentinel 2", "Remote sensing sustainable agriculture", "P33 Soil chemistry and physics", "F40 Plant ecology", "2. Zero hunger", "precision agriculture", "Precision agriculture", "Sustainable agriculture", "Water use efficiency", "Vegetation cover", "F07 Soil cultivation", "04 agricultural and veterinary sciences", "Remote sensing", "15. Life on land", "Tree canopy", "F60 Plant physiology and biochemistry", "6. Clean water", "Water management", "P30 Soil science and management", "P10 Water resources and management", "0401 agriculture", " forestry", " and fisheries", "Remote sensing", " sustainable agriculture", "Sentinel-2"]}, "links": [{"href": "https://www.iris.unict.it/bitstream/20.500.11769/552491/2/Agriculture%2c%20ecosystems%20and%20environment%202022.pdf"}, {"href": "https://doi.org/10.1016/j.agee.2022.108124"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agriculture%2C%20Ecosystems%20%26amp%3B%20Environment", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.agee.2022.108124", "name": "item", "description": "10.1016/j.agee.2022.108124", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.agee.2022.108124"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-11-01T00:00:00Z"}}, {"id": "072be70b-f5a2-4a88-b389-51dfb3e3d8f7", "type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[6.55, 51.22], [6.55, 53.93], [11.74, 53.93], [11.74, 51.22], [6.55, 51.22]]]}, "properties": {"rights": "Nutzungseinschr\u00e4nkungen: Allgemeine Gesch\u00e4ftsbedingungen -AGB- des Landesamtes f\u00fcr Bergbau, Energie und Geologie (LBEG) und die Anlage Verg\u00fctungsverzeichnis f\u00fcr Leistungen des LBEG", "updated": "2022-09-05", "type": "Service", "language": "ger", "title": "Assessment of the potential risk of erosion by wind in accordance with Annex 3 of the Agricultural Payments Obligations Ordinance (Cross Compliance) - Basic Grid (WMS Service)", "description": "Die Karte zeigt die potenzielle Winderosionsgef\u00e4hrdung im 12,5m Raster.\nDie Einsch\u00e4tzung der potenziellen Winderosionsgef\u00e4hrdung erfolgt auf der Grundlage der Anlage 3 der Agrarzahlungen-Verpflichtungenverordnung (AgrarZahlVerpflV) durch die Verkn\u00fcpfung von \n(a) Bodenart (als Kenngr\u00f6\u00dfe f\u00fcr die Erosionsanf\u00e4lligkeit bzw. Erodierbarkeit einer Bodenart), \n(b) Windgeschwindigkeit (als Kenngr\u00f6\u00dfe f\u00fcr die Erosivit\u00e4t des Klimas) sowie \n(c) Windhindernissen (Schutzwirkung von Windhindernissen).\n\nDie Grundlage f\u00fcr diese Herangehensweise bildet das vorhandene Regelwerk (DIN 19706 Bodenbeschaffenheit \u2013 Ermittlung der Erosionsgef\u00e4hrdung von B\u00f6den durch Wind).\nDie Landesfl\u00e4che Niedersachsens wird in ein 12,5m Raster aufgeteilt und f\u00fcr jede Rasterzelle eine Erosionsgef\u00e4hrdungsstufe nach der oben beschriebenen Methodik ermittelt.", "formats": [{"name": "TIFF"}, {"name": "OGC:WMS"}], "keywords": ["infoManagementService", "infoMapAccessService", "OGC::WMS", "inspireidentifiziert", "NIBIS-Metadaten", "Soil", "Boden"], "contacts": [{"name": null, "organization": "Landesamt f\u00fcr Bergbau, Energie und Geologie (LBEG)", "position": "pointOfContact", "roles": ["pointOfContact"], "phones": [{"value": "+49 (0)511-643-3457"}], "emails": [{"value": "bodentechnologie@lbeg.niedersachsen.de"}], "addresses": [{"deliveryPoint": ["Stilleweg 2"], "city": "Hannover", "administrativeArea": "Niedersachsen", "postalCode": "30655", "country": "Deutschland"}], "links": [{"href": {"url": "https://www.lbeg.niedersachsen.de/", "protocol": null, "protocol_url": "", "name": null, "name_url": "", "description": null, "description_url": "", "applicationprofile": null, "applicationprofile_url": "", "function": null}}]}], "themes": [{"concepts": [{"id": "Soil"}, {"id": "Boden"}], "scheme": "GEMET - INSPIRE themes, version 1.0"}], "title_alternate": "CCWIPOTBA"}, "links": [{"href": "https://www.lbeg.niedersachsen.de/download/1238", "rel": null}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=565&Service=WMS&Request=GetCapabilities&", "name": "IDU.cardo3.Services.OGC.WMS", "description": "Mit dieser Url k\u00f6nnen die Daten als Kartenbild \u00fcber einen Web-Map-Service abgerufen werden.", "protocol": "OGC:WMS", "rel": "information"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=565&Service=WMS&Request=GetCapabilities&"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=565&Service=WMS&"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=565&Service=WMS&"}, {"rel": "self", "type": "application/geo+json", "title": "072be70b-f5a2-4a88-b389-51dfb3e3d8f7", "name": "item", "description": "072be70b-f5a2-4a88-b389-51dfb3e3d8f7", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/072be70b-f5a2-4a88-b389-51dfb3e3d8f7"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-09-05T00:00:00Z"}}, {"id": "09c19ff0-8992-4ff4-b6b5-eead99290dd6", "type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[6.55, 51.22], [6.55, 53.93], [11.74, 53.93], [11.74, 51.22], [6.55, 51.22]]]}, "properties": {"rights": "Nutzungseinschr\u00e4nkungen: Allgemeine Gesch\u00e4ftsbedingungen -AGB- des Landesamtes f\u00fcr Bergbau, Energie und Geologie (LBEG) und die Anlage Verg\u00fctungsverzeichnis f\u00fcr Leistungen des LBEG", "updated": "2022-09-05", "type": "Service", "created": "2017-10-19", "language": "ger", "title": "Ground map of Lower Saxony 1 : 50 000 - Soil water available for plants (1991-2020) (WFS Service)", "description": "Die Karte zeigt das Pflanzenverf\u00fcgbare Bodenwasser f\u00fcr den 30-j\u00e4hrigen Zeitraum 1991-2020. \nDas Pflanzenverf\u00fcgbaren Bodenwassers (Wpfl) beschreibt die Wassermenge, die ein Boden f\u00fcr Pflanzen bereitstellen kann. Es stellt somit ein wichtiges Qualit\u00e4tskriterium f\u00fcr die Bodenfruchtbarkeit dar.  Der Kennwert setzt sich aus der Nutzbaren Feldkapazit\u00e4t im effektiven Wurzelraum und der Menge des kapillaren Aufstieges aus dem Grundwasser zusammen. Das Wpfl ist abh\u00e4ngig von der Textur, der Lagerungsdichte, dem Humusgehalt, der Schichtung und der Nutzung des Bodens sowie vom Grundwasserstand.", "formats": [{"name": "OGC:WFS"}], "keywords": ["infoManagementService", "infoFeatureAccessService", "OGC::WFS", "inspireidentifiziert", "NIBIS-Metadaten", "Soil", "Boden"], "contacts": [{"name": null, "organization": "Landesamt f\u00fcr Bergbau, Energie und Geologie (LBEG)", "position": "pointOfContact", "roles": ["pointOfContact"], "phones": [{"value": "+49 (0)511-643-3597"}], "emails": [{"value": "BodenLandesaufnahme@lbeg.niedersachsen.de"}], "addresses": [{"deliveryPoint": ["Stilleweg 2"], "city": "Hannover", "administrativeArea": "Niedersachsen", "postalCode": "30655", "country": "Deutschland"}], "links": [{"href": {"url": "https://www.lbeg.niedersachsen.de/", "protocol": null, "protocol_url": "", "name": null, "name_url": "", "description": null, "description_url": "", "applicationprofile": null, "applicationprofile_url": "", "function": null}}]}, {"name": null, "organization": "Landesamt f\u00fcr Bergbau, Energie und Geologie (LBEG)", "position": "pointOfContact", "roles": ["pointOfContact"], "phones": [{"value": "+49 (0)511-643-3597"}], "emails": [{"value": "bodenkundlicheberatung@lbeg.niedersachsen.de"}], "addresses": [{"deliveryPoint": ["Stilleweg 2"], "city": "Hannover", "administrativeArea": "Niedersachsen", "postalCode": "30655", "country": "Deutschland"}], "links": [{"href": {"url": "https://www.lbeg.niedersachsen.de/", "protocol": null, "protocol_url": "", "name": null, "name_url": "", "description": null, "description_url": "", "applicationprofile": null, "applicationprofile_url": "", "function": null}}]}], "themes": [{"concepts": [{"id": "Soil"}, {"id": "Boden"}], "scheme": "GEMET - INSPIRE themes, version 1.0"}], "title_alternate": "BK50Wpfl"}, "links": [{"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=998&Service=WFS&Request=GetCapabilities&", "name": "IDU.cardo3.Services.OGC.WFS", "description": "Mit dieser Url kann \u00fcber einen Web-Feature-Service direkt auf die Vektordaten zugegriffen werden.", "protocol": "OGC:WFS", "rel": "download"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=998&Service=WFS&Request=GetCapabilities&"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=998&Service=WFS&"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=998&Service=WFS&"}, {"rel": "self", "type": "application/geo+json", "title": "09c19ff0-8992-4ff4-b6b5-eead99290dd6", "name": "item", "description": "09c19ff0-8992-4ff4-b6b5-eead99290dd6", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/09c19ff0-8992-4ff4-b6b5-eead99290dd6"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-09-05T00:00:00Z"}}, {"id": "0bb96ccb-655e-469a-9536-40a5eaf4f8af", "type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[6.55, 51.22], [6.55, 53.93], [11.74, 53.93], [11.74, 51.22], [6.55, 51.22]]]}, "properties": {"rights": "Nutzungseinschr\u00e4nkungen: Allgemeine Gesch\u00e4ftsbedingungen -AGB- des Landesamtes f\u00fcr Bergbau, Energie und Geologie (LBEG) und die Anlage Verg\u00fctungsverzeichnis f\u00fcr Leistungen des LBEG", "updated": "2022-09-05", "type": "Service", "created": "2017-10-19", "language": "ger", "title": "Ground map of Lower Saxony 1 : 50 000 - Soil water available for plants (1991-2020) (WMS Service)", "description": "Die Karte zeigt das Pflanzenverf\u00fcgbare Bodenwasser f\u00fcr den 30-j\u00e4hrigen Zeitraum 1991-2020. \nDas Pflanzenverf\u00fcgbaren Bodenwassers (Wpfl) beschreibt die Wassermenge, die ein Boden f\u00fcr Pflanzen bereitstellen kann. Es stellt somit ein wichtiges Qualit\u00e4tskriterium f\u00fcr die Bodenfruchtbarkeit dar.  Der Kennwert setzt sich aus der Nutzbaren Feldkapazit\u00e4t im effektiven Wurzelraum und der Menge des kapillaren Aufstieges aus dem Grundwasser zusammen. Das Wpfl ist abh\u00e4ngig von der Textur, der Lagerungsdichte, dem Humusgehalt, der Schichtung und der Nutzung des Bodens sowie vom Grundwasserstand.", "formats": [{"name": "OGC:WMS"}], "keywords": ["infoManagementService", "infoMapAccessService", "OGC::WMS", "inspireidentifiziert", "NIBIS-Metadaten", "Soil", "Boden"], "contacts": [{"name": null, "organization": "Landesamt f\u00fcr Bergbau, Energie und Geologie (LBEG)", "position": "pointOfContact", "roles": ["pointOfContact"], "phones": [{"value": "+49 (0)511-643-3597"}], "emails": [{"value": "BodenLandesaufnahme@lbeg.niedersachsen.de"}], "addresses": [{"deliveryPoint": ["Stilleweg 2"], "city": "Hannover", "administrativeArea": "Niedersachsen", "postalCode": "30655", "country": "Deutschland"}], "links": [{"href": {"url": "https://www.lbeg.niedersachsen.de/", "protocol": null, "protocol_url": "", "name": null, "name_url": "", "description": null, "description_url": "", "applicationprofile": null, "applicationprofile_url": "", "function": null}}]}, {"name": null, "organization": "Landesamt f\u00fcr Bergbau, Energie und Geologie (LBEG)", "position": "pointOfContact", "roles": ["pointOfContact"], "phones": [{"value": "+49 (0)511-643-3597"}], "emails": [{"value": "bodenkundlicheberatung@lbeg.niedersachsen.de"}], "addresses": [{"deliveryPoint": ["Stilleweg 2"], "city": "Hannover", "administrativeArea": "Niedersachsen", "postalCode": "30655", "country": "Deutschland"}], "links": [{"href": {"url": "https://www.lbeg.niedersachsen.de/", "protocol": null, "protocol_url": "", "name": null, "name_url": "", "description": null, "description_url": "", "applicationprofile": null, "applicationprofile_url": "", "function": null}}]}], "themes": [{"concepts": [{"id": "Soil"}, {"id": "Boden"}], "scheme": "GEMET - INSPIRE themes, version 1.0"}], "title_alternate": "BK50Wpfl"}, "links": [{"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=998&Service=WMS&Request=GetCapabilities&", "name": "IDU.cardo3.Services.OGC.WMS", "description": "Mit dieser Url k\u00f6nnen die Daten als Kartenbild \u00fcber einen Web-Map-Service abgerufen werden.", "protocol": "OGC:WMS", "rel": "information"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=998&Service=WMS&Request=GetCapabilities&"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=998&Service=WMS&"}, {"href": "https://nibis.lbeg.de/net3/public/ogc.ashx?NodeId=998&Service=WMS&"}, {"rel": "self", "type": "application/geo+json", "title": "0bb96ccb-655e-469a-9536-40a5eaf4f8af", "name": "item", "description": "0bb96ccb-655e-469a-9536-40a5eaf4f8af", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/0bb96ccb-655e-469a-9536-40a5eaf4f8af"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-09-05T00:00:00Z"}}, {"id": "10.1016/j.fcr.2010.08.012", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:16:08Z", "type": "Journal Article", "created": "2010-09-29", "title": "The Effect Of Tillage, Crop Rotation And Residue Management On Maize And Wheat Growth And Development Evaluated With An Optical Sensor", "description": "Abstract   Crop growth and development as well as yield are the result of the efficiency of the chosen agricultural management system within the boundaries of the agro-ecological environment. End-of-season yield results do not permit the evaluation of within-season management interactions with the production environment and do not allow for full understanding of the management practice applied. Crop growth and development were measured during the 2004, 2006 and 2008 crop cycles with an optical handheld NDVI sensor for all plots of the different management treatments of a long-term (since 1991) sustainability trial in the highlands of Mexico. Cropping systems varying in (1) tillage (conventional vs. zero tillage); (2) residue management (retention vs. removal); (3) rotation (monocropping vs. a maize [ Zea mays  L.]/wheat [ Triticum aestivum  L.] rotation) were compared. The NDVI-handheld sensor was evaluated as a tool to monitor crop growth and development and was found to be an excellent tool for this purpose. There was a strong relation between NDVI and biomass accumulation of maize and wheat. The measurement with the handheld sensor was non-destructive and fast so that a representative plot area could be measured easily and time-efficiently. Zero tillage induced different crop growth dynamics over time compared to conventional tillage. Zero tillage with residue retention is characterized by a slower initial crop growth, compensated for by an increased growth in the later stages, positively influencing final grain yield. Also crop rotation influenced early crop growth, with lower NDVI values for crops sown after wheat than crops after maize. Zero tillage with residue removal had low NDVI values throughout the growing season. Zero tillage with retention of crop residues results in time efficient use of resources, as opposed to conventional tillage, regardless of residue management, and zero tillage with residue removal. The results indicated that different tillage, rotation and residue management practices influence crop growth and development. It is important to monitor and understand crop growth under different management systems to select the right varieties and adjust timing and practice of input supply (fertilizer, irrigation etc.) in a holistic way in each cropping system.", "keywords": ["2. Zero hunger", "Conservation agriculture", "Ecoagriculture", "Residue management", "Triticum aestivum", "04 agricultural and veterinary sciences", "15. Life on land", "Crop rotations", "Semiarid zones", "Zero tillage", "Soil conservation", "Crop growth", "Zea mays l.", "0401 agriculture", " forestry", " and fisheries", "Field Scale", "Rainfed agriculture", "Ndvi hand-held sensor"]}, "links": [{"href": "https://doi.org/10.1016/j.fcr.2010.08.012"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Field%20Crops%20Research", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.fcr.2010.08.012", "name": "item", "description": "10.1016/j.fcr.2010.08.012", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.fcr.2010.08.012"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2011-01-01T00:00:00Z"}}, {"id": "10.1002/ece3.71670", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:02Z", "type": "Journal Article", "created": "2025-07-17", "title": "Ground\u2010Dwelling Spider Community Responses to Forest Management in a Mediterranean Oak Forest", "description": "ABSTRACT<p>Timber production is one of the most important ecosystem services provided by hardwood forests, but clear\uffe2\uff80\uff90cutting causes severe soil disturbance. There is a current need to develop alternative forest management practices to clear\uffe2\uff80\uff90cutting in order to simultaneously promote timber production, preserve biodiversity and enhance forest health and economic value. Here, we experimentally manipulated a Quercus pubescens forest to evaluate the effects of a thinning gradient (i.e., partial tree removal) ranging from 25% to 75% basal area reduction and a logging residue retention (i.e., slash management) on ground\uffe2\uff80\uff90dwelling spider abundance and species richness. These two alternative management practices were compared with clear\uffe2\uff80\uff90cutting (100% basal area reduction) and logging residue exportation methods. In each treatment, we recorded soil temperature and moisture, understorey vegetation cover, richness and functional traits and mesologic factors describing habitat characteristics. We found clear\uffe2\uff80\uff90cutting had a stronger effect than thinning on the microclimatic conditions, i.e., higher temperatures, drier soils and reduced forest buffering capacity. The 25% thinning intensity was sufficient to drastically reduce both spider abundance and richness, but we did not find a more significant reduction when more intensive cutting was applied. This result suggests a threshold effect in the response of spiders to cutting. Significant changes in the functional diversity of understory plant communities in response to basal area were observed, along with strong effects on spider communities. Unexpectedly, slash retention appeared to have little or no effect on the forest microclimate, spider abundance and species richness. This work is intended for forest managers and policymakers and aims to contribute to the development of relevant practices that address current environmental and economic challenges. While our findings provide valuable insights into understudied forest management practices in Mediterranean climates, additional research is required, particularly through multi\uffe2\uff80\uff90seasonal and long\uffe2\uff80\uff90term spider sampling.</p", "keywords": ["[SDE.BE] Environmental Sciences/Biodiversity and Ecology", "Ecology", "slash management", "spider community", "thinning", "forest management", "herbaceous vegetation", "clear\u2010cut", "QH540-549.5", "Research Article"]}, "links": [{"href": "https://onlinelibrary.wiley.com/doi/pdf/10.1002/ece3.71670"}, {"href": "https://doi.org/10.1002/ece3.71670"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Ecology%20and%20Evolution", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/ece3.71670", "name": "item", "description": "10.1002/ece3.71670", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/ece3.71670"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2025-07-01T00:00:00Z"}}, {"id": "10.1002/cli2.19", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:02Z", "type": "Journal Article", "created": "2021-10-21", "title": "An alert system for Seasonal Fire probability forecast for South American Protected Areas", "description": "Abstract<p>Timely spatially explicit warning of areas with high fire occurrence probability is an important component of strategic plans to prevent and monitor fires within South American (SA) Protected Areas (PAs). In this study, we present a five\uffe2\uff80\uff90level alert system, which combines both climatological and anthropogenic factors, the two main drivers of fires in SA. The alert levels are: High Alert, Alert, Attention, Observation and Low Probability. The trend in the number of active fires over the past three years and the accumulated number of active fires over the same period were used as indicators of intensification of human use of fire in that region, possibly associated with ongoing land use/land cover change (LULCC). An ensemble of temperature and precipitation gridded output from the GloSea5 Seasonal Forecast System was used to indicate an enhanced probability of hot and dry weather conditions that combined with LULCC favour fire occurrences. Alerts from this system were first issued in August 2020, for the period ranging from August to October (ASO) 2020. Overall, 50% of all fires observed during the ASO 2017\uffe2\uff80\uff932019 period and 40% of the ASO 2020 fires occurred in only 29 PAs were all categorized in the top two alert levels. In categories mapped as High Alert level, 34% of the PAs experienced an increase in fires compared with the 2017\uffe2\uff80\uff932019 reference period, and 81% of the High Alert false alarm registered fire occurrence above the median. Initial feedback from stakeholders indicates that these alerts were used to inform resource management in some PAs. We expect that these forecasts can provide continuous information aiming at changing societal perceptions of fire use and consequently subsidize strategic planning and mitigatory actions, focusing on timely responses to a disaster risk management strategy. Further research must focus on the model improvement and knowledge translation to stakeholders.</p>", "keywords": ["0106 biological sciences", "Atmospheric Science", "Land cover", "Flood Risk", "Precipitation", "01 natural sciences", "Environmental science", "Impact of Climate Change on Forest Wildfires", "Global Flood Risk Assessment and Management", "Meteorology", "Engineering", "Machine learning", "False alarm", "Civil engineering", "0105 earth and related environmental sciences", "Climatology", "Global and Planetary Change", "Tropical Cyclone Intensity and Climate Change", "Geography", "Warning system", "Geology", "FOS: Earth and related environmental sciences", "15. Life on land", "Computer science", "Earth and Planetary Sciences", "13. Climate action", "Environmental Science", "Physical Sciences", "Land use", "Telecommunications", "FOS: Civil engineering"]}, "links": [{"href": "https://rmets.onlinelibrary.wiley.com/doi/pdf/10.1002/cli2.19"}, {"href": "https://doi.org/10.1002/cli2.19"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Climate%20Resilience%20and%20Sustainability", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/cli2.19", "name": "item", "description": "10.1002/cli2.19", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/cli2.19"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2021-10-20T00:00:00Z"}}, {"id": "10.1002/ldr.3080", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:09Z", "type": "Journal Article", "created": "2018-07-04", "title": "A framework for scaling sustainable land management options", "description": "Abstract<p>Improvements in land use and management are needed at a global scale to tackle interconnected global challenges of population growth, poverty, migration, climate change, biodiversity loss, and degrading land and water resources. There are hundreds of technical options for improving the sustainability of land management and preventing or reversing degradation, but there are many sociocultural, institutional, economic, and policy barriers hindering their adoption at large scale. To tackle this challenge, the Dryland Systems Program of the Consultative Group for International Agricultural Research and the UN Convention to Combat Desertification convened an expert group to consider barriers and incentives to scaling technologies, processes, policies, or institutional arrangements. The group reviewed existing frameworks for scaling sustainable land management (SLM) interventions across a range of contexts and identified eight critical actions for success: (a) plan iteratively; (b) consistently fund; (c) select SLM options for scaling based on best available evidence; (d) identify and engage with stakeholders at all scales; (e) build capacity for scaling; (f) foster institutional leadership and policy change to support scaling; (g) achieve early benefits and incentives for as many stakeholders as possible; and (h) monitor, evaluate, and communicate. Incentives for scaling were identified for the private sector, farmers and their communities, and policy makers. Based on these findings, a new action framework for scaling is presented that analyses the contexts where specific SLM interventions can be scaled, so that SLM options can be screened and adapted to these contexts, piloted and disseminated. The framework can help countries achieve land degradation neutrality.</p", "keywords": ["330", "incentives", "private sector", "land; management; options; scaling; sustainable; Environmental Chemistry; Development3304 Education; 2300; Soil Science", "farmers", "water resources", "01 natural sciences", "stakeholders", "case studies", "630", "12. Responsible consumption", "economic aspects", "agricultural development", "Drylands Agriculture", "11. Sustainability", "policy making", "land; management; options; scaling; sustainable", "0105 earth and related environmental sciences", "2. Zero hunger", "land degradation", "capacity building", "land management", "1. No poverty", "land use", "15. Life on land", "sustainability", "Sustainable Agriculture", "6. Clean water", "communities", "climate change", "13. Climate action", "ecosystem services", "corporate culture"]}, "links": [{"href": "https://onlinelibrary.wiley.com/doi/pdf/10.1002/ldr.3080"}, {"href": "https://doi.org/10.1002/ldr.3080"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Land%20Degradation%20%26amp%3B%20Development", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/ldr.3080", "name": "item", "description": "10.1002/ldr.3080", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/ldr.3080"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2018-07-30T00:00:00Z"}}, {"id": "10.1002/ecm.1507", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:03Z", "type": "Journal Article", "created": "2022-01-09", "title": "Lessons learned from a long\u2010term irrigation experiment in a dry Scots pine forest: Impacts on traits and functioning", "description": "Abstract<p>Climate change exposes ecosystems to strong and rapid changes in their environmental boundary conditions mainly due to the altered temperature and precipitation patterns. It is still poorly understood how fast interlinked ecosystem processes respond to altered environmental conditions, if these responses occur gradually or suddenly when thresholds are exceeded, and if the patterns of the responses will reach a stable state. We conducted an irrigation experiment in the Pfynwald, Switzerland from 2003\uffe2\uff80\uff932018. A naturally dry Scots pine (Pinus sylvestris L.) forest was irrigated with amounts that doubled natural precipitation, thus releasing the forest stand from water limitation. The aim of this study was to provide a quantitative understanding on how different traits and functions of individual trees and the whole ecosystem responded to increased water availability, and how the patterns and magnitudes of these responses developed over time. We found that the response magnitude, the temporal trajectory of responses, and the length of initial lag period prior to significant response largely varied across traits. We detected rapid and stronger responses from aboveground tree traits (e.g., tree\uffe2\uff80\uff90ring width, needle length, and crown transparency) compared to belowground tree traits (e.g., fine\uffe2\uff80\uff90root biomass). The altered aboveground traits during the initial years of irrigation increased the water demand and trees adjusted by increasing root biomass during the later years of irrigation, resulting in an increased survival rate of Scots pine trees in irrigated plots. The irrigation also stimulated ecosystem\uffe2\uff80\uff90level foliar decomposition rate, fungal fruit body biomass, and regeneration abundances of broadleaved tree species. However, irrigation did not promote the regeneration of Scots pine trees, which are reported to be vulnerable to extreme droughts. Our results provide extensive evidence that tree\uffe2\uff80\uff90 and ecosystem\uffe2\uff80\uff90level responses were pervasive across a number of traits on long\uffe2\uff80\uff90term temporal scales. However, after reaching a peak, the magnitude of these responses either decreased or reached a new stable state, providing important insights into how resource alterations could change the system functioning and its boundary conditions.</p", "keywords": ["Biomass (ecology)", "0106 biological sciences", "Atmospheric Science", "Ecosystem Resilience", "01 natural sciences", "Environmental science", "Biodiversity Conservation and Ecosystem Management", "Ecosystem properties", "Climate change", "functional traits", "Irrigation", "Biology", "Ecosystem", "Nature and Landscape Conservation", "Climate change; Ecosystem properties; Ecosystem resilience; functional traits; long-term irrigation; Scots pine", "Global and Planetary Change", "Tree Line Shifts", "Ecology", "Global Forest Drought Response and Climate Change", "Causes and Impacts of Climate Change Over Millennia", "Botany", "15. Life on land", "Pinus", "Agronomy", "6. Clean water", "Earth and Planetary Sciences", "long-term irrigation", "FOS: Biological sciences", "Environmental Science", "Physical Sciences", "Scots pine", "Forest ecology", "Ecosystem resilience"]}, "links": [{"href": "https://esajournals.onlinelibrary.wiley.com/doi/pdf/10.1002/ecm.1507"}, {"href": "https://doi.org/10.1002/ecm.1507"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Ecological%20Monographs", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/ecm.1507", "name": "item", "description": "10.1002/ecm.1507", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/ecm.1507"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-02-11T00:00:00Z"}}, {"id": "10.1002/ecs2.1663", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:03Z", "type": "Journal Article", "created": "2017-01-13", "title": "Restoring Surface Fire Stabilizes Forest Carbon Under Extreme Fire Weather In The Sierra Nevada", "description": "Abstract<p>Climate change in the western United States has increased the frequency of extreme fire weather events and is projected to increase the area burned by wildfire in the coming decades. This changing fire regime, coupled with increased high\uffe2\uff80\uff90severity fire risk from a legacy of fire exclusion, could destabilize forest carbon (C), decrease net ecosystem exchange (NEE), and consequently reduce the ability of forests to regulate climate through C sequestration. While management options for minimizing the risk of high\uffe2\uff80\uff90severity fire exist, little is known about the longer\uffe2\uff80\uff90term carbon consequences of these actions in the context of continued extreme fire weather events. Our goal was to compare the impacts of extreme wildfire events on carbon stocks and fluxes in a watershed in the Sierra National Forest. We ran simulations to model wildfire under contemporary and extreme fire weather conditions, and test how three management scenarios (no\uffe2\uff80\uff90management, thin\uffe2\uff80\uff90only, thin and maintenance burning) influence fire severity, forest C stocks and fluxes, and wildfire C emissions. We found that the effects of treatment on wildfire under contemporary fire weather were minimal, and management conferred neither significant reduction in fire severity nor increases in C stocks. However, under extreme fire weather, the thin and maintenance burning scenario decreased mean fire severity by 25%, showed significantly greater C stability, and unlike the no\uffe2\uff80\uff90management and thin\uffe2\uff80\uff90only management options, the thin and maintenance burning scenario showed no decrease in NEE relative to the contemporary fire weather scenarios. Further, under extreme fire weather conditions, wildfire C emissions were lowest in the thin and maintenance burning scenario, (reduction of 13.7\uffc2\uffa0Mg\uffc2\uffa0C/ha over the simulation period) even when taking into account the C costs associated with prescribed burning. Including prescribed burning in thinning operations may be critical to maintaining C\uffc2\uffa0stocks and reducing C emissions in the future where extreme fire weather events are more frequent.</p>", "keywords": ["Carbon sequestration", "13. Climate action", "Forest management -- Environmental aspects", "Wildfires -- West (U.S.) -- Effect of climatic changes on", "15. Life on land", "01 natural sciences", "Environmental Sciences", "0105 earth and related environmental sciences"]}, "links": [{"href": "https://pdxscholar.library.pdx.edu/context/esm_fac/article/1188/viewcontent/Krofcheck_et_al_2017_Ecosphere__1_.pdf"}, {"href": "https://doi.org/10.1002/ecs2.1663"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Ecosphere", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/ecs2.1663", "name": "item", "description": "10.1002/ecs2.1663", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/ecs2.1663"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2017-01-01T00:00:00Z"}}, {"id": "10.1002/ecs2.1804", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:03Z", "type": "Journal Article", "created": "2017-05-10", "title": "Non-Target Impacts Of Weed Control On Birds, Mammals, And Reptiles", "description": "Abstract<p>The impacts of invasive plant control on native animals are rarely evaluated. Using data from an eight\uffe2\uff80\uff90year study in southeastern Australia, we quantified the effects on native bird, mammal, and reptile species of (1) the abundance of the invasive Bitou Bush, Chrysanthemoides monilifera ssp. rotundata, and (2) a Bitou Bush control program, which involved repeated herbicide spraying interspersed with prescribed burning. We found that overall species richness of birds, mammals, and reptiles and the majority of individual vertebrate species were unresponsive to Bitou Bush cover and the number of plants. Two species including the nationally endangered Eastern Bristlebird (Dasyurus brachypterus) responded positively to measures of native vegetation cover following the control of Bitou Bush. Analyses of the effects of different components of the treatment protocol employed to control Bitou Bush revealed (1) no negative effects of spraying on vertebrate species richness; (2) negative effects of spraying on only one individual species (Scarlet Honeyeater); and (3) lower bird species richness but higher reptile species richness after fire. The occupancy of most individual vertebrates species was unaffected by burning; four species responded negatively and one positively to fire. Our study indicated that actions to remove Bitou Bush generally have few negative impacts on native vertebrates. We therefore suggest that controlling this highly invasive exotic plant species has only very limited negative impacts on vertebrate biota.</p>", "keywords": ["0106 biological sciences", "weed control", "570", "Secondary effects", "off-target impacts", "animal response to weed control", "Indirect impacts", "Fire management", "590", "Non-target impacts", "herbicide impact on animals", "Herbicide impact on animals", "01 natural sciences", "invasive alien plant management", "fire management", "indirect impacts", "14. Life underwater", "non-target impacts", "Invasive alien plant management", "weed management impacts", "Animal response to weed control", "Bitou Bush", "580", "secondary effects", "Weed management impacts", "15. Life on land", "Weed control", "Off-target impacts", "3. Good health", "13. Climate action"]}, "links": [{"href": "https://eprints.soton.ac.uk/407435/1/Lindenmayer_et_al_2017_Ecopshere.pdf"}, {"href": "https://openresearch-repository.anu.edu.au/bitstream/1885/244051/3/01_Lindenmayer_Non-target_impacts_of_weed_2017.pdf.jpg"}, {"href": "https://doi.org/10.1002/ecs2.1804"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Ecosphere", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/ecs2.1804", "name": "item", "description": "10.1002/ecs2.1804", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/ecs2.1804"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2017-05-01T00:00:00Z"}}, {"id": "10.1002/ecy.2199", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:03Z", "type": "Journal Article", "created": "2018-02-27", "title": "Temperature and aridity regulate spatial variability of soil multifunctionality in drylands across the globe", "description": "Abstract<p>The relationship between the spatial variability of soil multifunctionality (i.e., the capacity of soils to conduct multiple functions; SVM) and major climatic drivers, such as temperature and aridity, has never been assessed globally in terrestrial ecosystems. We surveyed 236 dryland ecosystems from six continents to evaluate the relative importance of aridity and mean annual temperature, and of other abiotic (e.g., texture) and biotic (e.g., plant cover) variables as drivers of SVM, calculated as the averaged coefficient of variation for multiple soil variables linked to nutrient stocks and cycling. We found that increases in temperature and aridity were globally correlated to increases in SVM. Some of these climatic effects on SVM were direct, but others were indirectly driven through reductions in the number of vegetation patches and increases in soil sand content. The predictive capacity of our structural equation\uffc2\uffa0modelling was clearly higher for the spatial variability of N\uffe2\uff80\uff90 than for C\uffe2\uff80\uff90 and P\uffe2\uff80\uff90related soil variables. In the case of N cycling, the effects of temperature and aridity were both direct and indirect via changes in soil properties. For C and P, the effect of climate was mainly indirect via changes in plant attributes. These results suggest that future changes in climate may decouple the spatial availability of these elements for plants and microbes in dryland soils. Our findings significantly advance our understanding of the patterns and mechanisms driving SVM in drylands across the globe, which is critical for predicting changes in ecosystem functioning in response to climate change.</p", "keywords": ["Abiotic component", "Atmospheric sciences", "Physical geography", "Arid", "Climate Change", "Soil Science", "Spatial variability", "Environmental science", "Agricultural and Biological Sciences", "Soil", "Biodiversity Conservation and Ecosystem Management", "Soil texture", "Aridity index", "XXXXXX - Unknown", "Soil water", "FOS: Mathematics", "Pathology", "Climate change", "Biology", "Ecosystem", "Nature and Landscape Conservation", "Soil science", "2. Zero hunger", "Global and Planetary Change", "Soil Fertility", "Ecology", "Geography", "Global Forest Drought Response and Climate Change", "Statistics", "Temperature", "Life Sciences", "Cycling", "Geology", "FOS: Earth and related environmental sciences", "04 agricultural and veterinary sciences", "Plants", "15. Life on land", "Archaeology", "13. Climate action", "FOS: Biological sciences", "Environmental Science", "Physical Sciences", "Medicine", "0401 agriculture", " forestry", " and fisheries", "Soil Carbon Dynamics and Nutrient Cycling in Ecosystems", "Ecosystem Functioning", "Vegetation (pathology)", "Mathematics", "carbon cycling; climate change; multifunctionality; nitrogen cycling; phosphorous cycling; spatial heterogeneity"]}, "links": [{"href": "https://eprints.whiterose.ac.uk/128150/8/Dur-n_et_al-2018-Ecology.pdf"}, {"href": "https://esajournals.onlinelibrary.wiley.com/doi/pdf/10.1002/ecy.2199"}, {"href": "https://doi.org/10.1002/ecy.2199"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Ecology", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/ecy.2199", "name": "item", "description": "10.1002/ecy.2199", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/ecy.2199"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2018-05-01T00:00:00Z"}}, {"id": "10.1002/ldr.3136", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:09Z", "type": "Journal Article", "created": "2018-08-18", "title": "Agroforestry systems: Meta-analysis of soil carbon stocks, sequestration processes, and future potentials", "description": "Abstract<p>Agroforestry (AF) has the potential to restore degraded lands, provide a broader range of ecosystem goods and services such as carbon (C) sequestration and high biodiversity, and increase soil fertility and ecosystem stability through additional C input from trees, erosion prevention, and microclimate improvement. Advantages and processes for global C sequestration in AF are unknown. We used a meta\uffe2\uff80\uff90analysis of 427 soil C stock data pairs grouped into four main AF systems\uffe2\uff80\uff94alley cropping, windbreaks, silvopastures, and homegardens\uffe2\uff80\uff94and evaluated changes in AF and adjacent control cropland or pasture. Mean soil C stocks in AF (1\uffe2\uff80\uff90m depth) were 126\uffc2\uffa0Mg\uffc2\uffa0C\uffc2\uffb7ha\uffe2\uff88\uff921, which is 19% more than that in cropland or pasture. The highest C stocks in soil were in subtropical homegardens, AF with younger trees, and topsoil (0\uffe2\uff80\uff9320\uffc2\uffa0cm). Increased soil C stocks in AF were lower than aboveground C stocks in most AF systems, except alley cropping. Homegardens stored the highest C in both aboveground and belowground, especially in the subsoil (20\uffe2\uff80\uff93100\uffc2\uffa0cm). Advantages of AF ecosystem services focusing on mechanisms of belowground C sequestration were analyzed. AF could store 5.3\uffc2\uffa0\uffc3\uff97\uffc2\uffa0109\uffc2\uffa0Mg additional C in soil on 944\uffc2\uffa0Mha globally, with most in the tropics and subtropics. AF systems could greatly contribute to global soil C sequestration if used in larger areas. Future investigations of AF should include (a) mechanistic\uffe2\uff80\uff90 and process\uffe2\uff80\uff90based studies (instead of common monitoring and inventories), (b) models linking forest and crop growth with soil water and C and nutrient cycling, and (c) accurate assessments of the AF area worldwide based on the remote sensing approaches.</p>", "keywords": ["meta-analysis", "2. Zero hunger", "570", "550", "13. Climate action", "sustainable land use", "homegardens", "0401 agriculture", " forestry", " and fisheries", "agroforestry management", "04 agricultural and veterinary sciences", "15. Life on land", "ecosystem services", "carbon sequestration"]}, "links": [{"href": "https://doi.org/10.1002/ldr.3136"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Land%20Degradation%20%26amp%3B%20Development", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/ldr.3136", "name": "item", "description": "10.1002/ldr.3136", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/ldr.3136"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2018-09-04T00:00:00Z"}}, {"id": "10.1002/saj2.20161", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:11Z", "type": "Journal Article", "created": "2020-09-25", "title": "Space and time\u2010resolved monitoring of phosphorus release from a fertilizer pellet and its mobility in soil using microdialysis and X\u2010ray computed tomography", "description": "Abstract<p>Phosphorus is an essential nutrient for crops. Precise spatiotemporal application of P fertilizer can improve plant P acquisition and reduce run\uffe2\uff80\uff90off losses of P. Optimizing application would benefit from understanding the dynamics of P release from a fertilizer pellet into bulk soil, which requires space\uffe2\uff80\uff90 and time\uffe2\uff80\uff90resolved measurements of P concentration in soil solutions. In this study, we combined microdialysis and X\uffe2\uff80\uff90ray computed tomography to investigate P transport in soil. Microdialysis probes enabled repeated solute sampling from one location with minimal physical disturbance, and their small dimensions permitted spatially resolved monitoring. We observed a rapid initial release of P from the source, producing high dissolved P concentrations within the first 24\uffc2\uffa0h, followed by a decrease in dissolved P over time compatible with adsorption onto soil particles. Soils with greater bulk density (i.e., reduced soil porosity) impeded the P pulse movement, which resulted in a less homogeneous distribution of total P in the soil column at the end of the experiment. The model fit to the data showed that the observed phenomena can be explained by diffusion and adsorption. The results showed that compared with conventional measurement techniques (e.g., suction cups), microdialysis measurements present a less invasive alternative. The time\uffe2\uff80\uff90resolved measurements ultimately highlighted rapid P dynamics that require more attention for improving P use efficiency.</p", "keywords": ["2. Zero hunger", "550", "Nutrient Management & Soil & Plant Analysis", "500", "0401 agriculture", " forestry", " and fisheries", "04 agricultural and veterinary sciences", "6. Clean water"]}, "links": [{"href": "https://doi.org/10.1002/saj2.20161"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Soil%20Science%20Society%20of%20America%20Journal", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1002/saj2.20161", "name": "item", "description": "10.1002/saj2.20161", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1002/saj2.20161"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2021-01-01T00:00:00Z"}}, {"id": "10.1007/bf00704833", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:19Z", "type": "Journal Article", "created": "2004-11-30", "title": "The Effects Of Alley Cropping Withleucaena Leucocephala And Of Different Management Practices On The Productivity Of Maize And Soil Chemical Properties In Lowland Coastal Kenya", "description": "The effects of leucaena hedgerows, mulching with leucaena foliage (0,50 and 100% of harvested foliage), cowpea intercropping and adition of dairy cattle slurry (55 t ha\u22121 per maize crop) on the yield of maize from a sandy soil were assessed. The four-year results from five maize crops are reported. Except in the first year, yields of maize grain and stover were significantly reduced by 30% in the presence of leucaena hedgerows. Use of leucaena mulch eliminated this effect; application of all the harvested leucaena mulch (100%) increased the total maize grain yield of the five crops by 44% over sole maize. Hedgerow and mulching management required an additional 36 mandays labour ha\u22121 which was more than compensated by the increased maize yields. Furthermore leucaena hedgerows substantially depressed the growth of weeds between cropping seasons. Intercropping with cowpea significantly depressed yields of maize grain and stover when both crops were sown together, but not in later seasons when cowpea was sown four weeks after the maize. Application of slurry increased the total yields of maize grain and stover by 35 and 37%, respectively. The grain yield of maize in leucaena hedgerow treatments fertilized with slurry did not respond to application of more than 50% of leucaena foliage, which suggested that half of the foliage could be spared for feeding to livestock. The cumulative yield of maize grain from the highest yielding organic system was 85% of the yield from the fertilizer treatment. The study, which is continuing, demonstrates that large increases in agricultural productivity are possible through the intercropping of maize with woody forage and grain legumes and the integration of dairy cattle production into the system. It thus shows the importance of exploiting crop/livestock interactions.", "keywords": ["alley cropping", "2. Zero hunger", "0106 biological sciences", "productivity", "seasons", "soil chemicophysical properties", "labour requirements", "yields", "dry matter content", "04 agricultural and veterinary sciences", "harvesting", "15. Life on land", "01 natural sciences", "mulches", "6. Clean water", "zea mays", "leucaena leucocephala", "0401 agriculture", " forestry", " and fisheries", "intercropping", "management"], "contacts": [{"organization": "Mureithi, J.G., Tayler, R.S., Thorpe, W.R.,", "roles": ["creator"]}]}, "links": [{"href": "https://doi.org/10.1007/bf00704833"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agroforestry%20Systems", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1007/bf00704833", "name": "item", "description": "10.1007/bf00704833", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1007/bf00704833"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "1994-07-01T00:00:00Z"}}, {"id": "10.1016/j.agee.2016.10.024", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:15:28Z", "type": "Journal Article", "created": "2016-11-04", "title": "Soil carbon sequestration rates under Mediterranean woody crops using recommended management practices: A meta-analysis", "description": "Abstract   Mediterranean woody crops, such as olive and almond farming, and vineyards are usually cultivated in soils low in organic matter, with limited water availability and frequently on medium to steep slopes. Therefore, when conventionally cultivated, soils of these cropping systems are net sources of CO2 (throughout soil erosion and organic carbon mineralization). A promising option to sequester carbon (C) in these cropping systems is the implementation of recommended management practices (RMPs), which include plant cover in the inter-row area, minimum or no tillage and off- and on-farm organic matter amendments. However, the effects of RMPs on soil organic carbon (SOC) stocks in these cropping systems are widely overlooked, despite the critical importance of estimating their contribution on CO2 emissions for policy decisions in the agriculture sector in Mediterranean regions. We therefore conducted a meta-analysis to derive a C response ratio, soil C sequestration rate and soil C sequestration efficiency under RMPs, compared to conventional management of olive and almond orchards, and vineyards (144 data sets from 51 references). RMPs included organic amendments (OA), plant cover (CC) and a combination of the two (CMP). The highest soil C sequestration rate (5.3\u00a0t\u00a0C\u00a0ha\u22121 yr\u22121) was observed following the application OA in olive orchards (especially after olive mill pomace application), whereas CC management achieved the lowest C sequestration rates (1.1, 0.78 and 2.0\u00a0t\u00a0C\u00a0ha\u22121 yr\u22121, for olive orchards, vineyards and almond orchards, respectively). Efficiency of soil C sequestration was greater than 100% after OA and CMP managements, indicating that: i) some of the organic C inputs were unaccounted for, and ii) a positive feedback effect of the application of these amendments on SOC retention (e.g. reduction of soil erosion) and on protective mechanisms of the SOC which reduce CO2 emissions. Soil C sequestration rate tended to be highest during the first years after the change of the management and progressively decreased. Studies performed in Mediterranean sub-climates of low annual precipitation had lower values of soil C sequestration rate, likely due to a lower biomass production of the crop and other plant cover. Soil C sequestration rates in olive farming were much higher than that of vineyards, mainly due to the application of higher annual doses of organic amendments. The relatively high sequestration rate combined with the relative large spatial extent of these cropping system areas suggests that the adoption of RMPs is a sustainable and efficient measure to mitigate climate change.", "keywords": ["2. Zero hunger", "330", "QH301 Biology", "04 agricultural and veterinary sciences", "15. Life on land", "recommended management practices", "carbon sequestration", "01 natural sciences", "6. Clean water", "12. Responsible consumption", "soil organic carbon", "QH301", "13. Climate action", "SDG 13 - Climate Action", "0401 agriculture", " forestry", " and fisheries", "Mediterranean woody crops", "0105 earth and related environmental sciences"]}, "links": [{"href": "https://doi.org/10.1016/j.agee.2016.10.024"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Agriculture%2C%20Ecosystems%20%26amp%3B%20Environment", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1016/j.agee.2016.10.024", "name": "item", "description": "10.1016/j.agee.2016.10.024", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1016/j.agee.2016.10.024"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2016-11-01T00:00:00Z"}}, {"id": "10.1007/s00267-022-01647-2", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:24Z", "type": "Journal Article", "created": "2022-04-22", "title": "Trust Versus Content in Multi-functional Land Management: Assessing Soil Function Messaging in Agricultural Networks", "description": "Abstract<p>Growing sustainability demands on land have a high knowledge requirement across multiple scientific domains. Exploring networks can expose opportunities for targeting. Using mixed-methods combining social network analysis (SNA) and surveys, networks for key soil functions in case studies in Germany, Ireland and the Netherlands are explored. We find a diversity of contrasting networks that reflect local conditions, sustainability challenges and governance structure. Farmers were found to occupy a central role in the agri-environmental governance network. A comparison of the SNA and survey results indicate low acceptance of messages from many central actors indicating scope to better harness the network for sustainable land management. The source of the messages was important when it came to the implementation of farm management actions. Two pathways for enhanced farmer uptake of multi-functionality are proposed that have wider application are; to increase trust between farmers and actors that are agents of multi-functional messages and/or to increase the bundling or multi-functionality of messages (mandate) of actors trusted by farmers.</p", "keywords": ["2. Zero hunger", "Conservation of Natural Resources", "Farmers", "0211 other engineering and technologies", "Agriculture", "02 engineering and technology", "15. Life on land", "Soil functions", "Trust", "AKIS", "01 natural sciences", "Article", "Environmental Policy", "12. Responsible consumption", "Social network analysis", "Soil", "Sustainability", "Functional land management", "0105 earth and related environmental sciences"], "contacts": [{"organization": "O\u2019Sullivan, Lilian, Leeuwis, Cees, de Vries, Linde, Wall, David P., Heidkro\u00df, Talke, Madena, Kirsten, Schulte, Rogier P.O.,", "roles": ["creator"]}]}, "links": [{"href": "https://doi.org/10.1007/s00267-022-01647-2"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Environmental%20Management", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1007/s00267-022-01647-2", "name": "item", "description": "10.1007/s00267-022-01647-2", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1007/s00267-022-01647-2"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2022-04-22T00:00:00Z"}}, {"id": "10.1007/s00267-009-9348-y", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:24Z", "type": "Journal Article", "created": "2009-08-14", "title": "Nutrient Removal And Loading Rate Analysis Of Louisiana Forested Wetlands Assimilating Treated Municipal Effluent", "description": "The relationship between nutrient removal and loading rate was examined using data from five forested wetlands in Louisiana that have received secondarily treated effluent from 3 to 60 years. Loading rates ranged from 0.65 to 26.80 g/m(2)/yr for total nitrogen and 0.18 to 8.96 g/m(2)/yr for total phosphorus. At loading rates below 20 g/m(2)/yr, total nitrogen concentrations in surface waters of Louisiana forested wetlands were reduced to background concentrations (i.e., < or =3 mg/l). Similarly, at loading rates below 2 g/m(2)/yr, total phosphorus concentrations were also generally reduced to background concentrations (i.e., < or =1 mg/l). These data demonstrate that freshwater forested wetlands can reduce nutrient concentrations in treated effluent to background concentrations present in relatively undisturbed wetlands. An understanding of the relationship between loading rates and nutrient removal in natural wetlands is important, particularly in Louisiana where discharges of fresh water are being used in ecosystem restoration.", "keywords": ["0106 biological sciences", "Sewage", "Waste Management", "Nitrogen", "Wetlands", "Water", "Phosphorus", "15. Life on land", "Louisiana", "01 natural sciences", "6. Clean water", "Trees", "0105 earth and related environmental sciences"], "contacts": [{"organization": "Jason N. Day, Joel Lindsey, John W. Day, Montgomery Hunter, Robert R. Lane, Rachael G. Hunter,", "roles": ["creator"]}]}, "links": [{"href": "https://doi.org/10.1007/s00267-009-9348-y"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Environmental%20Management", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1007/s00267-009-9348-y", "name": "item", "description": "10.1007/s00267-009-9348-y", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1007/s00267-009-9348-y"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2009-08-15T00:00:00Z"}}, {"id": "10.1007/s00374-002-0459-3", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:25Z", "type": "Journal Article", "created": "2003-02-13", "title": "Impact Of A Change In Tillage And Crop Residue Management Practice On Soil Chemical And Microbiological Properties In A Cereal-Producing Red Duplex Soil In Nsw, Australia", "description": "The effect of a change of tillage and crop residue management practice on the chemical and microbiological properties of a cereal-producing red duplex soil was investigated by superimposing each of three management practices (CC: conventional cultivation, stubble burnt, crop conventionally sown; DD: direct-drilling, stubble retained, no cultivation, crop direct-drilled; SI: stubble incorporated with a single cultivation, crop conventionally sown), for a 3-year period on plots previously managed with each of the same three practices for 14 years. A change from DD to CC or SI practice resulted in a significant decline, in the top 0\u20135 cm of soil, in organic C, total N, electrical conductivity, NH4-N, NO3-N, soil moisture holding capacity, microbial biomass and CO2 respiration as well as a decline in the microbial quotient (the ratio of microbial biomass C to organic C; P  0.05). However, there was a significant increase in microbial biomass and the microbial quotient in the top 0\u20135 cm of soil following the change from CC to DD or SI practice and with the change from SI to DD practice (P <0.05). Analysis of ester-linked fatty acid methyl esters (EL-FAMEs) extracted from the 0- to 5-cm and 5- to 10-cm layers of the soils of the various treatments detected changes in the FAME profiles following a change in tillage practice. A change from DD practice to SI or CC practice was associated with a significant decline in the ratio of fungal to bacterial fatty acids in the 0- to 5-cm soil (P <0.05). The results show that a change in tillage practice, particularly the cultivation of a previously minimum-tilled (direct-drilled) soil, will result in significant changes in soil chemical and microbiological properties within a 3-year period. They also show that soil microbiological properties are sensitive indicators of a change in tillage practice.", "keywords": ["2. Zero hunger", "biomass", "cellular organisms", "microbiology", "Australia", "Microbial biomass", "duplex", "04 agricultural and veterinary sciences", "Fatty acid methyl esters", "15. Life on land", "6. Clean water", "Stubble retention", "Tillage", "crop residue", "0401 agriculture", " forestry", " and fisheries", "Organic C", "Bacteria (microorganisms)", "management practice"]}, "links": [{"href": "https://doi.org/10.1007/s00374-002-0459-3"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Biology%20and%20Fertility%20of%20Soils", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1007/s00374-002-0459-3", "name": "item", "description": "10.1007/s00374-002-0459-3", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1007/s00374-002-0459-3"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2002-05-01T00:00:00Z"}}, {"id": "10.1007/s00374-003-0652-z", "type": "Feature", "geometry": null, "properties": {"updated": "2026-05-24T16:14:25Z", "type": "Journal Article", "created": "2003-10-27", "title": "Land Use Effects On Soil Carbon Fractions In The Southeastern United States. I. Management-Intensive Versus Extensive Grazing", "description": "Changes in grassland management intended to increase productivity can lead to sequestration of substantial amounts of atmospheric C in soils. Management-intensive grazing (MiG) can increase forage production in mesic pastures, but potential impacts on soil C have not been evaluated. We sampled four pastures (to 50\u00a0cm depth) in Virginia, USA, under MiG and neighboring pastures that were extensively grazed or hayed to evaluate impacts of grazing management on total soil organic C and N pools, and soil C fractions. Total organic soil C averaged 8.4\u00a0Mg C ha\u20131 (22%) greater under MiG; differences were significant at three of the four sites examined while total soil N was greater for two sites. Surface (0\u201310\u00a0cm) particulate organic matter (POM) C increased at two sites; POM C for the entire depth increment (0\u201350\u00a0cm) did not differ significantly between grazing treatments at any of the sites. Mineral-associated C was related to silt plus clay content and tended to be greater under MiG. Neither soil C:N ratios, POM C, or POM C:total C ratios were accurate indicators of differences in total soil C between grazing treatments, though differences in total soil C between treatments attributable to changes in POM C (43%) were larger than expected based on POM C as a percentage of total C (24.5%). Soil C sequestration rates, estimated by calculating total organic soil C differences between treatments (assuming they arose from changing grazing management and can be achieved elsewhere) and dividing by duration of treatment, averaged 0.41\u00a0Mg C ha\u20131 year\u20131 across the four sites.", "keywords": ["2. Zero hunger", "Carbon sequestration - Pasture - Grazing management", "550", "0401 agriculture", " forestry", " and fisheries", "04 agricultural and veterinary sciences", "15. Life on land", "01 natural sciences", "630", "0105 earth and related environmental sciences"]}, "links": [{"href": "https://eprints.qut.edu.au/37781/1/cona3272.pdf"}, {"href": "https://doi.org/10.1007/s00374-003-0652-z"}, {"rel": "related", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/Biology%20and%20Fertility%20of%20Soils", "name": "related record", "description": "related record", "type": "application/json"}, {"rel": "self", "type": "application/geo+json", "title": "10.1007/s00374-003-0652-z", "name": "item", "description": "10.1007/s00374-003-0652-z", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items/10.1007/s00374-003-0652-z"}, {"rel": "collection", "type": "application/json", "title": "Collection", "name": "collection", "description": "Collection", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main"}], "time": {"date": "2003-10-01T00:00:00Z"}}], "links": [{"rel": "self", "type": "application/geo+json", "title": "This document as GeoJSON", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items?keywords=Management&f=json", "hreflang": "en-US"}, {"rel": "alternate", "type": "text/html", "title": "This document as HTML", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items?keywords=Management&f=html", "hreflang": "en-US"}, {"rel": "collection", "type": "application/json", "title": "Collection URL", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main", "hreflang": "en-US"}, {"type": "application/geo+json", "rel": "first", "title": "items (first)", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items?keywords=Management&", "hreflang": "en-US"}, {"rel": "next", "type": "application/geo+json", "title": "items (next)", "href": "https://repository.soilwise-he.eu/cat/collections/metadata:main/items?keywords=Management&offset=50", "hreflang": "en-US"}], "numberMatched": 940, "numberReturned": 50, "distributedFeatures": [], "timeStamp": "2026-05-25T13:03:58.251674Z"}