<?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">Linking Specialized Online Medical Discussions to Online Medical Literature</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sam</forename><surname>Stewart</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Computer Science</orgName>
								<orgName type="laboratory">NICHE Research Group</orgName>
								<orgName type="institution">Dalhousie University</orgName>
								<address>
									<settlement>Halifax</settlement>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Syed</forename><surname>Sibte</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Raza</forename><surname>Abidi</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Computer Science</orgName>
								<orgName type="laboratory">NICHE Research Group</orgName>
								<orgName type="institution">Dalhousie University</orgName>
								<address>
									<settlement>Halifax</settlement>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Allen</forename><surname>Finley</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">IWK Health Centre/Dalhousie University</orgName>
								<address>
									<settlement>Halifax</settlement>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Linking Specialized Online Medical Discussions to Online Medical Literature</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">F2DA04C7FDEB556DE98DEC2ED6DA991A</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-19T15:35+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>The medical web comprises both medical communities engaged in discussions about specialized topics and a vast array of medical articles available through web-based databases. In this paper we present a knowledge linkage strategy that links online specialized medical discussions with corresponding online medical articles. The idea is to link the experiential knowledge generated in online medical discussions by a virtual community of specialized medical practitioners with the explicit knowledge available in online medical literature archives. We have developed a specialized medical literature search algorithm, based on the principles of the Extended Boolean Information Retrieval algorithm [6], to retrieve a ranked list of medical articles associated with the specialized medical discussion. The medical literature search algorithm is part of our knowledge linkage strategy that involves the generation of topic-specific discussion threads from online discussions, formulation of highly specialized search queries based on a specialized discussion thread and retrieval of published medical articles from PubMed that are closely related to the online discussion. We have applied our knowledge linkage strategy to the specialized medical topic of Pediatric Pain Management, and have achieved an improvement in the positive return rate (recall) from 55% to 70% in terms of linking online medical discussions to the correct medical articles.</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>Web 2.0 technologies are embraced by medical practitioners for collaborative case solving, professional communications, knowledge sharing, medical education, patient interactions and so on. From a knowledge and experience sharing perspective, online discussion forums and mailing lists provide a viable medium for medical professionals to virtually engage in discussions around specialized medical topics. The ensuing discussions, which constitute a thread of emails or postings by medical professionals from different parts of the world with varying degrees of expertise and experience, entail practical know-how in terms of what worked and what did not work, recommendations and solutions to unusual cases and references to domain experts or published evidence. Such online discussions are a vital resource for experiential medical knowledge emanating from a community of medical practitioners. Notwithstanding the utility of online discussions on specialized medical topics, medical practitioners like to correlate the recommendations with published medical literature for use in clinical decision-making. The process of searching for information within specialized domains, however, is a key challenge within the medical community. Studies have shown that the lack of clinical knowledge about specialized subjects, such as pediatric pain, have lead to incorrect interventions <ref type="bibr" target="#b1">[2]</ref>. These problems tend to be exacerbated by the fact that specialized practitioners do not often have the time to meet and share information face-to-face, forcing them to rely on their own search strategies to retrieve information from published resources.</p><p>Linking specialized online medical discussions to online medical literature poses an information retrieval challenge because the specialized discussions are context-sensitive, spanning multiple emails/postings and encapsulate concepts from multiple sources. A medical practitioner seeking medical articles corresponding to the online discussion is therefore required to formulate a focused search query that captures the discussion's context, uses the prevalent terms and is posted to the right online medical literature archive. It may be noted that the process of finding research articles related to a specialized topic amongst the nineteen million different articles available on the online database of Pubmed is a challenging task, and can be even more challenging for specialized fields for which there is less published literature. This paper presents a medical literature retrieval strategy that automatically comprehends a specialized online discussion to formulate a search query that retrieves relevant medical articles from a web of medical literature archives (in particular the online databases of Pubmed). In this way, we establish knowledge linkages between the experiential knowledge encapsulated within online medical discussions with explicit knowledge stored in online medical literature archives.</p><p>In this paper we present our knowledge linkage strategy that involves a sequence of steps, starting from forming topic-specific discussion threads to formulating highly specialized search queries based on a specialized discussion thread to retrieving a set of published articles from PubMed that are closely related to the online discussion (see figure <ref type="figure" target="#fig_0">1</ref>). We have developed a specialized medical literature search algorithm, based on the principles of the Extended Boolean Information Retrieval algorithm <ref type="bibr" target="#b5">[6]</ref>, that incorporates both weighted and unweighted query terms (keywords derived from the selected medical discussion) to retrieve a ranked list of medical articles associated with the specialized discussion. We use Metamap <ref type="bibr" target="#b0">[1]</ref>, a program designed by the National Library of Medicine for processing the free-form medical text of the discussions to a set of medical keywords based on the MeSH lexicon. The choice of MeSH terminology is quite natural since the PubMed data is indexed by MeSH keywords. We have applied our knowledge linkage strategy to the specialized medical topic of Pediatric Pain Management that features a Pediatric Pain Mailing List (PPML) with over 700 subscribers. Our results show that the application of our special-ized medical literature search algorithm has improved the positive return rate (recall) from 55% to 70% which is a significant improvement in terms of linking online medical discussions to the right medical articles.  <ref type="formula">3</ref>) linked to formal medical terms. These terms are then (4) used in a novel search strategy to obtain a ranked list of papers, which are then (5) returned to the practitioners.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">Pediatric Pain</head><p>Pediatric pain management is an example of a specialized medical domain that can benefit from knowledge linkage. Pediatric pain is a complex subject that is dispersed across multiple departments within a hospital. It is difficult to manage, as children lack the ability to properly express their pain <ref type="bibr" target="#b1">[2]</ref>, which can lead to incorrect interventions. To compound the problem, healthcare practitioners do not receive proper training in the management of pediatric pain <ref type="bibr" target="#b2">[3]</ref>, and the multidisciplinary nature of the subject makes it difficult for pediatric pain practitioners to meet and discuss their issues face-to-face. The PPML is an example of a web 2.0 tool that has provided an electronic link between clinicians working in different departments and hospitals around the world. The PPML has over 700 subscribers and over 13,000 messages, all archived, making it an excellent candidate for knowledge linkage. The conversations on the mailing list will be processed using the program Metamap, which will provide a list of pertinent medical keywords extracted from the MeSH lexicon.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Metamap</head><p>Metamap is a Natural Language Processing (NLP) tool designed to parse freeform medical text and connect it to formal medical terms from selected medical lexicons. For this project the lexicon being used is the MeSH vocabulary, but Metamap has the ability to map to any lexicon in the Universal Medical Language System (UMLS), such as SNOMEDCT or ICD9. Metamap has been used in several other projects to link free form medical texts to formal medical terms <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>. For more details on its use see Aronson's introductory work <ref type="bibr" target="#b0">[1]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Methods</head><p>The objective of the search strategy is to passively link the conversations on the mailing list to pertinent published literature. This means that the MeSH terms produced by the mapping process and their scores must be leveraged by the search strategy to produce a ranked list of papers associated with that conversation. Other projects that have looked to make information retrieval in the medical domain easier have looked at ways to improve clinicians active search strategies, through better search algorithms and interfaces <ref type="bibr" target="#b7">[8]</ref>. This project takes a different approach, choosing to perform the search automatically without requiring clinician input. The resulting set of papers will be provided without requiring any input from the user, vastly increasing the speed of the knowledge linkage process. If the resulting set of papers is not optimal then the set of ranked MeSH terms returned can be used to inform a manual search.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Search Strategy</head><p>The search strategy is based on the Extend Boolean Information Retrieval (eBIR) algorithm developed by Salton et al <ref type="bibr" target="#b5">[6]</ref>. The algorithm builds on the traditional boolean information retrieval approach by including both query and document weights for each of the keywords, and then using a p-norm calculation to assign a search score. This project will modify the eBIR algorithm to better fit automatic searching within specialized domains.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">eBIR and p-norms</head><p>Boolean information retrieval is the simplest form of information retrieval, in which query terms are joined by AND and OR operators, and any papers matching the query are returned. There a several problems with the boolean information retrieval model. First, it is often difficult to manage the size of the returned set of papers; complex searches can easily return no papers, yet removing a search term can result in a set of several thousand papers. Second, there is no ranking of the papers returned. Third, there is no way to assign importance to specific keywords. Finally, there is a problem with the structure of the searches; if ten query terms are join by AND operators, then papers that match nine of the terms but not the tenth are not returned. In the context of this project the boolean search strategy is particularly ineffective, as it does not make use of the Metamap scores at hand, and there are far too many query terms associated with a conversation to retrieve a manageable set of papers.</p><p>To remedy this problem Salton et al. developed a system that incorporates term weights to aid in the search process. The eBIR algorithm allows weighting of both the paper keywords and the query terms. For this project there are no weights for the document keywords (which are assigned by the authors manually via Pubmed), but the Metamap scores can be used as query weights, with higher weights indicating more confidence in the search term. Though the eBIR algorithm suggests that weights should be in the range of [0,1], there is no reason mathematically that they cannot be in the range of [0,∞], and thus no transformation of the Metamap scores is required.</p><p>The eBIR algorithm uses the idea of p-norms to measure the score of a set of OR or AND terms. Let the set of query terms be represented A = {(A 1 , a 1 ), . . . , (A n , a n )}, where A i is the i th query term, and a i is the associated score. Let a document D be represented by the set D = {d A1 , d A2 , . . . , d An } where d Ai is the weight associated with keyword term i in that specific document. Since this project does not allow for weighted document keywords d Ai = 0 or 1. Let the query Q OR(p) = {(A 1 , a 1 ) OR p . . . OR p (A n , a n )} by the set of query terms linked by OR, and let the query Q AN D(p) = {(A 1 , a 1 ) AND p . . . AND p (A n , a n )} by the set of query terms linked by AND. The p-norm scores for each of the searches is given in equations ( <ref type="formula" target="#formula_0">1</ref>) and <ref type="bibr" target="#b1">(2)</ref>.</p><formula xml:id="formula_0">sim(D, Q OR(p) ) = a p 1 d p A1 + a p 2 d p A2 + . . . + a p n d p An a p 1 + a p 2 + . . . + a p n 1/p<label>(1)</label></formula><formula xml:id="formula_1">sim(D, Q AN D(p) ) = 1 − a p 1 (1 − d A1 ) p + . . . + a p n (1 − d An ) p a p 1 + . . . + a p n 1/p<label>(2)</label></formula><p>The selection of p effects the relative strengths of the returned scores. Selecting p = ∞ results in a standard boolean information retrieval model, while selecting p = 1 results in a vector-space model <ref type="bibr" target="#b6">[7]</ref>, in which the ANDs and ORs are ignored and the papers are ranked by the sum of the query terms that appear in each paper.</p><p>For this project the simplest form of an eBIR algorithm would be to link all the terms returned by Metamap using an OR operator. Let the set M = {(M 1 , m 1 ), (M 2 , m 2 ), . . . (M n , m n )} be the MeSH terms and their scores for a particular conversation. Then the query would be given in equation ( <ref type="formula">3</ref>), and the score calculation for paper D would be given by equation <ref type="bibr" target="#b3">(4)</ref>.</p><formula xml:id="formula_2">Q OR = [M 1 OR M 2 OR M 3 . . . M n ] (3) sim(D, Q OR(p) ) = m p 1 d p M1 + m p 2 d p M2 + . . . + m p n d p Mn m p 1 + m p 2 + . . . + m p p 1/p<label>(4)</label></formula><p>Note that the selection of p is key to the function of the p-norm calculation and subsequently the eBIR algorithm. Setting p = 1 makes sense theoretically, as the principle behind the OR(p) operator is to return the papers that match the most number of terms in the query set, so equation ( <ref type="formula" target="#formula_2">4</ref>) could be reduced to sim(D, Q OR ) = m i d i , where d i is an indicator of whether term i is a keyword for the paper.</p><p>The problem with the eBIR algorithm is that it is not well suited for specialized domains. The Metamap program extracts keywords that represent the conversation within the mailing list, but keywords such as Pediatrics and Pain are implicitly representative of all conversations on the list, whether or not they are particularly suited to the conversation. This problem needs to be addressed, to make sure that the search strategy is focusing on the correct body of literature.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Modified Information Retrieval Algorithm</head><p>To solve the problem of specialized domains it was decided that a specialized filter would be added, adding an AND operator to the query. The objective of the specialized filter is to focus the search on papers relevant to the specialized subject. One has to be careful, however, to not over-restrict the search by filtering out useful papers. To this end an age-group filter is added, to ensure that all papers returned are relevant to the pediatric population. The new query would modify equation 4 by adding Infant, Child and Adolescent to the set of MeSH terms, as demonstrated in equation <ref type="bibr" target="#b4">(5)</ref>.</p><formula xml:id="formula_3">Q = [Inf ant OR Child OR Adolescent] AND [M1 OR M2 OR M3 . . . Mn]<label>(5)</label></formula><p>If the eBIR algorithm were used then the next step would be to apply query weights to the terms in the specialized filter and then find a suitable value for p. This project decided instead to modify the eBIR algorithm slightly, by combining the idea of strict boolean searching with a weighted query.</p><p>The final search algorithm leverages the eBIR idea of weighting queries, but adds a strict filter that reduces the search field to only those papers that match the age filter. This filter has the effect of focusing the search strictly on papers that focus on the pediatric population. The score for paper D is therefore calculated using the equation 6. The equation uses the same calculation as the eBIR algorithm, but requires the presence of one of the age group keywords. Let d I , d C and d A be the indicators of whether the paper contains the MeSH terms Infant, Child or Adolescent respectively.</p><formula xml:id="formula_4">sim(D, Q) = [1 − (1 − d I )(1 − d C )(1 − d A )](m 1 d M1 + m 2 d M2 + . . . + m n d Mn ) (6)</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Results</head><p>This is an example of a single conversation from the PPML. Response: From personal experience, Proparacaine (Alcaine(r) in the U.S.) anesthetic eye drops are almost painless on instillation; they do not provide as deep anesthesia as tetracaine but burn much less and usually provide sufficient conjunctival and corneal anesthesia. ... A sample of the MeSH terms associated with this conversation are available in table <ref type="table">1</ref>, and seem to be a reasonable representation of the conversation. The full set of MeSH terms was used in the search strategy to retrieve the set of papers, the top two of which were as follows:</p><p>- These papers seem to be pertinent to the subject being discussed. This example demonstrates the effectiveness of the system, and its ability to provide published literature to supplement the information being shared online.  <ref type="table">1</ref>. A sample of the mappings corresponding to the sample conversation</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>MESH</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Evaluation</head><p>There is a challenge in evaluating a search strategy of this type. The strategy is specific to unstructured, medical conversations, and it is therefore not possible to apply the search strategy to traditional annotated information retrieval databases. Without an annotated database it is difficult to calculate precision and recall, the traditional measures of information retrieval systems. An alternative strategy for evaluation is therefore required.</p><p>The search strategy was tested on a sample of conversations from the PPML between 2007 and 2008. For each conversation Metamap was used to map the conversation to a set of MeSH terms. The MeSH terms were then fed to both search strategies (the eBIR algorithm and the modified algorithm), and the top 15 papers returned by each search were linked to the appropriate thread. The threads were evaluated to see if the set of papers returned was appropriate. A set of papers was deemed appropriate if at least one of the returned papers was relevant to the subject being discussed.</p><p>The results of the study were promising. For the eBIR algorithm 55% of the papers returned were deemed relevant to the thread. This percentage jumped up to 70% for the improved algorithm, a significant increase over the first attempt (p = 0.0025). The improvement is due to the filter, which restricted the search area to those papers relevant to the pediatric population.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>The purpose of knowledge linkage is to provide clinicians with quick access to evidence-based knowledge to supplement the tacit knowledge they share via web 2.0 communications. Because the information retrieval process is done passively, without clinician input, a robust algorithm is required that can consistently return pertinent medical knowledge. This paper has presented an algorithm that incorporates query weights to automatically produce a search query that is appropriate for specialized knowledge domains such as pediatric pain. The algorithm was built on the eBIR algorithm, and has been proven to significantly improve the relevance of the papers returned.</p><p>Future research should be directed at a larger study of the two algorithms, along with a comparison to a more sophisticated eBIR implementation. A better evaluation of the search strategy should be completed, including evaluating the precision and the recall of the strategy, and an implemented system should be tested to evaluate the overall usability of the system.</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. The knowledge linkage strategy. (1) Messages are extracted and (2) combined them into threads, where they are then (3) linked to formal medical terms. These terms are then (4) used in a novel search strategy to obtain a ranked list of papers, which are then (5) returned to the practitioners.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Question:</head><label></label><figDesc>We are looking at ways to decrease the pain of ocular flushing necessary when a child gets sand or spray in their eyes. I am really having a hard time finding any literature on what is the most comfortable solution to use (NS?RL)and what freezing drops to use(Prilocaine?) If anyone has a procedure, or protocol, or literature to share or can let know what you are using, I would really appreciate it. Right now we are using nothing.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>Boscia F et al. Combined topical anesthesia and sedation for open-globe injuries in selected patients. Ophthalmology:2003,110(8). -Snir M, et al. Efficacy of diclofenac versus dexamethasone for treatment after strabismus surgery. Ophthalmology:2000,107(10).</figDesc><table /></figure>
		</body>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>⋆ This work is carried out with the aid of a grant from the International Development Research Centre, Ottawa, Canada</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Effective mapping of biomedical text to the umls metathesaurus: The metamap program</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">R</forename><surname>Aronson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AMIA Symposium</title>
				<meeting>the AMIA Symposium</meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Children&apos;s experiences of pain in an accident and emergency department</title>
		<author>
			<persName><forename type="first">T</forename><surname>Atherton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Accident and Emergency Nursing</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="79" to="82" />
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Assessment and management of children&apos;s pain in community hospitals</title>
		<author>
			<persName><forename type="first">S</forename><surname>Caty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tourigny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Koren</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Advanced Nursing</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="638" to="645" />
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Identifying respiratory findings in emergency department reports for biosurveillance using metamap</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">W</forename><surname>Chapman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fiszman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">N</forename><surname>Dowling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">E</forename><surname>Chapman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">C</forename><surname>Rindflesch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">MEDINFO</title>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Voice capture of medical residents&apos; clinical information needs during an inpatient rotation</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">S</forename><surname>Chase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">R</forename><surname>Kaufman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">B</forename><surname>Johnson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">A</forename><surname>Mendonca</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American Medical Informatics Association</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="387" to="394" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Extended boolean information retrieval</title>
		<author>
			<persName><forename type="first">G</forename><surname>Salton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Fox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Commun ACM</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="1022" to="1036" />
			<date type="published" when="1983">1983</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A vector space model for automatic indexing</title>
		<author>
			<persName><forename type="first">G</forename><surname>Salton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">S</forename><surname>Yang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Commun ACM</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="page" from="613" to="620" />
			<date type="published" when="1975">1975</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Mesh up: effective mesh text classification for improved document retrieval</title>
		<author>
			<persName><forename type="first">D</forename><surname>Trieschnigg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Pezik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>De Jong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Kraaij</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Rebholz-Schuhmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Bioinformatics</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="page" from="1412" to="1418" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

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