Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.12 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

bundle exec jekyll serve --baseurl ''
/usr/local/bin/jekyll serve --baseurl ''