Update index.html
Browse files- index.html +12 -0
index.html
CHANGED
@@ -48,6 +48,7 @@
|
|
48 |
|
49 |
<div class="column has-text-centered">
|
50 |
<div class="publication-links">
|
|
|
51 |
<!-- PDF Link. -->
|
52 |
<span class="link-block">
|
53 |
<a href="https://berck.se/thesis.pdf" target="_blank"
|
@@ -59,6 +60,17 @@
|
|
59 |
</a>
|
60 |
</span>
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
<!-- Code Link. -->
|
63 |
<span class="link-block">
|
64 |
<a href="https://github.com/LanguageMachines/wopr" target="_blank"
|
|
|
48 |
|
49 |
<div class="column has-text-centered">
|
50 |
<div class="publication-links">
|
51 |
+
|
52 |
<!-- PDF Link. -->
|
53 |
<span class="link-block">
|
54 |
<a href="https://berck.se/thesis.pdf" target="_blank"
|
|
|
60 |
</a>
|
61 |
</span>
|
62 |
|
63 |
+
<!-- PDF Link. -->
|
64 |
+
<span class="link-block">
|
65 |
+
<a href="http://ufal.mff.cuni.cz/pbml/91/art-bosch.pdf" target="_blank"
|
66 |
+
class="external-link button is-normal is-rounded is-dark">
|
67 |
+
<span class="icon">
|
68 |
+
<i class="fas fa-file-pdf"></i>
|
69 |
+
</span>
|
70 |
+
<span>Paper</span>
|
71 |
+
</a>
|
72 |
+
</span>
|
73 |
+
|
74 |
<!-- Code Link. -->
|
75 |
<span class="link-block">
|
76 |
<a href="https://github.com/LanguageMachines/wopr" target="_blank"
|