Skip to content

Commit

Permalink
Update bio, add email. Remove SEO optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampny committed Apr 29, 2024
1 parent aa15bb8 commit eb7b56e
Show file tree
Hide file tree
Showing 35 changed files with 398 additions and 411 deletions.
11 changes: 4 additions & 7 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ address:
-
name: Cornell University
street: Ithaca, NY
email: "alf223@cornell.edu"

# postal_code: "000000"
# locality: Earth

# === Optional fields ===
# Add an email with a mailto: hyperlink
# email: aaaa@example.com
# Add an email "image" for spam protection. With light and dark mode
# emailImg:
# dark: /img/dark_email.png
Expand All @@ -38,10 +39,6 @@ address:

# Bio

I am a chemical element with the symbol At and atomic number 85. I am
the rarest naturally occurring element in the Earth's crust, occurring only as
the decay product of various heavier elements. All of my isotopes are
short-lived; the most stable is astatine-210, with a half-life of 8.1 hours.
I am a student at Cornell University studying Engineering Physics with a focus on Computer Science. I love the natural world and am compelled to explore it and learn our place in it. Currently, I work in space science and planetary exploration, which I find especially wonderful. I have worked at NASA Langley on spacecraft atmospheric re-entry trajectories, and I am currently working at Cornell to understand the surface of Saturn's moon Titan using remote sensing.

A pure sample of myself has never been assembled, because any macroscopic
specimen would be immediately vaporized by the heat of its own radioactivity.
I am graduating from Cornell in May 2024. After I graduate, I plan to live in a Buddhist monastery for some time, and possibly hike across the country. If you like, check the blog on this website for updates!
2 changes: 1 addition & 1 deletion content/post/in-some-cases-the-moon-is-you.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Saigyo touches on the same feeling in this springtime poem, translated by Burton
It's an image that makes me smile -- thousands of the old hermit Saigyo spread across each mountain, like an army of ants busily inspecting each cherry blossom. It's a desire I can understand! I find myself wanting it all, to see everything and know everything and do everything there is to do. Again, from within the confines of our own skin, it's fruitless and even disparaging. All I'll see is are these few cherry trees in this measly lifetime of a few dozen years? But then again, that lack dissolves after stepping back and allowing the sense of self to expand. Watson, in a translator's note, mentions that Buddhas dividing the body into countless selves is common in the scriptures. Perhaps, once we let go of the small sense of self, it becomes no problem at all to enjoy each of the blossoms blooming on each mountain, or even to be the blossoms and be the mountain!

P.S.
When we consider that every part of living is a creative act, the lesson here becomes all-encompassing. It says something very fundamental about love and respect. How could we love something if we feel we have to posses it? How could we respect something if we need it to fill a void that we feel within ourselves?
When we consider that every part of living is a creative act, the lesson here becomes all-encompassing. It says something very fundamental about love and respect. How could we love something if we feel we have to posses it? How could we respect something if we need it to satisfy an internal sense of lack?
22 changes: 11 additions & 11 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head><script src="/Ampny.github.io/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=Ampny.github.io/livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1"><title>404 Page not found - Anthony&#39;s Fine Site</title>
<meta property="og:title" content="404 Page not found - Anthony&#39;s Fine Site">
Expand All @@ -9,34 +9,34 @@

<meta property="og:image" content="img/headshot.png">

<meta property="og:url" content="http://localhost:1313/404.html"><meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/Ampny.github.io/404.html"><meta property="og:description" content="">
<meta name="Description" property="description" content="">






<link rel="stylesheet" href="http://localhost:1313/css/style.min.css">

<link rel="stylesheet" href="http://localhost:1313/Ampny.github.io/css/style.min.css">

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="http://localhost:1313/index.xml" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed" />
<link href="http://localhost:1313/Ampny.github.io/index.xml" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed" />
<meta name="theme-color" content="#ffffff">


