-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
45 lines (40 loc) · 1.94 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45051488-1', 'bit.ly');
ga('send', 'pageview');
</script>
</head>
<body>
<div style="width: 100%; overflow: auto;">
<div style="width: 50%; float: left;">
<br/><b>Laboratoire Bordelais de Recherche en Informatique (LaBRI)</b><br/>
Unité Mixte de Recherche CNRS (UMR 5800)<br/>
Bordeaux University<br/>
351, cours de la Libération<br/>
F-33405 Talence cedex, France<br/>
<br/>
Team: Modèles et Algorithmes pour la Bioinformatique et la Visualisation<br/>
Office: 104<br/>
<br/>
Email: benjamin.renoust -at- labri.fr<br/>
Tel: +33 (0)5 40 00 69 27<br/>
<br/>
Skype: falcoyote<br/>
Twitter: <a href="https://twitter.com/renoust">@renoust</a><br/>
Google+: <a href="https://plus.google.com/100814708511283357693/posts">+Benjamin Renoust</a><br/>
LinkedIn: <a href="http://www.linkedin.com/in/benjaminrenoust/en">page</a><br/>
</div>
<div style="margin-left: 50%; width=100%; margin-top: 10px;">
<iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.fr/maps?t=m&q=LaBRI,+Talence&ie=UTF8&hq=LaBRI,+Talence&ll=44.807995,-0.594957&spn=0.002664,0.005364&z=17&output=embed"></iframe><br /><small><a href="https://www.google.fr/maps?t=m&q=LaBRI,+Talence&ie=UTF8&hq=LaBRI,+Talence&ll=44.807995,-0.594957&spn=0.002664,0.005364&z=17&source=embed" style="color:#0000FF;text-align:left">Agrandir le plan</a></small>
</div>
</div>
<br/>
</body>
</html>