SlideShare a Scribd company logo
1 of 27
Download to read offline
Discovering Accessible
Educational Resources
via Schema.org and LR
EDUPUB 2
http://tinyurl.com/schema-a11y-edupub
Food for Thought…

http://tinyurl.com/schema-a11y-edupub

Page 2
Food for Thought…

http://tinyurl.com/schema-a11y-edupub

Page 3
Food for Thought…

http://tinyurl.com/schema-a11y-edupub

Page 4
Food for Thought…

http://tinyurl.com/schema-a11y-edupub

Page 5
Food for Thought…

http://tinyurl.com/schema-a11y-edupub

Page 6
Food for Thought…

http://tinyurl.com/schema-a11y-edupub

Page 7
Food for Thought…

http://tinyurl.com/schema-a11y-edupub

Page 8
Food for Thought…

http://tinyurl.com/schema-a11y-edupub

Page 9
How it Works – Schema.org
Schema.org metadata describes
‘things’ on the web as agreed upon by
the major search engines to improve
search & discoverability

http://tinyurl.com/schema-a11y-edupub

Page 10
Recipe Metadata Example
<div itemscope itemtype="http://schema.org/Recipe">
<div itemprop="nutrition” itemscope itemtype="http://
schema.org/NutritionInformation">
Nutrition facts:
<span itemprop="calories">240 calories</span>,
</div>
Ingredients:
- <span itemprop="ingredients">3 or 4 ripe bananas,
smashed</span>
- <span itemprop="ingredients">1 egg</span>

http://tinyurl.com/schema-a11y-edupub

Page 11
What About Accessibility?
Addressing the needs of ALL Students
Discover Learning Resources based on disability
needs and learner preferences
● 

Compatible with AT, WCAG guidelines

● 

Leverage MathML, tactile graphics and image
descriptions
Have closed-captioned video

● 

http://tinyurl.com/schema-a11y-edupub

Page 12
Leveraging Access For All
● 

Gates Foundation funded Benetech to develop a
Schema.org proposal for Accessibility Metadata that
would be complementary to LRMI

● 

Benetech assembled a broad Working Group of
experts
–  AEP (LRMI), APH, Dublin Core, EDItEUR (ONIX), Gooru
Learning, IMS Global, IDRC, NCAM, SRI (Learning Registry)

● 

Proposal accepted by Schema.org in November 2013
–  Influenced heavily by IMS Global Access for All
–  Released under a Creative Commons BY-SA License

http://tinyurl.com/schema-a11y-edupub

Page 13
Accepted 1.0 Properties
AccessibilityFeature	
  

