SlideShare une entreprise Scribd logo
1  sur  35
Miquel Centelles, Mireia Ribera, Inmaculada Rodríguez
Adaptabit Group – University of Barcelona
CSUN Conference 2014
 The vision
 The problem
 Setting the stage
 Our point of view
 Our solution: MathML, OCR (InftyReader)
and linked data
 Results and future work
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 2
 Teaching methodologies have shifted from content-
based to skills-based learning.
 A key business for teachers is the selection of web
resources which serve as reference, extension and
motivation to their students.
 This selection is mainly based on content and source
quality, but rarely considers accessibility criteria.
 Accessibility criteria will be increasingly important.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 3
 Still lots of non-accessible math web sites.
 Why?
 Interactivity. Formulae in graphics or videos.
 Authoring tools automatic conversion to MathML
▪ Not fully reliable
▪ Often convert to images
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 4
 Concerning accessibility in maths, several
initiatives have been driven by publishers and
libraries.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 5
 Concerning the semantic meaning to
mathematical formulae several initiatives link
MathML with the semantic web.
 Christoph Lange: a proposal to describe generic
mathematical formulae.
 OpenMath: a lightweight ontology to endorse the
meaning of mathematical symbols.
 HELM: the pioneer in representing structures of
mathematical knowledge in RDF.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 6
 To assess the potential accessibility of non-
accessible math web sites?
 Definition: Potential accessibility = The feasibility
of converting them into accessible webs
 To publish assessment results in a
semantically-empowered way
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 7
 How to accessibilize a Math web?
Converting to MathML
 Re-writing formulae
<mrow>
a &InvisibleTimes;
<msup>x 2</msup> + b &InvisibleTimes;
x + c
</mrow>
 Describing formulae in alternative text
“A times square x plus b times x plus c”
 Converting through OCR
<mrow>
a &InvisibleTimes;
<msup>x 2</msup> + b &InvisibleTimes;
x + c
</mrow>
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 8
 OCR is the best option:
 Does not require expertise
 OK for low resources
 Can be done by the student
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 9
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 10
 First
 Conceived for Web pages.
 After
 General format for exchanging mathematics.
 Now
 Provides accessible content for people with
disabilities.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 11
MathML support still incomplete but…
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 12
Pros
 Recognizes math symbols, converts them into
▪ LaTeX,
▪ XHTML and MathML.
Cons
 Strong requirements:
▪ Pure B&W
▪ High resolution (600 dpi)
▪ Standard ISO 80000-2:2009
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 13
The four principles of linked data
publishing model:
 Use URIs as names for things.
 Use HTTP URIs so that people can look up those
names.
 When someone looks up a URI, provide useful
information, using the standards (RDF, SPARQL)
 Include links to other URIs. so that they can discover
more things.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 14
 Opportunities for the data in accessibility
reports:
 To customize answers to user queries.
 To generate data-enriched reports for managers,
technicians (webmasters) and policy decision
makers.
 To enrich search engines results with accessibility
results used as website quality indicators.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 15
TWO KEY DECISIONS
 Reuse a formal
vocabulary: EARL
 Use an open-source
CMS: Drupal.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 16
 EARL = Evaluation and Report Language
 It is a simple vocabulary that describes test
results, such as those generated by web
accessibility evaluation tools.
 It uses the RDF data model to define terms for
expressing test results.
 It is a W3C Working Draft.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 17
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 18
 A new controlled vocabularies for the Test
Case class:
 Containing 10 suitable criteria based on
requirements of both InftyReader OCR software
and ISO 80000-2:2009
 Examples:
▪ C2-INFTYREADER: Image resolution must be equals or
greater than 600 dpi.
▪ C3-ISO: An explicitly defined function not depending on
the context is printed in Roman (upright) type, e.g. sin,
exp, ln.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 19
 A new controlled vocabularies for the Test
Result class:
 Containing 5 categories, based on the percentage
of formulae correctly converted into MathML.
 Examples:
