Skip to content

Commit 8f33757

Browse files
authored
Merge branch 'main' into dependabot/bundler/nokogiri-1.18.9
2 parents 0dd0b74 + 5bf2176 commit 8f33757

19 files changed

Lines changed: 341 additions & 180 deletions

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ If you would like to implement a new feature or a bug, please make sure you (or
1010

1111
Note that since [#2048](https://github.com/alshedivat/al-folio/pull/2048) al-folio uses the [prettier formatter](https://prettier.io/) for its code, meaning all new submitted code must conform to its standard. If you don't have `prettier` installed for your setup and the `prettier` code check fails when submitting a PR, you can check the referred failed action in our repo. In that action there will be an artifact with an HTML diff showing the needed changes.
1212

13+
### Adding new social media information
14+
15+
To add new social media information, there are a few places you might need to modify. Currently, the template supports icons from [Academicons](https://jpswalsh.github.io/academicons/), [Font Awesome](https://fontawesome.com/), and [Tabler Icons](https://tabler.io/icons). For an example PR, check [Add HAL id to socials](https://github.com/alshedivat/al-folio/pull/3206/files). Note that the information in all these files are alphabetically sorted.
16+
17+
- \_data/socials.yml - your social media information
18+
- \_includes/metadata.liquid - add social media information to site metadata
19+
- \_includes/social.liquid - where the social media icon will be displayed
20+
- \_scripts/search.liquid.js - make the social media information appear in search
21+
1322
## Issues
1423

1524
We use GitHub issues to track bugs and feature requests.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ Feel free to add your own page(s) by sending a PR.
164164
<a href="https://d-jiao.github.io/" target="_blank">★</a>
165165
<a href="https://cbuelt.github.io/" target="_blank">★</a>
166166
<a href="https://mehrdad-noori.github.io/" target="_blank">★</a>
167+
<a href="https://arthurclerjon.github.io/" target="_blank">★</a>
168+
<a href="https://eilamshapira.com/" target="_blank">★</a>
167169
</td>
168170
</tr>
169171
<tr>

_bibliography/pair.bib

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,40 @@ @inproceedings{krishnan2025acgd
15111511
tags={Reinforcement Learning, Visual Learning, Policy Learning},
15121512
}
15131513

1514+
1515+
@inproceedings{zhao2025anyplace,
1516+
title={AnyPlace: Learning Generalized Object Placement for Robot Manipulation},
1517+
author={Zhao, Yuchi and Bogdanovic, Miroslav and Luo, Chengyuan and Tohme, Steven and Darvish, Kourosh and Aspuru-Guzik, Al{\'a}n and Shkurti, Florian and Garg, Animesh},
1518+
booktitle={Conference on Robot Learning (CoRL)},
1519+
arxiv={2502.04531},
1520+
year={2025},
1521+
month={sep},
1522+
website={https://any-place.github.io/},
1523+
preview={anyplace-2025.jpg}
1524+
}
1525+
1526+
@inproceedings{wilcox2025adapt3radaptive3dscene,
1527+
title={Adapt3R: Adaptive 3D Scene Representation for Domain Transfer in Imitation Learning},
1528+
author={Albert Wilcox and Mohamed Ghanem and Masoud Moghani and Pierre Barroso and Benjamin Joffe and Animesh Garg},
1529+
booktitle={Conference on Robot Learning (CoRL)},
1530+
year={2025},
1531+
arxiv={2503.04877},
1532+
month={sep},
1533+
website={https://www.pairlab.github.io/Adapt3R/},
1534+
preview={adapt3r-2025.jpg}
1535+
}
1536+
1537+
@inproceedings{wilcox2025adapt3radaptive3dscene,
1538+
title={TopoCut: Learning Multi-Step Cutting with Spectral Rewards and Discrete Diffusion Policies},
1539+
author={Liquan Wang and Jiangjie Bian and Eric Heiden and Animesh Garg},
1540+
booktitle={Conference on Robot Learning (CoRL)},
1541+
year={2025},
1542+
month={sep},
1543+
website={https://topocut.github.io/},
1544+
preview={topocut-corl25.jpg}
1545+
}
1546+
1547+
15141548
% ==========
15151549
% Journal
15161550
% ==========
@@ -1815,26 +1849,6 @@ @mastersthesis{garg2016msthesis
18151849
% Preprints
18161850
% ===========
18171851
1818-
@unpublished{zhao2025anyplace,
1819-
title={AnyPlace: Learning Generalized Object Placement for Robot Manipulation},
1820-
author={Zhao, Yuchi and Bogdanovic, Miroslav and Luo, Chengyuan and Tohme, Steven and Darvish, Kourosh and Aspuru-Guzik, Al{\'a}n and Shkurti, Florian and Garg, Animesh},
1821-
arxiv={2502.04531},
1822-
year={2025},
1823-
month={may},
1824-
website={https://any-place.github.io/},
1825-
preview={anyplace-2025.jpg}
1826-
}
1827-
1828-
@unpublished{wilcox2025adapt3radaptive3dscene,
1829-
title={Adapt3R: Adaptive 3D Scene Representation for Domain Transfer in Imitation Learning},
1830-
author={Albert Wilcox and Mohamed Ghanem and Masoud Moghani and Pierre Barroso and Benjamin Joffe and Animesh Garg},
1831-
year={2025},
1832-
arxiv={2503.04877},
1833-
month={may},
1834-
website={https://www.pairlab.github.io/Adapt3R/},
1835-
preview={adapt3r-2025.jpg}
1836-
}
1837-
18381852
@unpublished{singh2025ogvla3dawarevisionlanguage,
18391853
title={OG-VLA: 3D-Aware Vision Language Action Model via Orthographic Image Generation},
18401854
author={Ishika Singh and Ankit Goyal and Stan Birchfield and Dieter Fox and Animesh Garg and Valts Blukis},

_data/socials.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ email: animesh.garg@gatech.edu # your email address
1212
# flickr_id: # your flickr id
1313
github_username: animesh-garg # your GitHub user name
1414
# gitlab_username: # your GitLab user name
15+
# hal_id: # your HAL id (https://hal.science/)
1516
# ieee_id: # your ieeexplore.ieee.org/author/id
1617
# inspirehep_id: 1010907 # Inspire HEP author ID
1718
# instagram_id: # your instagram id
@@ -35,6 +36,7 @@ scholar_userid: zp8V7ZMAAAAJ # your Google Scholar ID
3536
# semanticscholar_id: 1873736 # your Semantic Scholar ID
3637
# spotify_id: # your spotify id
3738
# stackoverflow_id: # your stackoverflow id
39+
# strava_userid: # your strava user id
3840
# telegram_username: # your Telegram user name
3941
# unsplash_id: # your unsplash id
4042
# wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)

_includes/distill_scripts.liquid

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
crossorigin="anonymous"
1414
></script>
1515

16+
<!-- Custom overrides -->
17+
<script src="{{ '/assets/js/distillpub/overrides.js' | relative_url }}"></script>
18+
1619
{% if page.mermaid and page.mermaid.enabled %}
1720
<!-- Mermaid and D3 -->
1821
<script

_includes/giscus.liquid

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
<div id="giscus_thread" style="max-width: {{ site.max_width }}; margin: 0 auto;">
1+
<div
2+
id="giscus_thread"
3+
{% if page.layout == 'post' %}
4+
style="max-width: {{ site.max_width }}; margin: 0 auto;"
5+
{% endif %}
6+
>
7+
{% if page.layout == 'post' %}
8+
<br>
9+
{% endif %}
10+
211
{% if site.giscus.repo %}
312
<script>
413
let giscusTheme = determineComputedTheme();

_includes/head.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url | bust_css_cache }}">
7070
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
7171

72-
<!-- Dark Mode -->
73-
<script src="{{ '/assets/js/theme.js' | relative_url | bust_file_cache }}"></script>
7472
{% if site.enable_darkmode %}
73+
<!-- Dark Mode -->
74+
<script src="{{ '/assets/js/theme.js' | relative_url | bust_file_cache }}"></script>
7575
<link
7676
defer
7777
rel="stylesheet"

0 commit comments

Comments
 (0)