humidityproject
Research Compendium for the preprint DOI: https://doi.org/10.1101/2022.06.30.497551
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
Repository
Research Compendium for the preprint DOI: https://doi.org/10.1101/2022.06.30.497551
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
- Releases: 2
Topics
Metadata Files
README.md
HumidityProject compendium
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:
Overview
This repository is organized as a reproducible research compendium.
Click the 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
- Website: https://gregtchism.com/
- Repositories: 14
- Profile: https://github.com/Gchism94
Data Scientist | PhD, University of Arizona | R/RStudio Evangelist
GitHub Events
Total
Last Year
Dependencies
- 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
- rocker/binder 3.6.0 build
- rocker/verse 3.6.0 build