-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
293 lines (259 loc) · 14.9 KB
/
index.htm
File metadata and controls
293 lines (259 loc) · 14.9 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Motion database</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS
================================================== -->
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-responsive.css">
<link rel="stylesheet" href="css/prettyPhoto.css" />
<link rel="stylesheet" href="css/flexslider.css" />
<link rel="stylesheet" href="css/custom-styles.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" href="css/style-ie.css"/>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/mocap_ico.png">
<link rel="apple-touch-icon" href="img/mocap_ico.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/mocap_ico.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/mocap_ico.png">
<!-- JS
================================================== -->
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/jquery.custom.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#btn-blog-next").click(function () {
$('#blogCarousel').carousel('next')
});
$("#btn-blog-prev").click(function () {
$('#blogCarousel').carousel('prev')
});
$("#btn-client-next").click(function () {
$('#clientCarousel').carousel('next')
});
$("#btn-client-prev").click(function () {
$('#clientCarousel').carousel('prev')
});
});
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
slideshow: true,
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
</head>
<body class="home">
<!-- Color Bars (above header)-->
<div class="color-bar-1"></div>
<div class="color-bar-2 color-bg"></div>
<div class="container">
<div class="row header"><!-- Begin Header -->
<!-- Logo
================================================== -->
<div class="span5 logo">
<a href="index.htm"><img src="img/mocap.png" alt="" /></a>
<a href="index.htm"><img src="img/flags/United-Kingdom.png"></a>
<a href="index_pl.htm"><img src="img/flags/Poland.png"></a>
<h5>Movements analysis, classification and motion capture karate database</h5>
</div>
<!-- Main Navigation
================================================== -->
<div class="span7 navigation">
<div class="navbar hidden-phone">
<ul class="nav">
<!--
<li class="dropdown active">
<a class="dropdown-toggle" data-toggle="dropdown" href="index.htm">Home <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.htm">Full Page</a></li>
<li><a href="index-gallery.htm">Gallery Only</a></li>
<li><a href="index-slider.htm">Slider Only</a></li>
</ul>
</li>-->
<li class="dropdown active">
<a href="index.htm">Home</a></li>
<!--<li><a href="features.htm">Our papers</a></li>
<li><a href="features.htm">Datasets</a></li>-->
<!--
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="page-full-width.htm">Datasets <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="page-full-width.htm">Full Width</a></li>
<li><a href="page-right-sidebar.htm">Right Sidebar</a></li>
<li><a href="page-left-sidebar.htm">Left Sidebar</a></li>
<li><a href="page-double-sidebar.htm">Double Sidebar</a></li>
</ul>
</li>
-->
<!--
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="gallery-4col.htm">Gallery <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="gallery-3col.htm">Gallery 3 Column</a></li>
<li><a href="gallery-4col.htm">Gallery 4 Column</a></li>
<li><a href="gallery-6col.htm">Gallery 6 Column</a></li>
<li><a href="gallery-4col-circle.htm">Gallery 4 Round</a></li>
<li><a href="gallery-single.htm">Gallery Single</a></li>
</ul>
</li>
-->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="blog-style1.htm">Karate styles <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="shorin-ryu.htm">Shorin-Ryu</a></li>
<li><a href="shotokan.htm">Shotokan</a></li>
<li><a href="oyama.htm">Oyama</a></li>
</ul>
</li>
<li><a href="page-contact.htm">Contact</a></li>
</ul>
</div>
<!-- Mobile Nav
================================================== -->
<form action="#" id="mobile-nav" class="visible-phone">
<div class="mobile-nav-select">
<select onchange="window.open(this.options[this.selectedIndex].value,'_top')">
<option value="">Navigate...</option>
<option value="index.htm">Home</option>
<option value="">Karate styles</option>
<option value="shorin-ryu.htm">- Shorin-Ryu</option>
<option value="shotokan.htm">- Shotokan</option>
<option value="oyama.htm">- Oyama</option>
<option value="page-contact.htm">Contact</option>
</select>
</div>
</form>
</div>
</div><!-- End Header -->
<div class="row headline"><!-- Begin Headline -->
<!-- Slider Carousel
================================================== -->
<div class="span8">
<div class="flexslider">
<ul class="slides">
<li><a href="shotokan.htm"><img src="img/gallery/shotokan.png" alt="slider" /></a></li>
<li><a href="shorin-ryu.htm"><img src="img/gallery/shorin-ryu.png" alt="slider" /></a></li>
<li><a href="oyama.htm"><img src="img/gallery/oyama.png" alt="slider" /></a></li>
<!--<li><a href="gallery-single.htm"><img src="img/gallery/mannequin.png" alt="slider" /></a></li>-->
</ul>
</div>
</div>
<!-- Headline Text
================================================== -->
<div class="span4">
<h3>About the project<br /></h3>
The aim of our research project is to create effective and efficient sport, physiotherapy and natural user interface actions classier with real-ime performance using existing and novel pattern recognition, machine learning and signal processing methods.
The starting point for our researches is a Gesture Description Language classifier which is an original idea of Principal Investigator.
The popular scientific description of the project can be found <a href="documents/292070-en.pdf" target="_blank">here</a>.
<h3>About the database<br /></h3>
<!--<p class="lead">adsadadsa </p>-->
<p>This website contains high – quality motion capture recordings
of various karate techniques that can be visualized online or
download to your computer out of charges. Just pick karate style you are
interested in by clicking its symbol.</p>
<h3>Research grant info<br /></h3>
<p>The basic research on GDL project is financed by <a href="https://www.ncn.gov.pl/?language=en" target="_blank">National Science Centre</a>
(8 February 2016 - 7 February 2019) with research grant "Development of new machine learning methods for human actions evaluation and recognition" ("Opracowanie nowych metod uczenia maszynowego na potrzeby rozpoznawania oraz oceny aktywności ruchowej człowieka") No. 2015/17/D/ST6/04051. The principal investigator is <a href=https://www.researchgate.net/profile/Tomasz_Hachaj' target="_blank">Dr Tomasz Hachaj</a>.</p>
<!--<a href="#"><i class="icon-plus-sign"></i>Read More</a> -->
</div>
</div><!-- End Headline -->
</div> <!-- End Container -->
<!-- Footer Area
================================================== -->
<div class="footer-container"><!-- Begin Footer -->
<div class="container">
<div class="row footer-row">
<div class="span12 footer-col">
<!--<h5>About Us</h5>-->
<!--<img src="img/piccolo-footer-logo.png" alt="Piccolo" /><br /><br />-->
<address>
<strong>Design Team</strong><br />
<a href="https://www.researchgate.net/profile/Tomasz_Hachaj" target="_blank">Tomasz Hachaj</a>,
<a href="https://www.researchgate.net/profile/Marcin_Piekarczyk" target="_blank">Marcin Piekarczyk</a>,
<a href="https://www.researchgate.net/profile/Marek_Ogiela" target="_blank">Marek R. Ogiela</a>,
<a href="http://www.up.krakow.pl/en" target="_blank">The Pedagogical University of Cracow</a>,
<a href="http://www.ii.up.krakow.pl/en/" target="_blank">Institute of Computer Science</a>
ul. Podchorążych 2, 30-084 Kraków, Poland
</address>
<ul class="social-icons">
<li><a href="https://www.researchgate.net/project/Development-of-new-machine-learning-methods-for-human-actions-evaluation-and-recognition" class="social-icon dribble" target="_blank"></a></li>
<li><a href="https://github.com/browarsoftware" class="social-icon facebook" target="_blank"></a></li>
<li><a href="https://twitter.com/GDL_project" class="social-icon twitter" target="_blank"></a></li>
<li><a href="https://www.youtube.com/user/ccilaboratory" class="social-icon rss" target="_blank"></a></li>
<!--
<li><a href="#" class="social-icon forrst"></a></li>-->
</ul>
</div>
<!--<div class="span3 footer-col">
<h5>Latest Tweets</h5>
<ul>
<li><a href="#">@room122</a> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li><a href="#">@room122</a> In interdum felis fermentum ipsum molestie sed porttitor ligula rutrum. Morbi blandit ultricies ultrices.</li>
<li><a href="#">@room122</a> Vivamus nec lectus sed orci molestie molestie. Etiam mattis neque eu orci rutrum aliquam.</li>
</ul>
</div>-->
<!--<div class="span3 footer-col">
<h5>Latest Posts</h5>
<ul class="post-list">
<li><a href="#">Lorem ipsum dolor sit amet</a></li>
<li><a href="#">Consectetur adipiscing elit est lacus gravida</a></li>
<li><a href="#">Lectus sed orci molestie molestie etiam</a></li>
<li><a href="#">Mattis consectetur adipiscing elit est lacus</a></li>
<li><a href="#">Cras rutrum, massa non blandit convallis est</a></li>
</ul>
</div>-->
<!--
<div class="span3 footer-col">
<h5>CCI laboratory</h5>
<p><a href="http://cci.up.krakow.pl/" target="_blank">The Laboratory of Cryptography and Cognitive Informatics</a> whose Head is <a href="http://home.agh.edu.pl/~mogiela/" target="_blank">Professor
Dr. Marek R. Ogiela</a> is a part of <a href="http://kimk.up.krakow.pl/en/" target="_blank">Institute of Computer Science</a> in <a href="http://wmft.up.krakow.pl/wydzial_dzis_en.html" target="_blank">Faculty of Mathematics,
Physics and Technical Science</a> of <a href="http://www.up.krakow.pl/main/eng/" target="_blank">Pedagogical University of Krakow</a>. The members of Laboratory conduct research
in the field of cryptography and application of cognitive methods in analysis of image data.
</p>
<!--<ul class="img-feed">
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
</ul>
</div>-->
</div>
<div class="row"><!-- Begin Sub Footer -->
<div class="span12 footer-col footer-sub">
<div class="row no-margin">
<div class="span6"><span class="left">Copyright 2017 Tomasz Hachaj, Marcin Piekarczyk, Marek R. Ogiela. All rights reserved.</span></div>
<div class="span6">
<span class="right">
<a href="index.html">Home</a> | <a href="shorin-ryu.htm">Shorin-Ryu</a> | <a href="shotokan.htm">Shotokan</a> | <a href="oyama.htm">Oyama</a> | <a href="page-contact.htm">Contact</a>
</span>
</div>
</div>
</div>
</div><!-- End Sub Footer -->
</div>
</div><!-- End Footer -->
<!-- Scroll to Top -->
<div id="toTop" class="hidden-phone hidden-tablet">Back to Top</div>
</body>
</html>