Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 880 Bytes

File metadata and controls

21 lines (11 loc) · 880 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

Development Documents

For questions and details, contact Juliet at agdatastewardship@fastmail.com

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