Skip to content

Instantly share code, notes, and snippets.

@michaelmior
Created June 27, 2019 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelmior/44be8873a121df851afe2fda48eee5ab to your computer and use it in GitHub Desktop.
Save michaelmior/44be8873a121df851afe2fda48eee5ab to your computer and use it in GitHub Desktop.
{
"basics": {
"name": "Michael Mior",
"email": "mmior@cs.rit.edu",
"phone": "(585) 475-5810",
"website": "https://michael.mior.ca",
"location": {
"address": "102 Lomb Memorial Drive",
"postalCode": "14623-5608",
"city": "Rochester",
"countryCode": "US",
"region": "New York"
},
"profiles": [
{
"network": "Facebook",
"username": "michaelmior",
"url": "https://facebook.com/michaelmior"
},
{
"network": "Twitter",
"username": "michaelmior",
"url": "https://twitter.com/michaelmior"
}
]
},
"work": [
{
"company": "Rochester Institute of Technology",
"position": "Assistant Professor",
"website": "https://rit.edu/",
"startDate": "2018-08"
}
],
"education": [
{
"institution": "University of Waterloo",
"area": "Computer Science",
"studyType": "PhD",
"startDate": "2013-09",
"endDate": "2018-08"
},
{
"institution": "University of Toronto",
"area": "Computer Science",
"studyType": "MSc",
"startDate": "2009-09",
"endDate": "2011-02"
},
{
"institution": "Ontario Tech University",
"area": "Computing Science",
"studyType": "BSc (Honors)",
"startDate": "2005-09",
"endDate": "2009-06"
}
],
"awards": [
{
"title": "Doctoral Thesis Completion Award",
"date": "2018",
"awarder": "University of Waterloo"
},
{
"title": "David R. Cheriton Graduate Scholarship",
"date": "2016",
"awarder": "University of Waterloo"
},
{
"title": "Queen Elizabeth II Graduate Scholarship in Science and Technology",
"date": "2016",
"awarder": "University of Waterloo"
},
{
"title": "Best Student Paper",
"date": "2011",
"awarder": "ACM, International Conference on Systems and Storage (SYSTOR)"
},
{
"title": "Canada Graduate Scholarship",
"date": "2011",
"awarder": "Natural Sciences and Engineering Research Council of Canada (NSERC)"
}
],
"publications": [
{
"name": "Renormalization of NoSQL Database Schemas",
"publisher": "Springer, Lecture Notes in Computer Science",
"releaseDate": "2018"
},
{
"name": "Apache Calcite: A Foundational Framework for Optimized Query Processing Over Heterogeneous Data Sources",
"publisher": "ACM SIGMOD",
"releaseDate": "2018"
},
{
"name": "Netstore: leveraging network optimizations to improve distributed transac- tion processing performance",
"publisher": "ACM, ACTIVE@Middleware",
"releaseDate": "2017"
},
{
"name": "NoSE: Schema Design for NoSQL Applications",
"publisher": "IEEE, Transactions on Knowledge and Data Engineering (TKDE)",
"releaseDate": "2017"
},
{
"name": "NoSE: Schema Design for NoSQL Applications",
"publisher": "IEEE, International Conference on Data Engineering (ICDE)",
"releaseDate": "2016"
},
{
"name": "Automated schema design for NoSQL Databases",
"publisher": "ACM SIGMOD, PhD Symposium",
"releaseDate": "2014"
},
{
"name": "FlurryDB: A dynamically scalable relational database with virtual machine cloning",
"publisher": "ACM, International Conference on Systems and Storage (SYSTOR)",
"releaseDate": "2014"
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "French",
"fluency": "Fluent"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment