Closed peterdesmet closed 6 years ago
I'm thinking we might have to keep it very simple for a logo.
How about a typical bloom, or maybe even a layering event like in the bioRad paper
Of the two I like green as a color better
Nice, do you have that bloom without the gray grid background (just white)? Or the pvol file and code to recreate it?
Nice!
I like the purple one with the green blooms in it π¬
Once we have one, we can order stickers and decorate our laptops. β¨π»β¨
mhm...
Testing with the single bloom + url
They look great! I don't think anyone will notice that the bloom is cut off. After consulting an expert @adokter and I have now agreed on the purple one too π
@adokter and I have now agreed on the purple one too
ππYay, purple! Agreeing on colours is one of the hardest things to do! π
Last thing I need to finalize the logo is the bloom without the gray grid. Or even better: the pvol file and code to recreate that plot.
pvol file here: https://www.dropbox.com/s/2q9l70jn6pymm2u/KBRO20170514_055831_V06?dl=1
Code to make the figure:
pvol=read_pvolfile("KBRO20170514_055831_V06")
my_ppi=project_as_ppi(pvol$scans[[2]],range_max=120000)
p_dbz=plot(my_ppi,xlim=c(-100000,100000),ylim=c(-100000,100000),zlim=c(-10,20))
ggsave("KBRO20170514_plot_dbz.pdf",p_dbz,scale=.75)
@adokter does that code require a running docker?
@adokter does that code require a running docker?
Yes you do ... is that a problem?
Didn't realize read_pvolfile
required docker and never had to use it until now. π¬Got it installed and working now. Updated code for plot:
library(bioRad)
library(ggplot2)
pvol <- read_pvolfile("KBRO20170514_055831_V06")
my_ppi <- project_as_ppi(pvol$scans[[2]], range_max = 120000)
plot <- plot(my_ppi, xlim = c(-120000,120000), ylim = c(-120000,120000), zlim = c(-10,20)) +
theme_void() +
theme(legend.position = "none")
ggsave("bloom.png", plot, bg = "transparent", units = "cm", width = 10, height = 10)
Next/final version: no grid lines, bloom no longer cut off, slight gradient to make plot pop more, while keeping white text readable.
Please let me know ππ if I can add it as the final version to the repo. I'll then also include a high-res version here.
@adokter @stijnvanhoey @CeciliaNilsson709 β€οΈAwesome! Logo included in repo + added to website (pending #143).
Here's the 300dpi hres version:
Now we only need to order stickers. π€©
Very nice, guys! ;-)
I want to create a hex logo for the bioRad package. Hex logos are becoming a bit of a norm for R packages. Once we have one, we can order stickers and decorate our laptops. β¨π»β¨
Here's a first attempt.
Todo: