<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Estimating users&apos; areas of research by publications and profiles on social networks</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Petr</forename><surname>Saloun</surname></persName>
							<email>petr.saloun@vsb.cz</email>
							<affiliation key="aff0">
								<orgName type="institution">VSB-Technical University of Ostrava</orgName>
								<address>
									<addrLine>17. listopadu</addrLine>
									<postCode>15, 70833</postCode>
									<settlement>Ostrava</settlement>
									<country key="CZ">Czech Republic</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Adam</forename><surname>Ondrejka</surname></persName>
							<email>adam.ondrejka.st@vsb.cz</email>
							<affiliation key="aff1">
								<orgName type="institution">VSB-Technical University of Ostrava</orgName>
								<address>
									<addrLine>17. listopadu</addrLine>
									<postCode>15, 70833</postCode>
									<settlement>Ostrava</settlement>
									<country key="CZ">Czech Republic</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ivan</forename><surname>Zelinka</surname></persName>
							<email>ivan.zelinka@vsb.cz</email>
							<affiliation key="aff2">
								<orgName type="institution">VSB-Technical University of Ostrava</orgName>
								<address>
									<addrLine>17. listopadu</addrLine>
									<postCode>15, 70833</postCode>
									<settlement>Ostrava</settlement>
									<country key="CZ">Czech Republic</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Estimating users&apos; areas of research by publications and profiles on social networks</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">075E890EA216EE9DC279B0627E6DAD8E</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T08:27+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>H.5.4 [Information Interfaces and Presentation]: Hypertext/Hypermedia-User issues; H.3.7 [Information Interfaces and Presentation]: Digital Libraries-User issues digital library</term>
					<term>identify user</term>
					<term>social media</term>
					<term>information retrieval</term>
					<term>natural language processing</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We focus on estimating a research area of a researcher/user by finding a unique identity in digital libraries and social networks and by analyse of public metadata of their publications and published information on social networks profiles. The lack of content of the metadata in some of the publications is solved by the information retrieval using techniques of NLP. We estimate the author's domain by extracting keywords from abstracts as well as by information published on social profiles. The result of this work is a design, an original algorithm and experimental verification of the algorithm.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">INTRODUCTION</head><p>There are situations in life when we need to find works of a specific researcher, for example when we organize a conference. One of the most common way to solve this problem is to search for the information about this researcher, either by looking at the institutions and his publications or by examining the topics he had on various conferences, and then create a profile of the researcher manually. With the boom of social networking people began to publish more openly accessible data than before. Using the data may reveal an interesting complement to the true identity of a person. Unfortunately, the expansion and the emergence of various social networks caused a relatively large fragmentation and users publish specific information about themselves to a social network focusing on the specific topic. The fact that people can have the same name is another obstacle, therefore it is necessary to verify that it is actually a profile of the right person and not of his namesake. The main objective of this work is to identify researchers on social networks and digital libraries. Based on the public information on these sites, we estimate the area of a person's research. The results are keywords that serve both as a description of the person and as an input for further research in finding suitable reviewers of publications presented at conferences and for detecting the violations of a copyright.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">ESTIMATING AREA OF AUTHOR'S RE-SEARCH</head><p>To find the right profiles we used a technique which compares specific attributes by different weights. Details are described in <ref type="bibr" target="#b1">[2]</ref>. We used a modified version shown in the Equation <ref type="formula" target="#formula_0">1</ref>(similar work is mentioned in <ref type="bibr" target="#b2">[3]</ref>).</p><formula xml:id="formula_0">simu,p = n i=0 wi • sim(ai,u, ai,p) if sim(aname) &gt; thname 0 otherwise<label>(1)</label></formula><p>where sim(aname) is similarity between author and user profile names, thname is threshold value to decide if names are the same or not, n is count of compared attributes, wi is weight of compared attributes, ap is set of user's profile attributes, au is set of user's attributes by his publications, sim(ai,u, ai,p) is similarity between attributes. The text comparison is done by fuzzy matching to include potential typing errors in attributes.</p><p>As shown in the Algorithm 1 the input is the name of the researcher. Then the search requests to all the digital libraries are executed and it downloads the publications. Each publication is then categorized by the defined criteria. Initially we eliminated all the articles that were similar or equal and were occurring in multiple libraries. Then we categorize the publications by affiliations using the text similarity algorithm and also by their co-authors. Now we have groups of possible unique authors. There is an issue now with the author publishing on his own or being active in multiple affiliations, because then the algorithm divides him into more groups. To handle the situation, we included a comparison with user's connections retrieved from social networks and additional information about skills, experiences and so on. After that we categorized the keywords by social profile similarity. We found all the profiles associated with the researcher name. Then we tried to find common connections and affiliations, and if there were at least one in each pair we would assign them together with the compared social profiles. The process was repeated for every found co-authors and referred publications with the input of the previously found authors, so the results would be more accurate. People with the same name are not merged into one identity, because of the classification by connections and affiliates. It is highly unlikely that these people will have the same coauthors, friends and jobs. More information about a unique user identity is described in <ref type="bibr" target="#b0">[1]</ref>.</p><p>The research domain is obtained by analysing the keywords of all found publications and by extracting the additional information from the social profiles. Because of lacking and incompletely chosen keywords in many publications we had to use our original technique to get additional keywords from abstract. We do not go into detail describing our original technique, because of the page limit of this poster. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Data</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">EXPERIMENT</head><p>From the digital libraries we chose IEEExplorer<ref type="foot" target="#foot_0">1</ref> , ACM Digital Library<ref type="foot" target="#foot_1">2</ref> and SpringerLink<ref type="foot" target="#foot_2">3</ref> . In this work, the researchers are found on LinkedIn<ref type="foot" target="#foot_3">4</ref> and Researchgate<ref type="foot" target="#foot_4">5</ref> social networks. In the experiment we check if we can find unique identities and research domains of 180 randomly selected researchers. The search of user identities in digital libraries has been tested by at least 180 researchers, by downloading and analysing about 3100 publications (Table <ref type="table" target="#tab_1">1</ref>). The researchers were chosen randomly and included people of different nationalities. Initially there were users grouped only by co-authors and affiliates. There were 118 authors grouped correctly ("R") with rate 65 %. 3 authors had assigned other author's publications ("POA", 2 % error rate) because of fact that searched author had publications with namesake co-authors and it was poorly evaluated as same person, error rate in this case was 59 authors were not merged correctly ("NA"), there were too many created identities of which should be same one author. This was caused by publications with no or one co-author and different affiliations, it was not possible to find connection between them. Error rate of this category was 33 %. In the next step we included comparisons of authors by data found on their social profiles. 132 users were identified correctly (73 %) and to 3 same authors were again assigned wrong publications due to the same reasons, error rate remained 2 %. The only improvements were made in the case when one author was in two different groups ("NA") and when there were connections found in social profiles between them, so error rate decreased to 25 %.Finally we added comparisons by keywords between publications with a single author and publications with multiple authors. 166 users were identified correctly, correct rate increased to 92 %. There was no situation with a one author in more groups ("NA", error rate of this category decreased to 0 %). Unfortunately 14 users had assigned wrong publications ("POA"), error rate increased to 8 %. It was caused by errors in extracting of keywords and the associated bad detection of a similarity between researchers and publications.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">CONCLUSION</head><p>The goal of our work was to create algorithm to estimate research area of users by finding their identities in digital library and social networks and by analyse found data. As the results from our experiment show, the algorithm for identifying research identities on digital libraries and social networks was successful in 92 % of all the attempts in final. This work was the first step in the research of recommending publications to authors and finding violations of copyrights. We would want to try to add comparing authors' domains detected from publications and information on the Internet to classic full-text search approach. This work is input for further research in finding suitable reviewers of publications presented at conferences and for detecting the violations of a copyright.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">ACKNOWLEDGMENT</head><p>The following grant is acknowledged for the financial support provided for this research: Grant of SGS No. SP2014/42, VSB -Technical University of Ostrava, Czech Republic.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 :</head><label>1</label><figDesc>Experiment of finding identities</figDesc><table><row><cell></cell><cell cols="5">R POA NA Precision Recall</cell></row><row><cell>Co-authors</cell><cell>118</cell><cell>3</cell><cell>59</cell><cell>97 %</cell><cell>66 %</cell></row><row><cell cols="2">C-A + Social 132</cell><cell>3</cell><cell>45</cell><cell>98 %</cell><cell>74 %</cell></row><row><cell cols="2">C-A + S + K 166</cell><cell>14</cell><cell>0</cell><cell cols="2">92 % 100 %</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://ieeexplorer.ieee.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://dl.acm.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://www.springerlink.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://linkedin.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">http://www.researchgate.com</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Social relationships as a means for identifying an individual in large information spaces</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kostkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Barla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bielikova</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IFIP Advances in Information and Communication Technology</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Bramer</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">331</biblScope>
			<biblScope unit="page" from="35" to="44" />
		</imprint>
	</monogr>
	<note>Artificial Intelligence in Theory and Practice III</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">User profile matching in social networks</title>
		<author>
			<persName><forename type="first">E</forename><surname>Raad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Chbeir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dipanda</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Network-Based Information Systems (NBiS), 2010 13th International Conference on</title>
				<imprint>
			<date type="published" when="2010-09">Sept 2010</date>
			<biblScope unit="page" from="297" to="304" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">User identification across social networks using the web profile and friend network</title>
		<author>
			<persName><forename type="first">J</forename><surname>Vosecky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">Y</forename><surname>Shen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IJWA</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="23" to="34" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
