SlideShare une entreprise Scribd logo
1  sur  29
An Architecture based on Linked Data
technologies for the Integration and reuse of
OER in MOOCs Context
Edmundo Tovar (UPM)
Nelson Piedra, Janneth Chicaiza, Jorge López (UTPL)
LJUBLJANA, SLOVENIA - 23 - 25 April 2014
Theme: “Open Education for a Multicultural World”
UPM GICAC Research Group
this work is licensed under a CreativeCommons Attribution3.0 License http://creativecommons.org/licenses/by/3.0/ec/
Agenda
• Purpose
• The emergence of MOOCs
• Issues of Openness
• Use of Linked Data on OER domain
• The framework
I. Purpose
• To present a framework based on Semantic
Web technologies to support the inclusion of
open materials in massive online courses.
• The framework provides a service that allows
MOOCs’ users to discover and access open
educational resources that are extracted from
open repositories distributed.
II. THE EMERGENCE OF MOOCs
The recent emergence of Open Massive Open Online Courses (MOOCs) has helped to spread the Open concept but
not to clarify the true meaning of Open.
MOOCs are large-scale online courses where thousands of participants may assist.
Although MOOCs are free as in gratis, they are not open in the sense of being reusable of openly accessible.
Students are forced to sign up and get access to the course;
MOOC initiatives emphasize free access and interactive features rather than static content. The dominant
message is of the quantity of access rather than the openness of educational resources for use, re-use,
adaptation or repurpose.
The use of Linked Data has been the approach used by the authors for years to face to the previous challenge. The
goal is to significantly improve discovery, accessibility, visibility, and to promote reuse of open educational content in
massive course.
C. Hodgkinson-Williams, and E. Gray, “Degrees of Openness: The
emergence of Open Educational Resources at the University of Cape
Town,” International Journal of Education and Development using
Information and Communication Technology (IJEDICT), 2009, Vol. 5, Issue
5, pp.101-116.
III. ISSUES OF OPENNESS
OERs
discoverability:
•Technical issues around search engines and
repositories, practical searching skills and
the volume of available resources in
different subject areas.
•Tutors are still expecting to find useful
materials online and are prepared to spend
time searching for them.
Open
Licensing:
•Most of OER repositories are licensed under
Creative Commons Licenses. The use of
open licenses can help users to discover
materials that they know can use, reuse,
adapt and redistribute.
•OER suitable for a new use or purpose,
easier to discover, adapt and remix, and
consequently affect the level of openness of
an OER. This implies the right to adapt,
adjusts, modify, or alter the content itself.
OERs Reuse:
•One of the two fundamental concepts
related to OER is "the ability to freely adapt
and re-use existing pieces of knowledge" to
improve quality, meet a teaching need and
peer suggestion.
•Reuse is to use a resource for using as
another resource, usually for a purpose
unintended by the original creator.
OER Main Purpose: ensuring wide access to quality
education
IV. USE OF LINKED DATA ON OER
DOMAIN
• The philosophy of Linked Data is that the value
and usefulness of data increase in proportion
to their links with other data.
• Linked Data uses the Web to create different
types of links among data from different
sources.
Educational content
Open licenses
data in machine format
OPEN: "A piece of knowledge is open if you are free to use, reuse, and redistribute it” http://www.opendefinition.org/okd
OER semantic
based on LinkedData approach
+
+
Linked Data technologies
• Linked Data technologies can also help to
integrate the work of disperse institutions
producing diverse linked data.
• Linked Open Data (LOD) is well known for
providing a extensive amount of detailed and
structured information.
• Linked Data vision enables a new generation of
open educational resources that can be
semantically described and connected with
other data and discoverable sources.
V. Architecture for Seeker of OER from Linked
OpenCourseWare and OER Data
The process can be broken down to the following steps:
1. OER collecting.
2. OER Data Publication and Semantic Annotation of OER.
3. MOOC profiles provider.
4. Seeker of resources.
5. OER recommender.
Architecture for Seeker of OER from LOCWD Triplestore .
1. OER Collecting
Goal: Identify and select OER repositories, then extract metadata and
educational resources with Open Licenses
Description: The initial step is to identify and select the OER repositories that
are available in the Web. There is a large amount of
unstructured data of an OCW resource available on the Web,
but only in a human-readable representation, HTML. Most OCW
web sites do not have APIs for data consumption. So, the only
other alternative for automatically reconstitute the underlying
data from an OCW web site is to use web-scraping techniques.
• Examples of extracted OER properties include the
name of the resource, its creation date, abstract,
keywords, information about creator, language,
open license information, format, MIME type,
expected study duration, expected level of
difficulty, and so on.
• On the other hand, metadata correspond to the
properties of the knowledge and skills designed,
such as learning objectives, learning pathways,
and examinations.
2. OER – Data Publication
Goal: Development and delivery of open educational
resources data as Linked Data.
Description: LOCWD reuses a set of RDF(S) vocabularies. Each
vocabulary includes a set of terms and classes that are
common to a particular knowledge domain. The aim of
these vocabularies is to connect the described OCW
domain with Datasets in the LOD cloud.
Publication of OER data
Identify and select
heterogeneous
repositories.
Model vocabularies
for OER domain.
Data extraction
from OER
repositories.
Generate OER data
as Linked Data.
Publish linked data.
Consume and
display linked data.
The following is an outline for producing Linked Data in OER context:
Using Linked Data design
issues, developers can query
Linked Data from multiple
sources at once and merge it
without the need for a single
common schema that all
data shares. Linked data
technologies can also help
to integrate the work of
disperse institutions
producing diverse linked
data.
Overview of conceptual map about general
structure of OCW
LOCWD Vocabulary Modeling
Common data available from
OCW websites are: title,
knowledge area, open
educational materials, open
licenses, repositories, higher
education institutions, content
creators, fields of knowledge,
learning guides, licenses,
accessibility conformance, and
others
Semantic Annotation of OERs
• We also focus on semantic or conceptual
annotation of OERs, which consists in
attaching “semantic labels” to a resource or
parts of a course using semantic features
provided by a formal knowledge organization
called ontology or semantic vocabulary.
• The primary external source of semantic
annotation of OER is DBpedia, the most
important part of the Linked Open Data.
Some properties and values about the entity Java Programing .
Property Value
owl:sameAs http://dbpedia.org/resource/Category:Java_programming_language
rdf:type skos:Concept
rdfs:label Java programming language
is skos:broader of category:Java_APIs
category:Java_specification_requests
category:Eclipse_(software)
category:Software_programmed_in_Java
category:Articles_with_example_Java_code
category:Java_libraries
category:Java_programmers
Topics and Subject related to Programing and Java. The table shows the resources
retrieved from DBPedia related to “programming and Java”. The query returned
899 related subjects from DBPedia.
Some of the resources returned
3. MOOC profiles provider
Goal: Extract Data from a course profile that serves
as a filter onto the whole universe.
Description: Users don't know precisely what they can find
on OER site, or what to search for. Self-
learners are trying to discover relationships or
trends between MOOC profile and OER data.
Some properties for describe a MOOC profile for Java Course
4. Seeker of resources
Goal: Merge the functionalities of recommendation seeker and Course
Profile.
This module is designed to access two data sources: The first one
reline on LOCWD data, which provides RDF data extracted from
OCW and OER websites. The second one use the LOD Project,
particularly from DBPEDIA, which provides RDF data extracted from
the info-boxes of Wikipedia pages in a structured way.
Description: The architecture uses seekers based on SPARQL to express
preferences and resources needs by rating OERs. The system
focuses on SPARQL query-based algorithms for matching OER based
on MOOC preferences and weighting the interest of MOOC designer
with similar taste to produce a recommendation for the resources
seeker.
A specific topic for Java Course: Introduction to Java programming
Summary of Resources found in LOCWD data source for Topic “Introduction to
Java programming
5. OER Recommender
Goal: For our purpose, a preference is an individual mental
state concerning a subset of items from the universe of
alternatives. Users can use the architecture because a
single taxonomic order or a single folksonomy is not
suitable or sufficient for explorer OER resources.
Description: The architecture proposed attempt to recommend
OERs that are similar to educational resources planned
by the MOOC Designer and others records of social
activity, such as OCW Syllabus and system usage
history.
OER recommended for subtopic: Programming introduction
Conclusions
• Our aim: our willing to contribute to the
Openness in in the MOOC environment
• A more interoperable and integrated system to
sharing, connecting and discovering data and
metadata of OCW initiatives that are extracted
from open repositories distributed.
• The framework provides an approach that allows
to MOOC Designers and users to discover and
access open educational resources.
• Our principal OER providers are OCW institutions.
this work is licensed under a CreativeCommons Attribution3.0 License http://creativecommons.org/licenses/by/3.0/ec/
Edmundo Tovar (UPM, @etc91) - Nelson Piedra (UTPL,
@nopiedra)
Thanks!
OCWC Global Conference 2014
Theme: “Open Education for a Multicultural World”
http://conference.ocwconsortium.org/2014/
LJUBLJANA, SLOVENIA - 23 - 25 April 2014
UPM GICAC Research Group

