-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (165 loc) · 7.11 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
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
---
layout: default
title: François Serre
---
<div class="main-title">
<h1>About</h1>
<div class="divider">
<div class="zigzag large clearfix " data-svg-drawing="yes">
<svg xml:space="preserve" viewBox="0 0 69.172 14.975" width="37" height="28" y="0px" x="0px"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1">
<path d="M1.357,12.26 10.807,2.81 20.328,12.332 29.781,2.879 39.223,12.321 48.754,2.79 58.286,12.321 67.815,2.793"
style="stroke-dasharray: 93.9851, 93.9851; stroke-dashoffset: 0;"/>
</svg>
</div>
</div>
</div>
<div class="content">
<div class="block-content ">
<div class="profile ">
<h1>François Serre</h1>
<h3>PhD, X2007</h3>
</div>
<div class="row">
<div class="col-md-6">
<p align="justify">
I completed my PhD degree in Computer Science at <a href="https://www.ethz.ch/">ETH Zürich</a>
in the <a href="https://acl.inf.ethz.ch/">Advanced Computing Laboratory</a>, supervised by
<a href="https://acl.inf.ethz.ch/people/markusp/">Prof. Dr. Markus Püschel</a>.
My research focused on the generation of streaming hardware for various applications such as
permutations, sorting networks, or linear algebra algorithms such as the fast Fourier transform.
</p>
<br/>
</div>
<div class="col-md-6">
<p align="justify">
I am originally from Paris, France, where, after completing three years of <a
href="https://en.wikipedia.org/wiki/Classe_pr%C3%A9paratoire_aux_grandes_%C3%A9coles">classes
préparatoires</a> at <a href="https://en.wikipedia.org/wiki/Lyc%C3%A9e_Louis-le-Grand">Lycée
Louis-le-Grand</a>, I enrolled at the Ecole Polytechnique, and obtained the <a
href="https://en.wikipedia.org/wiki/%C3%89cole_Polytechnique#The_'Polytechnicien_Engineer'_program">diplôme
d'ingénieur</a> degree. As part of this program, I completed a MSc at <a
href="https://www.ethz.ch/">ETH Zurich</a> focused on visual computing and computer graphics.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p align="justify">
My interests focus on the implementation of software and hardware algorithms for complex problems
(such as the ones used in visual computing or machine learning) that reach high performance, with,
when possible, proven optimality.
</p>
</div>
</div>
</div>
</div>
<div class="main-title">
<h1>Projects</h1>
<div class="divider">
<div class="zigzag large clearfix " data-svg-drawing="yes">
<svg xml:space="preserve" viewBox="0 0 69.172 14.975" width="37" height="28" y="0px" x="0px"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1">
<path d="M1.357,12.26 10.807,2.81 20.328,12.332 29.781,2.879 39.223,12.321 48.754,2.79 58.286,12.321 67.815,2.793"
style="stroke-dasharray: 93.9851, 93.9851; stroke-dashoffset: 0;"/>
</svg>
</div>
</div>
</div>
<div class="content">
<div class="block-content ">
<div class="row">
<div class="">
{% for p in site.pages %}
{% if p.type == 'project' and p.showInHomepage %}
<span class="col-md-6">
<a href="{{ p.link }}">
<img class="project" src="{{ p.img }}"/>
</a>
</span>
{% endif %}
{% endfor %}
</div>
</div>
<br/>
<a href="projects/" class="but brd">More...</a>
</div>
</div>
<div class="main-title">
<h1>News</h1>
<div class="divider">
<div class="zigzag large clearfix " data-svg-drawing="yes">
<svg xml:space="preserve" viewBox="0 0 69.172 14.975" width="37" height="28" y="0px" x="0px"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1">
<path d="M1.357,12.26 10.807,2.81 20.328,12.332 29.781,2.879 39.223,12.321 48.754,2.79 58.286,12.321 67.815,2.793"
style="stroke-dasharray: 93.9851, 93.9851; stroke-dashoffset: 0;"/>
</svg>
</div>
</div>
</div>
<div class="content">
<div class="block-content" id="ytplayer">
</div>
<script>
// Load the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/player_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
// Replace the 'ytplayer' element with an <iframe> and
// YouTube player after the API code downloads.
var player;
function onYouTubePlayerAPIReady() {
player = new YT.Player('ytplayer', {
height: '432',
width: '768',
videoId: 'rM95uwgFFVw',
playerVars:{
autoplay: 1,
cc_load_policy:1,
modestbranding:1},
events: {onReady: function(e) {e.target.mute();}}
});
}
</script>
</div>
<div class="main-title">
<h1>Publications</h1>
<div class="divider">
<div class="zigzag large clearfix " data-svg-drawing="yes">
<svg xml:space="preserve" viewBox="0 0 69.172 14.975" width="37" height="28" y="0px" x="0px"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1">
<path d="M1.357,12.26 10.807,2.81 20.328,12.332 29.781,2.879 39.223,12.321 48.754,2.79 58.286,12.321 67.815,2.793"
style="stroke-dasharray: 93.9851, 93.9851; stroke-dashoffset: 0;"/>
</svg>
</div>
</div>
</div>
<div class="content">
<div class="block-content ">
<div class="timeline education">
<div class="row ">
<div class="col-md-12">
<div class="exp-holder">
{% for p in site.pages reversed%}
{% if p.type == 'publication' %}
<div class="exp">
<div class="hgroup">
<h4>{{ p.title }}</h4>
<h6>{{ p.authors }}</h6>
<h6>
<i class="icon-calendar"></i><a href="{{ p.confURL }}">{{ p.conf }}</a>
| <a href="publications/{{ p.pdf }}"><span class="current">PDF</span></a>
</h6>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
<br/>
<a href="publications/" class="but brd">Read More</a>
</div>
</div>