Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 879 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 879 Bytes

SAgE - Software for Agricultural Ecosystems

This is the dissertation project of Juliet Norton. It is a collaborative effort between Juliet Norton and Bill Tomlinson at the University of California, Irvine, Don Patterson at Westmont College, and Sarah Lovell at the University of Illinois Urbana-Champagne.

A NSF Funded Project

Demo Site (NOT WORKING CURRENTLY)

Development Documents

For questions and details, contact Juliet at jnnorton@uci.edu

master branch has been renamed to main. If you have a local clone run the following commands:

git branch -m master main

git fetch origin

git branch -u origin/main main

git remote set-head origin -a