Contenu connexe

Tendances

Panos Bamidis: to 2.0 or to 3.0? Contemporary Challenges for Medical Educatio...
Panos Bamidis: to 2.0 or to 3.0? Contemporary Challenges for Medical Educatio...Panos Bamidis: to 2.0 or to 3.0? Contemporary Challenges for Medical Educatio...
Panos Bamidis: to 2.0 or to 3.0? Contemporary Challenges for Medical Educatio...bamidis
 
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)Riccardo Albertoni
 
Pathways to Online Information: A Collaborative Project for E-Resources
Pathways to Online Information: A Collaborative Project for E-ResourcesPathways to Online Information: A Collaborative Project for E-Resources
Pathways to Online Information: A Collaborative Project for E-ResourcesAnnis Lee Adams
 
2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...
2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...
2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...eMadrid network
 
Opening up MOOCs for OER management on the Web of linked data
Opening up MOOCs for OER management on the Web of linked dataOpening up MOOCs for OER management on the Web of linked data
Opening up MOOCs for OER management on the Web of linked dataGilbert Paquette
 
Reusable Learning Objects: Designing and Archiving
Reusable Learning Objects: Designing and ArchivingReusable Learning Objects: Designing and Archiving
Reusable Learning Objects: Designing and ArchivingIshan Abeywardena, Ph.D.
 
