websages / tapestry

Nashville xkcd style comic sankey diagram

Home Page:tapestry.wcyd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding a character: just add a line to comics/narrative/soggies_narrative/characters.xml like all the rest Adding a "scene": add a line to comics/narrative/soggies_narrative/narrative.json like all the rest

Duration is in quarters and start time breaks down like:

   1998 0-3
   1999 4-7
   2000 8-11
   2001 12-15
   2002 16-19
   2003 20-23
   2004 24-27
   2005 28-31
   2006 32-35
   2007 36-39
   2008 40-41
   2009 44-47
   2010 48-51
   2011 52-55
   2012 56-59
   2013 60-63
   2014 64-67

so a 18 month job starting in March 2011 would be "start": 49, "duration": 6,

"chars" is the corresponding characters from characters.xml that worked together for a time

"name" is unused by the code and is just there for our sanity.

Adding a logo: just put the logo in comics/narrative/soggies_narrative/scene_images named after the scene id in the narrative.json file (scene "id": 15 would be scene15.png)

To serve up the tapestry page locally:

$ cd $(YOUR_GIT_PATH)/tapestry
$ ruby -run -e httpd . -p 9090

Then hit http://localhost:9090/ with a web browser.

About

Nashville xkcd style comic sankey diagram

tapestry.wcyd.org


Languages

Language:JavaScript 92.2%Language:CSS 4.7%Language:HTML 2.7%Language:Makefile 0.4%