1
|
<%@ taglib prefix="s" uri="/struts-tags"%>
|
2
|
<%@ page contentType="text/html; charset=UTF-8"%>
|
3
|
|
4
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
|
8
|
<head>
|
9
|
<title>DRIVER Registration Help</title>
|
10
|
|
11
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
12
|
|
13
|
<link href='<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/assets/<s:property value="#application['webInterfaceLayoutManager'].cssFileName" />' rel="stylesheet" type="text/css" />
|
14
|
<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico"/>
|
15
|
|
16
|
</head>
|
17
|
|
18
|
<body>
|
19
|
<div id="center">
|
20
|
<div id="wrapper">
|
21
|
<div class="wrapper_shadowleft">
|
22
|
<div class="wrapper_shadowright">
|
23
|
<div id="container"><jsp:include page="/pages/banner.jsp"></jsp:include>
|
24
|
<jsp:include page="/pages/menu.jsp">
|
25
|
<jsp:param name="requestor" value="index" />
|
26
|
</jsp:include>
|
27
|
<div class="barpath"><span class="path">User Registration
|
28
|
Information</span></div>
|
29
|
|
30
|
<div id="leftcolumn">
|
31
|
<div class="searchtabtitle">User Registration</div>
|
32
|
<br />
|
33
|
<br />
|
34
|
</div>
|
35
|
<div id="maincolumn2" style="padding-right: 20px;"><br />
|
36
|
<p>
|
37
|
<p><strong>Why register in DRIVER?</strong>
|
38
|
<ul>
|
39
|
<li><strong>End-users/researchers</strong> may specify additional
|
40
|
preferences to narrow down search results associated with their
|
41
|
research interests. This may be accomplished in several ways: store
|
42
|
queries which are then run periodically in the background, and users
|
43
|
are notified when there is any change in the corresponding results
|
44
|
(e.g. due to harvesting of new documents); subscribe to <a
|
45
|
href="Help.action?type=community">communities</a> so that their
|
46
|
queries may be filtered through the assigned <a
|
47
|
href="Help.action?type=collection">collections</a>; define additional
|
48
|
filters to be used in subsequent queries(e.g. specify date ranges for
|
49
|
the latest papers/documents, idenrify subjects that may be of
|
50
|
particular interest, etc.).</li>
|
51
|
<li><strong>Repository managers</strong> who want to keep track of
|
52
|
their repository status within the DRIVER Information Space may utilize
|
53
|
the above functionalities for monitoring purposes. In the near future,
|
54
|
registered repository managers will be granted additional rights to run
|
55
|
the <a
|
56
|
href="http://validator.driver.research-infrastructures.eu/validator/validatorHome.do?action=load">DRIVER
|
57
|
Validator</a> on their published data and follow their repository
|
58
|
conformance to the <a href="http://www.driver-support.eu/managers.html">DRIVER
|
59
|
guidelines</a>.</li>
|
60
|
</ul>
|
61
|
</p>
|
62
|
<br />
|
63
|
<p><strong>Who should register?</strong> All individual researchers
|
64
|
or repository managers who may take advantage of the functionalities
|
65
|
described above.</p>
|
66
|
<br />
|
67
|
<p><strong>What can we expect in future enhancemnents?</strong> In
|
68
|
the next release of the DRIVER infrastructure users will be able to
|
69
|
enjoy further personalized functionalities. More specifically there are
|
70
|
plans for:
|
71
|
<ul>
|
72
|
<li>extending user profiles to include preferences to broaden the
|
73
|
personilized services</li>
|
74
|
<li>allowing users to define their own collections, and make use
|
75
|
of bookmarking techniques on documents</li>
|
76
|
<li>allowing users to create and manage their own communities
|
77
|
while giving them the option to invite other users to subscribe to them
|
78
|
</li>
|
79
|
<li>allowing registered users to be part of private or public
|
80
|
DRIVER communities where more collaborative work can take place</li>
|
81
|
<li>generating personalized recommendations and alerts based on
|
82
|
distinct user preferences or community based behaviour</li>
|
83
|
<li>allowing users to produce links and perhaps annotations on
|
84
|
documents and other types of data objects</li>
|
85
|
</ul>
|
86
|
Additional functionalities may be added, and we would like to hear your
|
87
|
opinion. Please, do send us your feedback at <a
|
88
|
href="http://helpdesk.driver.research-infrastructures.eu/">
|
89
|
helpdesk@driver-support.eu</a>.
|
90
|
</p>
|
91
|
<br />
|
92
|
<br />
|
93
|
Continue your registration process <a href="Account.action">here</a>...
|
94
|
</div>
|
95
|
<br />
|
96
|
|
97
|
<div id="footer"><s:action name="FooterPage" executeResult="true"/>
|
98
|
</div>
|
99
|
|
100
|
</div>
|
101
|
</div>
|
102
|
</div>
|
103
|
</div>
|
104
|
</div>
|
105
|
</body>
|
106
|
</html>
|