SlideShare a Scribd company logo
1 of 32
Download to read offline
Discovering Accessible
Educational Resources
via Schema.org and LR
ATIA 2014
Food for Thought…

Page 2
Food for Thought…

Page 3
Food for Thought…

Page 4
Food for Thought…

Page 5
Food for Thought…

Page 6
Food for Thought…

Page 7
Food for Thought…

Page 8
Food for Thought…

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

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>

Page 11
Learning Resources Metadata

Page 12
Why Now? Kinda’ Perfect Storm
Goal: Make it easier and more convenient to find learning resources that
meet specific student and class needs.

Curriculum
and Accessibility
Standards

LRMI
Schema.org

Intersection of
three opportunities

Resource
Registries
(Learning Registry)

from a representation by Brandt Redd, Gates Foundation

Page 13

1
The	
  LRMI	
  Proper-es	
  v1	
  (lrmi.net/the-­‐specifica-on)	
  
General	
  Terms	
  (Schema.org):
Educa-onal	
  Terms:	
  
•  intendedEndUserRole	
  
•  -tle/name
•  educa-onalUse	
  	
  	
  
•  URL
•  -meRequired	
  
•  Descrip-on
•  typicalAgeRange	
  	
  	
  
•  Image
•  interac-vityType	
  	
  	
  
•  Topic
•  learningResourceType	
  
•  created	
  (date)
Competency	
  related:	
  
•  Creator
•  educa-onalAlignment	
  
•  Publisher
•  Descrip-on	
  
•  inLanguage
•  URL	
  
•  Mediatype
•  Alignment	
  Type	
  	
  
•  technologiesRequired
•  educa-onalFramework	
  
•  technologiesRecommended	
   •  targetDescrip-on	
  
•  targetName	
  
•  Use	
  RightsURL
•  targetURL	
  
•  is	
  based	
  on	
  
	
  
	
  

Page 14
http://209.7.195.215:90/Search.aspx

Page 15
Page 16
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

● 

Page 17
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
Page 18
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
Page 19
Proposed 1.1 Properties
AccessMode	
  

•  auditory,	
  textual,	
  visual,	
  
colorDependent,	
  …	
  

hasAdapta-on	
  

•  URI/URL	
  

isAdapta-onOf	
  

•  URI/URL	
  

http://a11ymetadata.org
Page 20
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”/>
…

Page 21
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"/>
…

Page 22
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>

Page 23
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 24
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>
Page 25
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>

Page 26
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
Page 27
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>
Page 28
Adoption Status
● 

Bookshare book detail pages are tagged

● 

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

● 

EPUB 3.0.1 support Schema.org metadata
–  which includes LRMI and soon accessibility properties

● 

Wordpress Plugin for Captions (YouTube Lyte)

● 

Exploring use for accessible image registry

● 

In discussions with eBook publishers, distributors and
tool providers
Page 29
OERPUB Editor Integration

Page 30
Upcoming Filters for Free.Ed.Gov

Page 31
Resources and Contact Info
● 

http://schema.org
http://lrmi.net

● 

http://a11ymetadata.org

● 

http://bornaccessible.org

● 

Gerardo Capiel
gerardoc@benetech.org
Twitter: @gcapiel

Page 32

More Related Content

Similar to Discovering Accessible Educational Resources via Schema.org and Learning Registry (ATIA 2014)

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
 
Bioschemas Workshop
Bioschemas WorkshopBioschemas Workshop
Bioschemas WorkshopNiall Beard
 
Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibilityHoward Kramer
 
AccessU 2018 - Surviving Dev Frameworks: Lessons Learned with WordPress, Drup...
AccessU 2018 - Surviving Dev Frameworks: Lessons Learned with WordPress, Drup...AccessU 2018 - Surviving Dev Frameworks: Lessons Learned with WordPress, Drup...
AccessU 2018 - Surviving Dev Frameworks: Lessons Learned with WordPress, Drup...Kate Walser
 
