Skip to content

Instantly share code, notes, and snippets.

View tomshanley's full-sized avatar

Tom Shanley tomshanley

View GitHub Profile
@tomshanley
tomshanley / index.html
Last active August 29, 2015 14:00
D3 Simple Example
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Simple Example</title>
<style>
</style>
<body>
@tomshanley
tomshanley / channel-shift.json
Last active April 15, 2020 23:19
Sankey chart with links sorted by category
{"nodes":[
{"name":"Face-to-Face 2014"},
{"name":"Contact Centre 2014"},
{"name":"Digital 2014"},
{"name":"Face-to-Face 2020"},
{"name":"Contact Centre 2020"},
{"name":"Digital 2020"},
{"name":"Removed 2020"}
],
"links":[
@tomshanley
tomshanley / index.html
Last active August 29, 2015 14:00
Project Dependencies
<!DOCTYPE html>
<html lang="en">
<head>
<title>Project Dependencies</title>
<!-- Scripts -->
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<!-- Styles -->
@tomshanley
tomshanley / .block
Last active May 15, 2018 10:33
Sankey - highlight links by doubleclicking nodes
license: mit
@tomshanley
tomshanley / cem2.csv
Last active August 29, 2015 14:00
Linked charts - service journeys
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 16 columns, instead of 6. in line 4.
Product,Interaction,Step,Persona,Channel,TouchPoint,Collateral,Timeliness,Competence,Professionalism,Proficiency,Management,Convenience,Outcome,Total,Summary
Online Directories,Order Google+ product,1,Persona 1,Website - portal,Search and find the ACMEtoolbox,Logged contact @ 1530hrs on 13-08-2013. refers to YPG in footer.,2,2,0,1,0,0,3,8,1
Online Directories,Order Google+ product,2,Persona 1,Website - portal,Search for google+ product information on ACMEtoolbox website,No search function. No reference to google+ anywhere on website. Inconsistent tab references to product headers in toolbox.,1,1,0,1,0,-1,2,4,1
Online Directories,Order Google+ product,3,Persona 1,Website - portal,Searched for google+ product information through ACME Search link,Went to ACME Search Find out MoreMultiple product terms e.g. Search Engine Marketing ACME Search Marketing Search Marketing - then Google Adwords,-1,-1,-1,-1,-2,-2,-2,-10,-1
Online Directories,Order Google+ product,4,Persona 1,Website - portal,Search for ACMEtoolbox co
@tomshanley
tomshanley / index.html
Last active April 24, 2023 16:40 — forked from cfergus/index.html
Sankey with circular references
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://d3js.org/d3.v2.js"></script>
<script type="text/javascript" src="sankey.js"></script>
<title>Sankey Diagram</title>
<style>
@tomshanley
tomshanley / groups.json
Last active August 29, 2015 14:01
Network of groups - force dircected graph
{
"nodes":[
{"name":"Agnes Partee","group":"Organisation 1","single":"no"},
{"name":"Ellyn Arzola","group":"Organisation 1","single":"no"},
{"name":"Antone Milazzo","group":"Organisation 1","single":"no"},
{"name":"Francina Schnee","group":"Organisation 1","single":"no"},
{"name":"Lia Fetzer","group":"Organisation 1","single":"no"},
{"name":"Heike Maurice","group":"Organisation 1","single":"no"},
{"name":"Gertrude Hayek","group":"Organisation 1","single":"no"},
{"name":"Aurea Gayer","group":"Organisation 1","single":"no"},
@tomshanley
tomshanley / ba-skills.tsv
Last active August 29, 2015 14:01
Capabilities - Stacked to multiple
location capabilitygroup capability assessmentdate totalpeople totalyears
Auckland BA Methodologies Planning and Monitoring Q1 13 20
Auckland BA Methodologies Elicitation Q1 13 25
Auckland BA Methodologies Requirements Management and Communication Q1 13 20
Auckland BA Methodologies Enterprise Analysis Q1 11 30
Auckland BA Methodologies Requirements Analysis Q1 13 10
Auckland BA Methodologies Solution Assessment and Validation Q1 11 31
Auckland BA Methodologies Iterative e.g. RUP Q1 13 41
Auckland BA Methodologies Agile - Scrum Q1 11 20
Auckland BA Methodologies BA Practise Mgmt Q1 7 15
@tomshanley
tomshanley / Email.png
Last active August 29, 2015 14:03
Customer Experience Mapping
Email.png
@tomshanley
tomshanley / Email.png
Last active March 11, 2016 01:50
Customer Experience Mapping with transitions
Email.png