-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (129 loc) · 7.53 KB
/
index.html
File metadata and controls
155 lines (129 loc) · 7.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>RankSys</title>
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
body {
background-color: #fff;
}
#title {
font-weight: bold;
font-size: 16pt;
}
.btn-description {
display: none;
}
#logo {
width: 50%;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
}
#description {
width: 50%;
padding-left: 5px;
}
@media (min-width: 384px) {
#title {
font-weight: bold;
font-size: 24pt;
}
#logo {
width: 33%;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
}
#description {
width: 66%;
padding-left: 10px;
}
}
@media (min-width: 768px) {
#title {
font-weight: bold;
font-size: 32pt;
}
#logo {
width: 25%;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
}
#description {
width: 75%;
padding-left: 10px;
}
.btn-description {
display: initial;
vertical-align: middle;
padding-left: 1px;
}
}
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<div class="vcenter" id="logo">
<img src="images/logo.svg" alt="RankSys logo" class="img-responsive"/>
</div><!--
--><div class="vcenter" id="description">
<h1 id="title">RankSys<br><small id="subtitle">Java 8 Recommender Systems framework for novelty, diversity and much more</small></h1>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<div class="btn-group btn-group-justified" role="group">
<a class="btn btn-default" href="https://github.com/RankSys/RankSys" role="button"><img src="images/octocat-icon.png" alt="See source in GitHub"/><span class="btn-description">GitHub</span></a>
<a class="btn btn-default" href="https://github.com/RankSys/RankSys/wiki/Team" role="button"><img src="images/team.png" alt="Team"/><span class="btn-description">Team</span></a>
<a class="btn btn-default" href="https://github.com/RankSys/RankSys/wiki/References" role="button"><img src="images/references.png" alt="References"/><span class="btn-description">References</span></a>
<a class="btn btn-default" href="javadoc/" role="button"><img src="images/javadoc.png" alt="See Javadoc"/><span class="btn-description">Javadoc</span></a>
<a class="btn btn-default" href="https://github.com/RankSys/RankSys/wiki" role="button"><img src="images/wiki.png" alt="Consult the wiki"/><span class="btn-description">Wiki</span></a>
<a class="btn btn-default" href="https://twitter.com/ranksys" role="button"><img src="images/twitter.png" alt="Follow us in Twitter"/><span class="btn-description">Twitter</span></a>
<!-- <a class="btn btn-default" href="https://jitpack.io/#org.ranksys/RankSys/0.4" role="button"><img src="images/jitpack.png" alt="Jitpack"/><span class="btn-description">JitPack</span></a>-->
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2 description" style="padding-top: 20px; text-align: justify;">
<p style="text-align: center;">
<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.ranksys%22"><img src="https://maven-badges.herokuapp.com/maven-central/org.ranksys/RankSys/badge.png" alt="Maven Central"/></a>
<a href="https://travis-ci.org/RankSys/RankSys"><img src="https://travis-ci.org/RankSys/RankSys.svg?branch=master" alt="Build Status"/></a>
<a href="https://www.mozilla.org/en-US/MPL/"><img src="https://img.shields.io/github/license/ranksys/RankSys.svg" alt="License"></a>
</p>
<p>RankSys is a new framework for the implementation and evaluation of recommendation algorithms and techniques that has resulted from a line of research work that is currently documented in several publications (see <a href="https://github.com/RankSys/RankSys/wiki/References">here</a>) and a <a href="http://saulvargas.es/phd-thesis.pdf">PhD thesis</a>. While it is envisioned as a framework for the generic experimentation of recommendation technologies, it includes substantial support focusing on the evaluation and enhancement of novelty and diversity. RankSys derives its name from explicitly targeting the ranking task problem, rather than rating prediction. This decision is reflected in the design of the different core interfaces and components of the framework.</p>
<p>The framework has been programmed with Java 8, which is the most recent version of the popular programming language. We take advantage of many of the new features of the language, such as the use of lambda functions, <code>Stream</code>'s and facilities for automatic parallelization of the code. The code licensed under the <a href="https://www.mozilla.org/en-US/MPL/2.0/">MPL 2.0</a>.</p>
<p>The publicly available version of this framework (0.4.3) includes implementations of several collaborative filtering recommendation algorithms, a wide variety of novelty and diversity metrics and re-ranking techniques and state-of-the-art compression techniques for in-memory collaborative filtering data. If you want to know more, check the <a href="https://github.com/RankSys/RankSys">GitHub site</a> or the <a href="https://github.com/RankSys/RankSys/wiki">wiki</a>, which provides a high-level description of the different components of the current release of the software. Finally, <a href="https://twitter.com/RankSys">follow us in Twitter</a> to keep in touch!</p>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </body>
</html>