<script>function updateMode(){localStorage.theme==="dark"||!("theme"in localStorage)&&window.matchMedia("(prefers-color-scheme: dark)").matches?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")}function toggleMode(){localStorage.theme==="dark"?localStorage.theme="light":localStorage.theme="dark",updateMode()}window.onload=updateMode();function toggleMenu(){let e=document.getElementById("navbar-default");e.classList.contains("hidden")?e.classList.remove("hidden"):e.classList.add("hidden")}</script>

<script>{ { $commonJs.Content | safeJS } }</script>
</head>
<body>
<header class="md:px-0 px-2">
<nav>
<div class="container flex flex-wrap justify-between items-center mx-auto">
<div class="nav-main my-2.5">
<a href="http://localhost:1313/" class="nav-title py-2.5 text-2xl
<a href="http://localhost:1313/Ampny.github.io/" class="nav-title py-2.5 text-2xl
text-zinc-600 dark:text-zinc-300 hover:border-b-0">Anthony&#39;s Fine Site</a>
</div>
<button type="button" onclick="toggleMenu()" class="inline-flex items-center p-2 ml-3
Expand All @@ -61,17 +61,17 @@

<li class="p-2.5 md:first:pl-0 md:border-none border-b dark:border-zinc-500 list-none">
<a class="text-zinc-600 dark:text-zinc-300
hover:border-b-0" href="/">About Me</a>
hover:border-b-0" href="/Ampny.github.io/">About Me</a>
</li>

<li class="p-2.5 md:first:pl-0 md:border-none border-b dark:border-zinc-500 list-none">
<a class="text-zinc-600 dark:text-zinc-300
hover:border-b-0" href="/#projects">Projects</a>
hover:border-b-0" href="/Ampny.github.io/#projects">Projects</a>
</li>

<li class="p-2.5 md:first:pl-0 md:border-none border-b dark:border-zinc-500 list-none">
<a class="text-zinc-600 dark:text-zinc-300
hover:border-b-0" href="/post/">Blog</a>
hover:border-b-0" href="/Ampny.github.io/post/">Blog</a>
</li>

<li class="h-7 pl-2.5 pr-0 list-none">
Expand Down Expand Up @@ -119,7 +119,7 @@ <h1 class="error-page-title">404</h1>
<div class="error-page-content">
Page not found.
<div>
<a href="http://localhost:1313/"><b>Homepage</b></a>
<a href="http://localhost:1313/Ampny.github.io/"><b>Homepage</b></a>
</div>
</div>

Expand Down
28 changes: 14 additions & 14 deletions public/categories/essay/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head><script src="/Ampny.github.io/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=Ampny.github.io/livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1"><title>Essay - Anthony&#39;s Fine Site</title>
<meta property="og:title" content="Essay - Anthony&#39;s Fine Site">
Expand All @@ -9,34 +9,34 @@

<meta property="og:image" content="img/headshot.png">

<meta property="og:url" content="http://localhost:1313/categories/essay/"><meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/Ampny.github.io/categories/essay/"><meta property="og:description" content="">
<meta name="Description" property="description" content="">






<link rel="stylesheet" href="http://localhost:1313/css/style.min.css">

<link rel="stylesheet" href="http://localhost:1313/Ampny.github.io/css/style.min.css">

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="http://localhost:1313/index.xml" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed" />
<link href="http://localhost:1313/Ampny.github.io/index.xml" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed" />
<meta name="theme-color" content="#ffffff">


<script>function updateMode(){localStorage.theme==="dark"||!("theme"in localStorage)&&window.matchMedia("(prefers-color-scheme: dark)").matches?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")}function toggleMode(){localStorage.theme==="dark"?localStorage.theme="light":localStorage.theme="dark",updateMode()}window.onload=updateMode();function toggleMenu(){let e=document.getElementById("navbar-default");e.classList.contains("hidden")?e.classList.remove("hidden"):e.classList.add("hidden")}</script>

<script>{ { $commonJs.Content | safeJS } }</script>
</head>
<body>
<header class="md:px-0 px-2">
<nav>
<div class="container flex flex-wrap justify-between items-center mx-auto">
<div class="nav-main my-2.5">
<a href="http://localhost:1313/" class="nav-title py-2.5 text-2xl
<a href="http://localhost:1313/Ampny.github.io/" class="nav-title py-2.5 text-2xl
text-zinc-600 dark:text-zinc-300 hover:border-b-0">Anthony&#39;s Fine Site</a>
</div>
<button type="button" onclick="toggleMenu()" class="inline-flex items-center p-2 ml-3
Expand All @@ -61,17 +61,17 @@

<li class="p-2.5 md:first:pl-0 md:border-none border-b dark:border-zinc-500 list-none">
<a class="text-zinc-600 dark:text-zinc-300
hover:border-b-0" href="/">About Me</a>
hover:border-b-0" href="/Ampny.github.io/">About Me</a>
</li>

<li class="p-2.5 md:first:pl-0 md:border-none border-b dark:border-zinc-500 list-none">
<a class="text-zinc-600 dark:text-zinc-300
hover:border-b-0" href="/#projects">Projects</a>
hover:border-b-0" href="/Ampny.github.io/#projects">Projects</a>
</li>

<li class="p-2.5 md:first:pl-0 md:border-none border-b dark:border-zinc-500 list-none">
<a class="text-zinc-600 dark:text-zinc-300
hover:border-b-0" href="/post/">Blog</a>
hover:border-b-0" href="/Ampny.github.io/post/">Blog</a>
</li>

<li class="h-7 pl-2.5 pr-0 list-none">
Expand Down Expand Up @@ -117,14 +117,14 @@
<h2 class="list-title">Essay</h2>

<div class="mb-12 lg:mx-8">
<a href="http://localhost:1313/in-some-cases-the-moon-is-you/" itemprop="url"
<a href="http://localhost:1313/Ampny.github.io/in-some-cases-the-moon-is-you/" itemprop="url"
class="grid grid-cols-list-item items-center pb-2 border-b-2
text-black dark:text-zinc-300 hover:text-neutral-500
dark:border-zinc-600
hover:dark:border-zinc-300
hover:dark:text-zinc-100">

<h3 itemprop="name" class="border-none pb-0 my-6 col-span-2">In Some Cases the Moon Is You</h3>
<h3 itemprop="name" class="border-none pb-0 my-6 col-span-2">In Some Cases, the Moon Is You</h3>


<div class="list-item-date col-start-4 text-right text-neutral-600 dark:text-neutral-400" itemprop="datePublished"
Expand All @@ -146,7 +146,7 @@ <h3 itemprop="name" class="border-none pb-0 my-6 col-span-2">In Some Cases the M


<div class="mb-12 lg:mx-8">
<a href="http://localhost:1313/only-a-fool-would-say-that/" itemprop="url"
<a href="http://localhost:1313/Ampny.github.io/only-a-fool-would-say-that/" itemprop="url"
class="grid grid-cols-list-item items-center pb-2 border-b-2
text-black dark:text-zinc-300 hover:text-neutral-500
dark:border-zinc-600
Expand Down Expand Up @@ -175,7 +175,7 @@ <h3 itemprop="name" class="border-none pb-0 my-6 col-span-2">Only a Fool Would S


<div class="mb-12 lg:mx-8">
<a href="http://localhost:1313/compression/" itemprop="url"
<a href="http://localhost:1313/Ampny.github.io/compression/" itemprop="url"
class="grid grid-cols-list-item items-center pb-2 border-b-2
text-black dark:text-zinc-300 hover:text-neutral-500
dark:border-zinc-600
Expand Down
18 changes: 9 additions & 9 deletions public/categories/essay/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Essay on Anthony&#39;s Fine Site</title>
<link>http://localhost:1313/categories/essay/</link>
<link>http://localhost:1313/Ampny.github.io/categories/essay/</link>
<description>Recent content in Essay on Anthony&#39;s Fine Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Tue, 23 Apr 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/categories/essay/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="http://localhost:1313/Ampny.github.io/categories/essay/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>In Some Cases the Moon Is You</title>
<link>http://localhost:1313/in-some-cases-the-moon-is-you/</link>
<title>In Some Cases, the Moon Is You</title>
<link>http://localhost:1313/Ampny.github.io/in-some-cases-the-moon-is-you/</link>
<pubDate>Tue, 23 Apr 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/in-some-cases-the-moon-is-you/</guid>
<guid>http://localhost:1313/Ampny.github.io/in-some-cases-the-moon-is-you/</guid>
<description>This last Monday I went to see my good friend Isiah&amp;rsquo;s piano recital at Ithaca College. He is no joke, and one of the most dedicated people I know. He plays a consistent 8 hours a day, every day &amp;ndash; he loves it! It was obvious for anyone watching. I was struck by his playing, and what really got me was his performance of the Piano Sonata No. 4 in F-sharp major, Op.</description>
</item>
<item>
<title>Only a Fool Would Say That</title>
<link>http://localhost:1313/only-a-fool-would-say-that/</link>
<link>http://localhost:1313/Ampny.github.io/only-a-fool-would-say-that/</link>
<pubDate>Fri, 01 Mar 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/only-a-fool-would-say-that/</guid>
<guid>http://localhost:1313/Ampny.github.io/only-a-fool-would-say-that/</guid>
<description>I went through a breakup last month, and it&amp;rsquo;s been the source of seemingly endless emotions. This week, I&amp;rsquo;ve been getting familiar with embarrassment. There&amp;rsquo;s the embarrassment over the details: &amp;ldquo;why did I react this way to that situation&amp;rdquo;, or &amp;ldquo;Gah! I wish I never said that.&amp;rdquo; But there&amp;rsquo;s also a pervasive, more subtle embarrassment in the situation. It&amp;rsquo;s embarrassing to have had such grand plans and to have cared so much, and have it all fall away into nothing.</description>
</item>
<item>
<title>Compression</title>
<link>http://localhost:1313/compression/</link>
<link>http://localhost:1313/Ampny.github.io/compression/</link>
<pubDate>Thu, 15 Feb 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/compression/</guid>
<guid>http://localhost:1313/Ampny.github.io/compression/</guid>
<description>What kind of information can be held in a text? A western approach might be mathematical, defining exactly what data some sequence of symbols can hold. Compressing that information then means using some clever method or a machine to rewrite it into a form that takes up less room, and still holds all of the original information. The laws of mathematics put very strict limits on this type of compression, though.</description>
</item>
</channel>
Expand Down

0 comments on commit eb7b56e

Please sign in to comment.