Design
Access NU Creative Cloud
We have access to In Design, Illustrator, Photoshop, and Adobe Pro (for editing pdfs). Here is how to access the Adobe Creative Cloud and make sure to follow the instructions here (choose “active directory”)
Guidance and resources
Aug 31 2021 Lab meeting recording - Data Viz discussion from the NU specialist (ask Katie for password)
Templates
A Keynote color/font template for presentations and posters
A ggtheme for graphs with white backgrounds and dark grey lines
ggtheme <- theme_bw() + theme(panel.grid.major = element_blank(), panel.grid.minor = element_blank(),
panel.background = element_blank(), panel.border=element_blank(), axis.line = element_line(colour=“grey30”),
axis.title = element_text(colour=“grey20”), axis.text = (element_text(colour=“grey30”)),
legend.title = element_text(colour=“grey20”), legend.text = element_text(colour=“grey30”))