Skip to content

Commit b88d4b7

Browse files
authored
affiliation dump
1 parent b36bc08 commit b88d4b7

16 files changed

+275
-0
lines changed

Diff for: affil_all_world.svg

+1
Loading

Diff for: affil_anglo_2009_world.svg

+1
Loading

Diff for: affil_anglo_2012_world.svg

+1
Loading

Diff for: affil_anglo_2015_world.svg

+1
Loading

Diff for: affil_anglo_world.svg

+1
Loading

Diff for: affil_euro_2009_world.svg

+1
Loading

Diff for: affil_euro_2012_world.svg

+1
Loading

Diff for: affil_euro_2015_world.svg

+1
Loading

Diff for: affil_euro_world.svg

+1
Loading

Diff for: affil_glocal_2009_world.svg

+1
Loading

Diff for: affil_glocal_2012_world.svg

+1
Loading

Diff for: affil_glocal_2015_world.svg

+1
Loading

Diff for: affil_glocal_world.svg

+1
Loading

Diff for: affiliation-community_color-percent.png

67.3 KB
Loading

Diff for: affiliation_cluster_time-series.html

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
6+
<style>
7+
body {
8+
font-family: sans-serif;
9+
background-color: #999;
10+
}
11+
12+
img{
13+
margin: 0px 0px 0px 0px;
14+
}
15+
.mylink a {
16+
margin: 2px 2px 2px 4px;
17+
padding: 4px 12px;
18+
background-color: #83a8e2;
19+
border-color: #ddd;
20+
font-style: bold;
21+
}
22+
.mylink a {
23+
color: #000 !important;
24+
text-decoration: none !important;
25+
}
26+
.mySource a {
27+
margin:2px 1px 0px 4px;
28+
padding: 4px 6px;
29+
background-color: #ccc;
30+
border-color: #ddd;
31+
}
32+
.mySource a {
33+
color: #333 !important;
34+
font-size: 12px;
35+
text-decoration: none !important;
36+
}
37+
38+
.interval {
39+
margin:1px 1px 0px 0px;
40+
font-weight: bold;
41+
text-decoration-color: white;
42+
text-color: red;
43+
font-size:11px;
44+
}
45+
46+
.subtitle {
47+
margin:2px 1px 0px 0px;
48+
padding: 0px 6px;
49+
}
50+
</style>
51+
52+
53+
<script language="javascript" type="text/javascript">
54+
55+
function popitup(url) {
56+
var name = 'w_'+ String(Math.random() * 100);
57+
newwindow=window.open(url,name,"height=600,width=900,titlebar=0, toolbar=0,menubar=0,location=0,resizable=1,scrollbars=0,status=0");
58+
if (window.focus) {newwindow.focus()}
59+
return false;
60+
}
61+
</script>
62+
</head>
63+
<body>
64+
<h1>Affiliation cluster time series</h1>
65+
66+
<div style="max-width:600px;">
67+
<p class='mySource' style="text-align:right"><a href="affiliation-community_color-percent.png"
68+
target="popup"
69+
onclick="window.open('affiliation-community_color-percent.png','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Affiliation community color code</a></p>
70+
71+
<p class=' interval' style="text-align:right">(click images to open in full-size)</p>
72+
73+
<p><b>Anglo</b>: [10,5] = 30.3%</p>
74+
<p class='interval' style="color:#ccc">2009-2011</p>
75+
<a href="affil_anglo_2009_world.svg"
76+
target="popup"
77+
onclick="window.open('affil_anglo_2009_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_anglo_2009_world.svg" width=600 style="border:1px solid #666"></a>
78+
<br>
79+
<p class='interval' style="color:#ccc">2012-2014</p>
80+
<a href="affil_anglo_2012_world.svg"
81+
target="popup"
82+
onclick="window.open('affil_anglo_2012_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_anglo_2012_world.svg" width=600 style="border:1px solid #666"></a>
83+
<br>
84+
<p class='interval' style="color:#ccc">2015-2017</p>
85+
<a href="affil_anglo_2015_world.svg"
86+
target="popup"
87+
onclick="window.open('affil_anglo_2015_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_anglo_2015_world.svg" width=600 style="border:1px solid #666"></a>
88+
<br>
89+
90+
<p><b>Euro</b>: [4,0,47,19] = 28%</p>
91+
92+
93+
<p class='interval' style="color:#ccc">2009-2011</p>
94+
<a href="affil_euro_2009_world.svg"
95+
target="popup"
96+
onclick="window.open('affil_euro_2009_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_euro_2009_world.svg" width=600 style="border:1px solid #666"></a>
97+
<br>
98+
<p class='interval' style="color:#ccc">2012-2014</p>
99+
<a href="affil_euro_2012_world.svg"
100+
target="popup"
101+
onclick="window.open('affil_euro_2012_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_euro_2012_world.svg" width=600 style="border:1px solid #666"></a>
102+
<br>
103+
<p class='interval' style="color:#ccc">2015-2017</p>
104+
<a href="affil_euro_2015_world.svg"
105+
target="popup"
106+
onclick="window.open('affil_euro_2015_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_euro_2015_world.svg" width=600 style="border:1px solid #666"></a>
107+
<br>
108+
109+
110+
<p><b>Glocal</b>: [2,11,13,7,101,18,8,31] = 24,8%</p>
111+
112+
113+
<p class='interval' style="color:#ccc">2009-2011</p>
114+
<a href="affil_glocal_2009_world.svg"
115+
target="popup"
116+
onclick="window.open('affil_glocal_2009_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_glocal_2009_world.svg" width=600 style="border:1px solid #666"></a>
117+
<br>
118+
<p class='interval' style="color:#ccc">2012-2014</p>
119+
<a href="affil_glocal_2012_world.svg"
120+
target="popup"
121+
onclick="window.open('affil_glocal_2012_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_glocal_2012_world.svg" width=600 style="border:1px solid #666"></a>
122+
<br>
123+
<p class='interval' style="color:#ccc">2015-2017</p>
124+
<a href="affil_glocal_2015_world.svg"
125+
target="popup"
126+
onclick="window.open('affil_glocal_2015_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_glocal_2015_world.svg" width=600 style="border:1px solid #666"></a>
127+
<br>
128+
129+
</div>
130+
131+
</body>
132+
</html>

