Skip to content

Commit 8467212

Browse files
committed
add links to github code
1 parent e1b7da1 commit 8467212

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

_layouts/post.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@ <h4 class="category">{{ page.date | date: "%b" }} {{ page.date | date: "%d" }}</
1919
</div>
2020
</header>
2121

22+
<p>
2223
<!-- Buttons -->
2324
{% if page.link != nil %}
24-
<p>
2525
<a href={{ page.link }} class="button-post">Paper</a>
26-
</p>
2726
{% endif %}
27+
28+
{% if page.link != nil %}
29+
<a href={{ page.github_link }} class="button-post">Code</a>
30+
{% endif %}
31+
</p>
32+
2833
<!-- Article Content -->
2934
<div class="article-content post-article-content">
3035

_posts/2023-10-09-astroclip.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ blurb: We present a self-supervised learning strategy that bridges diverse obser
1010
shortblurb: We present a self-supervised learning strategy that bridges diverse observational modalities in astrophysics. By aligning cross-modal representations of galaxies in a shared space, we are able to perform cross-modal look-up and competitive zero-shot predictions on downstream tasks.
1111
splashimage: /images/blog/astroclip.jpeg
1212
link: https://arxiv.org/abs/2310.03024
13+
github_link: https://github.com/PolymathicAI/AstroCLIP
1314
permalink: /blog/astroclip/
1415
---
1516

_posts/2023-10-09-mpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ blurb: We introduce Multiple Physics Pretraining, a new approach for developing
1010
shortblurb: Introducing Multiple Physics Pretraining, a new approach for developing large pretrained physical surrogate models. Our approach uses a built-in normalization and embedding scheme to enable learning multiple physical dynamics with a single model.
1111
splashimage: /images/blog/waves.jpg
1212
link: https://arxiv.org/abs/2310.02994
13+
github_link: https://github.com/PolymathicAI/multiple_physics_pretraining
1314
permalink: /blog/mpp/
1415
---
1516

_posts/2023-10-09-xval.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ blurb: We introduce xVal, a new number encoding scheme for LLMs. Using xVal with
1010
shortblurb: We introduce xVal, a new number encoding scheme for LLMs. Using xVal with a modified number inference method makes LLMs continuous function approximators. This makes them have a better inductive bias for data analysis in scientific domains.
1111
splashimage: /images/blog/xval-splash.jpg
1212
link: https://arxiv.org/abs/2310.02989
13+
github_link: https://github.com/PolymathicAI/xVal
1314
permalink: /blog/xval/
1415
---
1516

0 commit comments

Comments
 (0)