This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
time.html
94 lines (76 loc) · 3.57 KB
/
time.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>well-formed.eigenfactor.org : Change over time</title>
<meta property="og:image" content="http://well-formed.eigenfactor.org/img/flow.png" />
<meta name="description" content="Information-aesthetic explorations of emerging patterns in scientific citation networks. A cooperation between the Eigenfactor® Project (data analysis) and Moritz Stefaner (visualization).">
<link rel="stylesheet" type="text/css" href="common.css">
</head>
<body>
<div class="header">
<div id="cHeader_navigation">
<a href="//eigenfactor.org"> Home </a> >
<a href="//eigenfactor.org/projects.php"> Projects </a> >
<a href="//eigenfactor.org/projects/researchArea_2.php"> Mapping Science</a>
</div>
<h1>
<a href="./">well-formed . eigenfactor</a>
</h1>
<ul class="menu">
<li>
<a href="./">
<span>Home</span>
</a>
</li>
<li>
<a href="radial.html">
<span>Citation patterns</span>
</a>
</li>
<li>
<a class="active" href="time.html">
<span>Change over time</span>
</a>
</li>
<li>
<a href="treemap.html">
<span>Clustering</span>
</a>
</li>
<li>
<a href="map.html">
<span>Map</span>
</a>
</li>
</ul>
</div>
<div class="content grid">
<p class="info-text-1">
<strong>Visualization</strong>
Inspired by
<a href="http://en.wikipedia.org/wiki/Sankey_diagram">Sankey diagrams</a> and
<a href="http://interface.fh-potsdam.de/infodesignpatterns/patterndetail.php?pattern=80">stacked bar charts</a>, this diagram displays changes in Eigenfactor™ Score and clustering over time. The columns
corresponds to the years 1997, 1999, 2001, 2003 and 2005. In each year, the journals are grouped vertically according
to their cluster structure; within a cluster, they are ordered by their Eigenfactor Score. Bars belonging to the same
journal are connected. Clicking highlights both the selected journal over the years, and all clusters it has been part
of. This allows to track both changes in journal influence as well as changes in cluster structure. You can see, for instance,
the
<a href="#/?id=581&year=1997">Astrophysical Journal</a> change its cluster from 1997 to 1999.
</p>
<p class="info-text-2">
<strong>Data set</strong>
We use a subset of the citation data from
<a href="http://www.thomsonreuters.com/products_services/scientific/Journal_Citation_Reports">Thomson Reuters' Journal Citation Reports</a> 1997–2005. The complete data aggregate, at the journal level, approximately
60,000,000 citations from more than 7000 journals over the past decade, but here we only display the top 400 journals
biennially. For an interesting subset, we select journals ordered by their
<a href="http://www.eigenfactor.org/methods.htm">Article Influence™</a> in 2005, but include no more than 25 journals from a single field. To make the subset coherent,
we make sure that selected journals are included all years and that we cover the 10 journals with highest
<a href="http://www.eigenfactor.org/methods.htm">Eigenfactor</a> Score. To cluster the networks, we use the information-theoretic method presented in
<a href="http://arxiv.org/abs/0707.0609">Maps of information flow reveal community structure in complex networks</a> (
<a href="http://dx.doi.org/10.1073/pnas.0706851105">PNAS 105, 1118 (2008)</a>), which can reveal regularities of information flow across directed and weighted networks.
</p>
<iframe class="vis" src="sankey_vis.html" scrolling="no"></iframe>
</div>
</body>
</html>