<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:MastersThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/660/Recoloring-Web-Pages-For-Color-Vision-Deficiency-Users">
		<rdfs:label><![CDATA[Recoloring Web Pages For Color Vision Deficiency Users]]></rdfs:label>
		<pub:title><![CDATA[Recoloring Web Pages For Color Vision Deficiency Users]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2014-07-11T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Color vision begins with the activation of cone cells. When one of the cone cells dysfunction, color vision deciency (CVD) ensues. Due to CVD, users become unable to differentiate as many colors as a normal person can. Lack of this ability can lead to less rich web experience, incomprehension of basic information and even frustration. Solutions such as carefully choosing colors during the design or recoloring of web pages for CVD users exist. Nevertheless, extant solutions are limited in that: 1) they overlook the varying strength in terms of the relationships between pairs of colors from the same websites, and 2) they assume that the original web designers have followed the recommended guidelines with respect to the contrast ratio of related colors. To address the above limitations, we propose an improvement to a state-of-the-art recoloring tool in terms of the time complexity. More importantly, we present our tool, FBRecolor, which leverages the foreground-background relationship between colors in a web page to further improve the recoloring performance while preserving naturalness, pair-differentiability and subjectivity.  Furthermore, we introduce a new component into FBRecolor that takes into account of color contrast in selecting replacement colors according to W3C guidelines. The experiment results show that FBRecolor does better in preserving pair-differentiability and produces lower total cost solutions than SPRWeb. In addition, the results demonstrate that the proposed extension to FBRecolor improves the color contrast ratio of selected replacement colors for problematic websites.]]></pub:abstract>
		<pub:organization><![CDATA[Computer Science and Electrical Engineering]]></pub:organization>
		<pub:counter>1308</pub:counter>
		<pub:publisher><![CDATA[University of Maryland, Baltimore County]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Vikas/Bansal"><person:name><![CDATA[Vikas Bansal]]></person:name><rdfs:label><![CDATA[Vikas Bansal]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest rdf:resource="&rdf;nil" />
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Vikas/Bansal"><person:name><![CDATA[Vikas Bansal]]></person:name><rdfs:label><![CDATA[Vikas Bansal]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/711.pdf]]></pub:softCopyURI>
			<pub:softCopySize>2040898</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:MastersThesis>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