Diff for: affiliation_cluster_totals.html

+130
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
6+
<style>
7+
body {
8+
font-family: sans-serif;
9+
background-color: #999;
10+
}
11+
12+
img{
13+
margin: 0px 0px 0px 0px;
14+
}
15+
16+
.mylink a {
17+
margin: 2px 2px 2px 4px;
18+
padding: 4px 12px;
19+
background-color: #83a8e2;
20+
border-color: #ddd;
21+
font-style: bold;
22+
}
23+
.mylink a {
24+
color: #000 !important;
25+
text-decoration: none !important;
26+
}
27+
.mySource a {
28+
margin:2px 1px 0px 4px;
29+
padding: 4px 6px;
30+
background-color: #ccc;
31+
border-color: #ddd;
32+
}
33+
.mySource a {
34+
color: #333 !important;
35+
font-size: 12px;
36+
text-decoration: none !important;
37+
}
38+
39+
.interval {
40+
margin:1px 1px 0px 0px;
41+
font-weight: bold;
42+
text-decoration-color: white;
43+
text-color: red;
44+
font-size:11px;
45+
}
46+
47+
.subtitle {
48+
margin:2px 1px 0px 0px;
49+
padding: 0px 6px;
50+
}
51+
</style>
52+
53+
54+
<script language="javascript" type="text/javascript">
55+
56+
function popitup(url) {
57+
var name = 'w_'+ String(Math.random() * 100);
58+
newwindow=window.open(url,name,"height=600,width=900,titlebar=0, toolbar=0,menubar=0,location=0,resizable=1,scrollbars=0,status=0");
59+
if (window.focus) {newwindow.focus()}
60+
return false;
61+
}
62+
</script>
63+
</head>
64+
<body>
65+
<h1>Affiliation cluster totals</h1>
66+
67+
<div style="max-width:600px;">
68+
<p class='mySource' style="text-align:right"><a href="affiliation-community_color-percent.png"
69+
target="popup"
70+
onclick="window.open('affiliation-community_color-percent.png','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Affiliation community color code</a></p>
71+
72+
<p class=' interval' style="text-align:right">(click images to open in full-size)</p>
73+
74+
<p><b>All communities</b></p>
75+
76+
<a href="affil_all_world.svg"
77+
target="popup"
78+
onclick="window.open('affil_all_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_all_world.svg" width=600 style="border:1px solid #666"></a>
79+
<br>
80+
81+
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#affil_all.gexf"
82+
target="popup"
83+
onclick="window.open('https://repmax.github.io/gexf/index.html#affil_all.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">All affiliation communities (gexf)</a></p>
84+
85+
86+
87+
88+
<p><b>Affiliation cluster 'Anglo'</b>: [10,5] = 30.3%</p>
89+
90+
<a href="affil_anglo_world.svg"
91+
target="popup"
92+
onclick="window.open('affil_anglo_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_anglo_world.svg" width=600 style="border:1px solid #666"></a>
93+
<br>
94+
95+
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#affil_anglo.gexf"
96+
target="popup"
97+
onclick="window.open('https://repmax.github.io/gexf/index.html#affil_anglo.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Anglo (gexf)</a></p>
98+
99+
100+
101+
<p><b>Affiliation cluster 'Euro'</b>: [4,0,47,19] = 28%</p>
102+
<a href="affil_euro_world.svg"
103+
target="popup"
104+
onclick="window.open('affil_euro_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_euro_world.svg" width=600 style="border:1px solid #666"></a>
105+
<br>
106+
107+
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#affil_euro.gexf"
108+
target="popup"
109+
onclick="window.open('https://repmax.github.io/gexf/index.html#affil_euro.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Euro (gexf)</a></p>
110+
111+
112+
113+
114+
<p><b>Affiliation cluster 'Glocal'</b>: [2,11,13,7,101,18,8,31] = 24,8%</p>
115+
116+
<a href="affil_glocal_world.svg"
117+
target="popup"
118+
onclick="window.open('affil_glocal_world.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank"><img src="affil_glocal_world.svg" width=600 style="border:1px solid #666"></a>
119+
<br>
120+
121+
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#affil_glocal.gexf"
122+
target="popup"
123+
onclick="window.open('https://repmax.github.io/gexf/index.html#affil_glocal.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Glocal (gexf)</a></p>
124+
125+
126+
127+
</div>
128+
129+
</body>
130+
</html>

0 commit comments

Comments
 (0)