abundance_harvestedpops

Code and data for: Estimating abundance of harvested populations at the management unit scale.

https://github.com/akeever2/abundance_harvestedpops

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 2 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 (8.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Code and data for: Estimating abundance of harvested populations at the management unit scale.

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

README.md

DOI

Abundance_HarvestedPops

Code and data for: Keever, A. C., J. D. Kelly, G. B. Clevinger, and B. S. Cohen. Estimating abundance of harvested populations at the management unit scale. In preparation

This repository provides all code and raw data (and associated metadata) to recreate the analyses for the above manuscript (Keever et al., In preparation). Below is the metadata for files in this repository.

This readme file was last updated on 2024-10-19 by Allison C Keever

Metadata: General Information

  1. Title of Repository: Abundance_HarvestedPops - Code and data for: Estimating abundance of harvested populations at the management unit scale.

  2. Author Information
    Author/Principal Investigator Information
    Name: Allison C Keever
    ORCID: 0000-0002-5194-3987
    Institution: Tennessee Technological University
    Address: College of Arts and Sciences, Tennessee Tech University, 1 William L Jones Dr., Cookeville TN 38505, USA
    Email: akeever@tntech.edu

    Co-Author
    Name: James D. Kelly
    Institution at time of project: Tennessee Wildlife Resources Agency
    Address: Ellington Agricultural Center, 5105 Edmonson Pike, Nashville, TN 37211, USA
    Current Institution: Florida Fish and Wildlife Conservation Commission, Gainesville, Florida, United States of America

    Co-Author
    Name: Garrett B. Clevinger
    Institution: Tennessee Wildlife Resources Agency
    Address: Ellington Agricultural Center, 5105 Edmonson Pike, Nashville, TN 37211, USA

    Co-Author
    Name: Bradley S. Cohen
    Institution: Tennessee Technological University
    Address: College of Arts and Sciences, Tennessee Tech University, 1 William L Jones Dr., Cookeville TN 38505, USA

  3. Date of data collection: 2005-2023

  4. Geographic location of data collection: Tennessee, United States

  5. Information about funding sources that supported the collection of the data:
    This project was supported by Wildlife Restoration Grants administered by the U.S. Fish and Wildlife Service, Wildlife and Sport Fish Restoration Program: Partnering to fund conservation and connect people with nature.

Metadata: Data & File Overview

  1. Description of dataset
    These data were collected by Tennessee Wildlife Resources Agency from hunter check stations, online reporting by hunters, and from mail-in surveys sent to license holders in Tennessee.

  2. File List:
    TNAbundanceEstimation.R: R script to estimate abundance of deer in Tennessee
    TN
    IPMRecRate.txt: Model text file for estimating abundance of deer in Tennessee
    Rscripts/Functions
    AbundanceEstimation.R: R script that includes functions to estimate abundance of deer in Tennessee Rscripts/TNharvestdataprep.R: R script that preps raw harvest data from Tennessee for analysis
    Data/AF
    HarvestSummary.csv: Summary of age-at-harvest data for female deer
    Data/Am
    HarvestSummary.csv: Summary of age-at-harvest data for male deer
    Data/dkmaster.RData: Raw deer harvest data from hunter check stations and reported harvest in Tennessee
    Data/dmus.csv: Deer management unit counties to relate county of harvest to deer management units
    Data/HarvestEstimates.csv: Estimated harvest from social surveys sent out to license holders
    Data/Reported
    Harvest_Summary.csv: Summary of reported harvest

Metadata: Data-specific information for - AFHarvestSummary.csv

  1. Number of variables: 6

  2. Number of cases/rows: 114

  3. Variable List:
    DMU: the deer management unit the harvest occurred in; character
    Year: the harvest year (not calendar year) the harvest occurred in; integer - range = 2005-2023
    Fawn: the number of fawns harvested; integer
    Yearling: the number of yearlings harvested; integer
    Adult: the number of adults harvested; integer
    Total: the total number of females harvested; integer

  4. Missing data codes: None

  5. Specialized formats or other abbreviations used: None

Metadata: Data-specific information for - AmHarvestSummary.csv

  1. Number of variables: 6

  2. Number of cases/rows: 114

  3. Variable List:
    DMU: the deer management unit the harvest occurred in; character
    Year: the harvest year (not calendar year) the harvest occurred in; integer - range = 2005-2023
    Fawn: the number of fawns harvested; integer
    Yearling: the number of yearlings harvested; integer
    Adult: the number of adults harvested; integer
    Total: the total number of males harvested; integer

  4. Missing data codes: None

  5. Specialized formats or other abbreviations used: None

Metadata: Data-specific information for - dmus.csv

  1. Number of variables: 2

  2. Number of cases/rows: 95

  3. Variable List:
    DMU: The deer management unit the county resides in; character
    County: the name of the county in Tennessee; character

  4. Missing data codes: None

  5. Specialized formats or other abbreviations used: None

Metadata: Data-specific information for - HarvestEstimates.csv

  1. Number of variables: 6

  2. Number of cases/rows: 266

  3. Variable List:
    year: the harvest year (not calendar year) for the estimated harvest; integer - range = 2005-2023
    DMU: the deer management unit for the estimated harvest; character
    Bag: bag type (antlerless or antlered) for the estimated harvest; character
    Harvest; estimated harvest; integer
    SD
    harv_est: the standard deviation of the estimated harvest; numeric
    CL: the 95% confidence limit of the estimated harvest; integer

  4. Missing data codes: NA

  5. Specialized formats or other abbreviations used: State under DMU represents the estimate for the entire state of Tennessee, which includes those that had unknown locations of harvest

Metadata: Data-specific information for - ReportedHarvestSummary.csv

  1. Number of variables: 4

  2. Number of cases/rows: 121

  3. Variable List:
    DMU: the deer management unit the harvest occurred in; character
    Year: the harvest year (not calendar year) the harvest occurred in; integer - range = 2005-2019
    Antlerless: the number of antlerless deer reported as harvested; integer
    Antlered: the number of antlered deer reported as harvested; integer

  4. Missing data codes: None

  5. Specialized formats or other abbreviations used: None

Metadata: Data-specific information for - dkmaster.RData

  1. Number of variables: 12

  2. Number of cases/rows: 3,041,144

  3. Variable List:
    county: the Tennessee county in which the harvest occurred; character age: the age of the deer (0.5, 1.5, 2.5, 3.5, 4.5, and 5.5+); character sex: sex of the harvested deer; character huntyear: year of harvest based on the hunting season year, not calendar year; factor bag: type of bag (antlered or antlerless); character HarvestDate: date of harvest; date AntlerPoints: antler points of the harvested deer; numeric Weight: weight of the harvested deer; numeric InsideSpreadLenghtInches: inside spread of the harvested deer in inches; numeric beamlength: beam length of the harvested deer; numeric beamcirc: beam circumference of the harvested deer; numeric spread: antler spread of the harvested deer; numeric

  4. Missing data codes: NA

  5. Specialized formats or other abbreviations used: None

License

See the LICENSE file for license rights and limitations (MIT).

Owner

  • Login: akeever2
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Code and data for: estimating abundance of harvested
  populations at the management unit scale.
message: >-
  If you use this dataset, please cite it using the metadata
  from this file.
type: dataset
authors:
  - given-names: Allison C
    family-names: Keever
    email: akeever@tntech.edu
    affiliation: >-
      College of Arts and Sciences, Tennessee Tech
      University
    orcid: 'https://orcid.org/0000-0002-5194-3987'
  - given-names: James D
    family-names: Kelly
    affiliation: Tennessee Wildlife Resources Agency
  - given-names: Garrett B
    family-names: Clevinger
    affiliation: Tennessee Wildlife Resources Agency
  - given-names: Bradley S
    family-names: Cohen
    affiliation: >-
      College of Arts and Sciences, Tennessee Tech
      University
identifiers:
  - type: doi
    value: 10.5281/zenodo.8061219
repository-code: 'https://github.com/akeever2/Abundance_HarvestedPops'
license: MIT
version: 1.2.0
date-released: '2024-10-19'

GitHub Events

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