Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
okfn.github.com/blog/index.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
52 lines (48 sloc)
1.81 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: blog | |
title: The Data Wrangling Blog | |
--- | |
{% include blog_header.html %} | |
<div class="row"> | |
<div class="span9"> | |
<ul class="blog posts"> | |
{% for post in site.categories.blog %} | |
{% include blog_posts.html %} | |
{% endfor %} | |
</ul> | |
</div> | |
<div class="span3"> | |
<h3>Have your say!</h3> | |
<p>Do you have a topic that you'd like to write about? We love guest posts. | |
Here's <a href="add/">how to submit one »</a></p> | |
<br /> | |
<h3>Blogroll</h3> | |
<p>Some places we find inspiration:</p> | |
<ul> | |
<li><a href="http://www.codeforamerica.org/blog/">Code for America</a></li> | |
<li><a href="http://worldbank.tumblr.com/">World Bank | |
Dataviz</a> and <a href="http://maps.worldbank.org/">Maps</a></li> | |
<li><a href="http://www.propublica.org/nerds">ProPublica Nerd | |
Blog</a></li> | |
<li><a href="https://gds.blog.gov.uk/">UK Government Digital Service</a></li> | |
<li><a href="https://tacticaltech.org/in-the-loop">Tactical | |
Technology: In the Loop</a></li> | |
<li><a | |
href="http://developmentseed.org/blog/">DevelopmentSeed</a></li> | |
<li><a href="http://vis4.net/blog/">vis4.net</a></li> | |
<li><a | |
href="http://datadrivenjournalism.net/news_and_analysis">DataDrivenJournalism.net</a></li> | |
<li><a | |
href="http://openinstitute.com/category/open-governance/">Open | |
Institute - Kenya</a></li> | |
<li><a href="http://ire.org/tag/behind-the-story/">IRE: Behind the | |
Story</a></li> | |
<li><a href="http://sunlightfoundation.com/blog/">Sunlight Foundation | |
Blog</a></li> | |
<li><a | |
href="https://occrp.org/occrp/en/blog">Organized | |
Crime and Corruption Reporting Project</a></li> | |
<li><a href="https://blog.scraperwiki.com/blog/">ScraperWiki Blog</a></li> | |
</ul> | |
</div> | |
</div> |