-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathministers_under_the_influence.html
More file actions
42 lines (29 loc) · 2.46 KB
/
ministers_under_the_influence.html
File metadata and controls
42 lines (29 loc) · 2.46 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
{% include head.html %}
<div class="container">
{% include header.html %}
<h1>Ministers Under The Influence MVP</h1>
<ul>
<li><p><b>Ministers Under The Influence is one of the two MVP projects produced during the Hack Brexit<a href="http://hackbrexit.org/open_source_accelerator.html" target="_blank"> 3 month open source accelerator programme.</a></p></b></li>
</ul>
<h2>#HackBrexit: Ministers Under The Influence?</h2>
<p>Ministers Under the Influence is a project that came out of the #HackBrexit Hackathon which took place over a weekend. The project has now been pushed into the Hack Brexit accelerator programme and will be developed further over the next few months. See the site for the project<a href="http://ministersundertheinfluence.co.uk" target="_blank"> here.</a></p>
<h2>The Project</h2>
<p>The aim of Ministers Under the Influence is to unearth public-but-obscure information about who ministers are meeting. By making this data more accessible we can hope to better hold our government to account. We hope this will feed into a wider project about tracking who is influencing our elected politicians.</p>
<h2>The Team</h2>
<ul>
<li><p><a href="https://github.com/aspiers" target="_blank">Adam Spiers</a></p></li>
<li><p><a href="https://github.com/Greatlemer" target="_blank">Adrian Rogers</a></p></li>
<li><p><a href="https://twitter.com/CharlotteBRF" target="_blank">Charlotte Fereday</a></p></li>
<li><p><a href="https://github.com/cy0023" target="_blank">Chris Yeowood</a></p></li>
<li><p><a href="https://github.com/eddiejaoude" target="_blank">Eddie Jaoude</a></p></li>
<li><p><a href="https://github.com/elischutze" target="_blank">Eli Schutze Ramírez</a></p></li>
<li><p><a href="https://github.com/jo-osborne" target="_blank">Joanne Osborne</a></p></li>
<li><p><a href="https://github.com/joerayme" target="_blank">Joe Ray</a></p></li>
<li><p><a href="https://github.com/lucetzer" target="_blank">Lucy Fang</a></p></li>
<li><p><a href="https://github.com/zoodor" target="_blank">Mark T</a></p></li>
</ul>
<h2>Want to get involved?</h2>
<p>Whilst the 3 month accelerator programme which ran September - December 2016 is now over, we would still welcome contributions for the project. Please join us on slack to begin contributing <a href="https://hackbrexit.herokuapp.com/" target="_blank"> here.</a> and on the github repository <a href="https://github.com/HackBrexit/MinistersUnderTheInfluence">here.</a></p>
</div>
{% include footer.html %}
{% include foot.html %}