Skip to content

Commit

Permalink
organize js and img
Browse files Browse the repository at this point in the history
  • Loading branch information
jakee417 committed Jun 15, 2024
1 parent ee10c0b commit 4aaf6ce
Show file tree
Hide file tree
Showing 91 changed files with 100 additions and 3,170 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"prettier.trailingComma": "none",
// Shopify Liquid
"files.associations": {
"*.html": "liquid"
"*.html": "html"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
Expand Down Expand Up @@ -39,5 +39,11 @@
},
"[mojo]": {
"editor.defaultFormatter": "modular-mojotools.vscode-mojo"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ img_cdn:

# the avatar on sidebar, support local or CORS resources
avatar:
assets/img/headshot.jpeg
assets/img/custom/headshot.jpeg

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
Expand Down
16 changes: 16 additions & 0 deletions _drafts/2024-06-14-distances.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Distance Comparison
author: jake
date: 2024-06-14 12:00:00 +0800
categories: [Physics]
tags: [theoretical minimum, statistics, physics]
math: false
mermaid: false
# image:
# path: /assets/img/mindmap.png
# alt: A mindmap can help collect your thoughts
---

{% include html/gp.html %}


Binary file modified _includes/.DS_Store
Binary file not shown.
125 changes: 0 additions & 125 deletions _includes/hamiltonian.py

This file was deleted.

24 changes: 24 additions & 0 deletions _includes/html/gp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<html>

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer src="/assets/js/custom/gp/bundle.js"></script>
</head>

<body>
<figure>
<d-figure id="Multivariate"></d-figure>
</figure>
<figure class="l-middle-outset">
<d-figure id="MarginalizationConditioning"></d-figure>
<figcaption>
A bivariate normal distribution in the center.
On the left you can see the result of marginalizing this distribution for Y, akin to integrating along the X axis.
On the right you can see the distribution conditioned on a given X, which is similar to a cut through the original
distribution. The Gaussian distribution and the conditioned variable can be changed by dragging the handles.
</figcaption>
</figure>
</body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4aaf6ce

Please sign in to comment.