diff --git a/config/_default/menus.toml b/config/_default/menus.toml index c0ac8eb..e0ac88f 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -35,7 +35,7 @@ # Link to a PDF of your resume/CV from the menu. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -[[main]] - name = "CV" - url = "files/cv.pdf" - weight = 60 +# [[main]] +# name = "CV" +# url = "files/cv.pdf" +# weight = 60 diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 7bffdff..d60c5b9 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -10,7 +10,7 @@ authors: superuser: true # Role/position -role: Postdoctoral Researcher +role: Quantum Network Engineer # Organizations/Affiliations organizations: @@ -18,7 +18,7 @@ organizations: url: "https://qutech.nl" # Short bio (displayed in user profile at end of posts) -bio: My day job is to research quantum network architectures. +bio: Quantum network software architect. interests: - Quantum Networks @@ -53,9 +53,9 @@ social: link: https://github.com/wojtek242 # Link to a PDF of your resume/CV from the About widget. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -- icon: cv - icon_pack: ai - link: files/cv.pdf +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf # Enter email to display Gravatar (if Gravatar enabled in Config) email: "" @@ -67,20 +67,21 @@ email: "" # - Visitors --- -I am a postdoctoral researcher at [QuTech](https://qutech.nl/) at the [Delft -University of Technology](https://www.tudelft.nl/en/). My work is focused on -developing the network and software architecture for quantum networks. I am -part of [Stephanie Wehner's group](https://qutech.nl/lab/wehner-group/) which -places me within the [Quantum Internet -Division](https://qutech.nl/research-engineering/quantum-internet/) at -[QuTech](https://qutech.nl/) and the [Quantum Internet -Alliance](https://quantum-internet.team/) funded by the European Union's -[Quantum Flagship](https://qt.eu/) program. +I am a Quantum Network Engineer at [QuTech](https://qutech.nl/) at the [Delft University of +Technology](https://www.tudelft.nl/en/). I am a software architect and developer working on various +quantum network research and engineering projects within [QuTech](https://qutech.nl/) such as the +[Quantum Internet Alliance](https://quantum-internet.team/) funded by the European Union's [Quantum +Flagship](https://qt.eu/) program or the [CAT 2: Quantum +network](https://quantumdelta.nl/quantum-network/) programme led by [Quantum Delta +NL](https://quantumdelta.nl/). -I did my MSci and PhD in quantum physics, but after graduating from Oxford I -worked as a software engineer for two years in the network software team at -[Metaswitch](https://www.metaswitch.com/). This has placed me in the unusual -position of having experience in both computer networking and quantum physics -which is how I ended up at QuTech. Through my brief stint in industry I have -also acquired an interest in purely classical topics such as software-defined -networking and programming languages like Rust. +I did my MSci in Theoretical Quantum Physics at the [University of +Cambridge](https://www.cam.ac.uk/) and my PhD in Atomic and Laser Physics at the [University of +Oxford](https://www.ox.ac.uk/). However, after graduating from Oxford I decided to change track and +I worked as a software engineer for two years in the network software team at +[Metaswitch](https://www.metaswitch.com/). This has placed me in the unusual position of having +experience in both computer networking and quantum physics which is how I ended up at QuTech. I then +worked as a postdoctoral researcher in [Stephanie Wehner's +group](https://qutech.nl/lab/wehner-group/) for two years before moving to my current position. +Through my brief stint in industry I have also acquired an interest in purely classical topics such +as software-defined networking and programming languages like Rust. diff --git a/content/home/experience.md b/content/home/experience.md index 401412d..35f1730 100644 --- a/content/home/experience.md +++ b/content/home/experience.md @@ -17,13 +17,24 @@ date_format = "Jan 2006" # Required fields are `title`, `company`, and `date_start`. # Leave `date_end` empty if it's your current employer. # Begin/end multi-line descriptions with 3 quotes `"""`. +[[experience]] + title = "Quantum Network Engineer" + company = "QuTech / Delft University of Technology" + company_url = "https://qutech.nl" + location = "Delft, Netherlands" + date_start = "2021-04-01" + date_end = "" + description = """ + Quantum network software architect and developer. + """ + [[experience]] title = "Postdoctoral Researcher" - company = "QuTech, Delft University of Technology" + company = "QuTech / Delft University of Technology" company_url = "https://qutech.nl" location = "Delft, Netherlands" date_start = "2019-02-01" - date_end = "" + date_end = "2021-03-31" description = """ [Quantum Internet Alliance](https://quantum-internet.team/) Postdoc developing software and network architecture for quantum networks with diff --git a/static/files/cv.odt b/static/files/cv.odt deleted file mode 100644 index e82eb58..0000000 Binary files a/static/files/cv.odt and /dev/null differ diff --git a/static/files/cv.pdf b/static/files/cv.pdf deleted file mode 100644 index 01718ed..0000000 Binary files a/static/files/cv.pdf and /dev/null differ