Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.88 KB

README-study-template.md

File metadata and controls

38 lines (25 loc) · 1.88 KB

boalang/study-template

A template for setting up an empirical study utilizing the Boa infrastructure. Using this template provides several benefits:

  • Automatic management of Boa scripts and data
  • A template system for Boa queries
  • A Docker-based environment for people to easily replicate your study
  • Automated publishing to Zenodo, including handling of double-blinded submissions

See the online documentation for more details on how to use the study template.

Requirements

You need a GNU Make compatible build system and Python. See the full requirements for more details.

Performing Research With This Template

Note that a username/password to the Boa website and API are required. You can request one here: https://boa.cs.iastate.edu/request/

See the online documentation for Using the Template for more details.

Adding a README.md file

Your replication package will need a README file. We provide a template file, sample-README.md, that you can use as a starting point for your package. Just rename the file to README.md and edit accordingly. There are several places with "TODO" notices that you will definitely want to change. And we recommend also adding a section at the end that describes each analysis in a bit more detail.

Using a Replication Package Built With This Template

See the online documentation for Using a Replication for more details.