-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathauthors.html
More file actions
90 lines (77 loc) · 2.72 KB
/
authors.html
File metadata and controls
90 lines (77 loc) · 2.72 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
---
layout: default
title: RobOptim Team
sitemap:
lastmod: 2014-03-11
priority: 0.9
changefreq: monthly
---
<h1 id="authors" class="page-header">{{ page.title }}</h1>
<p class="lead">
Meet the RobOptim developpers!
</p>
<div class="container marketing">
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Thomas Moulard, <span class="text-muted">Postdoc at CNRS-AIST JRL</span></h2>
<p class="lead">
Thomas Moulard is JSPS fellowship at CNRS-AIST JRL since November
2012. He graduated from the EPITA engineering school in 2008. He
prepared his thesis under the supervision of Florent Lamiraux and
obtained his Ph.D. in 2012 from the INP Toulouse (Institut National
Polytechnique).<br>
His research interests are: humanoid robotics,
numerical optimization, robotics architecture and system
integration.
</p>
<div>
<a href="https://www.linkedin.com/in/moulard"><i class="fa fa-linkedin fa-4x"></i></a>
<a href="https://github.com/thomas-moulard/"><i class="fa fa-github-square fa-4x"></i></a>
<a href="https://plus.google.com/+ThomasMoulard?rel=author"><i class="fa fa-google-plus-square fa-4x"></i></a>
</div>
</div>
<div class="col-md-5">
<img src="//www.gravatar.com/avatar/e877416f9691734f15e95c29bddde918.png?s=300" class="img-rounded">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-5">
</div>
<div class="col-md-7">
<h2 class="featurette-heading">Benjamin Chrétien, <span class="text-muted">PhD Student at LIRMM</span></h2>
<p class="lead">
Benjamin Chrétien is a Doctoral student at CNRS-UM2 LIRMM
since October 2012. He received his M.S. degree in Aerospace
Engineering from ISAE SUPAERO, Toulouse, France, in 2012, and
currently prepares his thesis under the supervision of
Abderrahmane Kheddar.<br>
His research interests are: humanoid robotics, GPGPU
algorithms, numerical optimization and motion planning.</p>
<div>
<a href="https://github.com/bchretien"><i class="fa fa-github-square fa-4x"></i></a>
<a href="http://stackoverflow.com/users/1043187/benc"><i class="fa fa-stack-exchange fa-4x"></i></a>
</div>
</div>
</div>
<hr class="featurette-divider">
<h2>Other Contributors</h2>
<p class="lead">
The following people are also playing or played an important role
in the development of RobOptim:
</p>
<ul>
<li>Stanislas Brossette</li>
<li>Antonio El Khoury</li>
<li>Florent Lamiraux</li>
<li>François Keith</li>
<li>Olivier Stasse</li>
<li>Pierre-Brice Wieber</li>
</ul>
<div style="padding: 2em"></div>
</div>