forked from satra/satra.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (44 loc) · 1.29 KB
/
index.html
File metadata and controls
59 lines (44 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="description" content="Website of Daniel Margulies">
<meta id='page-params'
theme='journal'
title=''
menu='Home,index.html,Projects,projects.html,Publications,pubs.html'
active='1'>
<style>
.floatcontainer {
display: flex;
overflow: auto;
}
.floatcontainer > div {
flex: 1;
}
</style>
</head>
<body>
<textarea theme='journal' style="display:none;">
<div class="floatcontainer">
<div class="col-4">
<img src="assets/margulies.jpg" width="170px">
</div>
<div style="position: relative; overflow: auto">
#### Contact
> Email: daniel.margulies at icm-institute dot org
> [Lab Github](http://github.com/NeuroanatomyAndConnectivity) | [Institute Homepage](https://icm-institute.org/en/member/?user=1622)
> Office: Institut du Cerveau et de la Moelle Epinière, Hôpital Pitié Salpêtrière, 47, bd de l'hôpital, 75013 Paris, France
> Tel: +33 (0) 1 57 27 41 37 | [Map](https://goo.gl/maps/2HuY2yir6CN2)
> [CV](assets/CV_Margulies.pdf)
</div>
</div>
<br />
#### Who am I
#### What do I do
#### Selected Publications ([Full list here](pubs.html))
</textarea>
<script src="config/strapdown.min.js"></script>
</body>
</html>