Skip to content

Commit

Permalink
Update personal information and site configuration; remove outdated b…
Browse files Browse the repository at this point in the history
…log posts and publications. Added new academic details, including research interests and professional experience. Updated navigation and added a new gem for enhanced functionality.
  • Loading branch information
werthen committed Dec 12, 2024
1 parent dc90f6c commit ff29567
Show file tree
Hide file tree
Showing 38 changed files with 459 additions and 308 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ group :jekyll_plugins do
gem 'jekyll-redirect-from'
gem 'jemoji'
gem 'webrick', '~> 1.8'
gem 'faraday-retry'
end

gem 'github-pages'
42 changes: 21 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,61 +8,61 @@

# Basic Site Settings
locale : "en-US"
title : "Your Name / Site Title"
title : "Lorin Werthen-Brabants"
title_separator : "-"
name : &name "Your Name"
description : &description "personal description"
name : &name "Lorin Werthen-Brabants"
description : &description "Postdoctoral researcher at imec - IDLab - Ghent University."
url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://[your GitHub username].github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "academicpages/academicpages.github.io"
repository : "werthen/werthen.github.io"

# Site Author - The following control what appear as part of the author content on the side bar.
# If a field is blank the icon and link will not appear, otherwise it will be shown.
# Additional customization can be done by editing /_includes/author-profile.html
author:
# Biographic information
avatar : "profile.png"
name : "Your Sidebar Name"
pronouns : # example: "she/her"
bio : "Short biography for the left-hand sidebar"
location : "Earth"
employer : "Red Brick University"
avatar : "IMG-3951.jpg"
name : "Lorin Werthen-Brabants"
pronouns : "he/him"
bio : "Postdoctoral researcher at imec - IDLab - Ghent University."
location : "Ghent, Belgium"
employer : "imec - IDLab - Ghent University"
uri : # URL
email : "[email protected]"
email : "[email protected]"

# Academic websites
arxiv : # URL - Update with the correct link to your profile
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
googlescholar : "https://scholar.google.com/citations?hl=en&user=3KySYVQAAAAJ"
impactstory : # URL
orcid : "http://orcid.org/yourorcidurl"
orcid : "https://orcid.org/0000-0001-9976-1886"
semantic : # URL
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
pubmed : "https://pubmed.ncbi.nlm.nih.gov/?sort=date&term=Werthen-Brabants+L&cauthor_id=35523811"
researchgate : # URL
scopus : # URL

# Repositories and software development
bitbucket : # Username - Update with your username on the site
codepen : # Username
dribbble : # Username
github : "academicpages"
github : "werthen"
kaggle : # Username
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood")

# Social media
bluesky : "bsky.app" # Replace this with you Bluesky username
bluesky : # "bsky.app"
facebook : # Username
flickr : # Username
foursquare : # Username
goodreads : # Username
google_plus : # Username
keybase : # Username
instagram : # Username
instagram : jttrmusic # Username
lastfm : # Username
linkedin : # Username
linkedin : werthen # Username
mastodon : # URL
medium : # URL
pinterest : # Username
soundcloud : # Username
soundcloud : jttrmusic # Username
steam : # Username
telegram : # URL
tumblr : # Username
Expand All @@ -78,9 +78,9 @@ author:
publication_category:
books:
title: 'Books'
manuscripts:
journal:
title: 'Journal Articles'
conferences:
proceeding:
title: 'Conference Papers'

# Site Settings
Expand Down
12 changes: 6 additions & 6 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ main:
- title: "Publications"
url: /publications/

- title: "Talks"
url: /talks/
# - title: "Talks"
# url: /talks/

- title: "Teaching"
url: /teaching/

- title: "Portfolio"
url: /portfolio/
# - title: "Portfolio"
# url: /portfolio/

- title: "Blog Posts"
url: /year-archive/

- title: "CV"
url: /cv/

- title: "Guide"
url: /markdown/
# - title: "Guide"
# url: /markdown/
43 changes: 2 additions & 41 deletions _pages/about.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,10 @@
---
permalink: /
title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites"
title: "About me"
author_profile: true
redirect_from:
- /about/
- /about.html
---

