Inspired by the many good things I see while on my digital journey, I feel like sharing some of the most striking editorials, uproariously funny reels or simply delicious content that I encounter.| Content Matters
Dear Friends, It's December 6! We're a week out from my birthday! I have scraps of letters I was writing in November that I haven't sent because that month managed to feel several months long and also vanish in an eye-blink. But since we're now less than three months out| Amal El-Mohtar
If you're in Canada, this informational google doc is updated almost daily with information, scripts, and direct actions you can take to pressure our government into withdrawing its support for Palestinian genocide. If you're in the US, Jewish Voice for Peace has many tools for coordinating action. I hope that| Amal El-Mohtar
The following actions are more important to me than anything to do with my career, and I hope you won't skip past them. If you're in Canada, this informational google doc is updated almost daily with information, scripts, and direct actions you can take to pressure our government into ceasing| Amal El-Mohtar
There was a recent email thread in the IsoStat listserv about a cool visualization that recently came out in the New York Times showing COVID-19 cases over time. This sparked a discussion about whether this was possible to recreate in R with ggplot, so of course I gave it a try! library(tidycensus)library(tidyverse)library(geofacet)library(zoo) The plot shows cases per 100,000 by state, so I first needed to pull population data. To do that I used the tidycensus package. (If you don’t have a...|