{% extends "base.html" %} {% set has_splash = "true" %} {% import "projects/_helpers.html" as helper %} {% import "account/_helpers.html" as account_helper %} {% block content %}

Crowdsourcing projects
from the British Library

Photo: Mechanical Curator

What's this all about?

{{brand}}, in association with BL Labs, is a platform for hosting experimental crowdsourcing projects aimed at improving access to the diverse collections held at the British Library. Your participation will have a direct impact on enabling future research conducted at the Library.

Find Out More
{% if categories_projects['featured'] %}

Featured Crowdsourcing Projects

{% for project in categories_projects['featured'] %} {{ helper.show_project(project, "featured", current_user, upload_method) }} {% endfor %}
{% else %}

Get involved

Your contributions will have a direct impact on enabling future reasearch at the British Library.

{% endif %}
{% if top_users %}

Most Active Volunteers

{% endif %} {{ helper.render_social_media_buttons("www.libcrowds.com", "Come and have a go at the British Library's crowdsourcing platform!") }}
{{ helper.broken_image() }} {% endblock %}