Compare commits
No commits in common. "8640d5764c2bb093abd5a1cc1ffc2faa24a13e1e" and "61fdc2cbaf6c642fa6242e28e3ccfc5a68bb1b20" have entirely different histories.
8640d5764c
...
61fdc2cbaf
180
views/about0.pug
Normal file
180
views/about0.pug
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
extends layout
|
||||||
|
|
||||||
|
block content
|
||||||
|
header.h-card
|
||||||
|
.header-image
|
||||||
|
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
|
||||||
|
|
||||||
|
.header-description
|
||||||
|
h1
|
||||||
|
| I'm
|
||||||
|
a(href="https://yarmo.eu", rel="me", title="yarmo.eu").u-url.u-uid
|
||||||
|
span.p-name Yarmo Mackenbach
|
||||||
|
| (
|
||||||
|
a(href="https://pronoun.is/he").u-pronoun he/him/his
|
||||||
|
| )
|
||||||
|
p.p-note
|
||||||
|
| Finished a PhD in <span class="p-category">Neurosciences</span>.<br>
|
||||||
|
| Enjoys <span class="p-category">programming</span> and <span class="p-category">making music</span>.<br>
|
||||||
|
| Advocates for <span class="p-category">FOSS</span> and <span class="p-category">online privacy</span>.
|
||||||
|
p
|
||||||
|
a(href="mailto:yarmo@qivro.xyz", rel="me", title="Email").u-email Email
|
||||||
|
| —
|
||||||
|
a(href="xmpp:yarmo@qivro.xyz", rel="me", title="XMPP").u-xmpp XMPP
|
||||||
|
| —
|
||||||
|
a(href="https://fosstodon.org/@yarmo", rel="me", title="Fediverse").u-url Fediverse
|
||||||
|
| —
|
||||||
|
a(href="https://git.yarmo.eu/yarmo", rel="me", title="Gitea").u-url Gitea
|
||||||
|
| —
|
||||||
|
a(href="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", download="/9F0048AC0B23301E1F77E994909F6BD6F80F485D.asc", rel="pgpkey publickey authn", type="text/plain", title="PGP public key") PGP
|
||||||
|
|
||||||
|
main
|
||||||
|
p
|
||||||
|
| Go to:
|
||||||
|
a(href="/") blog
|
||||||
|
| |
|
||||||
|
a(href="/notes") notes
|
||||||
|
| |
|
||||||
|
a(href="/foss") FOSS
|
||||||
|
| |
|
||||||
|
a(href="/projects") projects
|
||||||
|
| |
|
||||||
|
a(href="/music") music
|
||||||
|
| |
|
||||||
|
a(href="/pgp") PGP
|
||||||
|
| |
|
||||||
|
a(href="/contact") contact
|
||||||
|
|
||||||
|
h2 >> About me
|
||||||
|
|
||||||
|
h3 Principles
|
||||||
|
ul
|
||||||
|
li The internet needs to be decentralized
|
||||||
|
li
|
||||||
|
a(href="https://publiccode.eu/") Public money? Public code!
|
||||||
|
li Open science benefits society
|
||||||
|
li Code documentation is essential
|
||||||
|
li
|
||||||
|
| Remove
|
||||||
|
a(href="https://en.wikipedia.org/wiki/Big_Four_tech_companies") GAFAM
|
||||||
|
| from once's life
|
||||||
|
|
||||||
|
h3 Interests
|
||||||
|
ul
|
||||||
|
li Advancing and democratizing science
|
||||||
|
li Building and maintaining a homelab
|
||||||
|
li Statistics, machine learning
|
||||||
|
li Writing decent code
|
||||||
|
li Making music
|
||||||
|
li Halo universe
|
||||||
|
li Podcasts
|
||||||
|
|
||||||
|
h3 Languages (spoken, written, read)
|
||||||
|
ul
|
||||||
|
li Dutch (native)
|
||||||
|
li English (+++)
|
||||||
|
li French (+++)
|
||||||
|
li Portuguese (+)
|
||||||
|
|
||||||
|
h2 >> Science
|
||||||
|
p I have finished a PhD project in the field of Neurosciences. My research focused on the neuronal basis of directional hearing.
|
||||||
|
|
||||||
|
h3 Skills
|
||||||
|
ul
|
||||||
|
li
|
||||||
|
i In vivo
|
||||||
|
| electrophysiology
|
||||||
|
li Histology
|
||||||
|
li Behavioral techniques
|
||||||
|
li Programming & data analysis
|
||||||
|
li Database management (SQL & NoSQL)
|
||||||
|
|
||||||
|
h3 Work experience
|
||||||
|
.wrapper-table
|
||||||
|
table.work-experience
|
||||||
|
thead
|
||||||
|
tr
|
||||||
|
th Years
|
||||||
|
th Name
|
||||||
|
th Location
|
||||||
|
tbody
|
||||||
|
tr
|
||||||
|
td 2015-2019
|
||||||
|
td PhD in Neurosciences
|
||||||
|
td Erasmus MC, Rotterdam, The Netherlands
|
||||||
|
|
||||||
|
h3 Academic record
|
||||||
|
.wrapper-table
|
||||||
|
table.academic-record
|
||||||
|
thead
|
||||||
|
tr
|
||||||
|
th Years
|
||||||
|
th Name
|
||||||
|
th Location
|
||||||
|
tbody
|
||||||
|
tr
|
||||||
|
td 2010-2013
|
||||||
|
td Bachelor Biology
|
||||||
|
td Université Victor Segalen, Bordeaux, France
|
||||||
|
tr
|
||||||
|
td 2013-2015
|
||||||
|
td Master Neurosciences & Neuropsychopharmacology
|
||||||
|
td Université Victor Segalen, Bordeaux, France
|
||||||
|
tr
|
||||||
|
td 2013-2015
|
||||||
|
td Master Cellular & Molecular Biology
|
||||||
|
td Universidade de Coimbra, Portugal
|
||||||
|
tr
|
||||||
|
td 2015-2019
|
||||||
|
td PhD in Neurosciences
|
||||||
|
td Erasmus MC, Rotterdam, The Netherlands
|
||||||
|
|
||||||
|
h3 Publications
|
||||||
|
.wrapper-table
|
||||||
|
table.publications
|
||||||
|
thead
|
||||||
|
tr
|
||||||
|
th Years
|
||||||
|
th Authors
|
||||||
|
th Title
|
||||||
|
tbody
|
||||||
|
tr
|
||||||
|
td 2017
|
||||||
|
td Arnau Busquets-Garcia, [...], Giovanni Marsicano
|
||||||
|
td
|
||||||
|
a(href="https://www.nature.com/articles/mp20174") Pregnenolone blocks cannabinoid-induced acute psychotic-like states in mice
|
||||||
|
|
||||||
|
h2 >> Programming
|
||||||
|
|
||||||
|
h3 Languages used
|
||||||
|
ul
|
||||||
|
li Matlab / Octave
|
||||||
|
li Python
|
||||||
|
li R
|
||||||
|
li HTML / JS / (S)CSS
|
||||||
|
li PHP / NodeJS
|
||||||
|
li SQL / NoSQL (cypher)
|
||||||
|
|
||||||
|
h3 Experience (science)
|
||||||
|
ul
|
||||||
|
li Data visualisation
|
||||||
|
li Fourier / signal processing
|
||||||
|
li Circular statistics
|
||||||
|
li Machine learning
|
||||||
|
|
||||||
|
h3 Experience (hobbies)
|
||||||
|
ul
|
||||||
|
li Homelab / self-hosting
|
||||||
|
li Web design
|
||||||
|
li Raspberry Pi / Arduino
|
||||||
|
li Home automation
|
||||||
|
|
||||||
|
h3 Open source contributions
|
||||||
|
p
|
||||||
|
| Go to:
|
||||||
|
a(href="/foss") FOSS
|
||||||
|
|
||||||
|
h2 >> Music
|
||||||
|
p
|
||||||
|
| Go to:
|
||||||
|
a(href="/music") music
|
||||||
24
views/blog.pug
Normal file
24
views/blog.pug
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
extends layout
|
||||||
|
|
||||||
|
mixin entry($item)
|
||||||
|
.longform_list__item
|
||||||
|
p
|
||||||
|
| !{$item['date_formatted']} >>
|
||||||
|
a(href="{$item['urlrel']}") !{$item['title']}
|
||||||
|
|
||||||
|
block content
|
||||||
|
p
|
||||||
|
| Back to:
|
||||||
|
a(href="/") yarmo.eu
|
||||||
|
h1 Yarmo's blog
|
||||||
|
p
|
||||||
|
| RSS feeds:
|
||||||
|
a(href="/rss/all") blog and notes
|
||||||
|
| |
|
||||||
|
a(href="/rss/blog") blog
|
||||||
|
| |
|
||||||
|
a(href="/rss/notes") notes
|
||||||
|
|
||||||
|
.longform_list
|
||||||
|
each $item in $posts
|
||||||
|
+entry($item)
|
||||||
@ -11,7 +11,6 @@ html
|
|||||||
dyninclude "static/style.css"
|
dyninclude "static/style.css"
|
||||||
link(rel="shortcut icon", href="/favicon.png")
|
link(rel="shortcut icon", href="/favicon.png")
|
||||||
link(rel="alternate", href="/rss/all", title="RSS blog feed for yarmo.eu", type="application/rss+xml")
|
link(rel="alternate", href="/rss/all", title="RSS blog feed for yarmo.eu", type="application/rss+xml")
|
||||||
link(rel="webmention", href="https://webm.yarmo.eu/receive")
|
|
||||||
script(asyc, defer, data-domain="yarmo.eu", src="https://plausible.io/js/plausible.js")
|
script(asyc, defer, data-domain="yarmo.eu", src="https://plausible.io/js/plausible.js")
|
||||||
body
|
body
|
||||||
.container
|
.container
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user