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 %}
- {{ item.text|markdown|safe }} {% endfor %} {% else %}
- You can add news for your 4CAT instance in
news.json
in the 4CAT root folder.
{% endif %}