Skip to content

Commit

Permalink
Merge pull request #187 from biaslab/fix-file-names
Browse files Browse the repository at this point in the history
 Ensuring Windows-Compatible File Names
  • Loading branch information
Nimrais authored Jan 2, 2024
2 parents 04ef649 + abff7fc commit 3f3f8bc
Show file tree
Hide file tree
Showing 65 changed files with 436 additions and 425 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check

on:
pull_request:
branches: [master]

jobs:
check:
runs-on: ubuntu-22.04
name: Pre-Commit
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Pre-Commit
uses: pre-commit/[email protected]
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files
args:
- "--maxkb=50000"
- repo: local
hooks:
- id: check-illegal-windows-names
name: check illegal windows names
language: fail
entry: Illegal windows filenames detected
verbose: True
files: ':|<|>|;|,|\*|\?|\\'
2 changes: 1 addition & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ In particular, we are inspired by recent results in theoretical neuroscience (th
Our mission is to translate these ideas to *synthetic* agents that automate the design of signal processing and control systems through unsupervised environmental interactions. Applications range from situated design of multimedia applications (e.g., personalized hearing aid algorithms) to real-time decision making for robots and drones.

Please view a short introduction video below for more info.
{{<youtube Th3_0NvThcw>}}
{{<youtube Th3_0NvThcw>}}
2 changes: 1 addition & 1 deletion content/alumni/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
+++
title = "Alumni"
+++
+++
2 changes: 1 addition & 1 deletion content/alumni/anouk.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ external_link = "https://research.tue.nl/en/persons/anouk-van-diepen"

+++

Anouk van Diepen received her M.Sc. degree in Electrical Engineering from the TU Eindhoven in 2017.
Anouk van Diepen received her M.Sc. degree in Electrical Engineering from the TU Eindhoven in 2017.
2 changes: 1 addition & 1 deletion content/alumni/burak.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ external_link = "https://www.linkedin.com/in/burak-ergul-/"
role = "Former MSc student"

+++
Burak Ergul was an MSc student in the SPS group of Electrical Engineering department in Eindhoven University of Technology. His research focused on real-world applications of Active Inference on embedded devices.
Burak Ergul was an MSc student in the SPS group of Electrical Engineering department in Eindhoven University of Technology. His research focused on real-world applications of Active Inference on embedded devices.
2 changes: 1 addition & 1 deletion content/alumni/eric.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ is_former_member = true
role = "Former PhD candidate"

+++
Quan (Eric) Nguyen received a M.Sc. in Computer Science (with a specialization in Algorithms, Data Analytics and Machine Learning; and a minor in Statistics, both with distinction) from the University of Helsinki in 2015. He left the group in 2018.
Quan (Eric) Nguyen received a M.Sc. in Computer Science (with a specialization in Algorithms, Data Analytics and Machine Learning; and a minor in Statistics, both with distinction) from the University of Helsinki in 2015. He left the group in 2018.
44 changes: 22 additions & 22 deletions content/alumni/jim.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
+++
date = "2021-09-01T15:52:22+02:00"
id = "jim"
+++
date = "2021-09-01T15:52:22+02:00"
id = "jim"
interests = ["Signal Processing", "Bayesian Machine Learning", "Speech Recognition"]
name = " Jim Beckers"
portrait = "portraits/Jim.jpg"
short_bio = "I am a MSc student at the SPS group at Eindhoven University of Technology."
title = "Jim Beckers"
name = " Jim Beckers"
portrait = "portraits/Jim.jpg"
short_bio = "I am a MSc student at the SPS group at Eindhoven University of Technology."
title = "Jim Beckers"
sort_position = 6
external_link = "https://www.linkedin.com/in/jim-beckers/"


[[social]]
icon = "envelope"
icon_pack = "fa"
[[social]]
icon = "envelope"
icon_pack = "fa"
link = "mailto:[email protected]"

[[social]]
icon = "github"
icon_pack = "fa"
[[social]]
icon = "github"
icon_pack = "fa"
link = "//github.com/JimBeckers/"

[[social]]
icon = "linkedin"
icon_pack = "fa"
[[social]]
icon = "linkedin"
icon_pack = "fa"
link = "https://www.linkedin.com/in/jim-beckers/"

[[education]]
course = "BSc. in Electrical Engineering"
institution = 'Eindhoven University of Technology'
[[education]]
course = "BSc. in Electrical Engineering"
institution = 'Eindhoven University of Technology'
year = 2019

[[organizations]]
name = "TU Eindhoven"
[[organizations]]
name = "TU Eindhoven"
role = "MSc student"
+++

Jim Beckers was a MSc student in the SPS group of the Electrical Engineering department at Eindhoven University of Technology. His research focused on implementing the Active Listening paper by Karl Friston.
Jim Beckers was a MSc student in the SPS group of the Electrical Engineering department at Eindhoven University of Technology. His research focused on implementing the Active Listening paper by Karl Friston.
1 change: 0 additions & 1 deletion content/alumni/marco.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ external_link = "https://www.linkedin.com/in/marco-cox-a455a01b/"

+++
Marco Cox was a PhD candidate in the Electrical Engineering department of [TU Eindhoven](http://www.tue.nl), working in the [BIASlab](http://biaslab.github.io) team. His research focused on Bayesian machine learning techniques for optimization and signal processing. He is also interested in information theory, computer architecture, and combinatorics. Marco received the M.Sc. degree in electrical engineering from TU Eindhoven in 2014.

38 changes: 19 additions & 19 deletions content/alumni/mark.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
+++
date = "2020-08-27T11:58:58+02:00"
id = "mark"
interests = ["Signal Processing", "Artificial Intelligence"]
name = "Mark Legters"
portrait = "portraits/mark.jpg"
short_bio = "I am a MSc student at BIASlab, conducting my graduation project in collaboration with [Sorama](http://sorama.eu)."
title = "Mark Legters"
+++
date = "2020-08-27T11:58:58+02:00"
id = "mark"
interests = ["Signal Processing", "Artificial Intelligence"]
name = "Mark Legters"
portrait = "portraits/mark.jpg"
short_bio = "I am a MSc student at BIASlab, conducting my graduation project in collaboration with [Sorama](http://sorama.eu)."
title = "Mark Legters"
sort_position = 7
external_link = "https://www.linkedin.com/in/marklegters/"
external_link = "https://www.linkedin.com/in/marklegters/"

[[social]]
icon = "linkedin"
icon_pack = "fa"
[[social]]
icon = "linkedin"
icon_pack = "fa"
link = "//linkedin.com/in/marklegters/"

[[education]]
course = "BSc in Electrical Engineering"
institution = 'Eindhoven University of Technology'
[[education]]
course = "BSc in Electrical Engineering"
institution = 'Eindhoven University of Technology'
year = 2017

[[organizations]]
name = "TU Eindhoven"
[[organizations]]
name = "TU Eindhoven"
role = "MSc student"

+++
Mark Legters was an MSc student in the [SPS group](https://www.tue.nl/en/research/research-groups/signal-processing-systems/) of the Electrical Engineering department at the [Eindhoven University of Technology](http://tue.nl). He was conducting his MSc graduation project at [BIASlab](http://biaslab.github.io), in collaboration with [Sorama](http://sorama.eu). His research focused on In-situ Learning of Acoustic Event Detection using Nature-inspired Artificial Intelligence.
+++
Mark Legters was an MSc student in the [SPS group](https://www.tue.nl/en/research/research-groups/signal-processing-systems/) of the Electrical Engineering department at the [Eindhoven University of Technology](http://tue.nl). He was conducting his MSc graduation project at [BIASlab](http://biaslab.github.io), in collaboration with [Sorama](http://sorama.eu). His research focused on In-situ Learning of Acoustic Event Detection using Nature-inspired Artificial Intelligence.
2 changes: 1 addition & 1 deletion content/alumni/patrick.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ external_link = "https://research.tue.nl/en/persons/patrick-wijnings"
name = "TU Eindhoven"
role = "PhD candidate"
+++
Patrick Wijnings got his MSc in Electrical Engineering at [Eindhoven University of Technology](http://tue.nl) in 2015. Since 2011 he has been working (part time) at [Sorama](http://sorama.eu) as System Engineer, where he helped develop the hardware and real-time signal processing core used in [the largest microphone array in the world](https://www.guinnessworldrecords.com/world-records/largest-microphone-array/). Since July 2017 he was pursuing his PhD at [Eindhoven University of Technology](http://tue.nl) in collaboration with [BIASlab](http://biaslab.github.io) and [Sorama](http://sorama.eu). His research interests are Bayesian inverse acoustics for large microphone arrays, and the accompanying problem of approximate inference for high-dimensional models.
Patrick Wijnings got his MSc in Electrical Engineering at [Eindhoven University of Technology](http://tue.nl) in 2015. Since 2011 he has been working (part time) at [Sorama](http://sorama.eu) as System Engineer, where he helped develop the hardware and real-time signal processing core used in [the largest microphone array in the world](https://www.guinnessworldrecords.com/world-records/largest-microphone-array/). Since July 2017 he was pursuing his PhD at [Eindhoven University of Technology](http://tue.nl) in collaboration with [BIASlab](http://biaslab.github.io) and [Sorama](http://sorama.eu). His research interests are Bayesian inverse acoustics for large microphone arrays, and the accompanying problem of approximate inference for high-dimensional models.
14 changes: 7 additions & 7 deletions content/alumni/philip.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
date = "2021-09-10T09:00:00+02:00"
+++
date = "2021-09-10T09:00:00+02:00"
id = "philip"
interests = ["Machine Learning", "Signal Processing"]
name = "Philip Spannring"
Expand All @@ -9,27 +9,27 @@ title = "Philip Spannring"
sort_position = 7
external_link = "https://www.linkedin.com/in/philip-spannring/"

[[social]]
[[social]]
icon = "envelope"
icon_pack = "fa"
link = "mailto:[email protected]"

[[social]]
[[social]]
icon = "github"
icon_pack = "fa"
link = "//github.com/philipspannring"

[[social]]
[[social]]
icon = "linkedin"
icon_pack = "fa"
link = "https://www.linkedin.com/in/philip-spannring/"

[[education]]
[[education]]
course = "BSc. in Electrical Engineering"
institution = 'Eindhoven University of Technology'
year = 2019

[[organizations]]
[[organizations]]
name = "TU Eindhoven"
role = "MSc student"
+++
46 changes: 23 additions & 23 deletions content/alumni/thijn.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
+++
date = "2020-09-01T15:52:22+02:00"
id = "thijn"
interests = ["Machine Learning", "Generative modeling", "Sports and Statistics", "Markets and Trading"]
name = "Thijn Hermsen"
portrait = "portraits/Thijn.jpg"
short_bio = "I am a MSc student at the SPS group at Eindhoven University of Technology working on Generative modeling in football player's decisions."
title = "Thijn Hermsen"
+++
date = "2020-09-01T15:52:22+02:00"
id = "thijn"
interests = ["Machine Learning", "Generative modeling", "Sports and Statistics", "Markets and Trading"]
name = "Thijn Hermsen"
portrait = "portraits/Thijn.jpg"
short_bio = "I am a MSc student at the SPS group at Eindhoven University of Technology working on Generative modeling in football player's decisions."
title = "Thijn Hermsen"
sort_position = 6
external_link = "https://www.linkedin.com/in/thijn-hermsen-electrical-engineering/"

[[social]]
icon = "envelope"
icon_pack = "fa"
[[social]]
icon = "envelope"
icon_pack = "fa"
link = "mailto:[email protected]"

[[social]]
icon = "github"
icon_pack = "fa"
[[social]]
icon = "github"
icon_pack = "fa"
link = "//github.com/ThijnHermsen/"

[[social]]
icon = "linkedin"
icon_pack = "fa"
[[social]]
icon = "linkedin"
icon_pack = "fa"
link = "https://www.linkedin.com/in/thijn-hermsen-electrical-engineering/"

[[education]]
course = "BSc. in Electrical Engineering"
institution = 'Eindhoven University of Technology'
[[education]]
course = "BSc. in Electrical Engineering"
institution = 'Eindhoven University of Technology'
year = 2018

[[organizations]]
name = "TU Eindhoven"
[[organizations]]
name = "TU Eindhoven"
role = "MSc student"
+++

My name is Thijn Hermsen and I was a MSc student in the Signal Processing Systems group of the Electrical Engineering department at Eindhoven University of Technology. My research focused on Generative modeling on football player's decisions and further interests extend towards statistics and market strategies.
My name is Thijn Hermsen and I was a MSc student in the Signal Processing Systems group of the Electrical Engineering department at Eindhoven University of Technology. My research focused on Generative modeling on football player's decisions and further interests extend towards statistics and market strategies.
2 changes: 1 addition & 1 deletion content/member/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "BIASlab team"
url="/team"
+++
+++
10 changes: 5 additions & 5 deletions content/member/bart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sort_position = 4.2
icon = "envelope"
icon_pack = "fa"
link = "mailto:[email protected]"

[[social]]
icon = "linkedin"
icon_pack = "fa"
Expand All @@ -39,7 +39,7 @@ sort_position = 4.2

+++

Bart has obtained his Bachelor and Master degrees in Electrical Engineering at the Eindhoven University of Technology in 2018 and 2020, respectively.
Currently he is combining his passion for research and education as a PhD candidate - Teaching Assistant at the Eindhoven University of Technology in the BIASlab research group.
His research focuses on the design of new signal processing algorithms for audio and speech.
These algorithms are inspired by conventional approaches and are extended to allow for on-the-spot user customization.
Bart has obtained his Bachelor and Master degrees in Electrical Engineering at the Eindhoven University of Technology in 2018 and 2020, respectively.
Currently he is combining his passion for research and education as a PhD candidate - Teaching Assistant at the Eindhoven University of Technology in the BIASlab research group.
His research focuses on the design of new signal processing algorithms for audio and speech.
These algorithms are inspired by conventional approaches and are extended to allow for on-the-spot user customization.
2 changes: 1 addition & 1 deletion content/member/bert.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ cv_link = "http://bertdv.github.io/cv/bdevries_cv.pdf"

+++
Bert de Vries received MSc (1986) and PhD (1991) degrees in Electrical Engineering from [Eindhoven University of Technology](http://tue.nl) (TU/e) and the [University of Florida](http://ufl.edu), respectively. From 1992 until 1999 he worked at [Sarnoff Research Center](https://www.sri.com/) in Princeton (NJ), where he contributed to research projects over a wide range of signal and image processing topics such as word spotting, financial market prediction, and breast cancer detection from mammograms. Since April 1999 he has been employed in the hearing aids industry (currently at [GN Hearing](http://gnhearing.com)), both in research and managerial roles. Since January 2012 he is also a full professor at the Signal Processing Systems Group at TU/e, where he teaches a [course on Bayesian machine learning](http://bmlip.nl) to graduate electrical engineering students. At TU/e he directs the [BIASlab](http://biaslab.github.io) research team of graduate students with whom he conducts [research on transferring
a Bayesian brain theory (the Free Energy Principle) to practical engineering](https://youtu.be/QYbcm6G_wsk).
a Bayesian brain theory (the Free Energy Principle) to practical engineering](https://youtu.be/QYbcm6G_wsk).
3 changes: 0 additions & 3 deletions content/member/bvdmitri.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ sort_position = 4.1
role = "PhD candidate"
+++
My research interests lie in the fields of computers science, machine learning and probabilistic programming. Currently I am a PhD candidate in the SPS group of Electrical Engineering department in Eindhoven University of Technology. I'm working on a high-performant implementation of message passing-based Bayesian inference package in the Julia programming language. My research project focuses on Signal Processing and Active inference applications, but is also aimed to expand the scope of possible applications for message passing in general.



48 changes: 24 additions & 24 deletions content/member/hoang.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
+++
+++
date = "2016-07-12T15:52:22+02:00"
id = "hoang"
interests = ["Differentiable Programming for Speech and Audio Processing", "Bayesian Machine Learning", "Signal Processing"]
name = "Hoang Minh Huu Nguyen"
portrait = "portraits/Hoang.jpeg"
short_bio = "I am a PhD candidate at the Signal Processing Systems group in TU Eindhoven working on Bayesian Machine Learning."
title = "Hoang M.H. Nguyen"
id = "hoang"
interests = ["Differentiable Programming for Speech and Audio Processing", "Bayesian Machine Learning", "Signal Processing"]
name = "Hoang Minh Huu Nguyen"
portrait = "portraits/Hoang.jpeg"
short_bio = "I am a PhD candidate at the Signal Processing Systems group in TU Eindhoven working on Bayesian Machine Learning."
title = "Hoang M.H. Nguyen"
sort_position = 4.3

[[social]]
icon = "envelope"
icon_pack = "fa"
[[social]]
icon = "envelope"
icon_pack = "fa"
link = "mailto:[email protected]"

[[social]]
icon = "github"
icon_pack = "fa"
link = "//github.com/HoangMHNguyen/"
[[social]]
icon = "github"
icon_pack = "fa"
link = "//github.com/HoangMHNguyen/"

[[education]]
course = "MSc in Electrical Engineering"
institution = 'Eindhoven University of Technology'
[[education]]
course = "MSc in Electrical Engineering"
institution = 'Eindhoven University of Technology'
year = 2021

[[education]]
course = "BSc in Electrical Engineering"
institution = 'Vietnam National University HCMC-International University'
[[education]]
course = "BSc in Electrical Engineering"
institution = 'Vietnam National University HCMC-International University'
year = 2018


[[organizations]]
name = "TU Eindhoven"
[[organizations]]
name = "TU Eindhoven"
role = "PhD candidate"

+++
Hoang Minh Huu Nguyen is a PhD candidate in the SPS group of the Electrical Engineering department at the Eindhoven University of Technology. His research focuses on developing usable synthetic active inference agents through the development of scalable real-time Bayesian inference..
+++
Hoang Minh Huu Nguyen is a PhD candidate in the SPS group of the Electrical Engineering department at the Eindhoven University of Technology. His research focuses on developing usable synthetic active inference agents through the development of scalable real-time Bayesian inference..
Loading

0 comments on commit 3f3f8bc

Please sign in to comment.