Skip to content

Commit

Permalink
modified resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Demi-wlw committed Jul 2, 2024
1 parent fb4c393 commit 2e63a15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 58 deletions.
2 changes: 1 addition & 1 deletion _includes/resume/work.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<h6 class="title font-weight-bold ml-1 ml-md-4">
<a href="{{ content.url }}">{{ content.position }}</a>
</h6>
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem">{{ content.name }}</h6>
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem"><i class="fa-solid fa-building"></i> {{ content.name }}</h6>
<h6 class="ml-1 ml-md-4" style="font-size: 0.95rem; font-style: italic">{{ content.summary }}</h6>
<ul class="items">
{% for item in content.highlights %}
Expand Down
69 changes: 12 additions & 57 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "demi.lw.wang@gmail.com",
"phone": "",
"url": "https://demi-wlw.github.io/",
"summary": "A PhD candidate in the School of Informatics at the University of Edinburgh. My research interests include Bayesian modelling, machine learning, and deep learning. I am currently working on the intersection of AI and precision medicine.",
"summary": "A PhD candidate in the School of Informatics at the University of Edinburgh. My research interests include Bayesian modelling, machine learning, and deep learning. I am currently working on the intersection of AI and healthcare.",
"location": {
"address": "",
"postalCode": "",
Expand All @@ -29,7 +29,7 @@
"url": "https://web.inf.ed.ac.uk/data-science-unit",
"startDate": "2022-10-01",
"endDate": "2023-04-31",
"summary": "Undertook the Turing project: Supervised clustering of critically ill patients.",
"summary": "Undertook the Turing project: <a href='https://demi-wlw.github.io/projects/supervisedClust/'>Supervised clustering of critically ill patients</a>.",
"highlights": ["Supervised clustering"]
},
{
Expand All @@ -38,44 +38,30 @@
"url": "https://www.censtatd.gov.hk/sc/",
"startDate": "2019-06-01",
"endDate": "2019-07-01",
"summary": "Analyzed the current and forecast expenditure of annual training programs in Hong Kong.",
"highlights": [""]
}
],
"volunteer": [
{
"organization": "",
"location": "",
"position": "",
"url": "",
"startDate": "",
"endDate": "",
"summary": "",
"highlights": [""]
"summary": "Analyzed the current and forecast expenditure of annual training programs in Hong Kong."
}
],
"education": [
{
"institution": "School of Informatics, University of Edinburgh",
"location": "Edinburgh, United Kingdom",
"url": "https://informatics.ed.ac.uk/",
"location": "Edinburgh, UK",
"url": "https://web.inf.ed.ac.uk/cdt/biomedical-ai",
"area": "",
"studyType": "PhD in Biomedical AI",
"startDate": "2023-09-01",
"endDate": "Now",
"score": "",
"courses": [""]
"endDate": "",
"score": ""
},
{
"institution": "School of Mathematics, University of Edinburgh",
"location": "Edinburgh, United Kingdom",
"location": "Edinburgh, UK",
"url": "https://www.maths.ed.ac.uk/school-of-mathematics",
"area": "",
"studyType": "MSc in Statistics with Data Science",
"startDate": "2021-09-01",
"endDate": "2022-08-31",
"score": "Distinction",
"courses": ["Dissertation: <a href='https://demi-wlw.github.io/projects/clustTrajMLTC/'>Understanding and Clustering Trajectories of Multiple Long-Term Conditions</a>","Supervisor: Dr Sohan Seth"]
"courses": ["Grade: Distinction", "Dissertation: <a href='https://demi-wlw.github.io/projects/clustTrajMLTC/'>Understanding and Clustering Trajectories of Multiple Long-Term Conditions</a>", "Supervisor: Dr Sohan Seth"]
},
{
"institution": "Hong Kong Baptist University",
Expand All @@ -86,29 +72,26 @@
"startDate": "2017-09-01",
"endDate": "2021-08-31",
"score": "First Class",
"courses": ["Final Year Project: Mathematical Trading Model Based on Improved MACD for Stock Market","Supervisor: Prof. Lizhi Liao"]
"courses": ["Grade: First Class", "Final Year Project: Mathematical Trading Model Based on Improved MACD for Stock Market", "Supervisor: Prof. Lizhi Liao"]
}
],
"awards": [
{
"title": "The Baptist Convention of Hong Kong Outstanding Student Awards",
"date": "2021",
"awarder": "Hong Kong Baptist University",
"url": "",
"summary": ""
},
{
"title": "Mr Li Men Jan Prize in Mathematics",
"date": "2020",
"awarder": "Hong Kong Baptist University",
"url": "",
"summary": ""
},
{
"title": "Vincent Woo Scholarship Scheme for Outstanding Mainland Students",
"date": "2019",
"awarder": "Hong Kong Baptist University",
"url": "",
"summary": ""
},
{
Expand All @@ -119,24 +102,6 @@
"summary": ""
}
],
"certificates": [
{
"name": "",
"date": "",
"issuer": "",
"url": "",
"icon": ""
}
],
"publications": [
{
"name": "",
"publisher": "",
"releaseDate": "",
"url": "",
"summary": ""
}
],
"skills": [
{
"name": "Programming",
Expand Down Expand Up @@ -164,7 +129,7 @@
"icon": "fa-solid fa-earth-americas"
}
],
"academic interests": [
"interests": [
{
"name": "Artificial Intelligence",
"icon": "fa-brands fa-gratipay",
Expand All @@ -185,20 +150,10 @@
"reference": "Artificial Intelligence Modelling Lab, University of Edinburgh"
},
{
"name": "Doctor Sohan Seth",
"name": "Dr Sohan Seth",
"icon": "fa-solid fa-user",
"url": "https://sohanseth.github.io/",
"reference": "Data Science Unit, University of Edinburgh"
}
],
"projects": [
{
"name": "",
"summary": "",
"highlights": [""],
"startDate": "",
"endDate": "",
"url": ""
}
]
}

0 comments on commit 2e63a15

Please sign in to comment.