-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia.html
99 lines (80 loc) · 4.52 KB
/
media.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Noticia+Text:400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Publications | Alex Preciado</title>
<link rel="stylesheet" href="./static/css/style.css" type="text/css" />
</head>
<body>
<div class=container>
<span class=name>Alex Preciado</span>
<div class=navigation>
<ul>
<li><a href="./contact.html">Contact</a> </li>
<li><a href="./media.html">Media</a> </li>
<li><a href="./publications.html">Publications</a> </li>
<li><a href="./index.html">About</a> </li>
</ul>
</div>
<div class=separator></div>
<div class=body>
<div class=page>
<h3><strong><font color=#5D6D7E>Outreach Talks </font></strong></h3>
<p>You can find a video of one of my Outreach talks discussing the first results of the Event Horizon Telescope in <a href="https://auvik.zoom.us/recording/play/JWf2LotUQ1dSr-H2qBOyjukyCSgH1Rjal3CYvkv6OlfSd76J0VaCFcCOKOeFnx8u?continueMode=true">this link</a>, where I discuss <strong>"How Data Science helped capture the First Image of a Black Hole"</strong>.</p>
<h3><strong><font color=#5D6D7E>Press Coverage of my Research (In Spanish)</font></strong></h3>
<ul class="image-list-small">
<li>
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FMeganoticiasSAL%2Fvideos%2F803819286645313%2F&show_text=0" style="display: block; border: none; overflow: hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
<div class="details">
<h3><a>Salmantino participa en captura de Agujero Negro</a></h3>
<p class="image-author">Meganoticias Salamanca</p>
</div>
</li>
<li>
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FElSalmantino3%2Fvideos%2F269930867221787%2F&show_text=0" style="display: block; border: none; overflow: hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
<div class="details">
<h3><a href="#">Salmantino que participó en el proyecto Event Horizon Telescope cuenta su historia</a></h3>
<p class="image-author">El Salmantino</p>
</div>
</li>
</ul>
<ul class="image-list-small">
<li>
<a href="https://periodicocorreo.com.mx/salmantino-es-parte-de-la-hazana-estelar/" style="background-image: url('static/images/news_correo.jpg');"></a>
<div class="details">
<h3><a href="https://periodicocorreo.com.mx/salmantino-es-parte-de-la-hazana-estelar/">Salmantino es parte de una hazaña ‘estelar’</a></h3>
<p class="image-author">Periódico Correo.</p>
</div>
</li>
<li>
<a href="https://tlamatiliztliblog.wordpress.com/2019/04/23/desde-salamanca-hasta-el-event-horizon-telescope/" style="background-image: url('static/images/news_tlamatiliztli.jpg');"></a>
<div class="details">
<h3><a href="https://tlamatiliztliblog.wordpress.com/2019/04/23/desde-salamanca-hasta-el-event-horizon-telescope/">Desde Salamanca hasta el Event Horizon Telescope: un cazador de agujeros negros</a></h3>
<p class="image-author">Tlamatiliztli Blog.</p>
</div>
</li>
</ul>
</div>
</div>
<div class=footer>
<p>© Copyright <script language="JavaScript">var date = new Date(); document.write(date.getFullYear());</script> by Jorge Alejandro Preciado Lopez</p>
<div class=social style="font-size: 27px;">
<ul>
<script language="JavaScript">
username = 'alexpreciado1';
domain = 'gmail.com';
document.write('<a href=\"mailto:' + username + '@' + domain + '\" target=\"_blank\">');
</script>
<li><i class="fa fa-envelope"></i> </li>
<a href="https://github.com/alex-preciado" target="_blank"> <li> <i class="fa fa-github"></i> </li> </a>
<a href="https://scholar.google.ca/citations?user=ZIUyto0AAAAJ&hl=en" target="_blank"> <li> <i class="ai ai-google-scholar-square"></i> </li> </a>
</ul>
</div>
</div>
</div>
</body>
</html>