-
Notifications
You must be signed in to change notification settings - Fork 47
/
index.html
56 lines (55 loc) · 1.49 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
---
layout: default
title: Collaboration
permalink: /
---
<div class="chart-placeholder row-centered">
<h3>Collaboration Across Organizations</h3>
<svg
width="1000"
height="1000"
data-url="{{ site.dataURL }}/org-collaboration.tsv"
data-type="chord"
data-config='{
"showRawDataLink": false,
"views":
[
{
"label": "2 w",
"tooltip": "Show the last 2 weeks"
},
{
"label": "2 m",
"tooltip": "Show the last 2 months"
},
{
"label": "2 y",
"tooltip": "Show the last 2 years"
}
]
}'
></svg>
<div class="info-box">
<p>
<select class="org-selection"></select>
</p>
</div>
<div class="info-box">
<p>
The top 50 connections between organizations over the last two weeks, two months, or two years.
</p>
<p>
A connection between two organizations is rated higher the more people contribute to both organizations.
Users are considered <em>members</em> of an organization if the majority of their pushes were made to this organization.
</p>
</div>
<div class="info-box">
<p>
The depicted collaboration is especially meaningful if the affected organizations cover different topics.
If two organizations cover the same topic (for example, an organization <em>foo-server</em> and an organization <em>foo-client</em>), then the collaboration is less meaningful.
</p>
<p>
In this situation, it might be a good idea to consolidate the two organizations into one (in this example, <em>foo</em>).
</p>
</div>
</div>