<?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/555/Community-Detection-in-Twitter">
		<rdfs:label><![CDATA[Community Detection in Twitter]]></rdfs:label>
		<pub:title><![CDATA[Community Detection in Twitter]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2011-05-25T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[<p>Twitter has recently evolved into a source of social, political and real time information in addition to being a means of mass-communication and marketing. Monitoring
and analyzing information on Twitter can lead to invaluable insights, which might otherwise
be hard to get using conventional media resources. An important task in analyzing highly networked information sources like twitter is to identify communities that are formed. A
community on twitter can be defined as a set of users that have more links within the set than outside it.
<p>
<p>
We present a technique to devise a similarity metric between any two users on twitter
based on the similarity of their content, links and metadata. The link structure on Twitter can
be characterized using the twitter notion of followers, being followed and the @Mentions,
@Reply and @RT tags in tweets. Content similarity is characterized by the words in the
tweets combined with the hash-tags they are annotated with. Meta-data similarity includes similarity based on other sources of user information such as location, age and gender. We then use this similarity metric to cluster users into communities using spectral and bottom-up
agglomerative hierarchical clustering. We evaluate the performance of clustering using
different similarity measures on different types of datasets. We also present a heuristic to find
communities in twitter that take advantage of the network characteristics of twitter.<p>]]></pub:abstract>
		<pub:counter>3236</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/Mohit/Kewalramani"><person:name><![CDATA[Mohit Kewalramani]]></person:name><rdfs:label><![CDATA[Mohit Kewalramani]]></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/Mohit/Kewalramani"><person:name><![CDATA[Mohit Kewalramani]]></person:name><rdfs:label><![CDATA[Mohit Kewalramani]]></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/588.pdf]]></pub:softCopyURI>
			<pub:softCopySize>2474955</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>
