Daniel J Hocking
The USGS Conte Laboratory developed an occupancy model for Brook Trout based on presence/absence data from agencies (see below) and landscape data housed in SHEDS: http://ecosheds.org/. The aim of the model was to provide predictions of occupancy (probability of presence) for catchments smaller than 200
- Evaluate landscape, land-use, and climate factors affecting the probability of Brook Trout occupancy in the eastern United States
- Predict current Brook Trout occupancy in each stream reach (confluence to confluence) across the region
- Forecast Brook Trout occupancy under future conditions
Project summary can be found at: http://conte-ecology.github.io/Northeast_Bkt_Occupancy/
run git pull origin master
to ensure the local project is synched with the GitHub version.
- Edit the
index.Rmd
file on the master branch - knit the index file in RStudio. The following YAML code at the top of the Rmd file calls to the html template to incorporate css and javascript during the knitting:
output:
html_document:
keep_md: yes
template: sheds-template.html
- Edit any table details such as column and row names in the resulting
index.html
file. - git add, commit, and push the master branch files.
- On the command line run
git checkout gh-pages
- Now in the gh-pages branch that generates the webpage, run
git checkout master --index.html
. This brings the file over from the master branch. - Add and commit the changes
git push origin gh-pages
git checkout master
to get back on the master branch.