-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (50 loc) · 4.47 KB
/
index.html
File metadata and controls
65 lines (50 loc) · 4.47 KB
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
64
65
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Geolocation by positioning</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Geolocation</h1>
<h2 class="project-tagline">PFRP and LPRC geolocation packages for archival tagged marine animals</h2>
<a href="https://github.com/positioning/kalmanfilter" class="btn">View on GitHub</a>
<a href="https://github.com/positioning/kalmanfilter/wiki" class="btn">Help pages</a>
<a href="https://github.com/positioning/kalmanfilter/zipball/master" class="btn">Download .zip</a>
</section>
<section class="main-content">
<h3>
<a id="electronic-tagging-geolocation-packages-repository" class="anchor" href="#electronic-tagging-geolocation-packages-repository" aria-hidden="true"><span class="octicon octicon-link"></span></a>Electronic Tagging Geolocation Packages Repository</h3>
<p>This site provides a collection of statistical models to estimate position errors, movement model parameters, and most probable positions from tracking data. This project is a joint effort from <a href="http://www.soest.hawaii.edu/PFRP/">Pelagic Fisheries Research Program (PFRP)</a> of Joint Institute for Marine & Atmospheric Research, University of Hawaii at Manoa and <a href="http://tunalab.org">Large Pelagics Research Center</a> of University of Massachusetts Boston.</p>
<p><img src="https://github.com/positioning/kalmanfilter/wiki/images/mpt.jpg" alt="kfsst-example"></p>
<h3>
<a id="recommended-reading" class="anchor" href="#recommended-reading" aria-hidden="true"><span class="octicon octicon-link"></span></a>Recommended reading</h3>
<p>Here we have selected a few key papers to understand the models better. For a more complete reading list, refer to our publication wiki page.</p>
<ul>
<li><a href="http://www.int-res.com/abstracts/meps/v419/p71-84/">Trackit with SST - Lam, Chi H., Anders Nielsen, and John R. Sibert, 2010. Incorporating sea-surface temperature to the light-based geolocation model TrackIt. Marine Ecology Progress Series MEPS 419:71-84.</a></li>
<li>
<a href="http://www.soest.hawaii.edu/PFRP/reprints/Nielsen_Sibert_2007.pdf">Trackit - Nielsen, Anders, and John R. Sibert, 2007. State-space model for light-based tracking of marine animals. Can. J. Fish. Aquat. Sci. 64: 1055-1068.</a> </li>
<li>
<a href="http://www.soest.hawaii.edu/PFRP/reprints/lam_nielsen_sibert.pdf">Ukfsst - Lam, Chi H., Anders Nielsen, and John R. Sibert, 2008. Improving light and temperature based geolocation by unscented Kalman filtering. Fisheries Research, 91: 15-25.</a> </li>
<li>
<a href="http://www.soest.hawaii.edu/PFRP/reprints/sibert_horizontal.pdf">Kftrack - Sibert, J.R., Musyl, M.K., Brill, R.W., 2003. Horizontal movements of bigeye tuna (Thunnus obesus) near Hawaii determined by Kalman filter analysis of archival tagging data. Fisheries Oceanography, 12(3):141-151.</a> </li>
</ul>
<h3>
<a id="contact-us" class="anchor" href="#contact-us" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact us</h3>
<p>Feel free to contact us at <code><tagtuna@gmail.com></code> for any comments or questions, or leave us a comment on this site. We look forward to getting feedback and suggestions for any improvements to the on-going development.</p>
<p><img src="http://geolocation.googlecode.com/svn/wiki/images/btm-banner.jpg" alt="logos"></p>
<p><code>A joint effort of Pelagic Fisheries Research Program and Large Pelagics Research Center</code></p>
<footer class="site-footer">
<!--
<span class="site-footer-owner"><a href="https://github.com/positioning/kalmanfilter">Geolocation</a> is maintained by <a href="https://github.com/positioning">positioning</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
-->
</footer>
</section>
</body>
</html>