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