-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.haml
56 lines (43 loc) · 2.18 KB
/
help.haml
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
!!!
%html
%head
%meta{:charset => "utf-8"}/
%link{:href => "style.css", :rel => "stylesheet", :type => "text/css"}/
%script{:src => "panels.js", :type => "text/javascript"}
%body
#modal-cover.modal-cover
.header
.wrapper
%h1
%a{href: "/", title: "Home"} IS3 Data Explorer Tool
.help{style: "background-color: #3a3a3a"}
%a{href: "/index.html", title: "Return to Main Page"} <
.main
.wrapper.help-page
%h2 Tutorials and Help
%hr
%h3 /!\ Please note
%p
This tool is still in alpha and not all functions are guaranteed to work correctly. Please report any bugs on the
%a{href: "https://github.com/cassiebrooks/is3-ex1"}Github page.
%h3 Introduction
%p This data explorer tool has been developed by Computer Science students at the University of Glasgow to allow the user to explore various datasets on Scotland. Datasets may be compared against each other, or explored in more depth individually. Datasets currently available are:
%ul
%li General
%li Referendum
%li Health
%li Income
%li Employment
%h3 Ways of exploring the data
%ul
%li
%h4 Choose a council to explore for all datasets
%p Clicking any council in the main map will display the statistics available for that council.
%li
%h4 Choose a dataset to explore for all councils
%p Clicking a mini-map in the right hand panel will show that dataset on the main map.
%p That dataset can then be further explored using the filters in the right hand panel.
%li
%h4 Advanced explore: select which councils to compare for which data
%p While hovering over a council in the main map, you will see a a tickbox to add that council to a customisable graph tool. Up to 5 councils may be compared at once (and we recommend you use at least 2).
%p In the right hand panel under the main map is a list of datasets that can be compared for the selected council. Selecting these will add them to the graph. Up to 5 datasets may be selected.