Add PEtab SciML logo#85
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
=======================================
Coverage 94.01% 94.01%
=======================================
Files 6 6
Lines 301 301
=======================================
Hits 283 283
Misses 18 18 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dilpath
left a comment
There was a problem hiding this comment.
Looks good! Thanks. Fine as is but for a single logo, one could add a stroke to the "SciML" text so it appears well on both light and dark background.
|
The font looks different between the .png and .svg versions (serif vs sans-serif)? |
We confirmed this is a local issue (might be due to not having the font installed). We are using a non-standard font (Cabin), but to avoid this problem for users all references I have now updated the PR to use the PNG version in all places. |
I think it looks a bit better with specific logos for light and dark (very hard to find universally best colors, e.g., the PEtab blue is not perfect for dark), so lets keep two logos :) |
Adds a logotype for PEtab-SciML. The design aims to stay visually consistent with the main PEtab logo, using the same font, blue color, and table layout, while incorporating a neural network graphic to represent the SciML component. A dark-mode variant is also included for use in the docs and on GitHub (both have a dark-theme).
Most of the changes in the README is due to my markdown auto-formatting in vs-code.