89 lines
3.0 KiB
Markdown
89 lines
3.0 KiB
Markdown
+++
|
|
# Experience widget.
|
|
widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
headless = true # This file represents a page section.
|
|
active = true # Activate this widget? true/false
|
|
weight = 40 # Order that this section will appear.
|
|
|
|
title = "Experience"
|
|
subtitle = ""
|
|
|
|
# Date format for experience
|
|
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
|
date_format = "Jan 2006"
|
|
|
|
# Experiences.
|
|
# Add/remove as many `[[experience]]` blocks below as you like.
|
|
# 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 and network protocol researcher, architect, and developer.
|
|
|
|
[Stack and Integration Team Lead](https://quantuminternetalliance.org/stack-and-integration-team/)
|
|
in the [Quantum Internet Alliance](https://quantuminternetalliance.org/).
|
|
"""
|
|
|
|
[[experience]]
|
|
title = "Postdoctoral Researcher"
|
|
company = "QuTech / Delft University of Technology"
|
|
company_url = "https://qutech.nl"
|
|
location = "Delft, Netherlands"
|
|
date_start = "2019-02-01"
|
|
date_end = "2021-03-31"
|
|
description = """
|
|
[Quantum Internet Alliance](https://quantuminternetalliance.org/) Postdoc
|
|
developing software and network architecture for quantum networks with
|
|
particular focus on end-to-end connectivity protocols and potential network
|
|
operator use cases.
|
|
"""
|
|
|
|
[[experience]]
|
|
title = "Co-chair of Quantum Internet Research Group"
|
|
company = "Internet Research Task Force (IRTF)"
|
|
company_url = "https://irtf.org/qirg"
|
|
date_start = "2020-03-30"
|
|
date_end = ""
|
|
description = """
|
|
Co-chair of Quantum Internet Research Group at the IRTF whose aim is to
|
|
address the question of how to design and build quantum networks.
|
|
"""
|
|
|
|
[[experience]]
|
|
title = "Software Engineer"
|
|
company = "Metaswitch"
|
|
company_url = "https://www.metaswitch.com"
|
|
location = "London, UK"
|
|
date_start = "2016-10-03"
|
|
date_end = "2018-12-31"
|
|
description = """
|
|
Software engineer working on the Hardware Abstraction Layer (HAL) for the
|
|
Metaswitch layer 2 and layer 3 (IP and MPLS) control plane as part of the
|
|
network software team.
|
|
|
|
Lead for C++ education and adoption within the network software team.
|
|
"""
|
|
|
|
[[experience]]
|
|
title = "DPhil Student Researcher"
|
|
company = "Department of Physics, University of Oxford"
|
|
company_url = "https://www2.physics.ox.ac.uk/"
|
|
location = "Oxford, UK"
|
|
date_start = "2012-10-01"
|
|
date_end = "2016-09-30"
|
|
description = """
|
|
DPhil student working on theoretical research on the competition between weak
|
|
quantum measurement and many-body dynamics in ultracold bosonic gases.
|
|
|
|
Tutor for atomic physics and mathematics to physics undergraduate students.
|
|
"""
|
|
|
|
+++
|