Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to Prepare a Paper

This page contains some general guidelines on how to proceed when preparing a scientific paper (for a workshop, conference, journal, etc). The focus here is on the proper use of theGit repositories, in particular the Papers project. This project contains publications and presentations, and is subsequently referred to as "rt papers repository" or just "papers repository". See Git/Structure on how this fits into the rest of the Gitorious project and repository structure.

Guidelines for the Paper and the Talk

...

The bib Repository

...

Note: to use this, you must have the bib repository on your PATH.

The latex Repository

Local Copies of the Repositories

...

~/texmf/tex/latex/shared/latex/beamer/beamercustom.sty

Structure and Naming Conventions

Naming the paper repository and paper tex-file

...

.PRECIOUS: 118.pdf 118.pdf: sac06.pdf

cp $< $@

The Talk

...

Another note: naming conventions for the seminar and Oberseminar are similar, see here .

Technical Reports

The institute's Technical Reports ("Technische Berichte") include a standardized title page; see ifireport/ifireport.sty in the latex repository. Unfortunately, there is no macro (yet?) to include directly in <venue>.tex to generate the title page; this title page must be generated separately. The source for the title page should be named <venue>-title.tex.

...

<venue>.pdf: <venue>-title.pdf

What Should Go into the Paper Directory

<venue>[-talkhandout].pdf

...

Optional Contents

Optional files:

...

What should NOT go into the paper directory

The Bibliography - Guidelines for bibtex Entries

Bib files

In general, one should try to not use a "personal" bib file for a paper or a thesis, but use one of the shared bib files that are in the Git bib repository. (See Git/Structure ) The rationale is that this makes it easier to share entries and to keep them consistent.

The bib repository includes the following files:

pub-rts.bib: publications of the rt group

This file should contain proper publications, as they should appear for example in the Almanach or in the "publications" web page. This includes:

...

If you want to reference such documents that are excluded here, you can include them in cau-rt.bib or rts-arbeiten.bib (for student works)

pub-<user>.bib: publications by <user>

This contains publications that are not included in pub-rts.bib. This includes

...

The publication web page of <user> is extracted from the union of pub-rts.bib and pub-<user>.bib.

rts-arbeiten.bib: student theses

This contains student theses (Bachelor/Master/Studien/Diplomarbeiten).

...

cau-rt.bib: publications outside of the rt group

This file contains references used by the group, excluding publications and student works produced by the group itself - these should go to pub-*.bib or rts-arbeiten.bib. In case you have an electronic version of a referenced paper, and that paper was not trivially available on the web, you should consider to not just add a bib entry, but also to store the paper in the group's Digital Library .

Language and text coding

The language is english, as this is the language of most papers using these entries. That means:

...

To write german umlauts and other special characters use the standard tex coding i.e. {\"a}, {\"o}, {\"u}, {\ss}

Keys

The key should be generated according to the following format

...

If there are no conflicts (<CT>-field empty), this scheme should allow correct citing without having to look up the key in the bib-file.

Order of entries

The entries should appear in the bib file in the following order:

...

 

Comments

Comments should be added for the following

URLs

It can be helpful to include a URL for publications that are available for public download and did not appear in archival journals or established conference/workshop venues. There are bibtex styles that make use of a field "url" for just this purpose. However, most of the standard bib styles just ignore this field. Therefore, to have bib entries as portable as possible, we advocate to use the "note" field (which is generally not ignored) to include the URL.

...

Note that this convention gives you full flexibility on how URLs should appear in the bibliography. This includes the option to not list any urls, by redefining the \url macro accordingly.

Further guidelines for adding entries

The Makefile

...

Making the Paper/Talk Available for Electronic Download

...