diff --git a/content/03_shannon_transfer.md b/content/03_shannon_transfer.md
new file mode 100644
index 0000000000000000000000000000000000000000..9d3a9ea2a37b20ce2cdd3b3f343495b0c3310ea6
--- /dev/null
+++ b/content/03_shannon_transfer.md
@@ -0,0 +1,23 @@
++++
+title = "Shannon Transfer"
+date = "2018-09-16"
+menu = "main"
+weight = 4
++++
+
+## A Practical Analysis of Vinyl Cutting Machines
+
+This past week we learned how to use a vinyl cutter. This is a new tool for me and I'm excited to try it out. As a small token of appreciation for formalizing digital circuit design, I decided to cut a portrait of Claude Shannon to apply to my desktop computer.
+
+Not surprisingly, there aren't many vector images of Claude Shannon online. So I edited a raster image in Photoshop until I had a nice looking two tone version. I also managed to vectorize this image in Photoshop, but whenever I tried to save the results the program got stuck. So I installed Inkscape and used it for bitmap tracing.
+
+![](/img/03_source_collage.jpg#c)
+
+Despite all the detail, the vinyl cutter only took a few minutes to cut my design. Weeding, however, took two hours. Finally I removed a panel from my desktop's enclosure and transfered the image.
+
+![](/img/03_weeding_collage.jpg#c)
+
+I'm quite pleased with the result! The vinyl cutter is a tool I now see myself using regularly.
+
+![](/img/03_shannon_desktop.jpg#c)
+
diff --git a/static/img/03_shannon_desktop.jpg b/static/img/03_shannon_desktop.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4fb523adfa0fff27d8251543b4caa2db5253ea4b
Binary files /dev/null and b/static/img/03_shannon_desktop.jpg differ
diff --git a/static/img/03_source_collage.jpg b/static/img/03_source_collage.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9b7a6592f1e0a91a4c4703124116a39b02bbb811
Binary files /dev/null and b/static/img/03_source_collage.jpg differ
diff --git a/static/img/03_weeding_collage.jpg b/static/img/03_weeding_collage.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6c805d0100365ee7e6f5ad281d09c3745e0cc00c
Binary files /dev/null and b/static/img/03_weeding_collage.jpg differ