Skip to content

Commit e2c6cf2

Browse files
Update index.html
Website ready
1 parent 12c2a6a commit e2c6cf2

File tree

1 file changed

+27
-29
lines changed

1 file changed

+27
-29
lines changed

projects/GFI-framework/index.html

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="description" content="A Unified Framework for Forward and Inverse Problems in Subsurface Imaging using Latent Space Translations.">
77
<title>GFI: Generalized Forward-Inverse Framework</title>
8-
9-
<!-- <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
10-
<link rel="stylesheet" href="./static/css/bulma.min.css">
11-
<link rel="stylesheet" href="./static/css/index.css">
12-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/academicons.min.css">
13-
<link rel="icon" href="https://raw.githubusercontent.com/KGML-lab/KGML-lab.github.io/master/assets/img/lab_logo_icon.png">
14-
15-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
16-
<script defer src="./static/js/fontawesome.all.min.js"></script>
17-
<script src="./static/js/index.js"></script> -->
18-
198

209
<link rel="stylesheet" href="./static/css/index.css" />
2110
<link rel="icon" href="./static/images/icons/favicon.ico" />
@@ -134,7 +123,7 @@ <h2 class="banded">Method Overview</h2>
134123
</ol>
135124

136125
<!-- Experiments -->
137-
<h2 class="banded"> Experiments </h2>
126+
<h2 class="banded"> Experiments and Results </h2>
138127
<p style="text-align:justify;">
139128
We consider the OpenFWI collection of datasets, comprising multi-structural benchmark datasets for DL4SI grouped into: Vel, Fault, and Style Families. We compare Latent U-Net and Invertible X-Net on these datasets against several baseline methods for both forward and inverse problems.
140129
<ol>
@@ -176,11 +165,34 @@ <h2 class="banded"> Experiments </h2>
176165
</li>
177166
</ol>
178167

179-
168+
<h2 class="banded"> BibTeX </h2>
169+
<pre class="reference">
170+
<code>
171+
@inproceedings{
172+
gupta2025a,
173+
title={A Unified Framework for Forward and Inverse Problems in Subsurface Imaging using Latent Space Translations},
174+
author={Naveen Gupta and Medha Sawhney and Arka Daw and Youzuo Lin and Anuj Karpatne},
175+
booktitle={The Thirteenth International Conference on Learning Representations},
176+
year={2025},
177+
url={https://openreview.net/forum?id=yIlyHJdYV3}
178+
}
179+
</code>
180+
</pre>
181+
182+
<h2 class="banded">Acknowledgement</h2>
183+
<p>
184+
This work was supported in part by NSF awards IIS-2239328 and IIS-2107332. We are grateful
185+
to the Advanced Research Computing (ARC) Center at Virginia Tech for providing access to GPU
186+
compute resources for this project. This manuscript has been authored by UT-Battelle, LLC, under contract DE-AC05-00OR22725 with the US Department of Energy (DOE). The US government
187+
retains and the publisher, by accepting the article for publication, acknowledges that the US government retains a nonexclusive, paid-up, irrevocable, worldwide license to publish or reproduce the
188+
published form of this manuscript, or allow others to do so, for US government purposes. DOE will
189+
provide public access to these results of federally sponsored research in accordance with the DOE
190+
Public Access Plan ( https://www.energy.gov/doe-public-access-plan).
191+
</p>
180192

181193

182194

183-
195+
<!--
184196
<!-- BibTeX -->
185197
<section class="section" id="bibtex">
186198
<div class="container is-max-desktop content">
@@ -194,22 +206,8 @@ <h2 class="title">BibTeX</h2>
194206
url={https://openreview.net/forum?id=yIlyHJdYV3}
195207
}</code></pre>
196208
</div>
197-
</section>
209+
</section> -->
198210

199-
<section class="section" id="acknowledgement">
200-
<div class="container is-max-desktop content">
201-
<h2 class="title">Acknowledgement</h2>
202-
<p>
203-
This work was supported in part by NSF awards IIS-2239328 and IIS-2107332. We are grateful
204-
to the Advanced Research Computing (ARC) Center at Virginia Tech for providing access to GPU
205-
compute resources for this project. This manuscript has been authored by UT-Battelle, LLC, under contract DE-AC05-00OR22725 with the US Department of Energy (DOE). The US government
206-
retains and the publisher, by accepting the article for publication, acknowledges that the US government retains a nonexclusive, paid-up, irrevocable, worldwide license to publish or reproduce the
207-
published form of this manuscript, or allow others to do so, for US government purposes. DOE will
208-
provide public access to these results of federally sponsored research in accordance with the DOE
209-
Public Access Plan ( https://www.energy.gov/doe-public-access-plan).
210-
</p>
211-
</div>
212-
</section>
213211
</main>
214212

215213
</body>

0 commit comments

Comments
 (0)