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

What is {{ __tool_name }}?

{{ __tool_name }} is a software suite for capture and analysis of thread-based platforms, created and run by OILab at the University of Amsterdam as part of the ERC-funded ODYCCEUS project.

It is currently under development. At this time, you can use it to create datasets for multiple online social platforms. We welcome feedback: mail us at 4cat@oilab.eu.

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 %}