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
/
Copy pathindex.html
114 lines (95 loc) · 2.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>well-formed.eigenfactor.org : Visualizing information flow in science</title>
<meta property="og:image" content="http://well-formed.eigenfactor.org/img/radial.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 class="active" href="./">
<span>Home</span>
</a>
</li>
<li>
<a href="radial.html">
<span>Citation patterns</span>
</a>
</li>
<li>
<a 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 large">
<ul class="teaser menu">
<li class="image1">
<a href="radial.html">
<img src="img/radial.png" />
<span>Citation patterns</span>
</a>
</li>
<li class="image2">
<a href="time.html">
<img src="img/flow.png" />
<span>Change over time</span>
</a>
</li>
<li class="image3">
<a href="treemap.html">
<img src="img/treemap.png" />
<span>Clustering</span>
</a>
</li>
<li class="image4">
<a href="map.html">
<img src="img/map.png" />
<span>Map</span>
</a>
</li>
<div class="text1">
<p>Interactive visualizations based on the
<a href="../journalRank/index.php">Eigenfactor® Metrics</a> and hierarchical clustering to explore emerging patterns in citation networks.</p>
</div>
<div class="text2">
<p>A cooperation between the
<a href="../../index.php">Eigenfactor Project</a> (data analysis) and
<a href="http://moritz.stefaner.eu">Moritz Stefaner</a> (visualization).
<br/>
<br/>Development support by
<a href="https://rednegra.net/sylvainlesage/en/">Sylvain Lesage</a> and
<a href="https://illisible.net/philippe-riviere?lang=en">Philippe Rivière</a>.</p>
</div>
<div class="text3">
<p>
<a href="mailto:[email protected]">→ Contact us.</a>
</p>
</div>
</ul>
</div>
</body>
</html>