-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.21 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# YAML front matter
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Max De Wilde</title>
{% include links.html %}
</head>
<body>
{% include header.html %}
{% include nav.html %}
<article>
<h2>Looking for semantic solutions?</h2>
<p>After completing my PhD in natural language processing at the <a href="https://www.ulb.be/" target="_blank">Université libre de Bruxelles</a>
(ULB) in 2015, I started working as a consultant for the European Commission and eventually created my own company,
<a href="https://semanticsolutions.eu" target="_blank">Semantic Solutions</a>, in 2018.</p>
<p>When not helping people to make sense of their unstructured data, I teach three classes to Master-level students:
Introduction to computational linguistics and Automated corpora processing at the
<a href="https://max.de.wilde.web.ulb.be/" target="_blank">ULB</a>, and Digital humanities for translators at the
<a href="https://www.unige.ch/fti/en/faculte/enseignants-collaborateurs/max-de-wilde/" target="_blank">University of Geneva</a>.</p>
</article>
{% include aside.html %}
{% include footer.html %}
</body>
</html>