This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
executable file
·63 lines (56 loc) · 2.22 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php include ('header.php'); ?>
<!-- Below is the website main files -->
<p class="p1">
<h3>Overview</h3>
<p>
This is a software system engineering 4th year project. It is developed by two UofR SSE students, Chris and Wei.
</p>
<p>
As an online tracking application and system, What's in my yard has revolutionized the way that the Regina local communities
report and access the information about the surrounding wild species.
</p>
<br>
<p><h3>How Does It Work?</h3></p>
<p>
The system documents every sighting which is uploaded by users (local residents). A simple web interface is provided for single
sighting uploading or bulk data uploading. The user also can submit their sightings by sending us a email with predefined template.
After the data has been collected, our backend algorithms will process the data and store them into our database. Depending on
users' demands, our system provides various options for users to view the gathered data, such as heat map, and data graphs.
For the researchers and policy makers, our system also provides the option to download a certain portion of data based on their
own filter settings.
</p>
<br>
<p><h3>Acknowledgement</h3></p>
<br>
<p>
· Thanks to <a href="http://www.urengineering.ca/faculty-staff/sse/karim-naqvi">Karim Naqvi</a> for supervising our project
and providing helpful information about how we could improve and test our design.
</p>
<br>
<p>
· Thanks to <a href="http://www.urengineering.ca/faculty-staff/sse/dr-craig-gelowitz">Craig Gelowitz</a> for keeping us on
track for the passed eight month.
</p>
<br>
<p>
· Thanks to <a href="http://www.somersbiology.ca/index.html">Chris Somers</a> for being our potential customer and providing
valuable feedback which helped to improve our design.
</p>
<br>
<p>
· Thanks to <a href="http://www.flickr.com/photos/cjpanda/">Weijian Yan</a> for creating the logo and banner for our
project.
</p>
<br>
<p>
· Thanks to Kaila Garchinski for helping us find an industry expert.
</p>
<br>
<p>
· Thanks to the <a href="http://en.wikipedia.org/wiki/">Internet</a>. Whenever we encounter a problem, you are there to
help.
</p>
</div>
</div>
<!-- Above is the website main files -->
<?php include ('../footer.php'); ?>