Skip to content

Commit 7933f9c

Browse files
Deploying to gh-pages from @ 031f5ef 🚀
1 parent b08a762 commit 7933f9c

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

assets/jupyter/blog.ipynb.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://kgml-lab.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://kgml-lab.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2025-04-20T19:19:40+00:00</updated><id>https://kgml-lab.github.io/feed.xml</id><title type="html">KGML Lab</title><subtitle>Group website of Knowledge-guided Machine Learning (KGML) Lab at Virginia Tech </subtitle><entry><title type="html">Google Gemini updates: Flash 1.5, Gemma 2 and Project Astra</title><link href="https://kgml-lab.github.io/blog/2024/google-gemini-updates-flash-15-gemma-2-and-project-astra/" rel="alternate" type="text/html" title="Google Gemini updates: Flash 1.5, Gemma 2 and Project Astra"/><published>2024-05-14T00:00:00+00:00</published><updated>2024-05-14T00:00:00+00:00</updated><id>https://kgml-lab.github.io/blog/2024/google-gemini-updates-flash-15-gemma-2-and-project-astra</id><content type="html" xml:base="https://kgml-lab.github.io/blog/2024/google-gemini-updates-flash-15-gemma-2-and-project-astra/"><![CDATA[]]></content><author><name></name></author><summary type="html"><![CDATA[We’re sharing updates across our Gemini family of models and a glimpse of Project Astra, our vision for the future of AI assistants.]]></summary></entry><entry><title type="html">Displaying External Posts on Your al-folio Blog</title><link href="https://kgml-lab.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog/" rel="alternate" type="text/html" title="Displaying External Posts on Your al-folio Blog"/><published>2022-04-23T23:20:09+00:00</published><updated>2022-04-23T23:20:09+00:00</updated><id>https://kgml-lab.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog</id><content type="html" xml:base="https://kgml-lab.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog/"><![CDATA[]]></content><author><name></name></author></entry></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://kgml-lab.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://kgml-lab.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2025-04-20T19:23:40+00:00</updated><id>https://kgml-lab.github.io/feed.xml</id><title type="html">KGML Lab</title><subtitle>Group website of Knowledge-guided Machine Learning (KGML) Lab at Virginia Tech </subtitle><entry><title type="html">Google Gemini updates: Flash 1.5, Gemma 2 and Project Astra</title><link href="https://kgml-lab.github.io/blog/2024/google-gemini-updates-flash-15-gemma-2-and-project-astra/" rel="alternate" type="text/html" title="Google Gemini updates: Flash 1.5, Gemma 2 and Project Astra"/><published>2024-05-14T00:00:00+00:00</published><updated>2024-05-14T00:00:00+00:00</updated><id>https://kgml-lab.github.io/blog/2024/google-gemini-updates-flash-15-gemma-2-and-project-astra</id><content type="html" xml:base="https://kgml-lab.github.io/blog/2024/google-gemini-updates-flash-15-gemma-2-and-project-astra/"><![CDATA[]]></content><author><name></name></author><summary type="html"><![CDATA[We’re sharing updates across our Gemini family of models and a glimpse of Project Astra, our vision for the future of AI assistants.]]></summary></entry><entry><title type="html">Displaying External Posts on Your al-folio Blog</title><link href="https://kgml-lab.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog/" rel="alternate" type="text/html" title="Displaying External Posts on Your al-folio Blog"/><published>2022-04-23T23:20:09+00:00</published><updated>2022-04-23T23:20:09+00:00</updated><id>https://kgml-lab.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog</id><content type="html" xml:base="https://kgml-lab.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog/"><![CDATA[]]></content><author><name></name></author></entry></feed>

projects/GFI-framework/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,25 @@ <h2 class="subtitle is-4 has-text-weight-bold">ICLR 2025</h2>
7575

7676
<section class="section">
7777
<div class="gfi_framework">
78-
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=25%>
79-
<p>
80-
Generalized Forward-Inverse Framework
81-
</p>
78+
<figure>
79+
<img src="./static/images/GFI_Framework.png" alt="GFI Framework" loading="lazy" width=25%>
80+
<figcaption> Generalized Forward-Inverse Framework </figcaption>
81+
</figure>
82+
</div>
83+
<div class="model_architectures">
84+
<div class="latent_unet">
85+
<figure>
86+
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width=45%>
87+
<figcaption> Latent U-Net architecture </figcaption>
88+
</figure>
8289
</div>
83-
<div class="model_architectures">
84-
<div class="latent_unet">
85-
<figure>
86-
<img src="./static/images/LatentU-Net.png" alt="Latent U-Net architecture" loading="lazy" width=45%>
87-
<figcaption> Latent U-Net architecture </figcaption>
88-
</figure>
89-
</div>
90-
<div class="inv_xnet">
91-
<figure>
92-
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width=45%>
93-
<figcaption> Invertible X-Net architecture </figcaption>
94-
</figure>
95-
</div>
90+
<div class="inv_xnet">
91+
<figure>
92+
<img src="./static/images/InvertibleX-Net.png" alt="Invertible X-Net architecture" loading="lazy" width=45%>
93+
<figcaption> Invertible X-Net architecture </figcaption>
94+
</figure>
9695
</div>
96+
</div>
9797
<hr style="width: 60%; margin: 2rem auto;">
9898
</section>
9999

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://kgml-lab.github.io/news/neurovisualizer/</loc> <lastmod>2024-05-01T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/lakegpt/</loc> <lastmod>2024-05-22T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/fishvista/</loc> <lastmod>2024-06-13T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/phylodiffusion/</loc> <lastmod>2024-07-01T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/kgmlworkshop/</loc> <lastmod>2024-08-07T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/vlm4bio_nips/</loc> <lastmod>2024-09-26T12:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog/</loc> <lastmod>2022-04-23T23:20:09+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/blog/2024/google-gemini-updates-flash-15-gemma-2-and-project-astra/</loc> <lastmod>2024-05-14T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/bacteria/</loc> <lastmod>2025-04-20T19:19:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/imageomics/</loc> <lastmod>2025-04-20T19:19:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/lakemodeling/</loc> <lastmod>2025-04-20T19:19:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/pinn/</loc> <lastmod>2025-04-20T19:19:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/virus/</loc> <lastmod>2025-04-20T19:19:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/</loc> </url> <url> <loc>https://kgml-lab.github.io/gallery/</loc> </url> <url> <loc>https://kgml-lab.github.io/news/</loc> </url> <url> <loc>https://kgml-lab.github.io/people/</loc> </url> <url> <loc>https://kgml-lab.github.io/projects/</loc> </url> <url> <loc>https://kgml-lab.github.io/publications/</loc> </url> <url> <loc>https://kgml-lab.github.io/blog/2022/</loc> </url> <url> <loc>https://kgml-lab.github.io/blog/2024/</loc> </url> <url> <loc>https://kgml-lab.github.io/projects/GFI-framework/</loc> <lastmod>2025-04-20T19:19:21+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/phylo-diffusion/</loc> <lastmod>2025-04-20T19:19:21+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/project-nerfies/</loc> <lastmod>2025-04-20T19:19:21+00:00</lastmod> </url> </urlset>
1+
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://kgml-lab.github.io/news/neurovisualizer/</loc> <lastmod>2024-05-01T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/lakegpt/</loc> <lastmod>2024-05-22T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/fishvista/</loc> <lastmod>2024-06-13T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/phylodiffusion/</loc> <lastmod>2024-07-01T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/kgmlworkshop/</loc> <lastmod>2024-08-07T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/news/vlm4bio_nips/</loc> <lastmod>2024-09-26T12:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/blog/2022/displaying-external-posts-on-your-al-folio-blog/</loc> <lastmod>2022-04-23T23:20:09+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/blog/2024/google-gemini-updates-flash-15-gemma-2-and-project-astra/</loc> <lastmod>2024-05-14T00:00:00+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/bacteria/</loc> <lastmod>2025-04-20T19:23:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/imageomics/</loc> <lastmod>2025-04-20T19:23:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/lakemodeling/</loc> <lastmod>2025-04-20T19:23:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/pinn/</loc> <lastmod>2025-04-20T19:23:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/virus/</loc> <lastmod>2025-04-20T19:23:40+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/</loc> </url> <url> <loc>https://kgml-lab.github.io/gallery/</loc> </url> <url> <loc>https://kgml-lab.github.io/news/</loc> </url> <url> <loc>https://kgml-lab.github.io/people/</loc> </url> <url> <loc>https://kgml-lab.github.io/projects/</loc> </url> <url> <loc>https://kgml-lab.github.io/publications/</loc> </url> <url> <loc>https://kgml-lab.github.io/blog/2022/</loc> </url> <url> <loc>https://kgml-lab.github.io/blog/2024/</loc> </url> <url> <loc>https://kgml-lab.github.io/projects/GFI-framework/</loc> <lastmod>2025-04-20T19:23:17+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/phylo-diffusion/</loc> <lastmod>2025-04-20T19:23:17+00:00</lastmod> </url> <url> <loc>https://kgml-lab.github.io/projects/project-nerfies/</loc> <lastmod>2025-04-20T19:23:17+00:00</lastmod> </url> </urlset>

0 commit comments

Comments
 (0)