{% from 'docs/vis-documentation-macros.html' import full_documentation_link with context %} {% extends "base.html" %} {% block title %}Visualization Documentation{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Visualization Documentation

This page provides documentation on the different parts of the visualization, what they show, and how they can be interacted with. The first part of the documentation explains common terminology and principles from information visualization and interaction design that are used in the visualization, which is helpful for understanding the descriptions. Then, the individual views and their respective functionalities are explained. These explanations can also be accessed individually from within the visualization by clicking on the question mark icon in the upper right corner of each view.

The map material visible in the screenshots is copyrighted by © Mapbox and © OpenStreetMap. The screenshots were created using a larger, private dataset, and the shown religious groups and places might differ from those visible in public versions and the public dataset.


Terminology and Principles

{% include 'docs/vis-terminology.html' %}

Settings Pane

{% include 'vis/info/settings-pane.html' %}

{% if user and not user.visitor %}

History Tree

{% include 'vis/info/history-tree.html' %}

{% endif %}

Map

{% include 'vis/info/map.html' %}

Location List

{% include 'vis/info/location-list.html' %}

Religion Hierarchy

{% include 'vis/info/religion-hierarchy.html' %}

Timeline

{% include 'vis/info/timeline.html' %}

Untimed Data

{% include 'vis/info/untimed-data.html' %}

Confidence View

{% include 'vis/info/confidence.html' %}

Source View

{% include 'vis/info/source.html' %}

Tag View

{% include 'vis/info/tags.html' %}
{% endblock %}