{% extends "layout.html" %} {% block body_class %}plain-page frontpage {{ body_class }}{% endblock %} {% block body %}

What is {{ __tool_name }}?

This is an instance of the 4CAT Capture and Analysis Toolkit, a software suite that can capture data from a variety of online sources, and analyze the data through analytical processors.

4CAT is developed by OILab and the Digital Methods Initiative at the University of Amsterdam. For more information, take a look at the GitHub repository.

News and updates

    {% if news %} {% for item in news %}
  1. {{ item.text|markdown|safe }}
  2. {% endfor %} {% else %}
  3. You can add news for your 4CAT instance in news.json in the 4CAT root folder.
  4. {% endif %}
{% endblock %}