Skip to content

Commit

Permalink
Add external format link
Browse files Browse the repository at this point in the history
  • Loading branch information
jvivian committed Mar 9, 2024
1 parent d587f2c commit 3e9dc36
Show file tree
Hide file tree
Showing 221 changed files with 126 additions and 792 deletions.
File renamed without changes.
Empty file removed docs/.nojekyll
Empty file.
Binary file removed docs/images/profile.jpg
Binary file not shown.
13 changes: 0 additions & 13 deletions docs/listings.json

This file was deleted.

Binary file removed docs/posts/bjj-graphs/canvas.png
Binary file not shown.
Binary file removed docs/posts/bjj-graphs/cover-jv.jpg
Binary file not shown.
Binary file removed docs/posts/bjj-graphs/formal.png
Binary file not shown.
Binary file removed docs/posts/bjj-graphs/goons.jpg
Binary file not shown.
Binary file removed docs/posts/bjj-graphs/pawdna.png
Binary file not shown.
Binary file removed docs/posts/bjj-graphs/subgraph.png
Binary file not shown.
Binary file removed docs/posts/bjj-graphs/yo-dawg.png
Binary file not shown.
Binary file removed docs/posts/dr-dfm/comparative_analysis.png
Binary file not shown.
Binary file removed docs/posts/dr-dfm/data_explorer.png
Binary file not shown.
Binary file removed docs/posts/dr-dfm/factor_analysis.png
Binary file not shown.
39 changes: 28 additions & 11 deletions docs/posts/dr-dfm/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<!DOCTYPE html>
<html lang="en"><head>
<script src="../../site_libs/quarto-nav/quarto-nav.js"></script>
<script src="../../site_libs/quarto-nav/headroom.min.js"></script>
<script src="../../site_libs/clipboard/clipboard.min.js"></script>
<script src="../../site_libs/quarto-search/autocomplete.umd.js"></script>
<script src="../../site_libs/quarto-search/fuse.min.js"></script>
<script src="../../site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="../../">
<script src="../../site_libs/quarto-html/quarto.js"></script>
<script src="../../site_libs/quarto-html/popper.min.js"></script>
<script src="../../site_libs/quarto-html/tippy.umd.min.js"></script>
<script src="../../site_libs/quarto-html/anchor.min.js"></script>
<link href="../../site_libs/quarto-html/tippy.css" rel="stylesheet">
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-dark.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
<script src="../../site_libs/bootstrap/bootstrap.min.js"></script>
<link href="../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="../../site_libs/bootstrap/bootstrap.min.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
<link href="../../site_libs/bootstrap/bootstrap-dark.min.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"><script src="../../site_libs/clipboard/clipboard.min.js"></script>
<script src="../../site_libs/quarto-html/tabby.min.js"></script>
<script src="../../site_libs/quarto-html/popper.min.js"></script>
<script src="../../site_libs/quarto-html/tippy.umd.min.js"></script>
Expand Down Expand Up @@ -331,9 +348,9 @@
}
</style>
</head>
<body class="quarto-light">
<div class="reveal">
<div class="slides">
<body class="quarto-light fullcontent">
<div class="reveal page-columns page-full">
<div class="slides page-columns page-full">

<section id="title-slide" class="quarto-title-block center">
<h1 class="title">Covid-19 Data-Rich Dynamic Factor Model</h1>
Expand Down Expand Up @@ -392,7 +409,7 @@ <h2>Visualizing the Model</h2>
</section>
<section id="latent-factors-and-observed-variables" class="slide level2 smaller">
<h2>Latent Factors and Observed Variables</h2>
<blockquote>
<blockquote class="blockquote">
<p>Relationship between latent factors and observed variables via loading matrix</p>
</blockquote>
<div class="cell" data-execution_count="1">
Expand Down Expand Up @@ -481,10 +498,10 @@ <h2>Factor Constraints: Enhancing Model Interpretability</h2>
</section>
<section id="factor-constraints" class="slide level2 smaller">
<h2>Factor Constraints</h2>
<blockquote>
<blockquote class="blockquote">
<p>Factor loading constraint example</p>
</blockquote>
<table>
<table class="table">
<colgroup>
<col style="width: 23%">
<col style="width: 13%">
Expand Down Expand Up @@ -611,7 +628,7 @@ <h2>Factor Constraints</h2>
</tbody>
</table>
</section></section>
<section>
<section class="page-columns page-full">
<section id="our-python-package-modeling-and-analysis" class="title-slide slide level1 center">
<h1>Our Python Package: Modeling and Analysis</h1>