▪ Failed conversion [0%-20%]: This web has a very low
potential accessibility.
▪ Successful conversion [80%-100%]: This web has the
maximum potential accessibility.
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 20
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 21
Drupal is the first CMS with Semantic Web
services
▪ Use by non-experts
▪ Drupal 7 publishes data in RDF format.
Data model in RDF Data model in Drupal 7
Content type RDF class
Field RDF property
Node RDF resource
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 22
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 23
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 24
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 25
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 26
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 27
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 28
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 29
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 30
 Most websites not accessible at all
 Interactive
 Non-interactive
▪ Formula images
▪ With very poor quality
▪ without alternative text.
▪ Formulae not following standards => OCR not working
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 31
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 32
 Useful methodology?
 Future work:
 Using math ontologies
▪ OpenMath
▪ OMDoc
 Adapt formulas to RDFa
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 33
Questions, suggestions, cooperation..?
centelles@ub.edu
http://www.ub.edu/adaptabit/
adaptabit@ub.edu
March 2014 CSUN 2014 - Potential accessibility of mathematical webs 34
CSUN 2014 - Potential accessibility of mathematical webs
Specification:
 Analysis of data sources.
 URI design.
 Publishing license.
Vocabularies and ontologies
Transform into RDF
Publication
Exploitation
35March 2014

Contenu connexe

Similaire à Mathematical Webs Accessibility CSUN 2014

Prakash_Wagle_Resume
Prakash_Wagle_ResumePrakash_Wagle_Resume
Prakash_Wagle_ResumePrakash Wagle
 
