Skip to content

Commit ece2f8e

Browse files
committed
stylling changes
1 parent 11ed19f commit ece2f8e

5 files changed

Lines changed: 152 additions & 40 deletions

File tree

_includes/projects_horizontal.liquid

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
<div class="row no-gutters">
55
{% if project.img %}
66
<div class="col-md-6">
7-
{% include figure.liquid loading="eager" path=project.img sizes="(min-width: 768px) 156px, 50vw" alt="project thumbnail" class="card-img" %}
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" %}
813
</div>
914
{% endif %}
1015
<div class="{% if project.img %}col-md-6{% else %}col-md-12{% endif %}">

_layouts/page.liquid

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,5 @@ layout: default
1717
<article>
1818
{{ content }}
1919
</article>
20-
21-
{% if page.related_publications %}
22-
<h2>References</h2>
23-
<div class="publications">
24-
{% bibliography --cited_in_order %}
25-
</div>
26-
{% endif %}
27-
28-
{% if site.giscus and page.giscus_comments %}
29-
{% include giscus.liquid %}
30-
{% endif %}
20+
3121
</div>

_pages/contact.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
layout: page
3+
permalink: /contact/
4+
title: contact
5+
div_class: contact
6+
description: current opportunities. contact details.
7+
description: members of the lab or group
8+
tabs: true
9+
nav: true
10+
nav_order: 5
11+
---
12+
13+
#### Getting Involved
14+
15+
Thank you for your interest in our lab!
16+
We are accepting new students at all levels.
17+
However, kindly *do not contact the PI directly* with regard to Graduate Admissions.
18+
19+
Please see below and contact accordingly:
20+
21+
{% tabs hiring %}
22+
23+
{% tab hiring UG/MS %}
24+
25+
We recruit undergraduate and masters' students at all class levels, though a background in AI and machine learning, as well as excellent grades, are preferred.
26+
You must be **current (or admitted)** student at Georgia Tech and be enrolled during the time of your working in the lab.
27+
We typically interview new undergraduate researchers at the beginning of the term.
28+
29+
Please [**complete this form**](https://forms.gle/BtFqLGV33kC5FXAu9) and send an [email](mailto:{{ site.email | encode_email }}).
30+
31+
{% endtab %}
32+
33+
{% tab hiring Graduate %}
34+
35+
If you are a **current (or admitted)** graduate (PhD or MS+PhD) student at Georgia Tech, then please send an [email](mailto:{{ site.email | encode_email }}) to discuss opportunities.
36+
If you are **not** a Georgia Tech student, kindly apply to either:
37+
[Computer Science](https://ic.gatech.edu/academics), [Robotics](https://research.gatech.edu/robotics/robotics-education-georgia-tech) or [Machine Learning](https://ml.gatech.edu/phd) MS/PhD Graduate Programs.
38+
39+
You may contact me **after** you have applied. I am unable to evaluate applications in email and cannot make admissions decisions.
40+
41+
{% endtab %}
42+
43+
{% tab hiring Postdocs %}
44+
45+
We are actively looking for post-doctoral researchers to join the lab.
46+
In particular if you have a fellowship or would like to apply for one, we strongly recommend getting in touch.
47+
48+
Please [**complete this form**](https://forms.gle/TWJr36iDucTmDWQX7) and send an [email](mailto:{{ site.email | encode_email }}).
49+
50+
{% endtab %}
51+
52+
{% tab hiring Visitors %}
53+
54+
If you are not a current Georgia Tech student and are interested in a short-term visit, there are a few opportunities with preference for self-funded and/or fellowship supported visitors.
55+
56+
Please [**complete this form**](https://forms.gle/ouy1RR8mtC3GNXki7) and send an [email](mailto:{{ site.email | encode_email }}).
57+
58+
{% endtab %}
59+
60+
61+
<!-- #### Research Engineers and Research Associates
62+
We are hiring a research engineer. To apply, please go through the official UC Berkeley application form. We look forward to hearing from you!
63+
-->
64+
65+
66+
{% endtabs %}
67+
68+
----
69+
70+
#### Getting in Touch
71+
72+
Best way to reach Animesh Garg is over email:
73+
- About Georgia Tech: [animesh.garg@gatech.edu](mailto:animesh.garg@gatech.edu)
74+
- About UofT: [garg@cs.toronto.edu](mailto:garg@cs.toronto.edu)
75+
76+
```
77+
Please note that emailing for current courses is strongly discouraged.
78+
Please follow instructions in course material to contact staff.
79+
```
80+
81+
#### Mailing Address
82+
83+
**Prof. Animesh Garg**
84+
: CODA 11th Floor, Office S1145
85+
756 West Peachtree Street
86+
Atlanta, GA 30308
87+
88+
How to Get Here: [**Maps**](https://www.google.com/maps/place/Coda/@33.7753082,-84.3881242,19.37z/data=!4m6!3m5!1s0x88f5046677950223:0x7fd1ad077b382c98!8m2!3d33.7752651!4d-84.3876426!16s%2Fg%2F11c6lvs7sl!5m1!1e1?coh=245187&entry=tts&g_ep=EgoyMDI1MDUxMS4wIPu8ASoJLDEwMjExNDUzSAFQAw%3D%3D&skid=4c7009e2-1301-425b-a27f-88ffef9d795f)

_pages/profiles.md

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

_sass/_teaching.scss

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
.teaching {
2+
h2, h3, h4{
3+
margin: 5px 5px;
4+
margin-bottom: 19px;
5+
display: block;
6+
position: relative;
7+
}
8+
hr{
9+
margin-bottom: 19px;
10+
border: 0 $grey-color-light solid;
11+
border-top-width: 1.5px;
12+
clear: both;
13+
height: 0;
14+
}
15+
dt {
16+
float:left;
17+
width:20%;
18+
padding: 0px 5px;
19+
margin-left: -19px;
20+
margin-right: 0px;
21+
clear:both;
22+
position:relative;
23+
text-align: right;
24+
}
25+
dt img {
26+
width: 100%;
27+
font-size:1em;
28+
float:none;
29+
margin-bottom:0.3em;
30+
margin-left:1em;
31+
margin-right:1em;
32+
margin-top:0.3em;
33+
/*border: 1px solid #0787E3;*/
34+
box-shadow: 0 0 7px 0px #AAA;
35+
border-radius: 8px;
36+
border: 3px solid $white-color;
37+
}
38+
dd {
39+
float: right;
40+
width:75%;
41+
margin-bottom:5px;
42+
}
43+
44+
ul {
45+
list-style: none;
46+
margin-left: 10px;
47+
}
48+
49+
li {
50+
border-left: 1px solid $grey-color-light;
51+
padding-left: 19px;
52+
border-radius: 3px;
53+
margin-bottom: 19px;
54+
// width: 580px;
55+
// margin-left: 100px;
56+
}
57+
}

0 commit comments

Comments
 (0)