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

    
8
<head>
9
<title>DRIVER Browse Help</title>
10
	<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" />
11
	<link rel="shortcut icon" href="<s:property value="#application[@gr.uoa.di.driver.web.listeners.DriverContextListener@APACHE_URL]"/>/static-content/images/favicon.ico" />
12
</head>
13

    
14

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

    
30
						<div id="leftcolumn">
31
							<div class="searchtabtitle">Browsing</div>
32
							<br />
33
							<br />
34
						</div>
35
						
36
						<div id="maincolumn2" style="padding-right: 30px;">
37
							<p>
38
							<br />
39
								<strong>Current status:</strong> For performance reasons, the DRIVER
40
								browsing service is optimized so that:
41
								<ol>
42
									<li>it produces a rough estimate on the number of documents for
43
									each "Browse by" entity entry (e.g. authors, subjects, repositories)</li>
44
									<li>a percentage threshold is being used and only the top entity
45
									entries are represented in the list.</li>
46
								</ol>
47
							</p>
48
	
49
							<br />
50
							
51
							<p><strong>Future enhancements:</strong> the DRIVER technical team
52
							is working on producing a far more efficient, performance and quality
53
							wise browsing service, which will represent accurately all entities
54
							(authors, subjects, repositories, etc.) within the DRIVER Information
55
							Space, while returning precise document numbers for each entity.</p>
56
	
57
							<br />
58
							<br />
59
							<br />
60
							<br />
61
							<br />
62
						</div>
63
					
64
						<br />
65
						
66
						<div id="footer">
67
							<s:action name="FooterPage" executeResult="true"/>
68
					</div>
69
				</div>
70
			</div>
71
		</div>
72
	</div>
73
</div>
74
</body>
75
</html>
(2-2/25)