General Information

BOOTCAMP INFORMATION

Organizers

Please contact the organizers for registration or other bootcamp related issues:

Instructors

Teaching Assistant

Invited Speakers

Location

  1. June 6-10th, 011 Life Sciences Building.
  2. Breakfasts and lunches are planned. Participants are on their own for most dinners.
  3. All participants need to bring a laptop.

PARTICIPANTS

Exercise: add your name to this list!

Use the information in the lectures on version control and documentation to expand this list. Fork the repository, make the changes then create a pull request.

This file is located in share/participants.md. Use the following format:

SUGGESTIONS

What should be cover during day 5:

Suggestions go here

HOW TO GENERATE THE SITE

First of all note that you don't actually need to fully generate this site yourself during the bootcamp. These instructions are here just to explain the process. But even if you don't generate the site itself you may still contribute to it via the GitHub web interface or after cloning locally.

The website is generated from the files in the web directory of the bootcamp-central repository via the pyblue python package. For it work you would need to have both Python and the pip package manager installed.

Clone the repository:

git clone https://github.com/biostars/bootcamp-central

Install pyblue from last year:

pip install pyblue==2016.6.2

You can now view the site as HTML with:

cd bootcamp-central

the default Makefile action is to run the server:

make

or

pyblue -r web/2016

This will start a web server on your computer and you can use the browser to view the contents of the site. This is used while developing the site.

http://localhost:8080

To generate a published version of the site add the -o parameter with a directory name that is meant to store the output destination

pyblue -r web/2016 -o /final/directory

Penn State • 2016 • bootcamp-central via pyblue