-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
109 lines (91 loc) · 4.61 KB
/
help.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
<!DOCTYPE html>
<html>
<!--
##########################################################################
PLEASE DO NOT COPY OR DISTRIBUTE WITHOUT PERMISSION
##########################################################################
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Ocean Acidification bibliographic / Help</title>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<link rel="stylesheet" href="bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css">
<script src="bower_components/jquery-ui/jquery-ui.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="sticky-footer-navbar.css" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="non-responsive.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand disabled" href="index.html">Ocean Acidification bibliographic</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="help.html">Help</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
<div class="row"><b>Description:</b></br>
<div class="col-xs-12">
This application describes how the top 50 authors of
the <a href='https://www.iaea.org/ocean-acidification/page.php?page=2181' target='_blank'>Ocean Acidification International Coordination Center (OA-ICC)</a>
group works together.<br><br>
The bibliographic database of this working group that contains 3759 publications (latest version from May 31, 2016)
was analyzed to find the top 50 authors in terms of the number of publications. Each author is
represented by a node randomly colored with a radius proportional to their number of publications.
Nodes are connected by gray links that represent the number of co-written publications.
</div>
</div>
</br>
<div class="row"><b>Usage:</b></br>
<div class="col-xs-3">
<img class="imghelp img-responsive" src="img_help/graphLayout_01.png"/>
Click on a node to explore coauthors.
</div>
<div class="col-xs-3">
<img class="imghelp img-responsive" src="img_help/graphLayout_03.png"/>
You can also type an author name into the text box to find their co-authors.
</div>
<div class="col-xs-3">
<img class="imghelp img-responsive" src="img_help/rowChart_01.png"/>
Once a node is clicked, information about the author is displayed on the right side.
This information contains the number of publications by the author and also a row chart that
represents the different co-authors and the number of co-publications with the selected author.
</div>
<div class="col-xs-3">
<img class="imghelp img-responsive" src="img_help/graphLayout_02.png"/>
Double click anywhere on the graph layout to retrieve all connections.
</div>
</div>
<div class="row"><b><p>Data and web engineering: </b>
<div class="col-xs-4">
<A HREF="mailto:[email protected]">Patrick Brockmann</A></br>
Data scientist at LSCE/DRF/CEA, member of the "CalculS" group of LSCE.<br>
Research interests: Data analysis and visualization, geo-spatial web applications, geo-services architectures and data processing in high performance computing environments.<br><br>
</div>
</div>
</div><!-- /.container -->
</div>
<div id="footer">
<div class="container">
<p class="text-muted credit">Created by <a target="_blank" href="http://www.lsce.ipsl.fr/en"><span title="Climate and Environment Sciences Laboratory" style="font-weight:bold;">LSCE</span></a> <a target="_blank" href="http://www.lsce.ipsl.fr/en"><img src="img/LSCE_Icon.png" title="Climate and Environment Sciences Laboratory"/></a> Version 1.0 - 2016/06/13</p>
</div><!-- /.container -->
</div>
</body>
</html>