<?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">Exploring the Applicability of Formal Concept Analysis on Market Intelligence Data</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Constantinos</forename><surname>Orphanides</surname></persName>
							<email>c.orphanides@shu.ac.uk</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Arts, Computing, Engineering and Sciences</orgName>
								<orgName type="laboratory">Conceptual Structures Research Group Communication and Computing Research Centre</orgName>
								<orgName type="institution">Sheffield Hallam University</orgName>
								<address>
									<settlement>Sheffield</settlement>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Exploring the Applicability of Formal Concept Analysis on Market Intelligence Data</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">430D4DC3B7D0045B8185939152D640D7</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T07:03+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper examines and identifies issues associated with the applicability of FCA on sample data provided by a CUBIST use-case partner. The paper explains the various steps related to the transformation of these data to formal contexts, such as preprocessing, cleansing and simplification, as well as preprocessing and limitation issues, by using two FCA tools currently being developed in CUBIST, FcaBedrock and InClose. The paper demonstrates what is achievable to date, using the above-mentioned tools and what issues need to be considered to achieve more meaningful and intuitive FCA analyses. The paper concludes by suggesting and explaining techniques and features that should be implemented in later iterations of these tools, to deal with the identified barriers. This work has been carried out as a part of the European CUBIST FP7 Project: http://www.cubist-project.eu</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>It has been shown that a variety of datasets can be converted into formal contexts <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b1">2]</ref> by a process of discretising and Booleanising the data <ref type="bibr" target="#b9">[10]</ref>. However, depending on the nature of the dataset, manual or automated means of preprocessing have to be deployed first, in order for FCA to be succesfully carried out. Although the open-source and freely available FCA tools currently being developed in CUBIST, FcaBedrock <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b5">6]</ref> and InClose <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b8">9]</ref>, are configured to cater for most preprocessing and data cleansing issues <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>, further issues might arise: types of attribute that have not been catered for or considered so far, such as free-text data and data inconsistencies.</p><p>This paper attempts to identify such issues, by conducting FCA on a dataset provided by Innovantage, a CUBIST use-case partner, providing market and competitive intelligence in the United Kingdom. The paper concludes on further work and explains what techniques will be deployed, in later iterations of the tools, to cater for the issues identified while analysing the specific dataset.</p><p>The specific dataset consists of job vacancies advertised on the United Kingdom's leading job boards, as well as employers' own websites, tracked in real-time using Innovantage's proprietary software. The dataset is in XML format and has been extracted from a MySQL RDBMS. The dataset comprises of 900 jobs accompanied by their details:</p><p>-Title: The job's title.</p><p>-Description: A brief description outlining the requirements of the job.</p><p>-Date Found: The exact time of when the job was tracked.</p><p>-URL: The website where the job was found at.</p><p>-Raw Location: The location of the employer.</p><p>-Raw Salary: The advertised salary, sometimes also including information about bonuses and benefits.</p><p>An example of a job entry is shown below (File 1). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Data Conversion Process</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Preprocessing</head><p>Some issues surfaced during preprocessing, mainly due to the XML file failing to render properly because of illegal, non-UTF-8 characters contained in the data, possibly related to the automated process in which jobs are tracked and recorded. This was worked-around by parsing the XML file using a custommade algorithm and removing all illegal characters and symbols, without loss of information and without affecting the quality of the data. The XML file was then loaded in MS Excel and converted to CSV (Figure <ref type="figure" target="#fig_0">1</ref>), as FcaBedrock does not currently support XML as input.</p><p>Another issue that affected the analysis was the fact that free-text attributes, as their name implies, are inconsistent, mostly due to the fact that the recorded data originate from various sources. Taking the 'Raw Location' attribute as an example, a job's location can be recorded as "Manchester" for one job, "Manchester, United Kingdom" for another job and "Greater Manchester" for another job. The same problem applied for the 'Raw Salary' attribute, as some employers use ranges (e.g "15000-20000"), some use finite values and also include currencies (e.g. "18000 GBP") and others also include additional information (e.g. "25000 per annum, negotiable"). For this type of free-text attribute to be succesfully and meaningfully converted, some kind of Semantic Extract Transform Load (SETL) or Natural Language Processing (NLP) process would be required first, in order to identify values. As such, the data had to be manually modified; 100 jobs were randomly selected from the lot and had the above-mentioned attributes reconfigured for consistency. In addition, some attributes were excluded from the analysis; in particular, 'Description' was excluded as it is not an attribute, but rather the title (or descriptive annotation) of the object, although it could be useful as part of the case-study in terms of adding meaning to an analysis. The 'Date Found' attribute was also excluded, as all of the jobs in the dataset were tracked on the same date, thus adding no specific value to the analysis. The 'URL' attribute was excluded, as URLs are unique for each job posted (thus considered free-text data). In terms of reconfiguring attributes, the 'Raw Location' attribute was configured to hold only city names and the 'Raw Salary' attribute was configured to be purely numeric. An extra attribute was created to hold additional information originally contained in the 'Raw Salary' attribute, such as whether the salary is negotiable or not. This resulted in four attributes remaining: 'Title', 'Raw Location', 'Raw Salary' and 'Negotiable Salary' (the new attribute that resulted during preprocessing). A screenshot showing how the dataset looks after preprocessing is shown at Figure <ref type="figure" target="#fig_2">2</ref>   </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Transforming the Dataset into a Formal Context</head><p>The dataset was loaded in FcaBedrock and the 'Title' attribute was excluded from the analysis, using the attribute exclusion feature. The metadata autodetection feature of FcaBedrock was used to avoid entering metadata manually (Figure <ref type="figure">3</ref>).</p><p>Converting the dataset with FcaBedrock resulted in a formal context with 67 formal attributes. Feeding the formal context in InClose resulted in 110 formal concepts; although not quite a large amount, the concepts had to be reduced to an amount where the concept lattice would be readable and manageable. Over a trial-and-error process, using InClose and the well-known idea Fig. <ref type="figure">3</ref>. Autodetecting the metadata in FcaBedrock. of minimum-support (a semi-automated form of lattice 'iceberging' <ref type="bibr" target="#b11">[12]</ref>), the minimum-support for the intent was set to 2 and the minimum-support for the extent was set to 5. This resulted in 9 concepts. When visualised in ConExp <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b4">5]</ref>, however, 20 concepts are displayed. This is because where the large concepts 'overlap', other concepts are found during a second pass of concept mining, with no minimum support, when producing the concept lattice <ref type="bibr" target="#b3">[4]</ref>. In this way, possibly significant concepts, that would not have satisfied the initial minimumsupport are retained and a complete hierarchy is maintained in the resulting concept lattice (Figure <ref type="figure" target="#fig_3">4</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Analysis</head><p>Even with a small amount of objects and attributes, interesting information can be extracted from the lattice. For example, all non-negotiable salaries are the ones that fall in the £40000-60000 range, while the negotiable salaries fall in the £20000-40000 range. For salaries where it is undefined (or unknown) if they are negotiable, there seems to be no distinct indication as to why this is the case.</p><p>As for salaries in the £9240-20000 range, they all fall under the 'sal negotiable- n' and 'sal negotiable-?' attributes, with a 50-50 ratio. The overall conclusion indicates that for high-end salaries negotiation is not an option, while negotiation is possible for mid-end salaries. Interesting is the fact that low-end salary jobs tend not to specify whether their salaries are negotiable or not, though when they do they are not negotiable. Why is that the case? Questions of these nature require further investigation.</p><p>While the insights provided by the resulting lattice might not be groundbreaking, a close collaboration of the FCA analyst with the domain expert would help in refining the requirements, to produce meaningful business questions that would be more suitable for analysis of such data. For example, the domain expert might want to investigate why employers tend to not specify or negotiate jobs with low-end salaries. Could it have something to do with their geographic location or the domain of the job? Such kind of analysis is perfectly feasible in FCA, by restricting the context to specific attributes (and attribute values) of interest. Figure <ref type="figure" target="#fig_4">5</ref> shows how this can be done in FcaBedrock, where the location was restricted to London, Manchester and Birmingham, the raw salary was restricted to low-end only and the negotiable salary attribute was set to unknown. As such, the business question has been redefined to "display jobs in London, Manchester or Birmingham with low-end salaries, where salary negotiation is unknown or unspecified". </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Further Work</head><p>It is evident that as new data sources and data types are introduced, more preprocessing issues arise. With regards to the tools used in this analysis (FcaBedrock and InClose), further development is currently in process and various issues, mentioned below, are already being considered.</p><p>In terms of data sources, XML should be added as a default data source, to avoid XML-to-CSV transformations. Pulling data directly from an RDBMS source would be quite useful as well, by selecting specific database tables, or even specific columns from each table, to use in the analysis. Manipulation of RDF data are of high importance as well, given the fact that CUBIST revolves around semantic technologies.</p><p>Free-text data have proven to be not suitable for FCA, unless some kind of Semantic ETL or NLP process, in order to identify values, is deployed first. Use of thesauri, such as the approach described in <ref type="bibr" target="#b10">[11]</ref>, to tokenize free-text data into categories could prove useful as well, although whether these kind of processes will be manual, semi-automated or automated remain research questions which require further study.</p><p>Another feature that would be particularly useful would be to embed additional functionality in the autodetection features of FcaBedrock, particularly for selecting appropriate scales and intervals for continuous attributes. Understanding the true nature of a continuous attribute at the moment, using FcaBedrock, is only feasible when datasets include documentation, such as the ones in the UCI Machine Learning Repository <ref type="bibr" target="#b6">[7]</ref>, or by manually investigating the data. As such, suggesting ranges and scales, using the same 'guided automation' approach that FcaBedrock uses <ref type="bibr" target="#b2">[3]</ref> would make analyzing such attributes more meaningful and insightful.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusion</head><p>The paper has explored the application of FCA within a market intelligence scenario, using real-life data from a CUBIST use-case partner, deploying freelyavailable and open-source FCA tools, currently being developed in CUBIST, for the analysis. Several preprocessing issues have been identified and suggestions, techniques and features have been proposed for further work.</p><p>Although the work presented in this paper is still at an early stage, it demonstrates how the market data and FCA communities can benefit from each other. The market data community has provided new challenges that FCA has to consider, mostly in terms of usability and user-friendliness. Within the context of CUBIST, we envisage that the market data analysts will be able to conduct FCA analysis on their data, without collaborating with FCA experts.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. XML-to-CSV transformation of the dataset.</figDesc><graphic coords="3,137.60,115.84,340.16,255.13" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>below.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Final version of the dataset, after preprocessing.</figDesc><graphic coords="4,151.77,269.05,311.81,198.43" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Visualising the resulting formal context in ConExp.</figDesc><graphic coords="6,137.60,115.84,340.16,255.13" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. Using FcaBedrock's restriction capabilities to focus the analysis on specific attributes and attribute values.</figDesc><graphic coords="7,137.60,115.83,340.16,255.12" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="5,137.60,115.83,340.16,255.13" type="bitmap" /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgement This work is part of the CUBIST project ("Combining and Uniting Business Intelligence with Semantic Technologies"), funded by the European Commission's 7th Framework Programme of ICT, under topic 4.3: Intelligent Information Management. More information on the project can be found at http://www.cubist-project.eu</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">In-Close, A Fast Algorithm for Computing Formal Concepts</title>
		<author>
			<persName><forename type="first">S</forename><surname>Andrews</surname></persName>
		</author>
		<ptr target="http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-483/" />
	</analytic>
	<monogr>
		<title level="m">ICCS&apos;09</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Rudolph</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Dau</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><forename type="middle">O</forename><surname>Kuznetsov</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Data Conversion and Interoperability for FCA</title>
		<author>
			<persName><forename type="first">S</forename><surname>Andrews</surname></persName>
		</author>
		<ptr target="http://www.kde.cs.uni-kassel.de/ws/cs-tiw2009/proceedings_final_15July.pdf" />
	</analytic>
	<monogr>
		<title level="m">CS-TIW 2009</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="42" to="49" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">FcaBedrock, a Formal Context Creator</title>
		<author>
			<persName><forename type="first">S</forename><surname>Andrews</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Orphanides</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICCS 2010</title>
		<title level="s">LNAI</title>
		<editor>
			<persName><forename type="first">M</forename><surname>Croitoru</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Ferre</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Lukose</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin/Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">6208</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Analysis of Large Data Sets using Formal Concept Lattices</title>
		<author>
			<persName><forename type="first">S</forename><surname>Andrews</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Orphanides</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th International Conference on Concept Lattices and Their Applications (CLA) 2010</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Kryszkiewicz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Obiedkov</surname></persName>
		</editor>
		<meeting>the 7th International Conference on Concept Lattices and Their Applications (CLA) 2010<address><addrLine>Seville</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="104" to="115" />
		</imprint>
		<respStmt>
			<orgName>University of Seville</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<ptr target="http://sourceforge.net/projects/conexp" />
		<title level="m">ConExp (Concept Explorer</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<ptr target="http://sourceforge.net/projects/fcabedrock" />
		<title level="m">FcaBedrock Formal Context Creator</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Frank</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Asuncion</surname></persName>
		</author>
		<ptr target="http://archive.ics.uci.edu/ml" />
		<title level="m">UCI Machine Learning Repository</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Conceptual Scaling</title>
		<author>
			<persName><forename type="first">B</forename><surname>Ganter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Wille</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Applications of Combinatorics and Graph Theory to the Biological and Social Sciences. IMA</title>
				<editor>
			<persName><forename type="first">F</forename><surname>Roberts</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin-Heidelberg-New York</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1989">1989</date>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="139" to="168" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<ptr target="http://sourceforge.net/projects/inclose" />
		<title level="m">InClose Formal Concept Miner</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Using Formal Concept Analysis for the Extraction of Groups of Co-expressed Genes</title>
		<author>
			<persName><forename type="first">M</forename><surname>Kaytoue-Uberall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Duplesssis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Napoli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">MCO 2008</title>
				<editor>
			<persName><forename type="first">Le</forename><surname>Thi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Bouvry</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Pham Dinh</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename></persName>
		</editor>
		<meeting><address><addrLine>Berlin/Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="439" to="449" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Formal Concept Analysis in Knowledge Discovery</title>
		<author>
			<persName><forename type="first">J</forename><surname>Poelmans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Elzinga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Viaene</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Dedene</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICCS 2010</title>
		<title level="s">LNAI</title>
		<editor>
			<persName><forename type="first">M</forename><surname>Croitoru</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Ferre</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Lukose</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin/Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">6208</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Conceptual Clustering with Iceberg Concept Lattices</title>
		<author>
			<persName><forename type="first">G</forename><surname>Stumme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Taouil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Bastide</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Lakhal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of GI-Fachgruppentreffen Maschinelles Lernen&apos;01</title>
				<meeting>GI-Fachgruppentreffen Maschinelles Lernen&apos;01<address><addrLine>Universitat Dortmund</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="volume">763</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">System of data analysis &quot;Concept Explorer</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Yevtushenko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Russian). Proceedings of the 7th national conference on Artificial Intelligence KII-2000</title>
				<meeting><address><addrLine>Russia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
			<biblScope unit="page" from="127" to="134" />
		</imprint>
	</monogr>
</biblStruct>

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