Project

General

Profile

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
   
7
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8

    
9
<head>
10
<title>DRIVER Compliant Repositories</title>
11
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 
12
<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" />
13
<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico" />
14
</head>
15

    
16

    
17
<body>
18
<div id="center">
19
<div id="wrapper">
20
<div class="wrapper_shadowleft">
21
<div class="wrapper_shadowright">
22
<div id="container"><jsp:include page="/pages/banner.jsp"></jsp:include>
23
<jsp:include page="/pages/menu.jsp">
24
	<jsp:param name="requestor" value="index" />
25
</jsp:include>
26
<div class="barpath"><span class="path">Compliant
27
Repositories Information</span></div>
28

    
29
<div id="leftcolumn">
30
<div class="searchtabtitle">Validated and Compliant Repsositories</div>
31
<br />
32
<br />
33
</div>
34
<div id="maincolumn2" style="padding-right: 30px;">
35

    
36
<p><br />
37
<strong>Which repositories are DRIVER compliant?</strong> In the rapidly
38
evolving repository landscape a unified approach and implementation of
39
repositories is needed to ensure high level interoperability and
40
retrieval of content. DRIVER provides such a unified approach and is
41
leading the way as the largest initiative of its kind helping to enhance
42
repository development worldwide. For this purpose, DRIVER has issued <a
43
	href="http://www.driver-support.eu/managers.html">guidelines</a> which,
44
if implemented properly by repository managers, allow us to provide new
45
and innovative services - including a more efficient and transparent
46
DRIVER search service - for users and the repository community as a
47
whole.</p>
48
<br />
49
<p><strong>How can my repository be DRIVER compliant?</strong> If
50
you are a repository manager you may want to contact the <a
51
	href="http://helpdesk.driver.research-infrastructures.eu/">DRIVER
52
helpdesk</a> to learn more on how to make your repository DRIVER compliant
53
according to our <a href="http://www.driver-support.eu/managers.html">guidelines</a>.
54
If you want to have a quick indication you may want to validate your
55
repository using our published <a
56
	href="http://validator.driver.research-infrastructures.eu/validator/validatorHome.do?action=load">DRIVER
57
Validator</a> tool.</p>
58
</div>
59
<br />
60
<br />
61
<br />
62
<br />
63
<br />
64
<div id="footer"><s:action name="FooterPage" executeResult="true"/>
65
</div>
66
</div>
67
</div>
68
</div>
69
</div>
70
</div>
71
</body>
72
</html>
(3-3/25)