About me

I am a computer engineer and mathematician, having studied a double degree in Mathematics and Computer Science at Universidad Autónoma de Madrid (Spain) and the Master in Computational Science and Engineering at the École Polytechnique Fédérale de Lausanne (Switzerland). I am currently working as a developer and analyst in Naudit High Performance and Computing.

My interests are broad, from parallel computing and low-level networking to the design and development of systems and services. I'm attracted to everything that requires careful thought and innovative solutions, especially if advanced mathematical tools are involved.

Publications

[1]
Guillermo Julián-Moreno, Rafael Leira, Jorge E. López de Vergara, Francisco J. Gómez-Arribas, and Iván González. On the Feasibility of 40 Gbps Network Data Capture and Retention with General Purpose Hardware. In Proceedings of the 33rd Annual ACM Symposium on Applied Computing, SAC '18, 2018.
@inproceedings{Julian-Moreno:2018:FGN:3167132.3167238,
  author = {Juli\'{a}n-Moreno, Guillermo and Leira, Rafael and de Vergara, Jorge E. L\'{o}pez and G\'{o}mez-Arribas, Francisco J. and Gonz\'{a}lez, Iv\'{a}n},
  title = {{On the Feasibility of 40 Gbps Network Data Capture and Retention with General Purpose Hardware}},
  booktitle = {Proceedings of the 33rd Annual ACM Symposium on Applied Computing},
  series = {SAC '18},
  year = {2018},
  url = {http://doi.acm.org/10.1145/3167132.3167238},
  doi = {10.1145/3167132.3167238},
  acmid = {3167238},
  keywords = {DPDK, NVMe, SPDK, multicore architecture, network monitoring, off-the-shelf systems, packet storage, traffic storage}
}
[2]
Guillermo Julián Moreno. Monitoring, capture and intelligent storage of network traffic at 40 Gbps, May 2016. End of degree project.
@misc{hpcap40g,
  author = {Juli\'an Moreno, Guillermo},
  title = {Monitoring, capture and intelligent storage of network traffic at 40 {Gbps}},
  month = {May},
  year = {2016},
  note = {End of degree project.},
  url = {https://repositorio.uam.es/handle/10486/675469}
}
[3]
Guillermo Julián Moreno, Jorge E. López de Vergara, Iván González, Luis de Pedro, Javier Royuela del Val, and Federico Simmross Wattenberg. Fast parallel α-stable distribution function evaluation and parameter estimation using OpenCL in GPGPUs. Statistics and Computing, 2016.
Preprint. DOI.
@article{fastStable,
  author = {Juli\'an Moreno, Guillermo and L\'opez de Vergara, Jorge E.  and Gonz\'alez, Iv\'an and de Pedro, Luis and Royuela del Val, Javier and Simmross Wattenberg, Federico
},
  title = {Fast parallel $\alpha$-stable distribution function evaluation and parameter estimation using {OpenCL} in {GPGPUs}},
  journal = {Statistics and Computing},
  year = {2016},
  doi = {10.1007/s11222-016-9691-9},
  url = {http://gjulianm.me/alpha-stable-gpu-preprint.pdf}
}
[4]
Julián-Moreno, Guillermo. Automatic Estimation of Mixtures of alpha-stable distributions. Master's thesis, École Polytechnique Fédérale de Lausanne (Switzerland), July 2018. Supervisor: Anthony C. Davison.
Download.
@mastersthesis{mixtures,
  author = {{Juli\'{a}n-Moreno, Guillermo}},
  title = {Automatic Estimation of Mixtures of alpha-stable distributions},
  school = {{\'{E}cole Polytechnique F\'{e}d\'{e}rale de Lausanne (Switzerland)}},
  year = {July 2018},
  note = {Supervisor: Anthony C. Davison},
  url = {http://gjulianm.me/MasterThesis_JulianMoreno_MixturesAlphaStables.pdf}
}

This file was generated by bibtex2html 1.98.

LaTeX .bib file

My open source projects

I firmly believe in open source software and I try to open source most of the personal projects I develop. Here are some of them:

Math - CS notes (In spanish) During my degree in Mathematics and Computer Engineering, some students decided to take notes in LaTeX of our classes and publish them in Github. I've written some of those subjects and contributed to others. I've been also the main developer of the auxiliar LaTeX packages and macros used.

Ocell This Twitter client started as a test to see what could be done with Windows Phone. Over time, it became a complete client with advanced features, such as multiple columns, advanced filtering or multiple account management. It was discontinued after a lack of time and lack of intereset in the Windows Phone platform.

AncoraMVVM As I started doing more Windows Phone work, I found that the existing MVVM frameworks didn't exactly suit my needs. AncoraMVVM is a framework targeted to the Portable Class Library (PCL) with features that help and speed up Windows Phone development.

Latex-CD A system to automatically compile and upload LaTeX documents from a git repository, capable of automatically reporting build failures as Github issues. Explained in depth in my personal blog.