agarnung.github.io

Hi! Welcome to my website

I am Alejandro, years old. Here, you can take a look at my (personal) projects (I have selected several that are available on my GitHub profile), blog (where I document and share insights about computer vision, image processing, math, geometry and engineering, among other topics), publications (a mix of informal, formal, and quasi-formal documents I find valuable for anyone interested in my fields), and, if you'd like to know more about me, additional information.

Free time?,
<div> 🚀 This site is under continuous development 🚀 </div>
 element with the mermaid div
      const preElement = block.parentElement;
      preElement.parentNode.replaceChild(mermaidDiv, preElement);
    });
    
    // Re-run mermaid to render the new diagrams
    mermaid.run();
  });