Skip to content

Commit

Permalink
update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAxeC committed May 30, 2024
1 parent 738f3c7 commit 8249bd8
Show file tree
Hide file tree
Showing 10 changed files with 189 additions and 47 deletions.
20 changes: 20 additions & 0 deletions _data/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ personal:
content: |
I am a Postdoctoral Researcher in Biomedical Data Sciences at UHasselt, Belgium.
I'm the Scientific Coordinator of the Flanders AI Research program, Use Case Real World Evidence, currently focussing on applying Machine Learning to cardiovascular, pregnancy, Multiple Sclerosis, epilepsy, and other biomedical data.
footer: Curriculum Vitae
links:
email: [email protected]
website: theaxec.github.io
Expand All @@ -36,6 +37,12 @@ experience:
about: |
Project: "Sign Language Alphabet decoding from intracranial brain activity"
Group: Prof. Marc van Hulle, Computational Neuroscience, Laboratory for Neuro-and Psychophysiology, KU Leuven
- title: "Research Stay Idrogenet Srl, Gloreha: Robotic Rehabilitation"
location: Lumezzane, Italy
duration: Dec. 2022 - Jan. 2023
min: true
about: |
Develop custom software for the control of the Gloreha robotic rehabilitation device, specifically the R-TOUCH PRO Sinfonia, a custom-built robotic exoskeleton for hand rehabilitation.
- title: "Web Performance Research Internship"
location: UHasselt
duration: Jul. 2016 - Sep. 2016
Expand All @@ -53,6 +60,12 @@ experience:
education:
title: Educational background
content:
- title: Flemish Sign Language course
location: Flemish Sign Language Centre (Vlaams Gebarentaal Centrum)
duration: Sep. 2022 - May 2024
min: true
about: |
Completed Flemish Sign Language course at the Flemish Sign Language Centre (Vlaams Gebarentaal Centrum), the aim of which is to enable graduates to engage in day-to-day conversations with deaf and hard-of-hearing individuals.
- title: Doctoral Programme in Biomedical Science (PhD) in Computational Neuroscience
location: KU Leuven
duration: Sep. 2018 - May 2023
Expand Down Expand Up @@ -164,6 +177,13 @@ projects:
awards:
title: Honors & Awards
content:
- award: FWO fundamental research grant
event: FWO
date: 2018-01-01 15:59:00-0400
location: Belgium
content: >
FWO fundamental research grant for the project "Finger movement decoding: From source-localisation to graph-based regression modelling"
- award: Finalist
event: Cyber Security Challenge 2018
date: 2018-03-24 15:59:00-0400
Expand Down
1 change: 1 addition & 0 deletions _data/publications.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
title: Publications
secondary-title: Invited positions, supervised students, talks and other media
papers-in-preparation:
title: Papers in Preparation
papers:
Expand Down
10 changes: 0 additions & 10 deletions _data/updates.yml

This file was deleted.

15 changes: 15 additions & 0 deletions _data/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ header:
url: /research
- name: Publications
url: /publications

updates:
- picture: /assets/images/updates/default.webp
desc: Engineer meets Physician conference - 28 & 29 May 2024 (Roeselare)
time: May 2024
- picture: /assets/images/updates/icfp.webp
desc: I will be a judge for the ICFP Student Research Competition 2024
time: May 2024
- picture: /assets/images/updates/default.webp
desc: Started as a Postdoctoral Researcher at Biomedical Data Science, UHasselt
time: Jan 2024

######################
# Website References #
Expand All @@ -75,6 +86,10 @@ references:
- name: fas fa-file-alt
url: https://theaxec.github.io/cv.html
platform: Curriculum Vitae

- name: fas fa-home
url: https://theaxec.github.io/
platform: Website

- name: fab fa-github
url: https://github.com/TheAxeC
Expand Down
2 changes: 1 addition & 1 deletion _includes/widgets/pub_cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if i > 0 %}
<td class="publications__heading">[{{i}}] </td>
{% else %}
<td class="publications__date"> {{ item.date | date: "%B %-d, %Y" }} </td>
<td class="publications__date"> {{ item.date | date: "%b %-d, %Y" }} </td>
{% endif %}
<td class="publications__list">
<!-- <span class="authors">{{item.authors}}. </span> -->
Expand Down
2 changes: 1 addition & 1 deletion _includes/widgets/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2 clss="mb-5">Updates</h2>
</div>
<div class="row">
<div class="owl-carousel owl-theme">
{% for update in site.data.updates.updates %}
{% for update in site.data.website.updates %}
<div class="news-card">
<img src="{{ update.picture }}" class="w-full rounded-lg">
<div class="news-desc">{{ update.desc }}</div>
Expand Down
88 changes: 68 additions & 20 deletions _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ permalink: /cv
<h6 class="about-me__position">{{site.data.data.personal.background}} - {{site.data.data.personal.expert}} - {{site.data.data.personal.ai}}</h6>
<span class="about-me__social">
{% for content in site.data.website.references.content %}
{% if content.platform != "Curriculum Vitae" %}
<h6><a class="" target="_blank" href="{{content.url}}">
<i class="{{content.name}}"></i> {{content.platform}}
</a></h6>
{% endif %}
{% endfor %}
</span>
</header>
Expand Down Expand Up @@ -80,7 +82,7 @@ permalink: /cv
<div class="section__item">
<div>
<h4 class="education__institution section__subheading">{{item.title}}</h4>
<h4 class="section__location">{{ item.location }}</h4>
<h4 class="section__location">{{ item.role }}</h4>
</div>
<div>
<h5 class="section__subsubheading"></h5>
Expand All @@ -98,32 +100,45 @@ permalink: /cv
</div>
{% endfor %}
</section>
<section class="skills">
<footer>
<span class="footer__date">{{site.data.website.description.subtitle}}</span>
<span class="footer__text">{{site.data.website.description.title}} · {{site.data.data.personal.footer}}</span>
<span class="footer__pageNum">1</span>
</footer>
</div>

