-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (103 loc) · 2.38 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
<html>
<head>
<title>Page d'accueil / Home page of Julien Lesgourgues</title>
<style type="text/css">
<!--
BODY {background-image: url(images/colonne_pattern8.jpg);
background-repeat: repeat-x;
background-color: #191919;
color: #ffc000}
a {color: #ff4e00}
-->
</style>
<meta name="description" content =
"Coordonnees, Curriculum Vitae, liens utiles / Presentation, resume, useful links">
<meta name="keywords" content="lesgourgues, julien" >
</head>
<body>
<table width="100%">
<tr>
<td align=center>
home
</td>
<td align=center>
<a href="presentation.html">
presentation
</a>
</td>
<td align=center>
<a href="courses.html">
courses
</a>
</td>
<td align=center>
<a href="codes.html">
codes
</a>
</td>
<td align=center>
<a href="events.html">
events
</a>
</td>
<td align=center>
<a href="outreach.html">outreach</a>
</td>
</tr>
</table>
<img src="images/v50.gif">
<br>
<h1 align=center>Julien Lesgourgues's home page</h1>
<br>
<table width="90%" align=center>
<tr>
<td>
<img src="images/lesgourgues_12.gif">
</td>
<td>
<table>
<tr>
<td align=left>
<ul>
<li> A short
<a href="presentation.html">
presentation
</a>
including my coordinates, activities and CV.
<li> A link to my
<a href="courses.html">
courses
</a>
and lecture notes.
<li>Download my
<a href="codes.html">
codes
</a>
and patches.
<li>
Some future or past scientific
<a href="events.html">
events
</a>
I co-organize.
<li>
<a href="outreach.html">
outreach
</a>
activities.
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
<h5 align="center">
Institut für Theoretische Teilchenphysik und Kosmologie, RWTH Aachen University <br>
Office location: MBP 105, Modulbau 1 Physik, Otto-Blumenthal-Str., Melaten Campus, Aachen //
Postal address: TTK, Sommerfeldstr. 16, 52074 Aachen, Germany <br>
Phone: +49 241 80 25734 or +49 241 80 27046 (secretaries), +49 241 80 25724 (direct) // Fax: +49 241 80 22187
</h5>
</body>
</html>