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: _pages/about.md
+28-12Lines changed: 28 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,15 @@
2
2
layout: about
3
3
title: about
4
4
permalink: /
5
-
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc.
5
+
subtitle: People, AI & Robots
6
6
7
7
profile:
8
-
align: right
9
-
image: prof_pic.jpg
8
+
align: left
9
+
image: pair-logo-sq.png
10
10
image_circular: false # crops the image to make it circular
11
-
more_info: >
12
-
<p>555 your office number</p>
13
-
<p>123 your address street</p>
14
-
<p>Your City, State 12345</p>
11
+
more_info: > #<p>Georgia Tech</p>
15
12
16
-
selected_papers: true# includes a list of papers marked as "selected={true}"
13
+
selected_papers: false# includes a list of papers marked as "selected={true}"
17
14
social: true # includes social icons at the bottom of the page
18
15
19
16
announcements:
@@ -22,13 +19,32 @@ announcements:
22
19
limit: 5# leave blank to include all the news in the `_news` folder
23
20
24
21
latest_posts:
25
-
enabled: true
22
+
enabled: false
26
23
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
27
24
limit: 3# leave blank to include all the blog posts
28
25
---
29
26
30
-
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
27
+
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)
28
+
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/).
31
29
32
-
Put your address / P.O. box / other info right below your picture. You can also disable any of 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.
30
+
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.
33
31
34
-
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
{% include figure.liquid path="assets/img/res-suturing.gif" class="img-fluid rounded z-depth-1" zoomable=true %}
40
+
</div>
41
+
<div class="col-sm mt-3 mt-md-0">
42
+
{% include figure.liquid path="assets/img/res-laikago-dr.gif" class="img-fluid rounded z-depth-1" zoomable=true %}
43
+
</div>
44
+
</div>
45
+
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)
Copy file name to clipboardExpand all lines: _pages/repositories.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ layout: page
3
3
permalink: /repositories/
4
4
title: repositories
5
5
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
0 commit comments