Skip to content

Commit 317fef1

Browse files
committed
Akella and Gember-Jacobson bios
1 parent c21bb4c commit 317fef1

File tree

5 files changed

+64
-0
lines changed

5 files changed

+64
-0
lines changed

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,18 @@ authors:
8181
avatar: /assets/images/tim-thijm.jpg
8282
bio: "Tim is a PhD candidate at Princeton University, where he is currently advised by Prof. Aarti Gupta. Tim completed his BSc at the University of Toronto in 2018 in Computer Science and English."
8383

84+
akella:
85+
name: Aditya Akella
86+
site: http://pages.cs.wisc.edu/~akella/
87+
avatar: /assets/images/aditya-akella.jpg
88+
bio: "Aditya Akella is a Professor of Computer Sciences at the University of Wisconsin-Madison, where he leads the Wisconsin Internet and Systems Research (WISR) Lab, and a Visiting Scientist at Google. Aditya has also been a Visiting Researcher at Microsoft (2014), a Visiting Associate Professor at the University of Washington (2013), and a Postdoc at Stanford University (2005-2006). Aditya has received numerous awards, including an H.I. Romnes Faculty Fellowship (2018), SACM Student Choice Professor of the Year (COW) Award (2017, 2019), the Internet Engineering Task Force (IETF) Applied Networking Research Prize (2015), and the ACM SIGCOMM Rising Star Award (2014). Aditya received a Ph.D. in Computer Science from Carnegie Mellon University (2005) and a B.Tech. in Computer Science from Indian Insitute of Technology, Madras (2000)."
89+
90+
gemberjacobson:
91+
name: Aaron Gember-Jacobson
92+
site: https://aaron.gember-jacobson.com
93+
avatar: /assets/images/aaron-gember-jacobson.jpg
94+
bio: "Aaron Gember-Jacobson is an Assistant Professor of Computer Science at Colgate University. Aaron's research focuses on network configuration verification and synthesis. Aaron enjoys teaching Introduction to Computing, Operating Systems, Computer Networks, and a First Year Seminar entitled 'The Unreliable Internet.' Aaron received a Ph.D. and Master of Science in Computer Science from the University of Wisconsin-Madison and a Bachelor of Science in Computer Science from Marquette University. During his Ph.D., Aaron was awarded the Internet Engineering Task force (IETF) Applied Networking Research Prize (2015) and an IBM Ph.D. Fellowship."
95+
8496
# Defaults
8597
defaults:
8698

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Aaron Gember-Jacobson"
3+
layout: default
4+
permalink: "/author-aaron-gember-jacobson.html"
5+
---
6+
<div class="container">
7+
<div class="row justify-content-center">
8+
<div class="col-md-8">
9+
<div class="row align-items-center mb-5">
10+
<div class="col-md-9">
11+
<h2 class="font-weight-bold">{{page.title}} <span class="small btn btn-outline-success btn-sm btn-round"><a href="{{ site.authors.gemberjacobson.site }}">View</a></span></h2>
12+
<p class="excerpt">{{ site.authors.gemberjacobson.bio }}</p>
13+
</div>
14+
<div class="col-md-3 text-right">
15+
<img alt="{{ site.authors.gemberjacobson.name }}" src="{{site.url}}/{{ site.authors.gemberjacobson.avatar }}" class="rounded-circle" height="100" width="100">
16+
</div>
17+
</div>
18+
<h4 class="font-weight-bold spanborder"><span>Posts by {{page.title}}</span></h4>
19+
{% for post in site.posts %}
20+
{% if post.authors contains "gemberjacobson" %}
21+
{% include main-loop-card.html %}
22+
{% endif %}
23+
{% endfor %}
24+
</div>
25+
</div>
26+
</div>

_pages/author-aditya-akella.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Aditya Akella"
3+
layout: default
4+
permalink: "/author-aditya-akella.html"
5+
---
6+
<div class="container">
7+
<div class="row justify-content-center">
8+
<div class="col-md-8">
9+
<div class="row align-items-center mb-5">
10+
<div class="col-md-9">
11+
<h2 class="font-weight-bold">{{page.title}} <span class="small btn btn-outline-success btn-sm btn-round"><a href="{{ site.authors.akella.site }}">View</a></span></h2>
12+
<p class="excerpt">{{ site.authors.akella.bio }}</p>
13+
</div>
14+
<div class="col-md-3 text-right">
15+
<img alt="{{ site.authors.akella.name }}" src="{{site.url}}/{{ site.authors.akella.avatar }}" class="rounded-circle" height="100" width="100">
16+
</div>
17+
</div>
18+
<h4 class="font-weight-bold spanborder"><span>Posts by {{page.title}}</span></h4>
19+
{% for post in site.posts %}
20+
{% if post.authors contains "akella" %}
21+
{% include main-loop-card.html %}
22+
{% endif %}
23+
{% endfor %}
24+
</div>
25+
</div>
26+
</div>
420 KB
Loading

assets/images/aditya-akella.jpg

211 KB
Loading

0 commit comments

Comments
 (0)