summaryrefslogtreecommitdiff
path: root/experience/2022-09_tweag.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-26 18:57:46 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-26 18:57:46 +0100
commit7877bfc11bdebb269b77193e2b0ca55eb33830ec (patch)
treeee69ba8f830ae44fbde9809e07f7e52dd82cce4e /experience/2022-09_tweag.nix
parent4f91bd86bbe9bc3e7fdc04916f244ace13a92a15 (diff)
end tweag internship and start irif one
in particular, assets now come with a type to differentiate between publications and software
Diffstat (limited to 'experience/2022-09_tweag.nix')
-rw-r--r--experience/2022-09_tweag.nix16
1 files changed, 14 insertions, 2 deletions
diff --git a/experience/2022-09_tweag.nix b/experience/2022-09_tweag.nix
index 01fb280..29c7c7b 100644
--- a/experience/2022-09_tweag.nix
+++ b/experience/2022-09_tweag.nix
@@ -1,4 +1,4 @@
-{ href, ... }:
+{ href, code, ... }:
{
date = {
@@ -11,7 +11,19 @@
url = "https://www.tweag.io/";
location = "Paris, France";
};
- description = "Ongoing. Speeding-up ${
+ assets = [
+ {
+ name = "blog post";
+ id = "aristoteSmtlibbackendsFasterSMTLIBbased2023";
+ type = "Publications";
+ }
+ {
+ 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.";
}