diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-11-24 18:26:49 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-11-25 09:48:39 +0100 |
| commit | 526c88258a5e77101d35664851ae4b5bac170b09 (patch) | |
| tree | 9efc20905bd41784f0c2997db986263bed37f44a /experience/jobs/2022-09_tweag.nix | |
| parent | f76407d6ec1932cecea981238458bfd15a3dfc08 (diff) | |
experience: add academic service
Diffstat (limited to 'experience/jobs/2022-09_tweag.nix')
| -rw-r--r-- | experience/jobs/2022-09_tweag.nix | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/experience/jobs/2022-09_tweag.nix b/experience/jobs/2022-09_tweag.nix new file mode 100644 index 0000000..0618245 --- /dev/null +++ b/experience/jobs/2022-09_tweag.nix @@ -0,0 +1,40 @@ +{ href, ... }: +{ + date = { + start = { + year = 2022; + month = 9; + day = 14; + }; + end = { + year = 2023; + month = 2; + day = 24; + }; + }; + institution = { + position = "Software Engineering intern"; + name = "Tweag"; + url = "https://www.tweag.io/"; + location = "Paris, France"; + }; + supervisors = [ + { + name = "Tweag's HAS group"; + url = "https://www.tweag.io/group/high-assurance-software/"; + } + ]; + assets = [ + { + name = "blog post"; + id = "aristoteSmtlibbackendsFasterSMTLIBbased2023"; + type = "Writings"; + } + { + name = "library"; + id = "aristoteSmtlibbackends2022"; + type = "Software"; + } + ]; + description = "Sped-up ${href "https://github.com/tweag/pirouette" "Pirouette"} (a symbolic evaluator using incorrectness logic) by optimizing its interactions with SMT solvers."; +} |
