Types of contributions

From LiquidPubWiki

Jump to: navigation, search

The goal of this page is to collect info about different types of contributions existing in science nowadays.

Contents

DBLP

As shown by the code below, DBLP distinguishes 8 contribution types.

<!ELEMENT dblp (article|inproceedings|proceedings|book|incollection|phdthesis|mastersthesis|www)*>

Fields of an inproceedings entry

<inproceedings key="conf/er/Norrie08" mdate="2008-10-20">
<author>Moira C. Norrie</author>
<title>PIM Meets Web 2.0.</title>
<pages>15-25</pages>
<year>2008</year>
<booktitle>ER</booktitle>
<ee>http://dx.doi.org/10.1007/978-3-540-87877-3_3</ee>
<crossref>conf/er/2008</crossref>
<url>db/conf/er/er2008.html#Norrie08</url>
</inproceedings>
<proceedings key="conf/er/2008" mdate="2008-10-20">
<editor>Qing Li</editor>
<editor>Stefano Spaccapietra</editor>
<editor>Eric Yu</editor>
<editor>Antoni Olivé</editor>
<title>Conceptual Modeling - ER 2008, 27th International Conference on Conceptual Modeling, Barcelona, Spain, October 20-24, 2008. Proceedings</title>
<volume>5231</volume>
<year>2008</year>
<isbn>978-3-540-87876-6</isbn>
<booktitle>ER</booktitle>
<series href="db/journals/lncs.html">Lecture Notes in Computer Science</series>
<publisher>Springer</publisher>
<url>db/conf/er/er2008.html</url>
</proceedings>

key is a unique key,

mdate is the date of the last modification of the record,

year is always of the publication, even though the conference could tool place before,

ee is the position of electronic edition,

url is potision inside table of content in DBLP.

editor note that editors are not listed for all conferences, see [1] for more details.

title is not of good quality for some of IEEE proceedings


Fields of an article entry

<article key="journals/jods/HurtadoPW08" mdate="2008-04-15">
<author>Carlos A. Hurtado</author>
<author>Alexandra Poulovassilis</author>
<author>Peter T. Wood</author>
<title>Query Relaxation in RDF.</title>
<pages>31-61</pages>
<year>2008</year>
<volume>10</volume>
<journal>J. Data Semantics</journal>
<ee>http://dx.doi.org/10.1007/978-3-540-77688-8_2</ee>
<crossref>journals/jods/2008-10</crossref>
<url>db/journals/jods/jods10.html#HurtadoPW08</url>
</article>
<proceedings key="journals/jods/2008-10" mdate="2008-04-15">
<editor>Stefano Spaccapietra</editor>
<title>Journal on Data Semantics X</title>
<booktitle>J. Data Semantics</booktitle>
<series href="db/journals/lncs.html">Lecture Notes in Computer Science</series>
<volume>4900</volume>
<publisher>Springer</publisher>
<year>2008</year>
<isbn>978-3-540-77687-1</isbn>
<url>db/journals/jods/jods10.html</url>
</proceedings>

This example shows that some journals have ISBN and series volume number, the editors change from volume to volume. The suggest that ISSN, publisher of the journal, journal home page should be a part of journal record. The same applies to conference series such as "the annual VLDB conference" or book series like LNCS.

cite fields in DBLP were entered for a small subset of the ACM SIGMOD Anthology papers.

An example of person entry

<www key="homepages/h/AlonYHalevy"  ...>
<author>Alon  Y.  Halevy</author>
<author>Alon  Y.  Levy</author>
<title>Home  Page</title>
<url>http://alonhalevy.googlepages.com/</url>
</www>

Several author elements show synonyms. Persone record can have cite element for some honorary authors, citing Festschrift publications, obituaries, etc.

Homonyms are distinguished by adding magic number to their keys

<author>Chen  Li</author>
<author>Chen  Li  0002</author>
<author>Chen  Li  0007</author>

