Skip to content

Commit d41fec2

Browse files
committed
changes to multiple pages
1 parent c393c8d commit d41fec2

5 files changed

Lines changed: 39 additions & 105 deletions

File tree

_pages/about.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ subtitle: People, AI & Robots
66

77
profile:
88
align: left
9-
image: pair-logo-sq.png
9+
image: pair-logo-image.png
1010
image_circular: false # crops the image to make it circular
1111
more_info: > #<p>Georgia Tech</p>
1212
@@ -27,9 +27,12 @@ latest_posts:
2727
PAIR Lab is directed by [Animesh Garg](https://animesh.garg.tech/) in the [School of Interactive Computing](https://www.ic.gatech.edu/) at [Georgia Tech](https://www.cc.gatech.edu)
2828
Before moving to GT, we are at the [Department of Computer Science](https://web.cs.toronto.edu/) at the [University of Toronto](https://www.utoronto.ca/).
2929

30+
<br>
3031
Our research vision is to build the **Algorithmic Foundations for Generalizable Autonomy**, that enables robots to acquire skills, at both cognitive & dexterous levels, and to seamlessly interact & collaborate with humans in novel environments. We focus on understanding structured inductive biases and causality on a quest for general-purpose embodied intelligence that learns from imprecise information and achieves flexibility & efficiency of human reasoning.
3132

3233
<br>
34+
[**Research**](/research): Our current research focuses on machine learning algorithms for perception and control in robotics. The principal focus of this research is to understand representations and algorithms to enable the efficiency and generality of learning for interaction in autonomous agents.
35+
We work on challenging open problems at the intersection of computer vision, machine learning, and robotics. We develop algorithms and systems that unify reinforcement learning, control theoretic modeling, causality, and 2D/3D visual scene understanding to teach robots to perceive and to interact with the physical world. [Read more](/research)
3336

3437
<div class="row mt-3">
3538
<div class="col-sm mt-3 mt-md-0">
@@ -43,9 +46,6 @@ Our research vision is to build the **Algorithmic Foundations for Generalizable
4346
</div>
4447
</div>
4548

46-
[**Research**](/research): Our current research focuses on machine learning algorithms for perception and control in robotics. The principal focus of this research is to understand representations and algorithms to enable the efficiency and generality of learning for interaction in autonomous agents.
47-
We work on challenging open problems at the intersection of computer vision, machine learning, and robotics. We develop algorithms and systems that unify reinforcement learning, control theoretic modeling, causality, and 2D/3D visual scene understanding to teach robots to perceive and to interact with the physical world. [Read more](/research)
48-
4949
**Research Interests**: Robotics, Reinforcement Learning, Causality, Perception
5050
**Current Applications**: Mobile-Manipulation in Retail/Warehouse, Personal/Sevice, and Surgical/Medical robotics.
5151

_pages/blog.md

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -61,38 +61,37 @@ pagination:
6161
<br>
6262

6363
<div class="container featured-posts">
64-
{% assign is_even = featured_posts.size | modulo: 2 %}
65-
<div class="row row-cols-{% if featured_posts.size <= 2 or is_even == 0 %}2{% else %}3{% endif %}">
66-
{% for post in featured_posts %}
67-
<div class="col mb-4">
68-
<a href="{{ post.url | relative_url }}">
69-
<div class="card hoverable">
70-
<div class="row g-0">
71-
<div class="col-md-12">
72-
<div class="card-body">
73-
<div class="float-right">
74-
<i class="fa-solid fa-thumbtack fa-xs"></i>
75-
</div>
76-
<h3 class="card-title text-lowercase">{{ post.title }}</h3>
77-
<p class="card-text">{{ post.description }}</p>
78-
79-
{% if post.external_source == blank %}
80-
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
81-
{% else %}
82-
{% assign read_time = post.feed_content | strip_html | number_of_words | divided_by: 180 | plus: 1 %}
83-
{% endif %}
84-
{% assign year = post.date | date: "%Y" %}
85-
86-
<p class="post-meta">
87-
{{ read_time }} min read &nbsp; &middot; &nbsp;
88-
<a href="{{ year | prepend: '/blog/' | relative_url }}">
89-
<i class="fa-solid fa-calendar fa-sm"></i> {{ year }} </a>
90-
</p>
91-
</div>
92-
</div>
64+
{% assign is_even = featured_posts.size | modulo: 2 %}
65+
<div class="row row-cols-{% if featured_posts.size <= 2 or is_even == 0 %}2{% else %}3{% endif %}">
66+
{% for post in featured_posts %}
67+
<div class="col mb-4">
68+
<a href="{{ post.url | relative_url }}">
69+
<div class="card hoverable">
70+
<div class="row g-0">
71+
<div class="col-md-12">
72+
<div class="card-body">
73+
<div class="float-right">
74+
<i class="fa-solid fa-thumbtack fa-xs"></i>
9375
</div>
76+
<h3 class="card-title text-lowercase">{{ post.title }}</h3>
77+
<p class="card-text">{{ post.description }}</p>
78+
{% if post.external_source == blank %}
79+
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
80+
{% else %}
81+
{% assign read_time = post.feed_content | strip_html | number_of_words | divided_by: 180 | plus: 1 %}
82+
{% endif %}
83+
{% assign year = post.date | date: "%Y" %}
84+
85+
<p class="post-meta">
86+
{{ read_time }} min read &nbsp; &middot; &nbsp;
87+
<a href="{{ year | prepend: '/blog/' | relative_url }}">
88+
<i class="fa-solid fa-calendar fa-sm"></i> {{ year }} </a>
89+
</p>
9490
</div>
95-
</a>
91+
</div>
92+
</div>
93+
</div>
94+
</a>
9695
</div>
9796
{% endfor %}
9897
</div>

_pages/dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ children:
1212
permalink: /news/
1313
- title: divider
1414
- title: code & talks
15-
permalink: /repositories/
15+
permalink: /resources/
1616
- title: divider
1717
- title: PI Profile
1818
permalink: /cv/

_pages/projects.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

_pages/repositories.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: page
3-
permalink: /repositories/
4-
title: repositories
5-
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
3+
permalink: /resources/
4+
title: Code & Talks
5+
description: Code and Presentations.
66
nav: false
77
# nav_order: 4
88
---
99

1010
{% if site.data.repositories.github_users %}
1111

12-
## GitHub users
12+
### GitHub users
1313

1414
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
1515
{% for user in site.data.repositories.github_users %}
@@ -37,7 +37,7 @@ nav: false
3737

3838
{% if site.data.repositories.github_repos %}
3939

40-
## GitHub Repositories
40+
### GitHub Repositories
4141

4242
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
4343
{% for repo in site.data.repositories.github_repos %}

0 commit comments

Comments
 (0)