diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..4f46286 Binary files /dev/null and b/public/logo.png differ diff --git a/public/logoFP.png b/public/logoFP.png new file mode 100644 index 0000000..5932367 Binary files /dev/null and b/public/logoFP.png differ diff --git a/public/logoVA.png b/public/logoVA.png new file mode 100644 index 0000000..f8cd4c4 Binary files /dev/null and b/public/logoVA.png differ diff --git a/public/t2m_despair_map.png b/public/t2m_despair_map.png new file mode 100644 index 0000000..01b4bc9 Binary files /dev/null and b/public/t2m_despair_map.png differ diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7e3b17d..1463181 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -1,14 +1,14 @@ import { BlogPosts } from '@/components/posts' export const metadata = { - title: 'Blog', - description: 'Read my blog.', + title: 'Posts', + description: 'Read my posts.', } export default function Page() { return (
-

My News

+

My Posts

) diff --git a/src/app/blog/posts/spaces-vs-tabs.mdx b/src/app/blog/posts/spaces-vs-tabs.mdx index 9caae26..78f78f5 100644 --- a/src/app/blog/posts/spaces-vs-tabs.mdx +++ b/src/app/blog/posts/spaces-vs-tabs.mdx @@ -1,3 +1,4 @@ +{/* Taken from https://github.com/vercel/examples/tree/main/solutions/blog MIT License */} --- title: 'Spaces vs. Tabs: The Indentation Debate Continues' publishedAt: '2024-04-08' diff --git a/src/app/blog/posts/static-typing.mdx b/src/app/blog/posts/static-typing.mdx index a37037f..ab46d32 100644 --- a/src/app/blog/posts/static-typing.mdx +++ b/src/app/blog/posts/static-typing.mdx @@ -1,3 +1,4 @@ +{/* Taken from https://github.com/vercel/examples/tree/main/solutions/blog MIT License */} --- title: 'The Power of Static Typing in Programming' publishedAt: '2024-04-07' diff --git a/src/app/blog/posts/vim.mdx b/src/app/blog/posts/vim.mdx index b3e0a65..e1838fd 100644 --- a/src/app/blog/posts/vim.mdx +++ b/src/app/blog/posts/vim.mdx @@ -1,3 +1,4 @@ +{/* Taken from https://github.com/vercel/examples/tree/main/solutions/blog MIT License */} --- title: 'Embracing Vim: The Unsung Hero of Code Editors' publishedAt: '2024-04-09' diff --git a/src/app/contact/page.mdx b/src/app/contact/page.mdx index f2d50ee..e1911f4 100644 --- a/src/app/contact/page.mdx +++ b/src/app/contact/page.mdx @@ -1,12 +1,2 @@ # Contact -# Embedded Video - - diff --git a/src/app/project/about/page.mdx b/src/app/project/about/page.mdx index aa9b542..4cf8bcc 100644 --- a/src/app/project/about/page.mdx +++ b/src/app/project/about/page.mdx @@ -1,8 +1,7 @@ -# Task T1.2: Observations and Data Products in the Ocean -[lead: VLIZ; contributions: UHAM] +# Why this? -- **Objective**: Identify transport pathways of heat and carbon and improve the representation of marine heatwaves and their impacts. -- **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. -- **Focus Area**: - 1. Meridional heat and carbon transport in the Southern Ocean. - 2. Air-sea CO2 exchange. +

+ +- Sometimes, you just need to get a research project website online—because you said you would. +- But with other commitments piling up, you end up shipping something quick and just "good enough". +- This template is a small but meaningful upgrade—an easy way to make *"good enough"* look a lot better. \ No newline at end of file diff --git a/src/assets/ProjectFunding.tsx b/src/assets/ProjectFunding.tsx index 0ed63a5..c0499ce 100644 --- a/src/assets/ProjectFunding.tsx +++ b/src/assets/ProjectFunding.tsx @@ -1,13 +1,9 @@ const ProjectFunding = () => { return ( <> - This project (STX-42 – Strategic Technological Expansion for Deep-Space Exploration and Anomalous Phenomena) has - received funding from the United Federation of Planets' Advanced Research and Exploration Initiative under - Starfleet Science Division grant no. 2401-47682; the Vulcan Science Academy under the Interstellar Research - Cooperation Agreement grant numbers 2401-4295, 2401-3109, and 2400-9450, and the Andorian Imperial Science - Consortium under grant numbers 2300.0546 & 2400.0178. + Placeholder for financial supporters.

- Views and opinions expressed are, however, those of the author(s) only and do not necessarily reflect those of the United Federation of Planets, Starfleet Command, the Vulcan Science Academy, or the Andorian Imperial Science Consortium. Neither granting authority can be held responsible for them. + THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ); }; diff --git a/src/assets/contacts.ts b/src/assets/contacts.ts index 329a10b..8a34a48 100644 --- a/src/assets/contacts.ts +++ b/src/assets/contacts.ts @@ -1,7 +1,7 @@ import { AddressData, ContactData } from '@/components/FooterTypes'; export const contactInfo = { - copyright: "Max-Planck-Gesellschaft", + copyright: "Lazaro Alonso", contact: { address: { company: "Max-Planck Institute for Biogeochemistry", @@ -15,16 +15,16 @@ export const contactInfo = { data: { contacts: [ { - name: "Max-Planck", - position: "Research Director", - email: "max.planck@mpg.de" - }, - { - name: "Alice", - email: "alice.doe@mpg.de" + name: "Lazaro Alonso", + position: "Researcher", + email: "lalonso@bgc-jena.mpg.de" }, + // { + // name: "Alice", + // email: "alice.doe@mpg.de" + // }, ], - mainEmail: "contact@mpg.de" + // mainEmail: "contact@mpg.de" } as ContactData } } \ No newline at end of file diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 15130b0..b1facde 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -23,7 +23,7 @@ const Footer = ({ className = "" }: FooterProps) => {
- +