Skip to content

Commit eafbf51

Browse files
committed
updated the looks and publications
1 parent 05ddc5d commit eafbf51

15 files changed

Lines changed: 157 additions & 20 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ group :jekyll_plugins do
1616
gem 'mini_racer'
1717
gem 'unicode_utils'
1818
gem 'webrick'
19+
gem "ostruct"
1920
end
2021
group :other_plugins do
2122
gem 'httparty'

_bibliography/papers.bib

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
@string{aps = {American Physical Society,}}
55
6-
@article{shah2026mimicdroid,
6+
@inproceedings{shah2026mimicdroid,
77
title={MimicDroid: In-Context Learning for Humanoid Robot Manipulation from Human Play Videos},
88
author={Shah, Rutav and Liu, Shuijing and Wang, Qi and Jiang, Zhenyu and Kumar, Sateesh and Seo, Mingyo and Mart{\'\i}n-Mart{\'\i}n, Roberto and Zhu, Yuke},
99
booktitle={International Conference on Robotics and Automation (ICRA)},
@@ -15,7 +15,7 @@ @article{shah2026mimicdroid
1515
bibtex_show={true},
1616
}
1717

18-
@article{mandikal2025mash,
18+
@inproceedings{mandikal2025mash,
1919
title={Mash, Spread, Slice! Learning to Manipulate Object States via Visual Spatial Progress},
2020
author={Mandikal, Priyanka and Hu, Jiaheng and Dass, Shivin and Majumder, Sagnik and Mart{\'i}n-Mart{\'i}n*, Roberto and Grauman*, Kristen},
2121
booktitle={International Conference on Robotics and Automation (ICRA)},
@@ -27,7 +27,7 @@ @article{mandikal2025mash
2727
bibtex_show={true},
2828
}
2929

30-
@article{li2026momagen,
30+
@inproceedings{li2026momagen,
3131
title={MoMaGen: Generating Demonstrations under Soft and Hard Constraints for Multi-Step Bimanual Mobile Manipulation},
3232
author={Li*, Chengshu and Xu*, Mengdi and Bahety*, Arpit and Yin*, Hang and Jiang, Yunfan and Huang, Huang and Wong, Josiah and Garlanka, Sujay and Gokmen, Cem and Zhang, Ruohan and Liu, Weiyu and Wu, Jiajun and Mart{\'\i}n-Mart{\'\i}n, Roberto and Li, Fei-Fei},
3333
booktitle={International Conference on Learning Representations (ICLR)},
@@ -39,6 +39,17 @@ @article{li2026momagen
3939
bibtex_show={true},
4040
}
4141

42+
@inproceedings{dass2026datamil,
43+
title={DataMIL: Selecting Data for Robot Imitation Learning with Datamodels},
44+
author={Dass*, Shivin and Khaddaj*, Alaa and Engstrom, Logan and Madry, Aleksander and Ilyas, Andrew and Mart{\'\i}n-Mart{\'\i}n, Roberto},
45+
booktitle={International Conference on Learning Representations (ICLR)},
46+
year={2026},
47+
arxiv={2505.09603},
48+
website={https://robin-lab.cs.utexas.edu/datamodels4imitation/},
49+
preview={datamil.gif},
50+
bibtex_show={true},
51+
}
52+
4253
@inproceedings{kumar2025collage,
4354
title={COLLAGE: Adaptive Fusion-based Retrieval for Augmented Policy Learning},
4455
author={Kumar, Sateesh and Dass, Shivin and Pavlakos, Georgios and Mart{\'\i}n-Mart{\'\i}n, Roberto},

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ rss_icon: false
4545
# -----------------------------------------------------------------------------
4646

4747
navbar_fixed: true
48+
navbar_logo: only_bird.jpeg # small logo on the left of the nav bar (file in assets/img/)
4849
footer_fixed: false
4950

5051
# Dimensions

_includes/header.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
<!-- Nav Bar -->
55
<nav id="navbar" class="navbar navbar-light navbar-expand-sm {% if site.navbar_fixed %}fixed-top{% else %}sticky-top{% endif %}">
66
<div class="container">
7-
{% if page.permalink != '/' -%}
8-
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl }}/">
7+
{% assign show_navbar_brand = true %}
8+
{% if page.permalink == '/' or page.url == '/' or page.url == '/index.html' %}{% assign show_navbar_brand = false %}{% endif %}
9+
{% if show_navbar_brand %}
10+
<a class="navbar-brand title font-weight-lighter d-flex align-items-center" href="{{ site.baseurl }}/">
11+
{%- if site.navbar_logo -%}
12+
<img src="{{ site.navbar_logo | prepend: '/assets/img/' | relative_url }}" alt="Lab logo" class="navbar-logo">
13+
{%- endif -%}
914
{%- if site.title == "blank" -%}
1015
{%- if site.first_name -%}
1116
<span class="font-weight-bold">{{- site.first_name -}}&nbsp;</span>
@@ -20,7 +25,7 @@
2025
{{- site.title -}}
2126
{%- endif -%}
2227
</a>
23-
{%- elsif site.enable_navbar_social -%}
28+
{% elsif site.enable_navbar_social -%}
2429
<!-- Social Icons -->
2530
<div class="navbar-brand social">
2631
{% include social.html %}

_layouts/about.html

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,40 @@
33
---
44

55
<!-- about.html -->
6-
<div class="post">
6+
<div class="post about-page{% if page.profile.image_full_width and page.profile.image %} about-with-full-width-image{% endif %}">
77
<header class="post-header">
8-
<h1 class="post-title">
9-
{% if site.title == "blank" -%}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %}
10-
</h1>
8+
<div class="post-title-with-logo">
9+
{% if site.navbar_logo %}
10+
<img src="{{ site.navbar_logo | prepend: '/assets/img/' | relative_url }}" alt="Lab logo" class="about-page-logo">
11+
{% endif %}
12+
<h1 class="post-title">
13+
{% if site.title == "blank" -%}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %}
14+
</h1>
15+
</div>
1116
<p class="desc">{{ page.subtitle }}</p>
1217
</header>
1318

1419
<article>
1520
{% if page.profile -%}
21+
{%- if page.profile.image_full_width and page.profile.image -%}
22+
<div class="profile-full-width">
23+
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
24+
{% if page.profile.image_circular %}
25+
{%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
26+
{% else %}
27+
{%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
28+
{% endif %}
29+
{% include figure.html
30+
path=profile_image_path
31+
class=profile_image_class
32+
alt=page.profile.image -%}
33+
{%- if page.profile.address %}
34+
<div class="address">
35+
{{ page.profile.address }}
36+
</div>
37+
{%- endif %}
38+
</div>
39+
{%- else -%}
1640
<div class="profile float-{%- if page.profile.align == 'left' -%}left{%- else -%}right{%- endif -%}">
1741
{%- if page.profile.image %}
1842
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
@@ -35,10 +59,12 @@ <h1 class="post-title">
3559
{%- endif %}
3660
</div>
3761
{%- endif %}
62+
{%- endif %}
3863

3964
<div class="clearfix">
4065
{{ content }}
4166
</div>
67+
<br><br>
4268

4369
<!-- News -->
4470
{% if page.news -%}

_pages/about.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,27 @@ profile:
88
align: right
99
image: lab_picture.jpg
1010
image_circular: false # crops the image to make it circular
11-
address: >
12-
<p>2317 Speedway</p>
13-
<p>Austin, Texas 78712</p>
11+
image_full_width: true # span image across all columns (like content below)
12+
# address: >
13+
# <p>2317 Speedway</p>
14+
# <p>Austin, Texas 78712</p>
1415

1516
news: true # includes a list of news items
1617
selected_papers: false # includes a list of papers marked as "selected={true}"
1718
social: true # includes social icons at the bottom of the page
1819
---
1920

20-
RobIn Lab is directed by [Roberto Martín-Martín](https://robertomartinmartin.com/), and is part of the University of Texas at Austin, Department of Computer Science, UTAI Lab and Texas Robotics.
21+
RobIn Lab, directed by [Roberto Martín-Martín](https://robertomartinmartin.com/), is part of the University of Texas at Austin’s Department of Computer Science and affiliated with [Texas Robotics](https://robotics.utexas.edu/).
2122

22-
The research in RobIn explores at the intersection of <u>robotics</u>, <u>computer vision</u> and <u>machine learning</u>, with an emphasis on creating robotic solutions that accomplish <u>interaction-rich</u> tasks in the real world. Our research revolves around the question: what are the mechanisms that enable *physically intelligent behavior* in embodied agents? Our hypothesis is that intelligence is not a purely computational process, but an interplay between perceiving, reasoning, learning and <u>interacting physically</u> with the world.
23+
RobIn Lab conducts research at the intersection of robotics, computer vision, and machine learning, with a focus on enabling robots to perform interaction-rich tasks in the real world. We study the mechanisms underlying physically intelligent behavior in embodied agents, guided by the hypothesis that intelligence emerges from the tight coupling of perception, reasoning, learning, and physical interaction.
2324

24-
Keywords in our research include: learning (reinforcement learning, imitation learning, representation learning), planning (motion planning, task planning, TAMP), control (optimal control, force control), perception (active, interactive, multimodal perception), 2D and 3D reasoning, and Bayesian state estimation, sim2real. Application domains we find exciting involve: mobile manipulation, stationary manipulation, contact-rich manipulation, social and visual navigation.
25+
Our research spans learning (reinforcement, imitation, and representation learning), planning (motion planning, task planning, TAMP), control (optimal and force control), perception (active, interactive, and multimodal), 2D/3D reasoning, and sim-to-real transfer. We apply these ideas to domains such as mobile and stationary manipulation, contact-rich manipulation, and social and visual navigation.
2526

26-
We are always looking for outstanding new members and collaborators for RobIn. Please, fill in [this form](https://docs.google.com/forms/d/e/1FAIpQLSffvYGQ74fz2c-GvBfTGbuXGxupA0Y8Iy4s88UfVu7Gfb1c1A/viewform) and state clearly if you are an UG/MSc/PhD from UT, or a prospective visitor.
27+
<!--The research in RobIn explores at the intersection of <u>robotics</u>, <u>computer vision</u> and <u>machine learning</u>, with an emphasis on creating robotic solutions that accomplish <u>interaction-rich</u> tasks in the real world. Our research revolves around the question: what are the mechanisms that enable *physically intelligent behavior* in embodied agents? Our hypothesis is that intelligence is not a purely computational process, but an interplay between perceiving, reasoning, learning and <u>interacting physically</u> with the world.
28+
29+
Keywords in our research include: learning (reinforcement learning, imitation learning, representation learning), planning (motion planning, task planning, TAMP), control (optimal control, force control), perception (active, interactive, multimodal perception), 2D and 3D reasoning, and Bayesian state estimation, sim2real. Application domains we find exciting involve: mobile manipulation, stationary manipulation, contact-rich manipulation, social and visual navigation. -->
30+
31+
<!-- We are always looking for outstanding new members and collaborators for RobIn. Please, fill in [this form](https://docs.google.com/forms/d/e/1FAIpQLSffvYGQ74fz2c-GvBfTGbuXGxupA0Y8Iy4s88UfVu7Gfb1c1A/viewform) and state clearly if you are an UG/MSc/PhD from UT, or a prospective visitor. -->
2732

2833
[//]: # Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
2934

_pages/lab.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ horizontal: false
1313

1414
<head>
1515
<style>
16-
img {
16+
.lab-members-table img {
1717
border-radius: 58%;
1818
}
19+
.lab-members-table td {
20+
vertical-align: top;
21+
}
1922
</style>
2023
</head>
2124

22-
<table>
25+
<table class="lab-members-table">
2326
<tbody>
2427
<tr>
2528
<td><div style="text-align:center"><a href="https://robertomartinmartin.com"><img src="../assets/img/roberto_martinmartin.jpg" style="width:150px;height:150px;margin: 10px 15px 2px 15px;" alt="Roberto Martín-Martín" border="5"/><br />Roberto Martín-Martín</a> <br/>Director and PI<br/>Visiting Academic at Amazon Consumer Robotics<br><br><br></div></td>

_pages/opportunities.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: page
3+
permalink: /opportunities/
4+
title: Opportunities
5+
description:
6+
nav: true
7+
nav_order: 4
8+
---
9+
10+
<!-- _pages/opportunities.md -->
11+
12+
Thank you for your interest in working with us! We are always looking for outstanding new members and collaborators for RobIn. Please, fill in [this form](https://docs.google.com/forms/d/e/1FAIpQLSffvYGQ74fz2c-GvBfTGbuXGxupA0Y8Iy4s88UfVu7Gfb1c1A/viewform) and state clearly if you are an UG/MSc/PhD from UT, or a prospective visitor. We actively monitor this form.
13+

_pages/teaching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /teaching/
44
title: Teaching
55
#description: Materials for courses you taught. Replace this text with your description.
66
nav: true
7-
nav_order: 5
7+
nav_order: 3
88
---
99
[2025 Spring - CS395T: Robot Manipulation and Learning, UT](https://www.cs.utexas.edu/~robertom/cs395t_spring2025/index.html)
1010

_sass/_base.scss

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,69 @@ blockquote {
121121
}
122122
}
123123

124+
// About page: center lab name above full-width image
125+
.about-with-full-width-image .post-header {
126+
text-align: center;
127+
}
128+
129+
// About page: justified body text
130+
.about-page article .clearfix {
131+
text-align: justify;
132+
}
133+
134+
// About page: limit News section height so social logos appear sooner
135+
.about-page .news .table-responsive {
136+
max-height: 20rem !important;
137+
overflow-y: auto !important;
138+
}
139+
140+
// About page body: logo to the left of the main title (RobIn Robot... Lab)
141+
.post-title-with-logo {
142+
display: flex;
143+
align-items: center;
144+
justify-content: center;
145+
flex-wrap: wrap;
146+
gap: 0.75rem;
147+
margin-bottom: 0.5rem;
148+
149+
.post-title {
150+
margin: 0;
151+
line-height: 1.2;
152+
}
153+
154+
.about-page-logo {
155+
width: 3rem;
156+
height: 3rem;
157+
border-radius: 50%;
158+
object-fit: cover;
159+
flex-shrink: 0;
160+
vertical-align: middle;
161+
}
162+
}
163+
164+
// Full-width profile image (spans all columns, no float)
165+
.profile-full-width {
166+
width: 90%;
167+
margin-left: auto;
168+
margin-right: auto;
169+
float: none;
170+
margin-bottom: 1.5rem;
171+
172+
img {
173+
width: 100%;
174+
}
175+
176+
.address {
177+
margin-bottom: 5px;
178+
margin-top: 5px;
179+
font-family: monospace;
180+
p {
181+
display: block;
182+
margin: 0;
183+
}
184+
}
185+
}
186+
124187
.post-description {
125188
margin-bottom: 2rem;
126189
font-size: 0.875rem;
@@ -171,6 +234,15 @@ blockquote {
171234
.navbar-brand {
172235
color: var(--global-text-color);
173236
}
237+
.navbar-logo {
238+
height: 2.25rem;
239+
width: 2.25rem;
240+
margin-right: 0.5rem;
241+
vertical-align: middle;
242+
display: inline-block;
243+
border-radius: 50%;
244+
object-fit: cover;
245+
}
174246
.navbar-nav .nav-item .nav-link {
175247
color: var(--global-text-color);
176248
&:hover {

0 commit comments

Comments
 (0)