•  alterna(veText,	
  longdescrip(on,	
  
MathML,	
  cap(ons,	
  transcript,	
  …	
  

AccessibilityHazard	
  

•  noFlashingHazard,	
  mo(onSimula(on,	
  
noSoundHazard,	
  …	
  

AccessibilityAPI	
  

AccessibilityControl	
  

•  AndroidAccessibility,	
  ARIA,	
  
MacOSXAccessibility,	
  ...	
  
•  fullKeyboardControl,	
  
fullTouchControl,	
  ...	
  

http://Schema.org/CreativeWork
http://tinyurl.com/schema-a11y-edupub

Page 14
Proposed 1.1 Properties
AccessMode	
  

•  auditory,	
  textual,	
  visual,	
  
colorDependent,	
  …	
  

hasAdapta(on	
  

•  URI/URL	
  

isAdapta(onOf	
  

•  URI/URL	
  

http://a11ymetadata.org
http://tinyurl.com/schema-a11y-edupub

Page 15
Application to Books Part 1
<span itemscope=”” itemtype=”http://schema.org/Book”>
<meta itemprop=”accessMode” content=”textual”/>
<meta itemprop=”accessMode” content=”visual”/>
<meta itemprop=”accessibilityFeature”
content=”longDescription”/>
<meta itemprop=”accessibilityFeature”
content=”structuralNavigation”/>
<meta itemprop=”accessibilityFeature”
content=”MathML”/>
…

http://tinyurl.com/schema-a11y-edupub

Page 16
Application to Books Part 2
<meta itemprop="hasAdaptation" content="https://
www.bookshare.org/…&downloadFormat=DAISY_TEXT_ONLY"/>
<meta itemprop="hasAdaptation" content="https://
www.bookshare.org/…&downloadFormat=BRF"/>
…

http://tinyurl.com/schema-a11y-edupub

Page 17
Application to Books Part 3
<div class="adaptationLinks”>
<span itemscope itemtype="http://schema.org/Book">
<meta itemprop="isAdaptationOf" content="https://
www.bookshare.org/browse/book/679044"/>
<meta itemprop="bookFormat" content="Ebook/DAISY3"/>
<meta itemprop="accessMode" content="auditory"/>
<meta itemprop="accessibilityFeature"
content="structuralNavigation"/>
<a itemprop="url" href="https://someurl">Audio</a>
</span>

http://tinyurl.com/schema-a11y-edupub

Page 18
The End Result
Search for “history” titles on Bookshare and filter by
presence of image descriptions:

http://www.a11ymetadata.org/bookshare-tags-over-195000-titles-with-accessibilitymetadata/
Page 19

http://tinyurl.com/schema-a11y-edupub
Application to Web Pages
<div itemscope=”” itemtype=”http://schema.org/Blog”>
<meta itemprop=”accessMode” content=”textual”/>
<meta itemprop=”accessMode” content=”visual”/>
<meta itemprop=”accessibilityFeature”
content=”alternativeText”/>
<meta itemprop=”accessibilityFeature”
content=”longDescription”/>
<meta itemprop=”accessibilityFeature”
content=”displayTransformability”/>
BLOG CONTENT HERE
</div>
http://tinyurl.com/schema-a11y-edupub

Page 20
Application to Video
<div itemscope=”” itemtype=”http://schema.org/Movie”>
<meta itemprop=”accessMode” content=”visual”/>
<meta itemprop=”accessMode” content=”auditory”/>
<meta itemprop=”accessibilityFeature”
content=”audioDescription”/>
<meta itemprop=”accessibilityFeature”
content=”captions”/>
YOUR VIDEO HTML CODE HERE
</div>

http://tinyurl.com/schema-a11y-edupub

Page 21
Video Search Can Be Fixed

● 
● 
● 

Closed-captioned search limited to YouTube domain
https://www.google.com/search?q=site:archive.org
+%22Dame+Tartine%22&tbm=vid&tbs=cc:1
Should also be extended to audio description

http://tinyurl.com/schema-a11y-edupub

Page 22
Application to Images
<span itemscope=”” itemtype=”http://schema.org/
ImageObject”>
<meta itemprop=”accessMode” content=”visual”/>
<meta itemprop=”accessMode” content=”tactile”/>
<meta itemprop=”accessMode” content=”auditory”/>
<meta itemprop=”accessibilityFeature”
content=”tactileGraphic”/>
<meta itemprop="accessibilityFeature"
content="braille"/>
<meta itemprop="learningResourceType"
content="illustration" />
<meta itemprop="typicalAgeRange" content="15-16" />
IMAGE HTML MARKUP HERE
</span>
http://tinyurl.com/schema-a11y-edupub

Page 23
Adoption Status
● 

Bookshare.org has implemented

● 

Learning Registry integration with Free.Ed.gov
–  Bookshare and Khan Academy videos

● 

EPUB 3.0.1 support Schema.org metadata

● 

Wordpress Plugin for Captions (YouTube Lyte)

● 

Exploring use for accessible image registry

● 

Need more funding for evangelism and tool
development

http://tinyurl.com/schema-a11y-edupub

Page 24
OERPUB Editor Integration

Page 25
Resources and Contact Info
● 
● 

http://schema.org
http://a11ymetadata.org

Gerardo Capiel
gerardoc@benetech.org
Twitter: @gcapiel

http://tinyurl.com/schema-a11y-edupub

Page 26
Links Referenced In Prez
● 

https://www.google.com/search?q=pecan+pie&tbm=rcp&tbs=rcp_cal:500

● 

http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fallrecipes.com%2Frecipe
%2Fpecan-pie-v%2F

● 

http://www.google.com/cse?cx=001043429226464649088:WMX1711548652&q=science
+more:p:book-typicalAgeRange:13+more:p:book-accessibilityfeature:alternativetext,longdescription

● 

https://www.google.com/search?q=dame+tartine+site:archive.org&tbm=vid&tbs=cc:1

● 

http://www.google.com/cse?cx=001043429226464649088:WMX1711548652&q=wgbh%20more
%3Ap%3Avideoobject-accessibilityfeature:captions

● 

http://www.google.com/cse?cx=001043429226464649088:WMX1711548652&q=video%20description
%20tutorial%20more%3Ap%3Avideoobject-accessibilityfeature:audiodescription

● 

http://www.google.com/cse?cx=001043429226464649088:WMX1711548652&q=ecology%20more
%3Ap%3Aimageobject-accessibilityfeature%3AtactileGraphic

● 

http://www.thingiverse.com/thing:127089

● 

http://learningregistry.org/

● 

https://node01.public.learningregistry.net/apps/EasyPublish/#login

● 

http://free.ed.gov/?page_id=6&query=fittle%20fish&type=index

● 

http://www.a11ymetadata.org/implementations/learning-registry-search-demo/

http://tinyurl.com/schema-a11y-edupub

Page 27

More Related Content

Similar to Discovering Accessible Educational Resources via Schema.org and the Learning Registry

EDUPUB 2013: Schema.org LRMI and A11Y for Discovery
EDUPUB 2013: Schema.org LRMI and A11Y for DiscoveryEDUPUB 2013: Schema.org LRMI and A11Y for Discovery
EDUPUB 2013: Schema.org LRMI and A11Y for DiscoveryGerardo Capiel
 
Learning Resource Metadata Initiative: using schema.org to describe open edu...
 Learning Resource Metadata Initiative: using schema.org to describe open edu... Learning Resource Metadata Initiative: using schema.org to describe open edu...
Learning Resource Metadata Initiative: using schema.org to describe open edu...The Open Education Consortium
 
Learning Resource Metadata Initiative: using schema.org to describe open educ...
Learning Resource Metadata Initiative: using schema.org to describe open educ...Learning Resource Metadata Initiative: using schema.org to describe open educ...
Learning Resource Metadata Initiative: using schema.org to describe open educ...Phil Barker
 
21st Research Tools
21st Research Tools21st Research Tools
21st Research Toolsdwesting
 
Felix Sasaki - Value beyond content creation - Introducing ITS 2.0; soapconf ...
Felix Sasaki - Value beyond content creation - Introducing ITS 2.0; soapconf ...Felix Sasaki - Value beyond content creation - Introducing ITS 2.0; soapconf ...
Felix Sasaki - Value beyond content creation - Introducing ITS 2.0; soapconf ...soapconf
 
Online materials for the school library
Online materials for the school libraryOnline materials for the school library
Online materials for the school libraryssmith7027
 
On-page SEO for Drupal
On-page SEO for DrupalOn-page SEO for Drupal
On-page SEO for DrupalSvilen Sabev
 
What Can schema.Org Offer The Web Manager?
What Can schema.Org Offer The Web Manager?What Can schema.Org Offer The Web Manager?
What Can schema.Org Offer The Web Manager?Phil Barker
 
E-Learning Workshop 2.0
E-Learning Workshop 2.0E-Learning Workshop 2.0
E-Learning Workshop 2.0compakia
 
NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) ...
NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) ...NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) ...
NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) ...Nebraska Library Commission
 
Semtech bizsemanticsearchtutorial
Semtech bizsemanticsearchtutorialSemtech bizsemanticsearchtutorial
Semtech bizsemanticsearchtutorialBarbara Starr
 
Sakai11docproxy
Sakai11docproxySakai11docproxy
Sakai11docproxyjrmdkc
 
Developing a Movie recommendation Engine with Spark
Developing a Movie recommendation Engine with SparkDeveloping a Movie recommendation Engine with Spark
Developing a Movie recommendation Engine with SparkEdureka!
 
Learning resource metadata for schema.org
Learning resource metadata for schema.orgLearning resource metadata for schema.org
Learning resource metadata for schema.orgPhil Barker
 
Drupal and the semantic web - SemTechBiz 2012
Drupal and the semantic web - SemTechBiz 2012Drupal and the semantic web - SemTechBiz 2012
Drupal and the semantic web - SemTechBiz 2012scorlosquet
 
Why contribute to open source projects
Why contribute to open source projectsWhy contribute to open source projects
Why contribute to open source projectsKranti Parisa
 
Web Page Classification
Web Page ClassificationWeb Page Classification
Web Page ClassificationPacharaStudio
 
Webpage Classification
Webpage ClassificationWebpage Classification
Webpage ClassificationPacharaStudio
 

Similar to Discovering Accessible Educational Resources via Schema.org and the Learning Registry (20)

EDUPUB 2013: Schema.org LRMI and A11Y for Discovery
EDUPUB 2013: Schema.org LRMI and A11Y for DiscoveryEDUPUB 2013: Schema.org LRMI and A11Y for Discovery
EDUPUB 2013: Schema.org LRMI and A11Y for Discovery
 
Chris regan schema
Chris regan   schemaChris regan   schema
Chris regan schema
 
Learning Resource Metadata Initiative: using schema.org to describe open edu...
 Learning Resource Metadata Initiative: using schema.org to describe open edu... Learning Resource Metadata Initiative: using schema.org to describe open edu...
Learning Resource Metadata Initiative: using schema.org to describe open edu...
 
Learning Resource Metadata Initiative: using schema.org to describe open educ...
Learning Resource Metadata Initiative: using schema.org to describe open educ...Learning Resource Metadata Initiative: using schema.org to describe open educ...
Learning Resource Metadata Initiative: using schema.org to describe open educ...
 
21st Research Tools
21st Research Tools21st Research Tools
21st Research Tools
 
Felix Sasaki - Value beyond content creation - Introducing ITS 2.0; soapconf ...
Felix Sasaki - Value beyond content creation - Introducing ITS 2.0; soapconf ...Felix Sasaki - Value beyond content creation - Introducing ITS 2.0; soapconf ...
Felix Sasaki - Value beyond content creation - Introducing ITS 2.0; soapconf ...
 
Online materials for the school library
Online materials for the school libraryOnline materials for the school library
Online materials for the school library
 
On-page SEO for Drupal
On-page SEO for DrupalOn-page SEO for Drupal
On-page SEO for Drupal
 
What Can schema.Org Offer The Web Manager?
What Can schema.Org Offer The Web Manager?What Can schema.Org Offer The Web Manager?
What Can schema.Org Offer The Web Manager?
 
E-Learning Workshop 2.0
E-Learning Workshop 2.0E-Learning Workshop 2.0
E-Learning Workshop 2.0
 
NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) ...
NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) ...NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) ...
NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) ...
 
