Skip to content
Snippets Groups Projects
Commit bdd53305 authored by Haley Glavina's avatar Haley Glavina
Browse files

Title page of designSpec

parent 08b024b3
No related branches found
No related tags found
No related merge requests found
File added
......@@ -23,10 +23,13 @@
\begin{document}
\title{TrawlExpert: Tool for Watershed Biological Research}
\author{Trawlstars Inc. (Group 11) \\ Lab section: L01 \\ Christopher W. Schankula, 400026650, schankuc \\ Haley Glavina, 001412343, glavinhc \\ Winnie Liang, 400074498, liangw15 \\ Ray Liu, 400055250, liuc40 \\ Lawrence Chung, 400014482, chungl1}
\author{McMaster University Dept. of Computing and Software \\ \\ Trawlstars Inc. (Group 11) \\ Lab section: L01 \\ Version: 1 \\ \\ Christopher W. Schankula, 400026650, schankuc \\ Haley Glavina, 001412343, glavinhc \\ Winnie Liang, 400074498, liangw15 \\ Ray Liu, 400055250, liuc40 \\ Lawrence Chung, 400014482, chungl1}
\maketitle
\noindent\textit{By virtue of submitting this document I electronically sign and date that the work being submitted is my own individual work.}
\noindent\textit{By virtue of submitting this document I electronically sign and date that the work being submitted by all individuals in the group is their exclusive work as a group and we consent to make available the application developed through SE-2XB3 project, the reports, presentations, and assignments (not including my name and student number) for future teaching purposes.}
\newpage
\begin{abstract}
\noindent A powerful tool to enable researchers to analyze and filter large datasets from fish trawl surveys in order to perform environmental research on fish and invertebrate populations. \textit{TrawlExpert} gives researchers the ability to intelligently filter and query datasets based on biological classification such as family, genus or species, or based on location or timeframe. Advanced outputs include statistical data on relative population abundance as a function of time and geographical distribution. Additionally, \textit{TrawlExpert} provides a tool for finding local subpopulations within a larger query. A dataset of thousands of Great Lakes trawl surveys from 1958-2016 will be used as a demonstration of \textit{TrawlExpert}'s capability to help researchers narrow down large datasets and glean data which pertains to their research. \textit{TrawlExpert} will be designed to be used easily and effectively as the first step in a groundbreaking climate and ecological research pipeline.
......@@ -91,6 +94,7 @@ Graph algorithms will support advanced searching features. Firstly, the biologic
Secondly, a graph algorithm will be used to find connected components for generating output of type 4 described in section \ref{sec:subgroup}. Nodes are connected together based on their distance to surrounding points \citep{tom10}. Breadth-first search will be used to determine connected components \citep{broder2000graph} (see figure \ref{fig:Groupings}).
\iffalse %%%%%%%%%%%%%%%%%===================%%%%%TAKE OUT THIS LINE TO SHOW FIGURES
\begin{figure*}[p]
\centering
\includegraphics[width=16cm]{TreeFig.jpg}
......@@ -110,6 +114,7 @@ c) & d) \\
\caption{A visualization of the proposed algorithm for computing output 4. In a), an example search result is shown. The user wishes to classify these results into subgroups based on location. In b), a radius of similarity is chosen by the user. In c), overlapping regions determine connected nodes, creating a graph structure with groups of connected nodes. In d), the points are classified into groups by finding connected components of the graph structure using breadth-first search.}
\label{fig:Groupings}
\end{figure*}
\fi %%%%%%%%%%%%%%%%%%%%===========================%%TAKE OUT THIS LINE TO SHOW FIGURES
\clearpage
\section{Project Plan}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment