<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Improving Searching and Browsing Capabilities of Learning Object Repositories</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Julià</forename><surname>Minguillón</surname></persName>
							<email>jminguillona@uoc.edu</email>
							<affiliation key="aff0">
								<orgName type="department">Multimèdia i Telecomunicació</orgName>
								<orgName type="laboratory">Estudis d&apos;Informàtica</orgName>
								<orgName type="institution">Universitat Oberta de Catalunya</orgName>
								<address>
									<addrLine>Rambla Poblenou 156</addrLine>
									<settlement>Barcelona</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">M</forename><forename type="middle">Elena</forename><surname>Rodríguez</surname></persName>
							<email>mrodriguezgo@uoc.edu</email>
							<affiliation key="aff0">
								<orgName type="department">Multimèdia i Telecomunicació</orgName>
								<orgName type="laboratory">Estudis d&apos;Informàtica</orgName>
								<orgName type="institution">Universitat Oberta de Catalunya</orgName>
								<address>
									<addrLine>Rambla Poblenou 156</addrLine>
									<settlement>Barcelona</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jordi</forename><surname>Conesa</surname></persName>
							<email>jconesac@uoc.edu</email>
							<affiliation key="aff0">
								<orgName type="department">Multimèdia i Telecomunicació</orgName>
								<orgName type="laboratory">Estudis d&apos;Informàtica</orgName>
								<orgName type="institution">Universitat Oberta de Catalunya</orgName>
								<address>
									<addrLine>Rambla Poblenou 156</addrLine>
									<settlement>Barcelona</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Improving Searching and Browsing Capabilities of Learning Object Repositories</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">A71540DC2DE3E9A3F5B7B25D7DF9B7EE</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T03:24+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Learning Object Repositories</term>
					<term>Browsing</term>
					<term>Searching</term>
					<term>Recommendation Systems</term>
					<term>Collaborative Filtering</term>
					<term>DSpace</term>
					<term>Metadata</term>
					<term>Paradata</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Learning object repositories are a basic piece of virtual learning environments used for content management. Nevertheless, learning objects have special characteristics that make traditional solutions for content management ineffective. In particular, browsing and searching for learning objects cannot be based on the typical authoritative metadata used for describing content, such as author, title or publication date, among others. We propose to build a social layer on top of a learning object repository, providing final users with additional services for describing, rating and curating learning objects from a teaching perspective. All these interactions among users, services and resources can be captured and further analyzed, so both browsing and searching can be personalized according to user profile and the educational context, helping users to find the most valuable resources for their learning process.</p><p>In this paper we propose to use reputation schemes and collaborative filtering techniques for improving the user interface of a DSpace based learning object repository.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Since the introduction of Information and Communication Technologies in the field of education, almost every educational institution has adopted an e-learning solution, although with different approaches. Virtual learning environments are one of the most common tools used to implement an e-learning platform, typically including a module for content management. Usually, content is understood as complete courses, but the reality is that learning resources can be very different according to their type, format and granularity <ref type="bibr" target="#b1">[2]</ref>.</p><p>In order to encourage its usage, the most important issue for a learning object repository integrated in a virtual learning environment is being able to build a true social learning network around it, promoting the creation, sharing and reuse of learning resources among the members of the learning community, mainly both learners and teachers. This can be only done if the learning object repository, regardless of its technology, provides its users with a virtual learning environment and a true learning experience. These learning experiences can be used in order to get knowledge about the needs of learners, their preferences in the use of learning objects and to identify learning objects in the repository that are less attractive to them. All this information can be used in order to improve the repository by updating the descriptions of learning objects according to what we learnt (making the appropriate learning object easier to find through additional metadata <ref type="bibr" target="#b2">[3]</ref>), improving the services of the repository itself (making it easier to use) and improving the quality of the institutional repository by deleting or improving the irrelevant resources and promoting the more useful ones. The learning object repository is an important element of the virtual learning environment but it is not the only one and, of course, learners may search for resources outside the institutional "walled garden", mainly through Google and other search engines. Nevertheless, the main problem for learners is to filter among the thousands of results returned by a general purpose search engine. We encourage our learners to use the institutional repository as part of their learning process.</p><p>This paper is organized as follows: Section 2 describes the use of learning object repositories as an important tool for supporting both learners and teachers. Section 3 describes the functionalities of an ideal learning object repository which uses a social layer on top of it to improve searching and browsing capabilities. Finally, Section 4 outlines the main advantages of the proposed system, the implementation issues and the current and future research topics of this project.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Learning Object Repositories</head><p>Learning objects are stored in learning object repositories, which can be considered a specific kind of content management system for educational resources but much more versatile <ref type="bibr" target="#b6">[7]</ref>. Although, as stated before, traditional CMS tools can be used to store, describe and share learning objects (such as Drupal or OpenCMS, among many other open source software tools), these tools are usually oriented towards web content. According to <ref type="bibr" target="#b4">[5]</ref>, repositories are differentiated from other digital collections because the content is deposited in the repository together with its metadata; and such content is accessible through a basic set of services (i.e. put, get, search, etc.). Depending on the specific needs of the community using the repository, this will provide additional tailored services, but all repositories should at least provide two basic ones: content preservation and content reusing <ref type="bibr" target="#b0">[1]</ref>.</p><p>Obviously, digital repositories are a way to organize learning objects (and their parts that can be processed separately) in collections, although there are several specific issues that must be firstly addressed. For example, an exercise (which is basically a text defining a problem and, optionally, its solution, another text which may include references to the use of software or tables with data, for instance) is a typical learning object. But, differently to classical items in a collection of a digital repository, exercises may have neither a title nor even an author, the two main fields used for finding a book. Other typical learning objects can be data sets, mathematical proofs, equations, simulations, and so. Usually, learners search through these kinds of resources not by title or author, but by keyword or, even better, using a hierarchical taxonomy specially designed. Therefore, it becomes necessary to rethink the traditional way of describing learning resources, using criteria related to the learning process but maintaining a minimum description for archiving purposes. Learning object repositories should be designed for final users, that is, learners and teachers <ref type="bibr" target="#b3">[4]</ref>, promoting content reutilization rather than preservation. Both concepts (preservation and reutilization) are somehow contradictory (institutional, top-down vs social, bottom-up) but a tradeoff can be achieved by combining digital repositories with web 2.0 services.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">DSpace as a learning object repository</head><p>DSpace<ref type="foot" target="#foot_0">1</ref> is an open source platform developed by MIT and Hewlett-Packard in 2002 for creating digital repositories, as initially outlined in <ref type="bibr" target="#b7">[8]</ref>. DSpace preserves and enables easy and open access to all types of digital content including text, images, moving images, mpegs and data sets. It is used by more than one thousand institutions and it has a large community of developers, becoming a de facto standard for building open repositories.</p><p>DSpace organizes resources in a hierarchical structure based on communities (and, recursively, subcommunities) and, finally, collections. These contain the items (i.e. the resources) which are described using a metadata profile, usually non qualified Dublin Core. With the default DSpace user interface, users can search and browse by author, title, publication date and keywords, as well as through the hierarchical structure of communities and collections. But, according to their nature, some learning objects may have or not title, author, creation date, etc., so they cannot be accessed by classical retrieval mechanisms used in digital libraries or repositories. In fact, DSpace has to be customized to change the basic fields used for searching and browsing, as well as all the workflows related to the process of adding new resources to the repository. From a teaching perspective, learners should retrieve resources not from a list of search results but within a specific educational context. DSpace (as any other large collection of resources) suffers from the "Google effect", that is, a search based on a simple keyword such as "Statistics" may return thousands of resources, which is not a good result from a teaching perspective<ref type="foot" target="#foot_1">2</ref> . It is well known that most users click on the first three results (up to 62.53%, see <ref type="foot" target="#foot_2">3</ref> ), so it is very important to determine a proper ranking of learning resources, providing learners with the most appropriate content according to their profile and context.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Improving browsing and searching</head><p>As described in <ref type="bibr" target="#b5">[6]</ref>, our goal is to provide a layer of web 2.0 services on top of each learning object stored in the repository. These services include adding comments to a learning object, rating it, starring it as a favorite resource, tagging it, sharing it through different social networks and, finally, subscribing to it in order to be aware of all the activity generated around such learning object. All the information generated during the interaction between users, services and resources is stored in each learning object and/or user profile, if available. All this information is known as paradata <ref type="foot" target="#foot_3">4</ref> , and it can be used for our adaptation purposes in two different ways: supporting users when browsing and searching (i.e. filtering before finding) and sorting results (i.e. filtering after finding). In our case, paradata is composed of 5-tuples {U, S, R, X, T } meaning that user U used service S on resource R with result X in moment T . By means of data mining techniques, these data can be analyzed and reintroduced into the system to enhance browsing and searching capabilities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Possible uses of paradata</head><p>For each resource, we know the following: the number of times it has been accessed, the number of times it has been downloaded, the number of comments placed on it, the number and average of ratings, the number of times it has been favorited, the number of times it has been shared and the number of users subscribed to it.</p><p>On the other hand, for each user, we know the following according to its role (manager, teacher, learner or anonymous visitor). For teachers, we are interested in knowing the list of subjects she is in charge of, as her activity on resources related to those subjects will have an important weight. For learners, we know the list of subjects she is/has been enrolled in, the languages she is competent (and her preferred one), previous and current professional experience (if available) as well as all the repository services used in a period of time. Although it is out of the scope of this paper, all this information could be available by means of specifications like IMS Learner Information Profile, in order to promote interoperability with other e-learning systems.</p><p>Once the layer of services is available to all users and the proposed system has been gathering interaction data during an adequate period of time (i.e. an academic semester), it is possible to use such data for computing the heuristics that will be used by the reputation scheme to rank both users and resources, providing useful information about:</p><p>-The most popular resource: popularity can be both rank based or activity based, or any combination of both. Not only the most popular resources are interesting, the worst ranked ones need to be analyzed by teachers in order to detect potential problems. On the other hand, it might be useful to identify unused resources. This may lead to detecting wrong metadata descriptions which may cause a resource to be non findable. -The most active users: analogously, users can be ranked according to their level of activity. In a virtual learning environment, where peer-to-peer learning is promoted as part of the underlying pedagogical model, learners can build a reputation by creating, sharing and answering other peers' questions, all these actions rated by the other users. On the other hand, teachers can act as peer experts in one or more subjects. -The most common tags used for describing resources: although resources have been already described by both librarians and teachers according to several taxonomies (domain specific keywords, resource type, etc.), users can add their own tags for describing resources as in delicious. These tags can be analyzed and further incorporated into metadata as new keywords, for example. -Relationships between resources: like Amazon, collaborative filtering can be used to detect which resources can be potentially more interesting according to the implicit navigational behavior of users with similar profiles. This information will be used to determine the most adequate resources related to a given one.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Improving the user experience</head><p>When a user reaches the DSpace repository, there is usually a list of the most recently added resources. We propose to replace the items in this list with the most adequate ones according to her profile (i.e. the most relevant ones with respect to the subjects she is enrolled in). A second list with the resources previously used and/or the most popular is also desirable. On the other hand, when the same user performs a search and obtains a list of results, we propose to modify two different aspects. Firstly, only a few results are shown (i.e. five to ten), the most important ones according to the underlying reputation scheme which uses both user profile and the available paradata. Secondly, the resources most related to these search results are also shown, promoting a browsing strategy through a local network of resources, updating it according to user's navigational behavior. From a teacher's perspective, this is better than providing learners with hundreds of resources without any contextual support.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Discussion</head><p>Learning object repositories are a very important piece of any e-learning platform, although they are currently being underused by final users, specially learners. In order to promote repository usage, we propose to add a layer of web 2.0 services on top of the repository, bridging resources to the learning process. The interactions between users, services and resources generate a lot of paradata that may be captured and further analyzed for personalization purposes. Both searching and browsing can be adapted to user's profile, improving her experience when using the repository.</p><p>Nevertheless, there are some well known issues that must be faced regarding to the way learning resources must be described. It is not easy to establish a taxonomy for describing all the resources in an institutional repository. Due to the variety of contents, such a taxonomy would have probably too many levels, making it too complex for most users. On the other hand, learning activities that promote the use of the repository must be also designed, in order to encourage learners to adopt a more active role in their learning process.</p><p>This work is part of a three year research project (2011-2013) on analyzing usage of repositories and social networks in virtual learning environments. Currently now we are modifying our DSpace institutional repository<ref type="foot" target="#foot_4">5</ref> in order to include the layer of services as well as the mechanisms for paradata gathering. We expect that in Fall 2011 we will be able to deploy a first version of the repository and start capturing users' interactions. Current and future research lines around this topic include the creation of reputation schemes for both users and resources, using explicit and implicit paradata. Making repository services available from social networks (where students are) is also an interesting possibility.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://www.dspace.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">See http://dspace-dev.dsi.uminho.pt as an example of recommender system.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://www.webuildpages.com/jim/click-rate-for-top-10-search-results/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://nsdlnetwork.org/stemexchange/paradata</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">http://openaccess.uoc.edu/webapps/o2/?locale=en</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. This work has been partially supported by Spanish Government funded project MAVSEL ref. TIN2010-21715-C02-02 and by the IN3.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Information management and e-learning. some perspectives</title>
		<author>
			<persName><forename type="first">J</forename><surname>Akeroyd</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Aslib Proceedings: New Information Perspectives</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="157" to="167" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Modeling the digital content landscape in universities</title>
		<author>
			<persName><forename type="first">P</forename><surname>Conway</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Library Hi Tech</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="342" to="354" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Enriching e-learning metadata through digital library usage analysis</title>
		<author>
			<persName><forename type="first">N</forename><surname>Ferran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Casadesús</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krakowska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Minguillón</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Electronic Library</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="148" to="165" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">User centered design of a learning object repository</title>
		<author>
			<persName><forename type="first">N</forename><surname>Ferran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Guerrero-Roldán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Minguillón</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st International Conference on Human Centered Design, HCI International</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">M</forename><surname>Kurosu</surname></persName>
		</editor>
		<meeting>the 1st International Conference on Human Centered Design, HCI International<address><addrLine>San Diego, CA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009-07">July 2009</date>
			<biblScope unit="volume">5619</biblScope>
			<biblScope unit="page" from="679" to="688" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Digital repositories review</title>
		<author>
			<persName><forename type="first">R</forename><surname>Heery</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Anderson</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<publisher>JISC</publisher>
		</imprint>
	</monogr>
	<note type="report_type">Tech. rep</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Extending learning objects by means of social networking</title>
		<author>
			<persName><forename type="first">J</forename><surname>Minguillón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Rodríguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Conesa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Web-Based Learning -Proceedings of the 9th International Conference on Web-based Learning</title>
				<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="220" to="229" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">From Content Management to E-Learning Content Repositories</title>
		<author>
			<persName><forename type="first">J</forename><surname>Minguillón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Sicilia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Lamb</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Content Management for E-Learning</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="27" to="41" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Dspace: An open source dynamic digital repository</title>
		<author>
			<persName><forename type="first">M</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Barton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Branschofsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mcclellan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Walker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Bass</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Stuve</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Tansley</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">D-Lib Magazine</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