SCORM - Suit of e-Learning
SCORM - Suit of e-LearningSCORM - Suit of e-Learning
SCORM - Suit of e-LearningCacheWorks©
 
ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM
ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEMONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM
ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEMdannyijwest
 
FUNCTIONAL SEMANTICS AWARE BROKER BASED ARCHITECTURE FOR E-LEARNING WEB SERVICES
FUNCTIONAL SEMANTICS AWARE BROKER BASED ARCHITECTURE FOR E-LEARNING WEB SERVICESFUNCTIONAL SEMANTICS AWARE BROKER BASED ARCHITECTURE FOR E-LEARNING WEB SERVICES
FUNCTIONAL SEMANTICS AWARE BROKER BASED ARCHITECTURE FOR E-LEARNING WEB SERVICESIJITE
 
OER Curation and Search - The Issues at Hand
OER Curation and Search - The Issues at HandOER Curation and Search - The Issues at Hand
OER Curation and Search - The Issues at HandIshan Abeywardena, Ph.D.
 
Standardization of Online Laboratories for Education. 2015-11-19
Standardization of Online Laboratories for Education. 2015-11-19Standardization of Online Laboratories for Education. 2015-11-19
Standardization of Online Laboratories for Education. 2015-11-19eMadrid network
 
Making the Most of the New File Upload Question Feature in an LMS: Nine Appl...
Making the Most of the New File Upload Question Feature in an LMS:  Nine Appl...Making the Most of the New File Upload Question Feature in an LMS:  Nine Appl...
Making the Most of the New File Upload Question Feature in an LMS: Nine Appl...Shalin Hai-Jew
 
A Comparative Study Ontology Building Tools for Semantic Web Applications
A Comparative Study Ontology Building Tools for Semantic Web Applications A Comparative Study Ontology Building Tools for Semantic Web Applications
A Comparative Study Ontology Building Tools for Semantic Web Applications IJwest
 
SDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming AnnotationsSDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming AnnotationsMarco Grassi
 

Tendances (18)

Panos Bamidis: to 2.0 or to 3.0? Contemporary Challenges for Medical Educatio...
Panos Bamidis: to 2.0 or to 3.0? Contemporary Challenges for Medical Educatio...Panos Bamidis: to 2.0 or to 3.0? Contemporary Challenges for Medical Educatio...
Panos Bamidis: to 2.0 or to 3.0? Contemporary Challenges for Medical Educatio...
 
Educause 7 things you should know about oer
Educause 7 things you should know about oerEducause 7 things you should know about oer
Educause 7 things you should know about oer
 
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
Environmental Thesauri Under the Lens of Reusability (EGOVIS 2014)
 
Pathways to Online Information: A Collaborative Project for E-Resources
Pathways to Online Information: A Collaborative Project for E-ResourcesPathways to Online Information: A Collaborative Project for E-Resources
Pathways to Online Information: A Collaborative Project for E-Resources
 
2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...
2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...
2014 04 03 (educon2014) emadrid upm supporting openness of moo cs contents th...
 
Publishing OER
Publishing OERPublishing OER
Publishing OER
 
Openness in Open & Distance Learning system
Openness in Open & Distance Learning systemOpenness in Open & Distance Learning system
Openness in Open & Distance Learning system
 
Opening up MOOCs for OER management on the Web of linked data
Opening up MOOCs for OER management on the Web of linked dataOpening up MOOCs for OER management on the Web of linked data
Opening up MOOCs for OER management on the Web of linked data
 
Reusable Learning Objects: Designing and Archiving
Reusable Learning Objects: Designing and ArchivingReusable Learning Objects: Designing and Archiving
Reusable Learning Objects: Designing and Archiving
 
SCORM - Suit of e-Learning
SCORM - Suit of e-LearningSCORM - Suit of e-Learning
SCORM - Suit of e-Learning
 
Keynote at AgroLT 2008
Keynote at AgroLT 2008Keynote at AgroLT 2008
Keynote at AgroLT 2008
 
ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM
ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEMONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM
ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM
 
FUNCTIONAL SEMANTICS AWARE BROKER BASED ARCHITECTURE FOR E-LEARNING WEB SERVICES
FUNCTIONAL SEMANTICS AWARE BROKER BASED ARCHITECTURE FOR E-LEARNING WEB SERVICESFUNCTIONAL SEMANTICS AWARE BROKER BASED ARCHITECTURE FOR E-LEARNING WEB SERVICES
FUNCTIONAL SEMANTICS AWARE BROKER BASED ARCHITECTURE FOR E-LEARNING WEB SERVICES
 
