Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.3 KB

Environmental Informatics at UCSB Build Status

Fork and clone this repository. Introduce yourself by adding a file per your Github username.json under the _data/ directory. Here's an example for Github username bbest:

// _data/bbest.json
{
	"program": "lecturer",
	"interests": "marine biology, species distribution modeling, spatial decision-making",
	"project": "route ships around marine mammal hot spots"
}

Using the format above, replace with your own program, interests and project idea. Create an Rmarkdown document also with your username under the students folder with more details on your project idea, commit and push the changes, and submit a pull request to the original repository.

Acknowledgements

The content on this site draws extensively from these repositories:

Testing Site

This repo uses Github Pages and it's templating Jekyll system, to render the site http://ucsb-bren.github.io/env-info. To run it locally (eg to check edits), run:

bundle exec jekyll serve --baseurl ''