Added about + Small fixes

This commit is contained in:
2024-03-13 09:06:09 +01:00
parent 8c196a44ef
commit 33c6731be0
10 changed files with 351 additions and 157 deletions

View File

@@ -7,7 +7,13 @@
<h6>{{ _('About') }}</h6>
<div class="card">
<div class="card-content">
{{ _('intro_description') }}
<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') }}
</div>
</div>
</div>