-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
317 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
title: STUnD | ||
author: | ||
name: Arianna Masciolini | ||
email: [email protected] | ||
|
||
description: > | ||
A Search Tool for (parallel) Universal Dependencies treebanks that runs in your browser. | ||
header_pages: | ||
- tutorial.md | ||
- installation.md | ||
- pub.md | ||
|
||
show_excerpts: false | ||
|
||
remote_theme: jekyll/minima | ||
|
||
minima: | ||
skin: dark | ||
date_format: "%-d %B %Y" | ||
social_links: | ||
- { platform: github, user_url: https://github.com/harisont } | ||
- { platform: stackoverflow, user_url: https://stackoverflow.com/users/7729724/harisont } | ||
- { platform: instagram, user_url: https://www.instagram.com/unottica/ } | ||
- { platform: youtube, user_url: https://www.youtube.com/c/ImparalHaskellemettilodaparte } | ||
- { platform: rss, user_url: https://harisont.github.io/feed.xml} | ||
|
||
plugins: | ||
- jekyll-feed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<footer class="site-footer h-card"> | ||
<data class="u-url" href="{{ "/" | relative_url }}"></data> | ||
|
||
<div class="wrapper"> | ||
|
||
<div class="footer-col-wrapper"> | ||
<div class="footer-col"> | ||
<p class="feed-subscribe"> | ||
<a href="{{ 'feed.xml' | relative_url }}"> | ||
<svg class="svg-icon white"> | ||
<use xlink:href="{{ 'assets/minima-social-icons.svg#rss' | relative_url }}"></use> | ||
</svg><span>Subscribe to the blog</span> | ||
</a> | ||
</p> | ||
{%- if site.author %} | ||
<ul class="contact-list"> | ||
{% if site.author.name -%} | ||
<li class="p-name">{{ site.author.name | escape }}</li> | ||
{% endif -%} | ||
{% if site.author.email -%} | ||
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li> | ||
{%- endif %} | ||
</ul> | ||
{%- endif %} | ||
</div> | ||
<div class="footer-col"> | ||
<p>{{ site.description | escape }}</p> | ||
<p>Noticed a <a href="https://dictionary.cambridge.org/dictionary/italian-english/strafalcione"><it>strafalcione</it></a> in something I've written? You're welcome to fix it and open a <a href="https://github.com/harisont/harisont.github.io">pull request</a>!</p> | ||
</div> | ||
</div> | ||
|
||
<div class="social-links"> | ||
{%- include social.html -%} | ||
</div> | ||
|
||
</div> | ||
|
||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<figure style="padding: 4%"> | ||
<img src="/img/{{ include.file }}" | ||
alt="{{ include.description }}" style="width:100%; padding:2%;"> | ||
|
||
<figcaption>{{ include.description }}</figcaption> | ||
</figure> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="/mstile-150x150.png"/> | ||
<TileColor>#da532c</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Getting started with STUnD | ||
layout: base | ||
--- | ||
|
||
To compile and run STUnD directly on your computer, you can use either [the Haskell Tool Stack](https://docs.haskellstack.org/en/stable/) or build and run it inside a [Docker](https://www.docker.com/) container. | ||
|
||
## Installation via Stack | ||
If you have Stack, run | ||
|
||
``` | ||
stack build | ||
``` | ||
|
||
or | ||
|
||
``` | ||
stack install | ||
``` | ||
|
||
which also installs the executable. | ||
|
||
Afterwards you can run STUnD either with `stack run` from within the same folder or, if you have installed the executable, by running that directly. | ||
|
||
## Using Docker | ||
If you want to use Docker containers, the simplest way is to use `docker compose`. To build and run the image you can simply type: | ||
|
||
``` | ||
docker compose up stund-gui | ||
``` | ||
|
||
This will take a while for the first time because the image has to be built. Afterwards, running the container can be started directly with the same command. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Publications | ||
layout: base | ||
--- | ||
|
||
1. [Arianna Masciolini and Márton A Tóth. _STUnD: ett Sökverktyg för Tvåspråkiga Universal Dependencies-trädbanker._ In Proceedings of the Huminfra Conference, pages 95–109, Gothenburg, Sweden, 2024](https://doi.org/10.3384/ecp205013) | ||
|
||
A more extensive and up-to-date publication in English is currently in preparation. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/android-chrome-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Oops, something went wrong.