-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (70 loc) · 2.81 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<meta name="description" content="Robert X. Cadena">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" href="/fonts/JosefinSans-Regular.ttf" as="font" type="font/ttf">
<link rel="preload" href="/fonts/Roboto-Light.ttf" as="font" type="font/ttf">
<link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/ttf">
<link rel="stylesheet" href="/css/p.css">
<style>
@font-face {
font-family: "Josefin sans";
src: url('/fonts/JosefinSans-Regular.ttf');
}
@font-face {
font-family: "Roboto";
font-weight: normal;
src: url('/fonts/Roboto-Regular.ttf');
}
@font-face {
font-family: "Roboto";
font-weight: lighter;
src: url('/fonts/Roboto-Light.ttf');
}
</style>
</head>
<body>
<main class="content" role="main">
<h1>Robert X. Cadena</h1>
<section id="external-links">
<a href="https://twitter.com/robertcadena/">twitter</a> |
<a href="https://github.com/rcadena/">github</a>
</section>
<section id="posts">
<h2>Posts</h2>
<div class="post">
<h3>Play with NASA Perseverance Image Data</h3>
<p>I wrote this <a href="https://colab.research.google.com/drive/1SqTzhMo5NeVNZ6YTwsSpsssLH3vp5vX_?usp=sharing" target="_blank">Jupyter Notebook</a> to query, load, and manipulate
images from the NASA Perseverance Raw Image Pipeline. Feel free to copy and
use to explore. Here's a colorized image from Sol 2.
<img src="/images/sol_02_colorized.png">
</div>
<div class="post">
<h3>Missing Sounds of New York: An Auditory Love Letter to New Yorkers</h3>
<p>This collection of audio landscapes that you'd hear around New York
was released near the beginning of the 2020 covid-19 pandemic, when the
city was on lockdown. Created by the New York City Public Library
and the creative agency Mother New York.
<a href="https://www.nypl.org/blog/2020/05/01/missing-sounds-of-new-york">Go Listen</a>
</div>
<div class="post">
<h3>Sample: Weddell Seal Vocalization</h3>
<p>Taken from <a href="https://twitter.com/soundmigration/status/1284147067766611969">the video on twitter</a>. <a href="/samples/weddell-seal-vocalization.m4a">Download the mp4</a>.
</div>
</section>
<section id="photos">
<h2>Photography</h2>
<div class="photo"><a name="teachers"></a>
<img src="/images/photography/teachers.jpg">
</div>
</section>
<footer>
Content © 2020-2021 Robert X. Cadena.
</footer>
</main>
</body>
</html>