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"], "advisor" : ["Lukasz Ziarek"],
"joint_advisor": true "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" : { "Arindam Nandi" : {
"status" : "MS", "status" : "MS",
"projects" : ["mimir"], "projects" : ["mimir"],
"ubit" : "arindamn", "ubit" : "arindamn",
"link" : "http://legacy25.github.io/about.html" "link" : "http://legacy25.github.io/about.html"
}, },
"Vinayak Karuppasamy" : {
"status" : "MS",
"projects" : ["mimir"],
"ubit" : "vinayakk"
},
"Patrick Coonan" : { "Patrick Coonan" : {
"status" : "BS/MS", "status" : "BS/MS",
"projects" : ["insider-threats"], "projects" : ["insider-threats"],
@ -82,13 +68,58 @@
"Zhen Hua Liu", "Zhen Hua Liu",
"Dieter Gawlick" "Dieter Gawlick"
], ],
"alumni" : [ "alumni" : {
"Ankur Upadhyay", "Ankur Upadhyay" : {
"Sumit Agarwal", "degree" : "MS-Thesis",
"Daniel Bellinger", "year" : 2014,
"Palaniappan Meiyappan", "position" : "Software Engineer",
"Nikhil Kataria", "company" : "FactSet",
"Saket Adusumilli", "projects" : ["astral"]
"Thomas Mitchell" },
] "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> <span class="affiliation">Oracle</span></div>
<h1>Alumni</h1> <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 <div class="person">Ankur Upadhyay
<span class="affiliation">MS-Thesis; 2014; Software Engineer @ Factset</span></div> <span class="affiliation">MS-Thesis; 2014; Software Engineer @ Factset</span></div>
<div class="person">Sumit Agarwal <div class="person">Sumit Agarwal