<div class="page-break"></div>

{% assign i = 1 %}

<div class="page">
<section class="awards">
<div class="section__heading">
<h1>{{site.data.data.awards.title}}</h1>
<span class="section__heading-underline"></span>
</div>
<table>
{% for item in site.data.data.awards.content %}
<tr>
<td class="publications__date"> {{ item.date | date: "%b %Y" }} </td>
<td class="section__award">
<span class="section__subheading"> {{item.award}}, </span>
<span class="section__element"> {{item.event}} </span>
</td>
<td class="section__location"> {{item.location}} </td>
<!-- <td class="publications__list">
<div class="section__item">
<div>
<h4 class="education__institution section__subheading">{{item.award}}</h4>
<h4 class="education__institution section__element">{{item.event}}</h4>
<h4 class="section__location">{{ item.location }}</h4>
</div>
<!-- <div>
<h5 class="section__subsubheading">{{item.event}}</h5>
<h5 class="section__date-range">{{ item.date }}</h5>
</div> -->
</div>
</td> -->
</tr>
{% endfor %}
</table>
</section>
</div>

<div class="page-break"></div>

{% assign i = 1 %}

<div class="page">
<section class="extracurricular">
<div class="section__heading">
<h1>{{site.data.data.extracurricular.title}}</h1>
Expand All @@ -133,11 +148,12 @@ permalink: /cv
<div class="section__item">
<div>
<h4 class="education__institution section__subheading">{{item.title}}</h4>
<h4 class="section__location">{{ item.location }}</h4>
<h4 class="education__institution section__subheading_second">, {{item.location}}</h4>
<h4 class="section__location">{{ item.duration }}</h4>
</div>
<div>
<h5 class="section__subsubheading"></h5>
<h5 class="section__date-range">{{ item.duration }}</h5>
<h5 class="section__date-range"></h5>
</div>
{% assign items = item.about | newline_to_br | split: '<br />' %}
<ul>
Expand Down Expand Up @@ -166,11 +182,12 @@ permalink: /cv
publications=site.data.publications.other-publications %}
{% include widgets/pub_cv.html i=i
publications=site.data.publications.thesis %}
{% include widgets/pub_cv.html i=i
publications=site.data.publications.posters %}
{% include widgets/pub_cv.html i=i
publications=site.data.publications.other %}
</section>
<footer>
<span class="footer__date">{{site.data.website.description.subtitle}}</span>
<span class="footer__text">{{site.data.website.description.title}} · {{site.data.data.personal.footer}}</span>
<span class="footer__pageNum">2</span>
</footer>
</div>

<div class="page-break"></div>
Expand All @@ -183,9 +200,40 @@ permalink: /cv
</div>
{% include widgets/pub_cv.html i=i
publications=site.data.publications.abstracts %}
{% include widgets/pub_cv.html i=i
publications=site.data.publications.posters %}
</section>
<section class="publications">
<div class="section__heading">
<h1>{{site.data.publications.secondary-title}}</h1>
<span class="section__heading-underline"></span>
</div>
{% include widgets/pub_cv.html i=i
publications=site.data.publications.other %}
{% include widgets/pub_cv.html i=i
publications=site.data.publications.students %}
</section>
<footer>
<span class="footer__date">{{site.data.website.description.subtitle}}</span>
<span class="footer__text">{{site.data.website.description.title}} · {{site.data.data.personal.footer}}</span>
<span class="footer__pageNum">3</span>
</footer>
</div>

<div class="page-break"></div>

<div class="page">
<section class="publications">
<div class="section__heading">
<h1>{{site.data.publications.secondary-title}}</h1>
<span class="section__heading-underline"></span>
</div>
{% include widgets/pub_cv.html i=0
publications=site.data.publications.news %}
</section>
</div>
<footer>
<span class="footer__date">{{site.data.website.description.subtitle}}</span>
<span class="footer__text">{{site.data.website.description.title}} · {{site.data.data.personal.footer}}</span>
<span class="footer__pageNum">4</span>
</footer>
</div>
2 changes: 1 addition & 1 deletion _pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /
{% include widgets/updates.html %}

{% for item in site.data.publications %}
{% if item[0] != "title" %}
{% if item[0] != "title" and item[0] != "secondary-title" %}
{% assign pubs_all = pubs_all | concat: item[1].papers %}
{% endif %}
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion _pages/research.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ permalink: /research
</div>

{% for item in site.data.publications %}
{% if item[0] != "title" %}
{% if item[0] != "title" and item[0] != "secondary-title" %}
{% assign pubs_all = pubs_all | concat: item[1].papers %}
{% endif %}
{% endfor %}
Expand Down
Loading

0 comments on commit 8249bd8

Please sign in to comment.