-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
454 lines (307 loc) · 21 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: sans-serif;
background-color: #ccc;
}
p {
font-size: 12px;
}
img{
margin: 10px 0px 0px 0px;
}
h3{
margin: 30px 0px 0px 0px;
padding: 4px 6px;
background-color: #987cba;
text-transform: uppercase;
}
h5{
margin: 10px 0px 0px 0px;
padding: 2px 6px;
background-color: #b1a5d1;
}
.mylink a {
margin: 2px 2px 2px 4px;
padding: 4px 6px;
background-color: #83a8e2;
border-color: #ddd;
font-style: bold;
}
.mylink a {
color: #000 !important;
text-decoration: none !important;
text-transform: uppercase;
}
.mySource a {
margin:2px 1px 0px 4px;
padding: 4px 6px;
background-color: #999;
border-color: #ddd;
}
.mySource a {
color: #333 !important;
font-size: 10px;
text-decoration: none !important;
text-transform: uppercase;
}
.ma3x {
margin:0px;
padding: 4px 6px;
font-weight: bold;
text-decoration-color: grey;
font-size:11px;
text-align:right;
background-color: #999;
}
.ma3x a {
color: #333 !important;
text-decoration: none !important;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
margin:2px 1px 0px 4px;
background-color: #999;
font-weight: bold;
color: #fff;
cursor: pointer;
padding: 6px;
width: 100%;
text-align: left;
border: none;
outline: none;
transition: 0.4s;
}
button.accordion.active:after {
content: "\2212";
}
button.accordion:after {
content: '\002B';
color: #ccc;
font-weight: bold;
float: right;
margin-left: 5px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
background-color: #999;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
padding: 0 18px;
background-color: white;
display: none;
overflow: hidden;
}
</style>
<script language="javascript" type="text/javascript">
function popitup(url) {
var name = 'w_'+ String(Math.random() * 100);
newwindow=window.open(url,name,"height=600,width=900,titlebar=0, toolbar=0,menubar=0,location=0,resizable=1,scrollbars=0,status=0");
if (window.focus) {newwindow.focus()}
return false;
}
</script>
</head>
<body>
<div style="max-width:400px;">
<p style="text-transform: uppercase;font-size:10px;font-weight:bold;">Strategic Intelligence Platform</p>
<h1 style="margin:0px;">Research in TB</h1>
<p class='ma3x'><a href="http://ma3x.com">by MA3X</a></p>
<h3>Data schema</h3>
<img src="https://repmax.github.io/launchpad/img/schema.svg" width=400 style="border:1px solid #666">
<button class="accordion">What is a data schema?</button>
<div class="panel">
<p>A data schema shows the types of links that exist between types of enteties. However, it may be deceiving simple, because any node may have multiple links to any other type of node.</p>
</div>
<p class='mylink'><a href="https://repmax.github.io/launchpad/img/schema.svg"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/img/schema.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Data schema (svg)</a></p>
<h3>Author and community</h3>
<img src="https://repmax.github.io/launchpad/img/community-network.png" width=400>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#author-community.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#author-community.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Community-author network (gexf)</a></p>
<p class='mySource'><a href="https://repmax.github.io/launchpad/author-community_colors_number.png"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/author-community_colors_number.png','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author community palette (png)</a></p>
<img src="https://repmax.github.io/launchpad/img/top_authors_community_latest.png" width=400 style="border:1px solid #666">
<p class='mylink'><a href="https://github.com/repmax/launchpad/blob/master/top_authors_community_latest.tsv"
target="popup"
onclick="window.open('https://github.com/repmax/launchpad/blob/master/top_authors_community_latest.tsv','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Top authors per community</a></p>
<h3>Affiliation and cluster</h3>
<img src="https://repmax.github.io/launchpad/img/affiliation-location.png" width=400>
<p class='mylink'><a href="https://public.tableau.com/profile/kapauw#!/vizhome/tb2_0/Sheet1?publish=yes"
target="popup"
onclick="window.open('https://public.tableau.com/profile/kapauw#!/vizhome/tb2_0/Sheet1?publish=yes','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Affiliation location world map</a></p>
<img src="https://repmax.github.io/launchpad/img/affil_thumb.png" width=400>
<button class="accordion">Note about clusters</button>
<div class="panel">
<p>A cluster is a grouping of communities. While the communities are generated by an algorithm, the clusters are created by a researcher after having inspected the communities. </p>
</div>
<p class='mylink'><a href="affiliation_cluster_totals.html"
target="popup"
onclick="window.open('affiliation_cluster_totals.html','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Affiliation cluster totals (geo layout)</a></p>
<p class='mylink'><a href="affiliation_cluster_time-series.html"
target="popup"
onclick="window.open('affiliation_cluster_time-series.html','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Affiliation cluster time series (geo layout)</a></p>
<img src="https://repmax.github.io/launchpad/img/affil-net_thumb.png" width=400>
<p class='mylink'><a href="affil/affil-net_cluster_totals.html"
target="popup"
onclick="window.open('affil/affil-net_cluster_totals.html','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Affiliation cluster totals (network layout)</a></p>
<p class='mylink'><a href="affil/affil-net_cluster_time-series.html"
target="popup"
onclick="window.open('affil/affil-net_cluster_time-series.html','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Affiliation cluster time series (network layout)</a></p>
<img src="https://repmax.github.io/launchpad/img/affil-migration_thumb.png" width=400>
<p class='mylink'><a href="https://repmax.github.io/launchpad/affil-migration.svg"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/affil-migration.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author's affiliation migration (svg)</a></p>
<p class='mylink'><a href="https://repmax.github.io/launchpad/affil-migration.pdf"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/affil-migration.pdf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author's affiliation migration (pdf)</a></p>
<p class='mylink'><a href="https://repmax.github.io/launchpad/affil-migration.png"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/affil-migration.png','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author's affiliation migration (png)</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index_curved.html#affil-migration_dot-country.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index_curved.html#affil-migration_dot-country.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author's affiliation migration (gefx/dot)</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#affil-migration_line-country.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#affil-migration_line-country.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author's affiliation migration (gefx/line)</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index_curved.html#affil-migration_no-bckm.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index_curved.html#affil-migration_no-bckm.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author's affiliation migration (gefx)</a></p>
<p class='mylink'><a href="https://drive.google.com/open?id=1HoCNgEDLIhTwRRXYTu-rPEZ5IhF8F-EL&usp=sharing"
target="popup"
onclick="window.open('https://drive.google.com/open?id=1HoCNgEDLIhTwRRXYTu-rPEZ5IhF8F-EL&usp=sharing','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author's affiliation migration (gmaps)</a></p>
<p class='mySource'><a href="https://github.com/repmax/launchpad/blob/master/affil-migration_no-gps.tsv"
target="popup"
onclick="window.open('https://github.com/repmax/launchpad/blob/master/affil-migration_no-gps.tsv','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Affiliations without location coordinates</a></p>
<h3>Keywords</h3>
<img src="https://repmax.github.io/launchpad/img/key-author_net.jpg" width=400>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#key-author_net.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#key-author_net.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author keyword co-occurence network</a></p>
<p class='mySource'><a href="https://repmax.github.io/launchpad/key-author_net.pdf"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/key-author_net.pdf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author keyword co-occurence network (pdf)</a></p>
<p class='mySource'><a href="https://repmax.github.io/launchpad/key-author_net.svg"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/key-author_net.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Author keyword co-occurence network (svg)</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#key-journal_net.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#key-journal_net.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Journal keyword co-occurence network</a></p>
<p class='mySource'><a href="https://repmax.github.io/launchpad/key-journal_net.pdf"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/key-journal_net.pdf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Journal keyword co-occurence network (pdf)</a></p>
<p class='mySource'><a href="https://repmax.github.io/launchpad/key-journal_net.svg"
target="popup"
onclick="window.open('https://repmax.github.io/launchpad/key-journal_net.svg','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Journal keyword co-occurence network (svg)</a></p>
<h3>Topics</h3>
<img src="https://repmax.github.io/launchpad/img/jupyter.png" width=400>
<p class='mylink'><a href="https://nbviewer.jupyter.org/github/repmax/topic-model/blob/master/topic-modelling.ipynb "
target="popup"
onclick="window.open('https://nbviewer.jupyter.org/github/repmax/topic-model/blob/master/topic-modelling.ipynb ','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Notebook for Topic modelling</a></p>
<img src="https://repmax.github.io/launchpad/img/topic-chart.png" width=400>
<p class='mylink'><a href="chart.html" onclick="return popitup('chart.html?file=chart.js')" title="Topic chart">Topic chart</a></p>
<p class='mySource'><a href="https://github.com/repmax/launchpad/blob/master/steam.tsv
"
target="popup"
onclick="window.open('https://github.com/repmax/launchpad/blob/master/steam.tsv
','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Source: Topic chart - publication/year</a></p>
<p class='mySource'><a href="https://github.com/repmax/launchpad/blob/master/topcitation_topic.tsv"
target="popup"
onclick="window.open('https://github.com/repmax/launchpad/blob/master/topcitation_topic.tsv','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Source: Topic chart - top cited publications</a></p>
<img src="https://repmax.github.io/launchpad/img/tb_topic_horizont_toplevel.png" width=400>
<p class='mylink'><a href="https://repmax.github.io/launchpad/img/tb_topic_horizont_toplevel.png" target="_blank">Topic steam / top level</a></p>
<p class='mylink'><a href="https://repmax.github.io/launchpad/img/tb_topic_horizont_sub1.png" target="_blank">Topic steam / sub 1 level</a></p>
<p class='mylink'><a href="https://repmax.github.io/launchpad/img/tb_topic_horizont_sub5.png" target="_blank">Topic steam / sub 5 level</a></p>
<h3>Topic matrices</h3>
<h5>Author-keyword - topic</h5>
<img src="https://repmax.github.io/launchpad/img/key_author-topic-matrix.png" width=400>
<p class='mylink'><a href="chart.html" onclick="return popitup('chart.html?file=key_author_matrix.js')" title="Topic chart">Author-keyword / topic matrix</a></p>
<p class='mySource'><a href="https://github.com/repmax/launchpad/blob/master/key_author_matrix.csv"
target="popup"
onclick="window.open('https://github.com/repmax/launchpad/blob/master/key_author_matrix.csv','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Source: Author-keyword / topic matrix</a></p>
<img src="https://repmax.github.io/launchpad/img/key_journal-topic-matrix.png" width=400>
<p class='mylink'><a href="chart.html" onclick="return popitup('chart.html?file=key_journal_matrix.js')" title="Topic chart">Journal-Keyword / Topic Matrix</a></p>
<p class='mySource'><a href="https://github.com/repmax/launchpad/blob/master/key_journal_matrix.csv"
target="popup"
onclick="window.open('https://github.com/repmax/launchpad/blob/master/key_journal_matrix.csv','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Source: Journal-Keyword / Topic Matrix</a></p>
<h5>Author-community - topic</h5>
<p class='mySource'><a href="https://github.com/repmax/launchpad/blob/master/community-topic.tsv"
target="popup"
onclick="window.open('https://github.com/repmax/launchpad/blob/master/community-topic.tsv','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Source: Author-community - Topic (tsv)</a></p>
<button class="accordion">Data note</button>
<div class="panel">
<p>No author community has any entries for subtopic 't1_s2'. The subtopic will therefore either not be displayed or produce an error. Reloading the page will restore the visualization.<br>
Author communities are ordered by descending size: ["27","139","12","41","126","24","91","106","75","8","64","145","17","40","127"]</p>
</div>
<img src="https://raw.githubusercontent.com/repmax/launchpad/master/img/author-community_community-year.png" width=400>
<p class='mylink'><a href="chart.html" onclick="return popitup('chart.html?file=author-community_community-year.js')" title="Topic chart">Author-community - topic (by community)</a></p>
<img src="https://raw.githubusercontent.com/repmax/launchpad/master/img/author-community_topic-year.png" width=400>
<p class='mylink'><a href="chart.html" onclick="return popitup('chart.html?file=author-community_topic-year.js')" title="Topic chart">Author-community - topic (by topic)</a></p>
<h5>Affiliation-cluster - topic</h5>
<p class='mySource'><a href="https://github.com/repmax/launchpad/blob/master/affil-cluster_topic_matrix.tsv"
target="popup"
onclick="window.open('https://github.com/repmax/launchpad/blob/master/affil-cluster_topic_matrix.tsv','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Source: Affiliation-cluster - topic (tsv)</a></p>
<img src="https://repmax.github.io/launchpad/img/affil-cluster_cluster-year.png" width=400>
<p class='mylink'><a href="chart.html" onclick="return popitup('chart.html?file=affil-cluster_cluster-year.js')" title="Topic chart">Affiliation-cluster - topic matrix (by cluster)</a></p>
<img src="https://repmax.github.io/launchpad/img/affil-cluster_topic-year.png" width=400>
<p class='mylink'><a href="chart.html" onclick="return popitup('chart.html?file=affil-cluster_topic-year.js')" title="Topic chart">Affiliation Affiliation-cluster - topic matrix (by topic)</a></p>
<h3>Citation network</h3>
<img src="https://repmax.github.io/launchpad/img/citation-network.png" width=400>
<button class="accordion">Note about citation network</button>
<div class="panel">
<p>A varity of algorithms are used to organise the network. There is nevertheless one overriding principle: time moves from left to right so the most recent is to the right. The time scale has furthermore been logarithmic scaled, so there are the most distance between nodes in the recent years. This allows us to allocate more space to the most recent years which has the highest density of research, while keeping older research within view.</p>
</div>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_all_min17.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_all_min17.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: All min17.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_com12_min4.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_com12_min4.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Community 12_min4.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_com139_min3.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_com139_min3.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Community 139_min3.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_com_145_min2.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_com_145_min2.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Community 145_min2.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_com_24_min3.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_com_24_min3.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Community 24_min3.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_com_27_min4.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_com_27_min4.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Community 27_min4.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_t1_min4_out10.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_t1_min4_out10.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Topic t1_min4_out10.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_t2_min3_out3.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_t2_min3_out3.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Topic t2_min3_out3.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_t3_min4_outx3.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_t3_min4_outx3.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Topic t3_min4_outx3.gexf</a></p>
<p class='mylink'><a href="https://repmax.github.io/gexf/index.html#cit_t5_min16.gexf"
target="popup"
onclick="window.open('https://repmax.github.io/gexf/index.html#cit_t5_min16.gexf','popup'+Math.random()*100,'width=900,height=600'); return false;" target="_blank">Citation Network: Topic t5_min16.gexf</a></p>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}
</script>
</body>
</html>