-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
177 lines (155 loc) · 7.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>The Organization</title>
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='//cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js'></script>
<script src='//cdnjs.cloudflare.com/ajax/libs/metrics-graphics/2.6.0/metricsgraphics.min.js'></script>
<link href='https://cdnjs.cloudflare.com/ajax/libs/metrics-graphics/2.6.0/metricsgraphics.css' charset='utf-8' rel='stylesheet' type='text/css'>
<link href='https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css' rel='stylesheet' type='text/css'>
<link href='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css' rel='stylesheet' type='text/css'>
<link href='css/styles.css' charset='utf-8' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css' />
</head>
<body>
<div class='container'>
<div class='row'>
<div class='col-md-3'>
<div class='manager-combo-box'>
Pick a manager <select>
<option value='-1'>
Show all
</option>
</select>
</div>
<div class='data-box'>
<div class='no-margin manager'></div>
<div class='no-margin manages'></div>
<div class='no-margin team-size'></div>
<div class='team-collocated'></div>
<div class='lost-hours'></div>
<div class='team-spread'></div>
<div class='time-zone'></div>
<div class='managers-team-across-timezones'></div>
<div class='notes'><i><sup>*</sup> The difference between the timezone
with the largest group of staff (mode) and the farthest timezone from
the mode.</i></div>
</div>
</div>
<div class='col-md-8 matrix text-center'>
<div class='dsm hidden-sm hidden-xs'></div>
<div class='legend hidden-sm hidden-xs'>
<div class='APAC'>Asia Pacific</div>
<div class='CANADA'>Canada</div>
<div class='EMEA'>Europe, Middle East and Africa</div>
<div class='LATAM'>Latin America</div>
<div class='USA'>USA</div>
</div>
<div class='matrix-details'>
Elements: 863, Density: 0.34%<br />
Total staff: <span class='total_employees'></span>,
Distance to CEO (mean, median): 3<br />
Team sizes: 15 (mean), 5 (median), 2 (mode)
</div>
<div class='region-table'>
<table class='table'>
<tr>
<td></td>
<td>Asia Pacific</td>
<td>Canada</td>
<td>EMEA</td>
<td>Latin America</td>
<td>USA</td>
</tr>
<tr class='employees-by-region'>
<td class='text-left'>Staff by
region:</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class='managers-by-region'>
<td class='text-left'>Managers by
region:</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</div>
</div>
<div class='col-md-1'></div>
</div>
<div class='row'>
<div class='col-lg-3'></div>
<div class='col-lg-8'>
<p class='prose-first-paragraph'>This is an interactive Design
Structure Matrix (DSM) where a dot indicates that the employee
along the left side reports to the employee along the top. The
DSM is a visibility matrix, which means that in addition to showing
direct reports, we also show indirect reports. Hence, an employee
is shown as reporting to his or her direct manager, as well as to
his or her manager's manager and so on. We achieve this through
matrix multiplication.</p>
<p>The term for the number of managers that an employee reports to,
directly or indirectly, is <i>fan-out</i> and the term for the number
of staff that report to a particular manager is <i>fan-in</i>. The
manager with the largest team is hence the manager with the largest
fan-in, and taking an average of the fan-out for all staff gives us
a sense of the average distance to the CEO.</p>
<p>Depending on how the matrix is sorted, different clusters of dots
indicate different things. When we sort the matrix by timezone, then
location then manager—the current case—vertical lines show
staff who are either physically close to each other or in the same
timezone. The more spread out a vertical line is, the more spread out
a manager's team members are.</p>
<p><b>You can mouse-over the matrix to reveal details about its various
parts or view details about a particular manager's team by clicking
anywhere on the matrix or by choosing a manager from the dropdown.</b></p>
<p> </p>
<h1>How spread out are teams?</h1>
<p>Of the <span class='number-of-teams'></span> teams at INITECH, 23
teams are entirely in the same timezone or within two hours of the same
timezone; 12 teams have a maximum time difference of 18 to 20 hours.</p>
<div class='row'>
<div class='col-sm-6 lost-hours-distribution text-center'></div>
<div class='col-sm-6 max-timezone-distribution text-center'></div>
</div>
<p> </p>
<p>Here is a look at the most spread out of INITECH's
<span class='number-of-teams'></span> teams:</p>
<div class='text-center'>
<table class='most-spread-out table'>
<tr>
<td></td>
<td>Manager</td>
<td>Team size</td>
<td>Maximum time difference</td>
</tr>
</table>
</div>
<p> </p>
<p>Here is a look at the least spread out teams that have at least two
or more staff on them:</p>
<div class='text-center'>
<table class='least-spread-out table'>
<tr>
<td></td>
<td>Manager</td>
<td>Team size</td>
<td>Maximum time difference</td>
</tr>
</table>
</div>
</div>
<div class='col-lg-1'></div>
</div>
</div>
<script src='js/main.js'></script>
</body>
</html>