<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Advanced Technology Group Elsevier</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>The Netherlands anita@cs.uu.nl</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Anita de Waard</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science Utrecht University</institution>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>- We believe that the best way to present a narrative to a computer is to let the author explicitly create a rich semantic structure for the article during writing. - We propose an open-standard, widely (re)useable format, the ABCDE format for proceedings and workshop contributions that can be easily mined, integrated and consumed by semantic browsers and wikis.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        The main problem with automatically extracting information from scientific
articles is that the genre of the scientific publication has developed to be an
indivisible information unit [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The scientific paper is a self-contained narrative,
created anew in each iteration, with specific genre characteristics that minimize
the potential of identification, content reuse and knowledge integration. All this
rhetorical freedom comes at the expense of usability in a computer-centered
environment. The linear narrative was fine when we still read and wrote on paper,
but the digital environment in which scientists live and work today calls for a
new fundamental unit of communication.
      </p>
      <p>
        We believe that the best way to present a narrative to a computer is to
let the author explicitly create a rich semantic structure for the article during
writing. As conceptual structures become the central bearer of information, a
set of structured documents can be integrated to form a knowledge network,
or structured package of related knowledge regarding a topic [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. This can be
seen to form an incarnation of the intelligent data ideal, which the Semantic
Web is meant to enable3. The purpose of our work is to examine such a new
form of structured publications. Semantic Browsers such as PiggyBank4 and
semantic collaborative authoring tools such as Semantic Wiki’s – as presented
at this workshop5 – are paving the infrastructural road for distributed, semantic
communities to communicate. Hopefully, the ABCDE format can be a useful
vehicle on this road.
      </p>
      <p>Article Outline. This paper is organised as follows: in Section c2, the ABCDE
format is described and motivated; in Section c3, the annotation and rendering
of ABCDE articles in LATEX is described. In Section d4, we discuss related work
and in Section d5 some next steps.</p>
      <p>The section numbers are consecutive, but are prefixed by a modifier: b, c, or
d. These are meant as a visual cue to reflect whether the section is a part of the
Background, Contribution or Discussion content of the article (described below).
The reason for adding this modifier is to help the reader, but also the author, to
realise which part is which - if desired, the stylesheet can be modified to make
this formatting aspect invisible to humans, and only visible to computers.
c2</p>
    </sec>
    <sec id="sec-2">
      <title>The ABCDE Format</title>
      <p>We propose an open-standard, widely (re)useable format, the ABCDE format
for proceedings and workshop contributions that can be easily mined, integrated
and consumed by semantic browsers and wikis. It is characterised by marking
the following elements in a document:
Annotations: Each record contains a set of metadata that follows the Dublin
Core standard6. This metadata is included as a part of each paper, to
alleviate the annoying experience that one encounters when an article is found
floating in cyberspace, without a date or any bibliographic reference
information. In this sense, the DC qualifiers act as a passport that identifies the
paper’s date and place of birth, for future readers. Minimally required fields
are Title, Creator, Identifier and Date. They can be rendered as a part of
the text (see below) or left only as mark up, and not printed.
3 “The Semantic Web is not so much about intelligent agents, but more about stupid
agents and intelligent data”, Berners-Lee at WWW4, Boston, 1995, personal record.
4 http://simile.mit.edu/piggy-bank/
5 http://www.semwiki.org/
6 http://dublincore.org/documents/dces/
Background, Contribution, Discussion: The material in the main body of
text is classified in one of three types:
– Background, describing the positioning of the research, ongoing issues
and the central research question;
– Contribution, describing the work the authors have done: any concrete
things created, programmed, or investigated;
– Discussion, contains a discussion of the work done, comparison with
other work, and implications and next steps.</p>
      <p>This classification must be made explicit in the metadata of the article – for
details, see Section c3 on markup below.</p>
      <p>Entities: Throughout the text, entities such as references, personal names,
project websites, etc. are identified inside LATEX as footnotes or references.
The entities can be mined and turned into RDF, where the triple contains
the section of the paper containing the entity, the entity URI, and the type
of link (reference, person, project).</p>
      <p>Identifying the contribution type will increase the quality of the property
that can be inferred. For example, the mention of a project website in the
Contribution probably means that the project is one of the core components
of the system described in the paper. On the other hand, a project website
mentioned in the Discussion probably means it is described as a Related
Work.</p>
      <p>
        Core sentences as abstract: There need not be an abstract in an ABCDE
document - instead, the author denotes core sentences within the B,C and D
sections, which are compiled through a macro to form a structured abstract.
Upon retrieval or rendering of the article, these can be extracted to form a
structured abstract of the article. This allows the author to create and modify
statements summarising the article only once, and prevents that an abstract
misrepresents the content of the article. This can easily happen when sections
are deleted from the content, but left in the abstract, as was shown in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] A
Core summary also enables the implementation of a structured, hyperlinked
abstract, where one can jump directly to the relevant part of the article from
the sentence of interest.
c3
      </p>
    </sec>
    <sec id="sec-3">
      <title>How to semantically mark your paper</title>
      <p>We believe a LATEX stylesheet provides a suitable input format for providing
authors with a semantic structure to work from. The abcde.sty style file
implements the ABCDE structure for documents typeset with Springer’s LATEX
llncs.cls class file, very commonly used for proceedings publications in
computer science. We provide the abcde.sty LATEX file as an appendix to this
paper.</p>
      <p>The LATEX style sheet. To create a consistent layout for its proceedings, Springer
makes available to authors and editors its class file llncs.cls7. It provides
7 http://www.springer.com/sgw/cda/frontpage/0,11855,5-164-2-72376-0,00.html
the common sectioning commands \section{..} through \paragraph{..} and
some theorem-like environments (\begin{theorem} ... \end{theorem}). To
authors, the llncs class ressembles the common article class, but it is richer
in marking the contribution with semantic metadata. Specifically, besides \title
and \author commands, there are a \titlerunning, \subtitle, \email, and
\institute commands.</p>
      <p>If your paper was prepared with the llncs LATEX package, to semantically
mark it with the ABCDE format:
– Store the style file abcde.sty in the same folder as the paper;
– Add the line \usepackage{abcde} to your preamble.</p>
      <p>Keep in mind that the purpose of semantic marking is mainly to produce meta
information that goes with the document. We have chosen to render some of
the markup as visual elements as well (for example, by prefixing the section
numbers with b, c, or d). This was done for illustration purposes, and the style
sheet can be modified to make the proposed semantic marking invisible in the
printed result.</p>
      <p>The command \tableofcontents and the environment abstract remain
available, but you may choose to have the new command \listofcore instead
(or in addition). This will produce a list of sentences that you have marked as
core in the paper.
c3.1</p>
      <sec id="sec-3-1">
        <title>Annotations</title>
        <p>Macros are provided to specify Dublin Core Elements, and to print a list of those
that are specified. A Dublin Core element is characterized by a name and a value;
it can be specified in the contribution by the command \dublincore{..}{..}
with the name and value as first and second argument. For example, you can
place \dublincore {publisher} {Creative Commons} anywhere in your
document; the preamble would be the most logical place. (For more about Creative
Commons, see http://creativecommons.org/about/licenses/.) On the other hand,
\dublincore{subject}{Dublin Core} would be logically placed at the place
where you discuss Dublin Core elements, so that if you decide to remove some
material from your paper, the annotation is removed as well.</p>
        <p>The annotations can be just used as metadata without being displayed, but a
list can be printed anywhere in the document using the command \annotations.
For this document, the result would be:
DC Annotations
creator: Anita de Waard , Gerard Tel
title: The ABCDE Format
date: May 4, 2006
subject: ABCDE Format
subject: The llncs.sty LATEX style
publisher: Creative Commons
subject: Dublin Core</p>
        <p>Some metadata already available in LATEX-typeset documents is
automatically interpreted as a DC element: specifically, the elements creator, title, and
date will be registered as DC elements if they are provided in the preamble with
the usual commands.
c3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Background, Contribution, Discussion, and Core</title>
        <p>The commands \background, \contribution, and \discussion declare that
the material following it is the Background, the Contribution, or the Discussion
of your document. The semantic marking commands do not replace sectioning
commands, so you still need to name the sections in your document.</p>
        <p>The simplest documents have these three parts consecutively, so they will
have just one \background command at the beginning, one \contribution
command after one or two sections, and one \discussion command near the
end. The abcde package allows to switch between the three types more flexibly.
The declaration implied by one of the three commands remains valid until the
next \background, \contribution, or \discussion command. If your
document contains material that does not fall in one of the three types, precede it
with the \unbcd command.</p>
        <p>Important statements can be marked as core sentences using the \core{..}
command; these sentences can be harvested to give an overview of the content of
the paper, with the possibility to jump directly to the relevant part of the paper.
Using core sentences can replace an abstract, as they become part of the “Core
Matter” list produced by the \listofcore command; this command was used
on the first page of this paper. Of course, authors have the possibility of writing
their abstract instead, and have the core sentences only as metadata pointers to
their work.</p>
        <p>Markup as core does not change the marked sentence visibly. We found that
sometimes, sentences do not read well when taken out of their context; this
may happen because of anaphors (“This is a result of ...”) or because of a more
complicated entanglement with surrounding sentences. If the phrasing of the
sentence should differ between the text and the Core Matter list, use the form
\core[Sentence1.]{Sentence2.} to print Sentence1. in the document and
have Sentence2. in the Core Matter. For example, “She worked in Africa.” can
be put in the core matter as “Streep worked in Africa.” using
\core[She worked in Africa.]{Streep worked in Africa.}.</p>
        <p>
          The \listofcore command with the optional argument [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] will restrict the
list to core sentences from the Contribution part of your document (and [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] will
extend it to also contain core sentences outside of BCD-marked parts).
c3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Entities</title>
        <p>Both the Dublin Core elements (Annotation) and the (embedded) Elements,
such as project websites, references, and personal names, can be extracted to
port to an RDF-enabled system.</p>
        <p>The notion of entities was described in Section c2; we are looking to expand
these to the emerging standard RDF–based formats in the future, in
collaboration with Semantic Wiki groups.
c3.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>Shortcomings in the package</title>
        <p>It is not possible to have complicated macros in a core sentence. The package
was not tested against the various class options of llncs.cls.</p>
        <p>The purpose of semantic marking is harvesting meta information, but the
current package also produces a visible effect of the markings. The should be a
possibility to switch the visual effects on and off using a style option [draft];
while writing draft versions, the author can keep an eye one the markings he
already made, but in the final version the semantic marking would only be
harvested, not shown.
d4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Related work</title>
      <p>There are many fields of research which offer insights, and important
contributions, concerning the structuring and annotation of scientific texts. In an attempt
to position the ABCDE proposal within this vast landscape, we distinguish two
different dimensions of markup. First the elements marked up, which can be
entities or document structure and second, the time of markup, which can be
during authoring or post-publication. Combined, these describe four categories
of work, which are consecutively discussed.</p>
      <p>
        Annotation phase: post-publication; marked up: entities Leaving aside entity
extraction techniques8, an interesting body of work from the Open
University revolves around the creation of a “sensemaking environment” which
allows readers to manipulate, order and annotate documents. With ClaiMaker
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and ClaimSpotter [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], they aim to create “a system that explicitly model[s]
the rhetorical relations between claims in related papers”. Readers can create
claim-and-relationship triples according to their ontology of rhetorical relations,
to make better sense of the corpus of scientific documents. The triples are
identified outside the documents themselves, to improve understanding.
Annotation phase: during authoring; marked up: entities There are several
Semantic Wiki and blogging initiatives which propose to provide semantic
annotations and allow for distributed access using marked up entities. For instance,
Karger and Quan [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] propose to use the innate semantics of messages and blogs
to generate semantic markup and utilise it in collaborative (decision-making)
systems. Mika and Klein [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] transform BibTex files into RDF, and use it to
connect and disseminate bibliographic information of a research group. And Oren
8 Technically, the huge volumes of work in entity identification and text mining belong
in this category, but since the field is vast and not directly related to our research,
we will omit a discussion here.
et. al [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] define six dimensions of annotation context, which helps create a faceted
browsing interface to improve navigation through their Wiki environment.
      </p>
      <p>In all three intiatives, the author adds (nominal) markup to improve the
(RDF-based) metadata of the article.</p>
      <p>
        Annotation phase: post-publication; marked up: text structure Simone Teufel
applies a ‘rhetorically defined annotation scheme’, consisting of seven categories
which model prototypical academic argumentation [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. She first lets a human
annotator apply one of seven ’rhetorical roles’ to specific elements of a text,
and uses this input to train an automatic annotator, which is then used for
automated abstract generation.
      </p>
      <p>
        Noriko Kando [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] defines a fine-grained ‘text-level structure’, and manually
annotates a corpus of (Japanese) articles on HIV/AIDS with this structure. He
finds a improved results for searching, passage extraction and browsing tasks.
      </p>
      <p>
        Bayerl [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] adds three types of markup to a corpus of articles in psychology
and linguistics, and then compares the results of the markup. Her three types
are structural, which she bases on Kando’s schema (above); thematic, based on
the Van Dijk Macrostructure concept [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]; and rhetorical, for which she uses
Rhetorical Structure Theory [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>Annotation phase: during authoring; marked up: text structure In contrast, there
is much less literature on building systems that allow authors of scientific
publications to add markup while creating the text. Quite possibly, this is because
this has traditionally been the domain of the publisher, whose methods are
proprietary and not under scientific investigation.</p>
      <p>Our section division into Background, Contribution, and Discussion is backed
by a number of emperical studies.</p>
      <p>
        Kando [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] did an analysis of 40 writing manuals, and came up with a text–
level structure where the main headings are Problems, Evidence and Answers.
Harmse and Kircz [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] performed a thorough investigation of a corpus of
documents in atomic physics, and derived a set of modules, of which the three main
ones are Position, Results and Interpretation.
      </p>
      <p>Many journal style guidelines contain a similar division. For example, the
American Institute of Physics9 recommends using Introduction, Main Body and
Conclusion as three essential parts of the paper. In the life sciences, papers are
often explicitly structured in a similar way: for example, the journal Cell10
proscribes the sections Introduction, Results, Discussion (and Experimental
Procedures) and BMC Cell Biology11 requires Background, Results, Discussion,
Conclusions (and Methods). All of these tripartite divisions correspond quite well to
our sections Background, Contribution and Discussion.</p>
      <p>
        The idea of letting authors create markup was motivated in part by the
work of Kircz and Harmsze [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], who identified a set of modular elements for a
9 http://www.aip.org/pubservs/style/4thed
10 http://www.cell.com/misc/page?page=authors
11 http://www.biomedcentral.com/bmccellbiol/ifora/
corpus of papers in physics, and created authoring instructions for this modular
layout. Work done at Elsevier on the online encyclopedia XPharm12 built on
these explorations, by offering a modular authoring environment, using Word
templates.
      </p>
      <p>
        Structured abstracts Structured abstracts are used in various settings: in
medicine, they are quite common (for instance JAMA13 and the BMJ use them) and
are even a topic of study in themselves [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] — since the quality of abstracts is
sometimes found to be seriously deficient [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        Van der Tol [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] has proposed to use structured abstracts as a navigational
tool, which could correspond to the ’Core matter’ approach, when expanded
with the right interface.
d5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Next steps</title>
      <p>We aim to work on different incarnations of this format and open it up to
modification and development. The point is to offer a flexible structure that can
live on semantic environments such as Semantic Wikis and browsers, such as
Haystack14 or Piggybank15. Ideally, ABCDE papers should be much easier to
mine and integrate. By adding semantic markup of knowledge elements,
discovery and integration of information at a structural level is improved.</p>
      <p>It is our aim to manually mark up (a subset of) the papers presented to the
SemWiki16 workshop in LATEX with the abcde.sty stylesheet, and open it up
for testing before, during and after the workshop. We actively seek collaboration
with groups working on Semantic Wikis to see if the format is indeed suitable
for transformation to RDF, and how the the metadata can be optimally mined,
stored and visualized. The ideal is to narrow the gap between publications and
annotations, between doing research and talking about it. We mean to practice
what we preach, and will attempt to use the ABCDE format for all relevant
conference submissions. Hopefully, with concomitant RDF database and interface
work, we can create a ‘tipping point’17 for the implementation of this format,
and contribute to the creation of a much richer set of conference proceedings in
computer science.</p>
      <p>An example of possible developments would include the creation of a
conference program, consisting of ‘core-contribution’ sentences, that link to
contributions, as a quick way to scroll around the papers presented. Another example
would be to mine all the links to a project website and connect them to the
website, linked to the paragraph where the project was mentioned. This would
allow the visualization of related projects, topics and co-authors.
12 http://www.xpharm.com
13 http://jama.ama-assn.org/
14 http://haystack.lcs.mit.edu/
15 http://simile.mit.edu/piggy-bank/
16 http://semwiki.org
17 http://www.gladwell.com/tippingpoint/index.html</p>
      <p>
        For example, in the OpenAcademia.org project [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], BibTex references are
turned into RDF to allow a connected set of bibliographic references utilising an
Open Source extension of RSS called BuRST18. This rendering could be used to
mine the references of an ABCDE paper, as well — and include the section of
the text where the reference was made, again enhancing the quality of inferrable
information. Again, the division between a paper and a discussion of a reference
begins to blur, and the publication itself can become a (set of) object(s) on a
Semantic Web/Wiki.
      </p>
      <p>Our further work will involve the development of a more detailed model of
scientific publications, and looking at the construction of meaning within
scientific documents through argumentation analysis and understanding of discourse
structure. The tension between the arguments or moves and the narrative of
the document as a whole poses an interesting topic of study in terms of both
knowledge modeling and rhetoric/discourse studies. Hopefully, it can also help
create a more legible way to publish science for computer-assisted humans, and
human-assisted computers.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgement</title>
      <p>
        We wish to thank Simon Pepping of Elsevier for helping think through the
ABCDE format.
18 http://www.cs.vu.nl/ pmika/research/burst/BuRST.html
A The abcde.sty style sheet
%
% Harvesting the annotations
% Grab as much as you can from \maketitle:
\let\orig@maketitle=\maketitle
\renewcommand\maketitle{
% within the DC element, \and and \inst#1 have different meaning
\let\orig@and=\and\def\and{, }
\let\orig@inst=\inst\def\inst##1{}
\dublincore{creator}{\@author}
\def\and{\orig@and}\def\inst{\orig@inst}
\dublincore{title}{\@title}
\dublincore{date}{\@date}
\orig@maketitle}
% There are four BCD-types. Initially it is bcdu (undefined)
\newcommand{\bcd@type}{bcdu}
% The \background, \contribution, and \discussion commands will
% 1. Change the section numbering by prefixing a letter
% 2. Change the abs entries by changing \bcd@type
\newcommand{\bcd@swap}[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]{
\def\thesection{#1\arabic{section}}
\def\thefigure{#1\arabic{figure}}
\def\bcd@type{#2}}
\newcommand{\background}{\bcd@swap{b}{back}}
\newcommand{\contribution}{\bcd@swap{c}{cont}}
\newcommand{\discussion}{\bcd@swap{d}{disc}}
\newcommand{\unbcd}{\bcd@swap{}{bcdu}}
%
%
% The command \core{TEXT} will print TEXT and save it in the file
% basename.abs as a contentsline
% Two args, first is optional with default second
% Print argument normally in text:
\newcommand{\core}[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ][\undefined]{
\ifx\undefined#1#2\else#1\fi
\addcontentsline{abs}{\bcd@type}{#2}}
\def\listofcorename{Core Matter}
\def\@coreline#1#2#3{% #1: importance, #2: text, #3: Page no
\ifnum#1&gt;\c@coredepth
\else \item#2\vskip 3\p@\fi}
\def\l@bcdu{\@coreline{3}} % Relatively unimportant
\def\l@back{\@coreline{2}} % Moderately important
\def\l@cont{\@coreline{1}} % Important
\def\l@disc{\@coreline{2}} % Moderately important
% Print the core sentences with \listofcore[i],
% Where i=1 prints only contribution core, 2 prints B&amp;D as
% well, and i=3 prints "unlabeled" core.
\newcommand\listofcore[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]{%
\def\c@coredepth{#1}
\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn\fi
\section*{\listofcorename\@mkboth{{\listofcorename}}{{\listofcorename}}}
\begin{itemize}\@starttoc{abs}\end{itemize}
\if@restonecol\twocolumn\fi}
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bazerman</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Shaping written knowledge: The genre and activity of the experimental article in science</article-title>
          . Madison: University of Wisconsin Press (
          <year>1988</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>de Waard</surname>
          </string-name>
          , A.:
          <article-title>Science publishing and the semantic web</article-title>
          ,
          <source>or: Why are you reading this on paper? European Conference on the Semantic Web</source>
          <year>2005</year>
          ,
          <string-name>
            <given-names>Industry</given-names>
            <surname>Forum</surname>
          </string-name>
          , Alain L´eger ed. (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Pitkin</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Branagan</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burmeister</surname>
            ,
            <given-names>L.F.</given-names>
          </string-name>
          :
          <article-title>Accuracy of data in abstracts of published research articles</article-title>
          .
          <source>JAMA</source>
          <volume>281</volume>
          (
          <year>1999</year>
          )
          <fpage>1110</fpage>
          -
          <lpage>1111</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uren</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buckingham-Shum</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Domingue</surname>
          </string-name>
          , J.: Claimaker:
          <article-title>Weaving a semantic web of research papers (</article-title>
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Shum</surname>
            ,
            <given-names>S.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Domingue</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
          </string-name>
          , E.:
          <article-title>Scholarly discourse as computable structure</article-title>
          .
          <source>In: OHS-6/SC-2</source>
          . (
          <year>2000</year>
          )
          <fpage>120</fpage>
          -
          <lpage>128</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Karger</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>What would it mean to blog on the semantic web</article-title>
          ?
          <source>Journal of Web Semantics</source>
          <volume>3</volume>
          (
          <issue>2</issue>
          ) (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>P.</given-names>
            <surname>Mika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Klein</surname>
          </string-name>
          , R.S.:
          <article-title>Semantics-based publication management using RSS and FOAF</article-title>
          .
          <source>In: Proceedings, Semantic Wiki</source>
          <year>2006</year>
          (Submitted).
          <source>(</source>
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Oren</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Delbru</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , M¨oller,
          <string-name>
            <surname>K.</surname>
          </string-name>
          , V¨olkel,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Handschuh</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          :
          <article-title>Annotation and navigation in semantic wikis</article-title>
          .
          <source>In: SemWiki (ESWC)</source>
          .
          <article-title>(2006) Submitted</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Teufel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moens</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Discourse-level argumentation in scientific articles: Human and automatic annotation</article-title>
          . In Walker, M., ed.:
          <source>Towards Standards and Tools for Discourse Tagging: Proceedings of the Workshop</source>
          . Association for Computational Linguistics, Somerset, New Jersey (
          <year>1999</year>
          )
          <fpage>84</fpage>
          -
          <lpage>93</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kando</surname>
          </string-name>
          , N.:
          <article-title>Text-level structure of research papers: Implications for text-based imformation processing systems (</article-title>
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Bayerl</surname>
            ,
            <given-names>P.S.</given-names>
          </string-name>
          :
          <article-title>Methods for the semantic analysis of document markup (</article-title>
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Dijk</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Macrostructures: An interdisciplinary study of global structures in discourse, interaction, and cognition</article-title>
          . Lawrence Erlbaum Associates, Hillsdale, New Jersey (
          <year>1980</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mann</surname>
            ,
            <given-names>W.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          :
          <article-title>Rhetorical structure theory: Toward a functional theory of text organization</article-title>
          .
          <source>Text</source>
          <volume>8</volume>
          (
          <issue>3</issue>
          ) (
          <year>1998</year>
          )
          <fpage>243</fpage>
          -
          <lpage>281</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kircz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harmsze</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Modular scenarios in the electronic age</article-title>
          .
          <source>In: CS-Report 00-20. Proceedings Conferentie Informatiewetenschap</source>
          <year>2000</year>
          . De Doelen Utrecht,
          <volume>5</volume>
          <fpage>april</fpage>
          2000. (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Wong</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Truong</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mahamed</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davidian</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rana</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Einarson</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Quality of structured abstracts of original research articles in the british medical journal, the canadian medical association journal and the journal of the american medical association: a 10-year follow-up study</article-title>
          .
          <source>Curr Med Res Opin</source>
          .
          <volume>21</volume>
          (
          <issue>4</issue>
          ) (
          <year>2005</year>
          )
          <fpage>467</fpage>
          -
          <lpage>73</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>van der Tol</surname>
          </string-name>
          , M.:
          <article-title>Abstracts as orientation tools in a modular environment</article-title>
          .
          <source>Document Design</source>
          <volume>2</volume>
          (
          <issue>1</issue>
          ) (
          <year>2001</year>
          )
          <fpage>76</fpage>
          -
          <lpage>88</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>