-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteam.html
107 lines (91 loc) · 3.62 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head class="include" file="include/header.html">
<link rel="stylesheet" href="include/bootstrap.min.css">
<link rel="stylesheet" href="include/bootstrap-theme.min.css">
<link rel="stylesheet" href="include/bootstrap-select.min.css">
<link rel="stylesheet" href="include/style.css" type="text/css">
<link rel="stylesheet" href="include/highlight.css" type="text/css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta NAME="keywords" CONTENT="graph signal processing, graphs, filters, graph filters, signal processing, matlab,documentation"/>
<title>The Graph Signal Processing Toolbox</title>
</head>
<!-- body must stay hidden until all include parts are loaded -->
<body style="display:none;">
<!-- Wrap the content into responsive container --!>
<div class="container">
<!-- Include main navigation -->
<div class="masthead include" file="include/mainnav.html"></div>
<!-- main page -->
<div class="row-fluid">
<div class="span12">
<br/>
<ul class="thumbnails">
<li class="span3"
><div class="thumbnail">
<a href="http://perraudin.info"><img src="images/np.jpg" alt="" width="200"></a>
<h3>Nathanaël Perraudin</h3>
<p>Founder of the GSP box</p>
</div></li>
<li class="span3"
><div class="thumbnail">
<a href="http://www.macalester.edu/~dshuman1"><img src="images/ds.jpg" alt="" width="200"></a>
<h3>David Shuman</h3>
<p>Founder of the GSP box</p>
</div></li>
<li class="span3"
><div class="thumbnail">
<a href="http://people.epfl.ch/johan.paratte"><img src="images/jp.jpg" alt="" width="200"></a>
<h3>Johan Paratte</h3>
<p>Founder of the GSP box</p>
</div></li>
<li class="span3"
><div class="thumbnail">
<a href="http://people.epfl.ch/vassilis.kalofolias"><img src="images/vk.jpg" alt="" width="200"></a>
<h3>Vassilis Kalofolias</h3>
<p>Founder of the GSP box</p>
</div></li>
<li class="span3"
><div class="thumbnail">
<a href="http://people.epfl.ch/lionel.martin"><img src="images/lm.jpg" alt="" width="200"></a>
<h3>Lionel Martin</h3>
<p>Developer of the Python version</p>
</div></li>
<li class="span3"
><div class="thumbnail">
<a href="http://www.swas.polito.it/rubrica/scheda_pers.asp?matricola=036559"><img src="images/fg.jpg" alt="" width="200"></a>
<h3>Francesco Grassi</h3>
<p>Contributor of the GSP box</p>
</div></li>
<li class="span3"
><div class="thumbnail">
<a href="http://www.nic.uoregon.edu/~hammond"><img src="images/dh.jpg" alt="" width="200"></a>
<h3>David K. Hammond</h3>
<p>Founder of the SGWT toolbox that was merged into the GSP</p>
</div></li>
<li class="span3"
><div class="thumbnail">
<a href="http://people.epfl.ch/pierre.vandergheynst"><img src="images/pv.jpg" alt="" width="200"></a>
<h3>Pierre Vandergheynst</h3>
<p>Contributor of the GSP box and the SGWT toolbox</p>
</div></li>
<li class="span3"
><div class="thumbnail">
<a href="http://www.kfs.oeaw.ac.at/index.php?option=com_content&view=article&id=664:soendergaard-peter-l-dr&catid=13&Itemid=419&lang=en"><img src="images/ps.jpg" alt="" width="200"></a>
<h3>Peter L. Søndergaard</h3>
<p>Original founder of the documentation system mat2doc. Helped with the website deployment.</p>
</div></li>
</ul>
</div><!--</span12>-->
</div><!--</row-fluid>-->
<!-- footer -->
<div class="include" file="include/footer.html"></div>
</div><!--</container>-->
<!-- These two have to be here to dynamically load the included parts -->
<script src="include/jquery.min.js"></script>
<script src="include/bootstrap-select.min.js"></script>
<script src="include/gspbox.js" type="text/javascript"></script>
</body>
</html>