daniel1noble/colsci_rep
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
# Reproducible research in the study of biological coloration [](https://zenodo.org/badge/latestdoi/7271/daniel1noble/colsci_rep) This paper is now published, and can be cited as: [White TE, Dalrymple RL, Noble DWA, O’Hanlon JC, Zurek DB, Umbers KDL (2015) Reproducible research in the study of biological colouration. *Animal Behaviour*, 106, 51-57](http://dx.doi.org/10.1016/j.anbehav.2015.05.007) ### Introduction This repository contains data collected from the literature to assess to quality of reporting in signal-based colour studies of animal and plant taxa. Our literature search includes studies collected in 2013 from research journals likley to do colour signal research. We also detail important methodological details that ideally should be reported in studies that quantify colour using both spectrophotometry and camera equipment along with important analytical parameters used for visual modelling. ### Executing code and compiling the manuscript To compile the manuscript use 'knitr' to knit the ms.Rmd file to a markdown, ms.md file. This can all be done in the R console. First you need to set your working directory to this respository and then you can create the markdown file by sourcing the knit_doc.R file in the R folder as follows: ```{r, eval = FALSE, echo = TRUE} # Set wd to col_sci repo setwd("[INSERT PATH]/colsci_rep/") # Source the knit_doc.R source("R/knit_doc.R") ``` This command will generate a markdown file (ms.md) which can then be used to compile the manuscript in .pdf or .dox using pandoc. In terminal navigate to the 'docs/' folder in the colsci_rep repository and run: ```{r, eval = FALSE, echo = TRUE} pandoc ms.md -o ms.pdf --bibliography references.bib --csl ref_style.csl -H ms.sty ``` Note that you will need pandoc and LaTex installed on your computer (http://pandoc.org). If you have any troubles please don't hesitate to contact the authors: Daniel Noble and Tom White for more information.
About
Colour reporting commentary paper
Resources
Stars
Watchers
Forks
Packages 0
No packages published