Skip to content

Commit d67c05c

Browse files
authored
Merge pull request #6 from EarthyScience/la/cleanup
cleanup
2 parents bf8bd99 + 45b83a8 commit d67c05c

File tree

13 files changed

+24
-36
lines changed

13 files changed

+24
-36
lines changed

public/logo.png

122 KB
Loading

public/logoFP.png

337 KB
Loading

public/logoVA.png

361 KB
Loading

public/t2m_despair_map.png

2.15 MB
Loading

src/app/blog/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { BlogPosts } from '@/components/posts'
22

33
export const metadata = {
4-
title: 'Blog',
5-
description: 'Read my blog.',
4+
title: 'Posts',
5+
description: 'Read my posts.',
66
}
77

88
export default function Page() {
99
return (
1010
<section>
11-
<h1 className="max-w-6xl mx-auto px-6 mt-8 py-12 font-semibold text-2xl tracking-tighter">My News</h1>
11+
<h1 className="max-w-6xl mx-auto px-6 mt-8 py-12 font-semibold text-2xl tracking-tighter">My Posts</h1>
1212
<BlogPosts />
1313
</section>
1414
)

src/app/blog/posts/spaces-vs-tabs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{/* Taken from https://github.com/vercel/examples/tree/main/solutions/blog MIT License */}
12
---
23
title: 'Spaces vs. Tabs: The Indentation Debate Continues'
34
publishedAt: '2024-04-08'

src/app/blog/posts/static-typing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{/* Taken from https://github.com/vercel/examples/tree/main/solutions/blog MIT License */}
12
---
23
title: 'The Power of Static Typing in Programming'
34
publishedAt: '2024-04-07'

src/app/blog/posts/vim.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{/* Taken from https://github.com/vercel/examples/tree/main/solutions/blog MIT License */}
12
---
23
title: 'Embracing Vim: The Unsung Hero of Code Editors'
34
publishedAt: '2024-04-09'

src/app/contact/page.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
11
# Contact
22

3-
# Embedded Video
4-
5-
<iframe
6-
width="1280"
7-
height="920"
8-
src="https://eerie-project.eu/wp-content/uploads/2025/01/index.html"
9-
title="YouTube video player"
10-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
11-
allowFullScreen
12-
></iframe>

src/app/project/about/page.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# <WP number={3}> Task T1.2: Observations and Data Products in the Ocean </WP>
2-
[lead: VLIZ; contributions: UHAM]
1+
# <WP number={1}> Why this?</WP>
32

4-
- **Objective**: Identify transport pathways of heat and carbon and improve the representation of marine heatwaves and their impacts.
5-
- **Approach**: Upscale sparse in-situ ocean measurements and satellite data and use machine learning algorithms to harmonize global temperature and dissolved carbon fields as well as high-resolution coastal air-sea CO2 flux reconstructions.
6-
- **Focus Area**:
7-
1. Meridional heat and carbon transport in the Southern Ocean.
8-
2. Air-sea CO2 exchange.
3+
<br></br>
4+
5+
- Sometimes, you just need to get a research project website online—because you said you would.
6+
- But with other commitments piling up, you end up shipping something quick and just "good enough".
7+
- This template is a small but meaningful upgrade—an easy way to make *"good enough"* look a lot better.

0 commit comments

Comments
 (0)