Semtech bizsemanticsearchtutorial
Semtech bizsemanticsearchtutorialSemtech bizsemanticsearchtutorial
Semtech bizsemanticsearchtutorial
 
Sakai11docproxy
Sakai11docproxySakai11docproxy
Sakai11docproxy
 
Developing a Movie recommendation Engine with Spark
Developing a Movie recommendation Engine with SparkDeveloping a Movie recommendation Engine with Spark
Developing a Movie recommendation Engine with Spark
 
Learning resource metadata for schema.org
Learning resource metadata for schema.orgLearning resource metadata for schema.org
Learning resource metadata for schema.org
 
Drupal and the semantic web - SemTechBiz 2012
Drupal and the semantic web - SemTechBiz 2012Drupal and the semantic web - SemTechBiz 2012
Drupal and the semantic web - SemTechBiz 2012
 
Why contribute to open source projects
Why contribute to open source projectsWhy contribute to open source projects
Why contribute to open source projects
 
Mining OER
Mining OERMining OER
Mining OER
 
Web Page Classification
Web Page ClassificationWeb Page Classification
Web Page Classification
 
Webpage Classification
Webpage ClassificationWebpage Classification
Webpage Classification
 

More from Gerardo Capiel

Benetech:avina labs project
Benetech:avina labs projectBenetech:avina labs project
Benetech:avina labs projectGerardo Capiel
 
