<?xml version="1.0" encoding="UTF-8"?>
<bibliography>
	<reference name="abi97" src="bibtex:article" src-info="bibtex:line-398" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Serge</givenname>
				<surname>Abiteboul</surname>
			</person>
			<person>
				<givenname>Dallan</givenname>
				<surname>Quass</surname>
			</person>
			<person>
				<givenname>Jason</givenname>
				<surname>McHugh</surname>
			</person>
			<person>
				<givenname>Jennifer</givenname>
				<surname>Widom</surname>
			</person>
			<person>
				<givenname>Janet L.</givenname>
				<surname>Wiener</surname>
			</person>
		</names>
		<date value="1997"/>
		<abstract>
			<richtext>
				<p>We present the Lorel language, designed for querying semistructured data. Semistructured data is becoming more and more prevalent, e.g., in structured documents such as HTML and when performing simple integration of data from multiple sources. Traditional data models and query languages are inappropriate, since semistructured data often is irregular: some data is missing, similar concepts are represented using different types, heterogeneous sets are present, or object structure is not fully known. Lorel is a user-friendly language in the SQL/OQL style for querying such data effectively. For wide applicability, the simple object model underlying Lorel can be viewed as an extension of the ODMG data model and the Lorel language as an extension of OQL. The main novelties of the Lorel language are: (i) the extensive use of coercion to relieve the user from the strict typing of OQL, which is inappropriate for semistructured data; and (ii) powerful path expressions, which permit a flexible form of declarative navigational access and are particularly suitable when the details of the structure are not known to the user. Lorel also includes a declarative update language. Lorel is implemented as the query language of the Lore prototype database management system at Stanford. Information about Lore can be found at http://www-db.stanford.edu/lore. In addition to presenting the Lorel language in full, this paper briefly describes the Lore system and query processor. We also briefly discuss a second implementation of Lorel on top of a conventional object-oriented database management system, the O2 system.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">International Journal on Digital Libraries</title>
		<number>1</number>
		<pages>68-88</pages>
		<title type="sharef:primaryTitle">The Lorel Query Language for Semistructured Data</title>
		<field type="bibtex:topic">lorel[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/journals/00799/bibs/7001001/70010068.htm</identifier>
		<volume>1</volume>
	</reference>
	<reference name="men97" src="bibtex:article" src-info="bibtex:line-411" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Alberto O.</givenname>
				<surname>Mendelzon</surname>
			</person>
			<person>
				<givenname>George A.</givenname>
				<surname>Mihaila</surname>
			</person>
			<person>
				<givenname>Tova</givenname>
				<surname>Milo</surname>
			</person>
		</names>
		<date value="1997"/>
		<abstract>
			<richtext>
				<p>The World Wide Web is a large, heterogeneous, distributed collection of documents connected by hypertext links. The most common technology currently used for searching the Web depends on sending information retrieval requests to "index servers" that index as many documents as they can find by navigating the network. One problem with this is that users must be aware of the various index servers (over a dozen of them are currently deployed on the Web), of their strengths and weaknesses, and of the peculiarities of their query interfaces. A more serious problem is that these queries cannot exploit the structure and topology of the document network. In this paper we propose a query language, WebSQL, that takes advantage of multiple index servers without requiring users to know about them, and that integrates textual retrieval with structure and topology-based queries. We give a formal semantics for WebSQL using a calculus based on a novel "virtual graph" model of a document network. We propose a new theory of query cost based on the idea of "query locality," that is, how much of the network must be visited to answer a particular query. We give an algorithm for characterizing WebSQL queries with respect to query locality. Finally, we describe a prototype implementation of WebSQL written in Java.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">International Journal on Digital Libraries</title>
		<number>1</number>
		<pages>54-67</pages>
		<title type="sharef:primaryTitle">Querying the World Wide Web</title>
		<field type="bibtex:topic">websql[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/journals/00799/bibs/7001001/70010054.htm</identifier>
		<volume>1</volume>
	</reference>
	<reference name="kil01" src="bibtex:article" src-info="bibtex:line-428" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Pekka</givenname>
				<surname>Kilpeläinen</surname>
			</person>
			<person>
				<givenname>Derick</givenname>
				<surname>Wood</surname>
			</person>
		</names>
		<date value="2001-09"/>
		<abstract>
			<richtext>
				<p>The Standard Generlized Markup Language (SGML) and the Extensible Markup Language (XML) allow users to define document-type definitions (DTDs), which are essentially extended context-free grammars expressed in a notation that is similar to extended Backus-Naur form. The right-hand side of a production, called a content model, is both an extended and a restricted regular expression. The semantics of content models for SGML DTDs can be modified by exceptions (XML does not allow exceptions). Inclusion exceptions allow named elements to appear anywhere within the content of a content model, and exclusion exceptions preclude named elements from appearing in the content of a content model. We give precise definitions of the semantics of exceptions, and prove that they do not increase the expressive power of SGML DTDs when we restrict DTDs according to accepted SGML practice. We prove the following results: 1. Exceptions do not increase the expressive power of extended context-free grammars. 2. For each DTD with exceptions, we can obtain a structurally equivalent extended context-free grammar. 3. For each DTD with exceptions, we can construct a structurally equivalent DTD when we restrict the DTD to adhere to accepted SGML practice. 4. Exceptions are a powerful shorthand notation — eliminating them may cause exponential growth in the size of an extended context-free grammar or of a DTD.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Information and Computation</title>
		<number>2</number>
		<pages>230-251</pages>
		<title type="sharef:primaryTitle">SGML and XML Document Grammars and Exceptions</title>
		<field type="bibtex:topic">sgml[0.7] xml[0.7]</field>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=501973</identifier>
		<volume>169</volume>
	</reference>
	<reference name="kei04" src="bibtex:article" src-info="bibtex:line-446" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Corey</givenname>
				<surname>Keith</surname>
			</person>
		</names>
		<date value="2004"/>
		<abstract>
			<richtext>
				<p>This paper describes the MARCXML architecture implemented at the Library of Congress. It gives an overview of the component pieces of the architecture, including the MARCXML schema and the MARCXML toolkit, while giving a brief tutorial on their use. Several different applications of the architecture and tools are discussed to illustrate the features of the toolkit being developed thus far. Nearly any metadata format can take advantage of the features of the toolkit, and the process of the toolkit enabling a new format is discussed. Finally, this paper intends to foster new ideas with regards to the transformation of descriptive metadata, especially using XML tools. In this paper the following conventions will be used: MARC21 will refer to MARC 21 records in the ISO 2709 record structure used today; MARCXML will refer to MARC 21 records in an XML structure.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Library Hi Tech</title>
		<number>2</number>
		<pages>122-130</pages>
		<title type="sharef:primaryTitle">Using XSLT to Manipulate MARC Metadata</title>
		<field type="bibtex:topic">marc[0.7] marcxml[0.8]</field>
		<identifier type="sharef:uri">http://taddeo.emeraldinsight.com/vl=985643/cl=94/nw=1/rpsv/cgi-bin/linker?ini=emerald&amp;reqidx=/cw/mcb/07378831/v22n2/s2/p122</identifier>
		<volume>22</volume>
	</reference>
	<reference name="rol00" src="bibtex:article" src-info="bibtex:line-463" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Colette</givenname>
				<surname>Rolland</surname>
			</person>
			<person>
				<givenname>Naveen</givenname>
				<surname>Prakash</surname>
			</person>
		</names>
		<date value="2000"/>
		<abstract>
			<richtext>
				<p>Conceptual modelling is situated in the broader view of information systems requirements engineering. Requirements Engineering (RE) explores the objectives of different stakeholders and the activities carried out by them to meet these objectives in order to derive purposeful system requirements and therefore lead to better quality systems, i.e., systems that meet the requirements of their users. Thus RE product models use concepts for modelling these instead of concepts like data, process, events, etc., used in conceptual models. Since the former are more stable than the latter, requirements engineering manages change better. The paper gives the rationale for extending traditional conceptual models and introduces some RE product models. Furthermore, in contrast to conceptual modelling, requirements engineering lays great stress on the engineering process employed. The paper introduces some RE process models and considers their effect on tool support.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Annals of Software Engineering</title>
		<number>1-4</number>
		<pages>151-176</pages>
		<title type="sharef:primaryTitle">From Conceptual Modelling to Requirements Engineering</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=u8k605t66123lp12</identifier>
		<volume>10</volume>
	</reference>
	<reference name="fan03" src="bibtex:article" src-info="bibtex:line-479" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Wenfei</givenname>
				<surname>Fan</surname>
			</person>
			<person>
				<givenname>Jérôme</givenname>
				<surname>Siméon</surname>
			</person>
		</names>
		<date value="2003-02"/>
		<abstract>
			<richtext>
				<p>Integrity constraints have proved fundamentally important in database management. The ID/IDREF mechanism provided by XML DTDs relies on a simple form of constraints to describe references. Yet, this mechanism is sufficient neither for specifying references in XML documents, nor for expressing semantic constraints commonly found in databases. In this paper, we extend XML DTDs with several classes of integrity constraints and investigate the complexity of reasoning about these constraints. The constraints range over keys, foreign keys, inverse constraints as well as ID constraints for capturing the semantics of object identities. They improve semantic specifications and provide a better reference mechanism for native XML applications. They are also useful in information exchange and data integration for preserving the semantics of data originating in relational and object-oriented databases. We establish complexity and axiomatization results for the (finite) implication problems associated with these constraints. In addition, we study implication of more general constraints, such as functional, inclusion and inverse constraints defined in terms of navigation paths.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Journal of Computer and System Sciences</title>
		<number>1</number>
		<pages>254-291</pages>
		<title type="sharef:primaryTitle">Integrity Constraints for XML</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.lfcs.inf.ed.ac.uk/research/database/publications/jcss03.pdf</identifier>
		<volume>66</volume>
	</reference>
	<reference name="bar99" src="bibtex:article" src-info="bibtex:line-496" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Judit</givenname>
				<surname>Bar-Ilan</surname>
			</person>
		</names>
		<date value="1999"/>
		<abstract>
			<richtext>
				<p>This paper examines the performance of search engines over time. The performance is not as expected: search engines loose information, relevant URLs that were retrieved at a given time by a certain search engine, were not retrieved by the same search engine at a later time, although they continued to exist and to be relevant. A closer examination of the these URLs revealed that not only URLs were dropped, but content was also lost for a large portion of these URLs: no other URL retrieved by the search engine contained the same information. As far as we know this aspect of the performance of search engines has not been thoroughly studied before. The problem is investigated through a case study, using the search phrase "informetrics OR informetric". The searches were carried out in one month intervals during a five months period between January and June 1998. An additional search round and comparison were carried out on June 1999. The six largest search engines at the time were examined.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Cybermetrics: International Journal of Scientometrics, Informetrics and Bibliometrics</title>
		<number>1</number>
		<title type="sharef:primaryTitle">Search Engine Results over Time — A Case Study on Search Engine Stability</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.cindoc.csic.es/cybermetrics/articles/v2i1p1.html</identifier>
		<volume>2/3</volume>
	</reference>
	<reference name="the01" src="bibtex:article" src-info="bibtex:line-507" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Mike</givenname>
				<surname>Thelwall</surname>
			</person>
		</names>
		<date value="2001"/>
		<abstract>
			<richtext>
				<p>Search engines are an important tool for information foraging on the web. The broad details of how they work is, therefore, of relevance to both information seekers and providers. Yet search engines are known to only index a fraction of the web, up to a maximum of 16% in one recent study. A search engine must crawl the web periodically in order to maintain an up to date index, but, given the limitations of total coverage, how can it decide which sites to cover and which to ignore? One answer lies in research showing the importance of web links in identifying useful sources of information. This paper reports on an experiment to investigate the effect of link count on the indexing of 1000 sites in three search portals over a period of seven months. It was found that, although all engines added sites during the period of the survey, only Google showed evidence of being very responsive to the existence of links on the test site, whereas AltaVista's results were very stable over time.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Cybermetrics: International Journal of Scientometrics, Informetrics and Bibliometrics</title>
		<number>1</number>
		<title type="sharef:primaryTitle">The Responsiveness of Search Engine Indexes</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.cindoc.csic.es/cybermetrics/articles/v5i1p1.html</identifier>
		<volume>5</volume>
	</reference>
	<reference name="mor98" src="bibtex:article" src-info="bibtex:line-522" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Luc</givenname>
				<surname>Moreau</surname>
			</person>
			<person>
				<givenname>Wendy</givenname>
				<surname>Hall</surname>
			</person>
		</names>
		<date value="1998"/>
		<abstract>
			<richtext>
				<p>In this paper, we study how linking mechanisms contribute to the expressiveness of hypertext systems. For this purpose, we formalize hypertext systems as abstract machines. As the primary benefit of hypertext systems is to be able to read documents non-linearly, their expressiveness is defined in terms of the ability to follow links. Then, we classify hypertext systems according to the power of the underlying automaton. The model allows us to compare embedded versus separate links and simple versus generic links. Then, we investigate history mechanisms, adaptive hypertexts and functional links. Our conclusion is that simple links, whether embedded or separate, generic links and some adaptive links all give hypertext systems the power of finite state automata. The history mechanism confers to them the power of pushdown automata, whereas the general functional links give them Turing completeness.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">The Computer Journal</title>
		<number>7</number>
		<pages>459-473</pages>
		<title type="sharef:primaryTitle">On the Expressiveness of Links in Hypertext Systems</title>
		<identifier type="sharef:uri">http://comjnl.oxfordjournals.org/cgi/content/abstract/41/7/459</identifier>
		<volume>41</volume>
	</reference>
	<reference name="fik05" src="bibtex:article" src-info="bibtex:line-538" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Richard</givenname>
				<surname>Fikes</surname>
			</person>
			<person>
				<givenname>Patrick</givenname>
				<surname>Hayes</surname>
			</person>
			<person>
				<givenname>Ian</givenname>
				<surname>Horrocks</surname>
			</person>
		</names>
		<date value="2005"/>
		<abstract>
			<richtext>
				<p>This paper discusses the issues involved in designing a query language for the Semantic Web and presents the OWL Query Language (OWL-QL) as a candidate standard language and protocol for query-answering dialogues among Semantic Web computational agents using knowledge represented in the W3C's Ontology Web Language (OWL). OWL-QL is a formal language and precisely specifies the semantic relationships among a query, a query answer, and the knowledge base(s) used to produce the answer. Unlike standard database and Web query languages, OWL-QL supports query-answering dialogues in which the answering agent may use automated reasoning methods to derive answers to queries, as well as dialogues in which the knowledge to be used in answering a query may be in multiple knowledge bases on the Semantic Web, and/or where those knowledge bases are not specified by the querying agent. In this setting, the set of answers to a query may be of unpredictable size and may require an unpredictable amount of time to compute.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Journal of Web Semantics</title>
		<number>1</number>
		<title type="sharef:primaryTitle">OWL-QL — A Language for Deductive Query Answering on the Semantic Web</title>
		<field type="bibtex:topic">owl[0.8] owlql[0.9]</field>
		<identifier type="sharef:uri">http://www.websemanticsjournal.org/ps/pub/2005-7</identifier>
		<volume>2</volume>
	</reference>
	<reference name="haa05" src="bibtex:article" src-info="bibtex:line-550" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Peter</givenname>
				<surname>Haase</surname>
			</person>
			<person>
				<givenname>Björn</givenname>
				<surname>Schnizler</surname>
			</person>
			<person>
				<givenname>Jeen</givenname>
				<surname>Broekstra</surname>
			</person>
			<person>
				<givenname>Marc</givenname>
				<surname>Ehrig</surname>
			</person>
			<person>
				<givenname>Frank</givenname>
				<surname link="van">Harmelen</surname>
			</person>
			<person>
				<givenname>Maarten</givenname>
				<surname>Menken</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Mika</surname>
			</person>
			<person>
				<givenname>Michal</givenname>
				<surname>Plechawski</surname>
			</person>
			<person>
				<givenname>Pawel Pyszlakand Ronny</givenname>
				<surname>Siebes</surname>
			</person>
			<person>
				<givenname>Steffen</givenname>
				<surname>Staab</surname>
			</person>
			<person>
				<givenname>Christoph</givenname>
				<surname>Tempich</surname>
			</person>
		</names>
		<date value="2005"/>
		<abstract>
			<richtext>
				<p>This paper describes Bibster, a Peer-to-Peer system for exchanging bibliographic metadata among researchers. We show how Bibster exploits ontologies in data-representation, query formulation, query routing, and query result presentation. The Bibster system is freely available and is used by researchers across multiple organizations.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Journal of Web Semantics</title>
		<number>1</number>
		<title type="sharef:primaryTitle">Bibster — A Semantics-Based Bibliographic Peer-to-Peer System</title>
		<field type="bibtex:topic">bibster[0.9]</field>
		<identifier type="sharef:uri">http://www.websemanticsjournal.org/ps/pub/2005-8</identifier>
		<volume>2</volume>
	</reference>
	<reference name="hor04" src="bibtex:article" src-info="bibtex:line-562" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Ian</givenname>
				<surname>Horrocks</surname>
			</person>
			<person>
				<givenname>Peter F.</givenname>
				<surname>Patel-Schneider</surname>
			</person>
			<person>
				<givenname>Frank</givenname>
				<surname link="van">Harmelen</surname>
			</person>
		</names>
		<date value="2004"/>
		<abstract>
			<richtext>
				<p>The OWL Web Ontology Language is a new formal language for representing ontologies in the Semantic Web. OWL has features from several families of representation languages, including primarily Description Logics and frames. OWL also shares many characteristics with RDF, the W3C base of the Semantic Web. In this paper we discuss how the philosophy and features of OWL can be traced back to these older formalisms, with modifications driven by several other constraints on OWL. Several interesting problems have arisen where these influences on OWL have clashed.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Journal of Web Semantics</title>
		<number>1</number>
		<title type="sharef:primaryTitle">From SHIQ and RDF to OWL: The Making of a Web Ontology Language</title>
		<field type="bibtex:topic">rdf[0.6] shiq[0.6] owl[0.8]</field>
		<identifier type="sharef:uri">http://www.websemanticsjournal.org/ps/pub/2004-1</identifier>
		<volume>1</volume>
	</reference>
	<reference name="del05" src="bibtex:article" src-info="bibtex:line-574" type="sharef:article">
		<names type="sharef:author">
			<person>
				<givenname>Dell</givenname>
				<surname>Zhang</surname>
			</person>
			<person>
				<givenname>Wee Sun</givenname>
				<surname>Lee</surname>
			</person>
		</names>
		<date value="2005"/>
		<abstract>
			<richtext>
				<p>We investigate machine learning methods for automatically integrating objects from different taxonomies into a master taxonomy. This problem is not only currently pervasive on the Web, but is also important to the emerging Semantic Web. A straightforward approach to automating this process would be to build classifiers through machine learning and then use these classifiers to classify objects from the source taxonomies into categories of the master taxonomy. However, conventional machine learning algorithms totally ignore the availability of the source taxonomies. In fact, source and master taxonomies often have common categories under different names or other more complex semantic overlaps. We introduce two techniques that exploit the semantic overlap between the source and master taxonomies to build better classifiers for the master taxonomy. The first technique, Cluster Shrinkage, biases the learning algorithm against splitting source categories by making objects in the same category appear more similar to each other. The second technique, Co-Bootstrapping, tries to facilitate the exploitation of inter-taxonomy relationships by providing category indicator functions as additional features for the objects. Our experiments with real-world Web data show that these proposed add-on techniques can enhance various machine learning algorithms to achieve substantial improvements in performance for taxonomy integration.</p>
			</richtext>
		</abstract>
		<title type="sharef:secondaryTitle">Journal of Web Semantics</title>
		<number>2</number>
		<title type="sharef:primaryTitle">Learning to Integrate Web Taxonomies</title>
		<identifier type="sharef:uri">http://www.websemanticsjournal.org/ps/pub/2005-13</identifier>
		<volume>2</volume>
	</reference>
	<reference name="cam03" src="bibtex:inproceedings" src-info="bibtex:line-591" type="sharef:inproceedings" crossref="er2003">
		<names type="sharef:author">
			<person>
				<givenname>Sandro Daniel</givenname>
				<surname>Camillo</surname>
			</person>
			<person>
				<givenname>Carlos A.</givenname>
				<surname>Heuser</surname>
			</person>
			<person>
				<givenname>Ronaldo</givenname>
				<surname link="dos">Santos Mello</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is a widespread W3C standard used by several kinds of applications for data representation and exchange over the web. In the context of a system that provides semantic integration of heterogeneous XML sources, the same information at a semantic level may have different representations in XML. However, the syntax of an XML query depends on the structure of the specific XML source. Therefore, in order to obtain the same query result, one must write a specific query for each XML source. To deal with such problem, a much better solution is to state queries against a global conceptual schema and then translate them into an XML query against each specific data source. This paper presents CXPath (Conceptual XPath), a language for querying XML sources at the conceptual level, as well as a translation mechanism that converts a CXPath query to an XPath query against a specific XML source.</p>
			</richtext>
		</abstract>
		<pages>186-199</pages>
		<title type="sharef:primaryTitle">Querying Heterogeneous XML Sources through a Conceptual Schema</title>
		<field type="bibtex:topic">cxpath[1]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=rm1nv2yg65p9wnr5</identifier>
	</reference>
	<reference name="fon03" src="bibtex:inproceedings" src-info="bibtex:line-601" type="sharef:inproceedings" crossref="er2003">
		<names type="sharef:author">
			<person>
				<givenname>Joan</givenname>
				<surname>Fons</surname>
			</person>
			<person>
				<givenname>Vicente</givenname>
				<surname>Pelechano</surname>
			</person>
			<person>
				<givenname>Manoli</givenname>
				<surname>Albert</surname>
			</person>
			<person>
				<givenname>Oscar</givenname>
				<surname>Pastor</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This work presents an OO software production method that defines a systematic process for conceptual modelling of web applications. The paper discusses a set of minimum primitives to capture the essentials of dynamic web applications and it discusses how to introduce them in a classical model-centered OO method that provides systematic code generation. Finally, the paper presents some ideas to extend this generation process for developing web solutions taking as an input these web enhanced conceptual schemas.</p>
			</richtext>
		</abstract>
		<pages>232-245</pages>
		<title type="sharef:primaryTitle">Development of Web Applications from Web Enhanced Conceptual Schemas</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=d15wa7q7p3wdrkmg</identifier>
	</reference>
	<reference name="yan03" src="bibtex:inproceedings" src-info="bibtex:line-610" type="sharef:inproceedings" crossref="er2003">
		<names type="sharef:author">
			<person>
				<givenname>Xia</givenname>
				<surname>Yang</surname>
			</person>
			<person>
				<givenname>Mong-Li</givenname>
				<surname>Lee</surname>
			</person>
			<person>
				<givenname>Tok Wang</givenname>
				<surname>Ling</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>While the Internet has facilitated access to information sources, the task of scalable integration of these heterogeneous data sources remains a challenge. The adoption of the eXtensible Markup Language (XML) as the standard for data representation and exchange has led to an increasing number of XML data sources, both native and non-native. Recent integration work has mainly focused on developing matching techniques to find equivalent elements and attributes among the different XML sources. In this paper, we introduce a semantic approach to resolve structural conflicts in the integration of XML schemas. We employ a data model called the ORA-SS (Object-Relationship-Attribute Model for Semi-Structured Data) to capture the implicit semantics in an XML schema. We present a comprehensive algorithm to integrate XML schemas. Compared to existing methods, our algorithm adopts an n-nary integration strategy that takes into account the data semantics, importance of a source, and how the majority of the sources model their data when resolving structural conflicts such as attribute/object class conflict and ancestor-descendant conflict. Further, redundant object classes and transitive relationship sets are removed to obtain a more concise integrated schema.</p>
			</richtext>
		</abstract>
		<pages>520-533</pages>
		<title type="sharef:primaryTitle">Resolving Structural Conflicts in the Integration of XML Schemas: A Semantic Approach</title>
		<field type="bibtex:topic">orass[1]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=mjcvmt73rhpr5u1b</identifier>
	</reference>
	<reference name="sak03" src="bibtex:inproceedings" src-info="bibtex:line-620" type="sharef:inproceedings" crossref="er2003">
		<names type="sharef:author">
			<person>
				<givenname>Bipin C.</givenname>
				<surname>Sakamuri</surname>
			</person>
			<person>
				<givenname>Sanjay Kumar</givenname>
				<surname>Madria</surname>
			</person>
			<person>
				<givenname>Kalpdrum</givenname>
				<surname>Passi</surname>
			</person>
			<person>
				<givenname>Eric</givenname>
				<surname>Chaudhry</surname>
			</person>
			<person>
				<givenname>Mukesh K.</givenname>
				<surname>Mohania</surname>
			</person>
			<person>
				<givenname>Sourav S.</givenname>
				<surname>Bhowmick</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The availability of large amounts of heterogeneous distributed web data necessitates the integration and querying of XML data from multiple XML sources for many reasons. For example, currently many government agencies in US such as IRS, INS, FBI, CIA are integrating their system to deal with new security threats, and these different departments uses legacy database systems including relational data, flat files, spreadsheets, and html pages, and simple text data. Similarly, there are many e-commerce companies, which sell similar products but represent data using different XML schemas. When any two such companies merge, or make an effort to service customers in cooperation, there is a need for a uniform schema integration methodology. In some applications like comparison-shopping, there is a need for an illusionary centralized homogeneous information system. Such systems need a uniform data representation and access platform, which is provided by XML. However, the XML schema and data are still heterogeneous and represent their constraints differently. To avoid the overhead of system integration and system specific data access mechanisms, applications should be provided with data in an integrated form. The idea is to use XML as an intermediate medium to achieve date integration from heterogeneous data resources. There are many efforts currently on generating views or representing data in only XML format, but internally stored in legacy databases. Using wrappers, applications can view the data in XML, instead of moving the data from their original format to XML. However, wrappers fail if the structure of the data is dynamically changed. Our approach is two phase; the integration of the local XML schemas into a global schema, and the integration of the resultant XML data produced in response to the queries to the local XML data sources. A global schema eliminates data model differences by integrating local schemas. The heterogeneous XML data sources need not be represented in an integrated fashion. This is because integrating the XML data and storing it in the new integrated schema occupies extra resources, and may result in duplication, and thus, creates the problems of multiple updates and data inconsistencies. For this reason, we present a dynamic mechanism, which can interface the different XML data and can present an integrated representation of the XML sources, rather than physically integration of data.</p>
			</richtext>
		</abstract>
		<pages>576-578</pages>
		<title type="sharef:primaryTitle">AXIS: A XML Schema Integration System</title>
		<field type="bibtex:topic">axis[1]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=rg4ea04c6vkjyqaw</identifier>
	</reference>
	<reference name="psa03" src="bibtex:inproceedings" src-info="bibtex:line-630" type="sharef:inproceedings" crossref="er2003ws">
		<names type="sharef:author">
			<person>
				<givenname>Giuseppe</givenname>
				<surname>Psaila</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The need for managing large repositories of data coming from XML documents is increasing; in fact, XML is emerging as the standard format for documents exchanged over the internet. At University of Bergamo, recently we developed the ERX Data Management System, to study issues concerning the management of data coming from XML documents; its data model, called ERX (Entity Relationship for XML), being an extension of the classical ER model, allows to deal with concepts coming from XML documents at the conceptual level, and allows to reason about integration of data coming from different XML document classes. This paper focuses on the problem of automatically deriving Entity-Relationship Schemas (ERX Schemas) from DTDs (Document Type Definition). In fact, the derivation of such schemas from DTDs might be a hard work to do by hand, since real DTDs are very complex and large.</p>
			</richtext>
		</abstract>
		<pages>378-389</pages>
		<title type="sharef:primaryTitle">From XML DTDs to Entity-Relationship Schemas</title>
		<field type="bibtex:topic">erx[0.9] dtd[0.7] er[0.7]</field>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=0wc1p4mdvc9ww5te</identifier>
	</reference>
	<reference name="lu03" src="bibtex:inproceedings" src-info="bibtex:line-640" type="sharef:inproceedings" crossref="er2003ws">
		<names type="sharef:author">
			<person>
				<givenname>Shiyong</givenname>
				<surname>Lu</surname>
			</person>
			<person>
				<givenname>Yezhou</givenname>
				<surname>Sun</surname>
			</person>
			<person>
				<givenname>Mustafa</givenname>
				<surname>Atay</surname>
			</person>
			<person>
				<givenname>Farshad</givenname>
				<surname>Fotouhi</surname>
			</person>
		</names>
		<pages>250-260</pages>
		<title type="sharef:primaryTitle">A Sufficient and Necessary Condition for the Consistency of XML DTDs</title>
		<field type="bibtex:topic">dtd[0.8]</field>
	</reference>
	<reference name="guo03" src="bibtex:inproceedings" src-info="bibtex:line-648" type="sharef:inproceedings" crossref="er2003ws">
		<names type="sharef:author">
			<person>
				<givenname>Zhimao</givenname>
				<surname>Guo</surname>
			</person>
			<person>
				<givenname>Zhengchuan</givenname>
				<surname>Xu</surname>
			</person>
			<person>
				<givenname>Shuigeng</givenname>
				<surname>Zhou</surname>
			</person>
			<person>
				<givenname>Aoying</givenname>
				<surname>Zhou</surname>
			</person>
			<person>
				<givenname>Ming</givenname>
				<surname>Li</surname>
			</person>
		</names>
		<pages>261-272</pages>
		<title type="sharef:primaryTitle">Index Selection for Efficient XML Path Expression Processing</title>
		<field type="bibtex:topic">xpath1[0.8]</field>
	</reference>
	<reference name="erw03" src="bibtex:inproceedings" src-info="bibtex:line-656" type="sharef:inproceedings" crossref="er2003ws">
		<names type="sharef:author">
			<person>
				<givenname>Martin</givenname>
				<surname>Erwig</surname>
			</person>
		</names>
		<pages>342-354</pages>
		<title type="sharef:primaryTitle">Toward the Automatic Derivation of XML Transformations</title>
		<field type="bibtex:topic">xslt1[0.8]</field>
	</reference>
	<reference name="er2003" src="bibtex:proceedings" src-info="bibtex:line-664" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Il-Yeol</givenname>
				<surname>Song</surname>
			</person>
			<person>
				<givenname>Stephen W.</givenname>
				<surname>Liddle</surname>
			</person>
			<person>
				<givenname>Tok Wang</givenname>
				<surname>Ling</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Scheuermann</surname>
			</person>
		</names>
		<date value="2003-10"/>
		<address type="sharef:placePublished">Chicago, Illinois</address>
		<field type="bibtex:index">ER 2003</field>
		<identifier type="sharef:isbn">3-540-20299-4</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 22nd International Conference on Conceptual Modeling</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/er/er2003.html</identifier>
		<volume>2813</volume>
	</reference>
	<reference name="er2003ws" src="bibtex:proceedings" src-info="bibtex:line-679" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Manfred A.</givenname>
				<surname>Jeusfeld</surname>
			</person>
			<person>
				<givenname>Óscar</givenname>
				<surname>Pastor</surname>
			</person>
		</names>
		<date value="2003-10"/>
		<address type="sharef:placePublished">Chicago, Illinois</address>
		<field type="bibtex:index">ER 2003</field>
		<identifier type="sharef:isbn">3540202579</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Conceptual Modeling for Novel Application Domains, ER 2003 Workshop Proceedings</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=g0bnakutjq4b</identifier>
		<volume>2814</volume>
	</reference>
	<reference name="dav04" src="bibtex:inproceedings" src-info="bibtex:line-698" type="sharef:inproceedings" crossref="er2004">
		<names type="sharef:author">
			<person>
				<givenname>Islay</givenname>
				<surname>Davies</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Green</surname>
			</person>
			<person>
				<givenname>Michael</givenname>
				<surname>Rosemann</surname>
			</person>
			<person>
				<givenname>Stan</givenname>
				<surname>Gallo</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Much research has been devoted over the years to investigating and advancing the techniques and tools used by analysts when they model. As opposed to what academics, software providers and their resellers promote as should be happening, the aim of this research was to determine whether practitioners still embraced conceptual modelling seriously. In addition, what are the most popular techniques and tools used for conceptual modelling? What are the major purposes for which conceptual modelling is used? The study found that the top six most frequently used modelling techniques and methods were ER diagramming, data flow diagramming, systems flowcharting, workflow modelling, RAD, and UML. However, the primary contribution of this study was the identification of the factors that uniquely influence the continued-use decision of analysts, viz., communication (using diagrams) to/from stakeholders, internal knowledge (lack of) of techniques, user expectations management, understanding models integration into the business, and tool/software deficiencies.</p>
			</richtext>
		</abstract>
		<pages>30-42</pages>
		<title type="sharef:primaryTitle">Conceptual Modelling — What and Why in Current Practice</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=ha8ekn3a123p6599</identifier>
	</reference>
	<reference name="emb04" src="bibtex:inproceedings" src-info="bibtex:line-707" type="sharef:inproceedings" crossref="er2004">
		<names type="sharef:author">
			<person>
				<givenname>David W.</givenname>
				<surname>Embley</surname>
			</person>
			<person>
				<givenname>Stephen W.</givenname>
				<surname>Liddle</surname>
			</person>
			<person>
				<givenname>Reema</givenname>
				<surname>Al-Kamha</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>An open challenge is to integrate XML and conceptual modeling in order to satisfy large-scale enterprise needs. Because enterprises typically have many data sources using different assumptions, formats, and schemas, all expressed in — or soon to be expressed in — XML, it is easy to become lost in an avalanche of XML detail. This creates an opportunity for the conceptual modeling community to provide improved abstractions to help manage this detail. We present a vision for Conceptual XML (C-XML) that builds on the established work of the conceptual modeling community over the last several decades to bring improved modeling capabilities to XML-based development. Building on a framework such as C-XML will enable better management of enterprise-scale data and more rapid development of enterprise applications.</p>
			</richtext>
		</abstract>
		<pages>150-165</pages>
		<title type="sharef:primaryTitle">Enterprise Modeling with Conceptual XML</title>
		<field type="bibtex:topic">conceptualxml[0.9]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=wq6qpbbgrb3r53v9</identifier>
	</reference>
	<reference name="er2004" src="bibtex:proceedings" src-info="bibtex:line-717" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Paolo</givenname>
				<surname>Atzeni</surname>
			</person>
			<person>
				<givenname>Wesley W.</givenname>
				<surname>Chu</surname>
			</person>
			<person>
				<givenname>Hongjun</givenname>
				<surname>Lu</surname>
			</person>
			<person>
				<givenname>Shuigeng</givenname>
				<surname>Zhou</surname>
			</person>
			<person>
				<givenname>Tok Wang</givenname>
				<surname>Ling</surname>
			</person>
		</names>
		<date value="2004-11"/>
		<address type="sharef:placePublished">Shanghai</address>
		<identifier type="sharef:doi">10.1007/b101693</identifier>
		<field type="bibtex:index">ER 2004</field>
		<identifier type="sharef:isbn">3-540-23723-2</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 23rd International Conference on Conceptual Modeling</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.springeronline.com/sgw/cda/frontpage/0,11855,2-164-22-35783377-0,00.html</identifier>
		<volume>3288</volume>
	</reference>
	<reference name="er2004ws" src="bibtex:proceedings" src-info="bibtex:line-737" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Shan</givenname>
				<surname>Wang</surname>
			</person>
			<person>
				<givenname>Katsumi</givenname>
				<surname>Tanaka</surname>
			</person>
			<person>
				<givenname>Shuigeng</givenname>
				<surname>Zhou</surname>
			</person>
			<person>
				<givenname>Tok Wang</givenname>
				<surname>Ling</surname>
			</person>
			<person>
				<givenname>Jihong</givenname>
				<surname>Guan</surname>
			</person>
		</names>
		<date value="2004-11"/>
		<address type="sharef:placePublished">Shanghai</address>
		<field type="bibtex:index">ER 2004</field>
		<identifier type="sharef:isbn">3-540-23722-4</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Conceptual Modeling for Novel Application Domains, ER 2004 Workshop Proceedings</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.springeronline.com/sgw/cda/frontpage/0,11855,2-164-22-35890088-0,00.html</identifier>
		<volume>3289</volume>
	</reference>
	<reference name="alk05" src="bibtex:inproceedings" src-info="bibtex:line-756" type="sharef:inproceedings" crossref="emisa05">
		<names type="sharef:author">
			<person>
				<givenname>Reema</givenname>
				<surname>Al-Kamha</surname>
			</person>
			<person>
				<givenname>David W.</givenname>
				<surname>Embley</surname>
			</person>
			<person>
				<givenname>Stephen W.</givenname>
				<surname>Liddle</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is an effective universal data-interchange format, and XML Schema has become the preeminent mechanism for describing valid XML document structures. Generalization/specialization and its constraints are fundamental concepts in system modeling and design, but are difficult to express and enforce with XML Schema. This mismatch leads to unnecessary complexity and uncertainty in XML-based models. In this paper we describe how to translate various aspects of generalization/specialization from a conceptual model into XML Schema. We also explore what needs to be added to XML Schema to handle the other aspects of this fundamental modeling construct. If XML Schema were to include our proposed constructs, it would be fully capable of faithfully representing generalization/specialization, thus reducing the complexity of the XML models that rely on generalization/specialization.</p>
			</richtext>
		</abstract>
		<pages>93-104</pages>
		<title type="sharef:primaryTitle">Representing Generalization/Specialization in XML Schema</title>
		<field type="bibtex:topic">conceptualxml[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.deg.byu.edu/papers/emisa05alkamha.pdf</identifier>
	</reference>
	<reference name="emisa05" src="bibtex:proceedings" src-info="bibtex:line-766" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Jörg</givenname>
				<surname>Desel</surname>
			</person>
			<person>
				<givenname>Ulrich</givenname>
				<surname>Frank</surname>
			</person>
		</names>
		<date value="2005-10"/>
		<address type="sharef:placePublished">Klagenfurt, Austria</address>
		<field type="bibtex:index">EMISA'05</field>
		<identifier type="sharef:isbn">3-88579-404-7</identifier>
		<publisher>Gesellschaft für Informatik</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Informatics</title>
		<title type="sharef:primaryTitle">Enterprise Modelling and Information Systems Architectures</title>
		<identifier type="sharef:uri">http://www.gi-ev.de/service/publikationen/gi-edition-lecture-notes-in-informatics-lni-2005/mehr-zu-diesem-buch/gi-edition-lecture-notes-in-informatics-lni-p-75/</identifier>
		<volume>75</volume>
	</reference>
	<reference name="han02b" src="bibtex:inproceedings" src-info="bibtex:line-785" type="sharef:inproceedings" crossref="xsw2002">
		<names type="sharef:author">
			<person>
				<givenname>Arne</givenname>
				<surname>Handt</surname>
			</person>
			<person>
				<givenname>Joachim</givenname>
				<surname>Quantz</surname>
			</person>
		</names>
		<pages>93-104</pages>
		<title type="sharef:primaryTitle">XML Schema Correspondences</title>
		<field type="bibtex:topic">xmlschema[0.7]</field>
	</reference>
	<reference name="xsw2002" src="bibtex:proceedings" src-info="bibtex:line-793" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Robert</givenname>
				<surname>Tolksdorf</surname>
			</person>
			<person>
				<givenname>Rainer</givenname>
				<surname>Eckstein</surname>
			</person>
		</names>
		<date value="2002-06"/>
		<address type="sharef:placePublished">Berlin, Germany</address>
		<field type="bibtex:index">XSW 2002</field>
		<identifier type="sharef:isbn">3-88579-343-1</identifier>
		<publisher>Gesellschaft für Informatik</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Informatics</title>
		<title type="sharef:primaryTitle">Proceedings of XSW 2002 — XML Technologien für das Semantic Web</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/xsw/xsw2002.html</identifier>
		<identifier type="sharef:uri">http://www.gi-ev.de/LNI/proceedings/P-14.shtml</identifier>
		<volume>14</volume>
	</reference>
	<reference name="wil04i" src="bibtex:inproceedings" src-info="bibtex:line-813" type="sharef:inproceedings" crossref="bxml2004">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The Extensible Markup Language (XML) is based on the concept of schema languages, which are used for validation of XML documents. In most cases, the metamodeling view of XML-based application is rather simple, with XML documents being instances of some schema, which in turn is based on some schema language. In this paper, a metaschema layering approach for XML is presented, which is demonstrated in the context of various application scenarios. This approach is based on two generalizations of the standard XML schema language usage scenario: (1) it is assumed that one or more schema languages are acceptable as foundations for an XML scenario, but these schema languages should be customized by restricting, extending, or combining them; (2) for applications requiring application-specific schema languages, these schema languages can be implemented by reusing existing schema languages, thus introducing an additional metaschema layer. Metaschema layering can be used in a variety of application areas, and this paper shows some possible applications and mentions some more possibilities. XML is increasingly entering the modeling domain, since it is gradually moving from an exchange format for structured data into the applications as their inherent model. XML modeling still is in its infancy, and the metaschema layering approach presented in this paper is one contribution how to leverage the most important of XML feature's, which is the reuse of existing concepts and implementations.</p>
			</richtext>
		</abstract>
		<pages>106-120</pages>
		<title type="sharef:primaryTitle">Metaschema Layering for XML</title>
		<field type="bibtex:topic">xmlschema[0.7] schematron[0.7] crvx[0.7]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil04i</identifier>
	</reference>
	<reference name="gro04" src="bibtex:inproceedings" src-info="bibtex:line-823" type="sharef:inproceedings" crossref="bxml2004">
		<names type="sharef:author">
			<person>
				<givenname>Sven</givenname>
				<surname>Groppe</surname>
			</person>
			<person>
				<givenname>Stefan</givenname>
				<surname>Böttcher</surname>
			</person>
		</names>
		<pages>53-64</pages>
		<title type="sharef:primaryTitle">Query Reformulation for the XML Standards XPath, XQuery and XSLT</title>
		<field type="bibtex:topic">xpath2[0.7] xquery[0.7] xslt2[0.7]</field>
	</reference>
	<reference name="bxml2004" src="bibtex:proceedings" src-info="bibtex:line-831" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Robert</givenname>
				<surname>Tolksdorf</surname>
			</person>
			<person>
				<givenname>Rainer</givenname>
				<surname>Eckstein</surname>
			</person>
		</names>
		<date value="2004-10"/>
		<address type="sharef:placePublished">Berlin, Germany</address>
		<field type="bibtex:index">XSW 2004</field>
		<identifier type="sharef:isbn">3-88597-112-6</identifier>
		<title type="sharef:primaryTitle">Proceedings of Berliner XML Tage 2004</title>
	</reference>
	<reference name="wil05r" src="bibtex:inproceedings" src-info="bibtex:line-846" type="sharef:inproceedings" crossref="bxml2005">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Today, XML is primarily regarded as a syntax for exchanging structured data, and therefore the question of how to develop well-designed XML models has not been studied extensively. As applications are increasingly penetrated by XML technologies, and because query and programming languages provide native XML support, it would be beneficial to use these features to work with well-designed XML models. In order to better focus on XML-oriented technologies in systems engineering and programming languages, an XML modeling language should be used, which is more focused on modeling and structure than typical XML schema languages. In this paper, we examine the current state of the art in XML schema languages and XML modeling, and present a list of requirements for a XML conceptual modeling language.</p>
			</richtext>
		</abstract>
		<pages>213-224</pages>
		<title type="sharef:primaryTitle">Towards Conceptual Modeling for XML</title>
		<field type="bibtex:topic">xml[0.7]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil05r</identifier>
	</reference>
	<reference name="bxml2005" src="bibtex:proceedings" src-info="bibtex:line-856" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Rainer</givenname>
				<surname>Eckstein</surname>
			</person>
			<person>
				<givenname>Robert</givenname>
				<surname>Tolksdorf</surname>
			</person>
		</names>
		<date value="2005-09"/>
		<address type="sharef:placePublished">Berlin, Germany</address>
		<field type="bibtex:index">bxml2005</field>
		<identifier type="sharef:isbn">3-9810105-2-3</identifier>
		<title type="sharef:primaryTitle">Proceedings of Berliner XML Tage 2005</title>
	</reference>
	<reference name="kle01" src="bibtex:inproceedings" src-info="bibtex:line-871" type="sharef:inproceedings" crossref="gi2001">
		<names type="sharef:author">
			<person>
				<givenname>Carsten</givenname>
				<surname>Kleiner</surname>
			</person>
			<person>
				<givenname>Udo W.</givenname>
				<surname>Lipeck</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The goal of this article is to present an algorithm to simplify the automatic generation of descriptions of XML document structures. In particular we show how to obtain a DTD (document type definition) for data whose structure is described by a conceptual data model. An important objective of this translation is to preserve as much structural information from the conceptual schema as possible. This enables partial constraint checking by validating XML parsers and thus simplifies exchange of data between different databases, in particular the import of data in an XML document into another database schema. In detail we present translations of all constructs of an extended entity-relationship model to DTDs and integrate these into an algorithm. By basing the algorithm on conceptual schemas it is very general and may be customized for data in (object-)relational databases as well as data in databases of any other paradigm, e.g. native XML databases.</p>
			</richtext>
		</abstract>
		<pages>396-405</pages>
		<title type="sharef:primaryTitle">Automatic Generation of XML DTDs from Conceptual Database Schemas</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://dbs.uni-leipzig.de/webdb/wien/015.pdf</identifier>
	</reference>
	<reference name="gi2001" src="bibtex:proceedings" src-info="bibtex:line-880" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Kurt</givenname>
				<surname>Bauknecht</surname>
			</person>
			<person>
				<givenname>Wilfried</givenname>
				<surname>Brauer</surname>
			</person>
			<person>
				<givenname>Thomas A.</givenname>
				<surname>Mück</surname>
			</person>
		</names>
		<date value="2001-09"/>
		<address type="sharef:placePublished">Vienna, Austria</address>
		<field type="bibtex:index">GI 2001</field>
		<identifier type="sharef:isbn">3-85403-157-2</identifier>
		<title type="sharef:primaryTitle">Tagungsband der GI/OCG-Jahrestagung</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/gi/gi2001-1.html</identifier>
	</reference>
	<reference name="psa02" src="bibtex:inproceedings" src-info="bibtex:line-896" type="sharef:inproceedings" crossref="edbtw2002">
		<names type="sharef:author">
			<person>
				<givenname>Giuseppe</givenname>
				<surname>Psaila</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The need for managing large repositories of data coming from XML documents is increasing, in particular to support new EDI applications and information systems which provide e-commerce functionality. In fact, XML is emerging as the standard format for documents exchanged over the internet; then information systems will have to deal with XML documents, both incoming and outcoming. This is an exciting research area, because new technologies are arising, such as XSLT, but former and rather stable technologies, such as relational DBMSs, still have to play an important role. It is clear that novel information systems will integrate different technologies, but at the moment it is not clear how. This paper reports about our experience in developing the ERX Data Management System, a system devised to collect data coming from different XML data sources, and store them into a database in a way independent of the source format; its query language, named ERX-QL, is able to query the database and generate new XML documents. We developed the ERX Data Management System to explore the possibility of integrating three different basic technologies, Relational DBMS, Java and XSLT, under a unifying framework which makes the system interoperable w.r.t. the particular adopted technology (for example Relational vs Object-Oriented database technology); hence, this framework is based on an Entity-Relationship-like Data Model (ERX), which is not tied to any specific technical and/or commercial solution. The paper discusses the architecture of the ERX system, and the adopted technical solutions.</p>
			</richtext>
		</abstract>
		<pages>242-265</pages>
		<title type="sharef:primaryTitle">ERX: An Experience in Integrating Entity-Relationship Models, Relational Databases, and XML Technologies</title>
		<field type="bibtex:topic">erx[0.9]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=xypr4brnumplh7dc</identifier>
	</reference>
	<reference name="kem02" src="bibtex:inproceedings" src-info="bibtex:line-906" type="sharef:inproceedings" crossref="edbtw2002">
		<names type="sharef:author">
			<person>
				<givenname>Martin</givenname>
				<surname>Kempa</surname>
			</person>
			<person>
				<givenname>Volker</givenname>
				<surname>Linnemann</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML Schemas provide a generalization of Document Type Definitions for describing the validity of a set of XML documents. There is a growing number of applications that deal with XML documents in various respects. One area of programs is concerned with analyzing XML documents arriving, for example, over the internet. Another rapidly expanding area is best described by the term XML generators. XML generators usually are part of a WWW system, for example generators for XML documents serving as views of data bases. Although XML Schemas provide a concise means for describing the syntax of correct XML documents in a specific domain, XML generators usually treat the XML documents as unstructured strings or, in the context of the Document Object Model, as trees the nodes of which belong to an unspecific Element-interface. The syntactical correctness, i.e. the validity of the generated XML documents cannot be guaranteed at compile time but must be tested at runtime. This means that, in general, t here is no ultimate proof that an XML generator generates only valid documents according to an underlying XML schema. This paper addresses this problem by introducing a new distinct interface for each element defined within an XML schema. Each interface extends the Element-interface of the Document Object Model. This mechanism provides a generalization of a previous approach based on the weaker concept of Document Type Definitions presented by the authors.</p>
			</richtext>
		</abstract>
		<pages>67-90</pages>
		<title type="sharef:primaryTitle">XML-Based Applications Using XML Schema</title>
		<field type="bibtex:topic">xmlschema[0.7] vdom[0.9]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=fl6rbbfx7dltwhf5</identifier>
	</reference>
	<reference name="pan02" src="bibtex:inproceedings" src-info="bibtex:line-916" type="sharef:inproceedings" crossref="edbtw2002">
		<names type="sharef:author">
			<person>
				<givenname>Tadeusz</givenname>
				<surname>Pankowski</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The goal of this paper is to propose a method in which relational database system is used to process queries on semistructured data. The method uses a combination of relational and semistructured techniques to process XML documents. First, the document is entirely stored within the relational system. Next, an SQL query is evaluated over the relational data representing XML document. Finally, the resulting XML document is constructed which, in turn, can be represented in the standard way within relational database system (by means of an edge table). The proposed method is presented as the XML-SQL language. The language is described formally and by a number of examples. Some implementation solutions are described.</p>
			</richtext>
		</abstract>
		<pages>184-209</pages>
		<title type="sharef:primaryTitle">XML-SQL: An XML Query Language Based on SQL and Path Tables</title>
		<field type="bibtex:topic">xmlsql[0.9] ssx[0.9]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=tl4kv8equ3hb8yl2</identifier>
	</reference>
	<reference name="olt02" src="bibtex:inproceedings" src-info="bibtex:line-926" type="sharef:inproceedings" crossref="edbtw2002">
		<names type="sharef:author">
			<person>
				<givenname>Dan</givenname>
				<surname>Olteanu</surname>
			</person>
			<person>
				<givenname>Holger</givenname>
				<surname>Meuss</surname>
			</person>
			<person>
				<givenname>Tim</givenname>
				<surname>Furche</surname>
			</person>
			<person>
				<givenname>François</givenname>
				<surname>Bry</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The location path language XPath is of particular importance for XML applications since it is a core component of many XML processing standards such as XSLT or XQuery. In this paper, based on axis symmetry of XPath, equivalences of XPath 1.0 location paths involving reverse axes, such as anc and prec, are established. These equivalences are used as rewriting rules in an algorithm for transforming location paths with reverse axes into equivalent reverse-axis-free ones. Location paths without reverse axes, as generated by the presented rewriting algorithm, enable efficient SAX-like streamed data processing of XPath.</p>
			</richtext>
		</abstract>
		<pages>109-127</pages>
		<title type="sharef:primaryTitle">XPath: Looking Forward</title>
		<field type="bibtex:topic">xpath1[0.8]</field>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=wx54kfaved1u8gp5</identifier>
	</reference>
	<reference name="edbtw2002" src="bibtex:proceedings" src-info="bibtex:line-936" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Akmal B.</givenname>
				<surname>Chaudhri</surname>
			</person>
			<person>
				<givenname>Rainer</givenname>
				<surname>Unland</surname>
			</person>
			<person>
				<givenname>Chabane</givenname>
				<surname>Djeraba</surname>
			</person>
			<person>
				<givenname>Wolfgang</givenname>
				<surname>Lindner</surname>
			</person>
		</names>
		<date value="2002-03"/>
		<address type="sharef:placePublished">Prague, Czech Republic</address>
		<field type="bibtex:index">XMLDM 2002</field>
		<identifier type="sharef:isbn">3540001301</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">International Conference on Extending Database Technology — EDBT 2002 Workshop on XML-Based Data Management (XMLDM)</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/edbtw/edbtw2002.html</identifier>
		<volume>2490</volume>
	</reference>
	<reference name="kap01" src="bibtex:inproceedings" src-info="bibtex:line-955" type="sharef:inproceedings" crossref="ic2001">
		<names type="sharef:author">
			<person>
				<givenname>Gerti</givenname>
				<surname>Kappel</surname>
			</person>
			<person>
				<givenname>Elisabeth</givenname>
				<surname>Kapsammer</surname>
			</person>
			<person>
				<givenname>Werner</givenname>
				<surname>Retschitzegger</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Database systems are well-known for consistent storage, retrieval, and manipulation of data. At the same time, the Extensible Markup Language (XML) is generally accepted as data description language for both web-based information systems and electronic data interchange between different organizations. Since database systems form the backbone of essentially any information system, the integration of XML and database systems is a must. Data model heterogeneity and schema heterogeneity, however, makes this a challenging task, for example when mapping XML documents to relational database systems (RDBS). This paper focuses on data model heterogeneity and provides an in-depth comparison of concepts available in RDBS and XML schema specification languages, comprising XML DTD and XML Schema. Such an analysis provides the basis for developing appropriate middleware bridging the gap between XML and RDBS.</p>
			</richtext>
		</abstract>
		<pages>199-205</pages>
		<title type="sharef:primaryTitle">XML and Relational Database Systems — A Comparison of Concepts</title>
		<field type="bibtex:topic">xml[0.8] rdbms[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">ftp://ftp.ifs.uni-linz.ac.at/pub/publications/2001/0501.pdf</identifier>
	</reference>
	<reference name="psa01" src="bibtex:inproceedings" src-info="bibtex:line-965" type="sharef:inproceedings" crossref="ic2001">
		<names type="sharef:author">
			<person>
				<givenname>Giuseppe</givenname>
				<surname>Psaila</surname>
			</person>
			<person>
				<givenname>Davide</givenname>
				<surname>Brugali</surname>
			</person>
		</names>
		<pages>157-163</pages>
		<title type="sharef:primaryTitle">The ERX Data Management System</title>
		<field type="bibtex:topic">erx[0.9]</field>
	</reference>
	<reference name="ic2001" src="bibtex:proceedings" src-info="bibtex:line-973" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Peter</givenname>
				<surname>Graham</surname>
			</person>
			<person>
				<givenname>Muthucumaru</givenname>
				<surname>Maheswaran</surname>
			</person>
			<person>
				<givenname>M. Rasit</givenname>
				<surname>Eskicioglu</surname>
			</person>
		</names>
		<date value="2001-06"/>
		<address type="sharef:placePublished">Las Vegas, Nevada</address>
		<field type="bibtex:index">IC 2001</field>
		<identifier type="sharef:isbn">18925128X</identifier>
		<publisher>CSREA Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 2001 International Conference on Internet Computing</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/ic/ic2001-1.html</identifier>
	</reference>
	<reference name="rou02" src="bibtex:inproceedings" src-info="bibtex:line-990" type="sharef:inproceedings" crossref="adc2002">
		<names type="sharef:author">
			<person>
				<givenname>Nicholas</givenname>
				<surname>Routledge</surname>
			</person>
			<person>
				<givenname>Linda</givenname>
				<surname>Bird</surname>
			</person>
			<person>
				<givenname>Andrew</givenname>
				<surname>Goodchild</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is rapidly becoming the standard method for sending information across the Internet. XML Schema, since its elevation to W3C Recommendation on the 2nd May 2001, is fast becoming the preferred means of describing structured XML data. However, until recently, there has been no effective means of graphically designing XML Schemas without exposing designers to low-level implementation issues. Bird, Goodchild and Halpin (2000) proposed a method to address this shortfall using the 'Object Role Modelling' conceptual language to generate XML Schemas. This paper seeks to build on this approach by defining a mapping between the Unified Modeling Language (UML) class diagrams and XML Schema using the traditional three level database design approach (ie. using conceptual, logical and physical design levels). In our approach, the conceptual level is represented using standard UML class notation, annotated with a few additional conceptual constraints, the logical level is represented in UML, using a set of UML stereotypes, and the XML Schema itself represents the physical level. The goal of this three level design methodology is to allow conceptual level UML class models to be automatically mapped into the logical level, while minimizing redundancy and maximizing connectivity.</p>
			</richtext>
		</abstract>
		<pages>157-166</pages>
		<title type="sharef:primaryTitle">UML and XML Schema</title>
		<field type="bibtex:topic">uml[0.7] xmlschema[0.7]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://titanium.dstc.edu.au/papers/adc2002.pdf</identifier>
		<identifier type="sharef:uri" resourceType="application/pdf">http://crpit.com/confpapers/CRPITV5Routledge.pdf</identifier>
	</reference>
	<reference name="adc2002" src="bibtex:proceedings" src-info="bibtex:line-1001" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Xiaofang</givenname>
				<surname>Zhou</surname>
			</person>
		</names>
		<date value="2002-01"/>
		<address type="sharef:placePublished">Melbourne, Australia</address>
		<field type="bibtex:index">ADC 2002</field>
		<identifier type="sharef:isbn">0-909-92583-6</identifier>
		<title type="sharef:seriesTitle">Conferences in Research and Practice in Information Technology</title>
		<title type="sharef:primaryTitle">Proceedings of the Thirteenth Australasian Database Conference</title>
		<identifier type="sharef:uri">http://www.itee.uq.edu.au/~adc02/</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://crpit.com/Vol5.html</identifier>
		<volume>5</volume>
	</reference>
	<reference name="sch05" src="bibtex:inproceedings" src-info="bibtex:line-1020" type="sharef:inproceedings" crossref="adc2005">
		<names type="sharef:author">
			<person>
				<givenname>Klaus-Dieter</givenname>
				<surname>Schewe</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>With the advent of XML and its use as a database language, dependency and normal form theory has attracted novel research interest. Several approaches to build up a dependency and normal form theory for XML databases have been published, mainly concentrating on functional dependencies and keys. XML-like database structures can be modelled by rational trees using constructors for lists and disjoint unions. This involves restructuring rules on subattributes. The absence of redundancy can be characterised by the nested list normal form. If ordering is ignored, constructors for sets or multisets have to be employed. For these the theory can be extended using counter-free functional dependencies. Finally, for keys an important research question is which systems of subattributes permit Armstrong instances. While this gives just a glimpse of a starting promising theory, a research agenda for further research will be set up.</p>
			</richtext>
		</abstract>
		<pages>7-16</pages>
		<title type="sharef:primaryTitle">Redundancy, Dependencies and Normal Forms for XML Databases</title>
		<field type="bibtex:topic">xdbms[0.7]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://crpit.com/confpapers/CRPITV39Schewe.pdf</identifier>
	</reference>
	<reference name="adc2005" src="bibtex:proceedings" src-info="bibtex:line-1030" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Hugh E.</givenname>
				<surname>Williams</surname>
			</person>
			<person>
				<givenname>Gillian</givenname>
				<surname>Dobbie</surname>
			</person>
		</names>
		<date value="2005-01"/>
		<address type="sharef:placePublished">Newcastle, Australia</address>
		<field type="bibtex:index">ADC 2005</field>
		<identifier type="sharef:isbn">1-920682-21-X</identifier>
		<title type="sharef:seriesTitle">Conferences in Research and Practice in Information Technology</title>
		<title type="sharef:primaryTitle">Proceedings of the Sixteenth Australasian Database Conference</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/adc/adc2005.html</identifier>
		<volume>39</volume>
	</reference>
	<reference name="ber03c" src="bibtex:inproceedings" src-info="bibtex:line-1048" type="sharef:inproceedings" crossref="sci2003">
		<names type="sharef:author">
			<person>
				<givenname>Martin</givenname>
				<surname>Bernauer</surname>
			</person>
			<person>
				<givenname>Gerti</givenname>
				<surname>Kappel</surname>
			</person>
			<person>
				<givenname>Gerhard</givenname>
				<surname>Kramler</surname>
			</person>
			<person>
				<givenname>Werner</givenname>
				<surname>Retschitzegger</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>With the rise of the Web as the major platform for making data and services available for both, humans and applications, interorganizational workflows became a crucial issue. Several languages for the specification of interorganizational workflows have been already proposed, each of them having different origins and pursuing different goals for dealing with the unique characteristics of interorganizational workflows. This paper compares these proposals, trying to identify their strengths and shortcomings. As a pre-requisite, a framework of requirements is suggested which categorizes the major characteristics of specification languages for interorganizational workflows into different perspectives. For each of these perspectives, a set of functional requirements is proposed thereby emphasizing the difference to traditional intraorganizational workflows. On the basis of this framework, seven representative specification languages are surveyed and compared to each other.</p>
			</richtext>
		</abstract>
		<pages>30-36</pages>
		<title type="sharef:primaryTitle">Specification of Interorganizational Workflows — A Comparison of Approaches</title>
		<field type="bibtex:topic">wsdl[0.7] wsfl[0.7] ebxml[0.7] bpml[0.7] xlang[0.7] wscl[0.7] wpdl[0.7]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.big.tuwien.ac.at/research/publications/2003/0603.pdf</identifier>
	</reference>
	<reference name="sci2003" src="bibtex:proceedings" src-info="bibtex:line-1058" type="sharef:proceedings">
		<date value="2003-07"/>
		<address type="sharef:placePublished">Orlando, Florida</address>
		<field type="bibtex:index">SCI 2003</field>
		<identifier type="sharef:isbn">9806560019</identifier>
		<title type="sharef:primaryTitle">Proceedings of the 7th World Multiconference on Systemics, Cybernetics, and Informatics</title>
		<identifier type="sharef:uri">http://www.iiisci.org/sci2003/</identifier>
	</reference>
	<reference name="eng68" src="bibtex:inproceedings" src-info="bibtex:line-1073" type="sharef:inproceedings" crossref="afips1968">
		<names type="sharef:author">
			<person>
				<givenname>Douglas C.</givenname>
				<surname>Engelbart</surname>
			</person>
			<person>
				<givenname>William K.</givenname>
				<surname>English</surname>
			</person>
		</names>
		<pages>395-410</pages>
		<title type="sharef:primaryTitle">A Research Center for Augmenting Human Intellect</title>
		<field type="bibtex:topic">nls[0.9]</field>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=49508</identifier>
	</reference>
	<reference name="afips1968" src="bibtex:proceedings" src-info="bibtex:line-1082" type="sharef:proceedings">
		<date value="1968-12"/>
		<address type="sharef:placePublished">San Francisco, California</address>
		<title type="sharef:primaryTitle">Proceedings of AFIPS Fall Joint Computer Conference</title>
	</reference>
	<reference name="mcb01" src="bibtex:inproceedings" src-info="bibtex:line-1094" type="sharef:inproceedings" crossref="caise2001">
		<names type="sharef:author">
			<person>
				<givenname>Peter J.</givenname>
				<surname>McBrien</surname>
			</person>
			<person>
				<givenname>Alexandra</givenname>
				<surname>Poulovassilis</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is fast becoming the standard for information exchange on the WWW. As such, information expressed in XML will need to be integrated with existing information systems, which are mostly based on structured data models such as relational, object-oriented or object/relational data models. This paper shows how our previous framework for integrating heterogeneous structured data sources can also be used for integrating XML data sources with each other and/or with other structured data sources. Our framework allows constructs from multiple modelling languages to co-exist within the same intermediate schema, and allows automatic translation of data, queries and updates between semantically equivalent or overlapping heterogenous schemas.</p>
			</richtext>
		</abstract>
		<pages>330-345</pages>
		<title type="sharef:primaryTitle">A Semantic Approach to Integrating XML and Structured Data Sources</title>
		<field type="bibtex:topic">xml[0.7]</field>
		<identifier type="sharef:uri">http://www.springerlink.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=2068&amp;spage=330</identifier>
	</reference>
	<reference name="caise2001" src="bibtex:proceedings" src-info="bibtex:line-1104" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Klaus R.</givenname>
				<surname>Dittrich</surname>
			</person>
			<person>
				<givenname>Andreas</givenname>
				<surname>Geppert</surname>
			</person>
			<person>
				<givenname>Moira C.</givenname>
				<surname>Norrie</surname>
			</person>
		</names>
		<date value="2001-06"/>
		<address type="sharef:placePublished">Interlaken, Switzerland</address>
		<field type="bibtex:index">CAISE 2001</field>
		<identifier type="sharef:isbn">3540422153</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 13th Conference on Advanced Information Systems Engineering</title>
		<identifier type="sharef:uri">http://www.caise01.ch/</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/caise/caise2001.html</identifier>
		<volume>2068</volume>
	</reference>
	<reference name="are02" src="bibtex:inproceedings" src-info="bibtex:line-1124" type="sharef:inproceedings" crossref="dexa2002">
		<names type="sharef:author">
			<person>
				<givenname>Marcelo</givenname>
				<surname>Arenas</surname>
			</person>
			<person>
				<givenname>Wenfei</givenname>
				<surname>Fan</surname>
			</person>
			<person>
				<givenname>Leonid</givenname>
				<surname>Libkin</surname>
			</person>
		</names>
		<pages>269-278</pages>
		<title type="sharef:primaryTitle">What's Hard about XML Schema Constraints?</title>
		<field type="bibtex:topic">xmlschema[0.8]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=2453&amp;spage=269</identifier>
	</reference>
	<reference name="dexa2002" src="bibtex:proceedings" src-info="bibtex:line-1133" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Abdelkader</givenname>
				<surname>Hameurlain</surname>
			</person>
			<person>
				<givenname>Rosine</givenname>
				<surname>Cicchetti</surname>
			</person>
			<person>
				<givenname>Roland</givenname>
				<surname>Traunmüller</surname>
			</person>
		</names>
		<date value="2002-09"/>
		<address type="sharef:placePublished">Aix-en-Provence, France</address>
		<field type="bibtex:index">DEXA 2002</field>
		<identifier type="sharef:isbn">3540441263</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 13th International Conference on Database and Expert Systems Applications (DEXA 2002)</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/dexa/dexa2002.html</identifier>
		<volume>2453</volume>
	</reference>
	<reference name="lee01" src="bibtex:inproceedings" src-info="bibtex:line-1152" type="sharef:inproceedings" crossref="dexa2001">
		<names type="sharef:author">
			<person>
				<givenname>Mong-Li</givenname>
				<surname>Lee</surname>
			</person>
			<person>
				<givenname>Sin Yeung</givenname>
				<surname>Lee</surname>
			</person>
			<person>
				<givenname>Tok Wang</givenname>
				<surname>Ling</surname>
			</person>
			<person>
				<givenname>Gillian</givenname>
				<surname>Dobbie</surname>
			</person>
			<person>
				<givenname>Leonid A.</givenname>
				<surname>Kalinichenko</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Semistructured data has become prevalent with the growth of the Internet. The data is usually stored in a database system or in a specialized repository. Many information providers have presented their databases on the web as semistructured data, while others are developing repositories for new applications. Designing a “good” semistructured database is important to prevent data redundancy and updating anomalies. In this paper, we propose a conceptual approach to design semistructured databases. A conceptual layer based on the Entity-Relationship model is used to remove redundancies at the semantic level. An algorithm to map an ER diagram involving composite attributes weak entity types, recursive, n-ary and ISA relationship sets, and aggregations to a semistructured schema graph (S3-Graph) is also given.</p>
			</richtext>
		</abstract>
		<pages>12-21</pages>
		<title type="sharef:primaryTitle">Designing Semistructured Databases: A Conceptual Approach</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=wffxga8fykahxbxq</identifier>
	</reference>
	<reference name="dexa2001" src="bibtex:proceedings" src-info="bibtex:line-1161" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Heinrich C.</givenname>
				<surname>Mayr</surname>
			</person>
			<person>
				<givenname>Jirí</givenname>
				<surname>Lazanský</surname>
			</person>
			<person>
				<givenname>Gerald</givenname>
				<surname>Quirchmayr</surname>
			</person>
			<person>
				<givenname>Pavel</givenname>
				<surname>Vogel</surname>
			</person>
		</names>
		<date value="2001-09"/>
		<address type="sharef:placePublished">Munich, Germany</address>
		<field type="bibtex:index">DEXA 2001</field>
		<identifier type="sharef:isbn">3-540-42527-6</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 12th International Conference on Database and Expert Systems Applications (DEXA 2001)</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/dexa/dexa2001.html</identifier>
		<volume>2113</volume>
	</reference>
	<reference name="cas02" src="bibtex:inproceedings" src-info="bibtex:line-1180" type="sharef:inproceedings" crossref="dexaws2002">
		<names type="sharef:author">
			<person>
				<givenname>Silvana</givenname>
				<surname>Castano</surname>
			</person>
			<person>
				<givenname>Alfio</givenname>
				<surname>Ferrara</surname>
			</person>
			<person>
				<givenname>G. S.</givenname>
				<surname>Kuruvilla Ottathycal</surname>
			</person>
			<person>
				<givenname>Valeria</givenname>
				<surname>De Antonellis</surname>
			</person>
		</names>
		<pages>103-110</pages>
		<title type="sharef:primaryTitle">A Disciplined Approach for the Integration of Heterogeneous XML Datasources</title>
		<identifier type="sharef:uri" resourceType="text/html">http://csdl.computer.org/comp/proceedings/dexa/2002/1668/00/16680103abs.htm</identifier>
	</reference>
	<reference name="dexaws2002" src="bibtex:proceedings" src-info="bibtex:line-1188" type="sharef:proceedings">
		<date value="2002-09"/>
		<address type="sharef:placePublished">Aix-en-Provence, France</address>
		<field type="bibtex:index">DEXA 2002</field>
		<identifier type="sharef:isbn">0769516688</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 13th International Workhop on Database and Expert Systems Applications (DEXA 2002)</title>
		<identifier type="sharef:uri" resourceType="text/html">http://csdl.computer.org/comp/proceedings/dexa/2002/1668/00/1668toc.htm</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/dexaw/dexaw2002.html</identifier>
	</reference>
	<reference name="mcb02" src="bibtex:inproceedings" src-info="bibtex:line-1205" type="sharef:inproceedings" crossref="caise2002">
		<names type="sharef:author">
			<person>
				<givenname>Peter J.</givenname>
				<surname>McBrien</surname>
			</person>
			<person>
				<givenname>Alexandra</givenname>
				<surname>Poulovassilis</surname>
			</person>
		</names>
		<pages>484-499</pages>
		<title type="sharef:primaryTitle">Schema Evolution in Heterogeneous Database Architectures, A Schema Transformation Approach</title>
	</reference>
	<reference name="caise2002" src="bibtex:proceedings" src-info="bibtex:line-1212" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Anne Banks</givenname>
				<surname>Pidduck</surname>
			</person>
			<person>
				<givenname>John</givenname>
				<surname>Mylopoulos</surname>
			</person>
			<person>
				<givenname>Carson C.</givenname>
				<surname>Woo</surname>
			</person>
			<person>
				<givenname>M. Tamer</givenname>
				<surname>Özsu</surname>
			</person>
		</names>
		<date value="2002-05"/>
		<address type="sharef:placePublished">Toronto, Canada</address>
		<field type="bibtex:index">CAISE 2002</field>
		<identifier type="sharef:isbn">354043738X</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 14th Conference on Advanced Information Systems Engineering</title>
		<identifier type="sharef:uri">http://www.cs.toronto.edu/caise02/</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/caise/caise2002.html</identifier>
		<volume>2348</volume>
	</reference>
	<reference name="ben03b" src="bibtex:inproceedings" src-info="bibtex:line-1233" type="sharef:inproceedings" crossref="caise2003">
		<names type="sharef:author">
			<person>
				<givenname>Boualem</givenname>
				<surname>Benatallah</surname>
			</person>
			<person>
				<givenname>Fabio</givenname>
				<surname>Casati</surname>
			</person>
			<person>
				<givenname>Farouk</givenname>
				<surname>Toumani</surname>
			</person>
			<person>
				<givenname>Rachid</givenname>
				<surname>Hamadi</surname>
			</person>
		</names>
		<pages>449-467</pages>
		<title type="sharef:primaryTitle">Conceptual Modeling of Web Service Conversations</title>
		<field type="bibtex:topic">selfserv[0.9]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/bibs/2681/26810449.htm</identifier>
	</reference>
	<reference name="ber03b" src="bibtex:inproceedings" src-info="bibtex:line-1242" type="sharef:inproceedings" crossref="caise2003short">
		<names type="sharef:author">
			<person>
				<givenname>Martin</givenname>
				<surname>Bernauer</surname>
			</person>
			<person>
				<givenname>Gerti</givenname>
				<surname>Kappel</surname>
			</person>
			<person>
				<givenname>Gerhard</givenname>
				<surname>Kramler</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The unique selling point of XML as standard representation of content is its ease of use thus facilitating interoperability between various partners and platforms. To overcome XML Schema's weakness concerning semantic expressiveness, tailored XML schema languages would be favorable to represent domain specific knowledge. The contribution of this paper is to identify various approaches to implementing tailored XML schema languages with XML Schema.</p>
			</richtext>
		</abstract>
		<pages>133-140</pages>
		<title type="sharef:primaryTitle">Approaches to Implementing a Tailored Metaschema in XML</title>
		<field type="bibtex:topic">xmlschemalanguage[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.big.tuwien.ac.at/research/publications/2003/0203.pdf</identifier>
	</reference>
	<reference name="su03" src="bibtex:inproceedings" src-info="bibtex:line-1252" type="sharef:inproceedings" crossref="caise2003short">
		<names type="sharef:author">
			<person>
				<givenname>Xiaomeng</givenname>
				<surname>Su</surname>
			</person>
			<person>
				<givenname>Terje</givenname>
				<surname>Brasethvik</surname>
			</person>
			<person>
				<givenname>Sari</givenname>
				<surname>Hakkarainen</surname>
			</person>
		</names>
		<pages>101-104</pages>
		<title type="sharef:primaryTitle">Ontology Mapping through Analysis of Model Extension</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.idi.ntnu.no/~xiaomeng/paper/CaiseForum.pdf</identifier>
		<identifier type="sharef:uri" resourceType="application/pdf">http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-74/files/FORUM_26.pdf</identifier>
	</reference>
	<reference name="caise2003" src="bibtex:proceedings" src-info="bibtex:line-1261" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Johann</givenname>
				<surname>Eder</surname>
			</person>
			<person>
				<givenname>Michele</givenname>
				<surname>Missikoff</surname>
			</person>
		</names>
		<date value="2003-06"/>
		<address type="sharef:placePublished">Klagenfurt, Austria</address>
		<field type="bibtex:index">CAISE 2003</field>
		<identifier type="sharef:isbn">3540404422</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 15th Conference on Advanced Information Systems Engineering</title>
		<identifier type="sharef:uri">http://www.isys.uni-klu.ac.at/caise03/01_home/</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/caise/caise2003.html</identifier>
		<volume>2681</volume>
	</reference>
	<reference name="caise2003short" src="bibtex:proceedings" src-info="bibtex:line-1277" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Johann</givenname>
				<surname>Eder</surname>
			</person>
			<person>
				<givenname>Tatjana</givenname>
				<surname>Welzer</surname>
			</person>
		</names>
		<date value="2003-06"/>
		<address type="sharef:placePublished">Klagenfurt, Austria</address>
		<field type="bibtex:index">CAISE 2003</field>
		<identifier type="sharef:isbn">8643505498</identifier>
		<publisher>Technical University of Aachen (RWTH)</publisher>
		<title type="sharef:seriesTitle">CEUR Workshop Proceedings</title>
		<title type="sharef:primaryTitle">Short Paper Proceedings of the 15th Conference on Advanced Information Systems Engineering</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/caise/caisefo2003.html</identifier>
		<volume>74</volume>
	</reference>
	<reference name="bai04" src="bibtex:inproceedings" src-info="bibtex:line-1297" type="sharef:inproceedings" crossref="caise2004">
		<names type="sharef:author">
			<person>
				<givenname>Karim</givenname>
				<surname>Baïna</surname>
			</person>
			<person>
				<givenname>Boualem</givenname>
				<surname>Benatallah</surname>
			</person>
			<person>
				<givenname>Fabio</givenname>
				<surname>Casati</surname>
			</person>
			<person>
				<givenname>Farouk</givenname>
				<surname>Toumani</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Web services are emerging as a promising technology for the effective automation of inter-organizational interactions. However, despite the growing interest, several issues still need to be addressed to provide Web services with benefits similar to what traditional middleware brings to intra-organizational application integration. In this paper, we present a framework that supports the model-driven development of Web services. Specifically, we show how, starting from the external specifications of a Web service (e.g., interface and protocol specifications), we can support the generation of extensible service implementation templates as well as of complete (executable) service specifications, thereby considerably simplifying the service development work.</p>
			</richtext>
		</abstract>
		<pages>290-306</pages>
		<title type="sharef:primaryTitle">Model-Driven Web Service Development</title>
		<field type="bibtex:topic">soa[0.7]</field>
		<identifier type="sharef:uri">http://springerlink.metapress.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=3084&amp;spage=22</identifier>
	</reference>
	<reference name="ign04" src="bibtex:inproceedings" src-info="bibtex:line-1307" type="sharef:inproceedings" crossref="caise2004">
		<names type="sharef:author">
			<person>
				<givenname>Claudia-Lavinia</givenname>
				<surname>Ignat</surname>
			</person>
			<person>
				<givenname>Moira C.</givenname>
				<surname>Norrie</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>In software engineering as well as in any engineering domain, a way of customizing the collaborative work to various modes of collaboration, i.e. synchronous and asynchronous, and the possibility of alternating these modes along the phases of a project is required. Our goal is to develop a universal information platform that can support collaboration in a range of application domains, the basic sharing unit being the document. Since not all user groups have the same conventions and not all tasks have the same requirements, this implies that it should be possible to customize the collaborative environment at the level of both communities and individual tasks. In this paper we present the consistency maintenance models underlying the synchronous and asynchronous modes of collaboration. We highlight the importance of choosing a general structured model of the document and particularly analyze the multi-mode collaboration for two main representative types of documents: textual and graphical.</p>
			</richtext>
		</abstract>
		<pages>580-594</pages>
		<title type="sharef:primaryTitle">CoDoc: Multi-mode Collaboration over Documents</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=mffh585tc0ntcype</identifier>
		<identifier type="sharef:uri">http://www.springerlink.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=3084&amp;spage=580</identifier>
	</reference>
	<reference name="eck04" src="bibtex:inproceedings" src-info="bibtex:line-1317" type="sharef:inproceedings" crossref="caise2004forum">
		<names type="sharef:author">
			<person>
				<givenname>Rainer</givenname>
				<surname>Eckstein</surname>
			</person>
			<person>
				<givenname>Silke</givenname>
				<surname>Eckstein</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The Extensible Markup Language (XML) has found acceptance as a standard for storing and exchanging structured and semi-structured data. With its expressive power, XML enables a great variety of applications relying on such structures. As the data schema, an XML schema is a means by which documents and objects can be structured. Our approach is to model XML schemata and thus classes of documents on the basis of UML (Unified Modeling Language). We consider UML to be the connecting link between software engineering and document design, i.e., it is possible to design object-oriented software together with the necessary XML structures. For this reason, we describe how to transform the static part of UML, i.e. class diagrams, into XML schemata. The major challenge for the transformation is to define a suitable mapping reflecting the semantics of a UML specification in an XML schema correctly. Because of XML's specific properties, we slightly extend UML in a UML compliant way. Additionally, the resulting XML schema profile supports the tuning of the transformation to XML schema. Our approach provides the stepping stone to bridge the gap between object-oriented software design and the development of XML data schemata.</p>
			</richtext>
		</abstract>
		<pages>122-131</pages>
		<title type="sharef:primaryTitle">Conceptual Modeling XML-Schemata Using UML</title>
	</reference>
	<reference name="caise2004" src="bibtex:proceedings" src-info="bibtex:line-1325" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Anne</givenname>
				<surname>Persson</surname>
			</person>
			<person>
				<givenname>Janis</givenname>
				<surname>Stirna</surname>
			</person>
		</names>
		<date value="2004-06"/>
		<address type="sharef:placePublished">Riga, Latvia</address>
		<identifier type="sharef:doi">10.1007/b98058</identifier>
		<field type="bibtex:index">CAISE 2004</field>
		<identifier type="sharef:isbn">3-540-22151-4</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 16th Conference on Advanced Information Systems Engineering</title>
		<identifier type="sharef:uri">http://www.cs.rtu.lv/caise2004/</identifier>
		<identifier type="sharef:uri">http://www.springerlink.com/openurl.asp?genre=issue&amp;issn=0302-9743&amp;volume=3084&amp;issue=preprint</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/caise/caise2004.html</identifier>
		<volume>3048</volume>
	</reference>
	<reference name="caise2004forum" src="bibtex:proceedings" src-info="bibtex:line-1343" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Janis</givenname>
				<surname>Grabis</surname>
			</person>
			<person>
				<givenname>Anne</givenname>
				<surname>Persson</surname>
			</person>
			<person>
				<givenname>Janis</givenname>
				<surname>Stirna</surname>
			</person>
		</names>
		<date value="2004-06"/>
		<address type="sharef:placePublished">Riga, Latvia</address>
		<field type="bibtex:index">CAISE 2004</field>
		<identifier type="sharef:isbn">9984-9767-0-X</identifier>
		<title type="sharef:primaryTitle">Forum Proceedings of the 16th Conference on Advanced Information Systems Engineering</title>
	</reference>
	<reference name="oli05" src="bibtex:inproceedings" src-info="bibtex:line-1358" type="sharef:inproceedings" crossref="caise2005">
		<names type="sharef:author">
			<person>
				<givenname>Antoni</givenname>
				<surname>Olivé</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The goal of automating information systems building was stated in the sixties. Forty years later it is clear that the goal has not been achieved in a satisfactory degree. One of the problems has been the lack of standards in languages and platforms. In this respect, the recent efforts on standardization provide an opportunity to revive the automation goal. This is the main purpose of this paper. We have named the goal "conceptual schema-centric development" (CSCD) in order to emphasize that the conceptual schema should be the center of the development of information systems. We show that to develop an information system it is necessary to define its conceptual schema and that, therefore, the CSCD approach does not place an extra burden on developers. In CSCD, conceptual schemas would be explicit, executable in the production environment and the basis for the system evolution. To achieve the CSCD goal it is necessary to solve many research problems. We identify and comment on a few problems that should be included in a research agenda for CSCD. Finally, we show that the CSCD goal can be qualified as a grand challenge for the information systems research community.</p>
			</richtext>
		</abstract>
		<pages>1-15</pages>
		<title type="sharef:primaryTitle">Conceptual Schema-Centric Development: A Grand Challenge for Information Systems Research</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=wgjgj3d7k4mqtenu</identifier>
	</reference>
	<reference name="van05" src="bibtex:inproceedings" src-info="bibtex:line-1367" type="sharef:inproceedings" crossref="caise2005">
		<names type="sharef:author">
			<person>
				<givenname>Jean</givenname>
				<surname>Vanderdonckt</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>To cope with the ever increasing diversity of markup languages, programming languages, tool kits and interface development environments, conceptual modeling of user interfaces could bring a framework for specifying, designing, and developing user interfaces at a level of abstraction that is higher than the level where code is merely manipulated. For this purpose, a complete environment is presented based on conceptual modeling of user interfaces of information systems structured around three axes: the models that characterize a user interface from the end user's viewpoint and the specification language that allows designers to specify such interfaces, the method for developing interfaces in forward, reverse, and lateral engineering based on these models, and a suite of tools that support designers in applying the method based on the models. This environment is compatible with the Model-Driven Architecture recommendations in the sense that all models adhere to the principle of separation of concerns and are based on model transformation between the MDA levels. The models and the transformations of these models are all expressed in UsiXML (User Interface eXtensible Markup Language) and maintained in a model repository that can be accessed by the suite of tools. Thanks to this environment, it is possible to quickly develop and deploy a wide array of user interfaces for different computing platforms, for different interaction modalities, for different markup and programming languages, and for various contexts of use.</p>
			</richtext>
		</abstract>
		<pages>16-31</pages>
		<title type="sharef:primaryTitle">A MDA-Compliant Environment for Developing User Interfaces of Information Systems</title>
		<field type="bibtex:topic">usixml[0.9]</field>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=xf005tul3xyqhab3</identifier>
	</reference>
	<reference name="caise2005" src="bibtex:proceedings" src-info="bibtex:line-1377" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Oscar</givenname>
				<surname>Pastor</surname>
			</person>
			<person>
				<givenname>Jo{ã}o</givenname>
				<surname>Falcão e Cunha</surname>
			</person>
		</names>
		<date value="2005-06"/>
		<address type="sharef:placePublished">Porto, Portugal</address>
		<field type="bibtex:index">CAISE 2005</field>
		<identifier type="sharef:isbn">3-540-26095-1</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 16th Conference on Advanced Information Systems Engineering</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/caise/caise2005.html</identifier>
		<volume>3520</volume>
	</reference>
	<reference name="con00" src="bibtex:inproceedings" src-info="bibtex:line-1396" type="sharef:inproceedings" crossref="er2000">
		<names type="sharef:author">
			<person>
				<givenname>Rainer</givenname>
				<surname>Conrad</surname>
			</person>
			<person>
				<givenname>Dieter</givenname>
				<surname>Scheffner</surname>
			</person>
			<person>
				<givenname>Johann Christoph</givenname>
				<surname>Freytag</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The eXtensible Markup Language (XML) is increasingly finding acceptance as a standard for storing and exchanging structured and semi-structured information. With its expressive power, XML enables a great variety of applications relying on such structures — notably product catalogs, digital libraries, and electronic data interchange (EDI). As the data schema, an XML Document Type Definition (DTD) is a means by which documents and objects can be structured. Currently, there is no suitable way to model DTDs conceptually. Our approach is to model DTDs and thus classes of documents on the basis of UML (Unified Modeling Language). We consider UML to be the connecting link between software engineering and document design, i.e., it is possible to design object-oriented software together with the necessary XML structures. For this reason, we describe how to transform the static part of UML, i.e. class diagrams, into XML DTDs. The major challenge for the transformation is to define a suitable mapping reflecting the semantics of a UML specification in a DTD correctly. Because of XML's specific properties, we slightly extend the UML language in a UML-compliant way. Our approach provides the stepping stone to bridge the gap between object-oriented software design and the development of XML data schemata.</p>
			</richtext>
		</abstract>
		<pages>558-571</pages>
		<title type="sharef:primaryTitle">XML Conceptual Modeling Using UML</title>
		<field type="bibtex:topic">uml[0.7] xmlschema[0.7]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">ftp://ftp.dbis.informatik.hu-berlin.de/pub/papers/conferences/ER2000-CSF.pdf</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/bibs/1920/19200558.htm</identifier>
	</reference>
	<reference name="bir00" src="bibtex:inproceedings" src-info="bibtex:line-1407" type="sharef:inproceedings" crossref="er2000">
		<names type="sharef:author">
			<person>
				<givenname>Linda</givenname>
				<surname>Bird</surname>
			</person>
			<person>
				<givenname>Andrew</givenname>
				<surname>Goodchild</surname>
			</person>
			<person>
				<givenname>Terry A.</givenname>
				<surname>Halpin</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is increasingly becoming the preferred method of encoding structured data for exchange over the Internet. XML-Schema, which is an emerging text-based schema definition language, promises to become the most popular method for describing these XML-documents. While text-based languages, such as XML-Schema, offer great advantages for data interchange on the Internet, graphical modelling languages are widely accepted as a more visually effective means of specifying and communicating data requirements for a human audience. With this in mind, this paper investigates the use of Object Role Modelling (ORM), a graphical, conceptual modelling technique, as a means for designing XML-Schemas. The primary benefit of using ORM is that it is much easier to get the model ‘correct' by designing it in ORM first, rather than in XML. To facilitate this process we describe an algorithm that enables an XML-Schema file to be automatically generated from an ORM conceptual data model. Our approach aims to reduce data redundancy and increase the connectivity of the resulting XML instances.</p>
			</richtext>
		</abstract>
		<pages>309-322</pages>
		<title type="sharef:primaryTitle">Object Role Modelling and XML-Schema</title>
		<field type="bibtex:topic">orm[0.7] xmlschema[0.7]</field>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=ulp47aqbr7y3rx5h</identifier>
	</reference>
	<reference name="er2000" src="bibtex:proceedings" src-info="bibtex:line-1417" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Alberto H. F.</givenname>
				<surname>Laender</surname>
			</person>
			<person>
				<givenname>Stephen W.</givenname>
				<surname>Liddle</surname>
			</person>
			<person>
				<givenname>Veda C.</givenname>
				<surname>Storey</surname>
			</person>
		</names>
		<date value="2000-10"/>
		<address type="sharef:placePublished">Salt Lake City, Utah</address>
		<field type="bibtex:index">ER 2000</field>
		<identifier type="sharef:isbn">3-540-41072-4</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 19th International Conference on Conceptual Modeling</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/%7Eley/db/conf/er/er2000.html</identifier>
		<volume>1920</volume>
	</reference>
	<reference name="man01" src="bibtex:inproceedings" src-info="bibtex:line-1436" type="sharef:inproceedings" crossref="er2001">
		<names type="sharef:author">
			<person>
				<givenname>Murali</givenname>
				<surname>Mani</surname>
			</person>
			<person>
				<givenname>Dongwon</givenname>
				<surname>Lee</surname>
			</person>
			<person>
				<givenname>Richard R.</givenname>
				<surname>Muntz</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Most research on XML has so far largely neglected the data modeling aspects of XML schemas. In this paper, we attempt to make a systematic approach to data modeling capabilities of XML schemas. We first formalize a core set of features among a dozen competing XML schema language proposals and introduce a new notion of XGrammar. The benefits of such formal description is that it is both concise and precise. We then compare the features of XGrammar with those of the Entity-Relationship (ER) model. We especially focus on three data modeling capabilities of XGrammar: (a) the ability to represent  ordered binary relationships, (b) the ability to represent a set of semantically equivalent but structurally different types as "one" type using the closure properties, and (c) the ability to represent  recursive relationships.</p>
			</richtext>
		</abstract>
		<pages>149-163</pages>
		<title type="sharef:primaryTitle">Semantic Data Modeling Using XML Schemas</title>
		<field type="bibtex:topic">xmlschema[0.7] xgrammar[0.9]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/bibs/2224/22240149.htm</identifier>
	</reference>
	<reference name="mel01" src="bibtex:inproceedings" src-info="bibtex:line-1446" type="sharef:inproceedings" crossref="er2001">
		<names type="sharef:author">
			<person>
				<givenname>Ronaldo</givenname>
				<surname link="dos">Santos Mello</surname>
			</person>
			<person>
				<givenname>Carlos A.</givenname>
				<surname>Heuser</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is a common standard for semi-structured and structured data representation and exchange over the Web. This paper describes a  semi-automatic process for converting an XML DTD to a schema in a canonical conceptual model based on ORM/NIAM and extended ER models. This process is part of a bottom-up approach for integration of XML sources that takes a set of DTDs and generates an ontology for query purposes. A conceptual schema for a DTD simplifies the integration activity because provides a semantically rich representation of an XML source. The core of the process is a set of  conversion rules that consider the DTD structure and heuristics related to default semantic interpretations on such structure in order to generate the corresponding concepts in the canonical conceptual schema.</p>
			</richtext>
		</abstract>
		<pages>133-148</pages>
		<title type="sharef:primaryTitle">A Rule-Based Conversion of a DTD to a Conceptual Schema</title>
		<field type="bibtex:topic">dtd[0.7]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/bibs/2224/22240133.htm</identifier>
	</reference>
	<reference name="emb01" src="bibtex:inproceedings" src-info="bibtex:line-1456" type="sharef:inproceedings" crossref="er2001">
		<names type="sharef:author">
			<person>
				<givenname>David W.</givenname>
				<surname>Embley</surname>
			</person>
			<person>
				<givenname>Wai Yin</givenname>
				<surname>Mok</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Many XML documents are being produced, but there are no agreed-upon standards formally defining what it means for complying XML documents to have “good” properties. In this paper we present a formal definition for a proposed canonical normal form for XML documents called XNF. XNF guarantees that complying XML documents have maximally compact connectivity while simultaneously guaranteeing that the data in complying XML documents cannot be redundant. Further, we present a conceptual-model-based methodology that automatically generates XNF-compliant DTDs and prove that the algorithms, which are part of the methodology, produce DTDs to ensure that all complying XML documents satisfy the properties of XNF.</p>
			</richtext>
		</abstract>
		<pages>426-441</pages>
		<title type="sharef:primaryTitle">Developing XML Documents with Guaranteed “Good” Properties</title>
		<field type="bibtex:topic">dtd[0.7] xnf[1]</field>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=340lwwh36jm5kvhm</identifier>
	</reference>
	<reference name="er2001" src="bibtex:proceedings" src-info="bibtex:line-1466" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Hideko S.</givenname>
				<surname>Kunii</surname>
			</person>
			<person>
				<givenname>Sushil</givenname>
				<surname>Jajodia</surname>
			</person>
			<person>
				<givenname>Arne</givenname>
				<surname>Sølvberg</surname>
			</person>
		</names>
		<date value="2001-11"/>
		<address type="sharef:placePublished">Yokohama, Japan</address>
		<field type="bibtex:index">ER 2001</field>
		<identifier type="sharef:isbn">3540428666</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 20th International Conference on Conceptual Modeling</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/%7Eley/db/conf/er/er2001.html</identifier>
		<volume>2224</volume>
	</reference>
	<reference name="mar00" src="bibtex:inproceedings" src-info="bibtex:line-1485" type="sharef:inproceedings" crossref="iccs2000">
		<names type="sharef:author">
			<person>
				<givenname>Philippe</givenname>
				<surname>Martin</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Much research has focused on the problem of knowledge accessibility, sharing and reuse. Specific languages (e.g. KIF, CG, RDF) and ontologies have been proposed. Common characteristics, conventions or ontological distinctions are beginning to emerge. Since knowledge providers (humans and software agents) must follow common conventions for the knowledge to be widely accessed and re-used, we propose lexical, structural, semantic and ontological conventions based on various knowledge representation projects and our own research. These are minimal conventions that can be followed by most and cover the most common knowledge representation cases. However, agreement and refinements are still required. We also show that a notation can be both readable and expressive by quickly presenting two notations — Formalized English (FE) and Frame-CG (FCG) — that we have derived from CG and Frame-Logics. These notations support the above conventions, and are implemented in our Web-based knowledge representation and document indexation tool, WebKB.</p>
			</richtext>
		</abstract>
		<pages>41-54</pages>
		<title type="sharef:primaryTitle">Conventions and Notations for Knowledge Representation and Retrieval</title>
		<field type="bibtex:topic">rdf[0.8] cg[0.8] kif[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://meganesia.int.gu.edu.au/~phmartin/WebKB/doc/papers/iccs00/iccs00.pdf</identifier>
	</reference>
	<reference name="iccs2000" src="bibtex:proceedings" src-info="bibtex:line-1495" type="sharef:proceedings">
		<date value="2000-08"/>
		<address type="sharef:placePublished">Darmstadt, Germany</address>
		<field type="bibtex:index">ICCS 2000</field>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Artificial Intelligence</title>
		<title type="sharef:primaryTitle">Proceedings of the 8th International Conference on Conceptual Structures</title>
		<volume>1867</volume>
	</reference>
	<reference name="car96" src="bibtex:inproceedings" src-info="bibtex:line-1511" type="sharef:inproceedings" crossref="wetice96">
		<names type="sharef:author">
			<person>
				<givenname>Germano</givenname>
				<surname>Caronni</surname>
			</person>
			<person>
				<givenname>Hannes P.</givenname>
				<surname>Lubich</surname>
			</person>
			<person>
				<givenname>Ashar</givenname>
				<surname>Aziz</surname>
			</person>
			<person>
				<givenname>Tom</givenname>
				<surname>Markson</surname>
			</person>
			<person>
				<givenname>Rich</givenname>
				<surname>Skrenta</surname>
			</person>
		</names>
		<pages>62-67</pages>
		<field type="bibtex:src">EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">SKIP — Securing the Internet</title>
		<field type="bibtex:topic">skip[0.9]</field>
	</reference>
	<reference name="wetice96" src="bibtex:proceedings" src-info="bibtex:line-1520" type="sharef:proceedings">
		<date value="1996-06"/>
		<address type="sharef:placePublished">Stanford, California</address>
		<field type="bibtex:index">WET ICE '96</field>
		<field type="bibtex:src">GC</field>
		<title type="sharef:primaryTitle">Proceedings of the Fifth Workshop on Enabling Technologies: Infrastructures for Collaborative Enterprises</title>
	</reference>
	<reference name="hal02" src="bibtex:inproceedings" src-info="bibtex:line-1534" type="sharef:inproceedings" crossref="drm2002">
		<names type="sharef:author">
			<person>
				<givenname>John A.</givenname>
				<surname>Halderman</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">Evaluating New Copy-Prevention Techniques for Audio CDs</title>
		<field type="bibtex:topic">cdda[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.cs.princeton.edu/~jhalderm/papers/drm2002.pdf</identifier>
	</reference>
	<reference name="drm2002" src="bibtex:proceedings" src-info="bibtex:line-1542" type="sharef:proceedings">
		<date value="2002-11"/>
		<address type="sharef:placePublished">Washington, D.C.</address>
		<field type="bibtex:index">DRM 2002</field>
		<title type="sharef:primaryTitle">Proceedings of the 2002 ACM Workshop on Digital Rights Management</title>
		<field type="bibtex:topic">drm[0.8]</field>
		<identifier type="sharef:uri">http://crypto.stanford.edu/DRM2002/</identifier>
	</reference>
	<reference name="los03" src="bibtex:inproceedings" src-info="bibtex:line-1557" type="sharef:inproceedings" crossref="widm2003">
		<names type="sharef:author">
			<person>
				<givenname>Bernadette Farias</givenname>
				<surname>Lóscio</surname>
			</person>
			<person>
				<givenname>Ana Carolina</givenname>
				<surname>Salgado</surname>
			</person>
			<person>
				<givenname>Luciano</givenname>
				<surname link="do">Rêgo Galvão</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML has become the standard format for representing structured and semi-structured data on the Web. To describe the structure and content of XML data, several XML schema languages have been proposed. Although being very useful for validating XML documents, an XML schema is not suitable for tasks requiring knowledge about the semantics of the represented data. For such tasks it is better to use a conceptual schema. This paper presents an extension of the Entity Relationship (ER) model, called X-Entity, for conceptual modeling of XML schemas. We also present the process of converting a schema, defined in the XML Schema language, to an X-Entity schema. The conversion process is based on a set of rules that consider element declarations and type definitions and generates the corresponding conceptual elements. Such representation provides a cleaner description for XML schemas by focusing only on semantically relevant concepts. The X-Entity model has been used in the context of a Web data integration system with the goal of providing a concise and semantic description for local schemas defined in XML Schema.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/956699.956722</identifier>
		<title type="sharef:primaryTitle">Conceptual Modeling of XML Schemas</title>
		<field type="bibtex:topic">xmlschema[0.7] xentity[0.9]</field>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=956699.956722</identifier>
	</reference>
	<reference name="widm2003" src="bibtex:proceedings" src-info="bibtex:line-1567" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Roger</givenname>
				<surname>Chiang</surname>
			</person>
			<person>
				<givenname>Alberto H. F.</givenname>
				<surname>Laender</surname>
			</person>
			<person>
				<givenname>Ee-Peng</givenname>
				<surname>Lim</surname>
			</person>
		</names>
		<date value="2003-11"/>
		<address type="sharef:placePublished">New Orleans, Louisiana</address>
		<field type="bibtex:index">WIDM 2003</field>
		<identifier type="sharef:isbn">1-58113-725-7</identifier>
		<title type="sharef:primaryTitle">Proceedings of the 5th ACM International Workshop on Web Information and Data Management</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=956699</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/widm/widm2003.html</identifier>
	</reference>
	<reference name="ame04" src="bibtex:inproceedings" src-info="bibtex:line-1584" type="sharef:inproceedings" crossref="widm2004">
		<names type="sharef:author">
			<person>
				<givenname>Sihem</givenname>
				<surname>Amer-Yahia</surname>
			</person>
			<person>
				<givenname>Fang</givenname>
				<surname>Du</surname>
			</person>
			<person>
				<givenname>Juliana</givenname>
				<surname>Freire</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The use of relational database management systems (RDBMSs) to store and query XML data has attracted considerable interest with a view to leveraging their powerful and reliable data management services. Due to the mismatch between the relational and XML data models, it is necessary to first shred and load the XML data into relational tables, and then translate XML queries over the original data into equivalent SQL queries over the mapped tables. Although there is a rich literature on XML-relational storage, none of the existing solutions addresses all the storage problems in a single framework. Works on mapping strategies often have little or no details about query translation, and proposals for query translation often target a specific mapping strategy. XML-storage solutions provided by RDBMS also have limitations. Notably, they are tied to a specific backend and use proprietary mapping languages, which not only may require a steep learning curve, but often are unable to express certain desirable mappings. In order to address these limitations, we developed ShreX, a XML-to-relational mapping framework and system that provides the first comprehensive and end-to-end solution to the relational storage of XML data. Mappings in ShreX are defined through annotations to an XML Schema. The use of XML Schema simplifies the mapping process, since it does not require users to master a new specialized mapping language. The use of annotations allows mapping choices to be combined in many different ways. As a result, ShreX not only supports all the mapping strategies proposed in the literature, but also new useful strategies that had not been considered previously. ShreX provides generic (and automatic) document shredding and query translation capabilities; and it is portable — its mapping specifications are independent of the database backend.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">1031453.1031461</identifier>
		<field type="bibtex:index">shrex[0.9]</field>
		<pages>31-38</pages>
		<title type="sharef:primaryTitle">A Comprehensive Solution to the XML-to-Relational Mapping Problem</title>
		<identifier type="sharef:uri">http://doi.acm.org/10.1145/1031453.1031461</identifier>
	</reference>
	<reference name="widm2004" src="bibtex:proceedings" src-info="bibtex:line-1595" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Alberto H. F.</givenname>
				<surname>Laender</surname>
			</person>
			<person>
				<givenname>Dongwon</givenname>
				<surname>Lee</surname>
			</person>
			<person>
				<givenname>Marc</givenname>
				<surname>Ronthaler</surname>
			</person>
		</names>
		<date value="2004-11"/>
		<address type="sharef:placePublished">Washington, D.C.</address>
		<field type="bibtex:index">WIDM 2004</field>
		<identifier type="sharef:isbn">1-58113-978-0</identifier>
		<title type="sharef:primaryTitle">Proceedings of the 6th ACM International Workshop on Web Information and Data Management</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/widm/widm2004.html</identifier>
	</reference>
	<reference name="wei05" src="bibtex:inproceedings" src-info="bibtex:line-1611" type="sharef:inproceedings" crossref="widm2005">
		<names type="sharef:author">
			<person>
				<givenname>Felix</givenname>
				<surname>Weigel</surname>
			</person>
			<person>
				<givenname>Klaus U.</givenname>
				<surname>Schulz</surname>
			</person>
			<person>
				<givenname>Holger</givenname>
				<surname>Meuss</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>In XML retrieval, two distinct approaches have been established and pursued without much cross-fertilization taking place so far. On the one hand, native XML databases tailored to the semistructured data model have received considerable attention, and a wealth of index structures, join algorithms, tree encodings and query rewriting techniques for XML have been proposed. On the other hand, the question how to make XML fit the relational data model has been studied in great detail, giving rise to a multitude of storage schemes for XML in relational database systems (RDBSs). In this paper we examine how native XML indexing techniques can boost the retrieval of XML stored in an RDBS. We present the Relational CADG (RCADG), an adaptation of several native indexing approaches to the relational model, and show how it supports the evaluation of a clean formal language of conjunctive XML queries. Unlike relational storage schemes for XML, the RCADG largely preserves the underlying tree structure of the data in the RDBS, thus addressing several open problems known from the literature. Experiments show that the RCADG accelerates retrieval by up to two or even three orders of magnitude compared to both native and relational approaches.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">1097047.1097054</identifier>
		<pages>23-30</pages>
		<title type="sharef:primaryTitle">Exploiting Native XML Indexing Techniques for XML Retrieval in Relational Database Systems</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?doid=1097047.1097054</identifier>
	</reference>
	<reference name="gue05" src="bibtex:inproceedings" src-info="bibtex:line-1621" type="sharef:inproceedings" crossref="widm2005">
		<names type="sharef:author">
			<person>
				<givenname>Giovanna</givenname>
				<surname>Guerrini</surname>
			</person>
			<person>
				<givenname>Marco</givenname>
				<surname>Mesiti</surname>
			</person>
			<person>
				<givenname>Daniele</givenname>
				<surname>Rossi</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>In this paper we investigate the problem of XML Schema evolution. We first discuss the different kinds of changes that may be needed on an XML Schema. Then, we investigate how to minimize document revalidation, that is, detecting the document parts potentially invalidated by the schema changes that should be revalidated.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">1097047.1097056</identifier>
		<field type="bibtex:index">xmlschema[0.8]</field>
		<pages>39-44</pages>
		<title type="sharef:primaryTitle">Impact of XML Schema Evolution on Valid Documents</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=1097047.1097056</identifier>
	</reference>
	<reference name="widm2005" src="bibtex:proceedings" src-info="bibtex:line-1632" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Angela</givenname>
				<surname>Bonifati</surname>
			</person>
			<person>
				<givenname>Dongwon</givenname>
				<surname>Lee</surname>
			</person>
		</names>
		<date value="2005-11"/>
		<address type="sharef:placePublished">Bremen, Germany</address>
		<field type="bibtex:index">WIDM 2005</field>
		<identifier type="sharef:isbn">1-59593-194-5</identifier>
		<title type="sharef:primaryTitle">Proceedings of the 7th ACM International Workshop on Web Information and Data Management</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/widm/widm2005.html</identifier>
	</reference>
	<reference name="ash97" src="bibtex:inproceedings" src-info="bibtex:line-1648" type="sharef:inproceedings" crossref="him97">
		<names type="sharef:author">
			<person>
				<givenname>Helen</givenname>
				<surname>Ashman</surname>
			</person>
			<person>
				<givenname>Alejandra</givenname>
				<surname>Garrido</surname>
			</person>
			<person>
				<givenname>Harri</givenname>
				<surname>Oinas-Kukkonen</surname>
			</person>
		</names>
		<field type="bibtex:index">hypermedia</field>
		<pages>191-208</pages>
		<title type="sharef:primaryTitle">Hand-Made and Computed Links, Precomputed and Dynamic Links</title>
	</reference>
	<reference name="him97" src="bibtex:proceedings" src-info="bibtex:line-1656" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Norbert</givenname>
				<surname>Fuhr</surname>
			</person>
			<person>
				<givenname>Gisbert</givenname>
				<surname>Dittrich</surname>
			</person>
			<person>
				<givenname>Klaus</givenname>
				<surname>Tochtermann</surname>
			</person>
		</names>
		<date value="1997-09"/>
		<address type="sharef:placePublished">Dortmund, Germany</address>
		<field type="bibtex:index">HIM'97</field>
		<title type="sharef:primaryTitle">Proceedings of Hypermedia — Information Retrieval — Multimedia 1997</title>
	</reference>
	<reference name="hel97" src="bibtex:inproceedings" src-info="bibtex:line-1670" type="sharef:inproceedings" crossref="kivs97">
		<names type="sharef:author">
			<person>
				<givenname>Tobias</givenname>
				<surname>Helbig</surname>
			</person>
			<person>
				<givenname>Dirk</givenname>
				<surname>Trossen</surname>
			</person>
		</names>
		<field type="bibtex:copied">11.2.97</field>
		<field type="bibtex:index">T.120</field>
		<field type="bibtex:src">EW: 210, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Die ITU Standard-Familie T.120 als Basis für verteilte Mehrbenutzeranwendungen</title>
	</reference>
	<reference name="kivs97" src="bibtex:proceedings" src-info="bibtex:line-1679" type="sharef:proceedings">
		<date value="1997-03"/>
		<address type="sharef:placePublished">Braunschweig, Germany</address>
		<field type="bibtex:index">KiVS '97</field>
		<field type="bibtex:src">TW</field>
		<title type="sharef:primaryTitle">GI-Fachtagung Kommunikation in Verteilten Systemen</title>
	</reference>
	<reference name="jag01" src="bibtex:inproceedings" src-info="bibtex:line-1693" type="sharef:inproceedings" crossref="dbpl01">
		<names type="sharef:author">
			<person>
				<givenname>H. V.</givenname>
				<surname>Jagadish</surname>
			</person>
			<person>
				<givenname>Laks V. S.</givenname>
				<surname>Lakshmanan</surname>
			</person>
			<person>
				<givenname>Divesh</givenname>
				<surname>Srivastava</surname>
			</person>
			<person>
				<givenname>Keith</givenname>
				<surname>Thompson</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">TAX: A Tree Algebra for XML</title>
		<field type="bibtex:topic">tax[1]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.eecs.umich.edu/db/timber/files/tax_full.pdf</identifier>
	</reference>
	<reference name="dbpl01" src="bibtex:proceedings" src-info="bibtex:line-1701" type="sharef:proceedings">
		<date value="2001-09"/>
		<address type="sharef:placePublished">Rome, Italy</address>
		<field type="bibtex:index">DBPL 2001</field>
		<title type="sharef:primaryTitle">Proceedings of 8th International Workshop on Databases and Programming Languages</title>
	</reference>
	<reference name="vog94" src="bibtex:inproceedings" src-info="bibtex:line-1714" type="sharef:inproceedings" crossref="itg94">
		<names type="sharef:author">
			<person>
				<givenname>Martin</givenname>
				<surname>Vogt</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Plagemann</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Walter</surname>
			</person>
		</names>
		<field type="bibtex:copied">17.10.95</field>
		<field type="bibtex:index">Da CaPo, parallel processing</field>
		<field type="bibtex:src">EW: 166</field>
		<title type="sharef:primaryTitle">Parallelitätsaspekte in Da CaPo</title>
	</reference>
	<reference name="itg94" src="bibtex:proceedings" src-info="bibtex:line-1723" type="sharef:proceedings">
		<date value="1994-01"/>
		<address type="sharef:placePublished">Karlsruhe, Germany</address>
		<field type="bibtex:index">GI/ITG-Fachgruppe Kommunikation und Verteilte Systeme</field>
		<field type="bibtex:src">MV</field>
		<title type="sharef:primaryTitle">1. GI/ITG Arbeitstreffen zur Architektur und Implementierung von Hochleistungs-Kommunikationssystemen</title>
	</reference>
	<reference name="cha00" src="bibtex:inproceedings" src-info="bibtex:line-1737" type="sharef:inproceedings" crossref="webdb2000">
		<names type="sharef:author">
			<person>
				<givenname>Donald D.</givenname>
				<surname>Chamberlin</surname>
			</person>
			<person>
				<givenname>Jonathan</givenname>
				<surname>Robie</surname>
			</person>
			<person>
				<givenname>Daniela</givenname>
				<surname>Florescu</surname>
			</person>
		</names>
		<pages>1-25</pages>
		<title type="sharef:primaryTitle">Quilt: An XML Query Language for Heterogeneous Data Sources</title>
		<field type="bibtex:topic">quilt[1]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://link.springer-ny.com/link/service/series/0558/papers/1997/19970001.pdf</identifier>
	</reference>
	<reference name="hos00" src="bibtex:inproceedings" src-info="bibtex:line-1746" type="sharef:inproceedings" crossref="webdb2000">
		<names type="sharef:author">
			<person>
				<givenname>Haruo</givenname>
				<surname>Hosoya</surname>
			</person>
			<person>
				<givenname>Benjamin C.</givenname>
				<surname>Pierce</surname>
			</person>
		</names>
		<pages>226-244</pages>
		<title type="sharef:primaryTitle">XDuce: A Typed XML Processing Language</title>
		<field type="bibtex:topic">xduce[1]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://link.springer-ny.com/link/service/series/0558/papers/1997/19970226.pdf</identifier>
	</reference>
	<reference name="kle00" src="bibtex:inproceedings" src-info="bibtex:line-1755" type="sharef:inproceedings" crossref="webdb2000">
		<names type="sharef:author">
			<person>
				<givenname>Meike</givenname>
				<surname>Klettke</surname>
			</person>
			<person>
				<givenname>Holger</givenname>
				<surname>Meyer</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML becomes the standard for the representation of structured and semi-structured data on the Web. Relational and object-relational database systems are a well understood technique for managing and querying such large sets of structured data. Using an object-relational data model and an XML datatype, we show how a relevant subset of XML documents and their implied structure can be mapped onto database structures. Besides straight-forward mappings, there are some XML structures that cannot be easily mapped onto database structures. These structures would sometimes result in large database schemas and sparsely populated databases. As a consequence, such XML document fragments should be mapped onto database attributes of type XML and kept as is. The XML datatype implementation should support evaluating path expressions and fulltext operations. We present an algorithm that finds a type of optimal mapping based on the XML Document Type Definition (DTD) and statistics. The statistics are derived from sample XML document sets and some knowledge about queries on XML document collections.</p>
			</richtext>
		</abstract>
		<pages>151-170</pages>
		<title type="sharef:primaryTitle">XML and Object-Relational Database Systems — Enhancing Structural Mappings Based on Statistics</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=805ey87jf1pnv55f</identifier>
	</reference>
	<reference name="webdb2000" src="bibtex:proceedings" src-info="bibtex:line-1764" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Dan</givenname>
				<surname>Suciu</surname>
			</person>
			<person>
				<givenname>Gottfried</givenname>
				<surname>Vossen</surname>
			</person>
		</names>
		<date value="2000-05"/>
		<address type="sharef:placePublished">Dallas, Texas</address>
		<field type="bibtex:index">WebDB 2000</field>
		<identifier type="sharef:isbn">3-540-41826-1</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">The World Wide Web and Databases: Third International Workshop WebDB 2000, Selected Papers</title>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer-ny.com/link/service/series/0558/tocs/t1997.htm</identifier>
		<volume>1997</volume>
	</reference>
	<reference name="wol99" src="bibtex:inproceedings" src-info="bibtex:line-1783" type="sharef:inproceedings" crossref="ngits99">
		<names type="sharef:author">
			<person>
				<givenname>Jens E.</givenname>
				<surname>Wolff</surname>
			</person>
			<person>
				<givenname>Armin B.</givenname>
				<surname>Cremers</surname>
			</person>
		</names>
		<field type="bibtex:index">myview</field>
		<pages>277-294</pages>
		<title type="sharef:primaryTitle">The MyView Project: A Data Warehousing Approach to Personalized Digital Libraries</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://link.springer-ny.com/link/service/series/0558/papers/1997/19970226.pdf</identifier>
	</reference>
	<reference name="ngits99" src="bibtex:proceedings" src-info="bibtex:line-1792" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Ron Y.</givenname>
				<surname>Pinter</surname>
			</person>
			<person>
				<givenname>Shalom</givenname>
				<surname>Tsur</surname>
			</person>
		</names>
		<date value="1999-07"/>
		<address type="sharef:placePublished">Zikhron-Yaakov, Israel</address>
		<field type="bibtex:index">NGITS'99</field>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of Fourth International Workshop on Next Generation Information Technologies and Systems</title>
		<identifier type="sharef:uri">http://www.springer.de/cgi/svcat/search_book.pl?isbn=3-540-66225-1</identifier>
		<volume>1649</volume>
	</reference>
	<reference name="sch93" src="bibtex:inproceedings" src-info="bibtex:line-1810" type="sharef:inproceedings" crossref="fse93">
		<names type="sharef:author">
			<person>
				<givenname>Bruce</givenname>
				<surname>Schneier</surname>
			</person>
		</names>
		<pages>191-204</pages>
		<title type="sharef:primaryTitle">Description of a New Variable-Length Key, 64-Bit Block Cipher (Blowfish)</title>
	</reference>
	<reference name="fse93" src="bibtex:proceedings" src-info="bibtex:line-1817" type="sharef:proceedings">
		<date value="1993-12"/>
		<address type="sharef:placePublished">Cambridge, UK</address>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Fast Software Encryption, Cambridge Security Workshop Proceedings</title>
		<volume>809</volume>
	</reference>
	<reference name="eck96" src="bibtex:inproceedings" src-info="bibtex:line-1832" type="sharef:inproceedings" crossref="doct96">
		<names type="sharef:author">
			<person>
				<givenname>Klaus-Peter</givenname>
				<surname>Eckert</surname>
			</person>
			<person>
				<givenname>M. Khayrat</givenname>
				<surname>Durmosch</surname>
			</person>
			<person>
				<givenname>Klaus-Dietrich</givenname>
				<surname>Engel</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Schoo</surname>
			</person>
		</names>
		<field type="bibtex:index">TANGRAM</field>
		<field type="bibtex:src">EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">A CORBA 2 Based Distributed Processing Environment for Telecommunication Applications</title>
	</reference>
	<reference name="doct96" src="bibtex:proceedings" src-info="bibtex:line-1840" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>A.</givenname>
				<surname>Gavras</surname>
			</person>
		</names>
		<date value="1996-10"/>
		<address type="sharef:placePublished">Frankfurt, Germany</address>
		<field type="bibtex:index">DOCT '96</field>
		<title type="sharef:primaryTitle">Proceedings of the Distributed Object Computing for Telecom Conference</title>
	</reference>
	<reference name="lai90" src="bibtex:inproceedings" src-info="bibtex:line-1854" type="sharef:inproceedings" crossref="ecrypt90">
		<names type="sharef:author">
			<person>
				<givenname>Xuejia</givenname>
				<surname>Lai</surname>
			</person>
			<person>
				<givenname>James L.</givenname>
				<surname>Massey</surname>
			</person>
		</names>
		<field type="bibtex:index">IDEA</field>
		<pages>389-404</pages>
		<title type="sharef:primaryTitle">A Proposal for a New Block Encryption Standard</title>
	</reference>
	<reference name="ecrypt90" src="bibtex:proceedings" src-info="bibtex:line-1862" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>I. B.</givenname>
				<surname>Damgard</surname>
			</person>
		</names>
		<date value="1991-05"/>
		<address type="sharef:placePublished">Århus, Denmark</address>
		<field type="bibtex:index">EUROCRYPT '90</field>
		<identifier type="sharef:isbn">038753587X</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of EUROCRYPT '90 — Advances in cryptology</title>
		<volume>473</volume>
	</reference>
	<reference name="par02" src="bibtex:inproceedings" src-info="bibtex:line-1880" type="sharef:inproceedings" crossref="sigir02">
		<names type="sharef:author">
			<person>
				<givenname>Seung-Taek</givenname>
				<surname>Park</surname>
			</person>
			<person>
				<givenname>David M.</givenname>
				<surname>Pennock</surname>
			</person>
			<person>
				<givenname>C. Lee</givenname>
				<surname>Giles</surname>
			</person>
			<person>
				<givenname>Robert</givenname>
				<surname>Krovetz</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/564376.564381</identifier>
		<pages>11-18</pages>
		<title type="sharef:primaryTitle">Analysis of Lexical Signatures for Finding Lost or Related Documents</title>
	</reference>
	<reference name="sigir02" src="bibtex:proceedings" src-info="bibtex:line-1888" type="sharef:proceedings">
		<date value="2002-08"/>
		<address type="sharef:placePublished">Tampere, Finland</address>
		<field type="bibtex:index">SIGIR 2002</field>
		<identifier type="sharef:isbn">1581135610</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 25th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</title>
		<identifier type="sharef:uri">http://portal.acm.org/toc.cfm?id=564376</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/sigir/sigir2002.html</identifier>
	</reference>
	<reference name="car03" src="bibtex:inproceedings" src-info="bibtex:line-1905" type="sharef:inproceedings" crossref="sigir03">
		<names type="sharef:author">
			<person>
				<givenname>David</givenname>
				<surname>Carmel</surname>
			</person>
			<person>
				<givenname>Yoëlle S.</givenname>
				<surname>Maarek</surname>
			</person>
			<person>
				<givenname>Matan</givenname>
				<surname>Mandelbrod</surname>
			</person>
			<person>
				<givenname>Yosi</givenname>
				<surname>Mass</surname>
			</person>
			<person>
				<givenname>Aya</givenname>
				<surname>Soffer</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/860435.860464</identifier>
		<pages>151-158</pages>
		<title type="sharef:primaryTitle">Searching XML documents via XML fragments</title>
		<field type="bibtex:topic">xml[0.7]</field>
	</reference>
	<reference name="asl03" src="bibtex:inproceedings" src-info="bibtex:line-1914" type="sharef:inproceedings" crossref="sigir03">
		<names type="sharef:author">
			<person>
				<givenname>Javed A.</givenname>
				<surname>Aslam</surname>
			</person>
			<person>
				<givenname>Meredith</givenname>
				<surname>Frost</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/860435.860545</identifier>
		<pages>449-450</pages>
		<title type="sharef:primaryTitle">An Information-theoretic Measure for Document Similarity</title>
	</reference>
	<reference name="sigir03" src="bibtex:proceedings" src-info="bibtex:line-1922" type="sharef:proceedings">
		<date value="2003-07"/>
		<address type="sharef:placePublished">Toronto, Canada</address>
		<field type="bibtex:index">SIGIR 2003</field>
		<identifier type="sharef:isbn">1581136463</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 26th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=860435</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/sigir/sigir2003.html</identifier>
	</reference>
	<reference name="sim03b" src="bibtex:inproceedings" src-info="bibtex:line-1939" type="sharef:inproceedings" crossref="popl03">
		<names type="sharef:author">
			<person>
				<givenname>Jérôme</givenname>
				<surname>Siméon</surname>
			</person>
			<person>
				<givenname>Philip</givenname>
				<surname>Wadler</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The World-Wide Web Consortium (W3C) promotes XML and related standards, including XML Schema, XQuery, and XPath. This paper describes a formalization of XML Schema. A formal semantics based on these ideas is part of the official XQuery and XPath specification, one of the first uses of formal methods by a standards body. XML Schema features both named and structural types, with structure based on tree grammars. While structural types and matching have been studied in other work (notably XDuce, Relax NG, and a previous formalization of XML Schema), this is the first work to study the relation between named types and structural types, and the relation between matching and validation.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/604131.604132</identifier>
		<field type="bibtex:index">xml[0.8]</field>
		<pages>1-13</pages>
		<title type="sharef:primaryTitle">The Essence of XML</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=604132</identifier>
	</reference>
	<reference name="popl03" src="bibtex:proceedings" src-info="bibtex:line-1950" type="sharef:proceedings">
		<date value="2003-01"/>
		<address type="sharef:placePublished">New Orleans, Louisiana</address>
		<field type="bibtex:index">POPL 2003</field>
		<identifier type="sharef:isbn">1-58113-628-5</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/popl/popl2003.html</identifier>
	</reference>
	<reference name="owr92" src="bibtex:inproceedings" src-info="bibtex:line-1966" type="sharef:inproceedings" crossref="cade92">
		<names type="sharef:author">
			<person>
				<givenname>Sam</givenname>
				<surname>Owre</surname>
			</person>
			<person>
				<givenname>John M.</givenname>
				<surname>Rushby</surname>
			</person>
			<person>
				<givenname>Natarajan</givenname>
				<surname>Shankar</surname>
			</person>
		</names>
		<field type="bibtex:index">pvs[1]</field>
		<pages>748-752</pages>
		<title type="sharef:primaryTitle">PVS: A Prototype Verification System</title>
		<identifier type="sharef:uri">http://www.csl.sri.com/papers/cade92-pvs/</identifier>
	</reference>
	<reference name="cade92" src="bibtex:proceedings" src-info="bibtex:line-1975" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Deepak</givenname>
				<surname>Kapur</surname>
			</person>
		</names>
		<date value="1992-06"/>
		<address type="sharef:placePublished">Saratoga Springs, New York</address>
		<field type="bibtex:index">CADE-11</field>
		<identifier type="sharef:isbn">3-540-55602-8</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Artificial Intelligence</title>
		<title type="sharef:primaryTitle">Automated Deduction — CADE-11, 11th International Conference on Automated Deduction</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.springer.com/sgw/cda/frontpage/0,11855,5-0-22-1379329-0,00.html</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/cade/cade92.html</identifier>
		<volume>607</volume>
	</reference>
	<reference name="jae82" src="bibtex:inproceedings" src-info="bibtex:line-1995" type="sharef:inproceedings" crossref="pods82">
		<names type="sharef:author">
			<person>
				<givenname>Gerhard</givenname>
				<surname>Jaeschke</surname>
			</person>
			<person>
				<givenname>Hans-Jörg</givenname>
				<surname>Schek</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Usually, the first normal form condition of the relational model of data is imposed. Presently, a broader class of data base applications like office information systems is considered where this restriction is not convenient. Therefore, an extension of the relational model is proposed consisting of Non First Normal Form (NF²) relations. The relational algebra is enriched mainly by so called nest and unnest operations which transform between NF² relations and the usual ones. We state some properties of these operations and some rules which occur in combination with the operations of the usual relational algebra. Since we propose to use the NF² model also for the internal data model these rules are important not only for theoretical reasons but also for a practical implementation.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/588111.588133</identifier>
		<field type="bibtex:index">1nf[0.8] nfnf[1]</field>
		<pages>124-138</pages>
		<title type="sharef:primaryTitle">Remarks on the Algebra of Non First Normal Form Relations</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/pods/JaeschkeS82.html</identifier>
	</reference>
	<reference name="pods82" src="bibtex:proceedings" src-info="bibtex:line-2006" type="sharef:proceedings">
		<date value="1982-03"/>
		<address type="sharef:placePublished">Los Angeles, California</address>
		<field type="bibtex:index">PODS '82</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the ACM SIGACT-SIGMOD Symposium on Principles of Database Systems</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/pods/pods82.html</identifier>
	</reference>
	<reference name="nev98" src="bibtex:inproceedings" src-info="bibtex:line-2021" type="sharef:inproceedings" crossref="pods98">
		<names type="sharef:author">
			<person>
				<givenname>Frank</givenname>
				<surname>Neven</surname>
			</person>
			<person>
				<givenname>Jan</givenname>
				<surname>Van den Bussche</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/275487.275489</identifier>
		<field type="bibtex:index">xml[0.8]</field>
		<pages>11-17</pages>
		<title type="sharef:primaryTitle">Expressiveness of Structured Document Query Languages Based on Attribute Grammars</title>
	</reference>
	<reference name="pods98" src="bibtex:proceedings" src-info="bibtex:line-2030" type="sharef:proceedings">
		<date value="1998-06"/>
		<address type="sharef:placePublished">Seattle, Washington</address>
		<field type="bibtex:index">PODS '98</field>
		<identifier type="sharef:isbn">0897919963</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Seventeenth ACM SIGACT-SIGMOD-SIGART Symposium on Principles of Database Systems</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/pods/pods98.html</identifier>
	</reference>
	<reference name="via01" src="bibtex:inproceedings" src-info="bibtex:line-2046" type="sharef:inproceedings" crossref="pods01">
		<names type="sharef:author">
			<person>
				<givenname>Victor</givenname>
				<surname>Vianu</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/375551.375554</identifier>
		<field type="bibtex:index">xml[0.9]</field>
		<pages>1-15</pages>
		<title type="sharef:primaryTitle">A Web Odyssey: From Codd to XML</title>
	</reference>
	<reference name="pods01" src="bibtex:proceedings" src-info="bibtex:line-2055" type="sharef:proceedings">
		<date value="2001-05"/>
		<address type="sharef:placePublished">Santa Barbara, California</address>
		<field type="bibtex:index">PODS 2001</field>
		<identifier type="sharef:isbn">1581133618</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Twentieth ACM SIGACT-SIGMOD-SIGART Symposium on Principles of Database Systems</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/pods/pods2001.html</identifier>
		<identifier type="sharef:uri">http://www.cs.ucsb.edu/conferences/sigmod2001/</identifier>
	</reference>
	<reference name="haa04a" src="bibtex:inproceedings" src-info="bibtex:line-2072" type="sharef:inproceedings" crossref="icsnw04">
		<names type="sharef:author">
			<person>
				<givenname>Peter</givenname>
				<surname>Haase</surname>
			</person>
			<person>
				<givenname>Ronny</givenname>
				<surname>Siebes</surname>
			</person>
			<person>
				<givenname>Frank</givenname>
				<surname link="van">Harmelen</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Peer-to-Peer systems have proven to be an effective way of sharing data. Modern protocols are able to efficiently route a message to a given peer. However, determining the destination peer in the first place is not always trivial. We propose a model in which peers advertise their expertise in the Peer-to-Peer network. The knowledge about the expertise of other peers forms a semantic topology. Based on the semantic similarity between the subject of a query and the expertise of other peers, a peer can select appropriate peers to forward queries to, instead of broadcasting the query or sending it to a random set of peers. To calculate our semantic similarity measure we make the simplifying assumption that the peers share the same ontology. We evaluate the model in a bibliographic scenario, where peers share bibliographic descriptions of publications among each other. In simulation experiments we show how expertise based peer selection improves the performance of a Peer-to-Peer system with respect to precision, recall and the number of messages.</p>
			</richtext>
		</abstract>
		<field type="bibtex:index">bibster[0.9]</field>
		<title type="sharef:primaryTitle">Peer Selection in Peer-to-Peer Networks with Semantic Topologies</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.cs.vu.nl/~frankh/abstracts/ICSNW04.html</identifier>
		<identifier type="sharef:uri" resourceType="application/pdf">http://bibster.semanticweb.org/publications/haase_04_peer.pdf</identifier>
	</reference>
	<reference name="icsnw04" src="bibtex:proceedings" src-info="bibtex:line-2082" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Mokrane</givenname>
				<surname>Bouzeghoub</surname>
			</person>
		</names>
		<date value="2004-06"/>
		<address type="sharef:placePublished">Paris, France</address>
		<field type="bibtex:index">IC-SNW 2004</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the International Conference on Semantics of a Networked World: Semantics for Grid Databases</title>
		<identifier type="sharef:uri">http://www.prism.uvsq.fr/communication/conferences/2004/IC-SNW/</identifier>
	</reference>
	<reference name="lai91" src="bibtex:inproceedings" src-info="bibtex:line-2098" type="sharef:inproceedings" crossref="ecrypt91">
		<names type="sharef:author">
			<person>
				<givenname>Xuejia</givenname>
				<surname>Lai</surname>
			</person>
			<person>
				<givenname>James L.</givenname>
				<surname>Massey</surname>
			</person>
		</names>
		<field type="bibtex:index">IDEA</field>
		<pages>17-38</pages>
		<title type="sharef:primaryTitle">Markov ciphers and differential cryptanalysis</title>
	</reference>
	<reference name="ecrypt91" src="bibtex:proceedings" src-info="bibtex:line-2106" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>D. W.</givenname>
				<surname>Davies</surname>
			</person>
		</names>
		<date value="1991-04"/>
		<address type="sharef:placePublished">Brighton, UK</address>
		<field type="bibtex:index">EUROCRYPT '91</field>
		<identifier type="sharef:isbn">3540546200</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of EUROCRYPT '91 — Advances in cryptology</title>
		<volume>547</volume>
	</reference>
	<reference name="tsi96" src="bibtex:inproceedings" src-info="bibtex:line-2124" type="sharef:inproceedings" crossref="mos96">
		<names type="sharef:author">
			<person>
				<givenname>D.</givenname>
				<surname>Tsichritzis</surname>
			</person>
		</names>
		<field type="bibtex:index">Objectworld, Kno</field>
		<pages>7-24</pages>
		<title type="sharef:primaryTitle">Objectworld</title>
	</reference>
	<reference name="che96" src="bibtex:inproceedings" src-info="bibtex:line-2132" type="sharef:inproceedings" crossref="mos96">
		<names type="sharef:author">
			<person>
				<givenname>David</givenname>
				<surname>Chess</surname>
			</person>
			<person>
				<givenname>Colin</givenname>
				<surname>Harrison</surname>
			</person>
			<person>
				<givenname>Aaron</givenname>
				<surname>Kershenbaum</surname>
			</person>
		</names>
		<field type="bibtex:index">mobile agents</field>
		<pages>25-47</pages>
		<title type="sharef:primaryTitle">Mobile Agents: Are They a Good Idea?</title>
	</reference>
	<reference name="vit96" src="bibtex:inproceedings" src-info="bibtex:line-2140" type="sharef:inproceedings" crossref="mos96">
		<names type="sharef:author">
			<person>
				<givenname>Jan</givenname>
				<surname>Vitek</surname>
			</person>
			<person>
				<givenname>Manuel</givenname>
				<surname>Serrano</surname>
			</person>
			<person>
				<givenname>Dimitri</givenname>
				<surname>Thanos</surname>
			</person>
		</names>
		<field type="bibtex:index">Security, Java, Octopus, Capsules, sealed objects</field>
		<pages>177-199</pages>
		<title type="sharef:primaryTitle">Security and Communication in Mobile Object Systems</title>
	</reference>
	<reference name="kat96" src="bibtex:inproceedings" src-info="bibtex:line-2148" type="sharef:inproceedings" crossref="mos96">
		<names type="sharef:author">
			<person>
				<givenname>Kazuhiko</givenname>
				<surname>Kato</surname>
			</person>
		</names>
		<field type="bibtex:index">Emerald, Java, Safe-Tcl, SFI, PCC, Planet</field>
		<pages>201-211</pages>
		<title type="sharef:primaryTitle">Safe and Secure Execution Mechanisms for Mobile Objects</title>
	</reference>
	<reference name="mos96" src="bibtex:proceedings" src-info="bibtex:line-2156" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Jan</givenname>
				<surname>Vitek</surname>
			</person>
			<person>
				<givenname>Christian</givenname>
				<surname>Tschudin</surname>
			</person>
		</names>
		<date value="1996-07"/>
		<address type="sharef:placePublished">Linz, Austria</address>
		<field type="bibtex:index">MOS '96</field>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">EW</field>
		<title type="sharef:primaryTitle">Proceedings of the Second International Workshop on Mobile Object Systems</title>
		<volume>1222</volume>
	</reference>
	<reference name="dur96" src="bibtex:inproceedings" src-info="bibtex:line-2174" type="sharef:inproceedings" crossref="treds96">
		<names type="sharef:author">
			<person>
				<givenname>M. Khayrat</givenname>
				<surname>Durmosch</surname>
			</person>
			<person>
				<givenname>Christian</givenname>
				<surname>Egelhaaf</surname>
			</person>
			<person>
				<givenname>Klaus-Dietrich</givenname>
				<surname>Engel</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Schoo</surname>
			</person>
		</names>
		<field type="bibtex:index">TANGRAM</field>
		<pages>108-121</pages>
		<field type="bibtex:src">EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Design and Implementation of a Multimedia Communication Service in a Distributed Environment based on the TINA-C Architecture</title>
	</reference>
	<reference name="treds96" src="bibtex:proceedings" src-info="bibtex:line-2183" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Otto</givenname>
				<surname>Spaniol</surname>
			</person>
			<person>
				<givenname>C.</givenname>
				<surname>Linnhoff-Popien</surname>
			</person>
			<person>
				<givenname>B.</givenname>
				<surname>Meyer</surname>
			</person>
		</names>
		<date value="1996-10"/>
		<address type="sharef:placePublished">Aachen, Germany</address>
		<field type="bibtex:index">TREDS '96</field>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the Conference on Trends in Distributed Systems — CORBA and Beyond</title>
		<volume>1161</volume>
	</reference>
	<reference name="wea95" src="bibtex:inproceedings" src-info="bibtex:line-2200" type="sharef:inproceedings" crossref="wfcs95">
		<names type="sharef:author">
			<person>
				<givenname>Alfred C.</givenname>
				<surname>Weaver</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.4.96</field>
		<field type="bibtex:index">XTP</field>
		<pages>165-174</pages>
		<field type="bibtex:src">EW: 196, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Xpress Transport Protocol Version 4</title>
	</reference>
	<reference name="wfcs95" src="bibtex:proceedings" src-info="bibtex:line-2210" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>J.-D.</givenname>
				<surname>Decotignie</surname>
			</person>
		</names>
		<date value="1995-10"/>
		<address type="sharef:placePublished">Leysin, Switzerland</address>
		<field type="bibtex:index">WFCS '95</field>
		<field type="bibtex:src">Ethics: 765964Q</field>
		<title type="sharef:primaryTitle">Proceedings of the IEEE International Workshop on Factory Communication Systems</title>
	</reference>
	<reference name="wil96b" src="bibtex:inproceedings" src-info="bibtex:line-2225" type="sharef:inproceedings" crossref="ecmast96">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Murali</givenname>
				<surname>Nanduri</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Group communications is an area of research which has received a lot of attention recently. This paper focuses on a model and the architecture of a system which supports group communications by providing group and session management functionality. This system is an extension of directory services which are used with unicast communications. New functionality is needed for the dynamics of group communications (members of a connection may change over the lifetime of the connection) and increased complexity of relations. A model is described which defines six object types which represent the relevant objects. Users and groups represent real world users and their relations. Sessions and flows describe ongoing group communications. Flow templates and certificates provide mechanisms for management and security issues. The architecture presented in this paper is transport-independent, ie it can be used within different group communication platforms. A short sketch of the implementation is given in the last section.</p>
			</richtext>
		</abstract>
		<field type="bibtex:index">GMS, GUA, GAP</field>
		<pages>409-425</pages>
		<field type="bibtex:src">EW: WWW</field>
		<title type="sharef:primaryTitle">A Transport-Independent Component for a Group and Session Management Service in Group Communications Platforms</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil96b</identifier>
	</reference>
	<reference name="ecmast96" src="bibtex:proceedings" src-info="bibtex:line-2236" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Paul</givenname>
				<surname>Delogne</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
			<person>
				<givenname>Benoît</givenname>
				<surname>Macq</surname>
			</person>
			<person>
				<givenname>Jean-Jacques</givenname>
				<surname>Quisquater</surname>
			</person>
		</names>
		<date value="1996-05"/>
		<address type="sharef:placePublished">Louvain-la-Neuve, Belgium</address>
		<field type="bibtex:index">ECMAST '96</field>
		<field type="bibtex:src">EW</field>
		<title type="sharef:primaryTitle">Proceedings of the European Conference on Multimedia Applications, Services and Techniques</title>
	</reference>
	<reference name="bau96" src="bibtex:inproceedings" src-info="bibtex:line-2251" type="sharef:inproceedings" crossref="lcn96">
		<names type="sharef:author">
			<person>
				<givenname>Daniel</givenname>
				<surname>Bauer</surname>
			</person>
			<person>
				<givenname>Burkhard</givenname>
				<surname>Stiller</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
		</names>
		<field type="bibtex:index">MCF</field>
		<pages>212-221</pages>
		<title type="sharef:primaryTitle">An Error-Control Scheme for a Multicast Protocol Based on Round-Trip Time Calculations</title>
	</reference>
	<reference name="lcn96" src="bibtex:proceedings" src-info="bibtex:line-2259" type="sharef:proceedings">
		<date value="1996-10"/>
		<address type="sharef:placePublished">Minneapolis, Minnesota</address>
		<field type="bibtex:index">LCN '96</field>
		<identifier type="sharef:isbn">0818676175</identifier>
		<field type="bibtex:key">Proceedings of the 21st IEEE Conference on Local Computer Networks</field>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">BS</field>
		<title type="sharef:primaryTitle">Proceedings of the 21st IEEE Conference on Local Computer Networks</title>
	</reference>
	<reference name="got03" src="bibtex:inproceedings" src-info="bibtex:line-2276" type="sharef:inproceedings" crossref="icde2003">
		<names type="sharef:author">
			<person>
				<givenname>Georg</givenname>
				<surname>Gottlob</surname>
			</person>
			<person>
				<givenname>Christoph</givenname>
				<surname>Koch</surname>
			</person>
			<person>
				<givenname>Reinhard</givenname>
				<surname>Pichler</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Contemporary XPath query engines evaluate queries in time exponential in the sizes of input queries, a fact that has gone unnoticed for a long time. Recently, the first main-memory evaluation algorithm for XPath 1.0 with polynomial time combined complexity, i.e., which runs in polynomial time both with respect to the size of the data and the queries, has been published. In this paper, we present several important improvements and extensions of that work, including new XPath processing algorithms with improved time and space efficiency. Moreover, we define a very large and practically relevant fragment of XPath for which a further optimized form of query evaluation is possible. Apart from its immediate relevance for XPath query processing, our work also sheds new light at those features of XPath 1.0 which are most costly relative to their practical usefulness.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1109/ICDE.2003.1260807</identifier>
		<pages>379-390</pages>
		<title type="sharef:primaryTitle">XPath Query Evaluation: Improving Time and Space Efficiency</title>
		<field type="bibtex:topic">xpath1[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.dbai.tuwien.ac.at/research/xmltaskforce/icde2003.pdf</identifier>
	</reference>
	<reference name="wan03" src="bibtex:inproceedings" src-info="bibtex:line-2287" type="sharef:inproceedings" crossref="icde2003">
		<names type="sharef:author">
			<person>
				<givenname>Yuan</givenname>
				<surname>Wang</surname>
			</person>
			<person>
				<givenname>David J.</givenname>
				<surname>DeWitt</surname>
			</person>
			<person>
				<givenname>Jin</givenname>
				<surname link="yi">Cai</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML has become the de facto standard format for web publishing and data transportation. Since online information changes frequently, being able to quickly detect changes in XML documents is important to Internet query systems, search engines, and continuous query systems. Previous work in change detection on XML, or other hierarchically structured documents, used an ordered tree model, in which left-to-right order among siblings is important and it can affect the change result. This paper argues that an unordered model (only ancestor relationships are significant) is more suitable for most database applications. Using an unordered model, change detection is substantially harder than using the ordered model, but the change result that it generates is more accurate. This paper proposes X-Diff, an effective algorithm that integrates key XML structure characteristics with standard tree-to-tree correction techniques. The algorithm is analyzed and compared with XyDiff, a published XML diff algorithm. An experimental evaluation on both algorithms is provided.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1109/ICDE.2003.1260818</identifier>
		<pages>519-530</pages>
		<title type="sharef:primaryTitle">X-Diff: An Effective Change Detection Algorithm for XML Documents</title>
		<field type="bibtex:topic">xdiff[0.9]</field>
	</reference>
	<reference name="dav03" src="bibtex:inproceedings" src-info="bibtex:line-2297" type="sharef:inproceedings" crossref="icde2003">
		<names type="sharef:author">
			<person>
				<givenname>Susan B.</givenname>
				<surname>Davidson</surname>
			</person>
			<person>
				<givenname>Wenfei</givenname>
				<surname>Fan</surname>
			</person>
			<person>
				<givenname>Carmem S.</givenname>
				<surname>Hara</surname>
			</person>
			<person>
				<givenname>Jing</givenname>
				<surname>Qin</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>We present a technique for refining the design of relational storage for XML data based on XML key propagation. Three algorithms are presented: one checks whether a given functional dependency is propagated from XML keys via a predefined view; the others compute a minimum cover for all functional dependencies on a universal relation given XML keys. Experimental results show that these algorithms are efficient in practice. We also investigate the complexity of propagating other XML constraints to relations, and the effect of increasing the power of the transformation language. Computing XML key propagation is a first step toward establishing a connection between XML data and its relational representation at the semantic level.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1109/ICDE.2003.1260820</identifier>
		<pages>543</pages>
		<title type="sharef:primaryTitle">Propagating XML Constraints to Relations</title>
	</reference>
	<reference name="icde2003" src="bibtex:proceedings" src-info="bibtex:line-2306" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Umeshwar</givenname>
				<surname>Dayal</surname>
			</person>
			<person>
				<givenname>Krithi</givenname>
				<surname>Ramamritham</surname>
			</person>
			<person>
				<givenname>T. M.</givenname>
				<surname>Vijayaraman</surname>
			</person>
		</names>
		<date value="2003-03"/>
		<address type="sharef:placePublished">Bangalore, India</address>
		<field type="bibtex:index">ICDE 2003</field>
		<identifier type="sharef:isbn">0-7803-7665-X</identifier>
		<field type="bibtex:key">Proceedings of the 19th International Conference on Data Engineering</field>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 19th International Conference on Data Engineering</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/icde/icde2003.html</identifier>
	</reference>
	<reference name="kri04" src="bibtex:inproceedings" src-info="bibtex:line-2324" type="sharef:inproceedings" crossref="icde2004">
		<names type="sharef:author">
			<person>
				<givenname>Rajasekar</givenname>
				<surname>Krishnamurthy</surname>
			</person>
			<person>
				<givenname>Venkatesan T.</givenname>
				<surname>Chakaravarthy</surname>
			</person>
			<person>
				<givenname>Raghav</givenname>
				<surname>Kaushik</surname>
			</person>
			<person>
				<givenname>Jeffrey F.</givenname>
				<surname>Naughton</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>We consider the problem of translating XML queries into SQL when XML documents have been stored in an RDBMS using a schema-based relational decomposition. Surprisingly, there is no published XML-to-SQL query translation algorithm for this scenario that handles recursive XML schemas. We present a generic algorithm to translate path expression queries into SQL in the presence of recursion in the schema and queries. This algorithm handles a general class of XML-to-Relational mappings, which includes all techniques proposed in literature. Some of the salient features of this algorithm are: (i) It translates a path expression query into a single SQL query, irrespective of how complex the XML schema is, (ii) It uses the "with" clause in SQL99 to handle recursive queries even over non-recursive schemas, (iii) It reconstructs recursive XML subtrees with a single SQL query and (iv) It shows that the support for linear recursion in SQL99 is sufficient for handling path expression queries over arbitrarily complex recursive XML schema.</p>
			</richtext>
		</abstract>
		<pages>42-53</pages>
		<title type="sharef:primaryTitle">Recursive XML Schemas, Recursive XML Queries, and Relational Storage: XML-to-SQL Query Translation</title>
		<field type="bibtex:topic">xmlschema[0.7]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://csdl.computer.org/comp/proceedings/icde/2004/2065/00/20650042abs.htm</identifier>
	</reference>
	<reference name="icde2004" src="bibtex:proceedings" src-info="bibtex:line-2334" type="sharef:proceedings">
		<date value="2004-03"/>
		<address type="sharef:placePublished">Boston, Massachusetts</address>
		<field type="bibtex:index">ICDE 2004</field>
		<identifier type="sharef:isbn">0-7695-2065-0</identifier>
		<field type="bibtex:key">Proceedings of the 20th International Conference on Data Engineering</field>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 20th International Conference on Data Engineering</title>
	</reference>
	<reference name="pam95" src="bibtex:inproceedings" src-info="bibtex:line-2350" type="sharef:inproceedings" crossref="apwww95">
		<names type="sharef:author">
			<person>
				<givenname>Andrew</givenname>
				<surname>Pam</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW</field>
		<title type="sharef:primaryTitle">Where World Wide Web Went Wrong</title>
	</reference>
	<reference name="apwww95" src="bibtex:proceedings" src-info="bibtex:line-2357" type="sharef:proceedings">
		<date value="1995-09"/>
		<address type="sharef:placePublished">Sydney, Australia</address>
		<field type="bibtex:index">APWWW '95</field>
		<field type="bibtex:src">http://www.csu.edu.au/special/conference/WWWWW.html</field>
		<title type="sharef:primaryTitle">Proceedings of the Asia-Pacific World Wide Web '95 Conference</title>
	</reference>
	<reference name="bou04" src="bibtex:inproceedings" src-info="bibtex:line-2371" type="sharef:inproceedings" crossref="apccm04">
		<names type="sharef:author">
			<person>
				<givenname>Aida</givenname>
				<surname>Boukottaya</surname>
			</person>
			<person>
				<givenname>Christine</givenname>
				<surname>Vanoirbeek</surname>
			</person>
			<person>
				<givenname>Federica</givenname>
				<surname>Paganelli</surname>
			</person>
			<person>
				<givenname>Omar</givenname>
				<surname>Abou Khaled</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The growing use of XML mark-up language has made a large amount of heterogeneous XML documents widely available. As the number of applications that utilize heterogeneous XML documents grows, the importance of XML documents transformations increases greatly. A serious obstacle for translating directly between two XML documents, using languages like XSLT, is that a mapping between the two XML representations needs to be carefully specified by a human expert. Current research attempts to address this problem by proposing algorithms to automate aspects of XML schemas matching task. In this paper, we identify two major problems encountered when current matching algorithms are used in the context of XML documents transformations. The first problem concerns possible scalability problem due to the diversity of schema constructs. The second problem deals with the need to perform semantic matching. We argue in favor of conceptual modelling as solution to avoid such problems. We introduce a new layered model for XML schemas, called Layered Interoperability Model for XML Schemas (LIMXS). LIMXS offers a semantic view for XML schemas through the specification of concepts and semantic relationships among them. We will show how our model transforms the matching algorithm into a dynamic and incremental algorithm that provide semantic mappings and helps to automate the transformation process.</p>
			</richtext>
		</abstract>
		<pages>81-90</pages>
		<title type="sharef:primaryTitle">Automating XML Document Transformations: A Conceptual Modelling Based Approach</title>
		<field type="bibtex:topic">limxs[0.9]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://crpit.com/confpapers/CRPITV31Boukottaya.pdf</identifier>
	</reference>
	<reference name="apccm04" src="bibtex:proceedings" src-info="bibtex:line-2381" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Sven</givenname>
				<surname>Hartmann</surname>
			</person>
			<person>
				<givenname>John F.</givenname>
				<surname>Roddick</surname>
			</person>
		</names>
		<date value="2004-01"/>
		<address type="sharef:placePublished">Dunedin, New Zealand</address>
		<field type="bibtex:index">APCCM 2004</field>
		<identifier type="sharef:isbn">1-920682-13-9</identifier>
		<title type="sharef:primaryTitle">Proceedings of the First Asia-Pacific Conference on Conceptual Modelling</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/apccm/apccm2004.html</identifier>
	</reference>
	<reference name="mcb94" src="bibtex:inproceedings" src-info="bibtex:line-2397" type="sharef:inproceedings" crossref="www1">
		<names type="sharef:author">
			<person>
				<givenname>Oliver A.</givenname>
				<surname>McBryan</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, WWWW, robot</field>
		<title type="sharef:primaryTitle">GENVL and WWWW: Tools for Taming the Web</title>
	</reference>
	<reference name="dra94" src="bibtex:inproceedings" src-info="bibtex:line-2404" type="sharef:inproceedings" crossref="www1">
		<names type="sharef:author">
			<person>
				<givenname>Nikos</givenname>
				<surname>Drakos</surname>
			</person>
		</names>
		<field type="bibtex:index">LaTeX2HTML</field>
		<title type="sharef:primaryTitle">From Text to Hypertext: A Post-Hoc Rationalisation of LaTeX2HTML</title>
		<field type="bibtex:topic">html[0.8] latex[0.8]</field>
	</reference>
	<reference name="www1" src="bibtex:proceedings" src-info="bibtex:line-2412" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Oscar</givenname>
				<surname>Nierstrasz</surname>
			</person>
		</names>
		<date value="1994-05"/>
		<address type="sharef:placePublished">Geneva, Switzerland</address>
		<field type="bibtex:index">WWW1</field>
		<field type="bibtex:src">http://www.cern.ch/WWW94</field>
		<title type="sharef:primaryTitle">Proceedings of the First International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="abr95" src="bibtex:inproceedings" src-info="bibtex:line-2428" type="sharef:inproceedings" crossref="www4">
		<names type="sharef:author">
			<person>
				<givenname>Marc</givenname>
				<surname>Abrams</surname>
			</person>
			<person>
				<givenname>Charles R.</givenname>
				<surname>Standridge</surname>
			</person>
			<person>
				<givenname>Ghaleb</givenname>
				<surname>Abdulla</surname>
			</person>
			<person>
				<givenname>Stephen D.</givenname>
				<surname>Williams</surname>
			</person>
			<person>
				<givenname>Edward A.</givenname>
				<surname>Fox</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, caching</field>
		<pages>119-133</pages>
		<title type="sharef:primaryTitle">Caching Proxies: Limitations and Potentials</title>
	</reference>
	<reference name="car95" src="bibtex:inproceedings" src-info="bibtex:line-2436" type="sharef:inproceedings" crossref="www4">
		<names type="sharef:author">
			<person>
				<givenname>Leslie A.</givenname>
				<surname>Carr</surname>
			</person>
			<person>
				<givenname>David C.</givenname>
				<surname>De Roure</surname>
			</person>
			<person>
				<givenname>Wendy</givenname>
				<surname>Hall</surname>
			</person>
			<person>
				<givenname>Gary J.</givenname>
				<surname>Hill</surname>
			</person>
		</names>
		<pages>647-656</pages>
		<title type="sharef:primaryTitle">The Distributed Link Service: A Tool for Publishers, Authors and Readers</title>
		<field type="bibtex:topic">dls[1]</field>
	</reference>
	<reference name="www4" src="bibtex:proceedings" src-info="bibtex:line-2444" type="sharef:proceedings">
		<date value="1995-12"/>
		<address type="sharef:placePublished">Boston, Massachusetts</address>
		<field type="bibtex:index">WWW4</field>
		<field type="bibtex:key">Proceedings of the Fourth International World Wide Web Conference</field>
		<field type="bibtex:src">http://www.w3j.com/1/</field>
		<title type="sharef:primaryTitle">Proceedings of the Fourth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="bol96" src="bibtex:inproceedings" src-info="bibtex:line-2460" type="sharef:inproceedings" crossref="www5">
		<names type="sharef:author">
			<person>
				<givenname>Jean-Chrysostome</givenname>
				<surname>Bolot</surname>
			</person>
			<person>
				<givenname>Philipp</givenname>
				<surname>Hoschka</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, caching</field>
		<pages>1397-1405</pages>
		<title type="sharef:primaryTitle">Performance Engineering of the World Wide Web: Application to Dimensioning and Cache Design</title>
	</reference>
	<reference name="mar96" src="bibtex:inproceedings" src-info="bibtex:line-2468" type="sharef:inproceedings" crossref="www5">
		<names type="sharef:author">
			<person>
				<givenname>Evangelos P.</givenname>
				<surname>Markatos</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, caching</field>
		<pages>893-905</pages>
		<title type="sharef:primaryTitle">Main Memory Caching of Web Documents</title>
	</reference>
	<reference name="din96" src="bibtex:inproceedings" src-info="bibtex:line-2476" type="sharef:inproceedings" crossref="www5">
		<names type="sharef:author">
			<person>
				<givenname>Adam</givenname>
				<surname>Dingle</surname>
			</person>
			<person>
				<givenname>Tomas</givenname>
				<surname>Partl</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, caching</field>
		<pages>907-920</pages>
		<title type="sharef:primaryTitle">Web Cache Coherence</title>
	</reference>
	<reference name="tha96" src="bibtex:inproceedings" src-info="bibtex:line-2484" type="sharef:inproceedings" crossref="www5">
		<names type="sharef:author">
			<person>
				<givenname>Robert</givenname>
				<surname>Thau</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, apache</field>
		<pages>1113-1122</pages>
		<title type="sharef:primaryTitle">Design Considerations for the Apache Server API</title>
	</reference>
	<reference name="woo96" src="bibtex:inproceedings" src-info="bibtex:line-2492" type="sharef:inproceedings" crossref="www5">
		<names type="sharef:author">
			<person>
				<givenname>Allison</givenname>
				<surname>Woodruff</surname>
			</person>
			<person>
				<givenname>Paul M.</givenname>
				<surname>Aoki</surname>
			</person>
			<person>
				<givenname>Eric</givenname>
				<surname>Brewer</surname>
			</person>
			<person>
				<givenname>Paul</givenname>
				<surname>Gauthier</surname>
			</person>
			<person>
				<givenname>Lawrence A.</givenname>
				<surname>Rowe</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW</field>
		<pages>963-979</pages>
		<title type="sharef:primaryTitle">An Investigation of Documents from the World Wide Web</title>
	</reference>
	<reference name="bra96" src="bibtex:inproceedings" src-info="bibtex:line-2500" type="sharef:inproceedings" crossref="www5">
		<names type="sharef:author">
			<person>
				<givenname>Tim</givenname>
				<surname>Bray</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW</field>
		<title type="sharef:primaryTitle">Measuring the Web</title>
	</reference>
	<reference name="www5" src="bibtex:proceedings" src-info="bibtex:line-2507" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Mark</givenname>
				<surname>Eligh</surname>
			</person>
			<person>
				<givenname>Jan</givenname>
				<surname>Kastelein</surname>
			</person>
		</names>
		<date value="1996-05"/>
		<address type="sharef:placePublished">Paris, France</address>
		<field type="bibtex:index">WWW5</field>
		<field type="bibtex:src">http://www5conf.inria.fr</field>
		<title type="sharef:primaryTitle">Proceedings of the Fifth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="aro97" src="bibtex:inproceedings" src-info="bibtex:line-2523" type="sharef:inproceedings" crossref="www6">
		<names type="sharef:author">
			<person>
				<givenname>Gustavo O.</givenname>
				<surname>Arocena</surname>
			</person>
			<person>
				<givenname>Alberto O.</givenname>
				<surname>Mendelzon</surname>
			</person>
			<person>
				<givenname>George A.</givenname>
				<surname>Mihaila</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, WebSQL</field>
		<title type="sharef:primaryTitle">Applications of a Web Query Language</title>
	</reference>
	<reference name="woo97" src="bibtex:inproceedings" src-info="bibtex:line-2530" type="sharef:inproceedings" crossref="www6">
		<names type="sharef:author">
			<person>
				<givenname>Roland P.</givenname>
				<surname>Wooster</surname>
			</person>
			<person>
				<givenname>Marc</givenname>
				<surname>Abrams</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, caching</field>
		<pages>977-986</pages>
		<title type="sharef:primaryTitle">Proxy Caching That Estimates Page Load Delays</title>
	</reference>
	<reference name="kel97" src="bibtex:inproceedings" src-info="bibtex:line-2538" type="sharef:inproceedings" crossref="www6">
		<names type="sharef:author">
			<person>
				<givenname>Richard M.</givenname>
				<surname>Keller</surname>
			</person>
			<person>
				<givenname>Shawn R.</givenname>
				<surname>Wolfe</surname>
			</person>
			<person>
				<givenname>James R.</givenname>
				<surname>Chen</surname>
			</person>
			<person>
				<givenname>Joshua L.</givenname>
				<surname>Rabinowitz</surname>
			</person>
			<person>
				<givenname>Nathalie</givenname>
				<surname>Mathe</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, bookmark, URL</field>
		<pages>1103-1114</pages>
		<title type="sharef:primaryTitle">A Bookmarking Service for Organizing and Sharing URLs</title>
	</reference>
	<reference name="ram97" src="bibtex:inproceedings" src-info="bibtex:line-2546" type="sharef:inproceedings" crossref="www6">
		<names type="sharef:author">
			<person>
				<givenname>T. V.</givenname>
				<surname>Raman</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, CSS, speech</field>
		<title type="sharef:primaryTitle">Cascaded Speech Style Sheets</title>
	</reference>
	<reference name="bec97" src="bibtex:inproceedings" src-info="bibtex:line-2553" type="sharef:inproceedings" crossref="www6">
		<names type="sharef:author">
			<person>
				<givenname>Dave</givenname>
				<surname>Beckett</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, survey</field>
		<title type="sharef:primaryTitle">30% Accessible — A Survey of The UK Wide Web</title>
	</reference>
	<reference name="pit97" src="bibtex:inproceedings" src-info="bibtex:line-2560" type="sharef:inproceedings" crossref="www6">
		<names type="sharef:author">
			<person>
				<givenname>James</givenname>
				<surname>Pitkow</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW</field>
		<title type="sharef:primaryTitle">In Search of Reliable Usage Data on the WWW</title>
	</reference>
	<reference name="sch97" src="bibtex:inproceedings" src-info="bibtex:line-2567" type="sharef:inproceedings" crossref="www6">
		<names type="sharef:author">
			<person>
				<givenname>Peter</givenname>
				<surname>Scheuermann</surname>
			</person>
			<person>
				<givenname>Junho</givenname>
				<surname>Shim</surname>
			</person>
			<person>
				<givenname>Radek</givenname>
				<surname>Vingralek</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, caching</field>
		<pages>997-1005</pages>
		<title type="sharef:primaryTitle">A Case for Delay-Conscious Caching of Web Documents</title>
	</reference>
	<reference name="gir97" src="bibtex:inproceedings" src-info="bibtex:line-2575" type="sharef:inproceedings" crossref="www6">
		<names type="sharef:author">
			<person>
				<givenname>Andreas</givenname>
				<surname>Girgensohn</surname>
			</person>
			<person>
				<givenname>Alison</givenname>
				<surname>Lee</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, caching</field>
		<pages>1531-1542</pages>
		<title type="sharef:primaryTitle">Seamless Integration of interactive forms into the Web</title>
	</reference>
	<reference name="www6" src="bibtex:proceedings" src-info="bibtex:line-2583" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Sarah</givenname>
				<surname>Imbach</surname>
			</person>
		</names>
		<date value="1997-04"/>
		<address type="sharef:placePublished">Santa Clara, California</address>
		<field type="bibtex:index">WWW6</field>
		<field type="bibtex:src">http://www.scope.gmd.de/info/www6</field>
		<title type="sharef:primaryTitle">Proceedings of the Sixth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="rag98a" src="bibtex:inproceedings" src-info="bibtex:line-2599" type="sharef:inproceedings" crossref="www7">
		<names type="sharef:author">
			<person>
				<givenname>Dave</givenname>
				<surname>Raggett</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1016/S0169-7552(98)00122-6</identifier>
		<field type="bibtex:index">WWW, HTML, CSS, HTML Tidy</field>
		<title type="sharef:primaryTitle">Clean up your Web pages with HP's HTML Tidy</title>
	</reference>
	<reference name="lie98" src="bibtex:inproceedings" src-info="bibtex:line-2607" type="sharef:inproceedings" crossref="www7">
		<names type="sharef:author">
			<person>
				<givenname>Olivier</givenname>
				<surname>Liechti</surname>
			</person>
			<person>
				<givenname>Mark J.</givenname>
				<surname>Sifer</surname>
			</person>
			<person>
				<givenname>Tadao</givenname>
				<surname>Ichikawa</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, XML, SGF</field>
		<title type="sharef:primaryTitle">Structured graph format: XML metadata for describing Web site structure</title>
		<field type="bibtex:topic">metadata[0.8]</field>
	</reference>
	<reference name="www7" src="bibtex:proceedings" src-info="bibtex:line-2615" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Helen</givenname>
				<surname>Ashman</surname>
			</person>
			<person>
				<givenname>Paul</givenname>
				<surname>Thistlewaite</surname>
			</person>
		</names>
		<date value="1998-04"/>
		<address type="sharef:placePublished">Brisbane, Australia</address>
		<field type="bibtex:index">WWW7</field>
		<field type="bibtex:src">http://www7.conf.au/</field>
		<title type="sharef:primaryTitle">Proceedings of the Seventh International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="zam99" src="bibtex:inproceedings" src-info="bibtex:line-2631" type="sharef:inproceedings" crossref="www8">
		<names type="sharef:author">
			<person>
				<givenname>Oren</givenname>
				<surname>Zamir</surname>
			</person>
			<person>
				<givenname>Oren</givenname>
				<surname>Etzioni</surname>
			</person>
		</names>
		<pages>283-296</pages>
		<title type="sharef:primaryTitle">Grouper: A Dynamic Clustering Interface to Web Search Results</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www8.org/w8-papers/3a-search-query/dynamic/dynamic.html</identifier>
	</reference>
	<reference name="mar99" src="bibtex:inproceedings" src-info="bibtex:line-2639" type="sharef:inproceedings" crossref="www8">
		<names type="sharef:author">
			<person>
				<givenname>Philippe</givenname>
				<surname>Martin</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Eklund</surname>
			</person>
		</names>
		<pages>325-341</pages>
		<title type="sharef:primaryTitle">Embedding Knowledge in Web documents</title>
		<field type="bibtex:topic">html[0.7] cg[0.8]</field>
	</reference>
	<reference name="gro99" src="bibtex:inproceedings" src-info="bibtex:line-2647" type="sharef:inproceedings" crossref="www8">
		<names type="sharef:author">
			<person>
				<givenname>Kaj</givenname>
				<surname>Grønbæk</surname>
			</person>
			<person>
				<givenname>Lennert</givenname>
				<surname>Sloth</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Ørbæk</surname>
			</person>
		</names>
		<pages>253-267</pages>
		<title type="sharef:primaryTitle">Webvise: Browser and Proxy Support for Open Hypermedia Structuring Mechanisms on the World Wide Web</title>
		<field type="bibtex:topic">webvise[1]</field>
	</reference>
	<reference name="sta99" src="bibtex:inproceedings" src-info="bibtex:line-2655" type="sharef:inproceedings" crossref="www8">
		<names type="sharef:author">
			<person>
				<givenname>Dominic</givenname>
				<surname>Stanyer</surname>
			</person>
			<person>
				<givenname>Rob</givenname>
				<surname>Procter</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, usability, links</field>
		<pages>455-466</pages>
		<title type="sharef:primaryTitle">Improving Web usability with the link lens</title>
	</reference>
	<reference name="www8" src="bibtex:proceedings" src-info="bibtex:line-2663" type="sharef:proceedings">
		<date value="1999-05"/>
		<address type="sharef:placePublished">Toronto, Canada</address>
		<field type="bibtex:index">WWW8</field>
		<identifier type="sharef:isbn">0444502645</identifier>
		<field type="bibtex:key">Proceedings of the Eighth International World Wide Web Conference</field>
		<publisher>Elsevier</publisher>
		<field type="bibtex:src">http://www8.org</field>
		<title type="sharef:primaryTitle">Proceedings of the Eighth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="bha00a" src="bibtex:inproceedings" src-info="bibtex:line-2681" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Krishna</givenname>
				<surname>Bharat</surname>
			</person>
		</names>
		<pages>493-501</pages>
		<title type="sharef:primaryTitle">SearchPad: Explicit Capture of Search Context to Support Web Search</title>
		<field type="bibtex:topic">searchpad[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www9.org/w9cdrom/173/173.html</identifier>
	</reference>
	<reference name="phe00" src="bibtex:inproceedings" src-info="bibtex:line-2690" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Thomas Arthur</givenname>
				<surname>Phelps</surname>
			</person>
			<person>
				<givenname>Robert</givenname>
				<surname>Wilensky</surname>
			</person>
		</names>
		<pages>105-118</pages>
		<title type="sharef:primaryTitle">Robust Intra-document Locations</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www9.org/w9cdrom/312/312.html</identifier>
	</reference>
	<reference name="gir00" src="bibtex:inproceedings" src-info="bibtex:line-2698" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Marc</givenname>
				<surname>Girardot</surname>
			</person>
			<person>
				<givenname>Neel</givenname>
				<surname>Sundaresan</surname>
			</person>
		</names>
		<pages>747-765</pages>
		<title type="sharef:primaryTitle">Millau: An Encoding Format for Efficient Representation and Exchange of XML over the Web</title>
		<field type="bibtex:topic">millau[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www9.org/w9cdrom/154/154.html</identifier>
	</reference>
	<reference name="wei00" src="bibtex:inproceedings" src-info="bibtex:line-2707" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Harald</givenname>
				<surname>Weinreich</surname>
			</person>
			<person>
				<givenname>Winfried</givenname>
				<surname>Lamersdorf</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This paper discusses methods to generate and display automatically additional hyperlink information to the users of the World Wide Web. Current Web browsers make it hard to predict what will happen if a link is being followed: users get different information than they expect, a new window may be opened, a download starts, or the destination object is just not available. Instead of giving an appropriate notification in advance, users have to follow a link, check whether the document contains the expected information, get back, try another link etc. However, usually it is possible to obtain additional hyperlink information from several sources like link anchor tags, the user's history and web servers. Furthermore, with little enhancements, Web servers may include even more additional information to the hyperlinks in Web documents. These can be displayed before users select a link to improve navigation and reduce the cognitive overhead. In this paper several types of Web hyperlink information are listed, potential methods to present these facts are compared, the prototype implementation of the proposed concept — called by us HyperScout — is presented, and further developments are discussed.</p>
			</richtext>
		</abstract>
		<pages>403-415</pages>
		<title type="sharef:primaryTitle">Concepts for Improved Visualization of Web Link Attributes</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www1.www9.org/w9cdrom/319/319.html</identifier>
	</reference>
	<reference name="gro00" src="bibtex:inproceedings" src-info="bibtex:line-2716" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Kaj</givenname>
				<surname>Grønbæk</surname>
			</person>
			<person>
				<givenname>Lennert</givenname>
				<surname>Sloth</surname>
			</person>
			<person>
				<givenname>Niels Olof</givenname>
				<surname>Bouvin</surname>
			</person>
		</names>
		<pages>553-566</pages>
		<title type="sharef:primaryTitle">Open Hypermedia as User Controlled Meta Data for the Web</title>
		<field type="bibtex:topic">webvise[0.9]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www9.org/w9cdrom/183/183.html</identifier>
	</reference>
	<reference name="kri00" src="bibtex:inproceedings" src-info="bibtex:line-2725" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Balachander</givenname>
				<surname>Krishnamurthy</surname>
			</person>
			<person>
				<givenname>Craig E.</givenname>
				<surname>Wills</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, HTTP, PRO-COW</field>
		<pages>17-32</pages>
		<title type="sharef:primaryTitle">Analyzing Factors That Influence End-to-End Web Performance</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www9.org/w9cdrom/371/371.html</identifier>
	</reference>
	<reference name="cer00" src="bibtex:inproceedings" src-info="bibtex:line-2734" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Stefano</givenname>
				<surname>Ceri</surname>
			</person>
			<person>
				<givenname>Piero</givenname>
				<surname>Fraternali</surname>
			</person>
			<person>
				<givenname>Aldo</givenname>
				<surname>Bongio</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">Web Modeling Language (WebML): A Modeling Language for Designing Web Sites</title>
		<field type="bibtex:topic">webml[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www9.org/w9cdrom/177/177.html</identifier>
	</reference>
	<reference name="bro00" src="bibtex:inproceedings" src-info="bibtex:line-2742" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Andrei</givenname>
				<surname>Broder</surname>
			</person>
			<person>
				<givenname>Ravi</givenname>
				<surname>Kumar</surname>
			</person>
			<person>
				<givenname>Farzin</givenname>
				<surname>Maghoul</surname>
			</person>
			<person>
				<givenname>Prabhakar</givenname>
				<surname>Raghavan</surname>
			</person>
			<person>
				<givenname>Sridhar</givenname>
				<surname>Rajagopalan</surname>
			</person>
			<person>
				<givenname>Raymie</givenname>
				<surname>Stata</surname>
			</person>
			<person>
				<givenname>Andrew</givenname>
				<surname>Tomkins</surname>
			</person>
			<person>
				<givenname>Janet L.</givenname>
				<surname>Wiener</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, hypermedia</field>
		<pages>309-320</pages>
		<title type="sharef:primaryTitle">Graph structure in the Web</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www9.org/w9cdrom/160/160.html</identifier>
	</reference>
	<reference name="fer00" src="bibtex:inproceedings" src-info="bibtex:line-2751" type="sharef:inproceedings" crossref="www9">
		<names type="sharef:author">
			<person>
				<givenname>Mary F.</givenname>
				<surname>Fernández</surname>
			</person>
			<person>
				<givenname>Wang-Chiew</givenname>
				<surname>Tan</surname>
			</person>
			<person>
				<givenname>Dan</givenname>
				<surname>Suciu</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is the standard format for data exchange between inter-enterprise applications on the Internet. To facilitate data exchange, industry groups define public document type definitions (DTDs) that specify the format of the XML data to be exchanged between their applications. In this paper, we address the problem of automating the conversion of relational data into XML. We describe SilkRoute, a general, dynamic, and efficient tool for viewing and querying relational data in XML. SilkRoute is general, because it can express mappings of relational data into XML that conforms to arbitrary DTDs. We call these mappings views. Applications express the data they need as an XML-QL query over the view. SilkRoute is dynamic, because it only materializes the fragment of an XML view needed by an application, and it is efficient, because it fully exploits the underlying RDBMs query engine whenever data items in an XML view need to be materialized.</p>
			</richtext>
		</abstract>
		<pages>723-745</pages>
		<title type="sharef:primaryTitle">SilkRoute: Trading between Relations and XML</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www9.org/w9cdrom/202/202.html</identifier>
	</reference>
	<reference name="www9" src="bibtex:proceedings" src-info="bibtex:line-2760" type="sharef:proceedings">
		<date value="2000-05"/>
		<address type="sharef:placePublished">Amsterdam, Netherlands</address>
		<field type="bibtex:index">WWW9</field>
		<identifier type="sharef:isbn">0444505156</identifier>
		<field type="bibtex:key">Proceedings of the Nineth International World Wide Web Conference</field>
		<publisher>Elsevier</publisher>
		<field type="bibtex:src">http://www9.org</field>
		<title type="sharef:primaryTitle">Proceedings of the Nineth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="kno01c" src="bibtex:inproceedings" src-info="bibtex:line-2779" type="sharef:inproceedings" crossref="www10">
		<names type="sharef:author">
			<person>
				<givenname>Craig A.</givenname>
				<surname>Knoblock</surname>
			</person>
			<person>
				<givenname>Steven</givenname>
				<surname>Minton</surname>
			</person>
			<person>
				<givenname>José Luis</givenname>
				<surname>Ambite</surname>
			</person>
			<person>
				<givenname>Maria</givenname>
				<surname>Muslea</surname>
			</person>
			<person>
				<givenname>Jean</givenname>
				<surname>Oh</surname>
			</person>
			<person>
				<givenname>Martin</givenname>
				<surname>Frank</surname>
			</person>
		</names>
		<pages>697-707</pages>
		<title type="sharef:primaryTitle">Mixed-Initiative, Multi-Source Information Assistants</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www10.org/cdrom/papers/515/index.html</identifier>
	</reference>
	<reference name="kah01" src="bibtex:inproceedings" src-info="bibtex:line-2787" type="sharef:inproceedings" crossref="www10">
		<names type="sharef:author">
			<person>
				<givenname>José</givenname>
				<surname>Kahan</surname>
			</person>
			<person>
				<givenname>Marja-Riitta</givenname>
				<surname>Koivunen</surname>
			</person>
			<person>
				<givenname>Eric</givenname>
				<surname>Prud'Hommeaux</surname>
			</person>
			<person>
				<givenname>Ralph R.</givenname>
				<surname>Swick</surname>
			</person>
		</names>
		<pages>623-632</pages>
		<title type="sharef:primaryTitle">Annotea: An Open RDF Infrastructure for Shared Web Annotations</title>
		<field type="bibtex:topic">annotea[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www10.org/cdrom/papers/488/index.html</identifier>
	</reference>
	<reference name="agr01" src="bibtex:inproceedings" src-info="bibtex:line-2796" type="sharef:inproceedings" crossref="www10">
		<names type="sharef:author">
			<person>
				<givenname>Rakesh</givenname>
				<surname>Agrawal</surname>
			</person>
			<person>
				<givenname>Roberto J.</givenname>
				<surname>Bayardo</surname>
			</person>
			<person>
				<givenname>Daniel</givenname>
				<surname>Gruhl</surname>
			</person>
			<person>
				<givenname>Spiros</givenname>
				<surname>Papadimitriou</surname>
			</person>
		</names>
		<pages>355-365</pages>
		<title type="sharef:primaryTitle">Vinci: A Service-Oriented Architecture for Rapid Development of Web Applications</title>
		<field type="bibtex:topic">xtalk[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www10.org/cdrom/papers/506/index.html</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.almaden.ibm.com/cs/people/bayardo/vinci/vinci.html</identifier>
	</reference>
	<reference name="sun01" src="bibtex:inproceedings" src-info="bibtex:line-2806" type="sharef:inproceedings" crossref="www10">
		<names type="sharef:author">
			<person>
				<givenname>Neel</givenname>
				<surname>Sundaresan</surname>
			</person>
			<person>
				<givenname>Reshad</givenname>
				<surname>Moussa</surname>
			</person>
		</names>
		<pages>366-375</pages>
		<title type="sharef:primaryTitle">Algorithms and Programming Models for Efficient Representation of XML for Internet Applications</title>
		<field type="bibtex:topic">millau[1] sxml[1] sdom[1] sas[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www10.org/cdrom/papers/542/index.html</identifier>
	</reference>
	<reference name="wil01d" src="bibtex:inproceedings" src-info="bibtex:line-2815" type="sharef:inproceedings" crossref="www10p">
		<names type="sharef:author">
			<person>
				<givenname>Marcel</givenname>
				<surname>Dasen</surname>
			</person>
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Search engines play a crucial role in the Web. Without search engines large parts of the Web becomes inaccessible for the majority of users. Search engines can make new and smaller sites accessible at low cost. Without them, other media, such as Television, would be needed to advertise the existence new site on the Web, only large commercial sites can follow this path. The Web would be endangered to become dominated by a few, well known sites. A crucial problem of search engines is to keep their index up-to-date. Especially if the index grows, the effort needed to update the index increases, since Web documents are dynamic and thus already stored data becomes obsolete. There have been various attempts to monitor the evolvement of the Web. However, we believe, that change model used in prior work over-estimates the rate of change due to an inadequate change model. Our change model has been adapted from the information retrieval field to distinguish index relevant changes from irrelevant modifications in Web documents, e.g. simple spelling corrections or dynamic advertisement links. We have monitored multiple smaller collections of documents over a time period of six month to measure the documents change.</p>
			</richtext>
		</abstract>
		<pages>202-203</pages>
		<title type="sharef:primaryTitle">Keeping Web Indices up-to-date</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil01d</identifier>
	</reference>
	<reference name="wil01e" src="bibtex:inproceedings" src-info="bibtex:line-2824" type="sharef:inproceedings" crossref="www10p">
		<names type="sharef:author">
			<person>
				<givenname>Luca</givenname>
				<surname>Previtali</surname>
			</person>
			<person>
				<givenname>Brenno</givenname>
				<surname>Lurati</surname>
			</person>
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>BibTeXML is an XML representation of BibTeX data. It can be used to represent bibliographic data in XML. The advantage of BibTeXML over BibTeX's native syntax is that it can be easily managed using standard XML tools (in particular, XSLT style sheets), while native BibTeX data can only be manipulated using specialized tools.</p>
			</richtext>
		</abstract>
		<pages>64-65</pages>
		<title type="sharef:primaryTitle">Bib\TeX{}ML: An XML Representation of Bib\TeX{}</title>
		<field type="bibtex:topic">bibtex[0.8] bibtexml[1]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil01e</identifier>
	</reference>
	<reference name="bar01" src="bibtex:inproceedings" src-info="bibtex:line-2834" type="sharef:inproceedings" crossref="www10p">
		<names type="sharef:author">
			<person>
				<givenname>Judit</givenname>
				<surname>Bar-Ilan</surname>
			</person>
		</names>
		<pages>138-139</pages>
		<title type="sharef:primaryTitle">Methods for Measuring Search Engine Performance over Time</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www10.org/cdrom/posters/1018.pdf</identifier>
	</reference>
	<reference name="car01" src="bibtex:inproceedings" src-info="bibtex:line-2842" type="sharef:inproceedings" crossref="www10">
		<names type="sharef:author">
			<person>
				<givenname>Leslie A.</givenname>
				<surname>Carr</surname>
			</person>
			<person>
				<givenname>Sean</givenname>
				<surname>Bechhofer</surname>
			</person>
			<person>
				<givenname>Carole</givenname>
				<surname>Goble</surname>
			</person>
			<person>
				<givenname>Wendy</givenname>
				<surname>Hall</surname>
			</person>
		</names>
		<pages>334-342</pages>
		<title type="sharef:primaryTitle">Conceptual Linking: Ontology-based Open Hypermedia</title>
		<field type="bibtex:topic">ohs[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www10.org/cdrom/papers/246/index.html</identifier>
	</reference>
	<reference name="www10p" src="bibtex:proceedings" src-info="bibtex:line-2851" type="sharef:proceedings">
		<date value="2001-05"/>
		<address type="sharef:placePublished">Hong Kong</address>
		<field type="bibtex:index">WWW10</field>
		<field type="bibtex:key">Poster Proceedings of the Tenth International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Poster Proceedings of the Tenth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www10.org/cdrom/posters/frame.html</identifier>
	</reference>
	<reference name="www10" src="bibtex:proceedings" src-info="bibtex:line-2863" type="sharef:proceedings">
		<date value="2001-05"/>
		<address type="sharef:placePublished">Hong Kong</address>
		<field type="bibtex:index">WWW10</field>
		<field type="bibtex:key">Proceedings of the Tenth International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Tenth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www10.org/cdrom/papers/frame.html</identifier>
	</reference>
	<reference name="bou02" src="bibtex:inproceedings" src-info="bibtex:line-2881" type="sharef:inproceedings" crossref="www2002">
		<names type="sharef:author">
			<person>
				<givenname>Niels Olof</givenname>
				<surname>Bouvin</surname>
			</person>
			<person>
				<givenname>Polle T.</givenname>
				<surname>Zellweger</surname>
			</person>
			<person>
				<givenname>Kaj</givenname>
				<surname>Grønbæk</surname>
			</person>
			<person>
				<givenname>Jock D.</givenname>
				<surname>Mackinlay</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The Fluid Documents project has developed various research prototypes that show that powerful annotation techniques based on animated typographical changes can help readers utilize annotations more effectively. Our recently-developed Fluid Open Hypermedia prototype supports the authoring and browsing of fluid annotations on third-party Web pages. This prototype is an extension of the Arakne Environment, an open hypermedia application that can augment Web pages with externally stored hypermedia structures. This paper describes how various Web standards, including DOM, CSS, XLink, XPointer, and RDF, can be used and extended to support fluid annotations.</p>
			</richtext>
		</abstract>
		<pages>160-171</pages>
		<title type="sharef:primaryTitle">Fluid Annotations Through Open Hypermedia: Using and Extending Emerging Web Standards</title>
		<field type="bibtex:topic">arakne[0.9] fluidannotations[0.9]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www2002.org/CDROM/refereed/656/index.html</identifier>
	</reference>
	<reference name="hav02b" src="bibtex:inproceedings" src-info="bibtex:line-2891" type="sharef:inproceedings" crossref="www2002">
		<names type="sharef:author">
			<person>
				<givenname>Taher H.</givenname>
				<surname>Haveliwala</surname>
			</person>
			<person>
				<givenname>Aristades</givenname>
				<surname>Gionis</surname>
			</person>
			<person>
				<givenname>Dan</givenname>
				<surname>Klein</surname>
			</person>
			<person>
				<givenname>Piotr</givenname>
				<surname>Indyk</surname>
			</person>
		</names>
		<pages>432-442</pages>
		<title type="sharef:primaryTitle">Evaluating Strategies for Similarity Search on the Web</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www2002.org/CDROM/refereed/75/index.html</identifier>
		<identifier type="sharef:uri">http://dbpubs.stanford.edu/pub/2002-7</identifier>
	</reference>
	<reference name="ko02" src="bibtex:inproceedings" src-info="bibtex:line-2900" type="sharef:inproceedings" crossref="www2002">
		<names type="sharef:author">
			<person>
				<givenname>In-Young</givenname>
				<surname>Ko</surname>
			</person>
			<person>
				<givenname>Ke-Thia</givenname>
				<surname>Yao</surname>
			</person>
			<person>
				<givenname>Robert</givenname>
				<surname>Neches</surname>
			</person>
		</names>
		<pages>355-365</pages>
		<title type="sharef:primaryTitle">Dynamic Coordination of Information Management Services for Processing Dynamic Web Content</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www2002.org/CDROM/refereed/613/index.html</identifier>
	</reference>
	<reference name="leo02" src="bibtex:inproceedings" src-info="bibtex:line-2908" type="sharef:inproceedings" crossref="www2002">
		<names type="sharef:author">
			<person>
				<givenname>Jennifer</givenname>
				<surname>Leopold</surname>
			</person>
			<person>
				<givenname>Meg</givenname>
				<surname>Heimovics</surname>
			</person>
			<person>
				<givenname>Tyler</givenname>
				<surname>Palmer</surname>
			</person>
		</names>
		<pages>221-231</pages>
		<title type="sharef:primaryTitle">WebFormulate: A Web-Based Visual Continual Query System</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www2002.org/CDROM/refereed/423/index.html</identifier>
	</reference>
	<reference name="jai02" src="bibtex:inproceedings" src-info="bibtex:line-2916" type="sharef:inproceedings" crossref="www2002">
		<names type="sharef:author">
			<person>
				<givenname>Sushant</givenname>
				<surname>Jain</surname>
			</person>
			<person>
				<givenname>Ratul</givenname>
				<surname>Mahajan</surname>
			</person>
			<person>
				<givenname>Dan</givenname>
				<surname>Suciu</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>We present an algorithm for translating XSLT programs into SQL. Our context is that of virtual XML publishing, in which a single XML view is defined from a relational database, and subsequently queried with XSLT programs. Each XSLT program is translated into a single SQL query and run entirely in the database engine. Our translation works for a large fragment of XSLT, which we define, that includes descendant/ancestor axis, recursive templates, modes, parameters, and aggregates. We put considerable effort in generating correct and efficient SQL queries and describe several optimization techniques to achieve this efficiency. We have tested our system on all 22 SQL queries of the TPC-H database benchmark which we represented in XSLT and then translated back to SQL using our translator.</p>
			</richtext>
		</abstract>
		<pages>616-625</pages>
		<title type="sharef:primaryTitle">Translating XSLT Programs to Efficient SQL Queries</title>
		<field type="bibtex:topic">xslt1[0.7] sql[0.7] xpath1[0.7]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www2002.org/CDROM/refereed/226/index.html</identifier>
	</reference>
	<reference name="hav02a" src="bibtex:inproceedings" src-info="bibtex:line-2926" type="sharef:inproceedings" crossref="www2002">
		<names type="sharef:author">
			<person>
				<givenname>Taher H.</givenname>
				<surname>Haveliwala</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>In the original PageRank algorithm for improving the ranking of search-query results, a single PageRank vector is computed, using the link structure of the Web, to capture the relative "importance" of Web pages, independent of any particular search query. To yield more accurate search results, we propose computing a set of PageRank vectors, biased using a set of representative topics, to capture more accurately the notion of importance with respect to a particular topic. By using these (precomputed) biased PageRank vectors to generate query-specific importance scores for pages at query time, we show that we can generate more accurate rankings than with a single, generic PageRank vector. For ordinary keyword search queries, we compute the topic-sensitive PageRank scores for pages satisfying the query using the topic of the query keywords. For searches done in context (e.g., when the search query is performed by highlighting words in a Web page), we compute the topic-sensitive PageRank scores using the topic of the context in which the query appeared.</p>
			</richtext>
		</abstract>
		<pages>517-526</pages>
		<title type="sharef:primaryTitle">Topic-Sensitive PageRank</title>
		<field type="bibtex:topic">pagerank[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www2002.org/CDROM/refereed/127/index.html</identifier>
	</reference>
	<reference name="doa02" src="bibtex:inproceedings" src-info="bibtex:line-2936" type="sharef:inproceedings" crossref="www2002">
		<names type="sharef:author">
			<person>
				<givenname>AnHai</givenname>
				<surname>Doan</surname>
			</person>
			<person>
				<givenname>Jayant</givenname>
				<surname>Madhavan</surname>
			</person>
			<person>
				<givenname>Pedro</givenname>
				<surname>Domingos</surname>
			</person>
			<person>
				<givenname>Alon</givenname>
				<surname>Halevy</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Ontologies play a prominent role on the Semantic Web. They make possible the widespread publication of machine understandable data, opening myriad opportunities for automated information processing. However, because of the Semantic Web's distributed nature, data on it will inevitably come from many different ontologies. Information processing across ontologies is not possible without knowing the semantic mappings between their elements. Manually finding such mappings is tedious, error-prone, and clearly not possible at the Web scale. Hence, the development of tools to assist in the ontology mapping process is crucial to the success of the Semantic Web. We describe GLUE, a system that employs machine learning techniques to find such mappings. Given two ontologies, for each concept in one ontology GLUE finds the most similar concept in the other ontology. We give well-founded probabilistic definitions to several practical similarity measures, and show that GLUE can work with all of them. This is in contrast to most existing approaches, which deal with a single similarity measure. Another key feature of GLUE is that it uses multiple learning strategies, each of which exploits a different type of information either in the data instances or in the taxonomic structure of the ontologies. To further improve matching accuracy, we extend GLUE to incorporate commonsense knowledge and domain constraints into the matching process. For this purpose, we show that relaxation labeling, a well-known constraint optimization technique used in computer vision and other fields, can be adapted to work efficiently in our context. Our approach is thus distinguished in that it works with a variety of well-defined similarity notions and that it efficiently incorporates multiple types of knowledge. We describe a set of experiments on several real-world domains, and show that GLUE proposes highly accurate semantic mappings.</p>
			</richtext>
		</abstract>
		<pages>662-673</pages>
		<title type="sharef:primaryTitle">Learning to Map between Ontologies on the Semantic Web</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www2002.org/CDROM/refereed/232/index.html</identifier>
	</reference>
	<reference name="sch02" src="bibtex:inproceedings" src-info="bibtex:line-2945" type="sharef:inproceedings" crossref="www2002">
		<names type="sharef:author">
			<person>
				<givenname>Monica C.</givenname>
				<surname>Schraefel</surname>
			</person>
			<person>
				<givenname>Yuxiang</givenname>
				<surname>Zhu</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Modjeska</surname>
			</person>
			<person>
				<givenname>Daniel</givenname>
				<surname>Wigdor</surname>
			</person>
			<person>
				<givenname>Shengdong</givenname>
				<surname>Zhao</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Hunter Gatherer is an interface that lets Web users carry out three main tasks: (1) collect components from within Web pages; (2) represent those components in a collection; (3) edit those component collections. Our research shows that while the practice of making collections of content from within Web pages is common, it is not frequent, due in large part to poor interaction support in existing tools. We engaged with users in task analysis as well as iterative design reviews in order to understand the interaction issues that are part of within-Web-page collection making and to design an interaction that would support that process. We report here on that design development, as well as on the evaluations of the tool that evolved from that process, and the future work stemming from these results, in which our critical question is: what happens to users' perceptions of web-based resources and their web-based information management practices when they can treat this information as harvestable, recontextualizable data, rather than as fixed pages?</p>
			</richtext>
		</abstract>
		<pages>172-181</pages>
		<title type="sharef:primaryTitle">Hunter Gatherer: Interaction Support for the Creation and Management of Within-Web-Page Collections</title>
		<field type="bibtex:topic">huntergatherer[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www2002.org/CDROM/refereed/130/index.html</identifier>
	</reference>
	<reference name="wil02e" src="bibtex:inproceedings" src-info="bibtex:line-2955" type="sharef:inproceedings" crossref="www2002p">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML itself does not support hypermedia, but the XLink standard has been defined to make XML usable for hypermedia. One of XLink's most interesting features is its support for external links and linkbases, which makes it possible to create links between resources without having to change the resources. In order to use these links, user agents must access linkbases and query them for relevant links, and we present our approach to create a protocol for linkbase access.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Linkbase Access Protocol Design</title>
		<field type="bibtex:topic">xlink[0.7]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil02e</identifier>
	</reference>
	<reference name="www2002p" src="bibtex:proceedings" src-info="bibtex:line-2964" type="sharef:proceedings">
		<date value="2002-05"/>
		<address type="sharef:placePublished">Honolulu, Hawaii</address>
		<field type="bibtex:index">WWW2002</field>
		<field type="bibtex:key">Poster Proceedings of the Eleventh International World Wide Web Conference</field>
		<title type="sharef:primaryTitle">Poster Proceedings of the Eleventh International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="www2002" src="bibtex:proceedings" src-info="bibtex:line-2975" type="sharef:proceedings">
		<date value="2002-05"/>
		<address type="sharef:placePublished">Honolulu, Hawaii</address>
		<field type="bibtex:index">WWW2002</field>
		<field type="bibtex:key">Proceedings of the Eleventh International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Eleventh International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="liu03" src="bibtex:inproceedings" src-info="bibtex:line-2992" type="sharef:inproceedings" crossref="www2003">
		<names type="sharef:author">
			<person>
				<givenname>Bing</givenname>
				<surname>Liu</surname>
			</person>
			<person>
				<givenname>Chee Wee</givenname>
				<surname>Chin</surname>
			</person>
			<person>
				<givenname>Hwee Tou</givenname>
				<surname>Ng</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Traditionally, when one wants to learn about a particular topic, one reads a book or a survey paper. With the rapid expansion of the Web, learning in-depth knowledge about a topic from the Web is becoming increasingly important and popular. This is also due to the Web's convenience and its richness of information. In many cases, learning from the Web may even be essential because in our fast changing world, emerging topics appear constantly and rapidly. There is often not enough time for someone to write a book on such topics. To learn such emerging topics, one can resort to research papers. However, research papers are often hard to understand by non-researchers, and few research papers cover every aspect of the topic. In contrast, many Web pages often contain intuitive descriptions of the topic. To find such Web pages, one typically uses a search engine. However, current search techniques are not designed for in-depth learning. Top ranking pages from a search engine may not contain any description of the topic. Even if they do, the description is usually incomplete since it is unlikely that the owner of the page has good knowledge of every aspect of the topic. In this paper, we attempt a novel and challenging task, mining topic-specific knowledge on the Web. Our goal is to help people learn in-depth knowledge of a topic systematically on the Web. The proposed techniques first identify those sub-topics or salient concepts of the topic, and then find and organize those informative pages, containing definitions and descriptions of the topic and sub-topics, just like those in a book. Experimental results using 28 topics show that the proposed techniques are highly effective.</p>
			</richtext>
		</abstract>
		<pages>251-260</pages>
		<title type="sharef:primaryTitle">Mining Topic-Specific Concepts and Definitions on the Web</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www2003.org/cdrom/papers/refereed/p646/p646-liu-XHTML/p646-liu.html</identifier>
	</reference>
	<reference name="gup03" src="bibtex:inproceedings" src-info="bibtex:line-3001" type="sharef:inproceedings" crossref="www2003">
		<names type="sharef:author">
			<person>
				<givenname>Suhit</givenname>
				<surname>Gupta</surname>
			</person>
			<person>
				<givenname>Gail</givenname>
				<surname>Kaiser</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Neistadt</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Grimm</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Web pages often contain clutter (such as pop-up ads, unnecessary images and extraneous links) around the body of an article that distracts a user from actual content. Extraction of "useful and relevant" content from web pages has many applications, including cell phone and PDA browsing, speech rendering for the visually impaired, and text summarization. Most approaches to removing clutter or making content more readable involve changing font size or removing HTML and data components such as images, which takes away from a webpage's inherent look and feel. Unlike "Content Reformatting", which aims to reproduce the entire webpage in a more convenient form, our solution directly addresses "Content Extraction". We have developed a framework that employs easily extensible set of techniques that incorporate advantages of previous work on content extraction. Our key insight is to work with the DOM trees, rather than with raw HTML markup. We have implemented our approach in a publicly available Web proxy to extract content from HTML web pages.</p>
			</richtext>
		</abstract>
		<pages>207-214</pages>
		<title type="sharef:primaryTitle">DOM-based Content Extraction of HTML Documents</title>
		<field type="bibtex:topic">dom[0.7] html[0.7]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www2003.org/cdrom/papers/refereed/p583/p583-gupta.html</identifier>
	</reference>
	<reference name="lim03" src="bibtex:inproceedings" src-info="bibtex:line-3011" type="sharef:inproceedings" crossref="www2003">
		<names type="sharef:author">
			<person>
				<givenname>Lipyeow</givenname>
				<surname>Lim</surname>
			</person>
			<person>
				<givenname>Min</givenname>
				<surname>Wang</surname>
			</person>
			<person>
				<givenname>Sriram</givenname>
				<surname>Padmanabhan</surname>
			</person>
			<person>
				<givenname>Jeffrey Scott</givenname>
				<surname>Vitter</surname>
			</person>
			<person>
				<givenname>Ramesh</givenname>
				<surname>Agarwal</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Recent work on incremental crawling has enabled the indexed document collection of a search engine to be more synchronized with the changing World Wide Web. However, this synchronized collection is not immediately searchable, because the keyword index is rebuilt from scratch less frequently than the collection can be refreshed. An inverted index is usually used to index documents crawled from the web. Complete index rebuild at high frequency is expensive. Previous work on incremental inverted index updates have been restricted to adding and removing documents. Updating the inverted index for previously indexed documents that have changed has not been addressed. In this paper, we propose an efficient method to update the inverted index for previously indexed documents whose contents have changed. Our method uses the idea of landmarks together with the diff algorithm to significantly reduce the number of postings in the inverted index that need to be updated. Our experiments verify that our landmark-diff method results in significant savings in the number of update operations on the inverted index.</p>
			</richtext>
		</abstract>
		<pages>102-111</pages>
		<title type="sharef:primaryTitle">Dynamic Maintenance of Web Indexes Using Landmarks</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www2003.org/cdrom/papers/refereed/p656/p656-lim.html</identifier>
	</reference>
	<reference name="chr03" src="bibtex:inproceedings" src-info="bibtex:line-3020" type="sharef:inproceedings" crossref="www2003">
		<names type="sharef:author">
			<person>
				<givenname>Bent Guldbjerg</givenname>
				<surname>Christensen</surname>
			</person>
			<person>
				<givenname>Frank Allan</givenname>
				<surname>Hansen</surname>
			</person>
			<person>
				<givenname>Niels Olof</givenname>
				<surname>Bouvin</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This paper evaluates the XLink format in comparison with other linking formats. The comparison is based on Xspect, an implementation of XLink. Xspect handles transformation between an open hypermedia format (OHIF) and XLink, and the paper discusses this isomorphic transformation and generalises it to include another open hypermedia format, FOHM. The Xspect system, based on XSLT and Javascript, provides users with an interface to browse and merge linkbases. Xspect supports navigational hypermedia in the form of links inserted on the fly into Web pages, as well as guided tours presented as SVG. Xspect has two implementations: one server-side and one running on the client. Both implementation provide the user with an interface for the creation of annotations. The main result of the paper is a critique of XLink. XLink is shown to be a format well suited for navigational hypermedia, but lacking in more advanced constructs. More problematic are the issues regarding large-scale use, such as evaluating validity and credibility of linkbases, and ensuring general support for a format as flexible as XLink.</p>
			</richtext>
		</abstract>
		<pages>490-499</pages>
		<title type="sharef:primaryTitle">Xspect: Bridging Open Hypermedia and XLink</title>
		<field type="bibtex:topic">xlink[0.8] ohif[0.7] xspect[0.9]</field>
	</reference>
	<reference name="ure03" src="bibtex:inproceedings" src-info="bibtex:line-3029" type="sharef:inproceedings" crossref="www2003">
		<names type="sharef:author">
			<person>
				<givenname>Victoria</givenname>
				<surname>Uren</surname>
			</person>
			<person>
				<givenname>Simon</givenname>
				<surname>Buckingham Shum</surname>
			</person>
			<person>
				<givenname>Gangmin</givenname>
				<surname>Li</surname>
			</person>
			<person>
				<givenname>John</givenname>
				<surname>Domingue</surname>
			</person>
			<person>
				<givenname>Enrico</givenname>
				<surname>Motta</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The World Wide Web is opening up access to documents and data for scholars. However it has not yet impacted on one of the primary activities in research: assessing new findings in the light of current knowledge and debating it with colleagues. The ClaiMaker system uses a directed graph model with similarities to hypertext, in which new ideas are published as nodes, which other contributors can build on or challenge in a variety of ways by linking to them. Nodes and links have semantic structure to facilitate the provision of specialist services for interrogating and visualizing the emerging network. By way of example, this paper is grounded in a ClaiMaker model to illustrate how new claims can be described in this structured way.</p>
			</richtext>
		</abstract>
		<pages>244-250</pages>
		<title type="sharef:primaryTitle">Scholarly Publishing and Argument in Hyperspace</title>
		<field type="bibtex:topic">claimaker[0.9]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://kmi.open.ac.uk/publications/papers/kmi-tr-127.pdf</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www2003.org/cdrom/papers/refereed/p137/p137-uren.html</identifier>
	</reference>
	<reference name="obe03" src="bibtex:inproceedings" src-info="bibtex:line-3040" type="sharef:inproceedings" crossref="www2003">
		<names type="sharef:author">
			<person>
				<givenname>Hartmut</givenname>
				<surname>Obendorf</surname>
			</person>
			<person>
				<givenname>Harald</givenname>
				<surname>Weinreich</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Links are one of the most important means for navigation in the World Wide Web. However, the visualization of and the interaction with Web links have been scarcely explored, although Links have severe implications on the appearance and usability of Web pages and the World Wide Web as such. This paper presents two studies giving first insights of the effects of link visualization techniques on reading habits and performance. The first user study compares different highlighting techniques for link markers and evaluates their effect on reading performance and user acceptance. The second study examines links-on-demand, links that appear when pressing a dedicated key, and discusses their possible effects on reading and browsing habits. The findings of the conducted studies imply that the standard appearance of link markers has seriously underestimated effects on the usability of Web pages. They can significantly reduce the readability of the text, and alternatives should be carefully considered for the design of future Web browsers.</p>
			</richtext>
		</abstract>
		<pages>736-745</pages>
		<title type="sharef:primaryTitle">Comparing Link Marker Visualization Techniques — Changes in Reading Behavior</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?doid=775152.775255</identifier>
		<identifier type="sharef:uri">http://vsys-www.informatik.uni-hamburg.de/publications/viewpub.phtml/119</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www2003.org/cdrom/papers/refereed/p391/p391-obendorf.html</identifier>
	</reference>
	<reference name="wil03e" src="bibtex:inproceedings" src-info="bibtex:line-3051" type="sharef:inproceedings" crossref="www2003p">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML documents may contain a large diversity of characters. The Character Repertoire Validation for XML (CRVX) language is a simple schema language for specifying character repertoire constraints. These constraints can be specific for syntax- and/or context-based parts of an XML document. The constraints are based on the character classes introduced by XML Schema's regular expressions.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Character Repertoire Validation for XML Documents</title>
		<field type="bibtex:topic">crvx[0.9]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil03e</identifier>
	</reference>
	<reference name="wil03f" src="bibtex:inproceedings" src-info="bibtex:line-3060" type="sharef:inproceedings" crossref="www2003p">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Kilian</givenname>
				<surname>Stillhard</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML Schema is a rather complex schema language, partly because of its inherent complexity, and partly because of its XML syntax. In an effort to reduce the syntactic verboseness and complexity of XML Schema, we designed the XML Schema Compact Syntax (XSCS), a non-XML syntax for XML Schema. XSCS is designed for human users, and transformations from and to XML Schema XML syntax are implemented using Java-based tools.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Making XML Schema Easier to Read and Write</title>
		<field type="bibtex:topic">xscs[0.9]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil03f</identifier>
	</reference>
	<reference name="wil03g" src="bibtex:inproceedings" src-info="bibtex:line-3069" type="sharef:inproceedings" crossref="www2003p">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Martin</givenname>
				<surname>Waldburger</surname>
			</person>
			<person>
				<givenname>Beat</givenname>
				<surname>Krähenmann</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Conference time-tables provide information that is indispensable for all attendees. Since there are a lot of reusable data structures and tasks, we have designed the Conference Time-Table Management (CTTM) system, which is intended to be used as a reusable component in a large diversity of conference Web sites. CTTM features a flexible concept for time-tables and provides users with personalization and notification services.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Conference Time-Table Management</title>
		<field type="bibtex:topic">cttm[0.9]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil03g</identifier>
	</reference>
	<reference name="ped03" src="bibtex:inproceedings" src-info="bibtex:line-3078" type="sharef:inproceedings" crossref="www2003p">
		<names type="sharef:author">
			<person>
				<givenname>Michael</givenname>
				<surname>Pediaditakis</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Shrimpton</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">Device Neutral Pipelined Processing of XML Documents</title>
		<field type="bibtex:topic">xmlpipe[0.9]</field>
	</reference>
	<reference name="lam03" src="bibtex:inproceedings" src-info="bibtex:line-3085" type="sharef:inproceedings" crossref="www2003p">
		<names type="sharef:author">
			<person>
				<givenname>Wai Yeung</givenname>
				<surname>Lam</surname>
			</person>
			<person>
				<givenname>Wilfred Siu Hung</givenname>
				<surname>Ng</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Wood</surname>
			</person>
			<person>
				<givenname>Mark</givenname>
				<surname>Levene</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">XCQ: XML Compression and Querying System</title>
		<field type="bibtex:topic">xcq[0.9]</field>
	</reference>
	<reference name="www2003p" src="bibtex:proceedings" src-info="bibtex:line-3092" type="sharef:proceedings">
		<date value="2003-05"/>
		<address type="sharef:placePublished">Budapest, Hungary</address>
		<field type="bibtex:index">WWW2003</field>
		<field type="bibtex:key">Poster Proceedings of the Twelfth International World Wide Web Conference</field>
		<title type="sharef:primaryTitle">Poster Proceedings of the Twelfth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="www2003" src="bibtex:proceedings" src-info="bibtex:line-3103" type="sharef:proceedings">
		<date value="2003-05"/>
		<address type="sharef:placePublished">Budapest, Hungary</address>
		<field type="bibtex:index">WWW2003</field>
		<identifier type="sharef:isbn">1581136803</identifier>
		<field type="bibtex:key">Proceedings of the Twelfth International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Twelfth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="etz04a" src="bibtex:inproceedings" src-info="bibtex:line-3121" type="sharef:inproceedings" crossref="www2004">
		<names type="sharef:author">
			<person>
				<givenname>Oren</givenname>
				<surname>Etzioni</surname>
			</person>
			<person>
				<givenname>Michael</givenname>
				<surname>Cafarella</surname>
			</person>
			<person>
				<givenname>Doug</givenname>
				<surname>Downey</surname>
			</person>
			<person>
				<givenname>Stanley</givenname>
				<surname>Kok</surname>
			</person>
			<person>
				<givenname>Ana-Maria</givenname>
				<surname>Popescu</surname>
			</person>
			<person>
				<givenname>Tal</givenname>
				<surname>Shaked</surname>
			</person>
			<person>
				<givenname>Stephen</givenname>
				<surname>Soderland</surname>
			</person>
			<person>
				<givenname>Daniel S.</givenname>
				<surname>Weld</surname>
			</person>
			<person>
				<givenname>Alexander</givenname>
				<surname>Yates</surname>
			</person>
		</names>
		<pages>100-110</pages>
		<title type="sharef:primaryTitle">Web-Scale Information Extraction in KnowItAll (Preliminary Results)</title>
		<field type="bibtex:topic">knowitall[1]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2004.org/proceedings/docs/1p100.pdf</identifier>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.cs.washington.edu/homes/etzioni/papers/www04.pdf</identifier>
	</reference>
	<reference name="eir04" src="bibtex:inproceedings" src-info="bibtex:line-3131" type="sharef:inproceedings" crossref="www2004">
		<names type="sharef:author">
			<person>
				<givenname>Nadav</givenname>
				<surname>Eiron</surname>
			</person>
			<person>
				<givenname>Kevin S.</givenname>
				<surname>McCurley</surname>
			</person>
			<person>
				<givenname>John A.</givenname>
				<surname>Tomlin</surname>
			</person>
		</names>
		<pages>309-318</pages>
		<title type="sharef:primaryTitle">Ranking the Web Frontier</title>
		<field type="bibtex:topic">pagerank[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2004.org/proceedings/docs/1p309.pdf</identifier>
	</reference>
	<reference name="mar04a" src="bibtex:inproceedings" src-info="bibtex:line-3140" type="sharef:inproceedings" crossref="www2004">
		<names type="sharef:author">
			<person>
				<givenname>Paolo</givenname>
				<surname>Marinelli</surname>
			</person>
			<person>
				<givenname>Claudio Sacerdoti</givenname>
				<surname>Coen</surname>
			</person>
			<person>
				<givenname>Fabio</givenname>
				<surname>Vitali</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>In the past few years, a number of constraint languages for XML documents has been proposed. They are cumulatively called schema languages or validation languages and they comprise, among others, DTD, XML Schema, RELAX NG, Schematron, DSD, xlinkit. One major point of discrimination among schema languages is the support of co-constraints, or co-occurrence constraints, e.g., requiring that attribute A is present if and only if attribute B is (or is not) present in the same element. Although there is no way in XML Schema to express these requirements, they are in fact frequently used in many XML document types, usually only expressed in plain human-readable text, and validated by means of special code modules by the relevant applications. In this paper we propose SchemaPath, a light extension of XML Schema to handle conditional constraints on XML documents. Two new constructs have been added to XML Schema: conditions — based on XPath patterns — on type assignments for elements and attributes; and a new simple type, xsd:error, for the direct expression of negative constraints (e.g. it is prohibited for attribute A to be present if attribute B is also present). A proof-of-concept implementation is provided. A Web interface is publicly accessible for experiments and assessments of the real expressiveness of the proposed extension.</p>
			</richtext>
		</abstract>
		<pages>164-174</pages>
		<title type="sharef:primaryTitle">SchemaPath, a Minimal Extension to XML Schema for Conditional Constraints</title>
		<field type="bibtex:topic">xmlschema[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2004.org/proceedings/docs/1p164.pdf</identifier>
	</reference>
	<reference name="cas04" src="bibtex:inproceedings" src-info="bibtex:line-3150" type="sharef:inproceedings" crossref="www2004">
		<names type="sharef:author">
			<person>
				<givenname>Davi</givenname>
				<surname>de Castro Reis</surname>
			</person>
			<person>
				<givenname>Paulo B.</givenname>
				<surname>Golgher</surname>
			</person>
			<person>
				<givenname>Altigran S.</givenname>
				<surname link="da">Silva</surname>
			</person>
			<person>
				<givenname>Alberto H. F.</givenname>
				<surname>Laender</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The Web poses itself as the largest data repository ever available in the history of humankind. Major efforts have been made in order to provide efficient access to relevant information within this huge repository of data. Although several techniques have been developed to the problem of Web data extraction, their use is still not spread, mostly because of the need for high human intervention and the low quality of the extraction results. In this paper, we present a domain-oriented approach to Web data extraction and discuss its application to automatically extracting news from Web sites. Our approach is based on a highly efficient tree structure analysis that produces very effective results. We have tested our approach with several important Brazilian on-line news sites and achieved very precise results, correctly extracting 87.71% of the news in a set of 4088 pages distributed among 35 different sites.</p>
			</richtext>
		</abstract>
		<pages>502-601</pages>
		<title type="sharef:primaryTitle">Automatic Web News Extraction Using Tree Edit Distance</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2004.org/proceedings/docs/1p502.pdf</identifier>
	</reference>
	<reference name="bay04" src="bibtex:inproceedings" src-info="bibtex:line-3159" type="sharef:inproceedings" crossref="www2004">
		<names type="sharef:author">
			<person>
				<givenname>Roberto J.</givenname>
				<surname>Bayardo</surname>
			</person>
			<person>
				<givenname>Daniel</givenname>
				<surname>Gruhl</surname>
			</person>
			<person>
				<givenname>Vanja</givenname>
				<surname>Josifovski</surname>
			</person>
			<person>
				<givenname>Jussi</givenname>
				<surname>Myllymaki</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This paper provides an objective evaluation of the performance impacts of binary XML encodings, using a fast stream-based XQuery processor as our representative application. Instead of proposing one binary format and comparing it against standard XML parsers, we investigate the individual effects of several binary encoding techniques that are shared by many proposals. Our goal is to provide a deeper understanding of the performance impacts of binary XML encodings in order to clarify the ongoing and often contentious debate over their merits, particularly in the domain of high performance XML stream processing.</p>
			</richtext>
		</abstract>
		<pages>345-354</pages>
		<title type="sharef:primaryTitle">An Evaluation of Binary XML Encoding Optimizations for Fast Stream Based XML Processing</title>
		<field type="bibtex:topic">xtalk[0.9]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2004.org/proceedings/docs/1p345.pdf</identifier>
		<identifier type="sharef:uri">http://wwwconf.ecs.soton.ac.uk/archive/00000603/</identifier>
	</reference>
	<reference name="kwo04" src="bibtex:inproceedings" src-info="bibtex:line-3170" type="sharef:inproceedings" crossref="www2004a">
		<names type="sharef:author">
			<person>
				<givenname>Thomas</givenname>
				<surname>Kwok</surname>
			</person>
			<person>
				<givenname>Thao</givenname>
				<surname>Nguyen</surname>
			</person>
			<person>
				<givenname>Linh</givenname>
				<surname>Lam</surname>
			</person>
			<person>
				<givenname>Kakan</givenname>
				<surname>Roy</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">An Efficient and Systematic Method to Generate XSLT Stylesheets for Different Wireless Pervasive Devices</title>
		<field type="bibtex:topic">xslt1[0.7]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2004.org/proceedings/docs/2p218.pdf</identifier>
	</reference>
	<reference name="www2004a" src="bibtex:proceedings" src-info="bibtex:line-3178" type="sharef:proceedings">
		<date value="2004-05"/>
		<address type="sharef:placePublished">New York, NY</address>
		<field type="bibtex:index">WWW2004</field>
		<identifier type="sharef:isbn">158113844X</identifier>
		<field type="bibtex:key">Alternate Track Papers &amp; Posters Proceedings of the Thirteenth International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Alternate Track Papers &amp; Posters Proceedings of the Thirteenth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="www2004" src="bibtex:proceedings" src-info="bibtex:line-3191" type="sharef:proceedings">
		<date value="2004-05"/>
		<address type="sharef:placePublished">New York, NY</address>
		<field type="bibtex:index">WWW2004</field>
		<identifier type="sharef:isbn">1581139128</identifier>
		<field type="bibtex:key">Proceedings of the Thirteenth International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Thirteenth International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
		<identifier type="sharef:uri">http://www2004.org/</identifier>
	</reference>
	<reference name="wil05l" src="bibtex:inproceedings" src-info="bibtex:line-3210" type="sharef:inproceedings" crossref="www2005p">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Describing XML Namespaces is an open issue for many users of XML technologies, and even though namespaces are one of the foundations of XML, there is no generally accepted and widely used format for namespace descriptions. We present a framework for describing namespaces based on GRDDL using a controlled vocabulary. Using this framework, namespace descriptions can be easily generated, harvested and published in human- or machine-readable form.</p>
			</richtext>
		</abstract>
		<pages>1002-1003</pages>
		<title type="sharef:primaryTitle">Describing Namespaces with GRDDL</title>
		<field type="bibtex:topic">grddl[0.8]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil05l</identifier>
	</reference>
	<reference name="har05" src="bibtex:inproceedings" src-info="bibtex:line-3220" type="sharef:inproceedings" crossref="www2005">
		<names type="sharef:author">
			<person>
				<givenname>Matthew</givenname>
				<surname>Harren</surname>
			</person>
			<person>
				<givenname>Mukund</givenname>
				<surname>Raghavachari</surname>
			</person>
			<person>
				<givenname>Oded</givenname>
				<surname>Shmueli</surname>
			</person>
			<person>
				<givenname>Michael G.</givenname>
				<surname>Burke</surname>
			</person>
			<person>
				<givenname>Rajesh</givenname>
				<surname>Bordawekar</surname>
			</person>
			<person>
				<givenname>Igor</givenname>
				<surname>Pechtchanski</surname>
			</person>
			<person>
				<givenname>Vivek</givenname>
				<surname>Sarkar</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The increased importance of XML as a data representation format has led to several proposals for facilitating the development of applications that operate on XML data. These proposals range from runtime API-based interfaces to XML-based programming languages. The subject of this paper is XJ, a research language that proposes novel mechanisms for the integration of XML as a first-class construct into Java. The design goals of XJ distinguish it from past work on integrating XML support into programming languages — specifically, the XJ design adheres to the XML Schema and XPath standards. Moreover, it supports in-place updates of XML data thereby keeping with the imperative nature of Java. We have built a prototype compiler for XJ, and our preliminary experiments demonstrate that the performance of XJ programs can approach that of traditional low-level API-based interfaces, while providing a higher level of abstraction.</p>
			</richtext>
		</abstract>
		<pages>278-287</pages>
		<title type="sharef:primaryTitle">XJ: Facilitating XML Processing in Java</title>
		<field type="bibtex:topic">xj[0.9]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2005.org/cdrom/docs/p278.pdf</identifier>
	</reference>
	<reference name="ana05" src="bibtex:inproceedings" src-info="bibtex:line-3230" type="sharef:inproceedings" crossref="www2005p">
		<names type="sharef:author">
			<person>
				<givenname>Sai</givenname>
				<surname>Anand</surname>
			</person>
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>For XML-based applications in general and B2B applications in particular, mapping between differently structured XML documents, to enable exchange of data, is a basic problem. A generic  solution to the problem is of interest and desirable both in an academic and practical sense. We present a case study of the problem that arises in an XML based project, which involves mapping of different XML schemas to each other. We describe our approach to solving the problem, its advantages and limitations. We also compare and contrast our approach with previously known approaches and commercially available software solutions.</p>
			</richtext>
		</abstract>
		<pages>888-889</pages>
		<title type="sharef:primaryTitle">Mapping XML Instances</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#ana05</identifier>
	</reference>
	<reference name="cen05" src="bibtex:inproceedings" src-info="bibtex:line-3239" type="sharef:inproceedings" crossref="www2005p">
		<names type="sharef:author">
			<person>
				<givenname>Vicente Luque</givenname>
				<surname>Centeno</surname>
			</person>
			<person>
				<givenname>Carlos Delgado</givenname>
				<surname>Kloos</surname>
			</person>
			<person>
				<givenname>Martin</givenname>
				<surname>Gaedke</surname>
			</person>
			<person>
				<givenname>Martin</givenname>
				<surname>Nussbaumer</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Web accessibility consists on a set of checkpoints which are rather expensive to evaluate or to spot. However, using W3C technologies, this cost can be clearly minimized. This article presents a W3C formalized rule-set version for automatable checkpoints from WCAG 1.0.</p>
			</richtext>
		</abstract>
		<pages>1146-1147</pages>
		<title type="sharef:primaryTitle">WCAG Formalization with W3C Standards</title>
		<field type="bibtex:topic">wcag[0.8]</field>
	</reference>
	<reference name="bry05a" src="bibtex:inproceedings" src-info="bibtex:line-3248" type="sharef:inproceedings" crossref="www2005p">
		<names type="sharef:author">
			<person>
				<givenname>François</givenname>
				<surname>Bry</surname>
			</person>
			<person>
				<givenname>Michael</givenname>
				<surname>Eckert</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Hyperlinks are an essential feature of the World Wide Web, highly responsible for its success. XLink improves on HTML's linking capabilities in several ways. In particular, links after XLink can be "out-of-line" (i.e., not defined at a link source) and collected in (possibly several) linkbases, which considerably ease building complex link structures. Modeling of link structures and processing of linkbases under the Web's "open world linking" are aspects neglected by XLink. Adding a notion of "interface" to XLink, as suggested in this work, considerably improves modeling of link structures. When a link structure is traversed, the relevant linkbase(s) might become ambiguous. We suggest three linkbase management modes governing the binding of a linkbase to a document to resolve this ambiguity.</p>
			</richtext>
		</abstract>
		<pages>1030-1031</pages>
		<title type="sharef:primaryTitle">Processing Link Structures and Linkbases on the Web</title>
		<field type="bibtex:topic">xlink[0.8]</field>
	</reference>
	<reference name="bex05" src="bibtex:inproceedings" src-info="bibtex:line-3257" type="sharef:inproceedings" crossref="www2005">
		<names type="sharef:author">
			<person>
				<givenname>Geert Jan</givenname>
				<surname>Bex</surname>
			</person>
			<person>
				<givenname>Wim</givenname>
				<surname>Martens</surname>
			</person>
			<person>
				<givenname>Frank</givenname>
				<surname>Neven</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Schwentick</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>On an abstract level, XML Schema increases the limited expressive power of Document Type Definitions (DTDs) by extending them with a recursive typing mechanism. However, an investigation of the XML Schema Definitions (XSDs) occurring in practice reveals that the vast majority of them are structurally equivalent to DTDs. This might be due to the complexity of the XML Schema specification and the difficulty to understand the effect of constraints on typing and validation of schemas. To shed some light on the actual expressive power of XSDs this paper studies the impact of the Element Declarations Consistent (EDC) and the Unique Particle Attribution (UPA) rule. An equivalent formalism based on contextual patterns rather than on recursive types is proposed which might serve as a light-weight front end for XML Schema. Finally, the effect of EDC and UPA on the way XML documents can be typed is discussed. It is argued that a cleaner, more robust, stronger but equally efficient class is obtained by replacing EDC and UPA with the notion of 1-pass preorder typing: schemas that allow to determine the type of an element of a streaming document when its opening tag is met. This notion can be defined in terms of restrained competition regular expressions and there is again an equivalent syntactical formalism based on contextual patterns.</p>
			</richtext>
		</abstract>
		<pages>712-721</pages>
		<title type="sharef:primaryTitle">Expressiveness of XSDs: From Practice to Theory, There and Back Again</title>
		<field type="bibtex:topic">xmlschema[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2005.org/cdrom/docs/p712.pdf</identifier>
	</reference>
	<reference name="fok05" src="bibtex:inproceedings" src-info="bibtex:line-3267" type="sharef:inproceedings" crossref="www2005">
		<names type="sharef:author">
			<person>
				<givenname>Achille</givenname>
				<surname>Fokoue</surname>
			</person>
			<person>
				<givenname>Kristoffer</givenname>
				<surname>Rose</surname>
			</person>
			<person>
				<givenname>Jérôme</givenname>
				<surname>Siméon</surname>
			</person>
			<person>
				<givenname>Lionel</givenname>
				<surname>Villard</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>As XQuery is gathering momentum as the standard query language for XML, there is a growing interest in using it as an integral part of the XML application development infrastructure. In that context, one question which is often raised is how well XQuery interoperates with other XML languages, and notably with XSLT. XQuery 1.0 and XSLT 2.0 share a lot in common: they share XPath 2.0 as a common sub-language and have the same expressiveness. However, they are based on fairly different programming paradigms. While XSLT has adopted a highly declarative template based approach, XQuery relies on a simpler, and more operational, functional approach. In this paper, we present an approach to compile XSLT 2.0 into XQuery 1.0, and a working implementation of that approach. The compilation rules explain how XSLT's template-based approach can be implemented using the functional approach of XQuery and underpins the tight connection between the two languages. The resulting compiler can be used to migrate a XSLT code base to XQuery, or to enable the use of XQuery runtimes (e.g., as will soon be provided by most relational database management systems) for XSLT users. We also identify a number of areas where compatibility between the two languages could be improved. Finally, we show experiments on actual XSLT stylesheets, demonstrating the applicability of the approach in practice.</p>
			</richtext>
		</abstract>
		<pages>682-691</pages>
		<title type="sharef:primaryTitle">Compiling XSLT 2.0 into XQuery 1.0</title>
		<field type="bibtex:topic">xslt2[0.8] xquery[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www2005.org/cdrom/docs/p682.pdf</identifier>
	</reference>
	<reference name="www2005p" src="bibtex:proceedings" src-info="bibtex:line-3277" type="sharef:proceedings">
		<date value="2005-05"/>
		<address type="sharef:placePublished">Chiba, Japan</address>
		<field type="bibtex:index">WWW2005</field>
		<identifier type="sharef:isbn">1-59593-051-5</identifier>
		<field type="bibtex:key">Poster Proceedings of the 14th International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Poster Proceedings of the 14th International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="www2005" src="bibtex:proceedings" src-info="bibtex:line-3290" type="sharef:proceedings">
		<date value="2005-05"/>
		<address type="sharef:placePublished">Chiba, Japan</address>
		<field type="bibtex:index">WWW2005</field>
		<identifier type="sharef:isbn">1-59593-046-9</identifier>
		<field type="bibtex:key">Proceedings of the 14th International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 14th International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
		<identifier type="sharef:uri">http://www2005.org/cdrom/</identifier>
	</reference>
	<reference name="kos06" src="bibtex:inproceedings" src-info="bibtex:line-3309" type="sharef:inproceedings" crossref="www2006">
		<names type="sharef:author">
			<person>
				<givenname>Margaret G.</givenname>
				<surname>Kostoulas</surname>
			</person>
			<person>
				<givenname>Morris</givenname>
				<surname>Matsa</surname>
			</person>
			<person>
				<givenname>Noah</givenname>
				<surname>Mendelsohn</surname>
			</person>
			<person>
				<givenname>Eric</givenname>
				<surname>Perkins</surname>
			</person>
			<person>
				<givenname>Abraham</givenname>
				<surname>Heifets</surname>
			</person>
			<person>
				<givenname>Martha</givenname>
				<surname>Mercaldi</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This paper describes an experimental system in which customized high performance XML parsers are prepared using parser generation and compilation techniques. Parsing is integrated with Schema-based validation and deserialization, and the resulting validating processors are shown to be as fast as or in many cases significantly faster than traditional nonvalidating parsers. High performance is achieved by integration across layers of software that are traditionally separate, by avoiding unnecessary data copying and transformation, and by careful attention to detail in the generated code. The effect of API design on XML performance is also briefly discussed.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">XML Screamer: An Integrated Approach to High Performance XML Parsing, Validation and Deserialization</title>
		<field type="bibtex:topic">xml[0.8] xmlscreamer[1]</field>
	</reference>
	<reference name="zha06" src="bibtex:inproceedings" src-info="bibtex:line-3317" type="sharef:inproceedings" crossref="www2006">
		<names type="sharef:author">
			<person>
				<givenname>Shuohao</givenname>
				<surname>Zhang</surname>
			</person>
			<person>
				<givenname>Curtis</givenname>
				<surname>Dyreson</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Path expressions are the principal means of locating data in a hierarchical model. But path expressions are brittle because they often depend on the structure of data and break if the data is structured differently. The structure of data could be unfamiliar to a user, may differ within a data collection, or may change over time as the schema evolves. This paper proposes a novel construct that locates related nodes in an instance of an XML data model, independent of a specific structure. It can augment many XPath expressions and can be seamlessly incorporated in XQuery or XSLT.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Symmetrically Exploiting XML</title>
		<field type="bibtex:topic">xml[0.8]</field>
	</reference>
	<reference name="fer06" src="bibtex:inproceedings" src-info="bibtex:line-3325" type="sharef:inproceedings" crossref="www2006">
		<names type="sharef:author">
			<person>
				<givenname>Paolo</givenname>
				<surname>Ferragina</surname>
			</person>
			<person>
				<givenname>Fabrizio</givenname>
				<surname>Luccio</surname>
			</person>
			<person>
				<givenname>Giovanni</givenname>
				<surname>Manzini</surname>
			</person>
			<person>
				<givenname>S.</givenname>
				<surname>Muthukrishnan</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is fast becoming the standard format to store, exchange and publish over the web, and is getting embedded in applications. Two challenges in handling XML are its size (the XML representation of a document is significantly larger than its native state) and the complexity of its search (XML search involves path and content searches on labeled tree structures). We address the basic problems of compression, navigation and searching of XML documents. In particular, we adopt recently proposed theoretical algorithms for succinct tree representations to design and implement a compressed index for XML, called XBzipIndex, in which the XML document is maintained in a highly compressed format, and both navigation and searching can be done uncompressing only a tiny fraction of the data. This solution relies on compressing and indexing two arrays derived from the XML data. With detailed experiments we compare this with other compressed XML indexing and searching engines to show that XBzipIndex has compression ratio up to 35% better than the ones achievable by those other tools, and its time performance on some path and content search operations is order of magnitudes faster: few milliseconds over hundreds of MBs of XML files versus tens of seconds, on standard XML data sources.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Compressing and Searching XML Data Via Two Zips</title>
		<field type="bibtex:topic">xml[0.8]</field>
	</reference>
	<reference name="wil06g" src="bibtex:inproceedings" src-info="bibtex:line-3333" type="sharef:inproceedings" crossref="www2006p">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is the predominant format for representing structured information inside documents, but it stops at the level of files. This makes it hard to use XML-oriented tools to process information which is scattered over multiple documents within a file system. File System XML (FSX) and its content integration provides a unified view of file system structure and content. FSX's adaptors map file contents to XML, which means that any file format can be integrated with an XML view in the integrated view of the file system.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Merging Trees: File System and Content Integration</title>
		<field type="bibtex:topic">fsx[0.9] xpsh[0.8]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil06g</identifier>
	</reference>
	<reference name="wil06h" src="bibtex:inproceedings" src-info="bibtex:line-3342" type="sharef:inproceedings" crossref="www2006p">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Namespaces are a central building block of XML technologies today, they provide the identification mechanism for many XML-related vocabularies. Despite their ubiquity, there is no established mechanism for describing namespaces, and in particular for describing the dependencies of namespaces. We propose a simple model for describing namespaces and their dependencies. Using these descriptions, it is possible to compile directories of namespaces providing searchable and browsable namespace descriptions.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Structuring Namespace Descriptions</title>
		<field type="bibtex:topic">xmlns[0.8]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil06h</identifier>
	</reference>
	<reference name="wil06i" src="bibtex:inproceedings" src-info="bibtex:line-3351" type="sharef:inproceedings" crossref="www2006p">
		<names type="sharef:author">
			<person>
				<givenname>Kaspar</givenname>
				<surname>Giger</surname>
			</person>
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Locating files based on file system structure, file properties, and maybe even file contents is a core task of the user interface of operating systems. By adapting XPath's power to the environment of a Unix shell, it is possible to greatly increase the expressive power of the command line language. We present a concept for integrating an XPath view of the file system into a shell, which can be used to find files based on file attributes and contents in a very flexible way. The syntax of the command line language is backwards compatible with traditional shells, and the new XPath-based expressions can be easily mastered with a little bit of XPath knowledge.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">XPath Filename Expansion in a Unix Shell</title>
		<field type="bibtex:topic">xpath1[0.7] fsx[0.8] xpsh[0.9]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil06i</identifier>
	</reference>
	<reference name="wil06j" src="bibtex:inproceedings" src-info="bibtex:line-3360" type="sharef:inproceedings" crossref="www2006p">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>There are principal differences between the relational model and XML's tree model. This causes problems in all cases where information from these two worlds has to be brought together. Using a few rules for mapping the incompatible aspects of the two models, it becomes easier to process data in systems which need to work with relational and tree data. The most important requirement for a good mapping is that the conceptual model is available and can thus be used for making mapping decisions.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Tables and Trees Don't Mix (very well)</title>
		<field type="bibtex:topic">xmlinfoset[0.8] rm[0.8]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil06j</identifier>
	</reference>
	<reference name="www2006p" src="bibtex:proceedings" src-info="bibtex:line-3369" type="sharef:proceedings">
		<date value="2006-05"/>
		<address type="sharef:placePublished">Edinburgh, UK</address>
		<field type="bibtex:index">WWW2006</field>
		<field type="bibtex:key">Poster Proceedings of the 15th International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Poster Proceedings of the 15th International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="www2006" src="bibtex:proceedings" src-info="bibtex:line-3381" type="sharef:proceedings">
		<date value="2006-05"/>
		<address type="sharef:placePublished">Edinburgh, UK</address>
		<field type="bibtex:index">WWW2006</field>
		<identifier type="sharef:isbn">1-59593-323-9</identifier>
		<field type="bibtex:key">Proceedings of the 15th International World Wide Web Conference</field>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 15th International World Wide Web Conference</title>
		<field type="bibtex:topic">www[0.8]</field>
	</reference>
	<reference name="wil06b" src="bibtex:inproceedings" src-info="bibtex:line-3398" type="sharef:inproceedings" crossref="wbc2006">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Sai</givenname>
				<surname>Anand</surname>
			</person>
			<person>
				<givenname>Thierry</givenname>
				<surname>Bücheler</surname>
			</person>
			<person>
				<givenname>Nick</givenname>
				<surname>Nabholz</surname>
			</person>
			<person>
				<givenname>Petra</givenname>
				<surname>Zimmermann</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>In many research settings, bibliographies are a central resource for collecting information about related work, keeping track of the own research record, and annotating this information with remarks. By its very nature, this information should be shared between researchers within a research group and maybe in larger organizational units (for example research institutes) as well. However, most tools used for managing bibliographic data do not support collaboration. Using ShaRef, users can share bibliographic information, collaborate, and publish and export data using a variety of output channels. ShaRef's goal is to make sharing of and collaboration with bibliographic information easier than it is today.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Bibliographies as Shared Resources</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil06b</identifier>
	</reference>
	<reference name="wbc2006" src="bibtex:proceedings" src-info="bibtex:line-3406" type="sharef:proceedings">
		<date value="2006-02"/>
		<address type="sharef:placePublished">San Sebastian, Spain</address>
		<field type="bibtex:index">WBC 2006</field>
		<field type="bibtex:key">Proceedings of the 2006 IADIS International Conference on Web Based Communities</field>
		<title type="sharef:primaryTitle">Proceedings of the 2006 IADIS International Conference on Web Based Communities</title>
		<field type="bibtex:topic">www[0.8]</field>
		<identifier type="sharef:uri">http://www.iadis.org/WBC2006/</identifier>
	</reference>
	<reference name="wil06k" src="bibtex:inproceedings" src-info="bibtex:line-3422" type="sharef:inproceedings" crossref="gmw06">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Wissensvermittlung setzt zu einem massgeblichen Teil nicht nur das Lehren von Fakten und Methoden voraus, sondern unverzichtbar auch deren Einordnung in den durch das Fachgebiet vorgegebenen Rahmen. Eine ICT Strategie wissensvermittelnder Organisationen sollte diesem weiten Fokus der Wissensvermittlung Rechnung tragen und durch strategische Zielsetzungen verhindern, dass geschlossene Insellösungen entstehen, die dem Ziel der Vermittlung vernetzten Wissens abträglich sind. Im Rahmen geeigneter strategischer und technischer Rahmenbedingungen können heutzutage basierend auf existierenden Technologien Tools entwickelt werden, die sich durch ihr modulares und offenes Konzept optimal im sich ständig ändernden ICT Umfeld einer Hochschule einsetzen lassen. Am Beispiel eines Tools zur Verwaltung von Literaturverweisen wird erläutert, wie eine offene ICT Strategie in Form technischer Lösungen umgesetzt werden kann.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Modulare und Offene Komponenten zur Wissensverwaltung</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil06k</identifier>
	</reference>
	<reference name="gmw06" src="bibtex:proceedings" src-info="bibtex:line-3430" type="sharef:proceedings">
		<date value="2006-09"/>
		<address type="sharef:placePublished">Zürich, Switzerland</address>
		<field type="bibtex:index">GMW06</field>
		<field type="bibtex:key">11. Europäische Jahrestagung der Gesellschaft für Medien in der Wissenschaft</field>
		<title type="sharef:primaryTitle">11. Europäische Jahrestagung der Gesellschaft für Medien in der Wissenschaft</title>
		<identifier type="sharef:uri">http://www.gmw06.ch/</identifier>
	</reference>
	<reference name="li02" src="bibtex:inproceedings" src-info="bibtex:line-3445" type="sharef:inproceedings" crossref="iswc2002">
		<names type="sharef:author">
			<person>
				<givenname>Gangmin</givenname>
				<surname>Li</surname>
			</person>
			<person>
				<givenname>Victoria</givenname>
				<surname>Uren</surname>
			</person>
			<person>
				<givenname>Enrico</givenname>
				<surname>Motta</surname>
			</person>
			<person>
				<givenname>Simon</givenname>
				<surname>Buckingham Shum</surname>
			</person>
			<person>
				<givenname>John</givenname>
				<surname>Domingue</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The usability of research papers on the Web would be enhanced by a system that explicitly modelled the rhetorical relations between claims in related papers. We describe ClaiMaker, a system for modelling readers' interpretations of the core content of papers. ClaiMaker provides tools to build a Semantic Web representation of the claims in research papers using an ontology of relations. We demonstrate how the system can be used to make inter-document queries.</p>
			</richtext>
		</abstract>
		<pages>436-441</pages>
		<title type="sharef:primaryTitle">ClaiMaker: Weaving a Semantic Web of Research Papers</title>
		<field type="bibtex:topic">claimaker[0.9]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://kmi.open.ac.uk/projects/scholonto/docs/ClaiMaker-ISWC2002.pdf</identifier>
	</reference>
	<reference name="iswc2002" src="bibtex:proceedings" src-info="bibtex:line-3455" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Ian</givenname>
				<surname>Horrocks</surname>
			</person>
			<person>
				<givenname>James A.</givenname>
				<surname>Hendler</surname>
			</person>
		</names>
		<date value="2002-06"/>
		<address type="sharef:placePublished">Sardinia, Italy</address>
		<field type="bibtex:index">IWSC2002</field>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the First International Semantic Web Conference</title>
		<identifier type="sharef:uri">http://iswc2002.semanticweb.org/</identifier>
		<volume>2342</volume>
	</reference>
	<reference name="due01" src="bibtex:inproceedings" src-info="bibtex:line-3473" type="sharef:inproceedings" crossref="iuc19">
		<names type="sharef:author">
			<person>
				<givenname>Martin J.</givenname>
				<surname>Dürst</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">Internationalized Resource Identifiers: From Specification to Testing</title>
		<field type="bibtex:topic">iri[0.8]</field>
	</reference>
	<reference name="iuc19" src="bibtex:proceedings" src-info="bibtex:line-3480" type="sharef:proceedings">
		<date value="2001-09"/>
		<address type="sharef:placePublished">San Jose, California</address>
		<field type="bibtex:index">IUC19</field>
		<field type="bibtex:key">Proceedings of the Nineteenth Internationalization and Unicode Conference</field>
		<title type="sharef:primaryTitle">Proceedings of the Nineteenth Internationalization and Unicode Conference</title>
		<field type="bibtex:topic">unicode[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www.unicode.org/iuc/iuc19/program.html</identifier>
	</reference>
	<reference name="wil03h" src="bibtex:inproceedings" src-info="bibtex:line-3496" type="sharef:inproceedings" crossref="iuc24">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is based on Unicode, and therefore XML documents may use the full Unicode character repertoire. However, XML-based applications often use XML interfaces to legacy software which in many cases is not capable of dealing with the full Unicode character repertoire. We therefore propose a schema language for XML which is capable of limiting the character repertoire of XML documents. This schema language, called Character Repertoire Validation for XML (CRVX), has features to permit or disallow character repertoire subsets from certain parts of an XML document, for example only for element and attribute names. CRVX uses information from the Unicode Character Database (UCD) to make character repertoire specification as easy as possible. CRVX is not intended to be the only schema language in an XML application scenario, but it provides useful additional schema-based validation to protect applications from unsupported characters. XML applications typically combine different schema languages before processing XML documents, and CRVX is intended to complement other schema languages such as grammar-based languages (DTD, XML Schema) or rule-based languages (Schematron). CRVX can be implemented in various ways. One simple solution is to use XSLT to transform an CRVX schema into an XSLT program, which is then used to validate XML documents. We briefly describe such an implementation. Other (and more efficient) implementations could be based on DOM or SAX parsers.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Validation of Character Repertoires for XML Documents</title>
		<field type="bibtex:topic">crvx[0.9]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil03h</identifier>
	</reference>
	<reference name="due03b" src="bibtex:inproceedings" src-info="bibtex:line-3505" type="sharef:inproceedings" crossref="iuc24">
		<names type="sharef:author">
			<person>
				<givenname>Martin J.</givenname>
				<surname>Dürst</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">Internationalized Resource Identifiers (IRIs): Server-side Implementation</title>
		<field type="bibtex:topic">iri[0.8]</field>
	</reference>
	<reference name="iuc24" src="bibtex:proceedings" src-info="bibtex:line-3512" type="sharef:proceedings">
		<date value="2003-09"/>
		<address type="sharef:placePublished">Atlanta, Georgia</address>
		<field type="bibtex:index">IUC24</field>
		<field type="bibtex:key">Proceedings of the Twenty-fourth Internationalization and Unicode Conference</field>
		<title type="sharef:primaryTitle">Proceedings of the Twenty-fourth Internationalization and Unicode Conference</title>
		<field type="bibtex:topic">unicode[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www.unicode.org/iuc/iuc24/program.html</identifier>
	</reference>
	<reference name="wil03j" src="bibtex:inproceedings" src-info="bibtex:line-3528" type="sharef:inproceedings" crossref="sinn03">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Metadata usage often depends on schemas for metadata, which are important to convey the meaning of the metadata. We propose an architecture where users can extend the schema used by a system for managing referential metadata. Users can plugin new schemas and install custom filters for exporting metadata, so that users are not forced to limit their metadata to a fixed schema. The goal of this architecture is to provide users with a system that helps them managing their referatory, enables them with powerful tools to adapt the tool to their metadata, and still makes it possible to collect the metadata of several users in a central storage and exploit the common facets of the metadata. Our system is based on a specialized schema language, which has been built on top of the XML schema languages XML Schema and Schematron.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Towards Federated Referatories</title>
		<field type="bibtex:topic">bibtexml[0.8]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil03j</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.isn-oldenburg.de/projects/SINN/sinn03/proceedings/wilde.html</identifier>
	</reference>
	<reference name="sinn03" src="bibtex:proceedings" src-info="bibtex:line-3538" type="sharef:proceedings">
		<date value="2003-09"/>
		<address type="sharef:placePublished">Oldenburg, Germany</address>
		<field type="bibtex:index">SINN03</field>
		<field type="bibtex:key">Proceedings of the SINN03 Conference on Worldwide Coherent Workforce and Satisfied Users</field>
		<title type="sharef:primaryTitle">Proceedings of the SINN03 Conference on Worldwide Coherent Workforce and Satisfied Users</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.isn-oldenburg.de/projects/SINN/sinn03/proceedings.html</identifier>
	</reference>
	<reference name="bau95" src="bibtex:inproceedings" src-info="bibtex:line-3553" type="sharef:inproceedings" crossref="tccc95">
		<names type="sharef:author">
			<person>
				<givenname>Daniel</givenname>
				<surname>Bauer</surname>
			</person>
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>In the last years, networked multimedia multipoint applications have been developed in conjunction with emerging broadband networks. Experiences have shown that existing transport systems support these applications only insufficiently, since they offer no assistance for real-time multimedia and multipoint applications. In this paper, we propose a Multicast Communication Framework (MCF) which satisfies the needs of multimedia multipoint applications. MCF covers both transportation and presentation of multimedia data. It guarantees quality of service (QoS) for the complete path between multimedia sources and multimedia sinks. Furthermore, it offers a high-level abstraction of multicast communication services that hides the details of the underlying endsystems and networks.</p>
			</richtext>
		</abstract>
		<field type="bibtex:index">MCF, GMS</field>
		<field type="bibtex:src">EW: WWW</field>
		<title type="sharef:primaryTitle">Design Considerations for a Multicast Communication Framework</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#bau95</identifier>
	</reference>
	<reference name="tccc95" src="bibtex:proceedings" src-info="bibtex:line-3563" type="sharef:proceedings">
		<date value="1995-09"/>
		<address type="sharef:placePublished">Eastsound, Washington</address>
		<field type="bibtex:index">TCCC '95</field>
		<field type="bibtex:src">DB</field>
		<title type="sharef:primaryTitle">Proceedings of the Tenth Annual Workshop on Computer Communications</title>
	</reference>
	<reference name="fis88" src="bibtex:inproceedings" src-info="bibtex:line-3577" type="sharef:inproceedings" crossref="cois88">
		<names type="sharef:author">
			<person>
				<givenname>Robert S.</givenname>
				<surname>Fish</surname>
			</person>
			<person>
				<givenname>Robert E.</givenname>
				<surname>Kraut</surname>
			</person>
			<person>
				<givenname>Mary D. P.</givenname>
				<surname>Leland</surname>
			</person>
		</names>
		<field type="bibtex:copied">10.4.95</field>
		<field type="bibtex:index">Quilt, collaborative editing</field>
		<pages>30-37</pages>
		<field type="bibtex:src">EW: 69</field>
		<title type="sharef:primaryTitle">Quilt: a collaborative tool for cooperative writing</title>
	</reference>
	<reference name="cois88" src="bibtex:proceedings" src-info="bibtex:line-3587" type="sharef:proceedings">
		<date value="1988-03"/>
		<address type="sharef:placePublished">Palo Alto, California</address>
		<field type="bibtex:index">COIS '88</field>
		<field type="bibtex:src">Ethics: 742295q</field>
		<title type="sharef:primaryTitle">Proceedings of the Conference on Office Information Systems</title>
	</reference>
	<reference name="pla94d" src="bibtex:inproceedings" src-info="bibtex:line-3601" type="sharef:inproceedings" crossref="pfhsn94">
		<names type="sharef:author">
			<person>
				<givenname>Thomas</givenname>
				<surname>Plagemann</surname>
			</person>
			<person>
				<givenname>Andreas</givenname>
				<surname>Gotti</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
		</names>
		<field type="bibtex:copied">24.10.95</field>
		<field type="bibtex:index">Da CaPo, CoRA</field>
		<field type="bibtex:src">EW: 175</field>
		<title type="sharef:primaryTitle">CoRA — A Heuristic for Protocol Configuration and Resource Allocation</title>
	</reference>
	<reference name="pfhsn94" src="bibtex:proceedings" src-info="bibtex:line-3610" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Mabo</givenname>
				<surname>Ito</surname>
			</person>
			<person>
				<givenname>Gerald W.</givenname>
				<surname>Neufeld</surname>
			</person>
		</names>
		<date value="1994-08"/>
		<address type="sharef:placePublished">Vancouver, Canada</address>
		<field type="bibtex:index">PfHSN '94</field>
		<field type="bibtex:src">BP</field>
		<title type="sharef:primaryTitle">Proceedings of the 4th International IFIP Workshop on Protocols for High Speed Networks</title>
	</reference>
	<reference name="pla94c" src="bibtex:inproceedings" src-info="bibtex:line-3625" type="sharef:inproceedings" crossref="hipp94">
		<names type="sharef:author">
			<person>
				<givenname>Thomas</givenname>
				<surname>Plagemann</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
		</names>
		<field type="bibtex:copied">18.10.95</field>
		<field type="bibtex:index">Da CaPo</field>
		<field type="bibtex:src">EW: 174</field>
		<title type="sharef:primaryTitle">Evaluating Crucial Performance Issues of Protocol Configuration in Da CaPo</title>
	</reference>
	<reference name="hipp94" src="bibtex:proceedings" src-info="bibtex:line-3634" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Jon</givenname>
				<surname>Crowcroft</surname>
			</person>
			<person>
				<givenname>Christian</givenname>
				<surname>Huitema</surname>
			</person>
		</names>
		<date value="1994-12"/>
		<address type="sharef:placePublished">Sophia Antipolis, France</address>
		<field type="bibtex:index">HIPPARCH '94</field>
		<field type="bibtex:src">GC</field>
		<title type="sharef:primaryTitle">Proceedings of the First International Workshop on High Performance Protocol Architectures</title>
	</reference>
	<reference name="ber90" src="bibtex:inproceedings" src-info="bibtex:line-3649" type="sharef:inproceedings" crossref="cois90">
		<names type="sharef:author">
			<person>
				<givenname>Elisa</givenname>
				<surname>Bertino</surname>
			</person>
			<person>
				<givenname>M.</givenname>
				<surname>Negri</surname>
			</person>
			<person>
				<givenname>G.</givenname>
				<surname>Pelagatti</surname>
			</person>
			<person>
				<givenname>L.</givenname>
				<surname>Sbatella</surname>
			</person>
		</names>
		<field type="bibtex:copied">4.5.95</field>
		<field type="bibtex:index">COMANDOS</field>
		<pages>216-226</pages>
		<field type="bibtex:src">EW: 119</field>
		<title type="sharef:primaryTitle">An Object-Oriented Data Model for Distributed Office Applications</title>
	</reference>
	<reference name="cois90" src="bibtex:proceedings" src-info="bibtex:line-3659" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Frederick H.</givenname>
				<surname>Lochovsky</surname>
			</person>
			<person>
				<givenname>Robert B.</givenname>
				<surname>Allen</surname>
			</person>
		</names>
		<date value="1990-04"/>
		<address type="sharef:placePublished">Cambridge, Massachusetts</address>
		<field type="bibtex:index">COIS '90</field>
		<identifier type="sharef:isbn">0897913582</identifier>
		<field type="bibtex:src">Ethics: 715597</field>
		<title type="sharef:primaryTitle">Proceedings of the Conference on Office Information Systems</title>
	</reference>
	<reference name="har91" src="bibtex:inproceedings" src-info="bibtex:line-3675" type="sharef:inproceedings" crossref="ocs91">
		<names type="sharef:author">
			<person>
				<givenname>Harrick M.</givenname>
				<surname>Vin</surname>
			</person>
			<person>
				<givenname>P. Venkat</givenname>
				<surname>Rangan</surname>
			</person>
			<person>
				<givenname>Srinivas</givenname>
				<surname>Ramanathan</surname>
			</person>
		</names>
		<field type="bibtex:copied">4.5.95</field>
		<field type="bibtex:index">super conferences</field>
		<pages>43-54</pages>
		<field type="bibtex:src">EW: 120</field>
		<title type="sharef:primaryTitle">Hierachical Conferencing Architectures for Inter-Group Multimedia Collaboration</title>
	</reference>
	<reference name="ham91" src="bibtex:inproceedings" src-info="bibtex:line-3685" type="sharef:inproceedings" crossref="ocs91">
		<names type="sharef:author">
			<person>
				<givenname>Heikki</givenname>
				<surname>Hämmäinen</surname>
			</person>
			<person>
				<givenname>Chris</givenname>
				<surname>Condon</surname>
			</person>
		</names>
		<field type="bibtex:copied">4.5.95</field>
		<field type="bibtex:index">MILAN, PAGES, groupware, metaphors</field>
		<pages>95-105</pages>
		<field type="bibtex:src">EW: 121</field>
		<title type="sharef:primaryTitle">Form and Room: Metaphors for Groupware</title>
	</reference>
	<reference name="new91" src="bibtex:inproceedings" src-info="bibtex:line-3695" type="sharef:inproceedings" crossref="ocs91">
		<names type="sharef:author">
			<person>
				<givenname>R. E.</givenname>
				<surname>Newman-Wolfe</surname>
			</person>
			<person>
				<givenname>Harsha K.</givenname>
				<surname>Pelimuhandiram</surname>
			</person>
		</names>
		<field type="bibtex:copied">4.5.95</field>
		<field type="bibtex:index">MACE, collaborative editing</field>
		<pages>240-254</pages>
		<field type="bibtex:src">EW: 122</field>
		<title type="sharef:primaryTitle">MACE: A Fine Grained Concurrent Editor</title>
	</reference>
	<reference name="ocs91" src="bibtex:proceedings" src-info="bibtex:line-3705" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Peter</givenname>
				<surname link="de">Jong</surname>
			</person>
		</names>
		<date value="1991-11"/>
		<address type="sharef:placePublished">Atlanta, Georgia</address>
		<field type="bibtex:index">OCS '91</field>
		<identifier type="sharef:isbn">0897914562</identifier>
		<field type="bibtex:src">Ethics: 715597</field>
		<title type="sharef:primaryTitle">Proceedings of the ACM SIGOIS Conference on Organizational Computer Systems</title>
	</reference>
	<reference name="haa94" src="bibtex:inproceedings" src-info="bibtex:line-3721" type="sharef:inproceedings" crossref="hms94">
		<names type="sharef:author">
			<person>
				<givenname>Jörg M.</givenname>
				<surname>Haake</surname>
			</person>
			<person>
				<givenname>Catherine C.</givenname>
				<surname>Marshall</surname>
			</person>
			<person>
				<givenname>Uffe Kock</givenname>
				<surname>Wiil</surname>
			</person>
		</names>
		<field type="bibtex:copied">2.5.95</field>
		<field type="bibtex:index">collaborative hypermedia</field>
		<pages>5-11</pages>
		<field type="bibtex:src">EW: 103</field>
		<title type="sharef:primaryTitle">Open Issues in Collaborative Hypermedia Systems</title>
	</reference>
	<reference name="kon94" src="bibtex:inproceedings" src-info="bibtex:line-3731" type="sharef:inproceedings" crossref="hms94">
		<names type="sharef:author">
			<person>
				<givenname>Shin'ichi</givenname>
				<surname>Konomi</surname>
			</person>
			<person>
				<givenname>Osami</givenname>
				<surname>Kagawa</surname>
			</person>
			<person>
				<givenname>Yahiko</givenname>
				<surname>Kambayashi</surname>
			</person>
		</names>
		<field type="bibtex:copied">2.5.95</field>
		<field type="bibtex:index">VIEW, collaborative hypermedia</field>
		<pages>30-33</pages>
		<field type="bibtex:src">EW: 104</field>
		<title type="sharef:primaryTitle">VIEW Media: A Multiuser Hypermedia System for Interactive Distance Presentation</title>
	</reference>
	<reference name="hms94" src="bibtex:proceedings" src-info="bibtex:line-3741" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Jörg M.</givenname>
				<surname>Haake</surname>
			</person>
		</names>
		<date value="1994-10"/>
		<address type="sharef:placePublished">Chapel Hill, North Carolina</address>
		<field type="bibtex:index">CSCW '94</field>
		<identifier type="sharef:isbn">3884572393</identifier>
		<publisher>Gesellschaft für Mathematik und Datenverarbeitung mbH</publisher>
		<title type="sharef:seriesTitle">GMD-Studien</title>
		<field type="bibtex:src">Ethics: 715304:239</field>
		<title type="sharef:primaryTitle">Proceedings of the CSCW'94 Workshop Collaborative Hypermedia Systems</title>
		<field type="bibtex:topic">cscw[0.8]</field>
		<volume>239</volume>
	</reference>
	<reference name="kir93c" src="bibtex:inproceedings" src-info="bibtex:line-3761" type="sharef:inproceedings" crossref="inet93">
		<names type="sharef:author">
			<person>
				<givenname>Peter T.</givenname>
				<surname>Kirstein</surname>
			</person>
			<person>
				<givenname>Mark J.</givenname>
				<surname>Handley</surname>
			</person>
			<person>
				<givenname>M. Angela</givenname>
				<surname>Sasse</surname>
			</person>
		</names>
		<field type="bibtex:index">MICE</field>
		<pages>DCA-1-DCA-12</pages>
		<field type="bibtex:src">EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Piloting of Multimedia Integrated Communications for European Researchers (MICE)</title>
	</reference>
	<reference name="chu93" src="bibtex:inproceedings" src-info="bibtex:line-3770" type="sharef:inproceedings" crossref="inet93">
		<names type="sharef:author">
			<person>
				<givenname>S.</givenname>
				<surname>Chuang</surname>
			</person>
			<person>
				<givenname>Jon</givenname>
				<surname>Crowcroft</surname>
			</person>
			<person>
				<givenname>S.</givenname>
				<surname>Hailes</surname>
			</person>
			<person>
				<givenname>Mark J.</givenname>
				<surname>Handley</surname>
			</person>
			<person>
				<givenname>N.</givenname>
				<surname>Ismail</surname>
			</person>
			<person>
				<givenname>D.</givenname>
				<surname>Lewis</surname>
			</person>
			<person>
				<givenname>I.</givenname>
				<surname>Wakeman</surname>
			</person>
		</names>
		<field type="bibtex:copied">17.10.95</field>
		<field type="bibtex:index">multicast, conferencing, multimedia systems</field>
		<pages>BFB-1-BFB-9</pages>
		<field type="bibtex:src">EW: 172</field>
		<title type="sharef:primaryTitle">Multimedia Application Requirements for Multicast Communications Services</title>
	</reference>
	<reference name="vog93b" src="bibtex:inproceedings" src-info="bibtex:line-3780" type="sharef:inproceedings" crossref="inet93">
		<names type="sharef:author">
			<person>
				<givenname>Martin</givenname>
				<surname>Vogt</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Plagemann</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Walter</surname>
			</person>
		</names>
		<field type="bibtex:copied">17.10.95</field>
		<field type="bibtex:index">Da CaPo</field>
		<pages>BFC-1-BFC-9</pages>
		<field type="bibtex:src">EW: 173</field>
		<title type="sharef:primaryTitle">A Run-time Environment for Da CaPo</title>
	</reference>
	<reference name="inet93" src="bibtex:proceedings" src-info="bibtex:line-3790" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Barry</givenname>
				<surname>Leiner</surname>
			</person>
		</names>
		<date value="1993-08"/>
		<address type="sharef:placePublished">San Francisco, California</address>
		<field type="bibtex:index">INET '93</field>
		<field type="bibtex:src">MV</field>
		<title type="sharef:primaryTitle">Proceedings of International Networking Conference INET'93</title>
	</reference>
	<reference name="sha96" src="bibtex:inproceedings" src-info="bibtex:line-3805" type="sharef:inproceedings" crossref="inet96">
		<names type="sharef:author">
			<person>
				<givenname>Keith</givenname>
				<surname>Shafer</surname>
			</person>
			<person>
				<givenname>Stuart L.</givenname>
				<surname>Weibel</surname>
			</person>
			<person>
				<givenname>Erik</givenname>
				<surname>Jul</surname>
			</person>
			<person>
				<givenname>Jon</givenname>
				<surname>Fausey</surname>
			</person>
		</names>
		<pages>BFC-1-BFC-9</pages>
		<title type="sharef:primaryTitle">Introduction to Persistent Uniform Resource Locators</title>
		<field type="bibtex:topic">purl[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://purl.oclc.org/docs/inet96.html</identifier>
	</reference>
	<reference name="inet96" src="bibtex:proceedings" src-info="bibtex:line-3814" type="sharef:proceedings">
		<date value="1996-06"/>
		<address type="sharef:placePublished">Montréal, Canada</address>
		<field type="bibtex:index">INET '96</field>
		<field type="bibtex:key">Proceedings of International Networking Conference INET'96</field>
		<title type="sharef:primaryTitle">Proceedings of International Networking Conference INET'96</title>
	</reference>
	<reference name="gad92" src="bibtex:inproceedings" src-info="bibtex:line-3828" type="sharef:inproceedings" crossref="icc92">
		<names type="sharef:author">
			<person>
				<givenname>Michael E.</givenname>
				<surname>Gaddis</surname>
			</person>
			<person>
				<givenname>Rick G.</givenname>
				<surname>Bubenik</surname>
			</person>
			<person>
				<givenname>John D.</givenname>
				<surname>DeHart</surname>
			</person>
		</names>
		<field type="bibtex:copied">14.6.95</field>
		<field type="bibtex:index">CMAP, ATM signaling, call model</field>
		<pages>609-615</pages>
		<field type="bibtex:src">EW: 157, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">A Call Model for Multipoint Communication in Switched Networks</title>
	</reference>
	<reference name="icc92" src="bibtex:proceedings" src-info="bibtex:line-3838" type="sharef:proceedings">
		<date value="1992-06"/>
		<address type="sharef:placePublished">Chicago, Illinois</address>
		<field type="bibtex:index">ICC '92</field>
		<field type="bibtex:src">Ethics: 712929:1992</field>
		<title type="sharef:primaryTitle">Proceedings of the IEEE International Conference on Communications</title>
	</reference>
	<reference name="mae91" src="bibtex:inproceedings" src-info="bibtex:line-3852" type="sharef:inproceedings" crossref="icc91">
		<names type="sharef:author">
			<person>
				<givenname>Kazutoshi</givenname>
				<surname>Maeno</surname>
			</person>
			<person>
				<givenname>Shiro</givenname>
				<surname>Sakata</surname>
			</person>
			<person>
				<givenname>Toyoko</givenname>
				<surname>Ohmori</surname>
			</person>
		</names>
		<field type="bibtex:copied">24.4.95</field>
		<field type="bibtex:index">MERMAID</field>
		<pages>520-525</pages>
		<field type="bibtex:src">EW: 96</field>
		<title type="sharef:primaryTitle">Distributed Desktop Conferencing System (MERMAID) Based on Group Communication Architecture</title>
	</reference>
	<reference name="icc91" src="bibtex:proceedings" src-info="bibtex:line-3862" type="sharef:proceedings">
		<date value="1991-06"/>
		<address type="sharef:placePublished">Denver, Colorado</address>
		<field type="bibtex:index">ICC '91</field>
		<field type="bibtex:src">Ethics: 712929:1991</field>
		<title type="sharef:primaryTitle">Proceedings of the IEEE International Conference on Communications</title>
	</reference>
	<reference name="gre86" src="bibtex:inproceedings" src-info="bibtex:line-3876" type="sharef:inproceedings" crossref="cscw86">
		<names type="sharef:author">
			<person>
				<givenname>Irene</givenname>
				<surname>Greif</surname>
			</person>
			<person>
				<givenname>Sunil</givenname>
				<surname>Sarin</surname>
			</person>
		</names>
		<field type="bibtex:copied">2.2.94</field>
		<field type="bibtex:index">RTCAL, MPCAL, CES</field>
		<pages>175-183</pages>
		<field type="bibtex:src">EW: 9</field>
		<title type="sharef:primaryTitle">Data Sharing in Group Work</title>
	</reference>
	<reference name="cscw86" src="bibtex:proceedings" src-info="bibtex:line-3886" type="sharef:proceedings">
		<date value="1986"/>
		<field type="bibtex:index">CSCW '86</field>
		<field type="bibtex:src">HaL</field>
		<title type="sharef:primaryTitle">Proceedings of the First Conference on Computer-Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="lai88" src="bibtex:inproceedings" src-info="bibtex:line-3899" type="sharef:inproceedings" crossref="cscw88">
		<names type="sharef:author">
			<person>
				<givenname>Kum-Yew</givenname>
				<surname>Lai</surname>
			</person>
			<person>
				<givenname>Thomas W.</givenname>
				<surname>Malone</surname>
			</person>
		</names>
		<field type="bibtex:copied">24.4.95</field>
		<field type="bibtex:index">Object Lens, Information Lens</field>
		<pages>115-124</pages>
		<field type="bibtex:src">EW: 98</field>
		<title type="sharef:primaryTitle">Object Lens: A "Spreadsheet" for Cooperative Work</title>
	</reference>
	<reference name="lel88" src="bibtex:inproceedings" src-info="bibtex:line-3909" type="sharef:inproceedings" crossref="cscw88">
		<names type="sharef:author">
			<person>
				<givenname>Mary D. P.</givenname>
				<surname>Leland</surname>
			</person>
			<person>
				<givenname>Robert S.</givenname>
				<surname>Fish</surname>
			</person>
			<person>
				<givenname>Robert E.</givenname>
				<surname>Kraut</surname>
			</person>
		</names>
		<field type="bibtex:copied">24.4.95</field>
		<field type="bibtex:index">Quilt, collaborative editing</field>
		<pages>206-215</pages>
		<field type="bibtex:src">EW: 97</field>
		<title type="sharef:primaryTitle">Collaborative Document Production using Quilt</title>
	</reference>
	<reference name="cscw88" src="bibtex:proceedings" src-info="bibtex:line-3919" type="sharef:proceedings">
		<date value="1988"/>
		<address type="sharef:placePublished">Portland, Oregon</address>
		<field type="bibtex:index">CSCW '88</field>
		<identifier type="sharef:isbn">0897912829</identifier>
		<publisher>ACM Press</publisher>
		<field type="bibtex:src">Ethics: 745924</field>
		<title type="sharef:primaryTitle">Proceedings of the Conference on Computer-Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="ben03c" src="bibtex:inproceedings" src-info="bibtex:line-3935" type="sharef:inproceedings" crossref="icfp03">
		<names type="sharef:author">
			<person>
				<givenname>Véronique</givenname>
				<surname>Benzaken</surname>
			</person>
			<person>
				<givenname>Giuseppe</givenname>
				<surname>Castagna</surname>
			</person>
			<person>
				<givenname>Alain</givenname>
				<surname>Frisch</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>We present the functional language CDuce, discuss some design issues, and show its adequacy for working with XML documents. Distinctive features of CDuce are a powerful pattern matching, first class functions, overloaded functions, a very rich type system (arrows, sequences, pairs, records, intersections, unions, differences), precise type inference for patterns and error localization, and a natural interpretation of types as sets of values. We also outline some important implementation issues; in particular, a dispatch algorithm that demonstrates how static type information can be used to obtain very efficient compilation schemas.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/944710</identifier>
		<pages>51-63</pages>
		<title type="sharef:primaryTitle">CDuce: An XML-Centric General-Purpose Language</title>
		<field type="bibtex:topic">cduce[1]</field>
		<identifier type="sharef:uri">http://doi.acm.org/10.1145/944710</identifier>
	</reference>
	<reference name="icfp03" src="bibtex:proceedings" src-info="bibtex:line-3946" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Colin</givenname>
				<surname>Runciman</surname>
			</person>
			<person>
				<givenname>Olin</givenname>
				<surname>Shivers</surname>
			</person>
		</names>
		<date value="2003-08"/>
		<address type="sharef:placePublished">Uppsala, Sweden</address>
		<field type="bibtex:index">ICFP 2003</field>
		<identifier type="sharef:isbn">1-58113-756-7</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Eighth ACM SIGPLAN International Conference on Functional Programming</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/icfp/icfp2003.html</identifier>
	</reference>
	<reference name="sch96" src="bibtex:inproceedings" src-info="bibtex:line-3963" type="sharef:inproceedings" crossref="idms96">
		<names type="sharef:author">
			<person>
				<givenname>Henning</givenname>
				<surname>Schulzrinne</surname>
			</person>
		</names>
		<field type="bibtex:copied">15.7.96</field>
		<field type="bibtex:index">MUCS</field>
		<pages>143-161</pages>
		<field type="bibtex:src">EW: 202, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Personal Mobility for Multimedia Services in the Internet</title>
	</reference>
	<reference name="mat96" src="bibtex:inproceedings" src-info="bibtex:line-3973" type="sharef:inproceedings" crossref="idms96">
		<names type="sharef:author">
			<person>
				<givenname>Laurent</givenname>
				<surname>Mathy</surname>
			</person>
		</names>
		<field type="bibtex:index">ACCOPI, AMTS</field>
		<pages>175-194</pages>
		<title type="sharef:primaryTitle">Features of the ACCOPI Multimedia Transport Service</title>
	</reference>
	<reference name="yea96" src="bibtex:inproceedings" src-info="bibtex:line-3981" type="sharef:inproceedings" crossref="idms96">
		<names type="sharef:author">
			<person>
				<givenname>Nicholas</givenname>
				<surname>Yeadon</surname>
			</person>
			<person>
				<givenname>Andreas</givenname>
				<surname>Mauthe</surname>
			</person>
			<person>
				<givenname>Francisco</givenname>
				<surname>García</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
		</names>
		<field type="bibtex:index">QoS-A, QoS filters</field>
		<pages>227-243</pages>
		<title type="sharef:primaryTitle">QoS Filters: Addressing the Heterogeneity Gap</title>
	</reference>
	<reference name="idms96" src="bibtex:proceedings" src-info="bibtex:line-3989" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Berthold</givenname>
				<surname>Butscher</surname>
			</person>
			<person>
				<givenname>Eckhard</givenname>
				<surname>Moeller</surname>
			</person>
			<person>
				<givenname>Herwart</givenname>
				<surname>Pusch</surname>
			</person>
		</names>
		<date value="1996-03"/>
		<address type="sharef:placePublished">Berlin, Germany</address>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">BS, Ethics: P713677:1045</field>
		<title type="sharef:primaryTitle">Proceedings of the European Workshop on Interactive Distributed Multimedia Systems and Services</title>
		<volume>1045</volume>
	</reference>
	<reference name="ber88" src="bibtex:inproceedings" src-info="bibtex:line-4006" type="sharef:inproceedings" crossref="edbt88">
		<names type="sharef:author">
			<person>
				<givenname>Elisa</givenname>
				<surname>Bertino</surname>
			</person>
			<person>
				<givenname>Fausto</givenname>
				<surname>Rabitti</surname>
			</person>
			<person>
				<givenname>Costantino</givenname>
				<surname>Thanos</surname>
			</person>
		</names>
		<field type="bibtex:index">MULTOS</field>
		<pages>606-615</pages>
		<title type="sharef:primaryTitle">MULTOS: A Document Server for Distributed Office Systems</title>
	</reference>
	<reference name="edbt88" src="bibtex:proceedings" src-info="bibtex:line-4014" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Joachim W.</givenname>
				<surname>Schmidt</surname>
			</person>
			<person>
				<givenname>Stefano</givenname>
				<surname>Ceri</surname>
			</person>
			<person>
				<givenname>Michele</givenname>
				<surname>Missikoff</surname>
			</person>
		</names>
		<date value="1988-03"/>
		<address type="sharef:placePublished">Venice, Italy</address>
		<identifier type="sharef:isbn">3540190740</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the International Conference on Extending Database Technology</title>
		<volume>303</volume>
	</reference>
	<reference name="sch00b" src="bibtex:inproceedings" src-info="bibtex:line-4031" type="sharef:inproceedings" crossref="edbt2000">
		<names type="sharef:author">
			<person>
				<givenname>Harald</givenname>
				<surname>Schöning</surname>
			</person>
			<person>
				<givenname>Jürgen</givenname>
				<surname>Wäsch</surname>
			</person>
		</names>
		<pages>383-387</pages>
		<title type="sharef:primaryTitle">Tamino — An Internet Database System</title>
		<field type="bibtex:topic">tamino[1]</field>
	</reference>
	<reference name="edbt2000" src="bibtex:proceedings" src-info="bibtex:line-4039" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Carlo</givenname>
				<surname>Zaniolo</surname>
			</person>
			<person>
				<givenname>Peter C.</givenname>
				<surname>Lockemann</surname>
			</person>
			<person>
				<givenname>Marc H.</givenname>
				<surname>Scholl</surname>
			</person>
			<person>
				<givenname>Torsten</givenname>
				<surname>Grust</surname>
			</person>
		</names>
		<date value="2000-03"/>
		<address type="sharef:placePublished">Konstanz, Germany</address>
		<field type="bibtex:index">EDBT 2000</field>
		<identifier type="sharef:isbn">3540672273</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Advances in Database Technology: Proceedings of the 7th International Conference on Extending Database Technology</title>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/tocs/t1777.htm</identifier>
		<volume>1777</volume>
	</reference>
	<reference name="che86" src="bibtex:inproceedings" src-info="bibtex:line-4058" type="sharef:inproceedings" crossref="networking">
		<names type="sharef:author">
			<person>
				<givenname>David R.</givenname>
				<surname>Cheriton</surname>
			</person>
		</names>
		<field type="bibtex:copied">4.4.95</field>
		<field type="bibtex:index">k-reliability</field>
		<pages>296-312</pages>
		<field type="bibtex:src">EW: 52</field>
		<title type="sharef:primaryTitle">Request-Response and Multicast Interprocess Communication in the V Kernel</title>
	</reference>
	<reference name="networking" src="bibtex:proceedings" src-info="bibtex:line-4068" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Günter</givenname>
				<surname>Müller</surname>
			</person>
			<person>
				<givenname>Robert P.</givenname>
				<surname>Blanc</surname>
			</person>
		</names>
		<date value="1986-08"/>
		<address type="sharef:placePublished">Oberlech, Austria</address>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">Ethics: P713677:248</field>
		<title type="sharef:primaryTitle">Networking in Open Systems</title>
		<volume>248</volume>
	</reference>
	<reference name="mor92" src="bibtex:inproceedings" src-info="bibtex:line-4085" type="sharef:inproceedings" crossref="nossdav92">
		<names type="sharef:author">
			<person>
				<givenname>Mark</givenname>
				<surname>Moran</surname>
			</person>
			<person>
				<givenname>Riccardo</givenname>
				<surname>Gusella</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">X11, SharedX, ACME, QuickTime, ISI/BBN, Tenet, IP multicast</field>
		<pages>143-156</pages>
		<field type="bibtex:src">EW: 132</field>
		<title type="sharef:primaryTitle">System Support for Efficient Dynamically-Configurable Multi-Party Interactive Multimedia Applications</title>
	</reference>
	<reference name="pas92" src="bibtex:inproceedings" src-info="bibtex:line-4095" type="sharef:inproceedings" crossref="nossdav92">
		<names type="sharef:author">
			<person>
				<givenname>Joseph C.</givenname>
				<surname>Pasquale</surname>
			</person>
			<person>
				<givenname>George C.</givenname>
				<surname>Polyzos</surname>
			</person>
			<person>
				<givenname>Eric W.</givenname>
				<surname>Anderson</surname>
			</person>
			<person>
				<givenname>Vachaspathi P.</givenname>
				<surname>Kompella</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">MMC, multicast</field>
		<pages>197-208</pages>
		<field type="bibtex:src">EW: 133</field>
		<title type="sharef:primaryTitle">The Multimedia Multicast Channel</title>
	</reference>
	<reference name="nossdav92" src="bibtex:proceedings" src-info="bibtex:line-4105" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>P. Venkat</givenname>
				<surname>Rangan</surname>
			</person>
		</names>
		<date value="1992-11"/>
		<address type="sharef:placePublished">La Jolla, California</address>
		<field type="bibtex:index">NOSSDAV '92</field>
		<identifier type="sharef:isbn">3540571833</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">Ethics: P713677:712</field>
		<title type="sharef:primaryTitle">Proceedings of the 3rd International Workshop on Network and Operating System Support for Digital Audio and Video</title>
		<volume>712</volume>
	</reference>
	<reference name="cam93" src="bibtex:inproceedings" src-info="bibtex:line-4124" type="sharef:inproceedings" crossref="nossdav93">
		<names type="sharef:author">
			<person>
				<givenname>Andrew T.</givenname>
				<surname>Campbell</surname>
			</person>
			<person>
				<givenname>Geoff</givenname>
				<surname>Coulson</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">QoS-A, QoS, METS, multimedia</field>
		<pages>124-137</pages>
		<field type="bibtex:src">EW: 131</field>
		<title type="sharef:primaryTitle">A Multimedia Enhanced Transport Service in a Quality of Service Architecture</title>
	</reference>
	<reference name="del93" src="bibtex:inproceedings" src-info="bibtex:line-4134" type="sharef:inproceedings" crossref="nossdav93">
		<names type="sharef:author">
			<person>
				<givenname>Luca</givenname>
				<surname>Delgrossi</surname>
			</person>
			<person>
				<givenname>Ralf Guido</givenname>
				<surname>Herrtwich</surname>
			</person>
			<person>
				<givenname>Carsten</givenname>
				<surname>Vogt</surname>
			</person>
			<person>
				<givenname>Lars C.</givenname>
				<surname>Wolf</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">ST-II, RSVP</field>
		<pages>195-203</pages>
		<field type="bibtex:src">EW: 129</field>
		<title type="sharef:primaryTitle">Reservation Protocols for Internetworks: A Comparison of ST-II and RSVP</title>
	</reference>
	<reference name="fry93" src="bibtex:inproceedings" src-info="bibtex:line-4144" type="sharef:inproceedings" crossref="nossdav93">
		<names type="sharef:author">
			<person>
				<givenname>Michael</givenname>
				<surname>Fry</surname>
			</person>
			<person>
				<givenname>Antony</givenname>
				<surname>Richards</surname>
			</person>
			<person>
				<givenname>Aruna</givenname>
				<surname>Seneviratne</surname>
			</person>
		</names>
		<field type="bibtex:copied">14.3.96</field>
		<field type="bibtex:index">QoS</field>
		<pages>138-148</pages>
		<field type="bibtex:src">EW: 186</field>
		<title type="sharef:primaryTitle">Framework for Implementing the Next Generation of Communication Protocols</title>
	</reference>
	<reference name="nossdav93" src="bibtex:proceedings" src-info="bibtex:line-4154" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Doug</givenname>
				<surname>Shepherd</surname>
			</person>
			<person>
				<givenname>Gordon S.</givenname>
				<surname>Blair</surname>
			</person>
			<person>
				<givenname>Geoff</givenname>
				<surname>Coulson</surname>
			</person>
			<person>
				<givenname>N.</givenname>
				<surname>Davies</surname>
			</person>
			<person>
				<givenname>Francisco</givenname>
				<surname>García</surname>
			</person>
		</names>
		<date value="1993-11"/>
		<address type="sharef:placePublished">Lancaster, UK</address>
		<field type="bibtex:index">NOSSDAV '93</field>
		<identifier type="sharef:isbn">3540584048</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">Ethics: P713677:846</field>
		<title type="sharef:primaryTitle">Proceedings of the 4th International Workshop on Network and Operating System Support for Digital Audio and Video</title>
		<volume>846</volume>
	</reference>
	<reference name="alm95" src="bibtex:inproceedings" src-info="bibtex:line-4173" type="sharef:inproceedings" crossref="nossdav95">
		<names type="sharef:author">
			<person>
				<givenname>Kevin C.</givenname>
				<surname>Almeroth</surname>
			</person>
			<person>
				<givenname>Mostafa H.</givenname>
				<surname>Ammar</surname>
			</person>
		</names>
		<field type="bibtex:copied">7.6.95</field>
		<field type="bibtex:index">VOD, multicast</field>
		<pages>251-254</pages>
		<field type="bibtex:src">EW: 146, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">The Role of Multicast Communication in the Provision of Scalable and Interactive Video-On-Demand Service</title>
	</reference>
	<reference name="fer95" src="bibtex:inproceedings" src-info="bibtex:line-4183" type="sharef:inproceedings" crossref="nossdav95">
		<names type="sharef:author">
			<person>
				<givenname>Domenico</givenname>
				<surname>Ferrari</surname>
			</person>
			<person>
				<givenname>Amit</givenname>
				<surname>Gupta</surname>
			</person>
			<person>
				<givenname>Giorgio</givenname>
				<surname>Ventre</surname>
			</person>
		</names>
		<field type="bibtex:copied">7.6.95</field>
		<field type="bibtex:index">multicast, Tenet</field>
		<pages>16-27</pages>
		<field type="bibtex:src">EW: 147, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Distributed advance reservation of real-time connections</title>
	</reference>
	<reference name="bet95" src="bibtex:inproceedings" src-info="bibtex:line-4193" type="sharef:inproceedings" crossref="nossdav95">
		<names type="sharef:author">
			<person>
				<givenname>R.</givenname>
				<surname>Bettati</surname>
			</person>
			<person>
				<givenname>Domenico</givenname>
				<surname>Ferrari</surname>
			</person>
			<person>
				<givenname>Amit</givenname>
				<surname>Gupta</surname>
			</person>
			<person>
				<givenname>Wendy</givenname>
				<surname>Heffner</surname>
			</person>
			<person>
				<givenname>W.</givenname>
				<surname>Howe</surname>
			</person>
			<person>
				<givenname>Mark</givenname>
				<surname>Moran</surname>
			</person>
			<person>
				<givenname>Q.</givenname>
				<surname>Nguyen</surname>
			</person>
			<person>
				<givenname>R.</givenname>
				<surname>Yavatkar</surname>
			</person>
		</names>
		<field type="bibtex:copied">7.6.95</field>
		<field type="bibtex:index">Tenet, multicast, connection establishment</field>
		<pages>240-250</pages>
		<field type="bibtex:src">EW: 148, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Connection Establishment for Multi-Party Real-Time Communication</title>
	</reference>
	<reference name="sch95" src="bibtex:inproceedings" src-info="bibtex:line-4203" type="sharef:inproceedings" crossref="nossdav95">
		<names type="sharef:author">
			<person>
				<givenname>Henning</givenname>
				<surname>Schulzrinne</surname>
			</person>
		</names>
		<field type="bibtex:copied">7.6.95</field>
		<field type="bibtex:index">multicast, conferencing systems, mbone, RTP, NeVoT</field>
		<pages>216-227</pages>
		<field type="bibtex:src">EW: 149, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Dynamic Configuration of Conferencing Applications using Pattern-Matching Multicast</title>
	</reference>
	<reference name="nossdav95" src="bibtex:proceedings" src-info="bibtex:line-4213" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Thomas D. C.</givenname>
				<surname>Little</surname>
			</person>
			<person>
				<givenname>Riccardo</givenname>
				<surname>Gusella</surname>
			</person>
		</names>
		<date value="1995-04"/>
		<address type="sharef:placePublished">Durham, New Hampshire</address>
		<field type="bibtex:index">NOSSDAV '95</field>
		<identifier type="sharef:isbn">3540606475</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">BS</field>
		<title type="sharef:primaryTitle">Proceedings of the 5th International Workshop on Network and Operating System Support for Digital Audio and Video</title>
		<volume>1018</volume>
	</reference>
	<reference name="mar91" src="bibtex:inproceedings" src-info="bibtex:line-4232" type="sharef:inproceedings" crossref="iwcscw91">
		<names type="sharef:author">
			<person>
				<givenname>J. A.</givenname>
				<surname>Mariani</surname>
			</person>
			<person>
				<givenname>Tom A.</givenname>
				<surname>Rodden</surname>
			</person>
		</names>
		<field type="bibtex:copied">2.2.94</field>
		<pages>146-161</pages>
		<field type="bibtex:src">EW: 13</field>
		<title type="sharef:primaryTitle">The Impact of CSCW on Database Technology</title>
	</reference>
	<reference name="ben91" src="bibtex:inproceedings" src-info="bibtex:line-4241" type="sharef:inproceedings" crossref="iwcscw91">
		<names type="sharef:author">
			<person>
				<givenname>Steven</givenname>
				<surname>Benford</surname>
			</person>
			<person>
				<givenname>Hugh</givenname>
				<surname>Smith</surname>
			</person>
			<person>
				<givenname>Alan</givenname>
				<surname>Shepherd</surname>
			</person>
			<person>
				<givenname>Howidy</givenname>
				<surname>Howidy</surname>
			</person>
		</names>
		<field type="bibtex:copied">2.2.94</field>
		<pages>232-251</pages>
		<field type="bibtex:src">EW: 14</field>
		<title type="sharef:primaryTitle">Information Sharing in CSCW: From Models to Architecture</title>
	</reference>
	<reference name="iwcscw91" src="bibtex:proceedings" src-info="bibtex:line-4250" type="sharef:proceedings">
		<date value="1991-04"/>
		<address type="sharef:placePublished">Berlin, Germany</address>
		<identifier type="sharef:isbn">02332582</identifier>
		<field type="bibtex:src">HaL</field>
		<title type="sharef:primaryTitle">Proceedings of the International Workshop on CSCW</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="pin94" src="bibtex:inproceedings" src-info="bibtex:line-4265" type="sharef:inproceedings" crossref="metrics94">
		<names type="sharef:author">
			<person>
				<givenname>Sridhar</givenname>
				<surname>Pingali</surname>
			</person>
			<person>
				<givenname>Don</givenname>
				<surname>Towsley</surname>
			</person>
			<person>
				<givenname>James F.</givenname>
				<surname>Kurose</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.5.95</field>
		<field type="bibtex:index">reliable multicast</field>
		<pages>221-230</pages>
		<field type="bibtex:src">EW: 118</field>
		<title type="sharef:primaryTitle">A Comparison of Sender-Initiated and Receiver-Initiated Reliable Multicast Protocols</title>
	</reference>
	<reference name="metrics94" src="bibtex:proceedings" src-info="bibtex:line-4275" type="sharef:proceedings">
		<date value="1994-05"/>
		<address type="sharef:placePublished">Nashville, Tennessee</address>
		<field type="bibtex:index">SIGMETRICS '94</field>
		<identifier type="sharef:isbn">089791659X</identifier>
		<field type="bibtex:src">Ethics: P713922</field>
		<title type="sharef:primaryTitle">Proceedings of the ACM Sigmetrics Conference on Measurement &amp; Modeling of Computer Systems</title>
	</reference>
	<reference name="cha84" src="bibtex:inproceedings" src-info="bibtex:line-4290" type="sharef:inproceedings" crossref="sigmod84">
		<names type="sharef:author">
			<person>
				<givenname>J.-M.</givenname>
				<surname>Chang</surname>
			</person>
		</names>
		<field type="bibtex:index">distributed database, multicast, broadcast</field>
		<pages>223-233</pages>
		<field type="bibtex:src">EW: 206</field>
		<title type="sharef:primaryTitle">Simplifying Distributed Database Systems Design by Using a Broadcast Network</title>
	</reference>
	<reference name="sigmod84" src="bibtex:proceedings" src-info="bibtex:line-4299" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Beatrice</givenname>
				<surname>Yormark</surname>
			</person>
		</names>
		<date value="1984-06"/>
		<address type="sharef:placePublished">Boston, Massachusetts</address>
		<field type="bibtex:index">SIGMOD '84</field>
		<title type="sharef:primaryTitle">SIGMOD'84, Proceedings of Annual Meeting</title>
	</reference>
	<reference name="fuh01" src="bibtex:inproceedings" src-info="bibtex:line-4313" type="sharef:inproceedings" crossref="sigir2001">
		<names type="sharef:author">
			<person>
				<givenname>Norbert</givenname>
				<surname>Fuhr</surname>
			</person>
			<person>
				<givenname>Kai</givenname>
				<surname>Großjohann</surname>
			</person>
		</names>
		<pages>172-180</pages>
		<title type="sharef:primaryTitle">XIRQL: A Query Language for Information Retrieval in XML Documents</title>
		<field type="bibtex:topic">xirql[1]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://patty.informatik.uni-duisburg.de/bib/fulltext/ir/Fuhr_Grossjohann:01.pdf</identifier>
	</reference>
	<reference name="sigir2001" src="bibtex:proceedings" src-info="bibtex:line-4322" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>W. Bruce</givenname>
				<surname>Croft</surname>
			</person>
			<person>
				<givenname>David J.</givenname>
				<surname>Harper</surname>
			</person>
			<person>
				<givenname>Donald H.</givenname>
				<surname>Kraft</surname>
			</person>
			<person>
				<givenname>Justin</givenname>
				<surname>Zobel</surname>
			</person>
		</names>
		<date value="2001-09"/>
		<address type="sharef:placePublished">New Orleans, Louisiana</address>
		<field type="bibtex:index">SIGIR 2001</field>
		<identifier type="sharef:isbn">1-58113-331-6</identifier>
		<title type="sharef:primaryTitle">Proceedings of the 24th Annual International Conference on Research and Development in Information Retrieval</title>
		<identifier type="sharef:uri">http://www.acm.org/sigmod/sigmod02/eproceedings/</identifier>
	</reference>
	<reference name="the02" src="bibtex:inproceedings" src-info="bibtex:line-4338" type="sharef:inproceedings" crossref="sigmod2002">
		<names type="sharef:author">
			<person>
				<givenname>Anja</givenname>
				<surname>Theobald</surname>
			</person>
			<person>
				<givenname>Gerhard</givenname>
				<surname>Weikum</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">The XXL Search Engine: Ranked Retrieval of XML Data Using Indexes and Ontologies</title>
		<field type="bibtex:topic">xxl[1]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www-dbs.cs.uni-sb.de/papers/sources/2002/tw00-sigmod02.pdf</identifier>
	</reference>
	<reference name="sigmod2002" src="bibtex:proceedings" src-info="bibtex:line-4346" type="sharef:proceedings">
		<date value="2002-06"/>
		<address type="sharef:placePublished">Madison, Wisconsin</address>
		<field type="bibtex:index">SIGMOD 2002</field>
		<title type="sharef:primaryTitle">Proceedings of the ACM SIGMOD 2002 Conference</title>
		<identifier type="sharef:uri">http://www.acm.org/sigmod/sigmod02/eproceedings/</identifier>
	</reference>
	<reference name="bie91" src="bibtex:inproceedings" src-info="bibtex:line-4360" type="sharef:inproceedings" crossref="uist91">
		<names type="sharef:author">
			<person>
				<givenname>Eric A.</givenname>
				<surname>Bier</surname>
			</person>
			<person>
				<givenname>Steven</givenname>
				<surname>Freeman</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">MMM</field>
		<pages>79-86</pages>
		<field type="bibtex:src">EW: 88</field>
		<title type="sharef:primaryTitle">MMM: A User Interface Architecture for Shared Editors on a Single Screen</title>
	</reference>
	<reference name="pat91" src="bibtex:inproceedings" src-info="bibtex:line-4370" type="sharef:inproceedings" crossref="uist91">
		<names type="sharef:author">
			<person>
				<givenname>John F.</givenname>
				<surname>Patterson</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">Rendezvous</field>
		<pages>87-94</pages>
		<field type="bibtex:src">EW: 89</field>
		<title type="sharef:primaryTitle">Comparing the Programming Demands of Single-User and Multi-User Applications</title>
	</reference>
	<reference name="uist91" src="bibtex:proceedings" src-info="bibtex:line-4380" type="sharef:proceedings">
		<date value="1991-11"/>
		<address type="sharef:placePublished">Hilton Head, South Carolina</address>
		<field type="bibtex:index">UIST '91</field>
		<field type="bibtex:src">Ethics: 754914</field>
		<title type="sharef:primaryTitle">Proceedings of the Fourth ACM Symposium on User Interface Software and Technology</title>
	</reference>
	<reference name="bro90" src="bibtex:inproceedings" src-info="bibtex:line-4394" type="sharef:inproceedings" crossref="cscw90">
		<names type="sharef:author">
			<person>
				<givenname>L.</givenname>
				<surname>Brothers</surname>
			</person>
			<person>
				<givenname>V.</givenname>
				<surname>Sembugamoorthy</surname>
			</person>
			<person>
				<givenname>M.</givenname>
				<surname>Muller</surname>
			</person>
		</names>
		<field type="bibtex:copied">5.4.95</field>
		<field type="bibtex:index">ICICLE, collaborative editing</field>
		<pages>169-181</pages>
		<field type="bibtex:src">EW: 53</field>
		<title type="sharef:primaryTitle">ICICLE: Groupware for Code Inspection</title>
	</reference>
	<reference name="neu90" src="bibtex:inproceedings" src-info="bibtex:line-4404" type="sharef:inproceedings" crossref="cscw90">
		<names type="sharef:author">
			<person>
				<givenname>Christine M.</givenname>
				<surname>Neuwirth</surname>
			</person>
			<person>
				<givenname>David S.</givenname>
				<surname>Kaufer</surname>
			</person>
			<person>
				<givenname>Ravinder</givenname>
				<surname>Chandhok</surname>
			</person>
			<person>
				<givenname>James H.</givenname>
				<surname>Morris</surname>
			</person>
		</names>
		<field type="bibtex:copied">5.4.95</field>
		<field type="bibtex:index">PREP, collaborative editing</field>
		<pages>183-195</pages>
		<field type="bibtex:src">EW: 54</field>
		<title type="sharef:primaryTitle">Issues in the Design of Computer Support for Co-authoring and Commenting</title>
	</reference>
	<reference name="pat90" src="bibtex:inproceedings" src-info="bibtex:line-4414" type="sharef:inproceedings" crossref="cscw90">
		<names type="sharef:author">
			<person>
				<givenname>John F.</givenname>
				<surname>Patterson</surname>
			</person>
			<person>
				<givenname>Ralph D.</givenname>
				<surname>Hill</surname>
			</person>
			<person>
				<givenname>Steven L.</givenname>
				<surname>Rohall</surname>
			</person>
		</names>
		<field type="bibtex:copied">5.4.95</field>
		<field type="bibtex:index">Rendezvous</field>
		<pages>317-328</pages>
		<field type="bibtex:src">EW: 55</field>
		<title type="sharef:primaryTitle">Rendezvous: An Architecture for Synchronous Multi-User Applications</title>
	</reference>
	<reference name="cro90" src="bibtex:inproceedings" src-info="bibtex:line-4424" type="sharef:inproceedings" crossref="cscw90">
		<names type="sharef:author">
			<person>
				<givenname>Terrence</givenname>
				<surname>Crowley</surname>
			</person>
			<person>
				<givenname>Paul</givenname>
				<surname>Milazzo</surname>
			</person>
			<person>
				<givenname>Ellie</givenname>
				<surname>Baker</surname>
			</person>
			<person>
				<givenname>Harry</givenname>
				<surname>Forsdick</surname>
			</person>
			<person>
				<givenname>Raymond</givenname>
				<surname>Tomlinson</surname>
			</person>
		</names>
		<field type="bibtex:copied">5.4.95</field>
		<field type="bibtex:index">MMConf</field>
		<pages>329-342</pages>
		<field type="bibtex:src">EW: 56</field>
		<title type="sharef:primaryTitle">MMConf: An Infrastructure for Building Shared Multimedia Applications</title>
	</reference>
	<reference name="kni90" src="bibtex:inproceedings" src-info="bibtex:line-4434" type="sharef:inproceedings" crossref="cscw90">
		<names type="sharef:author">
			<person>
				<givenname>Michael J.</givenname>
				<surname>Knister</surname>
			</person>
			<person>
				<givenname>Atul</givenname>
				<surname>Prakash</surname>
			</person>
		</names>
		<field type="bibtex:copied">5.4.95</field>
		<field type="bibtex:index">groupware, collaboration technology, group editors, distributed systems, DistEdit, collaborative editing</field>
		<pages>343-355</pages>
		<field type="bibtex:src">EW: 57</field>
		<title type="sharef:primaryTitle">DistEdit: A Distributed Toolkit for Supporting Multiple Group Editors</title>
	</reference>
	<reference name="cscw90" src="bibtex:proceedings" src-info="bibtex:line-4444" type="sharef:proceedings">
		<date value="1990-10"/>
		<address type="sharef:placePublished">Los Angeles, California</address>
		<field type="bibtex:index">CSCW '90</field>
		<identifier type="sharef:isbn">0897914023</identifier>
		<organization>ACM</organization>
		<field type="bibtex:src">Ethics: 752837</field>
		<title type="sharef:primaryTitle">Proceedings of the Conference on Computer-Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="gre91" src="bibtex:inproceedings" src-info="bibtex:line-4461" type="sharef:inproceedings" crossref="ecscw91">
		<names type="sharef:author">
			<person>
				<givenname>Saul</givenname>
				<surname>Greenberg</surname>
			</person>
		</names>
		<field type="bibtex:copied">13.4.94</field>
		<pages>17-31</pages>
		<field type="bibtex:src">EW: 20</field>
		<title type="sharef:primaryTitle">Personalizable groupware: Accommodating individual roles and group differences</title>
	</reference>
	<reference name="dep91b" src="bibtex:inproceedings" src-info="bibtex:line-4470" type="sharef:inproceedings" crossref="ecscw91">
		<names type="sharef:author">
			<person>
				<givenname>Flavio</givenname>
				<surname>DePaoli</surname>
			</person>
			<person>
				<givenname>Francesco</givenname>
				<surname>Tisato</surname>
			</person>
		</names>
		<field type="bibtex:copied">13.4.94</field>
		<field type="bibtex:index">Coordinator</field>
		<pages>203-217</pages>
		<field type="bibtex:src">EW: 19</field>
		<title type="sharef:primaryTitle">A Model for Real-Time Co-operation</title>
	</reference>
	<reference name="ecscw91" src="bibtex:proceedings" src-info="bibtex:line-4480" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Liam J.</givenname>
				<surname>Bannon</surname>
			</person>
			<person>
				<givenname>Mike</givenname>
				<surname>Robinson</surname>
			</person>
			<person>
				<givenname>Kjeld</givenname>
				<surname>Schmidt</surname>
			</person>
		</names>
		<date value="1991-09"/>
		<address type="sharef:placePublished">Amsterdam, Netherlands</address>
		<field type="bibtex:index">ECSCW '91</field>
		<identifier type="sharef:isbn">0792314395</identifier>
		<publisher>Kluwer Academic Publishers</publisher>
		<field type="bibtex:src">HaL</field>
		<title type="sharef:primaryTitle">Proceedings of the Second European Conference on Computer-Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="ros92b" src="bibtex:inproceedings" src-info="bibtex:line-4498" type="sharef:inproceedings" crossref="cscw92">
		<names type="sharef:author">
			<person>
				<givenname>Mark</givenname>
				<surname>Roseman</surname>
			</person>
			<person>
				<givenname>Saul</givenname>
				<surname>Greenberg</surname>
			</person>
		</names>
		<field type="bibtex:copied">28.4.94</field>
		<field type="bibtex:index">GroupKit</field>
		<pages>43-50</pages>
		<field type="bibtex:src">EW: 22</field>
		<title type="sharef:primaryTitle">GroupKit: A Groupware Toolkit for Building Real-Time Conferencing Applications</title>
	</reference>
	<reference name="ols92" src="bibtex:inproceedings" src-info="bibtex:line-4508" type="sharef:inproceedings" crossref="cscw92">
		<names type="sharef:author">
			<person>
				<givenname>Judith S.</givenname>
				<surname>Olson</surname>
			</person>
			<person>
				<givenname>Gary M.</givenname>
				<surname>Olson</surname>
			</person>
			<person>
				<givenname>Marianne</givenname>
				<surname>Storrøsten</surname>
			</person>
			<person>
				<givenname>Mark</givenname>
				<surname>Carter</surname>
			</person>
		</names>
		<field type="bibtex:copied">31.5.95</field>
		<field type="bibtex:index">collaborative editing, ShrEdit</field>
		<pages>91-98</pages>
		<field type="bibtex:src">EW: 141</field>
		<title type="sharef:primaryTitle">How a Group-Editor Changes the Character of a Design Meeting as well as its Outcome</title>
	</reference>
	<reference name="mcl92" src="bibtex:inproceedings" src-info="bibtex:line-4518" type="sharef:inproceedings" crossref="cscw92">
		<names type="sharef:author">
			<person>
				<givenname>Charles</givenname>
				<surname>McLaughlin Hymes</surname>
			</person>
			<person>
				<givenname>Gary M.</givenname>
				<surname>Olson</surname>
			</person>
		</names>
		<field type="bibtex:copied">31.5.95</field>
		<field type="bibtex:index">collaborative editing, ShrEdit</field>
		<pages>99-106</pages>
		<field type="bibtex:src">EW: 142</field>
		<title type="sharef:primaryTitle">Unblocking Brainstorming Through the Use of a Simple Group Editor</title>
	</reference>
	<reference name="dou92" src="bibtex:inproceedings" src-info="bibtex:line-4528" type="sharef:inproceedings" crossref="cscw92">
		<names type="sharef:author">
			<person>
				<givenname>Paul</givenname>
				<surname>Dourish</surname>
			</person>
			<person>
				<givenname>Victoria</givenname>
				<surname>Bellotti</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Awareness of individual and group activities is critical to successful collaboration and is commonly supported in CSCW systems by active, information generation mechanisms separate from the shared workspace. These mechanisms penalise information providers, presuppose relevance to the recipient, and make access difficult, We discuss a study of shared editor use which suggests that awareness information provided and exploited passively through the shared workspace, allows users to move smoothly between close and loose collaboration, and to assign and coordinate work dynamically. Passive awareness mechanisms promise effective support for collaboration requiring this sort of behaviour, whilst avoiding problems with active approaches.</p>
			</richtext>
		</abstract>
		<field type="bibtex:copied">31.5.95</field>
		<identifier type="sharef:doi">10.1145/143457.143468</identifier>
		<field type="bibtex:index">Quilt, PREP, GROVE, ShrEdit, awareness, coordination</field>
		<pages>107-114</pages>
		<field type="bibtex:src">EW: 143</field>
		<title type="sharef:primaryTitle">Awareness and Coordination in Shared Workspaces</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=143468</identifier>
	</reference>
	<reference name="haa92" src="bibtex:inproceedings" src-info="bibtex:line-4541" type="sharef:inproceedings" crossref="cscw92">
		<names type="sharef:author">
			<person>
				<givenname>Jörg M.</givenname>
				<surname>Haake</surname>
			</person>
			<person>
				<givenname>Brian</givenname>
				<surname>Wilson</surname>
			</person>
		</names>
		<field type="bibtex:copied">31.5.95</field>
		<field type="bibtex:index">collaborative editing, SEPIA, HyperBase</field>
		<pages>138-146</pages>
		<field type="bibtex:src">EW: 144</field>
		<title type="sharef:primaryTitle">Supporting Collaborative Writing of Hyperdocuments in SEPIA</title>
	</reference>
	<reference name="neu92" src="bibtex:inproceedings" src-info="bibtex:line-4551" type="sharef:inproceedings" crossref="cscw92">
		<names type="sharef:author">
			<person>
				<givenname>Christine M.</givenname>
				<surname>Neuwirth</surname>
			</person>
			<person>
				<givenname>Ravinder</givenname>
				<surname>Chandhok</surname>
			</person>
			<person>
				<givenname>David S.</givenname>
				<surname>Kaufer</surname>
			</person>
			<person>
				<givenname>Paul</givenname>
				<surname>Erion</surname>
			</person>
			<person>
				<givenname>James H.</givenname>
				<surname>Morris</surname>
			</person>
			<person>
				<givenname>Dale</givenname>
				<surname>Miller</surname>
			</person>
		</names>
		<field type="bibtex:copied">31.5.95</field>
		<field type="bibtex:index">collaborative editing, PREP, flexible diff</field>
		<pages>147-154</pages>
		<field type="bibtex:src">EW: 145</field>
		<title type="sharef:primaryTitle">Flexible Diff-ing in a Collaborative Writing System</title>
	</reference>
	<reference name="cscw92" src="bibtex:proceedings" src-info="bibtex:line-4561" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>John</givenname>
				<surname>Turner</surname>
			</person>
			<person>
				<givenname>Robert</givenname>
				<surname>Kraut</surname>
			</person>
		</names>
		<date value="1992-11"/>
		<address type="sharef:placePublished">Toronto, Canada</address>
		<field type="bibtex:index">CSCW '92</field>
		<identifier type="sharef:isbn">0897915429</identifier>
		<organization>ACM</organization>
		<field type="bibtex:src">Ethics: 756300</field>
		<title type="sharef:primaryTitle">Proceedings of the Conference on Computer-Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="pri93" src="bibtex:inproceedings" src-info="bibtex:line-4579" type="sharef:inproceedings" crossref="ecscw93">
		<names type="sharef:author">
			<person>
				<givenname>Wolfgang</givenname>
				<surname>Prinz</surname>
			</person>
		</names>
		<field type="bibtex:copied">21.4.95</field>
		<field type="bibtex:index">TOSCA</field>
		<pages>139-154</pages>
		<field type="bibtex:src">EW: 92</field>
		<title type="sharef:primaryTitle">TOSCA — Provinding organisational information to CSCW Applications</title>
	</reference>
	<reference name="pat93" src="bibtex:inproceedings" src-info="bibtex:line-4589" type="sharef:inproceedings" crossref="ecscw93">
		<names type="sharef:author">
			<person>
				<givenname>Dorab</givenname>
				<surname>Patel</surname>
			</person>
			<person>
				<givenname>Scott D.</givenname>
				<surname>Kalter</surname>
			</person>
		</names>
		<field type="bibtex:copied">21.4.95</field>
		<field type="bibtex:index">communication channels</field>
		<pages>203-218</pages>
		<field type="bibtex:src">EW: 93</field>
		<title type="sharef:primaryTitle">Low overhead, loosely coupled communication channels in collaboration</title>
	</reference>
	<reference name="min93" src="bibtex:inproceedings" src-info="bibtex:line-4599" type="sharef:inproceedings" crossref="ecscw93">
		<names type="sharef:author">
			<person>
				<givenname>S.</givenname>
				<surname>Minör</surname>
			</person>
			<person>
				<givenname>B.</givenname>
				<surname>Magnusson</surname>
			</person>
		</names>
		<field type="bibtex:copied">21.4.95</field>
		<field type="bibtex:index">collaborative editing</field>
		<pages>219-231</pages>
		<field type="bibtex:src">EW: 94</field>
		<title type="sharef:primaryTitle">A Model for Semi-(a)Synchronous Collaborative Editing</title>
	</reference>
	<reference name="bri93" src="bibtex:inproceedings" src-info="bibtex:line-4609" type="sharef:inproceedings" crossref="ecscw93">
		<names type="sharef:author">
			<person>
				<givenname>Tom</givenname>
				<surname>Brinck</surname>
			</person>
			<person>
				<givenname>Ralph D.</givenname>
				<surname>Hill</surname>
			</person>
		</names>
		<field type="bibtex:copied">21.4.95</field>
		<field type="bibtex:index">Rendezvous</field>
		<pages>311-324</pages>
		<field type="bibtex:src">EW: 95</field>
		<title type="sharef:primaryTitle">Building Shared Graphical Editors Using the Abstraction-Link-View Architecture</title>
	</reference>
	<reference name="ecscw93" src="bibtex:proceedings" src-info="bibtex:line-4619" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Giorgio</givenname>
				<surname link="de">Michelis</surname>
			</person>
			<person>
				<givenname>Carla</givenname>
				<surname>Simone</surname>
			</person>
			<person>
				<givenname>Kjeld</givenname>
				<surname>Schmidt</surname>
			</person>
		</names>
		<date value="1993-09"/>
		<address type="sharef:placePublished">Milano, Italy</address>
		<field type="bibtex:index">ECSCW '93</field>
		<identifier type="sharef:isbn">0792324471</identifier>
		<publisher>Kluwer Academic Publishers</publisher>
		<field type="bibtex:src">EW</field>
		<title type="sharef:primaryTitle">Proceedings of the Third European Conference on Computer-Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="edw96" src="bibtex:inproceedings" src-info="bibtex:line-4637" type="sharef:inproceedings" crossref="cscw96">
		<names type="sharef:author">
			<person>
				<givenname>W. Keith</givenname>
				<surname>Edwards</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Collaborative systems provide a rich but potentially chaotic environment for their users. This paper presents a system that allows users to control collaboration by enacting policies that serve as general guidelines to restrict and define the behavior of the system in reaction to the state of the world. Policies are described in terms of access control rights on data objects, and are assigned to groups of users called roles. Roles represent not only statically-defined collections of users, but also dynamic descriptions of users that are evaluated as applications are run. This run-time aspect of roles allows them to react flexibly to the dynamism inherent in collaboration. We present a specification language for describing roles and policies, as well as a number of common “real-world” policies that can be applied to collaborative settings.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/240080.240175</identifier>
		<pages>11-20</pages>
		<title type="sharef:primaryTitle">Policies and Roles in Collaborative Applications</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?doid=240080.240175</identifier>
	</reference>
	<reference name="cscw96" src="bibtex:proceedings" src-info="bibtex:line-4647" type="sharef:proceedings">
		<date value="1996-11"/>
		<address type="sharef:placePublished">Boston, Massachusetts</address>
		<field type="bibtex:index">CSCW 1996</field>
		<identifier type="sharef:isbn">0-89791-765-0</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the ACM 1996 Conference on Computer Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/cscw/cscw1996.html</identifier>
	</reference>
	<reference name="cad00" src="bibtex:inproceedings" src-info="bibtex:line-4664" type="sharef:inproceedings" crossref="cscw2000">
		<names type="sharef:author">
			<person>
				<givenname>J. J.</givenname>
				<surname>Cadiz</surname>
			</person>
			<person>
				<givenname>Anoop</givenname>
				<surname>Gupta</surname>
			</person>
			<person>
				<givenname>Jonathan</givenname>
				<surname>Grudin</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Digital web-accessible annotations are a compelling medium for personal comments and shared discussions around documents. Only recently supported by widely used products, "in-context" digital annotation is a relatively unexamined phenomenon. This paper presents a case study of annotations created by members of a large development team using Microsoft Office 2000 — approximately 450 people created 9,000 shared annotations on about 1,250 documents over 10 months. We present quantitative data on use, supported by interviews with users, identifying strengths and weaknesses of the existing capabilities and possibilities for improvement.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/358916.359002</identifier>
		<pages>309-318</pages>
		<title type="sharef:primaryTitle">Using Web Annotations for Asynchronous Collaboration Around Documents</title>
		<field type="bibtex:topic">webdiscussions[0.9]</field>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=359002</identifier>
	</reference>
	<reference name="cscw2000" src="bibtex:proceedings" src-info="bibtex:line-4675" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>David G.</givenname>
				<surname>Durand</surname>
			</person>
		</names>
		<date value="2000-12"/>
		<address type="sharef:placePublished">Philadelphia, Pennsylvania</address>
		<field type="bibtex:index">CSCW 2000</field>
		<identifier type="sharef:isbn">1-58113-222-0</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the ACM 2000 Conference on Computer Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="lau02" src="bibtex:inproceedings" src-info="bibtex:line-4692" type="sharef:inproceedings" crossref="cscw2002">
		<names type="sharef:author">
			<person>
				<givenname>Yann</givenname>
				<surname>Laurillau</surname>
			</person>
			<person>
				<givenname>Laurence</givenname>
				<surname>Nigay</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>In this paper we present the Clover architectural model, a new conceptual architectural model for groupware. Our model results from the combination of the layer approach of Dewan's generic architecture with the functional decomposition of the Clover design model. The Clover design model defines three classes of services that a groupware application may support, namely, production, communication and coordination services. The three classes of services can be found in each functional layer of our model. Our model is illustrated with a working system, the CoVitesse system, its software being organized according to our Clover architectural model.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/587078.587112</identifier>
		<pages>236-245</pages>
		<title type="sharef:primaryTitle">Clover Architecture for Groupware</title>
		<field type="bibtex:topic">clover[0.9]</field>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?doid=587112</identifier>
	</reference>
	<reference name="cscw2002" src="bibtex:proceedings" src-info="bibtex:line-4703" type="sharef:proceedings">
		<date value="2002-11"/>
		<address type="sharef:placePublished">New Orleans, Louisiana</address>
		<field type="bibtex:index">CSCW 2002</field>
		<identifier type="sharef:isbn">1-58113-560-2</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the ACM 2002 Conference on Computer Supported Cooperative Work</title>
		<field type="bibtex:topic">cscw[0.8]</field>
	</reference>
	<reference name="ber92" src="bibtex:inproceedings" src-info="bibtex:line-4719" type="sharef:inproceedings" crossref="jenc92">
		<names type="sharef:author">
			<person>
				<givenname>Tim</givenname>
				<surname>Berners-Lee</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW</field>
		<title type="sharef:primaryTitle">The World Wide Web</title>
	</reference>
	<reference name="jenc92" src="bibtex:proceedings" src-info="bibtex:line-4726" type="sharef:proceedings">
		<date value="1992-05"/>
		<address type="sharef:placePublished">Innsbruck, Austria</address>
		<field type="bibtex:index">JENC3</field>
		<title type="sharef:primaryTitle">Proceedings of the 3rd Joint European Networking Conference</title>
	</reference>
	<reference name="wil93" src="bibtex:inproceedings" src-info="bibtex:line-4739" type="sharef:inproceedings" crossref="mcat93">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Joint editing as opposed to "normal" editing is an activity carried out by several people simultaneously. It raises the problem of coordinating write access to a document. The approach described in this paper uses an editing model of reserved regions and a client/server architecture. Any region of a document may be selected and reserved (provided that it is not reserved already) and may then be changed by the owner. Other users can only read it. The software basis of the editor is the Andrew Toolkit. This allows the use of arbitrary media types within the document.</p>
			</richtext>
		</abstract>
		<field type="bibtex:index">MultimETH, collaborative editing</field>
		<pages>198-209</pages>
		<field type="bibtex:src">in: mcat93</field>
		<title type="sharef:primaryTitle">Multimedia Joint Editing Based on Reservations</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil93</identifier>
	</reference>
	<reference name="mcat93" src="bibtex:proceedings" src-info="bibtex:line-4750" type="sharef:proceedings">
		<date value="1993-07"/>
		<address type="sharef:placePublished">Wollongong, Australia</address>
		<field type="bibtex:index">MCAT '93</field>
		<field type="bibtex:src">EW</field>
		<title type="sharef:primaryTitle">Proceedings of the 3rd Australian Multi-Media Communications, Applications and Technology Workshop</title>
	</reference>
	<reference name="hsn91" src="bibtex:proceedings" src-info="bibtex:line-4764" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>André</givenname>
				<surname>Danthine</surname>
			</person>
			<person>
				<givenname>Otto</givenname>
				<surname>Spaniol</surname>
			</person>
		</names>
		<date value="1991-03"/>
		<address type="sharef:placePublished">Berlin, Germany</address>
		<field type="bibtex:src">EW</field>
		<title type="sharef:primaryTitle">Proceedings of the Third IFIP WG6.4 Conference on High Speed Networking</title>
	</reference>
	<reference name="leo92" src="bibtex:inproceedings" src-info="bibtex:line-4778" type="sharef:inproceedings" crossref="hsn92">
		<names type="sharef:author">
			<person>
				<givenname>Helmut</givenname>
				<surname>Leopold</surname>
			</person>
			<person>
				<givenname>Andrew T.</givenname>
				<surname>Campbell</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
			<person>
				<givenname>Nicolaus</givenname>
				<surname>Singer</surname>
			</person>
		</names>
		<field type="bibtex:copied">29.11.95</field>
		<field type="bibtex:index">QoS-A, QoS, multimedia</field>
		<pages>169-182</pages>
		<field type="bibtex:src">EW: 183</field>
		<title type="sharef:primaryTitle">Towards an Integrated Quality of Service Architecture (QoS-A) for Distributed Multimedia Communications</title>
	</reference>
	<reference name="der92" src="bibtex:inproceedings" src-info="bibtex:line-4788" type="sharef:inproceedings" crossref="hsn92">
		<names type="sharef:author">
			<person>
				<givenname>Gabriel</givenname>
				<surname>Dermler</surname>
			</person>
			<person>
				<givenname>Konrad</givenname>
				<surname>Froitzheim</surname>
			</person>
		</names>
		<field type="bibtex:copied">29.11.95</field>
		<field type="bibtex:index">JVTOS, CIO</field>
		<pages>183-197</pages>
		<field type="bibtex:src">EW: 184</field>
		<title type="sharef:primaryTitle">JVTOS — A Reference Model for a New Multimedia Service</title>
	</reference>
	<reference name="hsn92" src="bibtex:proceedings" src-info="bibtex:line-4798" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>André</givenname>
				<surname>Danthine</surname>
			</person>
			<person>
				<givenname>Otto</givenname>
				<surname>Spaniol</surname>
			</person>
		</names>
		<date value="1992-12"/>
		<address type="sharef:placePublished">Liège, Belgium</address>
		<identifier type="sharef:isbn">0444814817</identifier>
		<publisher>Elsevier</publisher>
		<title type="sharef:seriesTitle">IFIP Transactions</title>
		<field type="bibtex:src">Ethics: 717294:14</field>
		<title type="sharef:primaryTitle">Proceedings of the IFIP TC6/WG6.4 Fourth Conference on High Speed Networking</title>
		<volume>C-14</volume>
	</reference>
	<reference name="how04" src="bibtex:inproceedings" src-info="bibtex:line-4816" type="sharef:inproceedings" crossref="ccip04">
		<names type="sharef:author">
			<person>
				<givenname>James</givenname>
				<surname>Howison</surname>
			</person>
			<person>
				<givenname>Abby</givenname>
				<surname>Goodrum</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This paper considers the deceptively simple question: Why can't downloaded academic papers be managed in the simple and effective manner in which digital music files are managed? We make the case that the answer is different treatments of metadata. Two key differences are identified: Firstly, digital music metadata is standardized and moves with the content file, while academic metadata is not and does not. Secondly digital music metadata lookup services are collaborative and automate the movement from a digital file to the appropriate metadata, while academic metadata services do not. To understand why these differences exist we examine the divergent evolution of metadata standards for digital music and academic papers. It is observed that the processes differ in interesting ways according to their intent. Specifically music metadata was developed primarily for personal file management, while the focus of academic metadata has been on information retrieval. We argue that lessons from MP3 metadata can assist individual academics facing their growing personal document management challenges. Our focus therefore is not on metadata for the academic publishing industry or institutional resource sharing, it is limited to the personal libraries growing on our hard-drives. This bottom-up approach to document management combined with p2p distribution radically altered the music landscape. Might such an approach have a similar impact on academic publishing? This paper outlines plans for improving the personal management of academic papers — doing academic metadata and file management the MP3 way — and considers the likelihood of success.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Why can't I manage Academic Papers like MP3s? The Evolution and Intent of Metadata Standards</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://freelancepropaganda.com/archives/MP3vPDF.pdf</identifier>
	</reference>
	<reference name="ccip04" src="bibtex:proceedings" src-info="bibtex:line-4824" type="sharef:proceedings">
		<date value="2004-04"/>
		<address type="sharef:placePublished">College Park, Maryland</address>
		<title type="sharef:primaryTitle">Proceedings of the 2004 Colleges, Code and Intellectual Property Conference</title>
	</reference>
	<reference name="hen94" src="bibtex:inproceedings" src-info="bibtex:line-4836" type="sharef:inproceedings" crossref="hpn94">
		<names type="sharef:author">
			<person>
				<givenname>Lutz</givenname>
				<surname>Henckel</surname>
			</person>
		</names>
		<field type="bibtex:copied">31.5.95</field>
		<field type="bibtex:index">multimedia, multipeer, group management, CIO</field>
		<pages>167-186</pages>
		<field type="bibtex:src">EW: 140</field>
		<title type="sharef:primaryTitle">Multipeer Transport Services for Multimedia Applications</title>
	</reference>
	<reference name="hpn94" src="bibtex:proceedings" src-info="bibtex:line-4846" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Serge</givenname>
				<surname>Fdida</surname>
			</person>
		</names>
		<date value="1994-06"/>
		<address type="sharef:placePublished">Grenoble, France</address>
		<identifier type="sharef:isbn">044482023X</identifier>
		<publisher>Elsevier</publisher>
		<title type="sharef:seriesTitle">IFIP Transactions</title>
		<field type="bibtex:src">Ethics: P717294:26</field>
		<title type="sharef:primaryTitle">Proceedings of the IFIP TC6/WG6.4 Fifth International Conference on High Performance Networking</title>
		<volume>C-26</volume>
	</reference>
	<reference name="pen90" src="bibtex:inproceedings" src-info="bibtex:line-4864" type="sharef:inproceedings" crossref="mui90">
		<names type="sharef:author">
			<person>
				<givenname>Mark O.</givenname>
				<surname>Pendergast</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">MULE, collaborative editing</field>
		<pages>195-206</pages>
		<field type="bibtex:src">EW: 83</field>
		<title type="sharef:primaryTitle">Design and Implementation of a PC/LAN-Based Multi-User Text Editor</title>
	</reference>
	<reference name="lub90b" src="bibtex:inproceedings" src-info="bibtex:line-4874" type="sharef:inproceedings" crossref="mui90">
		<names type="sharef:author">
			<person>
				<givenname>Hannes P.</givenname>
				<surname>Lubich</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">MultimETH</field>
		<pages>215-232</pages>
		<field type="bibtex:src">EW: 84</field>
		<title type="sharef:primaryTitle">A Proposed Model and Functionality Definition for a Collaborative Editing and Conferencing System</title>
	</reference>
	<reference name="mui90" src="bibtex:proceedings" src-info="bibtex:line-4884" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Simon J.</givenname>
				<surname>Gibbs</surname>
			</person>
			<person>
				<givenname>Alex A.</givenname>
				<surname>Verrijn-Stuart</surname>
			</person>
		</names>
		<date value="1990"/>
		<address type="sharef:placePublished">Heraklion, Greece</address>
		<identifier type="sharef:isbn">0444887601</identifier>
		<publisher>North-Holland</publisher>
		<field type="bibtex:src">Ethics: P748778</field>
		<title type="sharef:primaryTitle">Proceedings of the IFIP WG8.4 Conference on Multi-User Interfaces and Applications</title>
	</reference>
	<reference name="odp91" src="bibtex:proceedings" src-info="bibtex:line-4899" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Jan</givenname>
				<surname link="de">Meer</surname>
			</person>
			<person>
				<givenname>Volker</givenname>
				<surname>Heymer</surname>
			</person>
			<person>
				<givenname>Rudolf</givenname>
				<surname>Roth</surname>
			</person>
		</names>
		<date value="1991"/>
		<address type="sharef:placePublished">Berlin, Germany</address>
		<identifier type="sharef:isbn">0444893296</identifier>
		<publisher>North-Holland</publisher>
		<field type="bibtex:src">Ethics: P717294:1</field>
		<title type="sharef:primaryTitle">Proceedings of the IFIP TC6/WG6.4 International Workshop on Open Distributed Processing</title>
	</reference>
	<reference name="bla93" src="bibtex:inproceedings" src-info="bibtex:line-4914" type="sharef:inproceedings" crossref="odp93">
		<names type="sharef:author">
			<person>
				<givenname>Gordon S.</givenname>
				<surname>Blair</surname>
			</person>
			<person>
				<givenname>Tom A.</givenname>
				<surname>Rodden</surname>
			</person>
		</names>
		<field type="bibtex:copied">24.11.94</field>
		<pages>127-140</pages>
		<field type="bibtex:src">EW: 35</field>
		<title type="sharef:primaryTitle">The Challenges of CSCW for Open Distributed Processing</title>
		<field type="bibtex:topic">cscw[0.8] odp[0.8]</field>
	</reference>
	<reference name="bos93" src="bibtex:inproceedings" src-info="bibtex:line-4924" type="sharef:inproceedings" crossref="odp93">
		<names type="sharef:author">
			<person>
				<givenname>Pier Giorgio</givenname>
				<surname>Bosco</surname>
			</person>
			<person>
				<givenname>Giovanni</givenname>
				<surname>Martini</surname>
			</person>
			<person>
				<givenname>Corrado</givenname>
				<surname>Moiso</surname>
			</person>
		</names>
		<field type="bibtex:copied">24.11.94</field>
		<field type="bibtex:index">object-orientation, distributed processing, distributed platforms, ODIN, DCE, C++</field>
		<pages>205-216</pages>
		<field type="bibtex:src">EW: 36</field>
		<title type="sharef:primaryTitle">A distributed object-oriented platform based on DCE and C++</title>
	</reference>
	<reference name="bei93" src="bibtex:inproceedings" src-info="bibtex:line-4934" type="sharef:inproceedings" crossref="odp93">
		<names type="sharef:author">
			<person>
				<givenname>A. D.</givenname>
				<surname>Beitz</surname>
			</person>
			<person>
				<givenname>P. W.</givenname>
				<surname>King</surname>
			</person>
			<person>
				<givenname>K. A.</givenname>
				<surname>Raymond</surname>
			</person>
		</names>
		<field type="bibtex:copied">24.11.94</field>
		<pages>217-231</pages>
		<field type="bibtex:src">EW: 37</field>
		<title type="sharef:primaryTitle">Is DCE a Support Environment for ODP?</title>
		<field type="bibtex:topic">dce[0.8] odp[0.8]</field>
	</reference>
	<reference name="odp93" src="bibtex:proceedings" src-info="bibtex:line-4944" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Jan</givenname>
				<surname link="de">Meer</surname>
			</person>
			<person>
				<givenname>Bernd</givenname>
				<surname>Mahr</surname>
			</person>
			<person>
				<givenname>Silke</givenname>
				<surname>Storp</surname>
			</person>
		</names>
		<date value="1993"/>
		<address type="sharef:placePublished">Berlin, Germany</address>
		<identifier type="sharef:isbn">0-444-81861-8</identifier>
		<publisher>North-Holland</publisher>
		<field type="bibtex:src">Ethics: P717294:20</field>
		<title type="sharef:primaryTitle">Proceedings of the IFIP TC6/WG6.1 International Conference on Open Distributed Processing</title>
	</reference>
	<reference name="anu93" src="bibtex:inproceedings" src-info="bibtex:line-4959" type="sharef:inproceedings" crossref="acmmm93">
		<names type="sharef:author">
			<person>
				<givenname>Vinod</givenname>
				<surname>Anupam</surname>
			</person>
			<person>
				<givenname>Chandrajit L.</givenname>
				<surname>Bajaj</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>We address the issue of design of architectures and abstractions to implement multimedia scientific manipulation systems, and briefly describe a prototype CSCW infrastructure which we have used to implement a multi-user distributed and collaborative scientific manipulation environment on the multimedia desktop. Finally, we present example design systems to exhibit that multimedia interfaces, incorporating text, graphics, audio and video, greatly facilitate distributed and collaborative scientific design effort. SHASTRA is a distributed and collaborative geometric design and scientific manipulation environment. In this system we address the research and development of the next generation of scientific software environments where multiple users (say, a collaborative engineering design team) create, share, manipulate, analyze, simulate, and visualize complex three dimensional geometric designs over a distributed heterogeneous network of workstations and supercomputers.</p>
			</richtext>
		</abstract>
		<field type="bibtex:copied">15.12.93</field>
		<identifier type="sharef:doi">10.1145/166266.168458</identifier>
		<pages>447-456</pages>
		<field type="bibtex:src">EW: 4</field>
		<title type="sharef:primaryTitle">Collaborative Multimedia Scientific Design in SHASTRA</title>
	</reference>
	<reference name="alt93" src="bibtex:inproceedings" src-info="bibtex:line-4970" type="sharef:inproceedings" crossref="acmmm93">
		<names type="sharef:author">
			<person>
				<givenname>Michael</givenname>
				<surname>Altenhofen</surname>
			</person>
			<person>
				<givenname>Jürgen</givenname>
				<surname>Dittrich</surname>
			</person>
			<person>
				<givenname>Rainer</givenname>
				<surname>Hammerschmidt</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Käppner</surname>
			</person>
			<person>
				<givenname>Carsten</givenname>
				<surname>Kruschel</surname>
			</person>
			<person>
				<givenname>Ansgar</givenname>
				<surname>Kückes</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Steinig</surname>
			</person>
		</names>
		<field type="bibtex:copied">15.12.93</field>
		<field type="bibtex:index">BERKOM, MMT, MMM, MMC, multimedia</field>
		<pages>457-463</pages>
		<field type="bibtex:src">EW: 5</field>
		<title type="sharef:primaryTitle">The BERKOM Multimedia Collaboration Service</title>
	</reference>
	<reference name="acmmm93" src="bibtex:proceedings" src-info="bibtex:line-4980" type="sharef:proceedings">
		<date value="1993"/>
		<address type="sharef:placePublished">Anaheim, California</address>
		<identifier type="sharef:isbn">0-89791-596-8</identifier>
		<publisher>ACM Press</publisher>
		<field type="bibtex:src">Ethics: 757810</field>
		<title type="sharef:primaryTitle">Proceedings of ACM Multimedia 93</title>
	</reference>
	<reference name="str92b" src="bibtex:inproceedings" src-info="bibtex:line-4994" type="sharef:inproceedings" crossref="iwaca92">
		<names type="sharef:author">
			<person>
				<givenname>W. Timothy</givenname>
				<surname>Strayer</surname>
			</person>
			<person>
				<givenname>Alfred C.</givenname>
				<surname>Weaver</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.5.95</field>
		<field type="bibtex:index">XTP, real-time systems, multicast</field>
		<pages>93-101</pages>
		<field type="bibtex:src">EW: 106</field>
		<title type="sharef:primaryTitle">Is XTP Suitable for Distributed Real-Time Systems?</title>
	</reference>
	<reference name="wea92" src="bibtex:inproceedings" src-info="bibtex:line-5004" type="sharef:inproceedings" crossref="iwaca92">
		<names type="sharef:author">
			<person>
				<givenname>Alfred C.</givenname>
				<surname>Weaver</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.5.95</field>
		<field type="bibtex:index">XTP</field>
		<pages>253-259</pages>
		<field type="bibtex:src">EW: 107</field>
		<title type="sharef:primaryTitle">The Xpress Transfer Protocol</title>
	</reference>
	<reference name="ste92" src="bibtex:inproceedings" src-info="bibtex:line-5014" type="sharef:inproceedings" crossref="iwaca92">
		<names type="sharef:author">
			<person>
				<givenname>Ralf</givenname>
				<surname>Steinmetz</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Meyer</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.5.95</field>
		<field type="bibtex:index">HeiTS, multimedia applications, distributed systems</field>
		<pages>337-349</pages>
		<field type="bibtex:src">EW: 108</field>
		<title type="sharef:primaryTitle">Modelling Distributed Multimedia Applications</title>
	</reference>
	<reference name="sol92" src="bibtex:inproceedings" src-info="bibtex:line-5024" type="sharef:inproceedings" crossref="iwaca92">
		<names type="sharef:author">
			<person>
				<givenname>Geert</givenname>
				<surname>Solvie</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.5.95</field>
		<field type="bibtex:index">OSI, LARS, XOSI</field>
		<pages>383-392</pages>
		<field type="bibtex:src">EW: 109</field>
		<title type="sharef:primaryTitle">A Flexible Open Systems Architecture Satisfying Modern Communication Requirements</title>
	</reference>
	<reference name="iwaca92" src="bibtex:proceedings" src-info="bibtex:line-5034" type="sharef:proceedings">
		<date value="1992-03"/>
		<address type="sharef:placePublished">Munich, Germany</address>
		<field type="bibtex:index">IWACA '92</field>
		<identifier type="sharef:isbn">3-7803-0764-X</identifier>
		<field type="bibtex:src">Ethics: P756129q</field>
		<title type="sharef:primaryTitle">Proceedings of the International Workshop on Advanced Teleservices and High-Speed Communication Architectures</title>
	</reference>
	<reference name="mau94" src="bibtex:inproceedings" src-info="bibtex:line-5049" type="sharef:inproceedings" crossref="iwaca94">
		<names type="sharef:author">
			<person>
				<givenname>Andreas</givenname>
				<surname>Mauthe</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
			<person>
				<givenname>Geoff</givenname>
				<surname>Coulson</surname>
			</person>
			<person>
				<givenname>Silvester</givenname>
				<surname>Namuye</surname>
			</person>
		</names>
		<field type="bibtex:copied">2.5.95</field>
		<field type="bibtex:index">GCommS, group management, group communcations</field>
		<pages>266-279</pages>
		<field type="bibtex:src">EW: 101, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">From Requirements to Services: Group Communication Support for Distributed Multimedia Systems</title>
	</reference>
	<reference name="alt94" src="bibtex:inproceedings" src-info="bibtex:line-5059" type="sharef:inproceedings" crossref="iwaca94">
		<names type="sharef:author">
			<person>
				<givenname>Michael</givenname>
				<surname>Altenhofen</surname>
			</person>
			<person>
				<givenname>Joachim</givenname>
				<surname>Schaper</surname>
			</person>
			<person>
				<givenname>Susan</givenname>
				<surname>Thomas</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.5.95</field>
		<field type="bibtex:index">BERKOM, MMC, MMM, MMT, multimedia</field>
		<pages>237-250</pages>
		<field type="bibtex:src">EW: 115</field>
		<title type="sharef:primaryTitle">The BERKOM Multimedia Teleservices</title>
	</reference>
	<reference name="roz94" src="bibtex:inproceedings" src-info="bibtex:line-5069" type="sharef:inproceedings" crossref="iwaca94">
		<names type="sharef:author">
			<person>
				<givenname>Andreas</givenname>
				<surname>Rozek</surname>
			</person>
			<person>
				<givenname>Paul</givenname>
				<surname>Christ</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.5.95</field>
		<field type="bibtex:index">CIO, multimedia</field>
		<pages>251-265</pages>
		<field type="bibtex:src">EW: 116</field>
		<title type="sharef:primaryTitle">The CIO Multimedia Communication Platform</title>
	</reference>
	<reference name="dem94" src="bibtex:inproceedings" src-info="bibtex:line-5079" type="sharef:inproceedings" crossref="iwaca94">
		<names type="sharef:author">
			<person>
				<givenname>Bert J.</givenname>
				<surname>Dempsey</surname>
			</person>
			<person>
				<givenname>Matthew T.</givenname>
				<surname>Lucas</surname>
			</person>
			<person>
				<givenname>Alfred C.</givenname>
				<surname>Weaver</surname>
			</person>
		</names>
		<field type="bibtex:copied">3.5.95</field>
		<field type="bibtex:index">XTP, multicast, video distribution</field>
		<pages>376-386</pages>
		<field type="bibtex:src">EW: 117</field>
		<title type="sharef:primaryTitle">Design and Implementation of a High Quality Video Distribution System using XTP Reliable Multicast</title>
	</reference>
	<reference name="iwaca94" src="bibtex:proceedings" src-info="bibtex:line-5089" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Ralf</givenname>
				<surname>Steinmetz</surname>
			</person>
		</names>
		<date value="1994-09"/>
		<address type="sharef:placePublished">Heidelberg, Germany</address>
		<field type="bibtex:index">IWACA '94</field>
		<identifier type="sharef:isbn">3-540-58494-3</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">Ethics: P713677:868</field>
		<title type="sharef:primaryTitle">Proceedings of the Second International Workshop on Advanced Teleservices and High-Speed Communication Architectures</title>
		<volume>868</volume>
	</reference>
	<reference name="szy94" src="bibtex:inproceedings" src-info="bibtex:line-5108" type="sharef:inproceedings" crossref="cost94">
		<names type="sharef:author">
			<person>
				<givenname>Clemens</givenname>
				<surname>Szyperski</surname>
			</person>
			<person>
				<givenname>Giorgio</givenname>
				<surname>Ventre</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">multimedia QoS</field>
		<pages>185-198</pages>
		<field type="bibtex:src">EW: 126</field>
		<title type="sharef:primaryTitle">Efficient Support for Multiparty Communication</title>
	</reference>
	<reference name="mat94b" src="bibtex:inproceedings" src-info="bibtex:line-5118" type="sharef:inproceedings" crossref="cost94">
		<names type="sharef:author">
			<person>
				<givenname>Laurent</givenname>
				<surname>Mathy</surname>
			</person>
			<person>
				<givenname>Olivier</givenname>
				<surname>Bonaventure</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">multicast QoS, OSI95</field>
		<pages>199-218</pages>
		<field type="bibtex:src">EW: 127</field>
		<title type="sharef:primaryTitle">QoS Negotiation for Multicast Communications</title>
	</reference>
	<reference name="car94" src="bibtex:inproceedings" src-info="bibtex:line-5128" type="sharef:inproceedings" crossref="cost94">
		<names type="sharef:author">
			<person>
				<givenname>Georg</givenname>
				<surname>Carle</surname>
			</person>
			<person>
				<givenname>Jochen</givenname>
				<surname>Schiller</surname>
			</person>
			<person>
				<givenname>Claudia</givenname>
				<surname>Schmidt</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">multipoint QoS, GCS</field>
		<pages>219-240</pages>
		<field type="bibtex:src">EW: 128</field>
		<title type="sharef:primaryTitle">Support for High-Performance Multipoint Multimedia Services</title>
	</reference>
	<reference name="cost94" src="bibtex:proceedings" src-info="bibtex:line-5138" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
			<person>
				<givenname>André</givenname>
				<surname>Danthine</surname>
			</person>
			<person>
				<givenname>Helmut</givenname>
				<surname>Leopold</surname>
			</person>
			<person>
				<givenname>Geoff</givenname>
				<surname>Coulson</surname>
			</person>
		</names>
		<date value="1994-11"/>
		<address type="sharef:placePublished">Vienna, Austria</address>
		<field type="bibtex:index">COST 237</field>
		<identifier type="sharef:isbn">3-540-58759-4</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">Ethics: P713677:882</field>
		<title type="sharef:primaryTitle">Multimedia Transport and Teleservices — Proceedings of the International COST 237 Workshop</title>
		<volume>882</volume>
	</reference>
	<reference name="mau95" src="bibtex:inproceedings" src-info="bibtex:line-5157" type="sharef:inproceedings" crossref="cost95">
		<names type="sharef:author">
			<person>
				<givenname>Andreas</givenname>
				<surname>Mauthe</surname>
			</person>
			<person>
				<givenname>Geoff</givenname>
				<surname>Coulson</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
			<person>
				<givenname>Silvester</givenname>
				<surname>Namuye</surname>
			</person>
		</names>
		<field type="bibtex:copied">29.11.95</field>
		<field type="bibtex:index">group supportland, multimedia, T.120, XTP, BERKOM MMC, ITU-TSS, MICE</field>
		<pages>1-18</pages>
		<field type="bibtex:src">EW: 177</field>
		<title type="sharef:primaryTitle">Group Support in Multimedia Communications Systems</title>
	</reference>
	<reference name="rez95" src="bibtex:inproceedings" src-info="bibtex:line-5167" type="sharef:inproceedings" crossref="cost95">
		<names type="sharef:author">
			<person>
				<givenname>José F. de</givenname>
				<surname>Rezende</surname>
			</person>
			<person>
				<givenname>Andreas</givenname>
				<surname>Mauthe</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
			<person>
				<givenname>Serge</givenname>
				<surname>Fdida</surname>
			</person>
		</names>
		<field type="bibtex:copied">29.11.95</field>
		<field type="bibtex:index">M-Connection, GCommS, XTP</field>
		<pages>38-58</pages>
		<field type="bibtex:src">EW: 178</field>
		<title type="sharef:primaryTitle">M-Connection Service: A Multicast Service for Distributed Multimedia Applications</title>
	</reference>
	<reference name="tou95a" src="bibtex:inproceedings" src-info="bibtex:line-5177" type="sharef:inproceedings" crossref="cost95">
		<names type="sharef:author">
			<person>
				<givenname>François</givenname>
				<surname>Toutain</surname>
			</person>
			<person>
				<givenname>Laurent</givenname>
				<surname>Toutain</surname>
			</person>
		</names>
		<field type="bibtex:copied">29.11.95</field>
		<field type="bibtex:index">PRISM, PTP</field>
		<pages>139-158</pages>
		<field type="bibtex:src">EW: 179</field>
		<title type="sharef:primaryTitle">Network Support for Multimedia Communications Using Distributed Media Scaling</title>
	</reference>
	<reference name="mat95" src="bibtex:inproceedings" src-info="bibtex:line-5187" type="sharef:inproceedings" crossref="cost95">
		<names type="sharef:author">
			<person>
				<givenname>Laurent</givenname>
				<surname>Mathy</surname>
			</person>
			<person>
				<givenname>Olivier</givenname>
				<surname>Bonaventure</surname>
			</person>
		</names>
		<field type="bibtex:copied">29.11.95</field>
		<field type="bibtex:index">ACCOPI, AMTS, ATM, UNI</field>
		<pages>159-175</pages>
		<field type="bibtex:src">EW: 180</field>
		<title type="sharef:primaryTitle">The ACCOPI Multimedia Transport Service over ATM</title>
	</reference>
	<reference name="cost95" src="bibtex:proceedings" src-info="bibtex:line-5197" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
			<person>
				<givenname>H.</givenname>
				<surname>Christiansen</surname>
			</person>
			<person>
				<givenname>Geoff</givenname>
				<surname>Coulson</surname>
			</person>
			<person>
				<givenname>André</givenname>
				<surname>Danthine</surname>
			</person>
		</names>
		<date value="1995-11"/>
		<address type="sharef:placePublished">Copenhagen, Denmark</address>
		<field type="bibtex:index">COST 237</field>
		<identifier type="sharef:isbn">3-540-61028-6</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">EW</field>
		<title type="sharef:primaryTitle">Teleservices and Multimedia Communications — Proceedings of the Second COST 237 Workshop</title>
		<volume>1052</volume>
	</reference>
	<reference name="wil96d" src="bibtex:inproceedings" src-info="bibtex:line-5216" type="sharef:inproceedings" crossref="cost96">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Pascal</givenname>
				<surname>Freiburghaus</surname>
			</person>
			<person>
				<givenname>Daniel</givenname>
				<surname>Koller</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Distributed multimedia applications are very demanding with respect to support they require from the underlying group communication platform. In this paper, an approach is described which aims at providing group communication platform designers with a component which can be used for powerful group and session management functionality. This component, which can be integrated into group communication platforms, is part of a system called the group and session management system (GMS). The GMS model consists of GMS user agents, which are the components to be integrated into group communication platforms, and GMS system agents which are distributed directory agents providing the distributed database which the user agents access. Communication between these two types of agents is defined in two protocols, the GMS access protocol between user agents and system agents, and the GMS system protocol between system agents. GMS also defines a number of objects and relations which can be used to manage users, groups, and sessions on a very abstract level, thus providing both group communication platform designers and programmers of distributed multimedia application with a high-level description of group communications. This approach enables a truly integrated approach for collaborative applications, where all applications, even when using different group communication platforms, can share the same database about users, groups, and sessions. The paper also contains a short description of the ongoing implementation of GMS's components.</p>
			</richtext>
		</abstract>
		<field type="bibtex:index">GMS, GUA, GSA, GAP, GSP</field>
		<pages>1-22</pages>
		<field type="bibtex:src">EW: WWW</field>
		<title type="sharef:primaryTitle">A Group and Session Management System for Distributed Multimedia Applications</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil96d</identifier>
	</reference>
	<reference name="wad96" src="bibtex:inproceedings" src-info="bibtex:line-5227" type="sharef:inproceedings" crossref="cost96">
		<names type="sharef:author">
			<person>
				<givenname>Daniel G.</givenname>
				<surname>Waddington</surname>
			</person>
			<person>
				<givenname>Geoff</givenname>
				<surname>Coulson</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Hutchison</surname>
			</person>
		</names>
		<pages>75-103</pages>
		<title type="sharef:primaryTitle">Specifying QoS for Multimedia Communications with Distributed Programming Environments</title>
	</reference>
	<reference name="deg96" src="bibtex:inproceedings" src-info="bibtex:line-5234" type="sharef:inproceedings" crossref="cost96">
		<names type="sharef:author">
			<person>
				<givenname>Mikael</givenname>
				<surname>Degermark</surname>
			</person>
			<person>
				<givenname>Stephen</givenname>
				<surname>Pink</surname>
			</person>
		</names>
		<pages>169-182</pages>
		<title type="sharef:primaryTitle">Issues in the Design of a New Network Protocol</title>
	</reference>
	<reference name="cost96" src="bibtex:proceedings" src-info="bibtex:line-5241" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Giorgio</givenname>
				<surname>Ventre</surname>
			</person>
			<person>
				<givenname>Jordi</givenname>
				<surname>Domingo-Pascual</surname>
			</person>
			<person>
				<givenname>André</givenname>
				<surname>Danthine</surname>
			</person>
		</names>
		<date value="1996-11"/>
		<address type="sharef:placePublished">Barcelona, Spain</address>
		<field type="bibtex:index">COST 237</field>
		<identifier type="sharef:isbn">3-540-62096-6</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<field type="bibtex:src">EW</field>
		<title type="sharef:primaryTitle">Multimedia Telecommunications and Applications — Proceedings of the Third COST 237 Workshop</title>
		<volume>1185</volume>
	</reference>
	<reference name="var94" src="bibtex:inproceedings" src-info="bibtex:line-5260" type="sharef:inproceedings" crossref="dmsa94">
		<names type="sharef:author">
			<person>
				<givenname>Theodora A.</givenname>
				<surname>Varvarigou</surname>
			</person>
			<person>
				<givenname>Venkatesh</givenname>
				<surname>Krishnaswamy</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">DARTS</field>
		<pages>73-77</pages>
		<field type="bibtex:src">EW: 123</field>
		<title type="sharef:primaryTitle">Distributed Architecture for Telecommunication Services</title>
	</reference>
	<reference name="pla94" src="bibtex:inproceedings" src-info="bibtex:line-5270" type="sharef:inproceedings" crossref="dmsa94">
		<names type="sharef:author">
			<person>
				<givenname>Thomas</givenname>
				<surname>Plagemann</surname>
			</person>
			<person>
				<givenname>Janusz</givenname>
				<surname>Waclawczyk</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">Da CaPo, multimedia</field>
		<pages>78-81</pages>
		<field type="bibtex:src">EW: 124</field>
		<title type="sharef:primaryTitle">Management of Configurable Protocols for Multimedia Applications</title>
	</reference>
	<reference name="jon94" src="bibtex:inproceedings" src-info="bibtex:line-5280" type="sharef:inproceedings" crossref="dmsa94">
		<names type="sharef:author">
			<person>
				<givenname>Karl</givenname>
				<surname>Jonas</surname>
			</person>
			<person>
				<givenname>Manfred</givenname>
				<surname>Kaul</surname>
			</person>
			<person>
				<givenname>Klaus</givenname>
				<surname>Rebensburg</surname>
			</person>
			<person>
				<givenname>Frank</givenname>
				<surname>Ruge</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">BERKOM, MMC, MMM, MMT, GLASS, POLIKOM, TeleCAD, EDGE, TUBKOM, JVTOS, VoD, RTBs</field>
		<pages>109-113</pages>
		<field type="bibtex:src">EW: 125</field>
		<title type="sharef:primaryTitle">Distributed Multimedia Research Projects and Applications in Germany</title>
	</reference>
	<reference name="voj94" src="bibtex:inproceedings" src-info="bibtex:line-5290" type="sharef:inproceedings" crossref="dmsa94">
		<names type="sharef:author">
			<person>
				<givenname>Franz</givenname>
				<surname>Vojik</surname>
			</person>
		</names>
		<field type="bibtex:copied">26.3.96</field>
		<field type="bibtex:index">IRIS, groupware, collaborative editing</field>
		<pages>277-280</pages>
		<field type="bibtex:src">EW: 189</field>
		<title type="sharef:primaryTitle">Video Support for the Distributed Multi-User Editor IRIS</title>
	</reference>
	<reference name="dmsa94" src="bibtex:proceedings" src-info="bibtex:line-5300" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Borko</givenname>
				<surname>Furht</surname>
			</person>
		</names>
		<date value="1994-08"/>
		<address type="sharef:placePublished">Honolulu, Hawaii</address>
		<identifier type="sharef:isbn">0-88986-194-3</identifier>
		<field type="bibtex:src">DB</field>
		<title type="sharef:primaryTitle">Distributed Multimedia Systems and Applications — Proceedings of the IASTED/ISMM International Conference</title>
	</reference>
	<reference name="ver92" src="bibtex:inproceedings" src-info="bibtex:line-5315" type="sharef:inproceedings" crossref="dcs92">
		<names type="sharef:author">
			<person>
				<givenname>Paulo</givenname>
				<surname>Veríssimo</surname>
			</person>
			<person>
				<givenname>Luís</givenname>
				<surname>Rodrigues</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.4.94</field>
		<field type="bibtex:index">group orientation, distributed systems, CSCW, distributed computer control, multicast, management</field>
		<pages>57-63</pages>
		<field type="bibtex:src">EW: 16</field>
		<title type="sharef:primaryTitle">Group Orientation: A Paradigm for Distributed Systems of the Nineties</title>
	</reference>
	<reference name="nav92" src="bibtex:inproceedings" src-info="bibtex:line-5325" type="sharef:inproceedings" crossref="dcs92">
		<names type="sharef:author">
			<person>
				<givenname>Leandro</givenname>
				<surname>Navarro</surname>
			</person>
			<person>
				<givenname>Wolfgang</givenname>
				<surname>Prinz</surname>
			</person>
			<person>
				<givenname>Tom A.</givenname>
				<surname>Rodden</surname>
			</person>
		</names>
		<field type="bibtex:copied">18.5.94</field>
		<pages>4-10</pages>
		<field type="bibtex:src">EW: 25</field>
		<title type="sharef:primaryTitle">Towards Open CSCW Systems</title>
	</reference>
	<reference name="pop92" src="bibtex:inproceedings" src-info="bibtex:line-5334" type="sharef:inproceedings" crossref="dcs92">
		<names type="sharef:author">
			<person>
				<givenname>Radu</givenname>
				<surname>Popescu-Zeletin</surname>
			</person>
			<person>
				<givenname>Volker</givenname>
				<surname>Tschammer</surname>
			</person>
			<person>
				<givenname>Michael</givenname>
				<surname>Tschichholz</surname>
			</person>
		</names>
		<field type="bibtex:copied">18.5.94</field>
		<pages>11-17</pages>
		<field type="bibtex:src">EW: 26</field>
		<title type="sharef:primaryTitle">A Service Platform for Distributed Applications</title>
	</reference>
	<reference name="pla92" src="bibtex:inproceedings" src-info="bibtex:line-5343" type="sharef:inproceedings" crossref="dcs92">
		<names type="sharef:author">
			<person>
				<givenname>Thomas</givenname>
				<surname>Plagemann</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
			<person>
				<givenname>Martin</givenname>
				<surname>Vogt</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Walter</surname>
			</person>
		</names>
		<field type="bibtex:copied">18.5.94</field>
		<field type="bibtex:index">Da CaPo</field>
		<pages>100-106</pages>
		<field type="bibtex:src">EW: 27</field>
		<title type="sharef:primaryTitle">A Model for Dynamic Configuration of Light-Weight Protocols</title>
	</reference>
	<reference name="dcs92" src="bibtex:proceedings" src-info="bibtex:line-5353" type="sharef:proceedings">
		<date value="1992"/>
		<address type="sharef:placePublished">Taipei, Taiwan</address>
		<field type="bibtex:index">DCS '92</field>
		<identifier type="sharef:isbn">0-8186-2755-7</identifier>
		<field type="bibtex:key">Proceedings of the Third Workshop on Future Trends of Distributed Computing Systems</field>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">TP</field>
		<title type="sharef:primaryTitle">Proceedings of the Third Workshop on Future Trends of Distributed Computing Systems</title>
	</reference>
	<reference name="bub91" src="bibtex:inproceedings" src-info="bibtex:line-5369" type="sharef:inproceedings" crossref="infocom91">
		<names type="sharef:author">
			<person>
				<givenname>Rick G.</givenname>
				<surname>Bubenik</surname>
			</person>
			<person>
				<givenname>John D.</givenname>
				<surname>DeHart</surname>
			</person>
			<person>
				<givenname>Michael E.</givenname>
				<surname>Gaddis</surname>
			</person>
		</names>
		<field type="bibtex:copied">14.6.95</field>
		<field type="bibtex:index">CMAP, ATM signaling</field>
		<pages>59-68</pages>
		<field type="bibtex:src">EW: 159, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Multipoint Connection Management in High Speed Networks</title>
	</reference>
	<reference name="infocom91" src="bibtex:proceedings" src-info="bibtex:line-5379" type="sharef:proceedings">
		<date value="1991"/>
		<address type="sharef:placePublished">Bal Harbour, Florida</address>
		<field type="bibtex:index">INFOCOM '91</field>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 715591:1991</field>
		<title type="sharef:primaryTitle">Proceedings of the IEEE INFOCOM '91 Conference on Computer Communications</title>
	</reference>
	<reference name="bub92" src="bibtex:inproceedings" src-info="bibtex:line-5393" type="sharef:inproceedings" crossref="infocom92">
		<names type="sharef:author">
			<person>
				<givenname>Rick G.</givenname>
				<surname>Bubenik</surname>
			</person>
			<person>
				<givenname>Michael E.</givenname>
				<surname>Gaddis</surname>
			</person>
			<person>
				<givenname>John D.</givenname>
				<surname>DeHart</surname>
			</person>
		</names>
		<field type="bibtex:copied">14.6.95</field>
		<field type="bibtex:index">ATM, VC, virtual channels, VP, virtual paths</field>
		<pages>1035-1042</pages>
		<field type="bibtex:src">EW: 158, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">Communicating with Virtual Paths and Virtual Channels</title>
	</reference>
	<reference name="infocom92" src="bibtex:proceedings" src-info="bibtex:line-5403" type="sharef:proceedings">
		<date value="1992"/>
		<address type="sharef:placePublished">Firenze, Italy</address>
		<field type="bibtex:index">INFOCOM '92</field>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 715591:1992</field>
		<title type="sharef:primaryTitle">Proceedings of the IEEE INFOCOM '92 Conference on Computer Communications</title>
	</reference>
	<reference name="wil00b" src="bibtex:inproceedings" src-info="bibtex:line-5417" type="sharef:inproceedings" crossref="hicss33">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Lowe</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Influenced by the linking model which is implicit in HTML, today's publishing model on the Web is content-centered, with the emphasis of publishing on content rather than links. With the growing amount of information available on the Web, and the more powerful hypermedia architectures made possible by new Web technologies, putting the content into context will become increasingly important. In this paper, a new way of structuring publishing systems for information providers is presented in an attempt to shift the emphasis in Web-based publishing from content to an improved balance between content and links. After a description of the architecture of a link-based publishing system, a strategy for implementing such a system is described. Finally, a number of challenges associated with such a fundamental transition in the publishing model are described, in the technical as well as in the organizational domain.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1109/HICSS.2000.926692</identifier>
		<title type="sharef:primaryTitle">From Content-Centered Publishing to a Link-Based View of Information Resources</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil00b</identifier>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.computer.org/proceedings/hicss/0493/04933/04933009.pdf</identifier>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=820265</identifier>
	</reference>
	<reference name="hicss33" src="bibtex:proceedings" src-info="bibtex:line-5428" type="sharef:proceedings">
		<date value="2000-01"/>
		<address type="sharef:placePublished">Maui, Hawaii</address>
		<field type="bibtex:index">HICSS-33</field>
		<identifier type="sharef:isbn">0-7695-0493-0</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 33rd Hawaii International Conference on System Sciences</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.computer.org/proceedings/hicss/0493/04933/0493toc.htm</identifier>
	</reference>
	<reference name="kli04" src="bibtex:inproceedings" src-info="bibtex:line-5444" type="sharef:inproceedings" crossref="hicss37">
		<names type="sharef:author">
			<person>
				<givenname>Ralf</givenname>
				<surname>Klischewski</surname>
			</person>
			<person>
				<givenname>Martti</givenname>
				<surname>Jeenicke</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This article examines a case of developing a prototype for an ontology-driven e-government application based on Semantic Web technologies in order to learn more about how to interrelate systems development with the tasks of information and knowledge management related to e-government service provision. The focus of evaluation is set by analyzing the information management challenges specific to the administrative domain and by the need for taking into account the increased granularity of informational resources and the manifold semantic differences in dealing with those resources. Following the different tasks and problems within the development process the authors identify what appeared to be critical issues: requirements analysis, choice and mastering of Semantic Web technologies, representation of ontology and informational resources, creating interfaces for users and other services. Based on the project analysis, the article concludes by suggesting an agenda for the cooperation of administrative information managers and systems developers as a prerequisite for successful Semantic Web projects in e-government.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Semantic Web Technologies for Information Management within e-Government Services</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://csdl.computer.org/comp/proceedings/hicss/2004/2056/05/205650119b.pdf</identifier>
		<identifier type="sharef:uri">http://swt-www.informatik.uni-hamburg.de/publications/details.php?id=275</identifier>
	</reference>
	<reference name="hicss37" src="bibtex:proceedings" src-info="bibtex:line-5453" type="sharef:proceedings">
		<date value="2004-01"/>
		<address type="sharef:placePublished">Big Island, Hawaii</address>
		<field type="bibtex:index">HICSS-37</field>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the 37rd Hawaii International Conference on System Sciences</title>
		<identifier type="sharef:uri" resourceType="text/html">http://csdl.computer.org/comp/proceedings/hicss/2004/2056/00/2056toc.htm</identifier>
	</reference>
	<reference name="ber03d" src="bibtex:inproceedings" src-info="bibtex:line-5468" type="sharef:inproceedings" crossref="cidr2003">
		<names type="sharef:author">
			<person>
				<givenname>Philip A.</givenname>
				<surname>Bernstein</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Model management is a new approach to meta data management that offers a higher level programming interface than current techniques. The main abstractions are models (e.g., schemas, interface definitions) and mappings between models. It treats these abstractions as bulk objects and offers such operators as Match, Merge, Diff, Compose, Apply, and ModelGen. This paper extends earlier treatments of these operators and applies them to three classical meta data management problems: schema integration, schema evolution, and round-trip engineering.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Applying Model Management to Classical Meta Data Problems</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.research.microsoft.com/~philbe/PBernsteinCIDR12ext.pdf</identifier>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www-db.cs.wisc.edu/cidr2003/program/p19.pdf</identifier>
	</reference>
	<reference name="cidr2003" src="bibtex:proceedings" src-info="bibtex:line-5477" type="sharef:proceedings">
		<date value="2003-01"/>
		<address type="sharef:placePublished">Asilomar, California</address>
		<field type="bibtex:index">CIDR 2003</field>
		<title type="sharef:primaryTitle">Proceedings of the First Biennial Conference on Innovative Data Systems Research</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/cidr/cidr2003.html</identifier>
	</reference>
	<reference name="low01" src="bibtex:inproceedings" src-info="bibtex:line-5491" type="sharef:inproceedings" crossref="openpub01">
		<names type="sharef:author">
			<person>
				<givenname>David</givenname>
				<surname>Lowe</surname>
			</person>
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Although the Web has continuously grown and evolved since its introduction in 1989, the technical foundations have remained relatively unchanged. Of the basic technologies, URLs and HTTP has remained stable for some time now, and only HTML has changed more frequently. However, the introduction of XML has heralded a substantial change in the way in which content can be managed. One of the most significant of these changes is with respect to the greatly enhanced model for linking functionality that is enabled by the emerging XLink and XPointer standards. These standards have the capacity to fundamentally change the way in which we utilise the Web, especially with respect to the way in which users interact with information. In this paper, we will discuss some of the richer linking functionality that XLink and XPointer enable — particularly with respect to aspects such as content transclusion, multiple source and destination links, generic linking, and the use of linkbases to add links into content over which the author has no control. The discussions will be illustrated with example XLink code fragments, and will emphasise the particular uses to which these linking concepts can be put.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Improving Web Linking Using XLink</title>
		<field type="bibtex:topic">xlink[0.8] xpointer[0.8]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#low01</identifier>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.binarything.com/binarything/openpublish/DavidLowe1.pdf</identifier>
	</reference>
	<reference name="openpub01" src="bibtex:proceedings" src-info="bibtex:line-5501" type="sharef:proceedings">
		<date value="2001-07"/>
		<address type="sharef:placePublished">Sydney, Australia</address>
		<field type="bibtex:index">Open Publish 2001</field>
		<title type="sharef:primaryTitle">Proceedings of Open Publish 2001</title>
	</reference>
	<reference name="wil06l" src="bibtex:inproceedings" src-info="bibtex:line-5514" type="sharef:inproceedings" crossref="elpub2006">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML as the most successful data representation format makes it easy to start working with structured data because of the simplicity of XML documents and DTDs, and because of the general availability of tools. This paper first describes the origin and features of XML as a markup language. In a second part, the question of how to use the features provided by XML for structuring content is addressed. Data modeling for electronic publishing and document engineering is an research field with many open issues, the most important open question being what to use as the modeling language for XML-based applications. While the paper does not provide a solution to the modeling language question, it provides guidelines for how to design schemas once the model has been defined.</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Structuring Content with XML</title>
		<field type="bibtex:topic">xml[0.8]</field>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil06l</identifier>
	</reference>
	<reference name="elpub2006" src="bibtex:proceedings" src-info="bibtex:line-5523" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Klaus</givenname>
				<surname>Kreulich</surname>
			</person>
			<person>
				<givenname>Peter</givenname>
				<surname>Linde</surname>
			</person>
			<person>
				<givenname>Stefan</givenname>
				<surname>Pletschacher</surname>
			</person>
			<person>
				<givenname>Arved</givenname>
				<surname>Hübler</surname>
			</person>
		</names>
		<date value="2006-06"/>
		<address type="sharef:placePublished">Bansko, Bulgaria</address>
		<field type="bibtex:index">ElPub 2006</field>
		<identifier type="sharef:isbn">954-16-0040-9</identifier>
		<title type="sharef:primaryTitle">Supplement to the Proceedings of the 10th International Conference on Electronic Publishing</title>
		<identifier type="sharef:uri">http://info.tuwien.ac.at/elpub2006/</identifier>
	</reference>
	<reference name="sam93b" src="bibtex:inproceedings" src-info="bibtex:line-5539" type="sharef:inproceedings" crossref="infocom93">
		<names type="sharef:author">
			<person>
				<givenname>Michael</givenname>
				<surname>Sample</surname>
			</person>
			<person>
				<givenname>Gerald W.</givenname>
				<surname>Neufeld</surname>
			</person>
		</names>
		<field type="bibtex:copied">11.12.95</field>
		<field type="bibtex:index">snacc</field>
		<pages>1144-1153</pages>
		<field type="bibtex:src">EW: 185</field>
		<title type="sharef:primaryTitle">Implementing Efficient Encoders and Decoders For Network Data Representations</title>
		<field type="bibtex:topic">asn1[0.9]</field>
	</reference>
	<reference name="infocom93" src="bibtex:proceedings" src-info="bibtex:line-5550" type="sharef:proceedings">
		<date value="1993"/>
		<address type="sharef:placePublished">San Francisco, California</address>
		<field type="bibtex:index">INFOCOM '93</field>
		<identifier type="sharef:isbn">0-8186-3582-7</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 715591:1993</field>
		<title type="sharef:primaryTitle">Proceedings of the IEEE INFOCOM '93 Conference on Computer Communications</title>
	</reference>
	<reference name="mit94" src="bibtex:inproceedings" src-info="bibtex:line-5565" type="sharef:inproceedings" crossref="infocom94">
		<names type="sharef:author">
			<person>
				<givenname>Danny J.</givenname>
				<surname>Mitzel</surname>
			</person>
			<person>
				<givenname>Deborah</givenname>
				<surname>Estrin</surname>
			</person>
			<person>
				<givenname>Scott</givenname>
				<surname>Shenker</surname>
			</person>
			<person>
				<givenname>Lixia</givenname>
				<surname>Zhang</surname>
			</person>
		</names>
		<field type="bibtex:copied">8.5.95</field>
		<field type="bibtex:index">ST-II, RSVP</field>
		<pages>716-725</pages>
		<field type="bibtex:src">EW: 130</field>
		<title type="sharef:primaryTitle">An Architectural Comparison of ST-II and RSVP</title>
	</reference>
	<reference name="infocom94" src="bibtex:proceedings" src-info="bibtex:line-5575" type="sharef:proceedings">
		<date value="1994"/>
		<address type="sharef:placePublished">Toronto, Canada</address>
		<field type="bibtex:index">INFOCOM '94</field>
		<identifier type="sharef:isbn">0-8186-5570-4</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 715591:1994</field>
		<title type="sharef:primaryTitle">Networking for Global Communications — Proceedings of the IEEE INFOCOM '94 Conference on Computer Communications</title>
	</reference>
	<reference name="ele95" src="bibtex:inproceedings" src-info="bibtex:line-5590" type="sharef:inproceedings" crossref="infocom95">
		<names type="sharef:author">
			<person>
				<givenname>Alexandros</givenname>
				<surname>Eleftheriadis</surname>
			</person>
			<person>
				<givenname>Sassan</givenname>
				<surname>Pejhan</surname>
			</person>
			<person>
				<givenname>Dimitris</givenname>
				<surname>Anastassiou</surname>
			</person>
		</names>
		<field type="bibtex:copied">26.8.96</field>
		<field type="bibtex:index">multicast, address management</field>
		<pages>386-393</pages>
		<field type="bibtex:src">EW: 205</field>
		<title type="sharef:primaryTitle">Address Management and Connection Control for Multicast Communication Applications</title>
	</reference>
	<reference name="infocom95" src="bibtex:proceedings" src-info="bibtex:line-5600" type="sharef:proceedings">
		<date value="1995"/>
		<address type="sharef:placePublished">Boston, Massachusetts</address>
		<field type="bibtex:index">INFOCOM '95</field>
		<identifier type="sharef:isbn">0-8186-6990-X</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 715591:1995</field>
		<title type="sharef:primaryTitle">Bringing Information to People — Proceedings of the IEEE INFOCOM '95 Conference on Computer Communications</title>
	</reference>
	<reference name="mah97" src="bibtex:inproceedings" src-info="bibtex:line-5615" type="sharef:inproceedings" crossref="infocom97">
		<names type="sharef:author">
			<person>
				<givenname>Bruce A.</givenname>
				<surname>Mah</surname>
			</person>
		</names>
		<pages>593-601</pages>
		<title type="sharef:primaryTitle">Techniques for Developing and Measuring High-Performance Web Servers over High Speed Networks</title>
		<field type="bibtex:topic">httpserver[0.9] http[0.7]</field>
	</reference>
	<reference name="infocom97" src="bibtex:proceedings" src-info="bibtex:line-5623" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Miki</givenname>
				<surname>Yamamoto</surname>
			</person>
			<person>
				<givenname>Joseph</givenname>
				<surname>Bannister</surname>
			</person>
		</names>
		<date value="1997-04"/>
		<address type="sharef:placePublished">Kobe, Japan</address>
		<field type="bibtex:index">INFOCOM '97</field>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the IEEE INFOCOM '97 Conference on Computer Communications</title>
	</reference>
	<reference name="cro98" src="bibtex:inproceedings" src-info="bibtex:line-5638" type="sharef:inproceedings" crossref="infocom98">
		<names type="sharef:author">
			<person>
				<givenname>Mark</givenname>
				<surname>Crovella</surname>
			</person>
			<person>
				<givenname>Paul</givenname>
				<surname>Barford</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, prefetching</field>
		<pages>1232-1239</pages>
		<title type="sharef:primaryTitle">The Network Effects of Prefetching</title>
	</reference>
	<reference name="jhu98" src="bibtex:inproceedings" src-info="bibtex:line-5646" type="sharef:inproceedings" crossref="infocom98">
		<names type="sharef:author">
			<person>
				<givenname>James C.</givenname>
				<surname>Hu</surname>
			</person>
			<person>
				<givenname>Sumedh</givenname>
				<surname>Mungee</surname>
			</person>
			<person>
				<givenname>Douglas C.</givenname>
				<surname>Schmidt</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW, HTTP, server</field>
		<pages>1222-1231</pages>
		<title type="sharef:primaryTitle">Techniques for Developing and Measuring High-Performance Web Servers over High Speed Networks</title>
	</reference>
	<reference name="infocom98" src="bibtex:proceedings" src-info="bibtex:line-5654" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Abhijit K.</givenname>
				<surname>Choudhury</surname>
			</person>
		</names>
		<date value="1998-03"/>
		<address type="sharef:placePublished">San Francisco, California</address>
		<field type="bibtex:index">INFOCOM '98</field>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the IEEE INFOCOM '98 Conference on Computer Communications</title>
	</reference>
	<reference name="fel99" src="bibtex:inproceedings" src-info="bibtex:line-5669" type="sharef:inproceedings" crossref="infocom99">
		<names type="sharef:author">
			<person>
				<givenname>Anja</givenname>
				<surname>Feldmann</surname>
			</person>
			<person>
				<givenname>Ramon</givenname>
				<surname>Caceres</surname>
			</person>
			<person>
				<givenname>Fred</givenname>
				<surname>Douglis</surname>
			</person>
			<person>
				<givenname>Gideon</givenname>
				<surname>Glass</surname>
			</person>
			<person>
				<givenname>Michael</givenname>
				<surname>Rabinovich</surname>
			</person>
		</names>
		<field type="bibtex:index">WWW</field>
		<pages>107-116</pages>
		<title type="sharef:primaryTitle">Performance of Web Proxy Caching in Heterogeneous Bandwidth Environments</title>
	</reference>
	<reference name="infocom99" src="bibtex:proceedings" src-info="bibtex:line-5677" type="sharef:proceedings">
		<date value="1999-03"/>
		<address type="sharef:placePublished">New York, NY</address>
		<field type="bibtex:index">INFOCOM '99</field>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the IEEE INFOCOM '99 Conference on Computer Communications</title>
	</reference>
	<reference name="san93c" src="bibtex:inproceedings" src-info="bibtex:line-5691" type="sharef:inproceedings" crossref="dcs93">
		<names type="sharef:author">
			<person>
				<givenname>Adelino</givenname>
				<surname>Santos</surname>
			</person>
			<person>
				<givenname>A.</givenname>
				<surname>Marcos</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">CoMEdiA, cooperative multimedia systems, distributed architectures, distributed algorithms, collaborative editing</field>
		<pages>2-7</pages>
		<field type="bibtex:src">EW: 78</field>
		<title type="sharef:primaryTitle">An Algorithm and Architecture to Support Cooperative Multimedia Editing</title>
	</reference>
	<reference name="der93" src="bibtex:inproceedings" src-info="bibtex:line-5701" type="sharef:inproceedings" crossref="dcs93">
		<names type="sharef:author">
			<person>
				<givenname>Gabriel</givenname>
				<surname>Dermler</surname>
			</person>
			<person>
				<givenname>Thomas</givenname>
				<surname>Gutekunst</surname>
			</person>
			<person>
				<givenname>Bernhard</givenname>
				<surname>Plattner</surname>
			</person>
			<person>
				<givenname>Edgar</givenname>
				<surname>Ostrowski</surname>
			</person>
			<person>
				<givenname>Frank</givenname>
				<surname>Ruge</surname>
			</person>
			<person>
				<givenname>Michael</givenname>
				<surname>Weber</surname>
			</person>
		</names>
		<field type="bibtex:copied">23.12.93</field>
		<field type="bibtex:index">JVTOS, CIO</field>
		<pages>8-15</pages>
		<field type="bibtex:src">EW: 8</field>
		<title type="sharef:primaryTitle">Constructing a Distributed Multimedia Joint Viewing and Tele-Operation Service for Heterogeneous Workstation Environments</title>
	</reference>
	<reference name="ver93" src="bibtex:inproceedings" src-info="bibtex:line-5711" type="sharef:inproceedings" crossref="dcs93">
		<names type="sharef:author">
			<person>
				<givenname>Paulo</givenname>
				<surname>Veríssimo</surname>
			</person>
			<person>
				<givenname>Werner</givenname>
				<surname>Vogels</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">group orientation</field>
		<pages>119-127</pages>
		<field type="bibtex:src">EW: 79</field>
		<title type="sharef:primaryTitle">The Changing Face of Technology in Distributed Systems</title>
	</reference>
	<reference name="ant93" src="bibtex:inproceedings" src-info="bibtex:line-5721" type="sharef:inproceedings" crossref="dcs93">
		<names type="sharef:author">
			<person>
				<givenname>Pedro</givenname>
				<surname>Antes</surname>
			</person>
			<person>
				<givenname>Nuno</givenname>
				<surname>Guimaraes</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">xAMp, MBus, MUI, ConversationBuilder</field>
		<pages>143-149</pages>
		<field type="bibtex:src">EW: 80</field>
		<title type="sharef:primaryTitle">A Distributed Model and Architecture for Interactive Cooperation</title>
	</reference>
	<reference name="szy93" src="bibtex:inproceedings" src-info="bibtex:line-5731" type="sharef:inproceedings" crossref="dcs93">
		<names type="sharef:author">
			<person>
				<givenname>Clemens</givenname>
				<surname>Szyperski</surname>
			</person>
			<person>
				<givenname>Giorgio</givenname>
				<surname>Ventre</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<pages>150-156</pages>
		<field type="bibtex:src">EW: 81</field>
		<title type="sharef:primaryTitle">Efficient Group Communication with Guaranteed Quality of Service</title>
	</reference>
	<reference name="kam93" src="bibtex:inproceedings" src-info="bibtex:line-5740" type="sharef:inproceedings" crossref="dcs93">
		<names type="sharef:author">
			<person>
				<givenname>Nabil</givenname>
				<surname>Kamel</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">MERMAID</field>
		<pages>157-163</pages>
		<field type="bibtex:src">EW: 82</field>
		<title type="sharef:primaryTitle">An Integrated Approach to Shared Synchronous Groupware Workspaces</title>
	</reference>
	<reference name="dcs93" src="bibtex:proceedings" src-info="bibtex:line-5750" type="sharef:proceedings">
		<date value="1993"/>
		<address type="sharef:placePublished">Lisbon, Portugal</address>
		<field type="bibtex:index">DCS '93</field>
		<identifier type="sharef:isbn">0-8186-4430-3</identifier>
		<field type="bibtex:key">Proceedings of the Fourth Workshop on Future Trends of Distributed Computing Systems</field>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 759488</field>
		<title type="sharef:primaryTitle">Proceedings of the Fourth Workshop on Future Trends of Distributed Computing Systems</title>
	</reference>
	<reference name="bog88" src="bibtex:inproceedings" src-info="bibtex:line-5766" type="sharef:inproceedings" crossref="eut88">
		<names type="sharef:author">
			<person>
				<givenname>Manfred</givenname>
				<surname>Bogen</surname>
			</person>
			<person>
				<givenname>Karl-Heinz</givenname>
				<surname>Weiss</surname>
			</person>
		</names>
		<field type="bibtex:copied">11.4.94</field>
		<pages>111-128</pages>
		<field type="bibtex:src">EW: 18</field>
		<title type="sharef:primaryTitle">Group Co-ordination in a Distributed Environment</title>
	</reference>
	<reference name="eut88" src="bibtex:proceedings" src-info="bibtex:line-5775" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Rolf</givenname>
				<surname>Speth</surname>
			</person>
		</names>
		<date value="1988"/>
		<address type="sharef:placePublished">Vienna, Austria</address>
		<field type="bibtex:index">EUTECO '88</field>
		<identifier type="sharef:isbn">0-444-70428-0</identifier>
		<publisher>North-Holland</publisher>
		<field type="bibtex:src">Ethics: 308192</field>
		<title type="sharef:primaryTitle">Research into Networks and Distributed Applications: Proceedings of the EUTECO'88 Conference</title>
	</reference>
	<reference name="ell89" src="bibtex:inproceedings" src-info="bibtex:line-5791" type="sharef:inproceedings" crossref="hci89">
		<names type="sharef:author">
			<person>
				<givenname>Clarence A.</givenname>
				<surname>Ellis</surname>
			</person>
			<person>
				<givenname>Simon J.</givenname>
				<surname>Gibbs</surname>
			</person>
			<person>
				<givenname>Gail L.</givenname>
				<surname>Rein</surname>
			</person>
		</names>
		<field type="bibtex:copied">26.3.96</field>
		<field type="bibtex:index">GROVE, groupware, collaborative editing</field>
		<pages>13-28</pages>
		<field type="bibtex:src">EW: 193</field>
		<title type="sharef:primaryTitle">Design and Use of a Group Editor</title>
	</reference>
	<reference name="hci89" src="bibtex:proceedings" src-info="bibtex:line-5801" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>G.</givenname>
				<surname>Cockton</surname>
			</person>
		</names>
		<date value="1989"/>
		<address type="sharef:placePublished">Napa Valley, California</address>
		<identifier type="sharef:isbn">0-444-88342-8</identifier>
		<publisher>Elsevier</publisher>
		<field type="bibtex:src">Ethics: 747473</field>
		<title type="sharef:primaryTitle">Proceedings of the IFIP TC2/WG2.7 Working Conference on Engineering for Human-Computer Interaction</title>
	</reference>
	<reference name="pri87" src="bibtex:inproceedings" src-info="bibtex:line-5816" type="sharef:inproceedings" crossref="mhs87">
		<names type="sharef:author">
			<person>
				<givenname>Wolfgang</givenname>
				<surname>Prinz</surname>
			</person>
			<person>
				<givenname>Rolf</givenname>
				<surname>Speth</surname>
			</person>
		</names>
		<field type="bibtex:copied">23.2.94</field>
		<field type="bibtex:index">AMIGO</field>
		<pages>207-223</pages>
		<field type="bibtex:src">EW: 15</field>
		<title type="sharef:primaryTitle">Group Communication and Related Aspects in Office Automation</title>
	</reference>
	<reference name="mhs87" src="bibtex:proceedings" src-info="bibtex:line-5826" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Rolf</givenname>
				<surname>Speth</surname>
			</person>
		</names>
		<date value="1987"/>
		<address type="sharef:placePublished">Munich, Germany</address>
		<identifier type="sharef:isbn">0-444-70402-7</identifier>
		<publisher>North-Holland</publisher>
		<field type="bibtex:src">Ethics: 741628</field>
		<title type="sharef:primaryTitle">Proceedings of the IFIP TC6/WG6.5 Working Conference on Message Handling Systems</title>
	</reference>
	<reference name="dep91a" src="bibtex:inproceedings" src-info="bibtex:line-5841" type="sharef:inproceedings" crossref="glo91">
		<names type="sharef:author">
			<person>
				<givenname>Flavio</givenname>
				<surname>DePaoli</surname>
			</person>
			<person>
				<givenname>Francesco</givenname>
				<surname>Tisato</surname>
			</person>
		</names>
		<field type="bibtex:copied">11.4.94</field>
		<field type="bibtex:index">Coordinator</field>
		<pages>2049-2053</pages>
		<field type="bibtex:src">EW: 17</field>
		<title type="sharef:primaryTitle">Coordinator: A Basic Building Block for Multimedia Conferencing Systems</title>
	</reference>
	<reference name="heb91" src="bibtex:inproceedings" src-info="bibtex:line-5851" type="sharef:inproceedings" crossref="glo91">
		<names type="sharef:author">
			<person>
				<givenname>P.</givenname>
				<surname>Hebrard</surname>
			</person>
			<person>
				<givenname>A.</givenname>
				<surname>Karmouch</surname>
			</person>
			<person>
				<givenname>N. D.</givenname>
				<surname>Georganas</surname>
			</person>
		</names>
		<field type="bibtex:copied">26.8.96</field>
		<field type="bibtex:index">Coordinator</field>
		<pages>2054-2058</pages>
		<field type="bibtex:src">EW: 204</field>
		<title type="sharef:primaryTitle">Management in Multimedia Cooperative Applications</title>
	</reference>
	<reference name="glo91" src="bibtex:proceedings" src-info="bibtex:line-5861" type="sharef:proceedings">
		<date value="1991"/>
		<address type="sharef:placePublished">Phoenix, Arizona</address>
		<field type="bibtex:index">GLOBECOM '91</field>
		<identifier type="sharef:isbn">0879426977</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: P301538:1991</field>
		<title type="sharef:primaryTitle">Proceedings of the GLOBECOM'91 Conference</title>
	</reference>
	<reference name="kic97" src="bibtex:inproceedings" src-info="bibtex:line-5876" type="sharef:inproceedings" crossref="ecoop97">
		<names type="sharef:author">
			<person>
				<givenname>Gregor</givenname>
				<surname>Kiczales</surname>
			</person>
			<person>
				<givenname>John</givenname>
				<surname>Lamping</surname>
			</person>
			<person>
				<givenname>Anurag</givenname>
				<surname>Mendhekar</surname>
			</person>
			<person>
				<givenname>Chris</givenname>
				<surname>Maeda</surname>
			</person>
			<person>
				<givenname>Cristina Videira</givenname>
				<surname>Lopes</surname>
			</person>
			<person>
				<givenname>Jean-Marc</givenname>
				<surname>Loingtier</surname>
			</person>
			<person>
				<givenname>John</givenname>
				<surname>Irwin</surname>
			</person>
		</names>
		<pages>220-242</pages>
		<title type="sharef:primaryTitle">Aspect-Oriented Programming</title>
		<field type="bibtex:topic">aop[1]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.cs.ubc.ca/~gregor/kiczales-ECOOP1997-AOP.pdf</identifier>
	</reference>
	<reference name="ecoop97" src="bibtex:proceedings" src-info="bibtex:line-5885" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Mehmet</givenname>
				<surname>Aksit</surname>
			</person>
			<person>
				<givenname>Satoshi</givenname>
				<surname>Matsuoka</surname>
			</person>
		</names>
		<date value="1997-06"/>
		<address type="sharef:placePublished">Jyväskylä, Finland</address>
		<field type="bibtex:index">ECOOP 97</field>
		<identifier type="sharef:isbn">3540630899</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 11th European Conference on Object-Oriented Programming</title>
		<field type="bibtex:topic">oop[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/ecoop/ecoop97.html</identifier>
		<volume>1241</volume>
	</reference>
	<reference name="jun00" src="bibtex:inproceedings" src-info="bibtex:line-5905" type="sharef:inproceedings" crossref="ecoopws00">
		<names type="sharef:author">
			<person>
				<givenname>Matthias</givenname>
				<surname>Jung</surname>
			</person>
			<person>
				<givenname>Ernst W.</givenname>
				<surname>Biersack</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">How Layering Protocol Software Violates Separation of Concerns</title>
		<field type="bibtex:topic">soc[0.9]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://trese.cs.utwente.nl/Workshops/adc2000/papers/Jung.pdf</identifier>
	</reference>
	<reference name="ecoopws00" src="bibtex:proceedings" src-info="bibtex:line-5913" type="sharef:proceedings">
		<date value="2000-06"/>
		<address type="sharef:placePublished">Cannes, France</address>
		<title type="sharef:primaryTitle">ECOOP 2000 Workshop on Aspects and Dimensions of Concerns</title>
		<identifier type="sharef:uri" resourceType="text/html">http://ecoop2000.unice.fr/Program/Technical/Workshops/w21.html</identifier>
		<identifier type="sharef:uri">http://trese.cs.utwente.nl/adc2000/</identifier>
	</reference>
	<reference name="che92" src="bibtex:inproceedings" src-info="bibtex:line-5927" type="sharef:inproceedings" crossref="glo92">
		<names type="sharef:author">
			<person>
				<givenname>Mon-Song</givenname>
				<surname>Chen</surname>
			</person>
			<person>
				<givenname>Harrick M.</givenname>
				<surname>Vin</surname>
			</person>
			<person>
				<givenname>Tsipora P.</givenname>
				<surname>Barzilai</surname>
			</person>
		</names>
		<field type="bibtex:copied">26.4.95</field>
		<field type="bibtex:index">DiCE, multimedia communications</field>
		<pages>213-219</pages>
		<field type="bibtex:src">EW: 99</field>
		<title type="sharef:primaryTitle">Designing a Distributed Collaborative Environment</title>
	</reference>
	<reference name="che92b" src="bibtex:inproceedings" src-info="bibtex:line-5937" type="sharef:inproceedings" crossref="glo92">
		<names type="sharef:author">
			<person>
				<givenname>Mon-Song</givenname>
				<surname>Chen</surname>
			</person>
			<person>
				<givenname>Zon-Yin</givenname>
				<surname>Shae</surname>
			</person>
			<person>
				<givenname>Dilip D.</givenname>
				<surname>Kandlur</surname>
			</person>
			<person>
				<givenname>Tsipora P.</givenname>
				<surname>Barzilai</surname>
			</person>
			<person>
				<givenname>Harrick M.</givenname>
				<surname>Vin</surname>
			</person>
		</names>
		<field type="bibtex:copied">26.4.95</field>
		<field type="bibtex:index">VAS, MMVA, MMT</field>
		<pages>739-746</pages>
		<field type="bibtex:src">EW: 100</field>
		<title type="sharef:primaryTitle">A Multimedia Desktop Collaboration System</title>
	</reference>
	<reference name="glo92" src="bibtex:proceedings" src-info="bibtex:line-5947" type="sharef:proceedings">
		<date value="1992-12"/>
		<address type="sharef:placePublished">Orlando, Florida</address>
		<field type="bibtex:index">GLOBECOM '92</field>
		<identifier type="sharef:isbn">0-7803-0608-2</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 301538:1992</field>
		<title type="sharef:primaryTitle">Proceedings of the GLOBECOM'92 Conference</title>
	</reference>
	<reference name="kar04" src="bibtex:inproceedings" src-info="bibtex:line-5963" type="sharef:inproceedings" crossref="glo04">
		<names type="sharef:author">
			<person>
				<givenname>Thomas</givenname>
				<surname>Karagiannis</surname>
			</person>
			<person>
				<givenname>Andre</givenname>
				<surname>Broido</surname>
			</person>
			<person>
				<givenname>Nevil</givenname>
				<surname>Brownlee</surname>
			</person>
			<person>
				<givenname>Kimberly C.</givenname>
				<surname>Claffy</surname>
			</person>
			<person>
				<givenname>Michalis</givenname>
				<surname>Faloutsos</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Recent reports in the popular media suggest a significant decrease in peer-to-peer (P2P) file-sharing traffic, attributed to the public's response to legal threats. Have we reached the end of the P2P revolution? In pursuit of legitimate data to verify this hypothesis, we embark on a more accurate measurement effort of P2P traffic at the link level. In contrast to previous efforts we introduce two novel elements in our methodology. First, we measure traffic of all known popular P2P protocols. Second, we go beyond the "known port" limitation by reverse engineering the protocols and identifying characteristic strings in the payload. We find that, if measured accurately, P2P traffic has never declined; indeed we have never seen the proportion of p2p traffic decrease over time (any change is an increase) in any of our data sources</p>
			</richtext>
		</abstract>
		<title type="sharef:primaryTitle">Is P2P dying or just hiding?</title>
		<field type="bibtex:topic">p2p[0.7]</field>
		<identifier type="sharef:uri">http://www.caida.org/outreach/papers/2004/p2p-dying/</identifier>
	</reference>
	<reference name="glo04" src="bibtex:proceedings" src-info="bibtex:line-5972" type="sharef:proceedings">
		<date value="2004-11"/>
		<address type="sharef:placePublished">Dallas, Texas</address>
		<field type="bibtex:index">GLOBECOM 2004</field>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the GLOBECOM 2004 Conference</title>
		<identifier type="sharef:uri">http://www.globecom2004.org/</identifier>
	</reference>
	<reference name="ban90" src="bibtex:inproceedings" src-info="bibtex:line-5987" type="sharef:inproceedings" crossref="uug90">
		<names type="sharef:author">
			<person>
				<givenname>Thomas</givenname>
				<surname>Bannon</surname>
			</person>
			<person>
				<givenname>Ivor</givenname>
				<surname>Page</surname>
			</person>
		</names>
		<field type="bibtex:copied">25.4.94</field>
		<field type="bibtex:index">distributed group specification, management service, distributed service, collaborative interaction, computer users, group membership</field>
		<pages>61-76</pages>
		<field type="bibtex:src">EW: 21</field>
		<title type="sharef:primaryTitle">group: A Distributed Group Specification and Management Service</title>
	</reference>
	<reference name="uug90" src="bibtex:proceedings" src-info="bibtex:line-5997" type="sharef:proceedings">
		<date value="1990"/>
		<address type="sharef:placePublished">Buntingford, UK</address>
		<field type="bibtex:index">UKUUG '90</field>
		<identifier type="sharef:isbn">0-9513181-7-9</identifier>
		<publisher>UKUUG</publisher>
		<field type="bibtex:src">copy from Ivor Page</field>
		<title type="sharef:primaryTitle">UNIX — The Legend Evolves. Proceedings of the Summer 1990 UKUUG Conference</title>
	</reference>
	<reference name="kop89" src="bibtex:inproceedings" src-info="bibtex:line-6012" type="sharef:inproceedings" crossref="dca89">
		<names type="sharef:author">
			<person>
				<givenname>H.</givenname>
				<surname>Kopetz</surname>
			</person>
			<person>
				<givenname>G.</givenname>
				<surname>Grünsteidl</surname>
			</person>
			<person>
				<givenname>J.</givenname>
				<surname>Reisinger</surname>
			</person>
		</names>
		<field type="bibtex:copied">13.5.94</field>
		<field type="bibtex:index">membership protocol, atomic multicast, real-time, fault-tolerance, distributed systems</field>
		<pages>411-429</pages>
		<field type="bibtex:src">EW: 23</field>
		<title type="sharef:primaryTitle">Fault-Tolerant Membership Service in a Synchronous Distributed Real-Time System</title>
	</reference>
	<reference name="dca89" src="bibtex:proceedings" src-info="bibtex:line-6022" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Algirdas</givenname>
				<surname>Avižienis</surname>
			</person>
			<person>
				<givenname>Jean-Claude</givenname>
				<surname>Laprie</surname>
			</person>
		</names>
		<date value="1989"/>
		<address type="sharef:placePublished">Santa Barbara, California</address>
		<identifier type="sharef:isbn">3-211-82249-6</identifier>
		<publisher>Springer-Verlag</publisher>
		<field type="bibtex:src">Ethics: 716482:4</field>
		<title type="sharef:primaryTitle">IFIP WG10.4 International Working Conference on Dependable Computing for Critical Applications</title>
	</reference>
	<reference name="sho78" src="bibtex:inproceedings" src-info="bibtex:line-6037" type="sharef:inproceedings" crossref="compcon78">
		<names type="sharef:author">
			<person>
				<givenname>John F.</givenname>
				<surname>Shoch</surname>
			</person>
		</names>
		<field type="bibtex:copied">17.5.95</field>
		<field type="bibtex:index">naming, addressing, routing</field>
		<pages>72-79</pages>
		<field type="bibtex:src">EW: 139</field>
		<title type="sharef:primaryTitle">Inter-Network Naming, Addressing, and Routing</title>
	</reference>
	<reference name="compcon78" src="bibtex:proceedings" src-info="bibtex:line-6047" type="sharef:proceedings">
		<date value="1978"/>
		<address type="sharef:placePublished">Washington, D.C.</address>
		<field type="bibtex:index">COMPCON '78</field>
		<field type="bibtex:src">Ethics: 300609:17</field>
		<title type="sharef:primaryTitle">Proceedings of the Seventeenth IEEE Conference on Computer Communication Networks</title>
	</reference>
	<reference name="fla88" src="bibtex:inproceedings" src-info="bibtex:line-6060" type="sharef:inproceedings" crossref="ftc88">
		<names type="sharef:author">
			<person>
				<givenname>Flaviu</givenname>
				<surname>Cristian</surname>
			</person>
		</names>
		<field type="bibtex:copied">13.5.94</field>
		<pages>206-211</pages>
		<field type="bibtex:src">EW: 24</field>
		<title type="sharef:primaryTitle">Agreeing on Who is Present and Who is Absent in a Synchronous Distributed System</title>
	</reference>
	<reference name="ftc88" src="bibtex:proceedings" src-info="bibtex:line-6069" type="sharef:proceedings">
		<date value="1988"/>
		<address type="sharef:placePublished">Tokyo, Japan</address>
		<identifier type="sharef:isbn">0-8186-0867-6</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 713280:18</field>
		<title type="sharef:primaryTitle">18th IEEE International Symposium on Fault-Tolerant Computing</title>
	</reference>
	<reference name="mil00" src="bibtex:inproceedings" src-info="bibtex:line-6083" type="sharef:inproceedings" crossref="ohs6">
		<names type="sharef:author">
			<person>
				<givenname>David E.</givenname>
				<surname>Millard</surname>
			</person>
			<person>
				<givenname>Hugh C.</givenname>
				<surname>Davis</surname>
			</person>
			<person>
				<givenname>Luc</givenname>
				<surname>Moreau</surname>
			</person>
		</names>
		<pages>3-12</pages>
		<title type="sharef:primaryTitle">Standardizing Hypertext: Where Next for OHP?</title>
		<field type="bibtex:topic">ohp[0.9] fohm[0.8]</field>
	</reference>
	<reference name="ohs6" src="bibtex:proceedings" src-info="bibtex:line-6091" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Siegfried</givenname>
				<surname>Reich</surname>
			</person>
			<person>
				<givenname>Kenneth M.</givenname>
				<surname>Anderson</surname>
			</person>
		</names>
		<date value="2000-06"/>
		<address type="sharef:placePublished">San Antonio, Texas</address>
		<field type="bibtex:index">OHS-6</field>
		<identifier type="sharef:isbn">3540410848</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 6th Workshop on Open Hypermedia Systems and Structural Computing</title>
		<field type="bibtex:topic">ohs[0.8]</field>
		<identifier type="sharef:uri">http://www.springer.de/cgi-bin/search_book.pl?isbn=3-540-41084-8</identifier>
		<volume>1903</volume>
	</reference>
	<reference name="and01" src="bibtex:inproceedings" src-info="bibtex:line-6111" type="sharef:inproceedings" crossref="ohs7">
		<names type="sharef:author">
			<person>
				<givenname>Kenneth M.</givenname>
				<surname>Anderson</surname>
			</person>
			<person>
				<givenname>Susanne A.</givenname>
				<surname>Sherba</surname>
			</person>
		</names>
		<pages>8-16</pages>
		<title type="sharef:primaryTitle">Using Open Hypermedia to Support Information Integration</title>
		<field type="bibtex:topic">ohs[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://link.springer.de/link/service/series/0558/papers/2266/22660008.pdf</identifier>
	</reference>
	<reference name="ohs7" src="bibtex:proceedings" src-info="bibtex:line-6120" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Siegfried</givenname>
				<surname>Reich</surname>
			</person>
			<person>
				<givenname>Manolis M.</givenname>
				<surname>Tzagarakis</surname>
			</person>
			<person>
				<givenname>Paul M. E.</givenname>
				<surname>De Bra</surname>
			</person>
		</names>
		<date value="2001-08"/>
		<address type="sharef:placePublished">Århus, Denmark</address>
		<field type="bibtex:index">OHS-7</field>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Hypermedia: Openness, Structural Awareness, and Adaptivity — International Workshops OHS-7, SC-3, and AH-3</title>
		<field type="bibtex:topic">ohs[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/tocs/t2266.htm</identifier>
		<volume>2266</volume>
	</reference>
	<reference name="chr02" src="bibtex:inproceedings" src-info="bibtex:line-6139" type="sharef:inproceedings" crossref="ohs2002">
		<names type="sharef:author">
			<person>
				<givenname>Bent Guldbjerg</givenname>
				<surname>Christensen</surname>
			</person>
			<person>
				<givenname>Frank Allan</givenname>
				<surname>Hansen</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">XLink — Linking the Web and Open Hypermedia</title>
		<field type="bibtex:topic">xlink[0.8] ohs[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.ecs.soton.ac.uk/~dem/workshops/ohs2002/positions/Christensen.pdf</identifier>
	</reference>
	<reference name="viv02" src="bibtex:inproceedings" src-info="bibtex:line-6147" type="sharef:inproceedings" crossref="ohs2002">
		<names type="sharef:author">
			<person>
				<givenname>Sanjay M.</givenname>
				<surname>Vivekanandan</surname>
			</person>
			<person>
				<givenname>David C.</givenname>
				<surname>De Roure</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">Workflow Description for Open Hypermedia Systems</title>
		<field type="bibtex:topic">ohs[0.8]</field>
		<identifier type="sharef:uri" resourceType="application/pdf">http://www.ecs.soton.ac.uk/~dem/workshops/ohs2002/positions/Vivekanandan2.pdf</identifier>
	</reference>
	<reference name="ohs2002" src="bibtex:proceedings" src-info="bibtex:line-6155" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>David E.</givenname>
				<surname>Millard</surname>
			</person>
			<person>
				<givenname>Jörg M.</givenname>
				<surname>Haake</surname>
			</person>
			<person>
				<givenname>Siegfried</givenname>
				<surname>Reich</surname>
			</person>
		</names>
		<date value="2002-06"/>
		<address type="sharef:placePublished">College Park, Maryland</address>
		<field type="bibtex:index">OHS2002</field>
		<title type="sharef:primaryTitle">Proceedings of the 2002 Workshop on Open Hypermedia Systems</title>
		<field type="bibtex:topic">ohs[0.8]</field>
	</reference>
	<reference name="pau03" src="bibtex:inproceedings" src-info="bibtex:line-6170" type="sharef:inproceedings" crossref="hcc2003">
		<names type="sharef:author">
			<person>
				<givenname>Cesare</givenname>
				<surname>Pautasso</surname>
			</person>
			<person>
				<givenname>Gustavo</givenname>
				<surname>Alonso</surname>
			</person>
		</names>
		<title type="sharef:primaryTitle">Visual Composition of Web Services</title>
		<field type="bibtex:topic">bfl[0.8]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www.iks.inf.ethz.ch/publications/publications/bio03v.html</identifier>
	</reference>
	<reference name="hcc2003" src="bibtex:proceedings" src-info="bibtex:line-6178" type="sharef:proceedings">
		<date value="2003-10"/>
		<address type="sharef:placePublished">Auckland, New Zealand</address>
		<field type="bibtex:index">HCC 2003</field>
		<title type="sharef:primaryTitle">Proceedings of the 2003 IEEE Symposia on Human Centric Computing Languages and Environments</title>
		<identifier type="sharef:uri">http://www.cs.dal.ca/HCC03/</identifier>
	</reference>
	<reference name="rod92c" src="bibtex:inproceedings" src-info="bibtex:line-6192" type="sharef:inproceedings" crossref="rds92">
		<names type="sharef:author">
			<person>
				<givenname>Luís</givenname>
				<surname>Rodrigues</surname>
			</person>
			<person>
				<givenname>Paulo</givenname>
				<surname>Veríssimo</surname>
			</person>
		</names>
		<field type="bibtex:copied">20.4.95</field>
		<field type="bibtex:index">xAMp, group orientation</field>
		<pages>112-121</pages>
		<field type="bibtex:src">EW: 90, EW: ~/papers/bibtex</field>
		<title type="sharef:primaryTitle">xAMp: a Multi-primitive Group Communications Service</title>
	</reference>
	<reference name="rds92" src="bibtex:proceedings" src-info="bibtex:line-6202" type="sharef:proceedings">
		<date value="1992"/>
		<address type="sharef:placePublished">Houston, Texas</address>
		<identifier type="sharef:isbn">0-8186-2890-1</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<field type="bibtex:src">Ethics: 715694:11</field>
		<title type="sharef:primaryTitle">Proceedings of the 11th Symposium on Reliable Distributed Systems</title>
	</reference>
	<reference name="pet98" src="bibtex:inproceedings" src-info="bibtex:line-6216" type="sharef:inproceedings" crossref="krdb98">
		<names type="sharef:author">
			<person>
				<givenname>Brian J.</givenname>
				<surname>Peterson</surname>
			</person>
			<person>
				<givenname>William A.</givenname>
				<surname>Andersen</surname>
			</person>
			<person>
				<givenname>Joshua</givenname>
				<surname>Engel</surname>
			</person>
		</names>
		<pages>2.1-2.10</pages>
		<title type="sharef:primaryTitle">Knowledge Bus: Generating Application-focused Databases from Large Ontologies</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/krdb/PetersonAE98.html</identifier>
	</reference>
	<reference name="krdb98" src="bibtex:proceedings" src-info="bibtex:line-6224" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Alexander</givenname>
				<surname>Borgida</surname>
			</person>
			<person>
				<givenname>Vinay K.</givenname>
				<surname>Chaudhri</surname>
			</person>
			<person>
				<givenname>Martin</givenname>
				<surname>Staudt</surname>
			</person>
		</names>
		<date value="1998-05"/>
		<address type="sharef:placePublished">Seattle, Washington</address>
		<title type="sharef:primaryTitle">Proceedings of the 5th International Workshop on Knowledge Representation Meets Databases</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/krdb/krdb98.html</identifier>
	</reference>
	<reference name="arb97" src="bibtex:inproceedings" src-info="bibtex:line-6238" type="sharef:inproceedings" crossref="ieeessp97">
		<names type="sharef:author">
			<person>
				<givenname>William A.</givenname>
				<surname>Arbaugh</surname>
			</person>
			<person>
				<givenname>David J.</givenname>
				<surname>Farber</surname>
			</person>
			<person>
				<givenname>Jonathan M.</givenname>
				<surname>Smith</surname>
			</person>
		</names>
		<pages>65-71</pages>
		<title type="sharef:primaryTitle">A Secure and Reliable Bootstrap Architecture</title>
		<field type="bibtex:topic">aegis[1]</field>
		<identifier type="sharef:uri" resourceType="text/html">http://www.computer.org/proceedings/sp/7828/78280065abs.htm</identifier>
	</reference>
	<reference name="ieeessp97" src="bibtex:proceedings" src-info="bibtex:line-6247" type="sharef:proceedings">
		<date value="1997-05"/>
		<address type="sharef:placePublished">Oakland, California</address>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the IEEE Symposium on Security and Privacy</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.computer.org/proceedings/sp/7828/7828toc.htm</identifier>
	</reference>
	<reference name="ecdl2001" src="bibtex:proceedings" src-info="bibtex:line-6261" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Panos</givenname>
				<surname>Constantopoulos</surname>
			</person>
			<person>
				<givenname>Ingeborg Torvik</givenname>
				<surname>Sølvberg</surname>
			</person>
		</names>
		<date value="2001-09"/>
		<address type="sharef:placePublished">Darmstadt, Germany</address>
		<field type="bibtex:index">ECDL 2001</field>
		<identifier type="sharef:isbn">3540425373</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Research and Advanced Technology for Digital Technology: Proceedings of the 5th European Conference on Digital Libraries</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/ercimdl/ecdl2001.html</identifier>
		<volume>2163</volume>
	</reference>
	<reference name="wit02a" src="bibtex:inproceedings" src-info="bibtex:line-6280" type="sharef:inproceedings" crossref="ecdl2002">
		<names type="sharef:author">
			<person>
				<givenname>Ian H.</givenname>
				<surname>Witten</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Bainbridge</surname>
			</person>
			<person>
				<givenname>Gordon</givenname>
				<surname>Paynter</surname>
			</person>
			<person>
				<givenname>Stefan</givenname>
				<surname>Boddie</surname>
			</person>
		</names>
		<pages>390-405</pages>
		<title type="sharef:primaryTitle">Importing Documents and Metadata into Digital Libraries: Requirements Analysis and an Extensible Architecture</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://link.springer.de/link/service/series/0558/papers/2458/24580390.pdf</identifier>
	</reference>
	<reference name="som02" src="bibtex:inproceedings" src-info="bibtex:line-6288" type="sharef:inproceedings" crossref="ecdl2002">
		<names type="sharef:author">
			<person>
				<givenname>Herbert</givenname>
				<surname>Van de Sompel</surname>
			</person>
			<person>
				<givenname>Carl</givenname>
				<surname>Lagoze</surname>
			</person>
		</names>
		<pages>144-157</pages>
		<title type="sharef:primaryTitle">Notes from the Interoperability Front: A Progress Report on the Open Archives Initiative</title>
		<field type="bibtex:topic">oai[0.9]</field>
	</reference>
	<reference name="ecdl2002" src="bibtex:proceedings" src-info="bibtex:line-6296" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Maristella</givenname>
				<surname>Agosti</surname>
			</person>
			<person>
				<givenname>Costantino</givenname>
				<surname>Thanos</surname>
			</person>
		</names>
		<date value="2002-09"/>
		<address type="sharef:placePublished">Rome, Italy</address>
		<field type="bibtex:index">ECDL 2002</field>
		<identifier type="sharef:isbn">3540441786</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Research and Advanced Technology for Digital Technology: Proceedings of the 6th European Conference on Digital Libraries</title>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/tocs/t2458.htm</identifier>
		<volume>2458</volume>
	</reference>
	<reference name="ste03" src="bibtex:inproceedings" src-info="bibtex:line-6315" type="sharef:inproceedings" crossref="ecdl2003">
		<names type="sharef:author">
			<person>
				<givenname>Jela</givenname>
				<surname>Steinerová</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The paper provides preliminary results from a major study of the academic and research libraries users in Slovakia. The study is part of a larger research project on interaction of man and information environment. The goal of the research is to identify patterns of interaction of individuals and groups with information resources, derive models and information styles. The methodological model for questionnaire survey of users is described. The first results confirm the need to support user strategies, collaboration, different stages of information seeking and knowledge states, closer links with learning and problem solving, easy and flexible access, human creative processes of analysis, synthesis, interpretation, and the need to develop new knowledge organization structures.</p>
			</richtext>
		</abstract>
		<pages>13-23</pages>
		<title type="sharef:primaryTitle">In Search for Patterns of User Interaction for Digital Libraries</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=htajhhgyh9vmm3d0</identifier>
	</reference>
	<reference name="ecdl2003" src="bibtex:proceedings" src-info="bibtex:line-6324" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Traugott</givenname>
				<surname>Koch</surname>
			</person>
			<person>
				<givenname>Ingeborg Torvik</givenname>
				<surname>Sølvberg</surname>
			</person>
		</names>
		<date value="2003-08"/>
		<address type="sharef:placePublished">Trondheim, Norway</address>
		<identifier type="sharef:doi">10.1007/b11967</identifier>
		<field type="bibtex:index">ECDL 2003</field>
		<identifier type="sharef:isbn">354040726X</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Research and Advanced Technology for Digital Libraries: Proceedings of the 7th European Conference on Digital Libraries</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.springeronline.com/sgw/cda/frontpage/0,10735,5-40109-22-7042117-0,00.html</identifier>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/ercimdl/ecdl2003.html</identifier>
		<volume>2769</volume>
	</reference>
	<reference name="ago04" src="bibtex:inproceedings" src-info="bibtex:line-6345" type="sharef:inproceedings" crossref="ecdl2004">
		<names type="sharef:author">
			<person>
				<givenname>Maristella</givenname>
				<surname>Agosti</surname>
			</person>
			<person>
				<givenname>Nicola</givenname>
				<surname>Ferro</surname>
			</person>
			<person>
				<givenname>Ingo</givenname>
				<surname>Frommholz</surname>
			</person>
			<person>
				<givenname>Ulrich</givenname>
				<surname>Thiel</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This paper presents the results of our study regarding the different facets and ways of using annotations in both digital libraries and collaboratories. This study represents an innovative attempt at gathering methodological tools and synergies from both fields in order to effectively define a comprehensive model for annotations. Thus we propose a conceptual model for annotations in order to develop an annotation service that can be plugged into digital libraries and collaboratories. Finally, starting from our model, we introduce a search strategy for exploiting annotations in order to search and retrieve relevant documents for a user query.</p>
			</richtext>
		</abstract>
		<pages>244-255</pages>
		<title type="sharef:primaryTitle">Annotations in Digital Libraries and Collaboratories — Facets, Models and Usage</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=ah229da5je3ka8y7</identifier>
	</reference>
	<reference name="mal04" src="bibtex:inproceedings" src-info="bibtex:line-6354" type="sharef:inproceedings" crossref="ecdl2004">
		<names type="sharef:author">
			<person>
				<givenname>Kurt</givenname>
				<surname>Maly</surname>
			</person>
			<person>
				<givenname>Michael</givenname>
				<surname>Nelson</surname>
			</person>
			<person>
				<givenname>Mohammad</givenname>
				<surname>Zubair</surname>
			</person>
			<person>
				<givenname>Ashraf</givenname>
				<surname>Amrou</surname>
			</person>
			<person>
				<givenname>Sathish</givenname>
				<surname>Kothamasa</surname>
			</person>
			<person>
				<givenname>Lan</givenname>
				<surname>Wang</surname>
			</person>
			<person>
				<givenname>Richard</givenname>
				<surname>Luce</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Kepler is an attempt to bridge the gap between established, organization-backed digital libraries and groups of researchers that wish to publish their findings under their control, anytime, anywhere yet have the advantages of an OAI-compliant digital library. We describe an architecture and implementation of the Kepler system that allows an archivelet to be installed in the order of minutes by an author on a personal machine and a group server in less than an hour. The group server will harvest from all archivelets and make the union of all published papers available for search to a community. We describe how a group administrator can provide an XML schema for the metadata and how the Kepler engine will validate against them when an author publishes a paper and completes the metadata. We have demonstrated that we can surmount the technical difficulties for authors to publish as easy as to a website yet produce OAI-compliant digital libraries.</p>
			</richtext>
		</abstract>
		<pages>317-328</pages>
		<title type="sharef:primaryTitle">Enhancing Kepler Usability and Performance</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=m0p9cv1utnxvf9ku</identifier>
	</reference>
	<reference name="kor04" src="bibtex:inproceedings" src-info="bibtex:line-6363" type="sharef:inproceedings" crossref="ecdl2004">
		<names type="sharef:author">
			<person>
				<givenname>Mark</givenname>
				<surname>Kornbluh</surname>
			</person>
			<person>
				<givenname>Michael</givenname>
				<surname>Fegan</surname>
			</person>
			<person>
				<givenname>Dean</givenname>
				<surname>Rehberger</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This paper argues for the necessity of digital libraries to increase access to their holdings and have greater impact on e-learning and education by facilitating the creation of secondary repositories. These repositories will provide discipline/community specific metadata and applications and will allow users to find, use, manipulate and analyze digital objects more easily. To this end, MATRIX has developed Media Matrix 1.0 an online, easy to use server-side suite of tools that allows users to locate specific media and streaming media files found in digital repositories and segment, annotate and organize this media online. This application provides users with an environment both to work with and personalize digital media, and also to share and discuss their findings with a community of users. Through creating a secondary repository of usage statistics and user-generated materials/metadata to supplement both traditional cataloging records and discipline-specific online indexes, tools like Media Matrix can help extend the usefulness of digital libraries without increasing costs to the libraries.</p>
			</richtext>
		</abstract>
		<pages>329-340</pages>
		<title type="sharef:primaryTitle">Media Matrix: Creating Secondary Repositories</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/link.asp?id=u68l1ct0ck36wv4k</identifier>
	</reference>
	<reference name="ecdl2004" src="bibtex:proceedings" src-info="bibtex:line-6372" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Rachel</givenname>
				<surname>Heery</surname>
			</person>
			<person>
				<givenname>Liz</givenname>
				<surname>Lyon</surname>
			</person>
		</names>
		<date value="2004-09"/>
		<address type="sharef:placePublished">Bath, UK</address>
		<identifier type="sharef:doi">10.1007/b100389</identifier>
		<field type="bibtex:index">ECDL 2004</field>
		<identifier type="sharef:isbn">3-540-23013-0</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Research and Advanced Technology for Digital Libraries: Proceedings of the 8th European Conference on Digital Libraries</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/ercimdl/ecdl2004.html</identifier>
		<volume>3232</volume>
	</reference>
	<reference name="ama05" src="bibtex:inproceedings" src-info="bibtex:line-6392" type="sharef:inproceedings" crossref="ecdl2005">
		<names type="sharef:author">
			<person>
				<givenname>Giuseppe</givenname>
				<surname>Amato</surname>
			</person>
			<person>
				<givenname>Franca</givenname>
				<surname>Debole</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>XML is becoming the standard representation format for metadata. Metadata for multimedia documents, as for instance MPEG-7, require approximate match search functionalities to be supported in addition to exact match search. As an example, consider image search performed by using MPEG-7 visual descriptors. It does not make sense to search for images that are exactly equal to a query image. Rather, images similar to a query image are more likely to be searched. We present the architecture of an XML search engine where special techniques are used to integrate approximate and exact match search functionalities.</p>
			</richtext>
		</abstract>
		<pages>69-80</pages>
		<title type="sharef:primaryTitle">A Native XML Database Supporting Approximate Match Search</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=5v9rt0qn6w09t64t</identifier>
	</reference>
	<reference name="san05" src="bibtex:inproceedings" src-info="bibtex:line-6401" type="sharef:inproceedings" crossref="ecdl2005">
		<names type="sharef:author">
			<person>
				<givenname>Enrique Sánchez</givenname>
				<surname>Villamil</surname>
			</person>
			<person>
				<givenname>Carlos González</givenname>
				<surname>Mu{ñ}oz</surname>
			</person>
			<person>
				<givenname>Rafael C.</givenname>
				<surname>Carrasco</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The increase in the amount of data available in digital libraries calls for the development of search engines that allow the users to find quickly and effectively what they are looking for. The XML tagging makes possible the addition of structural information in digitized content. These metadata offer new opportunities to a wide variety of new services. This paper describes the requirements that a search engine inside a digital library should fulfill and it also presents a specific XML search engine architecture. This architecture is designed to index a large amount of text with structural tagging and to be web-available. The architecture has been developed and successfully tested at the Miguel de Cervantes Digital Library.</p>
			</richtext>
		</abstract>
		<pages>81-91</pages>
		<title type="sharef:primaryTitle">XMLibrary Search: An XML Search Engine Oriented to Digital Libraries</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=bvd7hxjkarhurupy</identifier>
	</reference>
	<reference name="cha05" src="bibtex:inproceedings" src-info="bibtex:line-6410" type="sharef:inproceedings" crossref="ecdl2005">
		<names type="sharef:author">
			<person>
				<givenname>Jean-Pierre</givenname>
				<surname>Chanod</surname>
			</person>
			<person>
				<givenname>Boris</givenname>
				<surname>Chidlovskii</surname>
			</person>
			<person>
				<givenname>Hervé</givenname>
				<surname>Déjean</surname>
			</person>
			<person>
				<givenname>Olivier</givenname>
				<surname>Fambon</surname>
			</person>
			<person>
				<givenname>Jérôme</givenname>
				<surname>Fuselier</surname>
			</person>
			<person>
				<givenname>Thierry</givenname>
				<surname>Jacquin</surname>
			</person>
			<person>
				<givenname>Jean-Luc</givenname>
				<surname>Meunier</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>We present an integrated framework for the document conversion from legacy formats to XML format. We describe the LegDoC project, aimed at automating the conversion of layout annotations layout-oriented formats like PDF, PS and HTML to semantic-oriented annotations. A toolkit of different components covers complementary techniques the logical document analysis and semantic annotations with the methods of machine learning. We use a real case conversion project as a driving example to exemplify different techniques implemented in the project.</p>
			</richtext>
		</abstract>
		<pages>92-103</pages>
		<title type="sharef:primaryTitle">From Legacy Documents to XML: A Conversion Framework</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=5xnqptg4hrdqmy3g</identifier>
	</reference>
	<reference name="mul05" src="bibtex:inproceedings" src-info="bibtex:line-6419" type="sharef:inproceedings" crossref="ecdl2005">
		<names type="sharef:author">
			<person>
				<givenname>Uwe</givenname>
				<surname>Müller</surname>
			</person>
			<person>
				<givenname>Manuel</givenname>
				<surname>Klatt</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>One of the objectives of the Open Access movement is to establish institutional repositories at universities and other research institutions in order to support self-archiving. Although a lot of software solutions have already been presented in recent years they lack a seamless integration of authoring tools, support for authors, and other technical publication tools. This paper presents a formal approach to describe software components applied in publishing processes. Additionally it is depicted how this formal description leads to the technological basis for SCOPE (Service Core for Open Publishing Environments) — a publishing platform for XML based publishing models. SCOPE is a framework intended for the integration of different publication components into a single platform.</p>
			</richtext>
		</abstract>
		<pages>104-115</pages>
		<title type="sharef:primaryTitle">SCOPE — A Generic Framework for XML Based Publishing Processes</title>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=8ypp69ufqxl2fjd6</identifier>
	</reference>
	<reference name="wil05n" src="bibtex:inproceedings" src-info="bibtex:line-6428" type="sharef:inproceedings" crossref="ecdl2005">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Sai</givenname>
				<surname>Anand</surname>
			</person>
			<person>
				<givenname>Petra</givenname>
				<surname>Zimmermann</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Managing bibliographic data is a requirement for many researchers, and in the group setting within which the majority of research takes place, the managing and sharing of bibliographic data is an important facet of organizing the research work. Managing and sharing bibliographies has to balance different levels of shared access (public catalogs, closed research group bibliographies, and personal bibliographies), and the sharing platform should integrate as seamlessly as possible into diverse environments in terms of operating systems, document processing, and other information management tools. The ShaRef system presented in this paper has been designed to fill the gap between public libraries and personal bibliographies, and provides an open platform for sharing bibliographic data among user groups. Through its simple and flexible data model and system architecture, ShaRef adapts to many settings and requirements, and can be used to increase collaboration and information flow within groups.</p>
			</richtext>
		</abstract>
		<pages>479-480</pages>
		<title type="sharef:primaryTitle">Management and Sharing of Bibliographies</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil05n</identifier>
		<identifier type="sharef:uri">http://www.springerlink.com/link.asp?id=8eneh1urq3egf8ct</identifier>
	</reference>
	<reference name="ecdl2005" src="bibtex:proceedings" src-info="bibtex:line-6438" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Andreas</givenname>
				<surname>Rauber</surname>
			</person>
			<person>
				<givenname>Stavros</givenname>
				<surname>Christodoulakis</surname>
			</person>
			<person>
				<givenname>A.</givenname>
				<surname>Min Tjoa</surname>
			</person>
		</names>
		<date value="2005-09"/>
		<address type="sharef:placePublished">Vienna, Austria</address>
		<field type="bibtex:index">ECDL 2005</field>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of the 9th European Conference on Digital Libraries</title>
		<volume>3652</volume>
	</reference>
	<reference name="wil04m" src="bibtex:inproceedings" src-info="bibtex:line-6455" type="sharef:inproceedings" crossref="icete2004">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>While XML-based Web Service architectures are successfully turning the Web into an infrastructure for cooperating applications, not all problems with respect to interoperability problems have yet been solved. XML-based data exchange has the ability to carry the full Unicode character repertoire, which is approaching 100'000 characters. Many legacy application are being Web-Service-enabled rather than being re-built from scratch, and therefore still have the same limitations. A frequently seen limitation is the inability to handle the full Unicode character repertoire. We describe an architectural approach and a schema language to address this issue. The architectural approach proposes to establish validation as basic Web Service functionality, which should be built into a Web Services architecture rather than applications. Based on this vision of modular an infrastructure-based validation, we propose a schema language for character repertoire validation. Lessons learned from the first implementation and possible improvements of the schema language conclude the paper.</p>
			</richtext>
		</abstract>
		<pages>144-151</pages>
		<title type="sharef:primaryTitle">Protecting Legacy Applications from Unicode</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil04m</identifier>
	</reference>
	<reference name="wil04n" src="bibtex:inproceedings" src-info="bibtex:line-6464" type="sharef:inproceedings" crossref="icete2004">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Jacqueline</givenname>
				<surname>Schwerzmann</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>The music industry is an interesting example for how business models from the pre-Internet area can get into trouble in the new Internet-based economy. Since 2000, the music industry has suffered declining sales, and very often this is attributed to the advent of the Internet-based peer-to-peer file sharing programs. We argue that this explanation is only one of several possible explanations, and that the general decrease in the economic indicators is a more reasonable way to explain the declining sales. Whatever the reason for the declining sales may be, the question remains what the music industry could and should do to stop the decline in revenue. The current strategy of the music industry is centered around protecting their traditional business model through technical measures and in parallel working towards legally protecting the technical measures. It remains to be seen whether this approach is successful, and whether the resulting landscape of tightly controlled digital content distribution is technically feasible and accepted by the consumers. We argue that the search for new business models is the better way to go, even though it may take some time and effort to identify these business models.</p>
			</richtext>
		</abstract>
		<pages>48-54</pages>
		<title type="sharef:primaryTitle">When Business Models Go Bad: The Music Industry's Future</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil04n</identifier>
	</reference>
	<reference name="icete2004" src="bibtex:proceedings" src-info="bibtex:line-6473" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Jo{ã}o</givenname>
				<surname>Ascenso</surname>
			</person>
			<person>
				<givenname>Carlos</givenname>
				<surname>Belo</surname>
			</person>
			<person>
				<givenname>Luminita</givenname>
				<surname>Vasiu</surname>
			</person>
			<person>
				<givenname>Mónica</givenname>
				<surname>Saramago</surname>
			</person>
			<person>
				<givenname>Helder</givenname>
				<surname>Coelhas</surname>
			</person>
		</names>
		<date value="2004-08"/>
		<address type="sharef:placePublished">Setúbal, Portugal</address>
		<field type="bibtex:index">ICETE 2004</field>
		<identifier type="sharef:isbn">972-8865-15-5</identifier>
		<publisher>INSTICC Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the International Conference on E-Business and Telecommunication Networks</title>
		<identifier type="sharef:uri">http://www.icete.org/</identifier>
	</reference>
	<reference name="wil05t" src="bibtex:inproceedings" src-info="bibtex:line-6490" type="sharef:inproceedings" crossref="iawtic2005">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Providing users with help and other documentation is essential for any software targeted at end users. Authoring help and documentation in a platform-independent way is hard, because different help systems have different conventions for structuring and organizing the documents. The Help System Generator (HSG) presented in this paper provides an easy and platform-independent way of preparing and publishing help and documentation. Using HSG, software creators can easily author, reuse, and publish help and documentation for different platforms.</p>
			</richtext>
		</abstract>
		<pages>251-255</pages>
		<title type="sharef:primaryTitle">Augmenting XHTML for Help and Documentation</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil05t</identifier>
	</reference>
	<reference name="wil05u" src="bibtex:inproceedings" src-info="bibtex:line-6499" type="sharef:inproceedings" crossref="iawtic2005">
		<names type="sharef:author">
			<person>
				<givenname>Erik</givenname>
				<surname>Wilde</surname>
			</person>
			<person>
				<givenname>Nick</givenname>
				<surname>Nabholz</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Access control for shared resources is a complex and challenging task, in particular if the access control policy should be able to cope with different kind of sharing and collaboration. The reason for this is that traditional access control system often depend on administrators to set up the foundations of the access control mechanism, in most cases users and their group memberships. The access control model presented in this paper approaches this problem by supporting two different kinds of groups, named groups and resource-based groups. Using the implementation of this model in our application allows to to support a wide variety of sharing and collaboration types between the application's users.</p>
			</richtext>
		</abstract>
		<pages>256-260</pages>
		<title type="sharef:primaryTitle">Access Control for Shared Resources</title>
		<identifier type="sharef:uri">http://dret.net/netdret/publications#wil05u</identifier>
	</reference>
	<reference name="iawtic2005" src="bibtex:proceedings" src-info="bibtex:line-6508" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Masoud</givenname>
				<surname>Mohammadian</surname>
			</person>
		</names>
		<date value="2005-11"/>
		<address type="sharef:placePublished">Vienna, Austria</address>
		<field type="bibtex:index">IAWTIC 2005</field>
		<identifier type="sharef:isbn">0-7695-2504-0</identifier>
		<publisher>IEEE Computer Society Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the International Conference on Intelligent Agents, Web Technology and Internet Commerce</title>
	</reference>
	<reference name="ada03" src="bibtex:inproceedings" src-info="bibtex:line-6524" type="sharef:inproceedings" crossref="egov2003">
		<names type="sharef:author">
			<person>
				<givenname>Otmar</givenname>
				<surname>Adam</surname>
			</person>
			<person>
				<givenname>Dirk</givenname>
				<surname>Werth</surname>
			</person>
			<person>
				<givenname>Fabrice</givenname>
				<surname>Zangl</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>One of the main strategic goals of the European Union is a borderless Europe. In reality there are yet a lot of steps to achieve this ambitious goal. An impediment to this mobility is the lack of integration in pan-European administrative processes. To solve the problems these business processes have to be made transparent to the citizen and public services need to be integrated. To do so, public administrations have to interact seamlessly vertically (Europe, nation, region, municipality) as well as horizontally (between countries) with each other. This implies not only the use of standards for data exchange but also the interoperability of business processes. InfoCitizen is a "proof-of-concept" e-government project in the context of the EU IST Framework Program 5 with a budget of more than three million Euros. Within InfoCitizen a European Information Architecture dealing with the interoperability problem has been developed. Based on these blueprints a prototype has been implemented and currently user-partners are evaluating the concepts and the system in interacting local showcases. In this paper the results of the project are shown by summarising the project so far. Findings are used to map out future tasks.</p>
			</richtext>
		</abstract>
		<pages>135-138</pages>
		<title type="sharef:primaryTitle">Conceiving and Implementing Pan-european Integrated Public Services</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=2739&amp;spage=24</identifier>
	</reference>
	<reference name="gam03" src="bibtex:inproceedings" src-info="bibtex:line-6533" type="sharef:inproceedings" crossref="egov2003">
		<names type="sharef:author">
			<person>
				<givenname>Johann</givenname>
				<surname>Gamper</surname>
			</person>
			<person>
				<givenname>Nikolaus</givenname>
				<surname>Augsten</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Since a few years digital government is becoming an active research area with lots of promises to revolutionise government and its interaction with citizens and businesses. A crucial point for the success of e-government is the integration and sharing of services and information provided by different authorities. We argue that Web services are a promising technology to solve this problem. The work has been done in the framework of the "eBZ-Digital City" project, which is funded by the Municipality of Bozen-Bolzano.</p>
			</richtext>
		</abstract>
		<pages>161-166</pages>
		<title type="sharef:primaryTitle">The Role of Web Services in Digital Government</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=2739&amp;spage=30</identifier>
	</reference>
	<reference name="egov2003" src="bibtex:proceedings" src-info="bibtex:line-6542" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Roland</givenname>
				<surname>Traunmüller</surname>
			</person>
		</names>
		<date value="2003-09"/>
		<address type="sharef:placePublished">Prague, Czech Republic</address>
		<identifier type="sharef:doi">10.1007/b11827</identifier>
		<field type="bibtex:index">EGov 2003</field>
		<identifier type="sharef:isbn">3-540-40845-2</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of 3rd International Workshop on Knowledge Management in e-Government</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/egov/egov2003.html</identifier>
		<volume>2739</volume>
	</reference>
	<reference name="qui02" src="bibtex:inproceedings" src-info="bibtex:line-6562" type="sharef:inproceedings" crossref="kmgov2002">
		<names type="sharef:author">
			<person>
				<givenname>Gerald</givenname>
				<surname>Quirchmayr</surname>
			</person>
			<person>
				<givenname>Roger</givenname>
				<surname>Tagg</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Advances in Business-to-Business electronic commerce now offer opportunities for improved efficiency and profitability in the commercial sector. But similar opportunities are not yet commonplace for inter-administration situations. Differences in goals mean that packaged software solutions do not carry across well to administrative computing. However processes, shared where appropriate, are still the core element of inter-organizational knowledge, although in administration there is a greater emphasis on rules and legislation, and the payoffs to cooperating administrative units are not always clear. In this paper a layered architecture, derived from one previously proposed for virtual enterprises, is introduced. This architecture includes a high level service request layer, process guidance agents, context-aware work environments and the concept of "just enough" structuring.</p>
			</richtext>
		</abstract>
		<pages>67-77</pages>
		<title type="sharef:primaryTitle">An Architectural Concept for Knowledge Integration in Inter-Administration Computing</title>
		<identifier type="sharef:uri" resourceType="application/pdf">http://falcon.ifs.uni-linz.ac.at/KMGov2002/kmgov2.pdf</identifier>
	</reference>
	<reference name="kmgov2002" src="bibtex:proceedings" src-info="bibtex:line-6571" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Maria A.</givenname>
				<surname>Wimmer</surname>
			</person>
		</names>
		<date value="2002-05"/>
		<address type="sharef:placePublished">Copenhagen, Denmark</address>
		<field type="bibtex:index">KMGov 2002</field>
		<identifier type="sharef:isbn">3-85487-409-X</identifier>
		<publisher>Trauner Verlag</publisher>
		<title type="sharef:seriesTitle">Schriftenreihe Informatik</title>
		<title type="sharef:primaryTitle">Proceedings of 3rd International Workshop on Knowledge Management in e-Government</title>
		<identifier type="sharef:uri" resourceType="text/html">http://falcon.ifs.uni-linz.ac.at/KMGov2002/content.html</identifier>
		<identifier type="sharef:uri" resourceType="application/pdf">http://falcon.ifs.uni-linz.ac.at/KMGov2002/kmgov2.pdf</identifier>
		<volume>7</volume>
	</reference>
	<reference name="joi03" src="bibtex:inproceedings" src-info="bibtex:line-6591" type="sharef:inproceedings" crossref="kmgov2003">
		<names type="sharef:author">
			<person>
				<givenname>Luiz Antonio</givenname>
				<surname>Joia</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Electronic Government has proven a watershed in the domain of Public Administration, despite being difficult to pin down precisely. Indeed, the Government-to-Government arena is one of the least studied aspects of this newly established field of knowledge, despite its importance in fostering co-operation and collaboration between government agencies, mainly with respect to the management of their knowledge, in order to increase the effectiveness of Public Administration. This paper aims to present the key success factors needed to implement government-to-government endeavours effectively. The research design used in this article was largely drawn from a Government-to-Government case study successfully implemented in Brazil.</p>
			</richtext>
		</abstract>
		<pages>76-81</pages>
		<title type="sharef:primaryTitle">Key Success Factors for Electronic Inter-organisational Co-operation between Government Agencies</title>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/bibs/2645/26450076.htm</identifier>
	</reference>
	<reference name="ger03" src="bibtex:inproceedings" src-info="bibtex:line-6600" type="sharef:inproceedings" crossref="kmgov2003">
		<names type="sharef:author">
			<person>
				<givenname>Stelios</givenname>
				<surname>Gerogiannakis</surname>
			</person>
			<person>
				<givenname>Marios</givenname>
				<surname>Sintichakis</surname>
			</person>
			<person>
				<givenname>Nikos</givenname>
				<surname>Achilleopoulos</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Corporate memories (stored information and internal processes) in both private and public organizations grow at an exponential rate. This growth is not only quantitative but also qualitative, in the form of increasing interdependencies between processes and information bits. Although the quantitative growth is relatively easy to handle, increasing information complexity is constantly pushing existing information systems to their limits. It is slowly becoming a self-proving fact that organizations will have to transition from the traditional model of searchable/updatable repositories of "facts and figures" to self-organizing, self-adapting corporate knowledge management systems. Ontologies and Semantic Web principles are the most promising relevant technology, now entering their mature age, allowing the creation of extensible vocabularies able to describe any semantic area. Project ONTO-LOGGING is an attempt to harness the full potential of ontologies as a flexible tool of knowledge management within any knowledge-driven organization, such as corporations and public ad-ministrations.</p>
			</richtext>
		</abstract>
		<pages>127-138</pages>
		<title type="sharef:primaryTitle">Collaborative Knowledge Management and Ontologies: The ONTO-LOGGING Platform</title>
		<identifier type="sharef:uri" resourceType="text/html">http://link.springer.de/link/service/series/0558/bibs/2645/26450127.htm</identifier>
	</reference>
	<reference name="kmgov2003" src="bibtex:proceedings" src-info="bibtex:line-6609" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Maria A.</givenname>
				<surname>Wimmer</surname>
			</person>
		</names>
		<date value="2003-05"/>
		<address type="sharef:placePublished">Rhodes, Greece</address>
		<field type="bibtex:index">KMGov 2003</field>
		<identifier type="sharef:isbn">3-540-40145-8</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of 4th IFIP International Working Conference on Knowledge Management in Electronic Government</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/kmgov/kmgov2003.html</identifier>
		<volume>2645</volume>
	</reference>
	<reference name="han04" src="bibtex:inproceedings" src-info="bibtex:line-6628" type="sharef:inproceedings" crossref="kmgov2004">
		<names type="sharef:author">
			<person>
				<givenname>Meliha</givenname>
				<surname>Handzic</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>This paper explores the role of knowledge mapping in electronic government. It begins by outlining the rationale for knowledge mapping. It then reviews different conceptualisations of knowledge maps. These include concept, competency and process based maps. Then, it illustrates the application of these maps in a series of examples from the Australian government websites. The paper concludes by identifying some major issues and challenges for the future of knowledge mapping in electronic government.</p>
			</richtext>
		</abstract>
		<pages>9-17</pages>
		<title type="sharef:primaryTitle">The Role of Knowledge Mapping in Electronic Government</title>
		<identifier type="sharef:uri">http://springerlink.metapress.com/openurl.asp?genre=article&amp;issn=0302-9743&amp;volume=3035&amp;spage=2</identifier>
	</reference>
	<reference name="kmgov2004" src="bibtex:proceedings" src-info="bibtex:line-6637" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Maria A.</givenname>
				<surname>Wimmer</surname>
			</person>
		</names>
		<date value="2004-05"/>
		<address type="sharef:placePublished">Krems, Austria</address>
		<identifier type="sharef:doi">10.1007/b97726</identifier>
		<field type="bibtex:index">KMGov 2004</field>
		<identifier type="sharef:isbn">3-540-22002-X</identifier>
		<publisher>Springer-Verlag</publisher>
		<title type="sharef:seriesTitle">Lecture Notes in Computer Science</title>
		<title type="sharef:primaryTitle">Proceedings of 5th IFIP International Working Conference on Knowledge Management in Electronic Government</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/kmgov/kmgov2004.html</identifier>
		<volume>3035</volume>
	</reference>
	<reference name="goh00" src="bibtex:inproceedings" src-info="bibtex:line-6657" type="sharef:inproceedings" crossref="dl2000">
		<names type="sharef:author">
			<person>
				<givenname>Dion</givenname>
				<surname>Goh</surname>
			</person>
			<person>
				<givenname>John J.</givenname>
				<surname>Leggett</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/336597.336656</identifier>
		<pages>153-163</pages>
		<title type="sharef:primaryTitle">Patron-Augmented Digital Libraries</title>
	</reference>
	<reference name="wol00" src="bibtex:inproceedings" src-info="bibtex:line-6665" type="sharef:inproceedings" crossref="dl2000">
		<names type="sharef:author">
			<person>
				<givenname>Joanna L.</givenname>
				<surname>Wolfe</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/336597.336620</identifier>
		<pages>19-26</pages>
		<title type="sharef:primaryTitle">Effects of Annotations on Student Readers and Writers</title>
	</reference>
	<reference name="dl2000" src="bibtex:proceedings" src-info="bibtex:line-6673" type="sharef:proceedings">
		<date value="2000-06"/>
		<address type="sharef:placePublished">San Antonio, Texas</address>
		<identifier type="sharef:isbn">158113231X</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Fifth ACM Conference on Digital Libraries</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=336597&amp;coll=GUIDE&amp;dl=GUIDE&amp;CFID=8009143&amp;CFTOKEN=15786869</identifier>
	</reference>
	<reference name="fra01" src="bibtex:inproceedings" src-info="bibtex:line-6688" type="sharef:inproceedings" crossref="jcdl2001">
		<names type="sharef:author">
			<person>
				<givenname>Luis</givenname>
				<surname>Francisco-Revilla</surname>
			</person>
			<person>
				<givenname>Frank</givenname>
				<surname>Shipman</surname>
			</person>
			<person>
				<givenname>Richard</givenname>
				<surname>Furuta</surname>
			</person>
			<person>
				<givenname>Unmil</givenname>
				<surname>Karadkar</surname>
			</person>
			<person>
				<givenname>Avital</givenname>
				<surname>Arora</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/379437.379973</identifier>
		<pages>67-76</pages>
		<title type="sharef:primaryTitle">Managing Change on the Web</title>
	</reference>
	<reference name="jcdl2001" src="bibtex:proceedings" src-info="bibtex:line-6696" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Edward A.</givenname>
				<surname>Fox</surname>
			</person>
			<person>
				<givenname>Christine L.</givenname>
				<surname>Borgman</surname>
			</person>
		</names>
		<date value="2001-06"/>
		<address type="sharef:placePublished">Roanoke, Virginia</address>
		<field type="bibtex:index">JCDL 2001</field>
		<identifier type="sharef:isbn">1581133456</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the First ACM/IEEE-CS Joint Conference on Digital Libraries</title>
		<identifier type="sharef:uri">http://www.acm.org/pubs/contents/proceedings/dl/379437/</identifier>
	</reference>
	<reference name="bar02" src="bibtex:inproceedings" src-info="bibtex:line-6713" type="sharef:inproceedings" crossref="jcdl2002">
		<names type="sharef:author">
			<person>
				<givenname>Bruce R.</givenname>
				<surname>Barkstrom</surname>
			</person>
			<person>
				<givenname>Melinda</givenname>
				<surname>Finch</surname>
			</person>
			<person>
				<givenname>Michelle</givenname>
				<surname>Ferebee</surname>
			</person>
			<person>
				<givenname>Calvin</givenname>
				<surname>Mackey</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/544220.544272</identifier>
		<pages>242-243</pages>
		<title type="sharef:primaryTitle">Adapting Digital Libraries to Continual Evolution</title>
	</reference>
	<reference name="kel02" src="bibtex:inproceedings" src-info="bibtex:line-6721" type="sharef:inproceedings" crossref="jcdl2002">
		<names type="sharef:author">
			<person>
				<givenname>Anna</givenname>
				<surname>Keller Gold</surname>
			</person>
			<person>
				<givenname>Karen S.</givenname>
				<surname>Baker</surname>
			</person>
			<person>
				<givenname>Jean-Yves</givenname>
				<surname>LeMeur</surname>
			</person>
			<person>
				<givenname>Kim</givenname>
				<surname>Baldridge</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Individuals, teams, organizations, and networks can be thought of as tiers or classes within the complex grid of technology and practice in which research documentation is both consumed and generated. The panoply of possible classes share with the others a common need for document management tools and practices. The distinctive document management tools and practices used within each represent boundaries across which information could flow openly if technology and metadata standards were to provide an accessible digital framework. The CERN Document Server (CDS), implemented by a research partnership at the San Diego Supercomputer Center (SDSC), establishes a prototype tiered repository system for such a panoply. Research suggests modifications to enable cross-domain information flow and is represented as a metadata grid.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/544220.544286</identifier>
		<pages>287-288</pages>
		<title type="sharef:primaryTitle">Building FLOW: Federating Libraries on the Web</title>
		<field type="bibtex:topic">flow[0.9]</field>
	</reference>
	<reference name="wit02b" src="bibtex:inproceedings" src-info="bibtex:line-6732" type="sharef:inproceedings" crossref="jcdl2002">
		<names type="sharef:author">
			<person>
				<givenname>Ian H.</givenname>
				<surname>Witten</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Bainbridge</surname>
			</person>
			<person>
				<givenname>Gordon</givenname>
				<surname>Paynter</surname>
			</person>
			<person>
				<givenname>Stefan</givenname>
				<surname>Boddie</surname>
			</person>
		</names>
		<identifier type="sharef:doi">10.1145/544220.544285</identifier>
		<pages>285-286</pages>
		<title type="sharef:primaryTitle">The Greenstone Plugin Architecture</title>
	</reference>
	<reference name="jcdl2002" src="bibtex:proceedings" src-info="bibtex:line-6740" type="sharef:proceedings">
		<names type="sharef:editor">
			<person>
				<givenname>Gary</givenname>
				<surname>Marchionini</surname>
			</person>
		</names>
		<date value="2002-07"/>
		<address type="sharef:placePublished">Portland, Oregon</address>
		<field type="bibtex:index">JCDL 2002</field>
		<identifier type="sharef:isbn">1581135130</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Second ACM/IEEE-CS Joint Conference on Digital Libraries</title>
		<identifier type="sharef:uri">http://portal.acm.org/toc.cfm?id=544220&amp;type=proceeding&amp;coll=GUIDE&amp;dl=GUIDE&amp;CFID=4159161&amp;CFTOKEN=57059566</identifier>
	</reference>
	<reference name="ren03" src="bibtex:inproceedings" src-info="bibtex:line-6757" type="sharef:inproceedings" crossref="jcdl2003">
		<names type="sharef:author">
			<person>
				<givenname>Allen</givenname>
				<surname>Renear</surname>
			</person>
			<person>
				<givenname>David</givenname>
				<surname>Dubin</surname>
			</person>
			<person>
				<givenname>C. Michael</givenname>
				<surname>Sperberg-McQueen</surname>
			</person>
			<person>
				<givenname>Claus</givenname>
				<surname>Huitfeldt</surname>
			</person>
		</names>
		<pages>303-305</pages>
		<title type="sharef:primaryTitle">XML Semantics and Digital Libraries</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=827192&amp;coll=GUIDE&amp;dl=ACM&amp;CFID=15973361&amp;CFTOKEN=72837831</identifier>
	</reference>
	<reference name="bak03" src="bibtex:inproceedings" src-info="bibtex:line-6765" type="sharef:inproceedings" crossref="jcdl2003">
		<names type="sharef:author">
			<person>
				<givenname>Karen S.</givenname>
				<surname>Baker</surname>
			</person>
			<person>
				<givenname>Anna</givenname>
				<surname>Keller Gold</surname>
			</person>
			<person>
				<givenname>Frank</givenname>
				<surname>Sudholt</surname>
			</person>
		</names>
		<pages>397</pages>
		<title type="sharef:primaryTitle">FLOW: Co-constructing Low Barrier Repository Infrastructure in Support of Heterogeneous Knowledge Collection(s)</title>
		<field type="bibtex:topic">flow[0.9]</field>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?id=827228&amp;coll=Portal&amp;dl=ACM&amp;CFID=15973361&amp;CFTOKEN=72837831</identifier>
	</reference>
	<reference name="jcdl2003" src="bibtex:proceedings" src-info="bibtex:line-6774" type="sharef:proceedings">
		<date value="2003-05"/>
		<address type="sharef:placePublished">Houston, Texas</address>
		<field type="bibtex:index">JCDL 2003</field>
		<identifier type="sharef:isbn">0769519393</identifier>
		<publisher>ACM Press</publisher>
		<title type="sharef:primaryTitle">Proceedings of the Third ACM/IEEE-CS Joint Conference on Digital Libraries</title>
		<identifier type="sharef:uri" resourceType="text/html">http://www.informatik.uni-trier.de/~ley/db/conf/jcdl/jcdl2003.html</identifier>
		<identifier type="sharef:uri">http://portal.acm.org/toc.cfm?id=827140&amp;type=proceeding&amp;coll=Portal&amp;dl=ACM&amp;CFID=15973361&amp;CFTOKEN=72837831</identifier>
	</reference>
	<reference name="mar04c" src="bibtex:inproceedings" src-info="bibtex:line-6791" type="sharef:inproceedings" crossref="jcdl2004">
		<names type="sharef:author">
			<person>
				<givenname>Catherine C.</givenname>
				<surname>Marshall</surname>
			</person>
			<person>
				<givenname>Sara A.</givenname>
				<surname>Bly</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>As part of a more extensive study of reading-related practices, we have explored how people share information they encounter in their everyday reading as a complement to the more traditional digital library focus on sharing intentionally retrieved materials. In twenty contextual interviews in home and work place settings, we investigated how people encounter and save published material in the form of paper and electronic clippings. We found that sharing forms a significant use for encountered materials. Furthermore, the function of these clippings extends far beyond a simple exchange of content to inform the recipient; in fact, the content itself may have little immediate value to the recipient. We also found the practice to be ubiquitous: all of our participants had both shared clippings with others and received them themselves. Specifically, this paper reports on: (1) how sharing encountered items fits into the broader spectrum of clipping practices; (2) the function and value of the shared information; and (3) the social role of sharing the encountered information. We conclude that from a technological standpoint, we should think beyond an email model for sharing encountered information and, from a social perspective, we should attend to how sharing this sort of material contributes to the strength of social ties outside of a traditional information needs framework.</p>
			</richtext>
		</abstract>
		<identifier type="sharef:doi">10.1145/996401</identifier>
		<pages>218-227</pages>
		<title type="sharef:primaryTitle">Sharing Encountered Information: Digital Libraries get a Social Life</title>
		<identifier type="sharef:uri">http://portal.acm.org/citation.cfm?doid=996401</identifier>
	</reference>
	<reference name="mar04d" src="bibtex:inproceedings" src-info="bibtex:line-6801" type="sharef:inproceedings" crossref="jcdl2004">
		<names type="sharef:author">
			<person>
				<givenname>Catherine C.</givenname>
				<surname>Marshall</surname>
			</person>
			<person>
				<givenname>A. J. Bernheim</givenname>
				<surname>Brush</surname>
			</person>
		</names>
		<abstract>
			<richtext>
				<p>Today people typically read and annotate printed documents even if they are obtained from electronic sources like digital libraries. If there is a reason for them to share these personal annotations online, they must re-enter them. Given the advent of better computer support for reading and annotation, including tablet interfaces, will people ever share their personal digital ink annotations as is, or will they make substantial changes to them? What can we do to anticipate and support the transition from personal to public annotations? To investigate these questions, we performed a study to characterize and compare students' personal annotations as they read assigned papers with those they shared with each other using an online system. By analyzing over 1, 700 annotations, we confirmed three hypotheses: (1) only a small f