https://arnocoomans.be/

Submitted URL:
https://arnocoomans.be/
Report Finished:

The outgoing links identified from the page

LinkText
https://x.com/arno_coomanstwitter link
https://www.linkedin.com/in/arno-coomans/linkedin link
https://github.com/ArnoCogithub link
https://studios.disneyresearch.com/Disney Research Zürich
https://graphics.cs.kuleuven.be/computer graphics group
https://doi.org/10.1111/cgf.15014Paper
https://dl.acm.org/doi/abs/10.1145/3592431Paper

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Arno Coomans</title>
    <link rel="stylesheet" type="text/css" href="styles/main.css">
  </head>
  <body>
    <div class="centered-row" style="margin-top: 32px">
      <div class="content">
        <!-- header -->
        <div class="centered-row">
          <div class="centered-column">
            <div style="font-size: xx-large">Arno Coomans</div>
            <div class="header-crumbs">
              <a href="https://x.com/arno_coomans" target="_blank" aria-label="twitter link">
                  <img src="img/x.svg" alt="Twitter/X">
              </a>
              <a href="https://www.linkedin.com/in/arno-coomans/" aria-label="linkedin link" target="_blank">
                  <img src="img/linkedin.svg" alt="Linkedin">
              </a>
              <a href="mailto:[email protected]" target="_blank" aria-label="email link">
                  <img src="img/mail.svg" alt="Email">
              </a>
              <a href="https://github.com/ArnoCo" target="_blank" aria-label="github link">
                  <img src="img/github.svg" alt="Github">
              </a>
            </div>
          </div>
        </div>

        <!-- hello fellow source code reader -->

        <!-- bio -->
        <div class="bio-container">
          <div>
            <p>Hi, I am Arno ☕</p>

            <p>
              I am a Research Engineer at Huawei Zürich with a love
              for coffee, pretty caustics and machine learning.
            </p>

            <p> 
              My domain of expertise lies at the intersection of machine learning and 
              computer graphics. In recent years, I focused on <b>neural representations</b>,
              <b>reinforcement learning</b>, <b>importance sampling</b> and the <b>Many Lights problem</b>.
            </p>

            <p>
              Before joining Huawei, I interned at
              <a href="https://studios.disneyresearch.com/" target="_blank">Disney Research Zürich</a>
              where I worked on machine learning and rendering. I also worked in
              Philip Dutré's
              <a href="https://graphics.cs.kuleuven.be/" target="_blank">computer graphics group</a>
              in Leuven, Belgium. My academic background includes a master's
              degree in computer science/machine learning from KU Leuven.
            </p>
          </div>
          <div class="headshot">
            <img src="./img/me.jpg" alt="old picture I use for everything">
          </div>
        </div>

        <!-- projects -->
        <h3>Publications</h3>

        <div class="publication-list">
          <div class="publication">
            <img src="./img/dynamic.jpg" alt="preview of the bunnies scene">
            <div class="description">
              <div class="title">
                Real-time Neural Rendering of Dynamic Light Fields
              </div>
              <div class="authors">
                <div class="me">Arno Coomans</div>
                , Edoardo A. Dominici, Christian Döring, Joerg H. Mueller, Jozef
                Hladky, Markus Steinberger
              </div>
              <div class="venue">Computer Graphics Forum (EG), 2024</div>
              <div class="project-links">
                <div class="link">
                  <a href="https://doi.org/10.1111/cgf.15014">Paper</a>
                </div>
                <div class="link">
                  <a href="./eg2024">Project</a>
                </div>
              </div>
            </div>
          </div>

          <div class="publication">
            <img src="./img/osc.jpg" alt="preview of the bistro interior using OSC">
            <div class="description">
              <div class="title">
                Effect-based Multi-viewer Caching for Cloud-native Rendering
              </div>
              <div class="authors">
                Alexander Weinrauch, Wolfgang Tatzgern, Pascal Stadlbauer,
                Alexis Crickx, Jozef Hladky,
                <div class="me">Arno Coomans</div>
                , Martin Winter, Joerg H. Mueller, Markus Steinberger
              </div>
              <div class="venue">SIGGRAPH (Journal Track), 2023</div>
              <div class="link">
                <a href="https://dl.acm.org/doi/abs/10.1145/3592431">Paper</a>
              </div>
            </div>
          </div>
        </div>
        <!-- end -->
      </div>
    </div>
  

</body></html>