Skip to content

Commit d0ececa

Browse files
committed
ran a prettier pass
1 parent 89a5f32 commit d0ececa

58 files changed

Lines changed: 538 additions & 567 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_includes/people_card.liquid

Lines changed: 45 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
11
<div class="col mb-3">
2-
<div class="card h-100 hoverable">
3-
<div class="row no-gutters">
4-
{% if people.img %}
5-
<style>
6-
@media (max-width: 768px) {
7-
.people-img-col { display: none !important; }
2+
<div class="card h-100 hoverable">
3+
<div class="row no-gutters">
4+
{% if people.img %}
5+
<style>
6+
@media (max-width: 768px) {
7+
.people-img-col {
8+
display: none !important;
89
}
9-
</style>
10-
<div class="col-md-3 people-img-col">
11-
{% include figure.liquid
12-
loading="eager"
13-
path=people.img
14-
sizes="(min-width: 768px) 50px, 5vw"
15-
lt="people thumbnail"
16-
class="card-img" %}
17-
</div>
18-
{% endif %}
19-
<div class="{% if people.img %}col-md-9{% else %}col-md-12{% endif %}">
20-
<div class="card-body">
21-
<h5 class="card-title">{{ people.name }}</h5>
22-
<p class="card-text">{{ people.role }}</p>
23-
<div class="row ml-1 mr-1 p-0">
24-
{% if people.email %}
25-
<a href="mailto:{{ people.email | encode_email }}" title="email"><i class="fa-solid fa-envelope"></i></a>
26-
&nbsp;&nbsp;
27-
{% endif %}
28-
{% if people.website %}
29-
<a href="{{ people.website }}" title="website"><i class="fa-solid fa-home"></i></a>
30-
&nbsp;&nbsp;
31-
{% endif %}
32-
{% if people.scholar %}
33-
<a href="{{ people.scholar }}" title="google-scholar"><i class="ai ai-google-scholar"></i></a>
34-
&nbsp;&nbsp;
35-
{% endif %}
36-
{% if people.linkedin %}
37-
<a href="{{ people.linkedin }}" title="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
38-
&nbsp;&nbsp;
39-
{% endif %}
40-
{% if people.twitter %}
41-
<a href="{{ people.twitter }}" title="X"><i class="fa-brands fa-x-twitter"></i></a>
42-
{% endif %}
43-
</div>
10+
}
11+
</style>
12+
<div class="col-md-3 people-img-col">
13+
{%
14+
include figure.liquid
15+
loading="eager"
16+
path=people.img
17+
sizes="(min-width: 768px) 50px, 5vw"
18+
lt="people thumbnail"
19+
class="card-img"
20+
%}
21+
</div>
22+
{% endif %}
23+
<div class="{% if people.img %}col-md-9{% else %}col-md-12{% endif %}">
24+
<div class="card-body">
25+
<h5 class="card-title">{{ people.name }}</h5>
26+
<p class="card-text">{{ people.role }}</p>
27+
<div class="row ml-1 mr-1 p-0">
28+
{% if people.email %}
29+
<a href="mailto:{{ people.email | encode_email }}" title="email"><i class="fa-solid fa-envelope"></i></a>
30+
&nbsp;&nbsp;
31+
{% endif %}
32+
{% if people.website %}
33+
<a href="{{ people.website }}" title="website"><i class="fa-solid fa-home"></i></a>
34+
&nbsp;&nbsp;
35+
{% endif %}
36+
{% if people.scholar %}
37+
<a href="{{ people.scholar }}" title="google-scholar"><i class="ai ai-google-scholar"></i></a>
38+
&nbsp;&nbsp;
39+
{% endif %}
40+
{% if people.linkedin %}
41+
<a href="{{ people.linkedin }}" title="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
42+
&nbsp;&nbsp;
43+
{% endif %}
44+
{% if people.twitter %}
45+
<a href="{{ people.twitter }}" title="X"><i class="fa-brands fa-x-twitter"></i></a>
46+
{% endif %}
4447
</div>
4548
</div>
4649
</div>
4750
</div>
51+
</div>
4852
</div>

_includes/projects_horizontal.liquid

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
<div class="row no-gutters">
55
{% if project.img %}
66
<div class="col-md-6">
7-
{% include figure.liquid
8-
loading="eager"
9-
path=project.img
10-
sizes="(min-width: 768px) 156px, 50vw"
11-
alt="project thumbnail"
12-
class="card-img" %}
7+
{%
8+
include figure.liquid
9+
loading="eager"
10+
path=project.img
11+
sizes="(min-width: 768px) 156px, 50vw"
12+
alt="project thumbnail"
13+
class="card-img"
14+
%}
1315
</div>
1416
{% endif %}
1517
<div class="{% if project.img %}col-md-6{% else %}col-md-12{% endif %}">

_layouts/page.liquid

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ layout: default
1717
<article>
1818
{{ content }}
1919
</article>
20-
2120
</div>

_news/2019-12-10-cifar-ai-chair.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ date: 2019-12-10 16:11:00-0400
55
inline: false
66
---
77

8-
98
<div class="img_row" style="height: 500px;">
109
<img class="col three left" src="https://www.cifar.ca/images/default-source/ai/canadacifaraichairs_2019.jpg?sfvrsn=890b942f_1" style="object-fit: contain;" alt="" title="People, AI, and Robots"/>
1110
</div>
1211

13-
I am deeply honored to be selected as [CIFAR AI Chairs](https://www.cifar.ca/bio/animesh-garg) for 2019.
12+
I am deeply honored to be selected as [CIFAR AI Chairs](https://www.cifar.ca/bio/animesh-garg) for 2019.
1413
It is a group of highly accomplished and ambitious individuals working on various aspects of Artificial Intelligence in Canada. I am humbled to be in company of such great [collaegues](https://www.cifar.ca/ai/pan-canadian-artificial-intelligence-strategy/the-canada-cifar-ai-chairs)
1514

16-
The announcement was done at [Neurips 2019 in Vancouver, Canada](https://www.cifar.ca/cifarnews/2019/12/09/canada-s-top-international-ai-talent-grows-to-80) in a day-long workshop.
15+
The announcement was done at [Neurips 2019 in Vancouver, Canada](https://www.cifar.ca/cifarnews/2019/12/09/canada-s-top-international-ai-talent-grows-to-80) in a day-long workshop.
1716

1817
The new was also covered by [University of Toronto](https://www.utoronto.ca/celebrates/artificial-intelligence-researchers-named-cifar-ai-chairs) and [UofT News](https://www.utoronto.ca/news/eight-u-t-artificial-intelligence-researchers-named-cifar-ai-chairs)
19-
20-
21-

_news/2020-05-16-crv-speaker.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ inline: false
77

88
<!-- https://www.youtube.com/watch?v=pMQICyoRHn4&feature=youtu.be -->
99

10-
I was honored to be invited as a [Symposium Speaker](https://www.computerrobotvision.org/invited.html) at the [Conference on Computer and Robot Vision](https://www.computerrobotvision.org/) for 2020.
10+
I was honored to be invited as a [Symposium Speaker](https://www.computerrobotvision.org/invited.html) at the [Conference on Computer and Robot Vision](https://www.computerrobotvision.org/) for 2020.
1111

12-
13-
<iframe width="700" height="480" src="https://www.youtube.com/embed/pMQICyoRHn4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
12+
<iframe width="700" height="480" src="https://www.youtube.com/embed/pMQICyoRHn4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

_news/2020-06-15-cvpr-speaker.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ inline: false
77

88
<!-- https://www.youtube.com/watch?v=pMQICyoRHn4&feature=youtu.be -->
99

10-
I was honored to be invited to speak at the [CVPR](http://cvpr2020.thecvf.com/) 2020 at two workshops.
10+
I was honored to be invited to speak at the [CVPR](http://cvpr2020.thecvf.com/) 2020 at two workshops.
1111

1212
- [Workshop on Learning from Instructional Videos](https://sites.google.com/view/wliv20/home)
13-
Title: Structured Inductive Bias for Imitation from Videos
14-
[Link to video](https://youtu.be/4Z99LbKM1b8)
13+
Title: Structured Inductive Bias for Imitation from Videos
14+
[Link to video](https://youtu.be/4Z99LbKM1b8)
1515

1616
- [Workshop on Compositionality in Computer Vision](http://ai.stanford.edu/~jingweij/cicv/)
17-
Title: Unsupervised Representations towards Counterfactual Predictions
18-
[Link to Slides](/assets/pdf/garg-composition-vision-cvprw20.pdf)
17+
Title: Unsupervised Representations towards Counterfactual Predictions
18+
[Link to Slides](/assets/pdf/garg-composition-vision-cvprw20.pdf)

_news/2020-10-01-ac-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ date: 2020-10-01 07:59:00-0400
44
inline: true
55
---
66

7-
Publicity Chair for [CoRL'20](https://www.robot-learning.org/) and Area Chair for [NeurIPS'20](https://nips.cc/) & [CoRL'20](https://www.robot-learning.org/).
7+
Publicity Chair for [CoRL'20](https://www.robot-learning.org/) and Area Chair for [NeurIPS'20](https://nips.cc/) & [CoRL'20](https://www.robot-learning.org/).

_news/2020-12-1-aaai-paper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ date: 2020-12-01 07:59:00-0400
44
inline: true
55
---
66

7-
The paper on [DIBS](/publications/#sinha2021dibs) accepted at [AAAI 2021](https://aaai.org/Conferences/AAAI-21/).
8-
7+
The paper on [DIBS](/publications/#sinha2021dibs) accepted at [AAAI 2021](https://aaai.org/Conferences/AAAI-21/).

_news/2021-02-28-icra-new-papers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ date: 2021-02-28 14:34:00-0400
44
inline: true
55
---
66

7-
Four papers: [LASER](/publications/#allshire2021laser), [LEAF](/publications/#bharadhwaj2021leaf), [Legged Robots](/publications/#xie2021dynamics), [Hand Design](/publications/#pan2021emergent) accepted at [ICRA](http://www.icra2021.org/).
7+
Four papers: [LASER](/publications/#allshire2021laser), [LEAF](/publications/#bharadhwaj2021leaf), [Legged Robots](/publications/#xie2021dynamics), [Hand Design](/publications/#pan2021emergent) accepted at [ICRA](http://www.icra2021.org/).

_news/2021-05-08-icml-new-papers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ date: 2021-05-08 14:34:00-0400
44
inline: true
55
---
66

7-
Four papers: [cFVI](/publications/#lutter2021cfvi), [OB2I](/publications/#bai2021exploration), [COPA](/publications/#liu2021coach), [Tesseract](/publications/#mahajan2021tesseract) accepted at [ICML](https://icml.cc/).
7+
Four papers: [cFVI](/publications/#lutter2021cfvi), [OB2I](/publications/#bai2021exploration), [COPA](/publications/#liu2021coach), [Tesseract](/publications/#mahajan2021tesseract) accepted at [ICML](https://icml.cc/).

0 commit comments

Comments
 (0)