My favorite is the M.C. Escher nabla logo from @cormullion. It’s both simple and compelling.
Let’s do a poll between the most popular orientations! The options are:
- Initial organization logo from GitHub
- \nabla f with blended colors by @gdalle
- Original Escher \nabla by @cormullion
- Rainbows and arrows by @lmiq
- Nested \nabla by @lmiq
- 3D Escher \nabla by @gdalle
- Relativistic Julia gradient by @rafael.guerra
- \nabla of Julia dots by @gdalle
Beware that the options in the poll are in a different order
-
- Initial organization logo
-
- \nabla f with blended colors
-
- Original Escher \nabla
-
- Rainbows and arrows
-
- Nested \nabla
-
- 3D Escher
-
- Relativistic Julia gradient
-
- \nabla of Julia dots
are you able to make the poll multiple-choice?
I am worried single-choice will split votes among similar options
done
My favorite logo is not here yet. “Original Escher” is the most aesthetically pleasing, but lacking mathematical context. “∇ of Julia dots” is OK, but the proportions don’t feel perfect - maybe make nabla a bit taller?
The poll is on the broad orientation, we can hash out the details later
My favourite would be Original Escher with Julia dots, so great that I could check both of these in the poll.
Hope to contribute to Diff-Stuff somewhen as well (then for sure with manifolds involved).
I’m a physicist so it is the divergence of the current density!
or with some shape perception shenanigans?
@drawsvg begin
scale(150, 150)
juliacircles(0.5)
dsize = 1
for i in 1:3
@layer begin
rotate(i * 2pi/3 - 2pi/12)
ngon(Point(dsize, 0), 0.2 * dsize, 3, 0, action=:path)
end
end
sethue(Colors.JULIA_LOGO_COLORS.blue)
fillpath()
sethue("white")
setfillrule(:even_odd)
ngon(O, dsize, 3, -π/6, action=:path)
ngon(O + (dsize / 10, 0), 0.7 * dsize, 3, -π/6, action=:path)
fillpath()
end 400 400
Maybe I’m too much wanna-be minimalist, but this I personally find \nabla and the three dots too much, I would prefer just the \nabla. Or maybe even more elementary partial derivatives (given that not everything one computes is a gradient):
The poll is unambiguous, the general direction of the logo will be the \nabla of Julia dots.
From now on we’ll focus on suggestions of design for this specific direction, such as:
- respective size of the gradient and dots
- spacing between letters
- contours
- etc.
The code is available in the following Pluto notebook, if you want to play around
Without further inputs I’m inclined to go with what we have now, and possibly adjust later?
I have updated the logo on the GitHub organization