OER Curation and Search - The Issues at Hand
OER Curation and Search - The Issues at HandOER Curation and Search - The Issues at Hand
OER Curation and Search - The Issues at Hand
 
Standardization of Online Laboratories for Education. 2015-11-19
Standardization of Online Laboratories for Education. 2015-11-19Standardization of Online Laboratories for Education. 2015-11-19
Standardization of Online Laboratories for Education. 2015-11-19
 
Making the Most of the New File Upload Question Feature in an LMS: Nine Appl...
Making the Most of the New File Upload Question Feature in an LMS:  Nine Appl...Making the Most of the New File Upload Question Feature in an LMS:  Nine Appl...
Making the Most of the New File Upload Question Feature in an LMS: Nine Appl...
 
A Comparative Study Ontology Building Tools for Semantic Web Applications
A Comparative Study Ontology Building Tools for Semantic Web Applications A Comparative Study Ontology Building Tools for Semantic Web Applications
A Comparative Study Ontology Building Tools for Semantic Web Applications
 
SDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming AnnotationsSDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming Annotations
 

Similaire à An Architecture for Integrating and Reusing OER in MOOCs

2014 10 23 (fie2014) emadrid upm roadmap towards the openness of educational ...
2014 10 23 (fie2014) emadrid upm roadmap towards the openness of educational ...2014 10 23 (fie2014) emadrid upm roadmap towards the openness of educational ...
2014 10 23 (fie2014) emadrid upm roadmap towards the openness of educational ...eMadrid network
 
Serendipity: a platform to discover and visualize data from OER
Serendipity: a platform to discover and visualize data from OERSerendipity: a platform to discover and visualize data from OER
Serendipity: a platform to discover and visualize data from OERThe Open Education Consortium
 
from local/regional OER Silos towards an OER Global Dataspace
from local/regional OER Silos towards an OER Global Dataspacefrom local/regional OER Silos towards an OER Global Dataspace
from local/regional OER Silos towards an OER Global DataspaceOpen Education Consortium
 
Open Educational Resources (OER)
Open Educational Resources (OER)Open Educational Resources (OER)
Open Educational Resources (OER)Nisha Singh
 
oer-190126165035.pdf
oer-190126165035.pdfoer-190126165035.pdf
oer-190126165035.pdfPDITLibrary
 
So You Have Been Asked To Use OER Resources!
So You Have Been Asked To Use OER Resources!So You Have Been Asked To Use OER Resources!
So You Have Been Asked To Use OER Resources!Dr. Daniel Downs
 
Slidescambridge2012 120417062050-phpapp02
Slidescambridge2012 120417062050-phpapp02Slidescambridge2012 120417062050-phpapp02
Slidescambridge2012 120417062050-phpapp02Mimas
 
Capturing Conversations, Context and Curricula: The JLeRN Experiment and the ...
Capturing Conversations, Context and Curricula: The JLeRN Experiment and the ...Capturing Conversations, Context and Curricula: The JLeRN Experiment and the ...
Capturing Conversations, Context and Curricula: The JLeRN Experiment and the ...Sarah Currier
 
Integrating library services and oer into distance learning
Integrating library services and oer into distance learningIntegrating library services and oer into distance learning
Integrating library services and oer into distance learningchrisokiki69
 
OER fact sheet CSAPOER2 cascade project
OER fact sheet CSAPOER2 cascade projectOER fact sheet CSAPOER2 cascade project
OER fact sheet CSAPOER2 cascade projectCSAPSubjectCentre
 
OERs in Courseware Design and Development
OERs in Courseware Design and DevelopmentOERs in Courseware Design and Development
OERs in Courseware Design and DevelopmentM I Santally
 
Learning Registry Overview Aug 2 2012
Learning Registry Overview Aug 2 2012Learning Registry Overview Aug 2 2012
Learning Registry Overview Aug 2 2012Jeanne Kitchens
 
#OCWCGlobal Research in Open Education
#OCWCGlobal Research in Open Education#OCWCGlobal Research in Open Education
#OCWCGlobal Research in Open EducationOpenCourseWare Europe
 
Open Educational Resources, OER
Open Educational Resources, OEROpen Educational Resources, OER
Open Educational Resources, OERDr Trivedi
 
OSFair2017 Workshop | Building a global knowledge commons - ramping up reposi...
OSFair2017 Workshop | Building a global knowledge commons - ramping up reposi...OSFair2017 Workshop | Building a global knowledge commons - ramping up reposi...
OSFair2017 Workshop | Building a global knowledge commons - ramping up reposi...Open Science Fair
 

Similaire à An Architecture for Integrating and Reusing OER in MOOCs (20)

Finding & Evaluating OER - SCORE Workshop Activity by Non Scantlebury
Finding & Evaluating OER - SCORE Workshop Activity by Non ScantleburyFinding & Evaluating OER - SCORE Workshop Activity by Non Scantlebury
Finding & Evaluating OER - SCORE Workshop Activity by Non Scantlebury
 
