-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·142 lines (121 loc) · 6.7 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>amsl.technology</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 pure-menu-selected"><a href="#" 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"><a href="extensions.html" class="pure-menu-link">Extensions</a></li>
<li class="pure-menu-item"><a href="https://github.com/amsl-project/installation-guide/wiki" class="pure-menu-link">Get Started</a></li>
</ul>
</div>
</div>
<div class="splash-container">
<div class="splash">
<h1 class="splash-head"><img class="pure-img-responsive" alt="File Icons" width="500" src="img/CD2_amsl.technology_WEISS.svg"></h1>
<p class="splash-subhead">
Electronic Resource Management Based on Linked Data Technologies
</p>
<p>
<a href="https://github.com/amsl-project/installation-guide/wiki" class="pure-button pure-button-primary">Get Started</a>
</p>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<h2 class="content-head is-center">A well-conceived approach</h2>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-rocket"></i>
Get Started Quickly
</h3>
<p>
The whole project is open source and can be downloaded from GitHub. This includes the source code as well as the vocabulary.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-university"></i>
A Solid Basis
</h3>
<p>
Our system is based on <a href="http://aksw.org/Projects/OntoWiki.html">OntoWiki</a>, an industry-established tool providing support for agile, distributed knowledge engineering scenarios.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-th-large"></i>
Extensible
</h3>
<p>
amsl already includes several extensions that improve or add functionality. See the complete list <a href="extensions.html">here</a>.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<h3 class="content-subhead">
<i class="fa fa-link"></i>
Modern Technologies
</h3>
<p>
To simplify workflows amsl has been extended with modern technologies like real-time search and various import tools.
</p>
</div>
</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">
<img class="pure-img-responsive" alt="File Icons" width="500" src="img/amsl.png">
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-3-5">
<h2 class="content-head content-head-ribbon">What is amsl?</h2>
<p>
amsl is a an Electronic Resource Management web application that makes use of RDF as data model. This allows the system to adapt to changing modeling requirements by adjusting the used RDF vocabulary. Developed at Leipzig University Library, amsl has been continuously improved according to requirements as they emerged. Several use-cases have already been implemented in form of extensions. This involves techniques such as rdf-based templating, realtime-search or various file import and processing mechanisms.
</p>
</div>
</div>
<div class="content">
<h2 class="content-head is-center">If you are interested contact us and visit our blog.</h2>
<div class="pure-g">
<div class="l-box-lrg pure-u-1 pure-u-md-2-5">
<img class="pure-img-responsive" alt="File Icons" width="500" src="img/ubl.png">
</div>
<div class="l-box-lrg pure-u-1 pure-u-md-3-5">
<h4>Contact Us</h4>
<p>
To contact us visit our blog at <a href="http://amsl.technology/?lang=en">amsl.technology</a>.
</p>
<h4>Installation Information</h4>
<p>
To get started have a look at our <a href="https://github.com/amsl-project/installation-guide/wiki">installation instructions</a>.
</p>
</div>
</div>
</div>
<div class="footer l-box is-center">
© 2015 • amsl.technology • Universitätsbibliothek Leipzig
</div>
</div>
</body>
</html>