Project

General

Profile

1
<%@ taglib prefix="s" uri="/struts-tags"%>
2
<%@ page contentType="text/html; charset=UTF-8"%>
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6

    
7

    
8
<head>
9
<title>DRIVER Collections Help</title>
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
11

    
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

    
15
</head>
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">
23
                	<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 id="leftcolumn">
28
							<b class="curved_top">
29
								<b class="curved_t1"></b>
30
								<b class="curved_t2"></b>
31
								<b class="curved_t3"></b>
32
								<b class="curved_t4"></b>
33
							</b>
34
							<div class="curved_container clearfix">
35
								<div class="featured_top leftcolumn_top">Help - Information</div>
36
								<p>
37
                                &nbsp;
38
                                </p>
39
							</div>
40
                            
41
                            <b class="curved_bottom">
42
                                <b class="curved_b4"></b>
43
                                <b class="curved_b3"></b>
44
                                <b class="curved_b2"></b>
45
                                <b class="curved_b1"></b>
46
                            </b>
47
						</div>
48
					<div id="maincolumn2">
49
							<div id="collectionPage" >
50
							
51
							
52
							<b class="curved_top"> 
53
								<b class="curved_t1"></b>
54
								<b class="curved_t2"></b>
55
								<b class="curved_t3"></b>
56
								<b class="curved_t4"></b>
57
							</b>
58
							<div class="curved_container clearfix ">
59
                            	<div class="featured_top collectionPage_top"> 
60
                                        Learn about DRIVER collections 
61
                                </div>
62
                                <p><strong>What are collections? </strong> The DRIVER Information
63
                                Space gathers documents from different scientific subjects and from
64
                                distinct geographical areas. DRIVER collections offer a way to organize
65
                                such heterogeneous Space into a hierarchy of sets whose documents share
66
                                similar features and properties. </p>
67
                                <p>
68
                                They are mostly dynamic, i.e., the
69
                                number of documents changes as documents enter or leave the Information
70
                                Space, but may also include individual documents - basket items or "bookmarks" to specific documents.
71
                                </p>
72
                                <p><strong>Who can create collections?</strong> Collections can be created by
73
                                the DRIVER administrators or by registered end-users. They can be public”, viewed by all
74
                                DRIVER users - anonymous or registered ones, or private, viewed by their owners.
75
                                </p>
76
                                <p><strong>How can collections be used?</strong> End-users may use collections to:
77
                                <ul>
78
                                <li>
79
                                query limited information space to improve the
80
                                precision of the search results, 
81
                                </li>
82
                                <li>
83
                                organize their private Information Space,
84
                                </li>
85
                                <li>as reading lists to share references to documents with other users through the <a href="ViewAllCommunities.action">communities</a>,</li>
86
                                <li>implicitely improve alerts and recommendations (e.g., change the ranking of results based on
87
                                collections, get notified when changes occur within a collection,
88
                                recommend collections to users within the same <a
89
                                    href="Help.action?type=community">community</a>).</li>
90
                                    </ul>
91
                                 </p>
92
                                <p><strong>How to create collections?</strong> There are two ways to add content to your collections:
93
                                <ol>
94
                                	<li>Do a search and use the "Save as a collection" funcionality found on the search results</li>
95
                                    <li>Add items to your Dropbox and then click on the "Add to a collection"</li>
96
                                </ol>
97
                                </p>
98
                                <p>
99
                                We kindly urge you to provide us with some feedback on what types of collections
100
                                may be useful to your group or work (please send us your request at <a
101
                                    href="http://helpdesk.driver.research-infrastructures.eu/">
102
                                helpdesk@driver-support.eu</a>).</p>
103
                                <br />
104
                                
105
                                <br />
106
                                
107
                             </div>
108
							<b class="curved_bottom"> <b class="curved_b4"></b> <b class="curved_b3"></b> <b class="curved_b2"></b> <b class="curved_b1"></b> </b>
109
                         </div>
110
                    </div>
111
					<div id="footer"><s:action name="FooterPage" executeResult="true"/></div>
112
				</div>
113
			</div>
114
		</div>
115
	</div>
116
</div>
117
</body>
118
</html>
119

    
(5-5/25)