summaryrefslogtreecommitdiff
path: root/experience/2022-09_tweag.nix
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2025-11-24 18:26:49 +0100
committeraristote <quentin.aristote@irif.fr>2025-11-25 09:48:39 +0100
commit526c88258a5e77101d35664851ae4b5bac170b09 (patch)
tree9efc20905bd41784f0c2997db986263bed37f44a /experience/2022-09_tweag.nix
parentf76407d6ec1932cecea981238458bfd15a3dfc08 (diff)
experience: add academic service
Diffstat (limited to 'experience/2022-09_tweag.nix')
-rw-r--r--experience/2022-09_tweag.nix41
1 files changed, 0 insertions, 41 deletions
diff --git a/experience/2022-09_tweag.nix b/experience/2022-09_tweag.nix
deleted file mode 100644
index bc7c000..0000000
--- a/experience/2022-09_tweag.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{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.";
-}