You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ If you would like to implement a new feature or a bug, please make sure you (or
10
10
11
11
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.
12
12
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
+
13
22
## Issues
14
23
15
24
We use GitHub issues to track bugs and feature requests.
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},
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
-
1838
1852
@unpublished{singh2025ogvla3dawarevisionlanguage,
1839
1853
title={OG-VLA: 3D-Aware Vision Language Action Model via Orthographic Image Generation},
1840
1854
author={Ishika Singh and Ankit Goyal and Stan Birchfield and Dieter Fox and Animesh Garg and Valts Blukis},
0 commit comments