Last month Emily Glaubinger and I were commissioned to draw a chalk mural for BC Tech during a two-day medical trade show. BC Tech is an outsourced medical product development and contract manufacturing company based in Santa Cruz, California.
FUN-A-DAY!!
Create your own project and produce one piece of artwork each day for the entire month of January. Then submit your 31 pieces by early February to be included in one of the six shows this year (Philly, Pittsburgh, Oakland, Boston, Santa Cruz and Portland).
ARTCLASH.COM for more details!
flyer by Kara

If you spent the revenue of an average Burger King restaurant on $1 burgers, the losses incurred would be of equal value to this many $1 burgers.
Inkjet Print and Gouache on Paper
2′x2′
Code Snippet:
float revenue2008 = 2454.7; //in millions
float restaurants2008 = 11565;
//multiply by one million to convert revenue to dollars
int averageRevenue = int(revenue2008/restaurants2008 * 1000000);
int burgerLosses = int(averageRevenue * .10); //you lose 10 cents on each burger
for (int i = 0; i < burgerLosses; i++){
drawBurger();
}

If everyone in the US bought two $1 burgers this year, Burger King would be operating at a loss. Eating burgers is radical politics.
Inkjet Print and Gouache on Paper
2′x2′








