humidityproject

Research Compendium for the preprint DOI: https://doi.org/10.1101/2022.06.30.497551

https://github.com/gchism94/humidityproject

Science Score: 49.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 7 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 (11.1%) to scientific vocabulary

Keywords

open-science r reproducible-research research-compendium
Last synced: 6 months ago · JSON representation

Repository

Research Compendium for the preprint DOI: https://doi.org/10.1101/2022.06.30.497551

Basic Info
  • Host: GitHub
  • Owner: Gchism94
  • License: gpl-3.0
  • Language: HTML
  • Default Branch: main
  • Homepage:
  • Size: 30.2 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 3
  • Releases: 2
Topics
open-science r reproducible-research research-compendium
Created about 4 years ago · Last pushed about 3 years ago
Metadata Files
Readme License Citation

README.md

HumidityProject compendium

Binder DOI License: GPL v3

A compendium of code, data, and author's manuscript accompanying the preprint:

Greg Chism, . Wiley Faron, Anna Dornhaus, Temnothorax rugatulus ants do not change their nest walls in response to environmental humidity. Preprint on bioRxiv, 02 July 2022 https://doi.org/10.1101/2022.06.30.497551

To cite this repository use the following:

Chism, G., Faron, W., & Dornhaus, A. (2022). HumidityProject (Version 1.0.0) [Computer software]. https://doi.org/10.5281/zenodo.6981601

This compendium includes data found on the Zenodo repository: DOI

Overview

This repository is organized as a reproducible research compendium. Click the Binder button above to explore in an interactive RStudio session. Binder uses rocker-project.org Docker images to ensure a consistent and reproducible computational environment. These Docker images can also be used locally.

File Organization

    analysis/
    |
    ├── paper/
    │   ├── paper.Rmd       # this is the main document to edit
    │   └── paper.html      # this is a distill R package produced .html from paper.Rmd for electronic reading
    |
    ├── figures/            # location of the figures produced by the scripts in R
    |
    ├── data/
    │   └── RawData/        # data obtained from elsewhere
    |   
    └── supplementary-materials/
        ├── Supplementary_Figures/     
        |                   # supplementary figures for the main manuscript
        └── Supplementary_Tables/      
                            # supplementary tables for the main manuscript 

    R/                  # Run in the following order (also see associated README.md)
    | 
    ├── Humidity_Script.R
    |                   # R script used to wrangle the raw data, produce figures, analyses, and supplementary materials
    └── HumidPwrSim.R   # R script used to conduct all power analyses 

An Rmd notebook and associated pdf for the manuscript can be found in analysis/paper. This notebook produces a .pdf document in elsevier format.

README.md files are included in all subdirectories with explanations or contents related to the paper. It should also provide a useful starting point for extending and exploring these materials for other projects.

Or to explore the code locally, clone or download this repository into RStudio or your preferred environment and install the compendium by running devtools::install(). To install additional dependencies used only in formatting the figures, use devtools::install(dep=TRUE).

Owner

  • Name: Greg T. Chism
  • Login: Gchism94
  • Kind: user
  • Location: Tucson, AZ
  • Company: University of Arizona

Data Scientist | PhD, University of Arizona | R/RStudio Evangelist

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • bookdown * imports
  • distill * imports
  • here * imports
  • FSA * suggests
  • MuMIn * suggests
  • devtools * suggests
  • ggpubr * suggests
  • git2r * suggests
  • here * suggests
  • lme4 * suggests
  • lmerTest * suggests
  • scales * suggests
  • simr * suggests
  • testthat >= 3.0.0 suggests
  • tidyverse * suggests
.binder/Dockerfile docker
  • rocker/binder 3.6.0 build
Dockerfile docker
  • rocker/verse 3.6.0 build