This is a tool for sharing infomation about the ecology of the Turitea stream in the Manawatu region of New Zealand.
This is a Capstone project undertaken at Massey University, New Zealand. It was sponsored by Prof. Steve Trewick of Massey University. The software development team members included Curtis Preston, Lance Gray, and Xingyu Chen.
tools used | used for | link |
---|---|---|
summernote | used for article entry and editing rich text data | https://summernote.org/ |
cesium | used for our main map | https://cesiumjs.org |
jQuery | used for convenines to talk to the back end and some UI elements | https://jquery.com/ |
jQueryUI | used for popups and dialog boxes and a tab system in the settings | https://jqueryui.com/ |
font awesome | we used font awesome's libary of icons for our | https://fontawesome.com/ |
travis-ci | we used travis as our CI tool this was used to alow for automated build testing in order to make sure our builds were compiling. | www.travis-ci.com |
go | we used go as our backend language for all operations such as file transfer and database interaction | https://golang.org/ |
asynchronousIO | this was a go libary used by our backend for asynchronous loading | https://github.com/ChenXingYuChina/asynchronousIO |
lib/pq | an sql driver for PostgreSQL in go | https://github.com/lib/pq |