-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar.html
More file actions
82 lines (63 loc) · 1.21 KB
/
Copy pathsidebar.html
File metadata and controls
82 lines (63 loc) · 1.21 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
<nav class="nav">
<a href="index.html" class="nav-name">
Cédric Buche
</a>
<span class="nav-role">
AI · VR · Robotics
</span>
<ul>
<li><a href="index.html">Home</a></li>
<li>Research</li>
<li class="sub">
<a href="supervision.html">
↳ Supervision
</a>
</li>
<li class="sub">
<a href="grants.html">
↳ Grants
</a>
</li>
<li class="sub">
<a href="collaboration.html">
↳ Collaboration
</a>
</li>
<li>
<a href="publications.html">
Publications
</a>
</li>
<li>
<a href="teaching.html">
Teaching
</a>
</li>
<li>
<a href="robobreizh.html">
RoboBreizh
</a>
</li>
<li>
<a href="contact.html">
Contact
</a>
</li>
<li>CV</li>
<li class="sub">
<a href="https://web.enib.fr/~buche/data/CV_English.pdf">
Full
</a>
</li>
<li class="sub">
<a href="https://web.enib.fr/~buche/data/CV_English_2p.pdf">
Short
</a>
</li>
<li class="sub">
<a href="https://www.linkedin.com/in/cedric-buche">
LinkedIn
</a>
</li>
</ul>
</nav>