clean up website
[martlubbers.net.git] / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3 <head>
4 <title>Mart Lubbers' Site</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <style>
8 body {
9 font-family: monospace;
10 font-size: 150%;
11 }
12 td {
13 vertical-align: top;
14 }
15 th {
16 text-align: left;
17 }
18 </style>
19 </head>
20 <body>
21 <h2>Mart Lubbers</h2>
22 <table>
23 <tr>
24 <td><img src="./p.jpg" width="120" alt="Photo" /></td>
25 <td>
26 Master Student (Software Science)<br />
27 Radboud University<br />
28 <tt>mart@martlubbers.net(GPG: <a href="http://martlubbers.net/mart@martlubbers.net.asc" title="Fingerprint: 74FF FBF1 4758 273B 2F56 A30C A937 B7A1 AD3F EBE7">AD3FEBE7</a>)</tt><br />
29 <a href="http://www.linkedin.com/pub/mart-lubbers/1b/76a/763">LinkedIn</a> - <a href="https://github.com/dopefishh">Github</a> - <a href="https://ygdrassil.martlubbers.net/git">Other git repos</a>
30 </td>
31 </table>
32
33 <h3>Work</h3>
34 <table>
35 <tr>
36 <th>From</th>
37 <th>Till</th>
38 <th>Function</th>
39 </tr>
40 <tr>
41 <td>2016-02</td>
42 <td></td>
43 <td>Student assistant at the Radboud University for the Bachelor courses:
44 <a href="http://www.studiegids.science.ru.nl/2015/science/course/37072/">Functional programming 1</a>,
45 <a href="http://www.studiegids.science.ru.nl/2015/science/course/37073/">Functional Programming 2</a> and
46 <a href="http://www.studiegids.science.ru.nl/2015/science/course/36978/">Web Security</a>
47 </td>
48 </tr>
49 <tr>
50 <td>2015-04</td>
51 <td></td>
52 <td>Owner of <span title="email me for kvk/btw">ITLubbers</span>.
53 A company Mart started to help with software and hardware development.</td>
54 </tr>
55 <tr>
56 <td>2013-06</td>
57 <td>2015-12</td>
58 <td>Student Assistant at <a href="http://www.mpi.nl/">Max Planck Institute for Psycholinguistics</a>
59 Processing and collecting data and developing software in the <a href="http://www.mpi.nl/departments/language-and-cognition">LaC</a> department.</td>
60 </tr>
61 <tr>
62 <td>2012-03</td>
63 <td>2013-08</td>
64 <td>Student at <a href="http://www.studentaanhuis.nl">Studentaanhuis.nl</a></td>
65 </tr>
66 </table>
67
68 <h3>Publications</h3>
69 <p>Schuerman, W., Torreira, F., &amp; Lubbers, Mart. (2015). Praatalign: Phonetic Alignment Made Easier For Psycholinguistic Data Processing. Architectures and Mechanisms for Language Processing, 92.</p>
70
71 <h3>Teaching and talks</h3>
72 <table>
73 <tr>
74 <th>Date/Files</th>
75 <th>Description</th>
76 </tr>
77 <tr>
78 <td><a href="https://ygdrassil.martlubbers.net/git/ai-workshop.git/">2016-03-16</a></td>
79 <td><a href="http://www.git-scm.com/">Git</a> workshop for <a href="http://www.ru.nl/artificialintelligence/">AI</a> students.</td>
80 </tr>
81 <tr>
82 <td><a href="https://ygdrassil.martlubbers.net/git/linuxnijmegen-latex.git/">2015-12-08</a></td>
83 <td><a href="https://www.latex-project.org">LaTeX</a> workshop. <a href="http://www.linuxnijmegen.nl/">LUGN</a></td>
84 </tr>
85 <tr>
86 <td><a href="https://ygdrassil.martlubbers.net/git/linuxnijmegen-mutt.git/">2015-07-14</a></td>
87 <td><a href="http://mutt.org">Mutt</a> workshop. <a href="http://www.linuxnijmegen.nl/">LUGN</a></td>
88 </tr>
89 <tr>
90 <td><a href="https://ygdrassil.martlubbers.net/git/ai-gitflashtalk.git/">2015-04-20</a></td>
91 <td><a href="http://www.git-scm.com/">Git</a> flashtalk for <a href="http://www.ru.nl/artificialintelligence/">AI</a> students.</td>
92 </tr>
93 <tr>
94 <td><a href="files/pympi_presentation2014.zip">2014-09-29</a></td>
95 <td><a href="https://tla.mpi.nl/tools/tla-tools/elan/">ELAN</a>-<a href="https://www.python.org/">Python</a> mini-course(<a href="https://github.com/dopefishh/pympi">pympi</a>). <a href="http://www.mpi.nl">MPI</a></td>
96 </tr>
97 <tr>
98 <td><a href="https://ygdrassil.martlubbers.net/git/linuxnijmegen-bash.git/">2014-09-09</a></td>
99 <td>Introduction to the command line and <a href="https://www.gnu.org/software/bash/">bash</a>. <a href="http://www.linuxnijmegen.nl/">LUGN</a></td>
100 </tr>
101 <tr>
102 <td><a href="https://ygdrassil.martlubbers.net/git/linuxnijmegen-ssh.git/">2014-07-08</a></td>
103 <td>Advanced usage of <a href="http://www.openssh.com/">ssh</a>. <a href="http://www.linuxnijmegen.nl/">LUGN</a></td>
104 </tr>
105 </table>
106
107 <h3>Software, libraries and projects</h3>
108 <ul>
109 <li><a href="https://github.com/dopefishh/btd">btd</a> - Concept reference manager using a client server model.</li>
110 <li><a href="https://github.com/dopefishh/cloogle">cloogle</a> - Cloogle, a hoogle clone for clean. Live version <a href="http://cloogle.org">here</a>.</li>
111 <li><a href="https://github.com/dopefishh/pycards">pycards</a> - Python flashcard software.</li>
112 <li><a href="https://github.com/dopefishh/praatalign">praatalign</a> - An interactive praat forced aligner, easily extensible for more languages.</li>
113 <li><a href="https://github.com/dopefishh/pympi">pympi</a> - A python toolkit to interact with Praat and Elan files.</li>
114 </ul>
115
116 <h3>Tutorials or manuals</h3>
117 <ul>
118 <li><a href="dvorak.html">Dvorak page</a></li>
119 </ul>
120
121 <h3>Other Interests</h3>
122 <ul>
123 <li>Heavy metal music</li>
124 <li>Hacking</li>
125 <li><a href="http://www.howchuenmonkeykungfu.nl">Kung fu</a></li>
126 <li><a href="http://linuxnijmegen.nl">Linux</a></li>
127 <li>Parkour</li>
128 </ul>
129
130 <h3>Suspended projects/archive</h3>
131 <ul>
132 <li><a href="https://github.com/dopefishh/cleanwhile">CleanWhile</a> - A While parser and interpreter written in Clean.</li>
133 <li><a href="https://github.com/dopefishh/vocatrainer">Vocatrainer</a> - A pure bash vocabulary trainer.</li>
134 <li><a href="archive/lejos-ubuntu.html">Install LeJoS on any debian based linux</a></li>
135 <li><a href="archive/youtube-term.html">Play youtube videos on headless machine</a></li>
136 <li><a href="archive/nsa-dropbox.html">Use any untrusted linux cloud storage safe</a></li>
137 <li><a href="archive/wlan-debian.html">Wlan w.o. network manager on debian</a></li>
138 <li><a href="https://github.com/dopefishh/pynterfaces">pynterfaces</a> - A python toolkit to modify your /etc/network/interfaces file to make network managers unneeded(wifi included)</li>
139 <li><a href="https://github.com/dopefishh/dwifi">dWifi</a> - A cli network manager for linux</li>
140 <li>TALK - A pure java text adventure engine</li>
141 <li>Kasparobot - A chess playing robot made with LEGO mindstorm</li>
142 <li>Logic gate simulator - A pure java logic gate simulator</li>
143 </ul>
144
145 <p>Valid XHTML 1.0 Strict</p>
146 <p>Best viewed with a screen resolution &gt;= 320x200 in one of <a href="https://en.wikipedia.org/wiki/List_of_web_browsers">these browsers.</a></p>
147 <p>Last updated: 16-05-13</p>
148 </body>
149 </html>