-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
111 lines (76 loc) · 5.45 KB
/
index.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>gHRV: graphical tool for HRV analysis</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/lightbox.css">
<script src="javascripts/jquery-1.10.2.min.js"></script>
<script src="javascripts/lightbox-2.6.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="./images/LogoBig.png"/>
<h1 class="header">gHRV</h1>
<p class="header">A graphical tool for Heart-Rate Variability analysis</p>
<ul>
<li class="download"><a class="buttonspack" href="./packages.html">Packages</a></li>
<li class="download"><a class="buttonsdoc" href="./doc.html">Documentation</a></li>
<li><a class="buttons github" href="https://github.com/milegroup/ghrv">GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/milegroup">milegroup</a></p>
</header>
<section>
<h1>What is gHRV?</h1>
<p><strong>gHRV</strong> is a new graphical tool to clinicians and researchers interested in Heart Rate Variability Analysis.</p>
<p>The objective of <strong>gHRV</strong> is to be powerful and easy to use and install.</p>
<p><strong>gHRV</strong> is distributed as free software (GNU GPL License) and binary packages are available for Windows, MacOSX and GNU/Linux systems.</p>
<p>Feel completely free to use <strong>gHRV</strong> in your research. You can cite our work with this reference:</p>
<p class="cite">L. Rodríguez-Liñares, M.J. Lado, X.A. Vila, A.J. Méndez, P. Cuesta, "gHRV: Heart Rate Variability analysis made easy". Computer Methods and Programs in Biomedicine, Volume 116, Issue 1, August 2014, Pages 26-38.<br/>
<a href="http://dx.doi.org/10.1016/j.cmpb.2014.04.007" target="_blank">DOI: 10.1016/j.cmpb.2014.04.007</a>
</p>
<h1>Main features</h1>
<p>Reads Polar, Suunto, ASCII (beats and RR series) and WFDB (qrs) beats files</p>
<p>Episodes can be read from ASCII files, inserted, edited and deleted. <strong>gHRV</strong> includes both a graphical and a spreadsheet-like tools for editing episodes.</p>
<p>Time-domain, frequency-domain and non-linear analyses are included. Some of the included measures are:<br/>
• Time-domain: SDNN, SDANN, rMSSD, SDNN index, pNN50, HRV triangular index and TIN.<br/>
• Frequency-domain: power in ULF, VLF, LF and HF bands, total power and LF/HF ratio. <br/>
• Non-linear: approximate entropy, fractal dimension and SD1 and SD2 from Poincaré plots.</p>
<p>It generates high-quality plots that can be exported in eps, tiff, svg, png, pdf and jpg formats.</p>
<p>It shows reports that can be saved in html format.</p>
<p>Temporal evolution of frequency-domain and non-linear parameters can be represented and significance tests of these paremeters in different areas can be performed.</p>
<h1>Screenshots</h1>
<p>
<a href="images/ImgLinuxMainWindow.png" data-lightbox="image" title="Main window (Linux)"><img src="images/ImgLinuxMainWindowThumb.png" height="100"/></a>
<a href="images/ImgWinSettingsProject.png" data-lightbox="image" title="Project settings window (Win)"><img src="images/ImgWinSettingsProjectThumb.png" height="100"/></a>
<a href="images/ImgWinEditNIHR.png" data-lightbox="image" title="HR editor (Win)"><img src="images/ImgWinEditNIHRThumb.png" height="100"/></a>
<a href="images/ImgLinuxEditEpisodes.png" data-lightbox="image" title="Graphical episodes editor (Linux)"><img src="images/ImgLinuxEditEpisodesThumb.png" height="100"/></a>
<a href="images/ImgLinuxEditEpisodesManual.png" data-lightbox="image" title="Spreadsheet-like episodes editor (Linux)"><img src="images/ImgLinuxEditEpisodesManualThumb.png" height="100"/></a>
<a href="images/ImgMacFrameBased.png" data-lightbox="image" title="Frame based evolution of parameters (Mac)"><img src="images/ImgMacFrameBasedThumb.png" height="100"/></a>
<a href="images/ImgMacExport.png" data-lightbox="image" title="Export parameters to txt file (Mac)"><img src="images/ImgMacExportThumb.png" height="100"/></a>
<a href="images/ImgWinSignificance.png" data-lightbox="image" title="Significance analysis of parameters (Win)"><img src="images/ImgWinSignificanceThumb.png" height="100"/></a>
<a href="images/ImgMacPoincare.png" data-lightbox="image" title="Poincaré plot (Mac)"><img src="images/ImgMacPoincareThumb.png" height="100"/></a>
<a href="images/ImgWinAbout.png" data-lightbox="image" title="About window (Win)"><img src="images/ImgWinAboutThumb.png" height="100"/></a>
</p>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>