2014 10 23 (fie2014) emadrid upm roadmap towards the openness of educational ...
2014 10 23 (fie2014) emadrid upm roadmap towards the openness of educational ...2014 10 23 (fie2014) emadrid upm roadmap towards the openness of educational ...
2014 10 23 (fie2014) emadrid upm roadmap towards the openness of educational ...
 
Serendipity: a platform to discover and visualize data from OER
Serendipity: a platform to discover and visualize data from OERSerendipity: a platform to discover and visualize data from OER
Serendipity: a platform to discover and visualize data from OER
 
OCWC Global Conference 2013: Serendipity
OCWC Global Conference 2013: SerendipityOCWC Global Conference 2013: Serendipity
OCWC Global Conference 2013: Serendipity
 
RIDE 2011: OER workshop slides
RIDE 2011: OER workshop slidesRIDE 2011: OER workshop slides
RIDE 2011: OER workshop slides
 
OER Workshop
OER Workshop OER Workshop
OER Workshop
 
from local/regional OER Silos towards an OER Global Dataspace
from local/regional OER Silos towards an OER Global Dataspacefrom local/regional OER Silos towards an OER Global Dataspace
from local/regional OER Silos towards an OER Global Dataspace
 
Open Educational Resources (OER)
Open Educational Resources (OER)Open Educational Resources (OER)
Open Educational Resources (OER)
 
oer-190126165035.pdf
oer-190126165035.pdfoer-190126165035.pdf
oer-190126165035.pdf
 
So You Have Been Asked To Use OER Resources!
So You Have Been Asked To Use OER Resources!So You Have Been Asked To Use OER Resources!
So You Have Been Asked To Use OER Resources!
 
Slidescambridge2012 120417062050-phpapp02
Slidescambridge2012 120417062050-phpapp02Slidescambridge2012 120417062050-phpapp02
Slidescambridge2012 120417062050-phpapp02
 
Capturing Conversations, Context and Curricula: The JLeRN Experiment and the ...
Capturing Conversations, Context and Curricula: The JLeRN Experiment and the ...Capturing Conversations, Context and Curricula: The JLeRN Experiment and the ...
Capturing Conversations, Context and Curricula: The JLeRN Experiment and the ...
 
Integrating library services and oer into distance learning
Integrating library services and oer into distance learningIntegrating library services and oer into distance learning
Integrating library services and oer into distance learning
 
OER fact sheet CSAPOER2 cascade project
OER fact sheet CSAPOER2 cascade projectOER fact sheet CSAPOER2 cascade project
OER fact sheet CSAPOER2 cascade project
 
OERs in Courseware Design and Development
OERs in Courseware Design and DevelopmentOERs in Courseware Design and Development
OERs in Courseware Design and Development
 
D04 06 2438
D04 06 2438D04 06 2438
D04 06 2438
 
Learning Registry Overview Aug 2 2012
Learning Registry Overview Aug 2 2012Learning Registry Overview Aug 2 2012
Learning Registry Overview Aug 2 2012
 
#OCWCGlobal Research in Open Education
#OCWCGlobal Research in Open Education#OCWCGlobal Research in Open Education
#OCWCGlobal Research in Open Education
 
Open Educational Resources, OER
Open Educational Resources, OEROpen Educational Resources, OER
Open Educational Resources, OER
 
OSFair2017 Workshop | Building a global knowledge commons - ramping up reposi...
OSFair2017 Workshop | Building a global knowledge commons - ramping up reposi...OSFair2017 Workshop | Building a global knowledge commons - ramping up reposi...
OSFair2017 Workshop | Building a global knowledge commons - ramping up reposi...
 

Plus de The Open Education Consortium

Training Entrepreneurship Through OEP - the Start up Model (OE Global 2015)
Training Entrepreneurship Through OEP - the Start up Model (OE Global 2015)Training Entrepreneurship Through OEP - the Start up Model (OE Global 2015)
Training Entrepreneurship Through OEP - the Start up Model (OE Global 2015)The Open Education Consortium
 
Qualitative Investigation of Faculty Usage of OERs in Wachington Community an...
Qualitative Investigation of Faculty Usage of OERs in Wachington Community an...Qualitative Investigation of Faculty Usage of OERs in Wachington Community an...
Qualitative Investigation of Faculty Usage of OERs in Wachington Community an...The Open Education Consortium
 
Open license for MOOCs - Martijn Ouwehand (OE global 2015)
Open license for MOOCs - Martijn Ouwehand (OE global 2015) Open license for MOOCs - Martijn Ouwehand (OE global 2015)
Open license for MOOCs - Martijn Ouwehand (OE global 2015) The Open Education Consortium
 
Open Education 101 (OE Global 2015 Pre-conference workshop)
Open Education 101 (OE Global 2015 Pre-conference workshop)Open Education 101 (OE Global 2015 Pre-conference workshop)
Open Education 101 (OE Global 2015 Pre-conference workshop)The Open Education Consortium
 
