-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from DS4SD/update-members-09-24
Update team members and students
- Loading branch information
Showing
5 changed files
with
93 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"firstName": "Lokesh", | ||
"lastName": "Mishra" | ||
}, | ||
{ | ||
"firstName": "Luca", | ||
"lastName": "Buratti" | ||
}, | ||
{ | ||
"firstName": "Francesco", | ||
"lastName": "Fusco" | ||
}, | ||
{ | ||
"firstName": "Diego", | ||
"lastName": "Antognini" | ||
}, | ||
{ | ||
"firstName": "Birgit", | ||
"lastName": "Pfitzmann" | ||
}, | ||
{ | ||
"firstName": "Rita", | ||
"lastName": "Kuznetsova" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"firstName": "Fabian", | ||
"lastName": "Lindlbauer" | ||
}, | ||
{ | ||
"firstName": "Matteo", | ||
"lastName": "Omenetti" | ||
}, | ||
{ | ||
"firstName": "Eric", | ||
"lastName": "Sease" | ||
}, | ||
{ | ||
"firstName": "Alice", | ||
"lastName": "Sizer" | ||
}, | ||
{ | ||
"firstName": "Tien", | ||
"lastName": "Dee Lin" | ||
}, | ||
{ | ||
"firstName": "Sohayl", | ||
"lastName": "Dhibi" | ||
}, | ||
{ | ||
"firstName": "Christian", | ||
"lastName": "Cadisch" | ||
}, | ||
{ | ||
"firstName": "Teodora", | ||
"lastName": "Nedic" | ||
}, | ||
{ | ||
"firstName": "Isabelle", | ||
"lastName": "Franzen" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,7 +277,7 @@ title: IBM Deep Search | |
<a href="mailto:[email protected]">Contact us</a> | ||
with your résumé and interests. | ||
</p> | ||
<h3>Team</h3> | ||
<h3>Team members</h3> | ||
<div class="team"> | ||
{% for person in team %} | ||
<a {% if person.code %} href="https://research.ibm.com/people/{{ person.code }}" {% endif %}> | ||
|
@@ -294,6 +294,24 @@ title: IBM Deep Search | |
</a> | ||
{% endfor %} | ||
</div> | ||
<h3>Past members</h3> | ||
<div class="past"> | ||
{% for person in past_members %} | ||
<div> | ||
<div>{{ person.firstName }}</div> | ||
<b>{{ person.lastName }}</b> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
<h3>Past students</h3> | ||
<div class="past"> | ||
{% for person in past_students %} | ||
<div> | ||
<div>{{ person.firstName }}</div> | ||
<b>{{ person.lastName }}</b> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
<h3>Locations</h3> | ||
<div class="locations"> | ||
<div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters