Skip to content

Instantly share code, notes, and snippets.

@tyilo
Last active April 12, 2021 14:53
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 tyilo/4bbe8c0f97fb8ef672cce44b122e5a7f to your computer and use it in GitHub Desktop.
Save tyilo/4bbe8c0f97fb8ef672cce44b122e5a7f to your computer and use it in GitHub Desktop.
{
"$schema": "https://json.schemastore.org/resume",
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Asger Hautop Drewsen",
"email": "asgerdrewsen@gmail.com",
"website": "https://tyilo.com/",
"label": "MSc in Computer Science",
"location": {
"city": "Aarhus",
"countryCode": "DK"
},
"profiles": [
{
"network": "LinkedIn",
"username": "drewsen",
"url": "https://www.linkedin.com/in/drewsen/"
},
{
"network": "GitHub",
"username": "Tyilo",
"url": "https://github.com/Tyilo"
}
],
"summary": "MSc in Computer Science."
},
"work": [
{
"position": "PhD fellow",
"company": "Department of Computer Science, Aarhus University",
"website": "https://cs.au.dk/research/centers/madalgo/",
"startDate": "2020-08-01",
"endDate": "2021-01-31",
"summary": "Studied flood prediction on massive terrains using I/O-efficient algorithms in the Algorithms and Data Structures group."
},
{
"position": "Teaching Assistant",
"company": "Department of Computer Science, Aarhus University",
"website": "https://cs.au.dk/",
"startDate": "2015-08-31",
"endDate": "2019-12-31",
"summary": "Teaching in the following courses:",
"highlights": [
"Software construction and software architecture (Fall 2018 & 2019)",
"Introduction to Programming (Fall 2015)",
"Computer Architecture (Fall 2015)"
]
},
{
"position": "Student Programmer",
"company": "Department of Computer Science, Aarhus University",
"website": "https://cs.au.dk/research/centers/madalgo/",
"startDate": "2016-05-31",
"endDate": "2018-07-31",
"summary": "Maintaining TPIE, the Templated Portable I/O Environment: https://github.com/thomasmoelhave/tpie",
"highlights": [
"Expanded my C++ and CMake skills significantly"
]
},
{
"position": "Full Stack Developer",
"company": "Sculpto ApS",
"website": "https://sculpto.eu/",
"startDate": "2016-01-31",
"endDate": "2016-04-30",
"summary": "Developed the frontend and backend for an app, that makes it easy for children to print 3d models on a 3d printer.",
"highlights": [
"Built the backend using Python and Django",
"Built the frontend using Angular"
]
}
],
"skills": [
{
"name": "Frontend",
"keywords": [
"TypeScript / JavaScript",
"Svelte",
"Angular"
]
},
{
"name": "Backend",
"keywords": [
"Python / Django",
"C++ / CMake",
"Rust",
"Java"
]
},
{
"name": "Algorithms & Data Structures"
}
],
"education": [
{
"studyType": "Master's (MSc)",
"area": "Computer Science",
"institution": "Aarhus University",
"startDate": "2017-09-01",
"endDate": "2020-06-29",
"courses": [
"Algorithmics",
"Cryptology",
"Programming Languages & Software Security"
]
},
{
"studyType": "Bachelor's",
"area": "Computer Science",
"institution": "Aarhus University",
"startDate": "2014-09-01",
"endDate": "2017-06-29"
},
{
"studyType": "HTX",
"area": "Mathematics & Physics",
"institution": "HTX Aarhus Midtby (now: Aarhus Gymnasium)",
"endDate": "2014-06-27",
"startDate": "2011-08-10",
"courses": [
"Mathematics A",
"Physics A",
"Chemistry A",
"Biology B",
"Astronomy C"
]
}
],
"awards": [
{
"title": "TA of the Year 2016",
"awarder": "Department of Computer Science, Aarhus University",
"date": "2016-05-31",
"summary": "Awarded to two teaching assistants with consistent outstanding evaluation scores and remarks in course evaluations. https://cs.au.dk/news-events/news/show-news/artikel/cs-award-winners/"
}
],
"volunteer": [
{
"position": "Board Member",
"organization": "Fredagscaféen",
"website": "https://fredagscafeen.dk/",
"startDate": "2018-03-31",
"summary": "Responsible for maintaining the website for the Friday bar at the Department of Computer Science, Aarhus University."
},
{
"position": "Bartender",
"organization": "Fredagscaféen",
"website": "https://fredagscafeen.dk/",
"startDate": "2016-12-09",
"summary": "Bartending between 15:00 and 22:00 at the Department of Computer Science, Aarhus University."
},
{
"position": "Sound Technician",
"organization": "TÅGEKAMMERET",
"website": "https://TAAGEKAMMERET.dk/",
"startDate": "2015-09-01",
"endDate": "2019-12-31",
"summary": "Sound Technician for TÅGEKAMMERET's revue."
},
{
"position": "Tutor",
"organization": "Mat/Fys-Tutorgruppen",
"website": "https://matfystutor.dk/",
"startDate": "2015-01-01",
"endDate": "2019-12-31",
"summary": "Tutor in years 2015, 2017, 2018 & 2019."
},
{
"position": "Board Member",
"organization": "DSAU",
"website": "https://dsau.dk/",
"startDate": "2016-05-11",
"endDate": "2017-05-15",
"summary": "Board Member of the Computer Science student association at Aarhus University. I helped arrange various talks and social activities."
}
],
"interests": [
{
"name": "Competitive Programming",
"keywords": [
"Kattis",
"NCPC",
"NWERC",
"ICPC",
"IDI Open",
"Google Code Jam",
"Google Hash Code"
]
},
{
"name": "CTFs"
}
],
"languages": [
{
"language": "Danish"
},
{
"language": "English"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment