Skip to content

Commit 516fd98

Browse files
Update index.html
1 parent 84de25e commit 516fd98

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

projects/GFI-framework/index.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,23 @@
2222
<link rel="preconnect" href="https://fonts.googleapis.com">
2323
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2424
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
25+
<link rel="icon" href="https://raw.githubusercontent.com/KGML-lab/KGML-lab.github.io/master/assets/img/lab_logo_icon.png">
2526
</head>
2627

2728
<body>
2829
<main>
30+
<nav class="navbar" role="navigation">
31+
<div class="navbar-menu is-active">
32+
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
33+
<a class="navbar-item" href="https://kgml-lab.github.io/">
34+
<span class="icon">
35+
<i class="fas fa-home"></i>
36+
</span>
37+
</a>
38+
</div>
39+
</div>
40+
</nav>
41+
2942
<h1>A Unified Framework for Forward and Inverse Problems in Subsurface Imaging using Latent Space Translations</h1>
3043
<h2 style="text-align: center;">ICLR 2025</h2>
3144

@@ -44,15 +57,14 @@ <h2 style="text-align: center;">ICLR 2025</h2>
4457

4558
<p class="centered">
4659
<a class="pill-button" href="https://arxiv.org/abs/2410.11247">
47-
<img src="images/icons/arxiv.svg" /> arXiv
60+
<img src="./static/images/icons/arxiv.svg" /> arXiv
61+
</a>
62+
<a class="pill-button" href="https://github.com/KGML-lab/Generalized-Forward-Inverse-Framework-for-DL4SI>
63+
<img src="./static/images/icons/github.svg" /> Code
4864
</a>
4965
<a class="pill-button" href="https://openreview.net/forum?id=yIlyHJdYV3">
5066
<i class="fas fa-star"></i> OpenReview
5167
</a>
52-
<a class="pill-button" href="https://github.com/KGML-lab/Generalized-Forward-Inverse-Framework-for-DL4SI>
53-
<img src="images/icons/github.svg" /> Code
54-
</a>
55-
5668
<a class="pill-button" href="https://iclr.cc/virtual/2025/poster/27736">
5769
<i class="fas fa-file-pdf"></i> PDF
5870
</a>

0 commit comments

Comments
 (0)