SocialCoding4Good Prez at Global Humanitarian Technology Conference 2013
SocialCoding4Good Prez at Global Humanitarian Technology Conference  2013SocialCoding4Good Prez at Global Humanitarian Technology Conference  2013
SocialCoding4Good Prez at Global Humanitarian Technology Conference 2013Gerardo Capiel
 
Proposed MathMLCloud architecture
Proposed MathMLCloud architectureProposed MathMLCloud architecture
Proposed MathMLCloud architectureGerardo Capiel
 
EDUPUB 2013: Open and Interactive Widgets for STEM
EDUPUB 2013: Open and Interactive Widgets for STEMEDUPUB 2013: Open and Interactive Widgets for STEM
EDUPUB 2013: Open and Interactive Widgets for STEMGerardo Capiel
 
Born Accessible - Books in Browsers
Born Accessible - Books in BrowsersBorn Accessible - Books in Browsers
Born Accessible - Books in BrowsersGerardo Capiel
 
Benetech Annual Report 2009
Benetech Annual Report 2009Benetech Annual Report 2009
Benetech Annual Report 2009Gerardo Capiel
 

More from Gerardo Capiel (6)

Benetech:avina labs project
Benetech:avina labs projectBenetech:avina labs project
Benetech:avina labs project
 
SocialCoding4Good Prez at Global Humanitarian Technology Conference 2013
SocialCoding4Good Prez at Global Humanitarian Technology Conference  2013SocialCoding4Good Prez at Global Humanitarian Technology Conference  2013
SocialCoding4Good Prez at Global Humanitarian Technology Conference 2013
 
