Projects
CiDAMO
At the Federal University of Paraná, while I was a professor, I helped create CiDAMO, a data science, machine learning, and optimization group. We created the group in 2018 (or 2017?) in order to attend to the increasing interest in data science from the students and from ourselves.
We organized a few events and meetups, although COVID really disrupted operations. In the beginning of 2020 we manage to have an in-person week-long event (called CiDWeek) with over 300 participants, with presentations from companies, professors, and students.
Projects
Jill
Jill is a command line installer for Julia. It works with Linux and OSX via bash, and you can quickly start using it with
curl -fsSL https://raw.githubusercontent.com/abelsiqueira/jill/main/jill.sh > jill.sh sudo bash jill.sh More in-depth The objectives of Jill are
One line installation of any Julia version; Easy to maintain/update when a new Julia version is released; Be lightweight with low dependencies. Whenever a version of Julia is installed, links are made to julia-x, julia-x.
Projects
JuliaSmoothOptimizers
JuliaSmoothOptimizers (JSO) is an organization that I co-created with Dominique Orban around 2015 (or 14?) to store our optimization packages. The main idea of our packages is to enable high-quality development of optimization solvers, and it now contains over 60 packages. The main research area of JSO is nonlinear continuous optimization. Originally we looked only into twice differentiable problems, although that is changing a bit now, with some more general packages.
Projects
ThinkJulia
I helped with the translation of the ThinkJulia book to Portuguese. I was involved managing the translation team with weekly meetings, and reviewing the submitted chapters.
The end result is available here: https://juliaintro.github.io/JuliaIntroBR.jl/.