This is the application that my capstone team and I completed to finish our degrees. The application allows for users to post marten sightings. They can attach photos and make comments on said photos using Disqus.
Go to file
wildscotsmen 1df1c090d0 Updated comments. 2018-10-18 15:25:16 -04:00
build added build folder 2018-09-19 17:47:55 -04:00
public Created Flamelink component to grab data from flamelink and sends data to the <p id="flamelinkDemo"> tag. Still need to firgure out how to grab all fields and display without hardcoding. 2018-10-04 18:35:36 -04:00
src Updated comments. 2018-10-18 15:25:16 -04:00
.gitignore updated git ignore 2018-10-04 19:17:44 -04:00
package-lock.json Merge branch 'master' of https://github.com/alDuncanson/marten-application into Sightings 2018-10-04 20:47:59 -04:00
package.json Fixed merge conflict 2018-10-04 18:52:34 -04:00
readme.md Updated readme 2018-10-06 19:19:58 -04:00

readme.md

Marten Application

Background

Given some recent research into the American marten, there is a need for a web application that is able to document marten sightings. Graduate research has produced a model that predicts habitat suitability for the northern Lower Peninsula, but a lack of anything besides anecdotal evidence makes testing the model difficult. This application would allow for "citizen science". This is the outsourcing of research efforts to the public. This would allow people to log marten sightings for research purposes. The project will be a web platform and certain groups including hunters, hunting club members, wildlife managers and state park personnel will be targeted for citizen science. This application will hopefully help bolster research efforts for the American marten.

The application will allow for users to post marten sightings. They can attach photos and make comments on said photos. They also can include the location where the sighting occurred and rank their confidence in the sighting. This will all be stored in some type of database that can be queried for research purposes. We also will integrate a map API to allow for users to see where marten sightings have occurred.

URL

Marten Tracker

Intended Features

  • Ability to log marten sightings.
  • Include type of sighting on marten sighting post.
  • Attach photos to marten sighting post.
  • A map per sighting post for location of marten sighting.
  • Map for all marten sighting posts.
  • Comments on photos.
  • Quiz game for learning more about martens.

Technologies

  • ReactJS
  • Firebase
  • Google API
  • Netlify
  • Flamelink CMS