-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (64 loc) · 2.84 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
<!DOCTYPE html>
<html>
<head>
<title>Co-ocurrence of keywords</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<style>
body {
/* margin: 0%;
padding: 2em 10%; */
font-family: "Lato", Times, Arial;
font-size: 1.2em;
line-height: 1.6;
}
.container {
width: 1200px;
margin: auto;
}
.header {
display: grid;
grid-template-columns: auto auto;
align-items: center;
padding: 5px 15px;
border-bottom: 6px solid #bdd775;
}
a {
color: #045c64;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<img src="img/sciLifeLab_logo.png" width=300/>
<span style="font-size: 2em; font-weight: bold; text-align: right;">
Co-ocurrence of keywords
</span>
</div>
<p>
This site shows co-occurrence plots created using <a target="_blank" href="https://github.com/neesjanvaneck/VOSviewer-Online">VOS viewer</a> .
There are three plots in total, each based on publications from a different SciLifeLab reporting group (i.e. affiliated researchers,
infrastructure units and SciLifeLab fellows). In each plot, we have considered the KeyWords Plus associated with each paper.
KeyWords Plus are keywords generated by Clarivate meant to help classify the subject areas of papers based on the titles of cited articles.
The size of the circles associated with a given word/phrase indicates the frequency of occurrence, whilst the colour indiciates the
mean normalised citation score (MNCS), to indicate impact. We have considered papers within the period 2017-2020.
</p>
<h3 style="margin-bottom: 0px;">Plots list:</h3>
<ul style="margin-top: 5px;">
<li><a target="_blank" href="/vosviewer/?json=data/affiliates_keywords.json&item_color=3&max_n_links=2000&item_size_variation=0.3&simple_ui=true">Affiliates keywords</a></li>
<li><a target="_blank" href="/vosviewer/?json=data/infrastructure_keywords.json&item_color=3&max_n_links=2000&item_size_variation=0.3&simple_ui=true">Infrastructure keywords</a></li>
<li><a target="_blank" href="/vosviewer/?json=data/fellows_keywords.json&item_color=3&max_n_links=2000&simple_ui=true">Scilifelab Fellows keywords</a></li>
</ul>
<!-- iframe
allowfullscreen="true"
src="/vosviewer/?json=data/initial_aff_kw.json&item_color=3&simple_ui=true"
style="border: 1px solid #ddd; width: 100%; height: 1000px;"
>
</iframe -->
</div>
</body>
</html>