Lab members updates

This commit is contained in:
Oliver Kennedy 2016-03-20 17:08:11 -04:00
parent da840da455
commit 68f0f3defc
3 changed files with 59 additions and 24 deletions

View file

@ -46,26 +46,12 @@
"advisor" : ["Lukasz Ziarek"],
"joint_advisor": true
},
"Jerry Antony Ajay" : {
"name" : "Jerry Ajay",
"status" : "PhD",
"projects" : ["pocketdata"],
"ubit" : "jerryant",
"advisor" : ["Geoff Challen"],
"joint_advisor": true,
"link" : "https://blue.cse.buffalo.edu/people/jerryant/"
},
"Arindam Nandi" : {
"status" : "MS",
"projects" : ["mimir"],
"ubit" : "arindamn",
"link" : "http://legacy25.github.io/about.html"
},
"Vinayak Karuppasamy" : {
"status" : "MS",
"projects" : ["mimir"],
"ubit" : "vinayakk"
},
"Patrick Coonan" : {
"status" : "BS/MS",
"projects" : ["insider-threats"],
@ -82,13 +68,58 @@
"Zhen Hua Liu",
"Dieter Gawlick"
],
"alumni" : [
"Ankur Upadhyay",
"Sumit Agarwal",
"Daniel Bellinger",
"Palaniappan Meiyappan",
"Nikhil Kataria",
"Saket Adusumilli",
"Thomas Mitchell"
]
"alumni" : {
"Ankur Upadhyay" : {
"degree" : "MS-Thesis",
"year" : 2014,
"position" : "Software Engineer",
"company" : "FactSet",
"projects" : ["astral"]
},
"Sumit Agarwal" : {
"degree" : "BS, MS",
"year" : 2014,
"company" : "Gannett",
"position" : "Developer",
"projects" : ["astral"]
},
"Daniel Bellinger" : {
"company" : "Global Foundries",
"position" : "Software Engineer",
"degree" : "BS",
"year" : 2014,
"projects" : ["astral"]
},
"Palaniappan Meiyappan" : {
"company" : "NetSuite",
"position" : "Software Engineer",
"degree" : "MS"
},
"Nikhil Kataria" : {
"degree" : "MS",
"year" : 2014,
"position" : "Performance Engineer",
"company" : "Salesforce"
},
"Saket Adusumilli" : {
"degree" : "MS",
"year" : 2015,
"position" : "Software Engineer",
"company" : "Amazon Web Services"
},
"Thomas Mitchell" : {
"degree" : "BS",
"projects" : ["insider-threats"],
"position" : "Consultant",
"company" : "Stark and Wayne",
"year" : 2015
},
"Vinayak Karuppasamy" : {
"degree" : "MS",
"projects" : ["mimir"],
"ubit" : "vinayakk",
"position" : "Software Engineer",
"company" : "Bloomberg"
}
}
}

File diff suppressed because one or more lines are too long

View file

@ -30,6 +30,10 @@ title: Members and Affiliates
<span class="affiliation">Oracle</span></div>
<h1>Alumni</h1>
{{#each odinLab.alumni}}
<div class="person">{{name}}
<span class="affiliation">{{degree}}; {{year}}; {{position}} @ {{company}}</span></div>
{{/each}}
<div class="person">Ankur Upadhyay
<span class="affiliation">MS-Thesis; 2014; Software Engineer @ Factset</span></div>
<div class="person">Sumit Agarwal