From 102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 11 Nov 2022 17:27:34 +0100 Subject: add initial data --- experience/2022-09_tweag.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 experience/2022-09_tweag.nix (limited to 'experience/2022-09_tweag.nix') diff --git a/experience/2022-09_tweag.nix b/experience/2022-09_tweag.nix new file mode 100644 index 0000000..01fb280 --- /dev/null +++ b/experience/2022-09_tweag.nix @@ -0,0 +1,17 @@ +{ href, ... }: + +{ + date = { + start = "2022-09-14"; + end = "2023-02-24"; + }; + institution = { + position = "Software Engineering intern"; + name = "Tweag"; + url = "https://www.tweag.io/"; + location = "Paris, France"; + }; + description = "Ongoing. Speeding-up ${ + href "https://github.com/tweag/pirouette" "Pirouette" + } (a symbolic evaluator using incorrectness logic) by optimizing its interactions with SMT solvers."; +} -- cgit v1.2.3