SNEWS2 / snewpy

A Python package for working with supernova neutrinos
https://snewpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
24 stars 17 forks source link

Add a SNEWPY logo #271

Closed JostMigenda closed 9 months ago

JostMigenda commented 9 months ago

Following the discussion on Slack this summer, this PR adds a SNEWPY logo:

snewpy logo: The word 'snewpy' in a monospace font, with an explosion emoji inside the letter 'p'.

In addition to this baseline logo, which is included in the README and docs, there are two alternate logos, which can be used e.g. in talks when highlighting that you’re talking about late-time emission (after successful shock revival) or about failed, BH-forming supernovae:

alternate logo: Like the baseline logo, but with a larger explosion emoji. alternate logo: Like the baseline logo, but with the hole of the letter 'p' filled in to be completely black.

Thanks to @santosmv for asking about a logo (which inspired me to come up with some ideas in the first place) and to @jpkneller, @habig and Barry for feedback and suggestions that led to these final versions!

JostMigenda commented 9 months ago

Good comments, thanks! For the dark version, here’s a first mockup of how that could look:

dark-mode versions of all three logo variants: black font with single-pixel white outline on black background, with explosion emoji as before

I like it in principle, but there’s still a bit of work to do to get the details right; e.g. the inner circle on the "p" looks awkward on the baseline logo. To produce a single file with transparent background that looks right on both black and white backgrounds, I’d probably have to redraw the whole thing from scratch in a dedicated vector graphics editor; and I’m not sure when I’d have time for that.

There’s also the issue that dark mode doesn’t necessarily mean exactly black background; and black font with white outline on dark grey background looks off. So maybe getting it actually right would require two separate images (light mode: black font, no outline; dark mode: white outline only) and a <picture> element with prefers-color-scheme: dark? I care enough that I’d actually like to try that at some point, but that probably won’t be anytime soon; so I don’t think we should wait for that.

Sheshuk commented 9 months ago

Thanks! These look quite nice 👍🏻 But I agree, it needs some more thinking and work, and we shouldn't postpone release because of this.

mcolomermolla commented 9 months ago

I agree that we shouldn't wait for that, I am happy with merging the white background version as it is for now :)