Collaborating across borders: OER use and open educational practices within t...
Collaborating across borders: OER use and open educational practices within t...Collaborating across borders: OER use and open educational practices within t...
Collaborating across borders: OER use and open educational practices within t...The Open Education Consortium
 
OER strategies and best practices as success factors in Open Access initiativ...
OER strategies and best practices as success factors in Open Access initiativ...OER strategies and best practices as success factors in Open Access initiativ...
OER strategies and best practices as success factors in Open Access initiativ...The Open Education Consortium
 
The Maturing Open Educational Resources (OER) Ecosystem: Partners, Expansion,...
The Maturing Open Educational Resources (OER) Ecosystem: Partners, Expansion,...The Maturing Open Educational Resources (OER) Ecosystem: Partners, Expansion,...
The Maturing Open Educational Resources (OER) Ecosystem: Partners, Expansion,...The Open Education Consortium
 
OER strategies and best practices as success factors in Open Access initiativ...
OER strategies and best practices as success factors in Open Access initiativ...OER strategies and best practices as success factors in Open Access initiativ...
OER strategies and best practices as success factors in Open Access initiativ...The Open Education Consortium
 
Web based learning - research and innovation in translation learning resource...
Web based learning - research and innovation in translation learning resource...Web based learning - research and innovation in translation learning resource...
Web based learning - research and innovation in translation learning resource...The Open Education Consortium
 
Free of Open? Investigating Intellectual Property Right and Openness for OER ...
Free of Open? Investigating Intellectual Property Right and Openness for OER ...Free of Open? Investigating Intellectual Property Right and Openness for OER ...
Free of Open? Investigating Intellectual Property Right and Openness for OER ...The Open Education Consortium
 

Plus de The Open Education Consortium (20)

Moving Beyond OER: USNH
Moving Beyond OER: USNHMoving Beyond OER: USNH
Moving Beyond OER: USNH
 
Universities for the Future (OE Global 2015)
Universities for the Future (OE Global 2015) Universities for the Future (OE Global 2015)
Universities for the Future (OE Global 2015)
 
Training Entrepreneurship Through OEP - the Start up Model (OE Global 2015)
Training Entrepreneurship Through OEP - the Start up Model (OE Global 2015)Training Entrepreneurship Through OEP - the Start up Model (OE Global 2015)
Training Entrepreneurship Through OEP - the Start up Model (OE Global 2015)
 
Qualitative Investigation of Faculty Usage of OERs in Wachington Community an...
Qualitative Investigation of Faculty Usage of OERs in Wachington Community an...Qualitative Investigation of Faculty Usage of OERs in Wachington Community an...
Qualitative Investigation of Faculty Usage of OERs in Wachington Community an...
 
Open license for MOOCs - Martijn Ouwehand (OE global 2015)
Open license for MOOCs - Martijn Ouwehand (OE global 2015) Open license for MOOCs - Martijn Ouwehand (OE global 2015)
Open license for MOOCs - Martijn Ouwehand (OE global 2015)
 
OE Global 2015 - Paradis
OE Global 2015 -  ParadisOE Global 2015 -  Paradis
OE Global 2015 - Paradis
 
Inclusive design (oe global action lab)
Inclusive design (oe global action lab)Inclusive design (oe global action lab)
Inclusive design (oe global action lab)
 
OE global2015 Pre-conference workshop
OE global2015 Pre-conference workshopOE global2015 Pre-conference workshop
OE global2015 Pre-conference workshop
 
Open Education 101 (OE Global 2015 Pre-conference workshop)
Open Education 101 (OE Global 2015 Pre-conference workshop)Open Education 101 (OE Global 2015 Pre-conference workshop)
Open Education 101 (OE Global 2015 Pre-conference workshop)
 
OER Roadmap (OE Global Pre-conference workshop)
OER Roadmap (OE Global Pre-conference workshop)OER Roadmap (OE Global Pre-conference workshop)
OER Roadmap (OE Global Pre-conference workshop)
 
Collaborating across borders: OER use and open educational practices within t...
Collaborating across borders: OER use and open educational practices within t...Collaborating across borders: OER use and open educational practices within t...
Collaborating across borders: OER use and open educational practices within t...
 
OER strategies and best practices as success factors in Open Access initiativ...
OER strategies and best practices as success factors in Open Access initiativ...OER strategies and best practices as success factors in Open Access initiativ...
OER strategies and best practices as success factors in Open Access initiativ...
 
The Maturing Open Educational Resources (OER) Ecosystem: Partners, Expansion,...
The Maturing Open Educational Resources (OER) Ecosystem: Partners, Expansion,...The Maturing Open Educational Resources (OER) Ecosystem: Partners, Expansion,...
The Maturing Open Educational Resources (OER) Ecosystem: Partners, Expansion,...
 
Teachers time is valuable (OE global2015)
Teachers time is valuable (OE global2015) Teachers time is valuable (OE global2015)
Teachers time is valuable (OE global2015)
 
Open Assembly (Global 2015 Action Lab)
Open Assembly (Global 2015 Action Lab)Open Assembly (Global 2015 Action Lab)
Open Assembly (Global 2015 Action Lab)
 
