diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index cd8ca43..86bb724 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -27,8 +27,7 @@ export function Footer() { Uses

- © {new Date().getFullYear()} Jip J. Dekker. All rights - reserved. + © {new Date().getFullYear()} Jip J. Dekker. All rights reserved.

diff --git a/src/images/logos/airbnb.svg b/src/images/logos/airbnb.svg deleted file mode 100644 index aab81e3..0000000 --- a/src/images/logos/airbnb.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/src/images/logos/facebook.svg b/src/images/logos/facebook.svg deleted file mode 100644 index d5eaf5d..0000000 --- a/src/images/logos/facebook.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/src/images/logos/monash_shield.svg b/src/images/logos/monash_shield.svg new file mode 100644 index 0000000..e907fd6 --- /dev/null +++ b/src/images/logos/monash_shield.svg @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/logos/optima_square.svg b/src/images/logos/optima_square.svg new file mode 100644 index 0000000..5f541e0 --- /dev/null +++ b/src/images/logos/optima_square.svg @@ -0,0 +1,40 @@ + diff --git a/src/images/logos/radboud_shield.svg b/src/images/logos/radboud_shield.svg new file mode 100644 index 0000000..e6e0df7 --- /dev/null +++ b/src/images/logos/radboud_shield.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/logos/starbucks.svg b/src/images/logos/starbucks.svg deleted file mode 100644 index cd80b21..0000000 --- a/src/images/logos/starbucks.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/src/images/logos/uppsala.svg b/src/images/logos/uppsala.svg new file mode 100644 index 0000000..fe20042 --- /dev/null +++ b/src/images/logos/uppsala.svg @@ -0,0 +1,444 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 8c25948..515d905 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -3,27 +3,24 @@ import Image from 'next/image' import Link from 'next/link' import clsx from 'clsx' -import { Button } from '@/components/Button' import { Card } from '@/components/Card' import { Container } from '@/components/Container' import { - ArrowDownIcon, BriefcaseIcon, GitHubIcon, LinkedInIcon, - MailIcon, MastodonIcon, ORCIDIcon, ResearchGateIcon, } from '@/components/SVGIcons' -import logoAirbnb from '@/images/logos/airbnb.svg' -import logoFacebook from '@/images/logos/facebook.svg' -import logoPlanetaria from '@/images/logos/planetaria.svg' -import logoStarbucks from '@/images/logos/starbucks.svg' +import logoMonash from '@/images/logos/monash_shield.svg' +import logoOptima from '@/images/logos/optima_square.svg' +import logoRadboud from '@/images/logos/radboud_shield.svg' +import logoUppsala from '@/images/logos/uppsala.svg' import image1 from '@/images/photos/image-1.jpg' -import image2 from '@/images/photos/image-2.jpg' -import image3 from '@/images/photos/image-3.jpg' -import image4 from '@/images/photos/image-4.jpg' +import image2 from '@/images/photos/image-4.jpg' +import image3 from '@/images/photos/image-2.jpg' +import image4 from '@/images/photos/image-3.jpg' import image5 from '@/images/photos/image-5.jpg' import { formatDate } from '@/lib/formatDate' import { generateRssFeed } from '@/lib/generateRssFeed' @@ -55,49 +52,49 @@ function SocialLink({ icon: Icon, ...props }) { function Resume() { let resume = [ { - company: 'Planetaria', - title: 'CEO', - logo: logoPlanetaria, - start: '2019', + company: 'OPTIMA & Monash University', + title: 'Research Fellow', + logo: logoOptima, + start: '2021', end: { label: 'Present', dateTime: new Date().getFullYear(), }, }, { - company: 'Airbnb', - title: 'Product Designer', - logo: logoAirbnb, - start: '2014', - end: '2019', + company: 'Monash University', + title: 'PhD in Optimization', + logo: logoMonash, + start: '2017', + end: '2021', }, { - company: 'Facebook', - title: 'iOS Software Engineer', - logo: logoFacebook, + company: 'Uppsala University', + title: 'MSc in Concurrency and Parallelism', + logo: logoUppsala, + start: '2014', + end: '2016', + }, + { + company: 'Radboud University', + title: 'BSc in Computing Science', + logo: logoRadboud, start: '2011', end: '2014', }, - { - company: 'Starbucks', - title: 'Shift Supervisor', - logo: logoStarbucks, - start: '2008', - end: '2011', - }, ] return (

- Work + Career Overview

    {resume.map((role, roleIndex) => (
  1. -
    - +
    +
    Company
    @@ -126,10 +123,12 @@ function Resume() {
  2. ))}
+ {/* + */}
) } @@ -166,23 +165,20 @@ export default function Home({ articles }) { <> - Jip J. Dekker - Optimisation Expert & Computer Scientist + Jip J. Dekker - Optimisation Expert & Programming Language Designer

- Software designer, founder, and amateur astronaut. + Optimisation Expert & Programming Language Designer

- I’m Spencer, a software designer and entrepreneur based in New York - City. I’m the founder and CEO of Planetaria, where we develop - technologies that empower regular people to explore space on their - own terms. + I’m Jip, a researcher at the OPTIMA ARC research centre and Monash University, where we aim to make complex decisions easier through decision support and data insights. We design state-of-the-art optimization techniques, such as the MiniZinc modelling language, ready to be used in industry.