-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
executable file
·92 lines (92 loc) · 4.35 KB
/
events.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
<html>
<head>
<title>Event 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>
</head>
<body>
<table width="100%">
<tbody>
<tr>
<td align="center">
<a href="index.html">home</a>
</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">
events
</td>
<td align="center">
<a href="outreach.html">outreach</a>
</td>
</tr>
</tbody>
</table>
<img src="images/v50.gif">
<br>
<h1 align=center>Events</h1>
<br>
<table width="90%" align="center">
<tr>
<td valign=top>
<img src="images/conf_rond.gif" valign=top>
</td>
<td>
<table>
<tr>
<td align=left>
I am/have been organizing or co-organizing of the following international conferences/workshops:
</td>
</tr>
<tr>
<td>
<h3>On-going/future events:</h3>
<ul>
<li>COSMO19 (RWTH Aachen University, 2-6 September 2019)
</ul>
</td>
</tr>
<tr>
<td>
<h3>Past events:</h3>
<ul>
<li> <a href="http://indico.cern.ch/event/688110/", target="new">CosmoTools18</a> (RWTH Aachen University, 23-27 April 2018)
<li> <a href="http://th-workshop2017.desy.de", target="new">DESY Theory workshop 2017</a> (DESY, 26-30 September 2017)
<li> <a href="http://cosmo16houches.doodlekit.com", target="new">Cosmology after Planck: what is next?</a> (Les Houches, 24-29 April 2016)</li>
<li> <a href="https://indico.cern.ch/event/343575/", target="new">Understanding the Early Universe</a> (CERN Institute, 6-16 January 2015)</li>
<li> <a href="https://indico.cern.ch/event/218615/", target="new">Cosmology and Fundamental Physics with Planck</a> (CERN Institute, 17-28 June 2013)</li>
<li> <a href="https://indico.cern.ch/event/198793/", target="new">Theoretical methods for non-linear cosmology</a> (CERN Institute, 3-7 September 2012)</li>
<li><a href="https://indico.cern.ch/event/116616/">Particle Physics and Cosmology 2011 (ppc2011) </a> (CERN, 14-18 June 2011)</li>
<li> <a href="jlac/index.html", target="new">"Journées des Lacs Alpins de Cosmologie"</a>, 14 events organised from 2000 to 2010</li>
<li> <a href="https://indico.cern.ch/event/46758/", target="new">COSMO09</a> (CERN, 7-11 September 2009)</li>
<li> <a href="https://indico.cern.ch/event/47189", target="new">Particle Cosmology</a> (CERN Institute, 14-18 September 2009)</li>
<li> <a href="http://benasque.org/2008cosmology/2008cosmology.htm", target="new">Benasque 2008 Workshop on Modern Cosmology</a></li>
<li> APC workshop <a href="http://www.apc.univ-paris7.fr/~semikoz/DarkMatter/conference.html" target="new">"Dark matter at small scales"</a> in 2008</li>
<li> Galileo Galilei Institute's <a href="http://www.ggi.fi.infn.it/index.php?page=workshops.inc&id=6", target="new">"Astroparticle and Cosmology Workshop"</a> in 2006</li>
<li> <a href="http://benasque.org/2006cosmology/2006cosmology.htm", target="new">Benasque 2006 Workshop on Modern Cosmology</a></li>
<li> CERN's <a href="http://ph-dep-th.web.cern.ch/ph-dep-th/content2/workshops/capp2003/capp2003.html", target="new">CAPP 2003</a> conference</li>
<li> LAPTH workshop on the <a href="events/ekpy/ekpy.htm", target="new">"Ekpyrotic Universe"</a>, 2002</li>
</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
Last update on the 17.09.2018. Back to <a href="index.html">home</a> page.
</body>
</html>