jeffreyhanson / project-example

Example repository for scientific projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funnel web spiders are a menace

Status License (GPL version 3) DOI

Jeffrey O. Hanson

Correspondance should be addressed to jeffrey.hanson@uqconnect.edu.au

This repository provides an example for organizing scientific projects. All data, findings, and conclusions are satire. This work does not provide any real world insight.

Research summary

Funnel web spiders are ferocious beasts that terrorize humans across Australia. In particular, they wreak havoc on the local tourism industry of Fraser Island. Here we examine the population of funnel web spiders found along a walking path from a camp site in Fraser Island to Lake Boomanjin. To achieve this, we subdivided the walking path into multiple transects and surveyed each transect multiple times over eight days. We then used open n-mixture models to estimate population size within each transect. Our models indicate that over 800 spiders could occur along this walking track. Fortunately, our models suggest that few spiders occur near the camp site -- meaning that tourists may be relatively safe as long as they do not stray too far from this camp site. In conclusion, the dense infestation of spiders poses a serious threat to the safety of tourists and we recommend for their immediate eradication.

Overview

This repository contains the data and code that underpins the findings in our manuscript "Funnel web spiders are a menace". After downloading this repository from a persistent digital data archive, you can rerun the entire analysis on your own computer using the system command make clean all. The files in this repository are organized as follows:

  • article
    • manuscript main text, figures, tables, and supporting information.
  • data
    • raw: raw data used to run the analysis.
    • intermediate: intermediate data generated during processing.
    • final: results used in the paper.
  • code
    • parameters: settings for running the analyses in TOML format.
    • R: code used to run the analysis.
    • rmarkdown: files used to compile the manuscript.

Software required

  • Operating system
    • Ubuntu (Trusty 14.04 LTS)
  • Programs
    • R (version 4.0.3)
    • GNU make
    • pandoc
    • pandoc-citeproc
    • LaTeX

About

Example repository for scientific projects

License:GNU General Public License v3.0


Languages

Language:R 74.7%Language:Makefile 14.7%Language:TeX 10.6%