Implimenting and Mitigating Change with all of this Newfangled Technology
Implimenting and Mitigating Change with all of this Newfangled TechnologyImplimenting and Mitigating Change with all of this Newfangled Technology
Implimenting and Mitigating Change with all of this Newfangled TechnologyIndiana Online Users Group
 
How to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured ContentHow to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured ContentAcquia
 
Do you need an external search platform for Adobe Experience Manager?
Do you need an external search platform for Adobe Experience Manager?Do you need an external search platform for Adobe Experience Manager?
Do you need an external search platform for Adobe Experience Manager?therealgaston
 
Semtech bizsemanticsearchtutorial
Semtech bizsemanticsearchtutorialSemtech bizsemanticsearchtutorial
Semtech bizsemanticsearchtutorialBarbara Starr
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked DataAdrian Stevenson
 
Easy ways to make your site more accessible
Easy ways to make your site more accessibleEasy ways to make your site more accessible
Easy ways to make your site more accessibleJana Veliskova
 
10 Steps For a Successful Technology Scholarly Project
10 Steps For a Successful Technology Scholarly Project10 Steps For a Successful Technology Scholarly Project
10 Steps For a Successful Technology Scholarly Projectdsandro1
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic WebRoberto García
 
How to Build Interactive Training that Scales - Magnolia CMS Conference 2013
How to Build Interactive Training that Scales - Magnolia CMS Conference 2013How to Build Interactive Training that Scales - Magnolia CMS Conference 2013
How to Build Interactive Training that Scales - Magnolia CMS Conference 2013Mark Halvorson
 
Usability and Accessibility Have a Conversation: How Accessibility and UI/UX ...
Usability and Accessibility Have a Conversation: How Accessibility and UI/UX ...Usability and Accessibility Have a Conversation: How Accessibility and UI/UX ...
Usability and Accessibility Have a Conversation: How Accessibility and UI/UX ...3Play Media
 
Web Accessibility: Understanding & Practice!
Web Accessibility: Understanding & Practice!Web Accessibility: Understanding & Practice!
Web Accessibility: Understanding & Practice!Rabab Gomaa
 

