-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
633 lines (551 loc) · 33.4 KB
/
index.html
File metadata and controls
633 lines (551 loc) · 33.4 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Tomás Cassanelli</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Social media picture -->
<meta property="og:title" content="Prof. Tomás Cassanelli" />
<meta property="og:url" content="https://tcassanelli.github.io" />
<meta property="og:description" content="Hello I am Tomás! Astronomer and professor at Universidad de Chile.">
<meta property="og:image" itemprop="image"
content="https://github.com/tcassanelli/tcassanelli.github.io/blob/main/images/pic04.jpg?raw=true" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/avatar.jpg" alt="" /></span>
<h1 id="title">Tomás Cassanelli</h1>
<p>Astronomy & Astrophysics PhD<br /> Prof. at Universidad de Chile</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#top" id="top-link"><span class="icon solid fa-home">Intro</span></a></li>
<li><a href="#about" id="about-link"><span class="icon solid fa-user">About Me</span></a></li>
<li><a href="#research" id="research-link"><span class="icon solid fa-th">Research</span></a></li>
<li><a href="#publication" id="publication-link"><span class="icon solid fa-th-list">Science
Publications</span></a></li>
<li><a href="#software" id="software-link"><span
class="icon solid fa-code-branch">Software</span></a></li>
<li><a href="#talks" id="talks-link"><span class="icon solid fa-file-video">Science Talks</span></a>
</li>
<li><a href="#teaching" id="teaching-link"><span
class="icon solid fa-university">Teaching</span></a></li>
<li><a href="#outreach" id="outreach-link"><span class="icon solid fa-bullhorn">Outreach</span></a>
</li>
<li><a href="#media" id="media-link"><span class="icon solid fa-newspaper">Media
Appearances</span></a></li>
<li><a href="cassanelli_CV.pdf" id="cv-link"><span class="icon solid fa-file-pdf">CV</span></a></li>
<li><a href="#contact" id="contact-link"><span class="icon solid fa-envelope">Contact</span></a>
</li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="https://www.strava.com/athletes/43578737" class="icon brands fab fa-strava"><span
class="label">Strava</span></a></li>
<li><a href="http://www.github.com/tcassanelli" class="icon brands fa-github"><span
class="label">Github</span></a></li>
<li><a href="mailto:tcassanelli@ing.uchile.cl" class="icon solid fa-envelope"><span
class="label">Email</span></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt">¡Hola! 👋🏼 I'm <strong>Dr. Tomás Cassanelli</strong>, Astronomer and Assistant Professor of
<strong>Astronomical Instrumentation</strong></h2>
</header>
<!-- <footer>
<a href="#about" class="button scrolly">About Me</a>
</footer> -->
</div>
</section>
<!-- About Me -->
<section id="about" class="three">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<a href="#" class="image featured"><img src="images/pic08.jpg" alt="" /></a>
<p>I'm an Assistant Prof. of astronomical instrumentation at the <a
href="https://ingenieria.uchile.cl/english">Facultad Ciencias Físicas y Matemáticas</a> (FCFM)
at <a href="https://www.uchile.cl">Universidad de Chile</a> (UChile).
I completed my PhD studies at <a href="http://www.astro.utoronto.ca">David A. Dunlap Department of
Astronomy & Astrophysics</a> at the <a href="https://www.utoronto.ca">University of Toronto</a>
(UofT), Canada. Prior to starting my PhD, I completed an Astrophysics MSc at <a
href="https://www.uni-bonn.de">Universität Bonn</a> and <a
href="https://www.mpifr-bonn.mpg.de">Max-Planck-Institut für Radioastronomie</a> (MPIfR),
Germany; as well as an Applied Physics and Mechanical Engineering BSc at <a
href="https://www.ufro.cl">Universidad de La Frontera</a> (UFRO), Chile.</p>
</div>
</section>
<!-- Research -->
<section id="research" class="two">
<div class="container">
<header>
<h2>Research</h2>
</header>
<p>My primary lines of research are <strong>radio--optical sub-second transients 💥</strong> and their
localization, very-long-baseline interferometry (VLBI), radio--optical astronomical instrumentation,
optical fast photon counters, and holography for radio telescopes 📡 (from centimeter to sub-millimeter wavelengths).
My PhD thesis focused on the <strong>detection of fast radio bursts (FRBs) with
VLBI</strong> using a 3000 km baseline from British Columbia to Ontario using telescopes at the <a
href="https://chime-experiment.ca">Canadian Hydrogen Intensity Mapping Experiment (CHIME)</a>
and the <a href="http://thothx.com/aro">Algonquin Radio Observatory</a> (ARO). I'm a member of the
<a href="http://www.das.uchile.cl/lab_mwl/index.html">Millimeter-Wave Laboratory</a>, the <a
href="https://www.chime-frb.ca">CHIME/FRB Collaboration</a>, and adjunct member of the <a
href="https://cata.cl">Center for Astrophysics and Associated Technologies</a>. You can find my
CV <a href="cassanelli_CV.pdf">here</a> and institutional biosketch <a
href="https://ingenieria.uchile.cl/sobre-la-fcfm/organizacion/personas/cuerpo-academico/ingenieria-electrica?qui_id=2798494">here</a>.
</p>
<p>My research group is <a href="https:\\astronomy-laboratory.github.io"><strong>AstroLab</strong></a>: a
multi-disciplinary team based at UChile. We are faculty, undergraduate, and graduate students,
working together towards undestanding astronomical instrumentation and transient events. To learn
more about our local projects (e.g., the Canadian-Chilean array for radio transient studies; CHARTS)
and international collaborations visit our website: <a
href="https:\\astronomy-laboratory.github.io">AstroLab</a></p>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https:\\astronomy-laboratory.github.io" class="image fit"><img
src="images/pic02.jpg" alt="" /></a>
<header>
<h3>AstroLab research group</h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/pic03.jpg" alt="" /></a>
<header>
<h3>Effelsberg 100-m radio telescope </h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/pic04.jpg" alt="" /></a>
<header>
<h3>Algonquin radio 10-m dish</h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/pic05.jpg" alt="" /></a>
<header>
<h3>Test sub-mm band ALMA</h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/pic06.jpg" alt="" /></a>
<header>
<h3>Gemini South 8.1-m dish</h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/pic07.jpg" alt="" /></a>
<header>
<h3>ALMA 12-m radio dish</h3>
</header>
</article>
</div>
</div>
<div style="margin-top: 2em;">
Collaboration network
<iframe src="plot/map.html"
style="display: block; margin: auto; width: 100%; height: 350px; border: none;"
loading="lazy"></iframe>
</div>
</div>
</section>
<!-- Science Publications -->
<section id="publication" class="three">
<div class="container">
<header>
<h2>Select Recent Science Publications</h2>
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs"
content="https://orcid.org/0000-0003-2047-5276" href="https://orcid.org/0000-0003-2047-5276"
target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top;"><img
src="https://orcid.org/sites/default/files/images/orcid_16x16.png"
style="width:1em;margin-right:.5em;" alt="ORCID iD icon">0000-0003-2047-5276</a></div>
</header>
<table style="width:100%; border-collapse: collapse;">
<tbody>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;">2025</td>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;">T.
Cassanelli, P. Marcone-Puga, G. Naletto, et al</td>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;">
<a href="https://doi.org/10.1117/12.3066537">IQUEYE at Gemini South: instrument, science
commission, and first results</a>
</td>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;">SPIE</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">2025</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">T. Cassanelli, J. Mena-Parra, S.
Manosalva, et al</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://doi.org/10.23919/EuCAP63536.2025.10999353">Canadian-Chilean Array for
Radio Transient Studies (CHARTS): Analog System Developments</a>
</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">IEEE</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">2024</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">T. Cassanelli, C. Leung, and P.
Sanghavi, et al</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://doi.org/10.1038/s41550-024-02357-x">A fast radio burst localized at
detection to an edge-on galaxy using very-long-baseline interferometry</a>
</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">Nature Astronomy</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">2024</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">T. Cassanelli, U. Bach, B. Winkel, et
al</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://doi.org/10.1051/0004-6361/202142116">Out-of-focus holography at the
Effelsberg telescope</a>
</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">Astronomy & Astrophysics</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">2022</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">T. Cassanelli, G. Naletto, G.
Codogno, et al</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://doi.org/10.1051/0004-6361/202243515">New technique for determining a
pulsar period: Waterfall principal component analysis</a>
</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">Astronomy & Astrophysics</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">2022</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">T. Cassanelli, C. Leung, M. Rahman,
et al</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://doi.org/10.3847/1538-3881/ac3d2f">Localizing FRBs through VLBI with the
Algonquin Radio Observatory 10-m Telescope</a>
</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">The Astronomical Journal</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">2021</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">The CHIME/FRB Collaboration et al,
incl. T. Cassanelli</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://doi.org/10.3847/1538-4365/ac33ab">The First CHIME/FRB Fast Radio Burst
Catalog</a>
</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">The Astrophysical Journal Supplements
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">2020</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">The CHIME/FRB Collaboration et al,
incl. T. Cassanelli</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://doi.org/10.1038/s41586-020-2863-y">A bright millisecond-duration radio
burst from a Galactic magnetar</a>
</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">Nature</td>
</tr>
</tbody>
</table>
</td>
For a complete and up-to-date list visit <strong><a
href="https://ui.adsabs.harvard.edu/search/q=%20author%3A%22Cassanelli%2C%20Tomas%22&sort=date%20desc%2C%20bibcode%20desc&p_=0">NASA/ADS</a></strong>.
<!-- <div id="ads_query_importer_widget"></div> -->
</div>
</section>
<!-- Software -->
<section id="software" class="two">
<div class="container">
<header>
<h2>Software</h2>
</header>
<div class="col-6 col-12-mobile">
<ul>
<li> <a href="https://ui.adsabs.harvard.edu/abs/2022A%26A...663A.106C/abstract">T. Cassanelli et
al, 2022. New technique for determining a pulsar period: Waterfall principal component
analysis. Astronomy & Astrophysics.</a></li>
</ul>
</div>
</div>
</section>
<!-- Science Talks -->
<section id="talks" class="three">
<div class="container">
<header>
<h2>Science Talks</h2>
</header>
<ul>
<li>FRB2025 Conference (Future directions session)</li>
<iframe class="container" style="display: block; margin: auto;" width="560" height="315"
src="https://www.youtube.com/embed/UxKmfRVBU6w?si=ouFDp-o_xVAPRg_v&start=12105"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</ul>
<ul>
<li>FRB2023 Conference (Discussion: hidden parameter spaces)</li>
<iframe class="container" style="display: block; margin: auto;" width="560" height="315"
src="https://www.youtube.com/embed/dUhJz8EG8Wk?si=pvramgPpFtHdf4kO&start=2215"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" frameborder="0" allowfullscreen></iframe>
</ul>
<ul>
<li><a href="https://sites.google.com/view/frb2021/home">FRB2021 Conference</a> (Breaking news
session)</li>
<iframe class="container" style="display: block; margin: auto;" width="560" height="315"
src="https://www.youtube.com/embed/Z340Fchf7rI?start=2563" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
frameborder="0" allowfullscreen></iframe>
</ul>
<ul>
<li><a href="http://frb2020.phys.wvu.edu/about.html">FRB2020 Conference</a> (Technical developments
session)</li>
<iframe class="container" style="display: block; margin: auto;" width="560" height="315"
src="https://www.youtube.com/embed/Q3HDUeQWrog?start=4500" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
frameborder="0" allowfullscreen></iframe>
</ul>
</div>
</section>
<!-- Teaching -->
<section id="teaching" class="two">
<div class="container">
<header>
<h2>Teaching</h2>
</header>
I have taught a wide range of courses from science (physics and astronomy) to applied engineering
(mechanics and electronics), at Universidad de La Frontera, Universidad de Chile, and astronomical
instrumentation at the <a href="http://www.dunlap.utoronto.ca/summer-school">Dunlap Summer School</a>,
University of Toronto.
<header style="margin-top:1.5em; margin-bottom: 1em;">
<h3>Current courses</h3>
</header>
<table style="width:100%; border-collapse: collapse;">
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;">Applied
Electromagnetism</td>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;">EL3103;
Universidad de Chile</td>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;"> <a
href="https://zenodo.org/records/10067791">Lecture notes here</a></td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Radio astronomy: applications, tools, and
impact</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">EL7053; Universidad de Chile</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">---</td>
</tr>
</table>
</div>
</section>
<!-- Outreach -->
<section id="outreach" class="three">
<div class="container">
<header>
<h2>Outreach</h2>
</header>
<ul>
<li>
<strong><a href="https</div>://www.cata.cl">CATA</a>:</strong> <em>El universo efímero</em> (the
transient universe; Sep 2025)
<br>
<iframe class="container" style="display: block; margin: auto;" width="560" height="315"
src="https://www.youtube.com/embed/xGclq8f79yA?si=MGRbF6kid-R1Dpmd"
title="El universo efímero" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</li>
</ul>
<ul>
<li>
<strong><a href="https://comentarista.emol.com/2568320/Tomas-Cassanelli.html">EMOL</a>:</strong>
<em>Columnas de astronomía</em> (astronomy columns; 2024--2025)
</li>
</ul>
<ul>
<li>
<strong>Research communities Springer Nature:</strong>
<a href="https://go.nature.com/3XVDgFD">A VLBI-localized FRB probes the ISM at z ~ 0.2</a> (Jan
2024)
</li>
</ul>
<ul>
<li>
<strong><a href="https://www.skypeascientist.com">Skype a Scientist</a>:</strong> Volunteer (Jan
2020)
</li>
</ul>
<ul>
<li>
<strong><a href="https://eclipse2020.ufro.cl">ECLIPSE 2020</a> <a
href="https://www.ufro.cl">Universidad de La Frontera</a>:</strong> <em>El radio
universo desconocido</em> (The Unknown Radio Universe; Aug 2020)
<br>
<iframe class="container" style="display: block; margin: auto;" width="560" height="315"
src="https://www.youtube.com/embed/p0oM37gTk-E" title="El radio universo desconocido"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</li>
</ul>
</div>
</section>
<!-- Media Appearances -->
<section id="media" class="two">
<div class="container">
<header>
<h2>Media Appearances</h2>
</header>
<table style="width:100%; border-collapse: collapse;">
<tbody>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;">Apr 2025
</td>
<td style="padding:8px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;">
<a
href="https://cata.cl/nuevo-fotometro-liderado-por-chilenos-ve-su-primera-luz-en-observatorio-gemini-sur/"><em>Nuevo
fotómetro liderado por chilenos ve su primera luz en Observatorio Gemini
Sur</em></a>
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Apr 2025</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a
href="https://www.elmostrador.cl/cultura/ciencia-cultura/2025/04/21/nuevo-instrumento-astronomico-liderado-por-chilenos-ve-su-primera-luz-en-observatorio-gemini-sur/"><em>Nuevo
instrumento astronómico liderado por chilenos ve su primera luz en Observatorio
Gemini Sur</em></a>
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Mar 2025</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://noirlab.edu/public/announcements/ann25005/">IQUEYE on Gemini South Sees
First Light</a>
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Jan 2025</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a
href="https://ingenieria.uchile.cl/noticias/224654/fcfm-lidera-investigacion-con-siete-nuevos-proyectos-fondecyt-2025"><em>FCFM
lidera investigación científica con siete nuevos proyectos Fondecyt</em></a>
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Dic 2023</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://das.uchile.cl/mas-de-350-millones-de-pesos-en-dos-proyecto-quimal/"><em>Más
de 350 millones de pesos en dos proyecto QUIMAL</em></a>
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Jun 2023</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a
href="https://uchile.cl/noticias/206099/uchile-inaugura-camara-anecoica-para-estudios-en-telecomunicaciones"><em>Universidad
de Chile inaugura cámara anecoica para la investigación de antenas, sensores y
sistemas de radiofrecuencias</em></a>
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Sep 2021</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a href="https://www.dunlap.utoronto.ca/sept-grad-student-cassanelli/">Dunlap Institute
Graduate student of the month</a>
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Nov 2020</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<em>Titulado UFRO forma parte de importante hito astrofísico</em>
</td>
</tr>
<tr>
<td style="padding:8px; border-bottom:1px solid #ddd;">Nov 2020</td>
<td style="padding:8px; border-bottom:1px solid #ddd;">
<a
href="http://www.dunlap.utoronto.ca/detection-of-a-short-intense-radio-burst-in-milky-way-could-help-resolve-origins-of-mysterious-phenomenon-2/?fbclid=IwAR2lxmG8Or4QVStH0n5JWjRbFcJIzWhUZtN2y-1mu7CrL1S2MYUNFxnIvfw">Detection
of a radio burst in Milky Way could resolve origins of mysterious phenomenon</a>
</td>
</tr>
</tbody>
</table>
</td>
</div>
</section>
<!-- Contact -->
<section id="contact" class="four">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<p>email 📧 <a href="mailto:tcassanelli@ing.uchile.cl">tcassanelli <em>_at_</em> ing.uchile.cl</a> </p>
<header>
<h2>Address</h2>
Departamento Ingeniería Eléctrica, Universidad de Chile, Av. Tupper 2007, Santiago 8370451, Chile.
</header>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© Tomás Cassanelli. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
const banners = [
'images/banner1.jpg',
'images/banner2.jpg',
'images/banner3.jpg',
'images/banner4.jpg',
'images/banner5.jpg',
];
const randomBanner = banners[Math.floor(Math.random() * banners.length)];
const section = document.querySelector('#main > section.one');
if (section) {
section.style.backgroundImage = `url('${randomBanner}')`;
section.style.backgroundSize = 'cover';
section.style.backgroundPosition = 'center';
}
</script>
</body>
</html>