2024-03-06 08:40:12 +00:00
{% extends "base.html" %}
{% block content %}
2024-03-13 10:07:17 +00:00
< div class = "container narrower-container" >
2023-12-05 14:26:57 +00:00
< br >
< div class = "row" >
< div class = "col s12" >
2024-03-06 08:40:12 +00:00
< h6 > {{ _('About') }}< / h6 >
< div class = "card" >
< div class = "card-content" >
2024-03-13 08:06:09 +00:00
< a target = "_blank" href = "https://github.com/clarinsi/STARK" > STARK< / a > {{ _('stark_description') }}
< br >
< br >
{{ _('stark_goal1') }}< a target = "_blank" href = "https://universaldependencies.org/" > Universal Dependencies< / a > {{ _('stark_goal2') }}< a target = "_blank" href = "https://github.com/clarinsi/STARK/blob/master/settings.md" > {{ _('user-defined parameters') }}< / a > {{ _('stark_goal3') }}
< br >
< br >
{{ _('stark_credits') }}< a target = "_blank" href = "https://spot.ff.uni-lj.si/" > {{ _('SPOT: A Treebank-Driven Approach to the Study of Spoken Slovenian') }}< / a > {{ _('stark_credits2') }}< a target = "_blank" href = "https://github.com/clarinsi/STARK" > https://github.com/clarinsi/STARK< / a > {{ _('stark_credits3') }}
2024-03-13 10:07:17 +00:00
< br >
< br >
{{ _('stark_contact') }}
2024-03-06 08:40:12 +00:00
< / div >
< / div >
2023-12-05 14:26:57 +00:00
< / div >
< / div >
< / div >
2024-03-06 08:40:12 +00:00
{% endblock %}
{% block custom_js %}{% endblock %}