Authors do not have middle name, and last name/first name distinction blurred over time.

ePrints of UNITN

ePrints distinguished thirteen types:

value="book" Book
value="bookchapter" Book Chapter
value="proceedings" Conference Proceedings
value="confpaper" Conference Paper
value="incollection" In Collection
value="confposter" Conference Poster
value="techreport" Departmental Technical Report
value="journale" Journal (On-line/Unpaginated)
value="journalp" Journal (Paginated)
value="newsarticle" Newspaper/Magazine Article
value="other" Other
value="preprint" Preprint
value="thesis" Thesis

New types of the UNITN system (called uGov):

Libro (Book)
 Libro in qualità di autore (Book as author)
 Libro in qualità di curatore (Book as editor)
Articolo o saggio (Article or Essay) 
 Saggio su libro (Essay in book)
 Articolo su rivista (Journal article)
 Recensione (Book or article review)
Convegni (Proceedings)
 Saggio in atti di convegno (Paper in Conference or Workshop Proceedings)
Nota a sentenza (Note of case)
 Nota a sentenza in volume (Note of case in book)
 Nota a sentenza su rivista (Note of case in journal)
Traduzione (Book or article translation)
 Traduzione di libro (Book translation)
 Traduzione di saggio (Essay translation)
 Traduzione di articolo (Article translation)
Rapporto di ricerca (Project Report)
Brevetto (Patent)
Altro (Others)
  • Bookchapter is classified as Article or Essay
  • Workshop and conference articles are not distinguished
  • Project report includes deliverables on EU projects

SKO types

D1.2v1[1] defines three SKO types.

paper
review
comment

BibTeX

article
   An article from a journal or magazine.
   Required fields: author, title, journal, year
   Optional fields: volume, number, pages, month, note, key
book
   A book with an explicit publisher.
   Required fields: author/editor, title, publisher, year
   Optional fields: volume, series, address, edition, month, note, key, pages
booklet
   A work that is printed and bound, but without a named publisher or sponsoring institution.
   Required fields: title
   Optional fields: author, howpublished, address, month, year, note, key
conference
   The same as inproceedings, included for Scribe compatibility.
   Required fields: author, title, booktitle, year
   Optional fields: editor, pages, organization, publisher, address, month, note, key
inbook
   A part of a book, usually untitled. May be a chapter (or section or whatever) and/or a range of pages.
   Required fields: author/editor, title, chapter/pages, publisher, year
   Optional fields: volume, series, address, edition, month, note, key
incollection
   A part of a book having its own title.
   Required fields: author, title, booktitle, year
   Optional fields: editor, pages, organization, publisher, address, month, note, key
inproceedings
   An article in a conference proceedings.
   Required fields: author, title, booktitle, year
   Optional fields: editor, series, pages, organization, publisher, address, month, note, key
manual
   Technical documentation.
   Required fields: title
   Optional fields: author, organization, address, edition, month, year, note, key
mastersthesis
   A Master's thesis.
   Required fields: author, title, school, year
   Optional fields: address, month, note, key
misc
   For use when nothing else fits.
   Required fields: none
   Optional fields: author, title, howpublished, month, year, note, key
phdthesis
   A Ph.D. thesis.
   Required fields: author, title, school, year
   Optional fields: address, month, note, key
proceedings
   The proceedings of a conference.
   Required fields: title, year
   Optional fields: editor, publisher, organization, address, month, note, key
techreport
   A report published by a school or other institution, usually numbered within a series.
   Required fields: author, title, institution, year
   Optional fields: type, number, address, month, note, key
unpublished
   A document having an author and title, but not formally published.
   Required fields: author, title, note
   Optional fields: month, year, key 

SpringerLink

(Mario, please add info here)

CiteULike

(Alejandro, please add info here)

IEEExplore, ACM, OAI metadata, Dublin Core...

Personal tools