-
Notifications
You must be signed in to change notification settings - Fork 0
/
outreach.html
executable file
·79 lines (79 loc) · 3.58 KB
/
outreach.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
<html>
<head>
<title>Outreach 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">
<a href="events.html">events</a>
</td>
<td align="center">
outreach
</td>
</tr>
</tbody>
</table>
<img src="images/v50.gif">
<br>
<h1 align=center>Outreach</h1>
<br>
<table width="90%" align=center>
<tr>
<td valign=top>
<img src="images/CMB_circle.png" width="220">
</td>
<td>
<table>
<tr>
<td align=left>
<h3>Outreach videos</h3>
<ul>
<li> in a <a href="http://tedxcern.web.cern.ch/speakers/julien-lesgourgues" target="new">TEDxCERN</a> meeting in 2014, I talked about <a href="https://youtu.be/s1Xszc2Xfdc" target="new">Taking the fingerprints of the universe</a></li>
<li> in this Euclid Hangout event on <a href="https://youtu.be/AYpN0esjj5o" target="new">Euclid and neutrinos</a>, Anais Rassat asked Licia Verde and me to explain why the Euclid satellite has the potential to measure neutrino masses</li>
<li> CERN journalists once asked me to talk about the <a href="https://youtu.be/tLPSuDnBGVM" target="new">origin of the structures in the Universe</a> in 3 minutes</li>
</ul>
<h3>Outreach publications</h3>
<ul>
<li> viewpoint article on <a href="http://physics.aps.org/articles/v3/57" target="new">Galaxies weigh in on neutrinos</a> in the magazine <em>Physics</em></li>
<li> I wrote (in French) the chapter on the standard comsological model in the book <a href="" target="new">Forme et Origine de l'Univers</a>, <em>Paris, Dunod, 2010</em>, coordinated by Aurélien Barrau and Dominique Parocchia</li>
<li> Still in French, my article on the <a href="http://www.larecherche.fr/4-invisible-temoin-du-big-bang/" target="new">Invisible témoins du Big Bang</a> in the magazine <em>La Recherche</em> (access upon subscription)</li>
</ul>
<h3>Web outreach organized by my research team at <a href="http://www.particle-theory.rwth-aachen.de" target="new">TTK</a></h3>
<ul>
<li> our blog on <a href="https://twitter.com/ttk_rwth" target="new">Twitter</a>
<li> our on-line physics and cosmology chats on <a href="https://www.periscope.tv/TTK_RWTH/1jMJgZadDvMGL" target="new">periscope.tv</a> (managed by Deanna Hooper, PhD student)
<li> a link to the excellent blog of Deanna Hooper: <a href="http://cupofcosmology.blogspot.de" target="new">A cup of Cosmology</a>
</ul>
</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>