Skip to content

Commit 956e611

Browse files
Update about.liquid
1 parent f068a4b commit 956e611

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

_layouts/about.liquid

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,17 @@ layout: default_about
104104
{% endif %}
105105

106106
<!--Research Introduction -->
107-
<h2>
108-
Research
109-
</h2>
110-
<div class="research">
111-
<iframe width="560" height="315" src="https://www.youtube.com/embed/POsGBquHFaY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
107+
<div class="research-section" style="margin-top: 50px;">
108+
<h2>
109+
Research
110+
</h2>
111+
<div class="research-content">
112+
<p>
113+
The key motivation behind KGML is to improve the interpretability and generalization power of ML models, especially on out-of-sample distributions and even in the paucity of gold-standard data.
114+
To gain more insight into our research, have a look at this <strong>NeurIPS talk</strong> given by <strong>Anuj Karpatne</strong> where he discusses how integrating physics with deep learning can enhance scientific problem-solving, highlighting the limitations of black box methods.
115+
</p>
116+
<iframe width="100%" height="315" src="https://www.youtube.com/embed/POsGBquHFaY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
117+
</div>
112118
</div>
113119

114120
<!-- Projects -->

0 commit comments

Comments
 (0)