herbivore_nutrient_interactions

This repository contains data and code for the study 'Exploring Nutrient Availability and Herbivorous Insect Population Dynamics Across Multiple Scales.'

https://github.com/ddlawton/herbivore_nutrient_interactions

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

This repository contains data and code for the study 'Exploring Nutrient Availability and Herbivorous Insect Population Dynamics Across Multiple Scales.'

Basic Info
  • Host: GitHub
  • Owner: ddlawton
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 695 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Exploring Nutrient Availability and Herbivorous Insect Population Dynamics Across Multiple Scales

DOI

Overview

This repository contains the data and code supporting the publication:

Lawton et al. (2024). Exploring Nutrient Availability and Herbivorous Insect Population Dynamics Across Multiple Scales. Oikos. DOI: [To be added]

The study examines how nutrient availability influences herbivore populations at different spatial scales, using a combination of field experiments, remote sensing data, and spatial modeling.

Repository Structure

The repository is organized into major sections, each containing analysis scripts and associated data:

  • field_populations/ - Analyses related to field population studies.
    • choice_intake_target_experiment/
    • no_choice_intake_target_experiment/
  • field_cages/ - Investigations of locust survival, growth, and nutrient intake.
    • grass_nutrient_analysis/
    • locust_survival_growth_analysis/
    • locust_intake_target_analysis/
  • spatial_modeling/ - Spatial analyses and predictive modeling.
    • fishnet_grid_construction/
    • remote_sensing_data_extraction/
    • raw_data_visualization/
    • modeling/
    • post_modeling_visualization/

Notebooks within each subfolder are numbered sequentially (e.g., 01_analysis.Rmd, 02_modeling.Rmd) to indicate the order of execution.

Requirements

This project uses both R and Python for data analysis. Dependencies are managed via renv (R) and a virtual environment (myenv) for Python.

Software Requirements

  • Python 3.x (dependencies managed via myenv)
  • R 4.x (dependencies managed via renv)

Installation

Clone the repository and set up the required environments:

bash git clone https://github.com/username/repository-name.git cd repository-name

Python Setup

Activate the Python virtual environment: bash conda activate myenv # or use `source myenv/bin/activate` if using virtualenv

R Setup

Restore the R package environment: r install.packages("renv") renv::restore()

Data Availability

The datasets used in this study are archived on Zenodo and will be available upon publication. DOI: [To be added]

Reproducibility

To reproduce the analyses, follow these steps: 1. Ensure all dependencies are installed (see above). 2. Navigate to the relevant analysis subfolder (e.g., spatial_modeling/modeling/). 3. Run the scripts in sequential order.

Citation

If you use this dataset or code, please cite:

Lawton et al. (2024). Exploring Nutrient Availability and Herbivorous Insect Population Dynamics Across Multiple Scales. Oikos. DOI: https://doi.org/10.5281/zenodo.14934164

License

This repository is licensed under the MIT License. See LICENSE for details.

Contact

For questions or feedback, please contact: ddlawton@asu.edu.

Owner

  • Name: Douglas Lawton
  • Login: ddlawton
  • Kind: user
  • Location: Research Triange Park, NC
  • Company: Syngenta

Data Scientist | PhD | 8+ Yrs Exp Predictive Modeling R, Python, SQL Data for Positive Change

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this code or data, please cite it as follows."
title: "Exploring Nutrient Availability and Herbivorous Insect Population Dynamics Across Multiple Scales"
authors:
  - name: "Douglas Lawton"
    orcid: "0000-0003-2363-4084"  
    affiliation: "Arizona State University"
date-released: "2025-02-26"  
version: "1.0"
repository-code: "https://github.com/ddlawton/herbivore_nutrient_interactions"
license: "MIT" 
doi: "https://doi.org/10.5281/zenodo.14934164" 

GitHub Events

Total
  • Release event: 1
  • Push event: 26
  • Create event: 1
Last Year
  • Release event: 1
  • Push event: 26
  • Create event: 1

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • quarto-dev/quarto-actions/publish v2 composite
  • quarto-dev/quarto-actions/setup v2 composite