This readme.md file was generated on 2021-04-20 by Jacob T. Wittman ------------------- GENERAL INFORMATION ------------------- 1. Data and code for forecasting overwintering mortality of Spathius galinae in North America 2. Author Information   Principal Investigator Contact Information         Name: Jacob T. Wittman            Institution: University of Minnesota            Email: wittm094@umn.edu   ORCID: https://orcid.org/0000-0002-2220-5598   Associate or Co-investigator Contact Information         Name: Peter Silk            Institution: Natural Resources Canada     Associate or Co-investigator Contact Information          Name: Katie Parker            Institution: United States Department of Agriculture - Agricultural Research Service                Associate or Co-investigator Contact Information          Name: Brian H. Aukema            Institution: University of Minnesota            ORCID: https://orcid.org/0000-0003-4370-0499 3. Date of data collection (single date, range, approximate date):    2020-06-01 to 2020-09-011 4. Geographic location of data collection (where was data collected?):    Minnesota, USA 5. Information about funding sources that supported the collection of the data: Minnesota Agricultural Experiment Station project MIN-17-095 --------------------- DATA & FILE OVERVIEW --------------------- 1. File List    A. Filename: data/2020_trap_collections.csv       Short description: This .csv file contains the raw data from our emerald ash borer trap collections over the summer of 2020.            B. Filename: data/cleaned_catch_data.csv       Short description: This file is the cleaned 2020 trap data, which has been aggregated and reshaped to allow for analysis. Generated by the scripts/clean_data.R script.          C. Filename: data/tree_pairs.csv     Short description: Identifies which trees are in each pair and the distance between them.    D. Filename: manuscript/analysis.Rmd       Short description: R Markdown file to recreate analysis, including figures and tables, presented in the associated manuscript.        E. Filename: scripts/clean_data.R       Short description: R script used to clean the trap data and reshape it to a format ammenable to analysis.     -------------------------- METHODOLOGICAL INFORMATION -------------------------- 1. Description of methods used for collection/generation of data: Link to publication to be added later 2. Methods for processing the data: The R scripts clean_data.R was used to process data. Additional processing is done in the .Rmd file in the manuscript folder to generate the analyses. 3. Instrument- or software-specific information needed to interpret the data: R (required), Rstudio (suggested) ----------------------------------------- DATA-SPECIFIC INFORMATION FOR: [2020_trap_collections.csv] ----------------------------------------- 1. Number of variables: 6 2. Number of cases/rows: 3921 3. Missing data codes:         Code/symbol: "NA"        Definition: Missing 4. Variable List     A. Name: tree_id        Description: String used to uniquely identify each trap     B. Name: date        Description: Date that each observation was collected             C. Name: eab_count     Description: The number of emerald ash borer collected at each sampling occurrence.         D. Name: dist     Description: The distance in meters between traps in a pair.         E. Name: sample_number     Description: Each sampling date has an associated sample_number, which is used in the clean_data.R script to correctly create a date variable.         F. Name: n_males     Description: Number of males in each sample out of the total caught.     ----------------------------------------- DATA-SPECIFIC INFORMATION FOR: [cleaned_catch_data.csv] ----------------------------------------- 1. Number of variables: 11 2. Number of cases/rows: 48 3. Missing data codes:         Code/symbol: "NA"        Definition: Missing 4. Variable List     A. Name: tree_1        Description: Unique identifier for one tree in a pair.     B. Name: tree_2        Description: Unique identifier for the other tree in a pair.             C. Name: dist     Description: The distance between two trees in a pair.         D. Name: catch_tree_1     Description: The total number of emerald ash borer caught by tree_1 in a pair.         E. Name: catch_tree_2     Description: The total number of emerald ash borer caught by tree_2 in a pair.         F. Name: n_males_1     Description: Number of males caught by tree_1 in a pair, out of the total number of emerald ash borer caught.         G. Name: n_males_2     Description. Number of males caught by tree_1 in a pair, out of the total number of emerald ash borer caught.         H. Name: total_catch     Description. Total emerald ash borers caught by both traps in a pair.         I. Name: total_males     Description: Total number of male emerald ash borer caught by both traps in a pair, out of the total number of emerald ash borers caught.         J. Name: prop_males     Description: Proportion of males caught total by each trap pair.         K. Name: trap_pair     Description: Concatenated tree_1 and tree_2 columns to create a unique trap pair identifier. ----------------------------------------- DATA-SPECIFIC INFORMATION FOR: [tree_pairs.csv] ----------------------------------------- 1. Number of variables: 3 2. Number of cases/rows: 48 3. Missing data codes:         Code/symbol: "NA"        Definition: Missing 4. Variable List     A. Name: tree_1        Description: Unique identifier for one tree in a pair.     B. Name: tree_2        Description: Unique identifier for the other tree in a pair.             C. Name: dist     Description: The distance between two trees in a pair.