CINXE.COM
About me
<!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link href="https://fonts.googleapis.com/css?family=Merriweather:300|Raleway:400,700" rel="stylesheet"> <link rel="stylesheet" href="/assets/css/style.css"> <title>About me</title> <script type="text/javascript" src="/assets/js/darkmode.js"></script> <link rel="stylesheet" href="/assets/css/academicons.min.css"/> </head><body> <main class="container"> <section class="about"> <div class="about-header condensed"> <div class="about-title"> <a href="/"> <img src="/assets/me.png" alt="Nanne van Noord" /> </a> <h2 id="title"> <a href="/">Nanne van Noord</a> </h2> </div><p class="tagline">Assistant Professor of Visual Culture and Multimedia</p></div> <ul class="social about-footer condensed"><a href="https://github.com/nanne" target="_blank"> <li> <i class="icon-github-circled"></i> </li> </a><a href="https://twitter.com/nannevn" target="_blank"> <li> <i class="icon-twitter-squared"></i> </li> </a><a href="https://scholar.google.com/citations?user=wFDJzDkAAAAJ" target="_blank"> <li> <i class="ai ai-2x ai-google-scholar"></i> </li> </a></ul><nav class="navigation about-footer condensed"> <ul> <li> <a href="/about">About</a> </li> <li> <a href="mailto:n.j.e.vannoord@uva.nl">Contact</a> </li> </ul> </nav><div class="about-footer condensed"> <p>Dark Mode <i class="icon-moon"></i> <label class="switch"> <input type="checkbox" class="dark-mode-toggle"> <span class="slider round" onclick="toggleDarkMode()"></span> </label> </p> </div> </section> <section class="content"> <div class="post-container"> <div class="post"> <h1 id="about-me">About me</h1> <p>Hi, I鈥檓 Nanne and I鈥檓 an Assistant Professor in the <a href="https://multix.io/">Multimedia Analytics</a> lab of the University of Amsterdam. I鈥檓 interested in improving <strong>Multimedia Analysis</strong> with and for <strong>Visual Culture</strong>.</p> <p>Before this I was a Postdoc in <a href="https://www.create.humanities.uva.nl">CREATE</a> working to improve the Computer Vision capabilties of the <a href="https://clariah.nl">CLARIAH</a> infrastructure. This followed my first Postdoc position at the <a href="https://ivi.fnwi.uva.nl/isis/">ISIS group</a> in the <a href="https://sensorymovingimagearchive.humanities.uva.nl/">SEMIA</a> project. In SEMIA I worked on techniques for exploring AV archives based on perceptual and sensory features.</p> <p>I wrote my PhD thesis at Tilburg University on representation learning for artistic style, the digital version of which can be found <a href="/papers/thesis.pdf">here</a>.</p> <p align="center"> <a href="/papers/thesis.pdf"> <img src="/assets/cover.png" width="30%" /> </a> </p> </div> </div> </section> <footer class="condensed"> <ul class="social about-footer condensed"><a href="https://github.com/nanne" target="_blank"> <li> <i class="icon-github-circled"></i> </li> </a><a href="https://twitter.com/nannevn" target="_blank"> <li> <i class="icon-twitter-squared"></i> </li> </a><a href="https://scholar.google.com/citations?user=wFDJzDkAAAAJ" target="_blank"> <li> <i class="ai ai-2x ai-google-scholar"></i> </li> </a></ul><nav class="navigation about-footer condensed"> <ul> <li> <a href="/about">About</a> </li> <li> <a href="mailto:n.j.e.vannoord@uva.nl">Contact</a> </li> </ul> </nav><div class="about-footer condensed"> <p>Dark Mode <i class="icon-moon"></i> <label class="switch"> <input type="checkbox" class="dark-mode-toggle"> <span class="slider round" onclick="toggleDarkMode()"></span> </label> </p> </div> </footer> </main> <script type="text/javascript" src="/assets/js/darkmode.js"></script> </body> </html>