Similar to Discovering Accessible Educational Resources via Schema.org and Learning Registry (ATIA 2014) (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
 
Bioschemas Workshop
Bioschemas WorkshopBioschemas Workshop
Bioschemas Workshop
 
GLMA Summer Boot Camp
GLMA Summer Boot CampGLMA Summer Boot Camp
GLMA Summer Boot Camp
 
Wordpress & accessibility
Wordpress & accessibilityWordpress & accessibility
Wordpress & accessibility
 
Building on LRMI—Accessibility Metadata
Building on LRMI—Accessibility MetadataBuilding on LRMI—Accessibility Metadata
Building on LRMI—Accessibility Metadata
 
AccessU 2018 - Surviving Dev Frameworks: Lessons Learned with WordPress, Drup...
AccessU 2018 - Surviving Dev Frameworks: Lessons Learned with WordPress, Drup...AccessU 2018 - Surviving Dev Frameworks: Lessons Learned with WordPress, Drup...
AccessU 2018 - Surviving Dev Frameworks: Lessons Learned with WordPress, Drup...
 
Googlesnippets
GooglesnippetsGooglesnippets
Googlesnippets
 
Implimenting and Mitigating Change with all of this Newfangled Technology
Implimenting and Mitigating Change with all of this Newfangled TechnologyImplimenting and Mitigating Change with all of this Newfangled Technology
Implimenting and Mitigating Change with all of this Newfangled Technology
 
How to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured ContentHow to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured Content
 
Do you need an external search platform for Adobe Experience Manager?
Do you need an external search platform for Adobe Experience Manager?Do you need an external search platform for Adobe Experience Manager?
Do you need an external search platform for Adobe Experience Manager?
 
Semtech bizsemanticsearchtutorial
Semtech bizsemanticsearchtutorialSemtech bizsemanticsearchtutorial
Semtech bizsemanticsearchtutorial
 
Introduction to Microdata & Google Rich Snippets
Introduction to Microdata  & Google Rich SnippetsIntroduction to Microdata  & Google Rich Snippets
Introduction to Microdata & Google Rich Snippets
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked Data
 
Easy ways to make your site more accessible
Easy ways to make your site more accessibleEasy ways to make your site more accessible
Easy ways to make your site more accessible
 
10 Steps For a Successful Technology Scholarly Project
10 Steps For a Successful Technology Scholarly Project10 Steps For a Successful Technology Scholarly Project
10 Steps For a Successful Technology Scholarly Project
 
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnectPratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic Web
 
How to Build Interactive Training that Scales - Magnolia CMS Conference 2013
How to Build Interactive Training that Scales - Magnolia CMS Conference 2013How to Build Interactive Training that Scales - Magnolia CMS Conference 2013
How to Build Interactive Training that Scales - Magnolia CMS Conference 2013
 
Usability and Accessibility Have a Conversation: How Accessibility and UI/UX ...
Usability and Accessibility Have a Conversation: How Accessibility and UI/UX ...Usability and Accessibility Have a Conversation: How Accessibility and UI/UX ...
Usability and Accessibility Have a Conversation: How Accessibility and UI/UX ...
 
Web Accessibility: Understanding & Practice!
Web Accessibility: Understanding & Practice!Web Accessibility: Understanding & Practice!
Web Accessibility: Understanding & Practice!
 

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

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 

Recently uploaded (20)

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
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
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 

Discovering Accessible Educational Resources via Schema.org and Learning Registry (ATIA 2014)

  • 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 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> Page 11
  • 13. Why Now? Kinda’ Perfect Storm Goal: Make it easier and more convenient to find learning resources that meet specific student and class needs. Curriculum and Accessibility Standards LRMI Schema.org Intersection of three opportunities Resource Registries (Learning Registry) from a representation by Brandt Redd, Gates Foundation Page 13 1
  • 14. The  LRMI  Proper-es  v1  (lrmi.net/the-­‐specifica-on)   General  Terms  (Schema.org): Educa-onal  Terms:   •  intendedEndUserRole   •  -tle/name •  educa-onalUse       •  URL •  -meRequired   •  Descrip-on •  typicalAgeRange       •  Image •  interac-vityType       •  Topic •  learningResourceType   •  created  (date) Competency  related:   •  Creator •  educa-onalAlignment   •  Publisher •  Descrip-on   •  inLanguage •  URL   •  Mediatype •  Alignment  Type     •  technologiesRequired •  educa-onalFramework   •  technologiesRecommended   •  targetDescrip-on   •  targetName   •  Use  RightsURL •  targetURL   •  is  based  on       Page 14
  • 17. 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 ●  Page 17
  • 18. 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 Page 18
  • 19. 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 Page 19
  • 20. Proposed 1.1 Properties AccessMode   •  auditory,  textual,  visual,   colorDependent,  …   hasAdapta-on   •  URI/URL   isAdapta-onOf   •  URI/URL   http://a11ymetadata.org Page 20
  • 21. 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”/> … Page 21
  • 22. 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"/> … Page 22
  • 23. 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> Page 23
  • 24. 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 24
  • 25. 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> Page 25
  • 26. 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> Page 26
  • 27. 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 Page 27
  • 28. 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> Page 28
  • 29. Adoption Status ●  Bookshare book detail pages are tagged ●  Learning Registry integration with Free.Ed.gov –  Bookshare and Khan Academy videos ●  EPUB 3.0.1 support Schema.org metadata –  which includes LRMI and soon accessibility properties ●  Wordpress Plugin for Captions (YouTube Lyte) ●  Exploring use for accessible image registry ●  In discussions with eBook publishers, distributors and tool providers Page 29
  • 31. Upcoming Filters for Free.Ed.Gov Page 31
  • 32. Resources and Contact Info ●  http://schema.org http://lrmi.net ●  http://a11ymetadata.org ●  http://bornaccessible.org ●  Gerardo Capiel gerardoc@benetech.org Twitter: @gcapiel Page 32