22
22
< link rel ="preconnect " href ="https://fonts.googleapis.com ">
23
23
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
24
24
< 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 ">
25
26
</ head >
26
27
27
28
< body >
28
29
< 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
+
29
42
< h1 > A Unified Framework for Forward and Inverse Problems in Subsurface Imaging using Latent Space Translations</ h1 >
30
43
< h2 style ="text-align: center; "> ICLR 2025</ h2 >
31
44
@@ -44,15 +57,14 @@ <h2 style="text-align: center;">ICLR 2025</h2>
44
57
45
58
< p class ="centered ">
46
59
< 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
48
64
</ a >
49
65
< a class ="pill-button " href ="https://openreview.net/forum?id=yIlyHJdYV3 ">
50
66
< i class ="fas fa-star "> </ i > OpenReview
51
67
</ 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
-
56
68
< a class ="pill-button " href ="https://iclr.cc/virtual/2025/poster/27736 ">
57
69
< i class ="fas fa-file-pdf "> </ i > PDF
58
70
</ a >
0 commit comments