Expand All @@ -632,28 +649,28 @@ <h2>Implementation</h2>
<li>Containerization with Docker</li>
</ul>
</section>
<section id="dashboard" class="slide level2 smaller">
<section id="dashboard" class="slide level2 smaller page-columns page-full">
<h2>Dashboard</h2>
<p><br> Our package contains a simplified interface for running parameterized DFM models</p>
<div class="column-page">
<p><img data-src="runner.png"></p>
</div>
</section>
<section id="dashboard---data-explorer" class="slide level2 smaller scrollable">
<section id="dashboard---data-explorer" class="slide level2 smaller scrollable page-columns page-full">
<h2>Dashboard - Data Explorer</h2>
<p><br> Our package includes a comprehensive dashboard with features for data exploration, factor analysis, and comparative model testing. Here’s a sneak peek at what you can do:</p>
<div class="column-page">
<p><img data-src="data_explorer.png"></p>
</div>
</section>
<section id="dashboard---factor-analysis" class="slide level2 smaller">
<section id="dashboard---factor-analysis" class="slide level2 smaller page-columns page-full">
<h2>Dashboard - Factor Analysis</h2>
<p><br> Dive deep into the relationships between latent factors and observed variables. Understand how economic trends evolve over time.</p>
<div class="column-page">
<p><img data-src="factor_analysis.png"></p>
</div>
</section>
<section id="dashboard---comparative-analysis" class="slide level2 smaller scrollable">
<section id="dashboard---comparative-analysis" class="slide level2 smaller scrollable page-columns page-full">
<h2>Dashboard - Comparative Analysis</h2>
<p>Test and compare different model configurations to identify the most accurate representations of the data.</p>
<div class="column-page">
Expand Down
Binary file removed docs/posts/dr-dfm/jv_dfm.jpg
Binary file not shown.
Binary file removed docs/posts/dr-dfm/model-viz.png
Binary file not shown.
Binary file removed docs/posts/dr-dfm/runner.png
Binary file not shown.
Binary file removed docs/posts/hassberry-pi/image.png
Binary file not shown.
Binary file removed docs/posts/hassberry-pi/touch-panel-close.jpg
Binary file not shown.
Binary file removed docs/posts/hassberry-pi/touch-panel-wide.jpg
Binary file not shown.
Binary file removed docs/posts/hassberry-pi/ui.png
Binary file not shown.
Binary file removed docs/posts/kd-art/imgs/00005.jpg
Binary file not shown.
Binary file removed docs/posts/kd-art/imgs/Butcher-HackCityh.jpg
Binary file not shown.
Binary file removed docs/posts/kd-art/imgs/DBK.jpg
Binary file not shown.
Binary file removed docs/posts/kd-art/imgs/GSK-4k-upscaled.jpg
Binary file not shown.
Binary file removed docs/posts/kd-art/imgs/Lion-God.jpg
Binary file not shown.
Binary file removed docs/posts/kd-art/imgs/Lion-Knight-4k.jpg
Binary file not shown.
Binary file removed docs/posts/kd-art/imgs/The-Butcher-4k.jpg
Binary file not shown.
Binary file removed docs/posts/kd-art/imgs/Time-Phoenix-4k.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/Watcher-redo.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch00a-wide.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch01.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch02-endless-screams-4k.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch05-b.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch06.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch08.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch09.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch10.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch12.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch13-b.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch14.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch16.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch20.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch21.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/ch22.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/horripilation.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/lights-in-the-sky.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/models/Lion-Knight.JPG
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/models/The-Hand.JPG
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/models/The_Butcher.JPG
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/models/gsk.JPG
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/models/lion-god.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/models/slenderman.png
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/models/watcher-uncropped.JPG
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/slendyboi.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/the_hand.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/triathalon-redone.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/imgs/warlord-armor.jpg
Diff not rendered.
Binary file removed docs/posts/kd-art/the_hand.jpg
Diff not rendered.
Binary file removed docs/posts/kd-awake/ch00a-wide.jpg
Diff not rendered.
Binary file removed docs/posts/kd-awake/lion.jpg
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/bonk.jpg
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/ch01.png
Diff not rendered.
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/ch05-b.png
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/ch06.png
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/ch08.png
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/ch09.png
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/ch10.png
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/dorfs.png
Diff not rendered.
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/mpythong.jpg
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/si.jpg
Diff not rendered.
Binary file removed docs/posts/kd-inked-into-creation/imgs/warforged.JPG
Diff not rendered.
Loading

0 comments on commit 3e9dc36

Please sign in to comment.