-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
81 lines (72 loc) · 3.23 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
<!DOCTYPE html>
<html>
<!--
##########################################################################
Cathy.Nangini@lsce.ipsl.fr
Patrick.Brockmann@lsce.ipsl.fr
PLEASE DO NOT COPY OR DISTRIBUTE WITHOUT PERMISSION
##########################################################################
-->
<head>
<meta charset="utf-8">
<title>Extremoscope</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<script src="lib/jquery-1.10.2.min.js"></script>
<link href="lib/bootstrap-3.0.2-dist/css/bootstrap.css" rel="stylesheet">
<script src="lib/bootstrap-3.0.2-dist/js/bootstrap.min.js"></script>
<!-- Custom styles for this template -->
<link href="sticky-footer-navbar.css" rel="stylesheet">
</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" href="index.html">Extremoscope</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="help.html">Help</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
<div class="row">
<div class="col-md-6">
<p><b>Technical architecture:</b>
<p>This application uses following javascript libraries:
<ul>
<li><b>d3.js</b> for interactive data-driven visualization
<a target="_blank" href="http://d3js.org">http://d3js.org</a>
<li><b>crossfilter.js</b> for Fast Multidimensional Filtering for Coordinated Views
<a target="_blank" href="http://square.github.io/crossfilter">http://square.github.io/crossfilter</a>
<li><b>dc.js</b> for Dimensional Charting Javascript Library
<a target="_blank" href="http://nickqizhu.github.io/dc.js">http://nickqizhu.github.io/dc.js</a>
</ul>
</div>
<div class="col-md-6">
</div>
</div>
</div><!-- /.container -->
</div>
<div id="footer">
<div class="container">
<<<<<<< HEAD
<p class="text-muted credit">Created by <span title="Climate and Environment Sciences Laboratory" style="font-weight:bold;">LSCE</span> <img src="LSCE_Icon.png" title="Climate and Environment Sciences Laboratory"/> Version 1.1 - 2015/10/08</p>
=======
<p class="text-muted credit">Created by <span title="Climate and Environment Sciences Laboratory" style="font-weight:bold;">LSCE</span> <img src="LSCE_Icon.png" title="Climate and Environment Sciences Laboratory"/> Version 1.3 - Dec 2015</p>
>>>>>>> 1d709d69e95bd076f81f6e105d227d8566f484cf
</div><!-- /.container -->
</div>
</body>
</html>