-
Notifications
You must be signed in to change notification settings - Fork 2
/
code.html
157 lines (146 loc) · 6.54 KB
/
code.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
---
layout: default
nav_active: code
title: Webis Code
description: Overview of code that is used or was produced at Webis
---
<nav class="uk-container">
<ul class="uk-breadcrumb">
<li><a href="index.html">Webis.de</a></li>
<li class="uk-disabled"><a href="#">Code</a></li>
</ul>
</nav>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "DataCatalog",
"name": "Webis Data",
"description": "Overview of code that is used by or was produced at the Webis research group.",
"text": "This page organizes the code that is used in our research. Their availability for Webis externals is as follows: (1) code that has been officially released by Webis as well as (2) code of the services and workshops like the PAN series can be downloaded here, (3) internal Webis code (which will be officially released in the future) are supplied upon request, (4) affiliated code made available by courtesy of our research partners can be downloaded here, (5) other code is linked to the original publisher/creator.",
"url": "https://webis.de/code.html",
"keywords": [
"webis",
"code",
"tools",
"services"
],
"author": [
{
"@type": "Organization",
"url": "https://webis.de/",
"name": "The Web Technology & Information Systems Network",
"alternateName": "Webis"
}
]
}
</script>
<main class="uk-section uk-section-default">
<div class="uk-container">
<h1>Code</h1>
<ul class="uk-list">
<li><span data-uk-icon="chevron-down"></span> <a href="#released-webis-code">Released Webis Code</a></li>
<li><span data-uk-icon="chevron-down"></span> <a href="#internal-webis-code">Internal Webis Code</a></li>
<li><span data-uk-icon="chevron-down"></span> <a href="#affiliated-code">Affiliated Code</a></li>
<li><span data-uk-icon="chevron-down"></span> <a href="#other-code">Other Code</a></li>
</ul>
</div>
<div class="uk-container uk-margin-medium">
<p>
This page organizes the code that is used in our research. Their availability for Webis externals is as
follows:
(1) code that has been officially released by Webis as well as
(2) code of the services and workshops like the PAN series can be downloaded here,
(3) internal Webis code (which will be officially released in the future) are supplied upon request,
(4) affiliated code made available by courtesy of our research partners can be downloaded here,
(5) other code is linked to the original publisher/creator.
Most of our released code is hosted at <a title="Download: Github" href="https://github.com/webis-de/">GitHub
<img src="data/img/github-icon.png" alt="Github"></a>.
</p>
<div id="search-control">
<input type="text" class="uk-input" id="filter-field" placeholder="Type here to filter…"/>
</div>
</div>
<div class="uk-container uk-margin-medium webis-data-table">
<table class="uk-margin-medium uk-table uk-table-divider uk-table-small sortable targetable">
<thead>
<tr>
<th id="released-webis-code"></th>
<th colspan="8">
Released Webis Code
<a href="#" class="uk-float-right uk-link-reset" data-uk-icon="chevron-up"></a>
</th>
</tr>
<tr>
<th></th>
<th class="header"><span>Name</span></th>
<th class="header"><span>Task</span></th>
<th class="header"><span>Input</span></th>
<th class="header"><span>Output</span></th>
<th class="header"><span>Language</span></th>
<th class="header uk-text-right"><span>Access</span></th>
</tr>
</thead>
<tbody>
<tr code-author="christina lohr, johannes Kiesel, henning wachsmuth, khalid al-khatib, benno stein, stephanie luther, johannes hellrich,udo hahn"
code-keywords="labeling, annotation, segment annotation, wat">
<td id="wat-sl-code"></td>
<td>WAT-SL</td>
<td>Text segmentation (annotation)</td>
<td>Text</td>
<td>Labeled segments</td>
<td>Java, JavaScript</td>
<td class="uk-text-right">
<a title="Download: Github" href="https://github.com/webis-de/wat" class="uk-link-reset">
<img src="data/img/github-icon.png" alt="Github">
</a>
</td>
</tr>
</tbody>
</table>
<table class="uk-margin-medium uk-table uk-table-divider uk-table-small sortable targetable">
<thead>
<tr>
<th id="internal-webis-code"></th>
<th colspan="8">
Internal Webis Code
<a href="#" class="uk-float-right uk-link-reset" data-uk-icon="chevron-up"></a>
</th>
</tr>
<tr>
<th></th>
<th class="header"><span>Name</span></th>
<th class="header"><span>Task</span></th>
<th class="header"><span>Input</span></th>
<th class="header"><span>Output</span></th>
<th class="header"><span>Language</span></th>
<th class="header uk-text-right"><span>Access</span></th>
</tr>
</thead>
<tbody>
<tr>
<td id="grobid-service"></td>
<td>Grobid Service</td>
<td>Text and meta data extraction from scientific documents</td>
<td>PDF</td>
<td>XML</td>
<td>Python</td>
<td class="uk-text-right">
<a title="Download: Gitlab" href="https://git.webis.de/code-research/text-reuse/phoenix/prototypes" class="uk-link-reset">
<img src="data/img/gitlab-icon.png" alt="Gitlab">
</a>
</td>
</tr>
</tbody>
</table>
<div id="filtered-all-message" class="uk-hidden uk-text-muted" aria-hidden="true">
None of our code matches your filter.
</div>
</div>
</main>
<script src="https://assets.webis.de/js/thirdparty/jquery/jquery.slim.min.js"></script>
<script src="https://assets.webis.de/js/thirdparty/fontawesome/fontawesome.min.js"></script>
<script src="https://assets.webis.de/js/thirdparty/fontawesome/solid.min.js"></script>
<script src="https://assets.webis.de/js/filter.js"></script>
<script src="https://assets.webis.de/js/selection.js"></script>
<script src="https://assets.webis.de/js/tables.js"></script>
<script>initWebisDataFiltering();</script>