-
Notifications
You must be signed in to change notification settings - Fork 0
/
extensions.html
196 lines (162 loc) · 9.55 KB
/
extensions.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A layout example that shows off a responsive product landing page.">
<title>amsl.technology – Extensions</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/layouts/marketing-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="css/layouts/marketing.css">
<!--<![endif]-->
</head>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading logo" href="">amsl.technology</a>
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="index.html" class="pure-menu-link">Home</a></li>
<!-- <li class="pure-menu-item"><a href="#" class="pure-menu-link">Get started</a></li> -->
<li class="pure-menu-item pure-menu-selected"><a href="#" class="pure-menu-link">Extensions</a></li>
<li class="pure-menu-item"><a href="getstarted.html" class="pure-menu-link">Get Started</a></li>
</ul>
</div>
</div>
<div class="content_main">
<h1 class="content-head is-center">amsl Repositories and Extensions</h1>
<div class="l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">OntoWiki Fork</h2>
<a href="https://github.com/amsl-project/OntoWiki">GitHub</a>
</div>
<div class=" l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
This is a fork of the original OntoWiki project that can be found <a href="https://github.com/AKSW/OntoWiki">here</a>. It contains all amsl-specific changes. Providing the base of amsl it is a requirement.
</p>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">amsl Vocabulary</h2>
<a href="https://github.com/amsl-project/amsl.vocab">GitHub</a>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
The amsl vocabulary is a collection of ERM-related classes and properties that provide basic and extended functionality. It has been developed at Leipzig University Library and will also be extended in the future as new requirements emerge.
</p>
</div>
</div>
<div class="l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">Fulltextsearch Extension</h2>
<a href="https://github.com/amsl-project/fulltextsearch.ontowiki">GitHub</a>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
The Fulltext Search Extension provides real-time search capabilities for amsl. The whole system consists of three components: the amsl extension, the elastic search server and a Spring Web-based index-service application that provides the communication between the aforementioned. Currently the amsl extension can be downloaded but the service is not available to date.
</p>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">Template Extension</h2>
<a href="https://github.com/AKSW/template.ontowiki">GitHub</a>
</div>
<div class=" l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
The Template Extension is used to describe forms in RDF and to store them within amsl. These descriptions can then be used to display forms for different data input purposes.
</p>
</div>
</div>
<div class="l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">List Exporter Extension</h2>
<a href="https://github.com/amsl-project/listexporter.ontowiki">GitHub</a>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
The list exporter makes lists in amsl downloadable as CSV. The generated lists can then be imported into other software like Excel for further processing.
</p>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">Link-and-create Extension</h2>
<a href="https://github.com/amsl-project/linkandcreate.ontowiki">GitHub</a>
</div>
<div class=" l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
This extension adds a widget to the resource view that provides functionality for creating and linking related resources.
</p>
</div>
</div>
<div class="l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">Files Extension</h2>
<a href="https://github.com/amsl-project/files.ontowiki">GitHub</a>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
The Files extension extends the built-in file extension by generating triples from uploaded files describing the data in a more detailled manner.
</p>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">Title List (CSV) Importer Extension</h2>
<a href="https://github.com/amsl-project/issnimporter.ontowiki">GitHub</a>
</div>
<div class=" l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
The Title List (CSV) Importer extension enables amsl to import Title List (CSV) files containing titles, identifiers and prices for contract items.
</p>
</div>
</div>
<div class="l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">Counter Importer Extension</h2>
<a href="https://github.com/amsl-project/counterimporter.ontowiki">GitHub</a>
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
The Counter Importer extension enables amsl to automatically import COUNTER XML files via the SUSHI protocol, processes it and store it in form of RDF.
</p>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<h2 class="content-head content-head-ribbon">Docker Virtuoso</h2>
<a href="https://github.com/amsl-project/docker-virtuoso">GitHub</a>
</div>
<div class=" l-box-lrg pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<strong>Description</strong>
<p>
This repository contains a docker file for different versions of the Virtuoso Triple store.
</p>
</div>
</div>
<div class="footer l-box is-center">
© 2015 • amsl.technology • Universitätsbibliothek Leipzig
</div>
</div>
</body>
</html>