What You Need · Data Walk

Materials

  • 11 plywood sheets (500 x 250 x 2 cm). Note that such dimensions are ideal only if you have access to a professional CNC machine that can deal with sheets so big. If not, you should use more, smaller, sheets and assemble them back together once they are cut by the CNC. It is of uttermost importance that you seek advice from the person operating the machines to know the specs of the machine you will have access to, so that you can plan accordingly the size of wood sheets needed and receive guidance on how to prepare the GCode files accordingly.
  • ~30 screws (10mm diameter)
  • ~30 bolts (10mm diameter)
  • ~30 washers (20mm thick, 10mm diameter)
  • Wood paint (optional)
  • Wood Glue

Hardware

  • CNC Milling Machine
  • Laser cutter (optional)
  • Screwdrivers

Software

  • FreeCAD
  • Inkscape

Estimated Time

  • Modeling: ~ 1 work day / 8h
  • Fabrication: depends greatly on the machine and its operators
  • Assembly: ~ 1 work day / 8h

Estimated Costs

  • Materials: €200
  • Machines: If you don't own the machines, consider renting them at your local FabLab or Hacker Space for about If you don’t own the machines, consider renting them at your local lab - estimate to book time slots for approximately 16 hours in total, but discuss the project first with the lab manager / machine operator because it will vary greatly depending on the specs of the available machine.

These estimates refer to the creation of 2 side-by-side walkable wooden line charts with 10 datapoints each. Scale appropriately to have an idea of how much time and material you need depending on your situation.

What data to start with

Dataset should be a time series with a first column containing dates and two other columns containing values for two different variables. The data should be in a .TSV format, although the filename extension should be .CSV (yes, not intuitive, but this is how the software accepts it).

For our prototype, we used data on number of men and women killed by an intimate partner or ex-partner. The data was extracted from the PDF report “Hearing of the President of the National Institute of Statistics (ISTAT), Giorgio Allieva. Parliamentary Commission for Inquiry on feminicide and on all forms of gender-based violence (2016)”. The following table is what the extracted data looks like and the first three columns are the ones used to generate the data curves of the 3D line chart. You can find the actual .CSV file in the GitHub repo for this project.

year women killed by partner or ex men killed by partner or ex total women killed total men killed total killed women killed by partner or ex - of total killed men killed by partner or ex - of total killed
2002 72 10 187 455 642 39% 2%
2003 79 17 192 524 716 41% 3%
2004 72 26 186 525 711 39% 5%
2005 54 21 132 468 600 41% 4%
2006 91 11 181 439 620 50% 3%
2007 64 17 150 482 632 43% 4%
2008 66 22 149 464 613 44% 5%
2009 83 16 172 417 589 48% 4%
2010 62 14 158 370 528 39% 4%
2011 82 10 170 381 551 48% 3%
2012 74 8 160 368 528 46% 2%
2013 76 8 179 323 502 42% 2%
2014 81 11 148 328 476 55% 3%
2015 70 10 141 328 469 50% 3%
2016 76 7 149 251 400 51% 3%

3D Modeling