This is the front page of a website that is powered by the [Academic Pages template](https://github.com/academicpages/academicpages.github.io) and hosted on GitHub pages. [GitHub pages](https://pages.github.com) is a free service in which websites are built and hosted from code and data stored in a GitHub repository, automatically updating when a new commit is made to the repository. This template was forked from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) created by Michael Rose, and then extended to support the kinds of content that academics have: publications, talks, teaching, a portfolio, blog posts, and a dynamically-generated CV. You can fork [this template](https://github.com/academicpages/academicpages.github.io) right now, modify the configuration and markdown files, add your own PDFs and other content, and have your own site for free, with no ads!

A data-driven personal website
======
Like many other Jekyll-based GitHub Pages templates, Academic Pages makes you separate the website's content from its form. The content & metadata of your website are in structured markdown files, while various other files constitute the theme, specifying how to transform that content & metadata into HTML pages. You keep these various markdown (.md), YAML (.yml), HTML, and CSS files in a public GitHub repository. Each time you commit and push an update to the repository, the [GitHub pages](https://pages.github.com/) service creates static HTML pages based on these files, which are hosted on GitHub's servers free of charge.

Many of the features of dynamic content management systems (like Wordpress) can be achieved in this fashion, using a fraction of the computational resources and with far less vulnerability to hacking and DDoSing. You can also modify the theme to your heart's content without touching the content of your site. If you get to a point where you've broken something in Jekyll/HTML/CSS beyond repair, your markdown files describing your talks, publications, etc. are safe. You can rollback the changes or even delete the repository and start over - just be sure to save the markdown files! Finally, you can also write scripts that process the structured data on the site, such as [this one](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb) that analyzes metadata in pages about talks to display [a map of every location you've given a talk](https://academicpages.github.io/talkmap.html).

Getting started
======
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
1. Fork [this template](https://github.com/academicpages/academicpages.github.io) by clicking the "Use this template" button in the top right.
1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
1. Check status by going to the repository settings, in the "GitHub pages" section

Site-wide configuration
------
The main configuration file for the site is in the base directory in [_config.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_config.yml), which defines the content in the sidebars and other site-wide features. You will need to replace the default variables with ones about yourself and your site's github repository. The configuration file for the top menu is in [_data/navigation.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_data/navigation.yml). For example, if you don't have a portfolio or blog posts, you can remove those items from that navigation.yml file to remove them from the header.

Create content & metadata
------
For site content, there is one markdown file for each type of content, which are stored in directories like _publications, _talks, _posts, _teaching, or _pages. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data in YAML about the talk, which the theme will parse to do lots of cool stuff. The same structured data about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this [python file](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.py) or [Jupyter notebook](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb), which creates the HTML for the map based on the contents of the _talks directory).

**Markdown generator**

The repository includes [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator
) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the Academic Pages template. The sample CSVs in that directory are the ones I used to create my own personal website at stuartgeiger.com. My usual workflow is that I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files, then commit and push them to the GitHub repository.

How to edit your site's GitHub repository
------
Many people use a git client to create files on their local computer and then push them to GitHub's servers. If you are not familiar with git, you can directly edit these configuration and markdown files directly in the github.com interface. Navigate to a file (like [this one](https://github.com/academicpages/academicpages.github.io/blob/master/_talks/2012-03-01-talk-1.md) and click the pencil icon in the top right of the content preview (to the right of the "Raw | Blame | History" buttons). You can delete a file by clicking the trashcan icon to the right of the pencil icon. You can also create new files or upload files by navigating to a directory and clicking the "Create new file" or "Upload files" buttons.

Example: editing a markdown file for a talk
![Editing a markdown file for a talk](/images/editing-talk.png)

For more info
------
More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/), the [growing wiki](https://github.com/academicpages/academicpages.github.io/wiki), and you can always [ask a question on GitHub](https://github.com/academicpages/academicpages.github.io/discussions). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful.
I am a dedicated researcher specializing in Trustworthy Machine Learning (TML), with a focus on event-based deep learning for healthcare applications. I earned my PhD in Computer Science from Ghent University, where my dissertation centered on quantifying uncertainty and improving the reliability of time-series-based deep learning models. I have a strong background in machine learning, with experience spanning academia and industry, including a tenure as a Machine Learning Engineer at <https://robovision.ai>, where I developed real-world AI solutions. My postdoctoral work focuses on advancing state-of-the-art methodologies for healthcare diagnostics.
150 changes: 114 additions & 36 deletions _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,56 +9,134 @@ redirect_from:

{% include base_path %}

Education
======
* Ph.D in Version Control Theory, GitHub University, 2018 (expected)
* M.S. in Jekyll, GitHub University, 2014
* B.S. in GitHub, GitHub University, 2012
## Contact Information

- **Current Position**: Postdoctoral Fellow
- **Host Institution**: imec - IDLab - Ghent University
- **Email**: <[email protected]>

---

## Education

- **PhD in Computer Science**
*Ghent University* (2020–2024)
Dissertation: "Quantifying Uncertainty and Improving Reliability of Time-Series Based Deep Learning Models"
Promotors: Prof. Tom Dhaene, Prof. Dirk Deschrijver

- **MSc in Computer Science**
*Ghent University* (2018)
Thesis: Focused on machine learning methods for time-series data.

---

## Research Interests

- Trustworthy Machine Learning (TML)
- Uncertainty Quantification in Deep Learning
- Event-Based Time Series Analysis
- Multimodal Data Integration
- Self-Supervised Learning for Healthcare Applications

---

## Professional Experience

- **Postdoctoral Researcher**
IDLab, imec, Ghent University (2023–Present)
Research focuses on event-based deep learning techniques for healthcare diagnostics and energy-efficient machine learning.

- **PhD Student**
IDLab, imec, Ghent University (2019–2023)
Title of dissertation: "Quantifying Uncertainty and Improving Reliability of Time-Series Based Deep Learning Models".

- **Machine Learning Engineer**
Robovision (2018–2019)
Developed machine learning pipelines for computer vision applications, transitioning to academia for deeper exploration of research questions.

---

## Key Publications
1. **Werthen-Brabants, L., et al.** (2024). "Deep Learning-Based Event Counting for Apnea-Hypopnea Index Estimation using Recursive Spiking Neural Networks." *IEEE Transactions on Biomedical Engineering*.
*Developed novel RSN-Count method for event-based models in sleep apnea.*

2. **Werthen-Brabants, L., et al.** (2022). "Split BiRNN for real-time activity recognition using radar and deep learning." *Scientific Reports*.
*Proposed a split computation method for radar-based activity recognition.*

3. **Werthen-Brabants, L., et al.** (2022). "Uncertainty quantification for appliance recognition in non-intrusive load monitoring using Bayesian deep learning." *Energy and Buildings*.
*Applied Bayesian deep learning to quantify uncertainty in load monitoring.*

4. **Bhavanasi, G., Werthen-Brabants, L., et al.** (2022). "Patient activity recognition using radar sensors and machine learning." *Neural Computing and Applications*.
*Guided research on radar-based patient activity monitoring.*

5. **Castillo-Escario, Y., Werthen-Brabants, L., et al.** (2022). "Convolutional neural networks for Apnea detection from smartphone audio signals: effect of window size." *IEEE EMBC Conference*.
*Guided model development for sleep apnea detection using smartphone audio.*

---

## Awards and Recognitions
- Selected as a PhD representative for the Flanders AI Research Program (2023).
- Keynote speaker at imec's "Save Data" event on Trustworthy AI in Healthcare (2024).

---

## Leadership and Teaching
- **Teaching Assistant**: Courses on Computer Science, Machine Learning, and Logic at Ghent University (2019–Present).
- Supervised multiple Master's theses, with students publishing conference papers under guidance.

---

## Mobility and Research Stays
- **Visiting Researcher**:
*University of Sydney, Australia (2022)*
Facilitated collaboration and guided local researchers in time series modeling.

---

Work experience
======
* Spring 2024: Academic Pages Collaborator
* Github University
* Duties includes: Updates and improvements to template
* Supervisor: The Users

* Fall 2015: Research Assistant
* Github University
* Duties included: Merging pull requests
* Supervisor: Professor Hub

* Summer 2015: Research Assistant
* Github University
* Duties included: Tagging issues
* Supervisor: Professor Git

Skills
======
* Skill 1
* Skill 2
* Sub-skill 2.1
* Sub-skill 2.2
* Sub-skill 2.3
* Skill 3

### Technical Skills
* **Programming Languages**: Python, C, C++, MATLAB
* **Deep Learning Frameworks**: TensorFlow, PyTorch
* **Data Science**:
* Time Series Analysis
* Uncertainty Quantification
* Statistical Modeling
* Data Visualization

### Languages
* English (Professional)
* Dutch (Native)
* French (Intermediate)

---

## Outreach and Science Communication
- Featured in public AI discussions, including television appearances and online dissemination (e.g., Karrewiet 2019, VRT NWS Laat 2024).
- Regular reviewer for leading journals including IEEE and Nature.

---

## References
- **Prof. Dirk Deschrijver**
IDLab, imec, Ghent University
- Additional references available upon request.

Publications
======
<ul>{% for post in site.publications reversed %}
{% include archive-single-cv.html %}
{% endfor %}</ul>

Talks
<!-- Talks
======
<ul>{% for post in site.talks reversed %}
{% include archive-single-talk-cv.html %}
{% endfor %}</ul>
{% endfor %}</ul> -->

Teaching
<!-- Teaching
======
<ul>{% for post in site.teaching reversed %}
{% include archive-single-cv.html %}
{% endfor %}</ul>

Service and leadership
======
* Currently signed in to 43 different slack teams
{% endfor %}</ul> -->
2 changes: 1 addition & 1 deletion _pages/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% continue %}
{% endif %}
{% unless title_shown %}
<h2>{{ category[1].title }}</h2><hr />
<h2>{{ category[1].title }} ({{ site.publications | where: "category", category[0] | size }})</h2><hr />
{% assign title_shown = true %}
{% endunless %}
{% include archive-single.html %}
Expand Down
20 changes: 0 additions & 20 deletions _posts/2012-08-14-blog-post-1.md

This file was deleted.

Loading

0 comments on commit ff29567

Please sign in to comment.