Proposed MathMLCloud architecture
Proposed MathMLCloud architectureProposed MathMLCloud architecture
Proposed MathMLCloud architecture
 
EDUPUB 2013: Open and Interactive Widgets for STEM
EDUPUB 2013: Open and Interactive Widgets for STEMEDUPUB 2013: Open and Interactive Widgets for STEM
EDUPUB 2013: Open and Interactive Widgets for STEM
 
Born Accessible - Books in Browsers
Born Accessible - Books in BrowsersBorn Accessible - Books in Browsers
Born Accessible - Books in Browsers
 
Benetech Annual Report 2009
Benetech Annual Report 2009Benetech Annual Report 2009
Benetech Annual Report 2009
 

Recently uploaded

KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
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
 
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
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 

Recently uploaded (20)

KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
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
 
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
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 

Discovering Accessible Educational Resources via Schema.org and the Learning Registry

  • 1. Discovering Accessible Educational Resources via Schema.org and LR EDUPUB 2 http://tinyurl.com/schema-a11y-edupub
  • 10. How it Works – Schema.org Schema.org metadata describes ‘things’ on the web as agreed upon by the major search engines to improve search & discoverability http://tinyurl.com/schema-a11y-edupub Page 10
  • 11. Recipe Metadata Example <div itemscope itemtype="http://schema.org/Recipe"> <div itemprop="nutrition” itemscope itemtype="http:// schema.org/NutritionInformation"> Nutrition facts: <span itemprop="calories">240 calories</span>, </div> Ingredients: - <span itemprop="ingredients">3 or 4 ripe bananas, smashed</span> - <span itemprop="ingredients">1 egg</span> http://tinyurl.com/schema-a11y-edupub Page 11
  • 12. What About Accessibility? Addressing the needs of ALL Students Discover Learning Resources based on disability needs and learner preferences ●  Compatible with AT, WCAG guidelines ●  Leverage MathML, tactile graphics and image descriptions Have closed-captioned video ●  http://tinyurl.com/schema-a11y-edupub Page 12
  • 13. Leveraging Access For All ●  Gates Foundation funded Benetech to develop a Schema.org proposal for Accessibility Metadata that would be complementary to LRMI ●  Benetech assembled a broad Working Group of experts –  AEP (LRMI), APH, Dublin Core, EDItEUR (ONIX), Gooru Learning, IMS Global, IDRC, NCAM, SRI (Learning Registry) ●  Proposal accepted by Schema.org in November 2013 –  Influenced heavily by IMS Global Access for All –  Released under a Creative Commons BY-SA License http://tinyurl.com/schema-a11y-edupub Page 13
  • 14. Accepted 1.0 Properties AccessibilityFeature   •  alterna(veText,  longdescrip(on,   MathML,  cap(ons,  transcript,  …   AccessibilityHazard   •  noFlashingHazard,  mo(onSimula(on,   noSoundHazard,  …   AccessibilityAPI   AccessibilityControl   •  AndroidAccessibility,  ARIA,   MacOSXAccessibility,  ...   •  fullKeyboardControl,   fullTouchControl,  ...   http://Schema.org/CreativeWork http://tinyurl.com/schema-a11y-edupub Page 14
  • 15. Proposed 1.1 Properties AccessMode   •  auditory,  textual,  visual,   colorDependent,  …   hasAdapta(on   •  URI/URL   isAdapta(onOf   •  URI/URL   http://a11ymetadata.org http://tinyurl.com/schema-a11y-edupub Page 15
  • 16. Application to Books Part 1 <span itemscope=”” itemtype=”http://schema.org/Book”> <meta itemprop=”accessMode” content=”textual”/> <meta itemprop=”accessMode” content=”visual”/> <meta itemprop=”accessibilityFeature” content=”longDescription”/> <meta itemprop=”accessibilityFeature” content=”structuralNavigation”/> <meta itemprop=”accessibilityFeature” content=”MathML”/> … http://tinyurl.com/schema-a11y-edupub Page 16
  • 17. Application to Books Part 2 <meta itemprop="hasAdaptation" content="https:// www.bookshare.org/…&downloadFormat=DAISY_TEXT_ONLY"/> <meta itemprop="hasAdaptation" content="https:// www.bookshare.org/…&downloadFormat=BRF"/> … http://tinyurl.com/schema-a11y-edupub Page 17
  • 18. Application to Books Part 3 <div class="adaptationLinks”> <span itemscope itemtype="http://schema.org/Book"> <meta itemprop="isAdaptationOf" content="https:// www.bookshare.org/browse/book/679044"/> <meta itemprop="bookFormat" content="Ebook/DAISY3"/> <meta itemprop="accessMode" content="auditory"/> <meta itemprop="accessibilityFeature" content="structuralNavigation"/> <a itemprop="url" href="https://someurl">Audio</a> </span> http://tinyurl.com/schema-a11y-edupub Page 18
  • 19. The End Result Search for “history” titles on Bookshare and filter by presence of image descriptions: http://www.a11ymetadata.org/bookshare-tags-over-195000-titles-with-accessibilitymetadata/ Page 19 http://tinyurl.com/schema-a11y-edupub
  • 20. Application to Web Pages <div itemscope=”” itemtype=”http://schema.org/Blog”> <meta itemprop=”accessMode” content=”textual”/> <meta itemprop=”accessMode” content=”visual”/> <meta itemprop=”accessibilityFeature” content=”alternativeText”/> <meta itemprop=”accessibilityFeature” content=”longDescription”/> <meta itemprop=”accessibilityFeature” content=”displayTransformability”/> BLOG CONTENT HERE </div> http://tinyurl.com/schema-a11y-edupub Page 20
  • 21. Application to Video <div itemscope=”” itemtype=”http://schema.org/Movie”> <meta itemprop=”accessMode” content=”visual”/> <meta itemprop=”accessMode” content=”auditory”/> <meta itemprop=”accessibilityFeature” content=”audioDescription”/> <meta itemprop=”accessibilityFeature” content=”captions”/> YOUR VIDEO HTML CODE HERE </div> http://tinyurl.com/schema-a11y-edupub Page 21
  • 22. Video Search Can Be Fixed ●  ●  ●  Closed-captioned search limited to YouTube domain https://www.google.com/search?q=site:archive.org +%22Dame+Tartine%22&tbm=vid&tbs=cc:1 Should also be extended to audio description http://tinyurl.com/schema-a11y-edupub Page 22
  • 23. Application to Images <span itemscope=”” itemtype=”http://schema.org/ ImageObject”> <meta itemprop=”accessMode” content=”visual”/> <meta itemprop=”accessMode” content=”tactile”/> <meta itemprop=”accessMode” content=”auditory”/> <meta itemprop=”accessibilityFeature” content=”tactileGraphic”/> <meta itemprop="accessibilityFeature" content="braille"/> <meta itemprop="learningResourceType" content="illustration" /> <meta itemprop="typicalAgeRange" content="15-16" /> IMAGE HTML MARKUP HERE </span> http://tinyurl.com/schema-a11y-edupub Page 23
  • 24. Adoption Status ●  Bookshare.org has implemented ●  Learning Registry integration with Free.Ed.gov –  Bookshare and Khan Academy videos ●  EPUB 3.0.1 support Schema.org metadata ●  Wordpress Plugin for Captions (YouTube Lyte) ●  Exploring use for accessible image registry ●  Need more funding for evangelism and tool development http://tinyurl.com/schema-a11y-edupub Page 24
  • 26. Resources and Contact Info ●  ●  http://schema.org http://a11ymetadata.org Gerardo Capiel gerardoc@benetech.org Twitter: @gcapiel http://tinyurl.com/schema-a11y-edupub Page 26
  • 27. Links Referenced In Prez ●  https://www.google.com/search?q=pecan+pie&tbm=rcp&tbs=rcp_cal:500 ●  http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fallrecipes.com%2Frecipe %2Fpecan-pie-v%2F ●  http://www.google.com/cse?cx=001043429226464649088:WMX1711548652&q=science +more:p:book-typicalAgeRange:13+more:p:book-accessibilityfeature:alternativetext,longdescription ●  https://www.google.com/search?q=dame+tartine+site:archive.org&tbm=vid&tbs=cc:1 ●  http://www.google.com/cse?cx=001043429226464649088:WMX1711548652&q=wgbh%20more %3Ap%3Avideoobject-accessibilityfeature:captions ●  http://www.google.com/cse?cx=001043429226464649088:WMX1711548652&q=video%20description %20tutorial%20more%3Ap%3Avideoobject-accessibilityfeature:audiodescription ●  http://www.google.com/cse?cx=001043429226464649088:WMX1711548652&q=ecology%20more %3Ap%3Aimageobject-accessibilityfeature%3AtactileGraphic ●  http://www.thingiverse.com/thing:127089 ●  http://learningregistry.org/ ●  https://node01.public.learningregistry.net/apps/EasyPublish/#login ●  http://free.ed.gov/?page_id=6&query=fittle%20fish&type=index ●  http://www.a11ymetadata.org/implementations/learning-registry-search-demo/ http://tinyurl.com/schema-a11y-edupub Page 27