Atieno Adala
Atieno Adala Atieno Adala
Atieno Adala
 
OER strategies and best practices as success factors in Open Access initiativ...
OER strategies and best practices as success factors in Open Access initiativ...OER strategies and best practices as success factors in Open Access initiativ...
OER strategies and best practices as success factors in Open Access initiativ...
 
Web based learning - research and innovation in translation learning resource...
Web based learning - research and innovation in translation learning resource...Web based learning - research and innovation in translation learning resource...
Web based learning - research and innovation in translation learning resource...
 
Free of Open? Investigating Intellectual Property Right and Openness for OER ...
Free of Open? Investigating Intellectual Property Right and Openness for OER ...Free of Open? Investigating Intellectual Property Right and Openness for OER ...
Free of Open? Investigating Intellectual Property Right and Openness for OER ...
 
Openlib03
Openlib03Openlib03
Openlib03
 

Dernier

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 

Dernier (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 

An Architecture for Integrating and Reusing OER in MOOCs

  • 1. An Architecture based on Linked Data technologies for the Integration and reuse of OER in MOOCs Context Edmundo Tovar (UPM) Nelson Piedra, Janneth Chicaiza, Jorge López (UTPL) LJUBLJANA, SLOVENIA - 23 - 25 April 2014 Theme: “Open Education for a Multicultural World” UPM GICAC Research Group this work is licensed under a CreativeCommons Attribution3.0 License http://creativecommons.org/licenses/by/3.0/ec/
  • 2. Agenda • Purpose • The emergence of MOOCs • Issues of Openness • Use of Linked Data on OER domain • The framework
  • 3. I. Purpose • To present a framework based on Semantic Web technologies to support the inclusion of open materials in massive online courses. • The framework provides a service that allows MOOCs’ users to discover and access open educational resources that are extracted from open repositories distributed.
  • 4. II. THE EMERGENCE OF MOOCs The recent emergence of Open Massive Open Online Courses (MOOCs) has helped to spread the Open concept but not to clarify the true meaning of Open. MOOCs are large-scale online courses where thousands of participants may assist. Although MOOCs are free as in gratis, they are not open in the sense of being reusable of openly accessible. Students are forced to sign up and get access to the course; MOOC initiatives emphasize free access and interactive features rather than static content. The dominant message is of the quantity of access rather than the openness of educational resources for use, re-use, adaptation or repurpose. The use of Linked Data has been the approach used by the authors for years to face to the previous challenge. The goal is to significantly improve discovery, accessibility, visibility, and to promote reuse of open educational content in massive course.
  • 5. C. Hodgkinson-Williams, and E. Gray, “Degrees of Openness: The emergence of Open Educational Resources at the University of Cape Town,” International Journal of Education and Development using Information and Communication Technology (IJEDICT), 2009, Vol. 5, Issue 5, pp.101-116. III. ISSUES OF OPENNESS
  • 6. OERs discoverability: •Technical issues around search engines and repositories, practical searching skills and the volume of available resources in different subject areas. •Tutors are still expecting to find useful materials online and are prepared to spend time searching for them. Open Licensing: •Most of OER repositories are licensed under Creative Commons Licenses. The use of open licenses can help users to discover materials that they know can use, reuse, adapt and redistribute. •OER suitable for a new use or purpose, easier to discover, adapt and remix, and consequently affect the level of openness of an OER. This implies the right to adapt, adjusts, modify, or alter the content itself. OERs Reuse: •One of the two fundamental concepts related to OER is "the ability to freely adapt and re-use existing pieces of knowledge" to improve quality, meet a teaching need and peer suggestion. •Reuse is to use a resource for using as another resource, usually for a purpose unintended by the original creator. OER Main Purpose: ensuring wide access to quality education
  • 7. IV. USE OF LINKED DATA ON OER DOMAIN • The philosophy of Linked Data is that the value and usefulness of data increase in proportion to their links with other data. • Linked Data uses the Web to create different types of links among data from different sources.
  • 8. Educational content Open licenses data in machine format OPEN: "A piece of knowledge is open if you are free to use, reuse, and redistribute it” http://www.opendefinition.org/okd OER semantic based on LinkedData approach + +
  • 9. Linked Data technologies • Linked Data technologies can also help to integrate the work of disperse institutions producing diverse linked data. • Linked Open Data (LOD) is well known for providing a extensive amount of detailed and structured information. • Linked Data vision enables a new generation of open educational resources that can be semantically described and connected with other data and discoverable sources.
  • 10. V. Architecture for Seeker of OER from Linked OpenCourseWare and OER Data The process can be broken down to the following steps: 1. OER collecting. 2. OER Data Publication and Semantic Annotation of OER. 3. MOOC profiles provider. 4. Seeker of resources. 5. OER recommender.
  • 11. Architecture for Seeker of OER from LOCWD Triplestore .
  • 12. 1. OER Collecting Goal: Identify and select OER repositories, then extract metadata and educational resources with Open Licenses Description: The initial step is to identify and select the OER repositories that are available in the Web. There is a large amount of unstructured data of an OCW resource available on the Web, but only in a human-readable representation, HTML. Most OCW web sites do not have APIs for data consumption. So, the only other alternative for automatically reconstitute the underlying data from an OCW web site is to use web-scraping techniques.
  • 13. • Examples of extracted OER properties include the name of the resource, its creation date, abstract, keywords, information about creator, language, open license information, format, MIME type, expected study duration, expected level of difficulty, and so on. • On the other hand, metadata correspond to the properties of the knowledge and skills designed, such as learning objectives, learning pathways, and examinations.
  • 14. 2. OER – Data Publication Goal: Development and delivery of open educational resources data as Linked Data. Description: LOCWD reuses a set of RDF(S) vocabularies. Each vocabulary includes a set of terms and classes that are common to a particular knowledge domain. The aim of these vocabularies is to connect the described OCW domain with Datasets in the LOD cloud.
  • 15. Publication of OER data Identify and select heterogeneous repositories. Model vocabularies for OER domain. Data extraction from OER repositories. Generate OER data as Linked Data. Publish linked data. Consume and display linked data. The following is an outline for producing Linked Data in OER context: Using Linked Data design issues, developers can query Linked Data from multiple sources at once and merge it without the need for a single common schema that all data shares. Linked data technologies can also help to integrate the work of disperse institutions producing diverse linked data.
  • 16. Overview of conceptual map about general structure of OCW LOCWD Vocabulary Modeling Common data available from OCW websites are: title, knowledge area, open educational materials, open licenses, repositories, higher education institutions, content creators, fields of knowledge, learning guides, licenses, accessibility conformance, and others
  • 17. Semantic Annotation of OERs • We also focus on semantic or conceptual annotation of OERs, which consists in attaching “semantic labels” to a resource or parts of a course using semantic features provided by a formal knowledge organization called ontology or semantic vocabulary. • The primary external source of semantic annotation of OER is DBpedia, the most important part of the Linked Open Data.
  • 18. Some properties and values about the entity Java Programing . Property Value owl:sameAs http://dbpedia.org/resource/Category:Java_programming_language rdf:type skos:Concept rdfs:label Java programming language is skos:broader of category:Java_APIs category:Java_specification_requests category:Eclipse_(software) category:Software_programmed_in_Java category:Articles_with_example_Java_code category:Java_libraries category:Java_programmers
  • 19. Topics and Subject related to Programing and Java. The table shows the resources retrieved from DBPedia related to “programming and Java”. The query returned 899 related subjects from DBPedia.
  • 20. Some of the resources returned
  • 21. 3. MOOC profiles provider Goal: Extract Data from a course profile that serves as a filter onto the whole universe. Description: Users don't know precisely what they can find on OER site, or what to search for. Self- learners are trying to discover relationships or trends between MOOC profile and OER data.
  • 22. Some properties for describe a MOOC profile for Java Course
  • 23. 4. Seeker of resources Goal: Merge the functionalities of recommendation seeker and Course Profile. This module is designed to access two data sources: The first one reline on LOCWD data, which provides RDF data extracted from OCW and OER websites. The second one use the LOD Project, particularly from DBPEDIA, which provides RDF data extracted from the info-boxes of Wikipedia pages in a structured way. Description: The architecture uses seekers based on SPARQL to express preferences and resources needs by rating OERs. The system focuses on SPARQL query-based algorithms for matching OER based on MOOC preferences and weighting the interest of MOOC designer with similar taste to produce a recommendation for the resources seeker.
  • 24. A specific topic for Java Course: Introduction to Java programming
  • 25. Summary of Resources found in LOCWD data source for Topic “Introduction to Java programming
  • 26. 5. OER Recommender Goal: For our purpose, a preference is an individual mental state concerning a subset of items from the universe of alternatives. Users can use the architecture because a single taxonomic order or a single folksonomy is not suitable or sufficient for explorer OER resources. Description: The architecture proposed attempt to recommend OERs that are similar to educational resources planned by the MOOC Designer and others records of social activity, such as OCW Syllabus and system usage history.
  • 27. OER recommended for subtopic: Programming introduction
  • 28. Conclusions • Our aim: our willing to contribute to the Openness in in the MOOC environment • A more interoperable and integrated system to sharing, connecting and discovering data and metadata of OCW initiatives that are extracted from open repositories distributed. • The framework provides an approach that allows to MOOC Designers and users to discover and access open educational resources. • Our principal OER providers are OCW institutions.
  • 29. this work is licensed under a CreativeCommons Attribution3.0 License http://creativecommons.org/licenses/by/3.0/ec/ Edmundo Tovar (UPM, @etc91) - Nelson Piedra (UTPL, @nopiedra) Thanks! OCWC Global Conference 2014 Theme: “Open Education for a Multicultural World” http://conference.ocwconsortium.org/2014/ LJUBLJANA, SLOVENIA - 23 - 25 April 2014 UPM GICAC Research Group