We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3dcac commit 2f6ab39Copy full SHA for 2f6ab39
2 files changed
_config.yml
@@ -0,0 +1,4 @@
1
+theme: jekyll-theme-cayman
2
+title: "Uncertaintyx"
3
+description: "Tensor-level uncertainty propagation with JAX"
4
+show_downloads: true
assets/css/style.scss
@@ -0,0 +1,18 @@
+---
+
+@import "{{ site.theme }}";
5
6
+body {
7
+ // add custom styles here, e.g,
8
+ // background-color: #cdcdcd;
9
+}
10
11
+video {
12
+ display: block;
13
+ margin-left: auto;
14
+ margin-right: auto;
15
+ min-height: 135px;
16
+ max-height: 450px;
17
+ object-fit: scale-down;
18
0 commit comments