-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprojects.html
More file actions
executable file
·70 lines (64 loc) · 4.94 KB
/
Copy pathprojects.html
File metadata and controls
executable file
·70 lines (64 loc) · 4.94 KB
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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>Trafford Data Lab: Projects</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/>
<meta charset="UTF-8"/>
<meta name="keywords" content="open, data, open data, data visualisation, visualisation, visualisations, profile, profiles, information, map, maps, mapping, interactive, gis, geographic, information, system, geographic information system, trafford, app, apps, application, applications"/>
<meta name="description" content="The Trafford Data Lab supports decision-making in Trafford, Greater Manchester, by revealing patterns in data through visualisation. We are involved in various open data and data visualisation projects."/>
<link rel="stylesheet" href="css/base.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%7CRoboto"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css"/>
</head>
<body>
<div class="container">
<header>
<nav>
<ul id="a11yNav">
<li><a href="#main" class="themeBlockDark">Skip to main content</a></li>
<li><a href="#footer" class="themeBlockDark">Skip to footer</a></li>
</ul>
<p class="hideContent">Main Menu</p>
<a href="index.html" aria-label="Return to Trafford Data Lab home page"><img src="https://www.trafforddatalab.io/assets/logo/trafforddatalab_logo.svg" alt="Trafford Data Lab" width="93" class="traffordDataLabLogo"/></a>
<ul class="navbar">
<li><a href="charticles.html">Charticles</a></li>
<li><a href="data.html">Data</a></li>
<li><a href="learning.html">Learning</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<main id="main">
<h1>Projects</h1>
<p>The Trafford Data Lab, previously the Trafford Innovation and Intelligence Lab, was set up in 2014. Since then it has been involved in a number of projects.</p>
<section>
<h2>Current projects:</h2>
<ul>
<li><a href="http://www.threesixtygiving.org/" target="_blank"><strong>360Giving</strong></a><br />
The project supports UK grantmakers to publish information on who, where and what they fund in an open, standardised format to build a better picture of the funding landscape and boost its impact.</li>
</ul>
</section>
<section>
<h2>Past projects include:</h2>
<ul>
<li><a href="http://www.trafforddatalab.io/opengovintelligence"><strong>OpenGovIntelligence</strong></a><br />
An EU-funded Horizon 2020 project where we are working to develop tools that will enable Jobcentre Plus managers to understand levels of worklessness in their areas.</li>
<li><a href="https://github.com/traffordDataLab/leaflet.reachability/" target="_blank"><strong>Reachability plugin</strong></a><br />
Our own plugin for the <a href="https://leafletjs.com" target="_blank">Leaflet</a> JavaScript library to show areas of reachability based on time or distance for different modes of travel using the <a href="https://openrouteservice.org/documentation/#/reference/isochrones" target="_blank">openrouteservice isochrones API</a>.</li>
</ul>
</section>
</main>
<footer id="footer">
<div class="leftFooter">
<p class="hideContent">Trafford Data Lab are on the following platforms: </p>
<a class="linkMedia" href="https://github.com/traffordDataLab" aria-label="Trafford Data Lab on GitHub" target="_blank"><span class="fa-brands fa-github" title="Trafford Data Lab on GitHub"></span><span class="hideContent">GitHub, </span></a>
<a class="linkMedia" href="https://vimeo.com/user71230875" aria-label="Trafford Data Lab on Vimeo" target="_blank"><span class="fa-brands fa-vimeo" title="Trafford Data Lab on Vimeo"></span><span class="hideContent">Vimeo</span></a>
<br />
<a href="accessibility.html" class="smallText" aria-label="Accessibility statement for the Trafford Data Lab website">Accessibility statement</a>
</div>
<a href="https://www.trafford.gov.uk" target="_blank" aria-label="Visit the Trafford Council website"><img class="logoTrafford" src="images/trafford_council_logo_black_on_white_100px.png" alt="Trafford Council"/></a>
</footer>
</div>
</body>
</html>