diff --git a/assets/img/Oreum_wordmark_black_right_aligned_S.png b/assets/img/Oreum_wordmark_black_right_aligned_S.png
new file mode 100644
index 0000000..a976229
Binary files /dev/null and b/assets/img/Oreum_wordmark_black_right_aligned_S.png differ
diff --git a/notebooks/000_Intro.ipynb b/notebooks/000_Intro.ipynb
index 3bf5f94..efddd04 100644
--- a/notebooks/000_Intro.ipynb
+++ b/notebooks/000_Intro.ipynb
@@ -27,6 +27,8 @@
"\n",
"[Oreum Industries: Technical Resources](https://github.com/oreum-industries)\n",
"\n",
+ "
Oreum Industries: Technical Resources
+101_ModelA1.ipynb
: Partial architecture (extends ModelA0): Include Gaussian copula (w/ Jacobian adjustment), and several technical innovations to let pymc
work with the transformations102_ModelA2.ipynb
: Full architecture (extends ModelA1): Include Jacobian Adjustment on transformed observationsOreum Industries © 2024
diff --git a/pyproject.toml b/pyproject.toml index 0dcb141..c735b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dev = [ "interrogate", "pipdeptree", "pip-licenses", + "playwright", "pre-commit", "pytest", "ruff"