How We Successfully Developed an eLearning Platform Using Ruby On Rails (Case...
How We Successfully Developed an eLearning Platform Using Ruby On Rails (Case...How We Successfully Developed an eLearning Platform Using Ruby On Rails (Case...
How We Successfully Developed an eLearning Platform Using Ruby On Rails (Case...Katy Slemon
 
Waqar Younas Final Resume
Waqar Younas Final ResumeWaqar Younas Final Resume
Waqar Younas Final ResumeWaqar Younas
 
Free text tagging system
Free text tagging systemFree text tagging system
Free text tagging systemChan Naseeb
 
Linked data experience at Macmillan: Building discovery services for scientif...
Linked data experience at Macmillan: Building discovery services for scientif...Linked data experience at Macmillan: Building discovery services for scientif...
Linked data experience at Macmillan: Building discovery services for scientif...Michele Pasin
 
School Management System in Ruby on Rails
School Management System in Ruby on RailsSchool Management System in Ruby on Rails
School Management System in Ruby on RailsTeam Codingparks
 
Snowplow at the heart of Busuu's data & analytics infrastructure
Snowplow at the heart of Busuu's data & analytics infrastructureSnowplow at the heart of Busuu's data & analytics infrastructure
Snowplow at the heart of Busuu's data & analytics infrastructureGiuseppe Gaviani
 
Case Study: Building the Roadrunner public website site + Bonus: Deep dive bu...
Case Study: Building the Roadrunner public website site + Bonus: Deep dive bu...Case Study: Building the Roadrunner public website site + Bonus: Deep dive bu...
Case Study: Building the Roadrunner public website site + Bonus: Deep dive bu...Michael Blumenthal (Microsoft MVP)
 
Nevil Dsouza's Resume
Nevil Dsouza's ResumeNevil Dsouza's Resume
Nevil Dsouza's ResumeNevil Dsouza
 
School Management System in MS Excel
School Management System in MS ExcelSchool Management System in MS Excel
School Management System in MS ExcelTeam Codingparks
 
csun 2013 math accessibilityv2.ppt
csun 2013 math accessibilityv2.pptcsun 2013 math accessibilityv2.ppt
csun 2013 math accessibilityv2.pptOER Commons
 
Semantic Accessibility to e-Learning Web Services
Semantic Accessibility to e-Learning Web ServicesSemantic Accessibility to e-Learning Web Services
Semantic Accessibility to e-Learning Web ServicesJuan Manuel Dodero
 

Similaire à Mathematical Webs Accessibility CSUN 2014 (20)

CAASPP 2014
CAASPP 2014CAASPP 2014
CAASPP 2014
 
Prakash_Wagle_Resume
Prakash_Wagle_ResumePrakash_Wagle_Resume
Prakash_Wagle_Resume
 
Resume
ResumeResume
Resume
 
Resume
ResumeResume
Resume
 
Resume_Virender_Kumar
Resume_Virender_KumarResume_Virender_Kumar
Resume_Virender_Kumar
 
How We Successfully Developed an eLearning Platform Using Ruby On Rails (Case...
How We Successfully Developed an eLearning Platform Using Ruby On Rails (Case...How We Successfully Developed an eLearning Platform Using Ruby On Rails (Case...
How We Successfully Developed an eLearning Platform Using Ruby On Rails (Case...
 
Waqar Younas Final Resume
Waqar Younas Final ResumeWaqar Younas Final Resume
Waqar Younas Final Resume
 
Free text tagging system
Free text tagging systemFree text tagging system
Free text tagging system
 
Linked data experience at Macmillan: Building discovery services for scientif...
Linked data experience at Macmillan: Building discovery services for scientif...Linked data experience at Macmillan: Building discovery services for scientif...
Linked data experience at Macmillan: Building discovery services for scientif...
 
Resume_2016
Resume_2016Resume_2016
Resume_2016
 
School Management System in Ruby on Rails
School Management System in Ruby on RailsSchool Management System in Ruby on Rails
School Management System in Ruby on Rails
 
Resume_General
Resume_GeneralResume_General
Resume_General
 
Snowplow at the heart of Busuu's data & analytics infrastructure
Snowplow at the heart of Busuu's data & analytics infrastructureSnowplow at the heart of Busuu's data & analytics infrastructure
Snowplow at the heart of Busuu's data & analytics infrastructure
 
Case Study: Building the Roadrunner public website site + Bonus: Deep dive bu...
Case Study: Building the Roadrunner public website site + Bonus: Deep dive bu...Case Study: Building the Roadrunner public website site + Bonus: Deep dive bu...
Case Study: Building the Roadrunner public website site + Bonus: Deep dive bu...
 
Nevil Dsouza's Resume
Nevil Dsouza's ResumeNevil Dsouza's Resume
Nevil Dsouza's Resume
 
Resume
ResumeResume
Resume
 
School Management System in MS Excel
School Management System in MS ExcelSchool Management System in MS Excel
School Management System in MS Excel
 
csun 2013 math accessibilityv2.ppt
csun 2013 math accessibilityv2.pptcsun 2013 math accessibilityv2.ppt
csun 2013 math accessibilityv2.ppt
 
Semantic Accessibility to e-Learning Web Services
Semantic Accessibility to e-Learning Web ServicesSemantic Accessibility to e-Learning Web Services
Semantic Accessibility to e-Learning Web Services
 
Resume_Sneha
Resume_SnehaResume_Sneha
Resume_Sneha
 

Plus de adaptabit

A proposal for the inclusion of accessibility criteria in the publishing work...
A proposal for the inclusion of accessibility criteria in the publishing work...A proposal for the inclusion of accessibility criteria in the publishing work...
A proposal for the inclusion of accessibility criteria in the publishing work...adaptabit
 
Projecte campus multimodal
Projecte campus multimodalProjecte campus multimodal
Projecte campus multimodaladaptabit
 
Centenari BiD: dones i tecnologia
Centenari BiD: dones i tecnologiaCentenari BiD: dones i tecnologia
Centenari BiD: dones i tecnologiaadaptabit
 
Consells pdf
Consells pdfConsells pdf
Consells pdfadaptabit
 
Com ferpd fsaccessibles
Com ferpd fsaccessiblesCom ferpd fsaccessibles
Com ferpd fsaccessiblesadaptabit
 
Documentos multimodales: posibilidades y valoracion
Documentos multimodales: posibilidades y valoracionDocumentos multimodales: posibilidades y valoracion
Documentos multimodales: posibilidades y valoracionadaptabit
 
Mathematical figures accessibility CSUN 2014
Mathematical figures accessibility CSUN 2014Mathematical figures accessibility CSUN 2014
Mathematical figures accessibility CSUN 2014adaptabit
 
Unidiscat2013 ribera
Unidiscat2013 riberaUnidiscat2013 ribera
Unidiscat2013 riberaadaptabit
 
Com comunicar-nos de forma accessible per Internet
Com comunicar-nos de forma accessible per InternetCom comunicar-nos de forma accessible per Internet
Com comunicar-nos de forma accessible per Internetadaptabit
 
Csun pse-006-presentation-2013 v2.1
Csun pse-006-presentation-2013 v2.1Csun pse-006-presentation-2013 v2.1
Csun pse-006-presentation-2013 v2.1adaptabit
 
Evaluating solutions to process, view and listen mathematical formula within ...
Evaluating solutions to process, view and listen mathematical formula within ...Evaluating solutions to process, view and listen mathematical formula within ...
Evaluating solutions to process, view and listen mathematical formula within ...adaptabit
 

Plus de adaptabit (11)

A proposal for the inclusion of accessibility criteria in the publishing work...
A proposal for the inclusion of accessibility criteria in the publishing work...A proposal for the inclusion of accessibility criteria in the publishing work...
A proposal for the inclusion of accessibility criteria in the publishing work...
 
Projecte campus multimodal
Projecte campus multimodalProjecte campus multimodal
Projecte campus multimodal
 
Centenari BiD: dones i tecnologia
Centenari BiD: dones i tecnologiaCentenari BiD: dones i tecnologia
Centenari BiD: dones i tecnologia
 
Consells pdf
Consells pdfConsells pdf
Consells pdf
 
Com ferpd fsaccessibles
Com ferpd fsaccessiblesCom ferpd fsaccessibles
Com ferpd fsaccessibles
 
Documentos multimodales: posibilidades y valoracion
Documentos multimodales: posibilidades y valoracionDocumentos multimodales: posibilidades y valoracion
Documentos multimodales: posibilidades y valoracion
 
Mathematical figures accessibility CSUN 2014
Mathematical figures accessibility CSUN 2014Mathematical figures accessibility CSUN 2014
Mathematical figures accessibility CSUN 2014
 
Unidiscat2013 ribera
Unidiscat2013 riberaUnidiscat2013 ribera
Unidiscat2013 ribera
 
Com comunicar-nos de forma accessible per Internet
Com comunicar-nos de forma accessible per InternetCom comunicar-nos de forma accessible per Internet
Com comunicar-nos de forma accessible per Internet
 
Csun pse-006-presentation-2013 v2.1
Csun pse-006-presentation-2013 v2.1Csun pse-006-presentation-2013 v2.1
Csun pse-006-presentation-2013 v2.1
 
Evaluating solutions to process, view and listen mathematical formula within ...
Evaluating solutions to process, view and listen mathematical formula within ...Evaluating solutions to process, view and listen mathematical formula within ...
Evaluating solutions to process, view and listen mathematical formula within ...
 

Dernier

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
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
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
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
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 

Dernier (20)

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
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
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........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
 
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
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

Mathematical Webs Accessibility CSUN 2014

  • 1. Miquel Centelles, Mireia Ribera, Inmaculada Rodríguez Adaptabit Group – University of Barcelona CSUN Conference 2014
  • 2.  The vision  The problem  Setting the stage  Our point of view  Our solution: MathML, OCR (InftyReader) and linked data  Results and future work March 2014 CSUN 2014 - Potential accessibility of mathematical webs 2
  • 3.  Teaching methodologies have shifted from content- based to skills-based learning.  A key business for teachers is the selection of web resources which serve as reference, extension and motivation to their students.  This selection is mainly based on content and source quality, but rarely considers accessibility criteria.  Accessibility criteria will be increasingly important. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 3
  • 4.  Still lots of non-accessible math web sites.  Why?  Interactivity. Formulae in graphics or videos.  Authoring tools automatic conversion to MathML ▪ Not fully reliable ▪ Often convert to images March 2014 CSUN 2014 - Potential accessibility of mathematical webs 4
  • 5.  Concerning accessibility in maths, several initiatives have been driven by publishers and libraries. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 5
  • 6.  Concerning the semantic meaning to mathematical formulae several initiatives link MathML with the semantic web.  Christoph Lange: a proposal to describe generic mathematical formulae.  OpenMath: a lightweight ontology to endorse the meaning of mathematical symbols.  HELM: the pioneer in representing structures of mathematical knowledge in RDF. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 6
  • 7.  To assess the potential accessibility of non- accessible math web sites?  Definition: Potential accessibility = The feasibility of converting them into accessible webs  To publish assessment results in a semantically-empowered way March 2014 CSUN 2014 - Potential accessibility of mathematical webs 7
  • 8.  How to accessibilize a Math web? Converting to MathML  Re-writing formulae <mrow> a &InvisibleTimes; <msup>x 2</msup> + b &InvisibleTimes; x + c </mrow>  Describing formulae in alternative text “A times square x plus b times x plus c”  Converting through OCR <mrow> a &InvisibleTimes; <msup>x 2</msup> + b &InvisibleTimes; x + c </mrow> March 2014 CSUN 2014 - Potential accessibility of mathematical webs 8
  • 9.  OCR is the best option:  Does not require expertise  OK for low resources  Can be done by the student March 2014 CSUN 2014 - Potential accessibility of mathematical webs 9
  • 10. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 10
  • 11.  First  Conceived for Web pages.  After  General format for exchanging mathematics.  Now  Provides accessible content for people with disabilities. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 11
  • 12. MathML support still incomplete but… March 2014 CSUN 2014 - Potential accessibility of mathematical webs 12
  • 13. Pros  Recognizes math symbols, converts them into ▪ LaTeX, ▪ XHTML and MathML. Cons  Strong requirements: ▪ Pure B&W ▪ High resolution (600 dpi) ▪ Standard ISO 80000-2:2009 March 2014 CSUN 2014 - Potential accessibility of mathematical webs 13
  • 14. The four principles of linked data publishing model:  Use URIs as names for things.  Use HTTP URIs so that people can look up those names.  When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL)  Include links to other URIs. so that they can discover more things. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 14
  • 15.  Opportunities for the data in accessibility reports:  To customize answers to user queries.  To generate data-enriched reports for managers, technicians (webmasters) and policy decision makers.  To enrich search engines results with accessibility results used as website quality indicators. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 15
  • 16. TWO KEY DECISIONS  Reuse a formal vocabulary: EARL  Use an open-source CMS: Drupal. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 16
  • 17.  EARL = Evaluation and Report Language  It is a simple vocabulary that describes test results, such as those generated by web accessibility evaluation tools.  It uses the RDF data model to define terms for expressing test results.  It is a W3C Working Draft. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 17
  • 18. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 18
  • 19.  A new controlled vocabularies for the Test Case class:  Containing 10 suitable criteria based on requirements of both InftyReader OCR software and ISO 80000-2:2009  Examples: ▪ C2-INFTYREADER: Image resolution must be equals or greater than 600 dpi. ▪ C3-ISO: An explicitly defined function not depending on the context is printed in Roman (upright) type, e.g. sin, exp, ln. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 19
  • 20.  A new controlled vocabularies for the Test Result class:  Containing 5 categories, based on the percentage of formulae correctly converted into MathML.  Examples: ▪ Failed conversion [0%-20%]: This web has a very low potential accessibility. ▪ Successful conversion [80%-100%]: This web has the maximum potential accessibility. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 20
  • 21. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 21
  • 22. Drupal is the first CMS with Semantic Web services ▪ Use by non-experts ▪ Drupal 7 publishes data in RDF format. Data model in RDF Data model in Drupal 7 Content type RDF class Field RDF property Node RDF resource March 2014 CSUN 2014 - Potential accessibility of mathematical webs 22
  • 23. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 23
  • 24. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 24
  • 25. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 25
  • 26. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 26
  • 27. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 27
  • 28. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 28
  • 29. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 29
  • 30. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 30
  • 31.  Most websites not accessible at all  Interactive  Non-interactive ▪ Formula images ▪ With very poor quality ▪ without alternative text. ▪ Formulae not following standards => OCR not working March 2014 CSUN 2014 - Potential accessibility of mathematical webs 31
  • 32. March 2014 CSUN 2014 - Potential accessibility of mathematical webs 32
  • 33.  Useful methodology?  Future work:  Using math ontologies ▪ OpenMath ▪ OMDoc  Adapt formulas to RDFa March 2014 CSUN 2014 - Potential accessibility of mathematical webs 33
  • 35. CSUN 2014 - Potential accessibility of mathematical webs Specification:  Analysis of data sources.  URI design.  Publishing license. Vocabularies and ontologies Transform into RDF Publication Exploitation 35March 2014

Notes de l'éditeur

  1. Thank you for your attention