Skip to content
Snippets Groups Projects
Unverified Commit fd5bcfd1 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added team stuff

parent e6c4da79
No related branches found
No related tags found
No related merge requests found
Pipeline #12600 passed
---
title: Mickael El Kharroubi
photo: "/img/heads/elk.png"
date: 2020-10-10
---
I am an HES engineer in computer science, I am currently performing a master degree at the University of Geneva.
In parallel, I am a teaching assistant at the Technical University of Western Switzerland for the
applied mathematics and physics courses.
My main research topic is in High Performance Computing by working on a new MPI backend for the
functional language Futhark.
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>$title$</title>
<link href="/css/bootstrap.css" rel="stylesheet">
<link href="/css/syntax.css" rel="stylesheet">
<link href="/css/carousel.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Open Sans', sans-serif;
}
body { margin-top: 80px; }
footer { margin-top: 80px; }
</style>
</head>
<body>
$partial("templates/nav.html")$
<div class="container">
<h1>$title$</h1>
<h2>Research group and collaborations</h2>
<ul>
$for(posts)$
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-5">
<img class="img-circle" src="$photo$" alt="$title$">
</div>
<div class="col-md-7">
<h3>$title$</h3>
<p class="lead">
$body$
</p>
</div>
</div>
<!-- <li>
<a href="$url$">$title$</a> - $date$
</li> -->
$endfor$
</ul>
$partial("templates/footer.html")$
</div>
</div><!-- /.container -->
<script src="/js/jquery.js"></script>
<script src="/js/bootstrap.js"></script>
<script src="/js/holder.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment