Website/db/lab.json

127 lines
2.7 KiB
JSON

{
"members" : {
"Oliver Kennedy" : {
"status" : "Faculty",
"ubit" : "okennedy"
},
"Ying Yang" : {
"status" : "PhD",
"projects" : ["mimir"],
"ubit" : "yyang25"
},
"Niccolò Meneghetti" : {
"status" : "PhD",
"projects" : ["mimir"],
"ubit" : "niccolom",
"advisor" : ["Jan Chomicki"],
"link" : "http://www.acsu.buffalo.edu/~niccolom/"
},
"Ting Xie" : {
"status" : "PhD",
"projects" : ["insider-threats"],
"ubit" : "tingxie"
},
"Gökhan Kul" : {
"status" : "PhD",
"projects" : ["insider-threats"],
"ubit" : "gokhanku",
"advisor" : ["Shambhu Upadhyaya"],
"joint_advisor": true
},
"Duc Thanh Luong" : {
"status" : "PhD",
"projects" : ["insider-threats"],
"ubit" : "ducthanh",
"advisor" : ["Varun Chandola"],
"link" : "http://www.cse.buffalo.edu/~ducthanh/"
},
"Poonam Kumari" : {
"status" : "PhD",
"projects" : ["astral"],
"ubit" : "poonamku"
},
"Razieh Fathi" : {
"status" : "PhD",
"ubit" : "raziehfa",
"advisor" : ["Lukasz Ziarek"],
"joint_advisor": true
},
"Arindam Nandi" : {
"status" : "MS",
"projects" : ["mimir"],
"ubit" : "arindamn",
"link" : "http://legacy25.github.io/about.html"
},
"Patrick Coonan" : {
"status" : "BS/MS",
"projects" : ["insider-threats"],
"ubit" : "pcoonan"
}
},
"collaborators" : [
"Lukasz Ziarek",
"Geoff Challen",
"Varun Chandola",
"Shambhu Upadhyaya",
"Boris Glavic",
"Ronny Fehling",
"Zhen Hua Liu",
"Dieter Gawlick"
],
"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",
"year" : 2014
},
"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",
"year" : 2015
}
}
}