Update Publications
From ImageWiki
(Difference between revisions)
(→How To Update List of Publications and FTP Material) |
|||
Line 1: | Line 1: | ||
= How To Update List of Publications and FTP Material = | = How To Update List of Publications and FTP Material = | ||
- | The Image group's list of publications [[http://image.diku.dk | + | The Image group's list of publications [[http://image.diku.dk/publications/index.php]] and list of available material on the ftp-site [[ftp://ftp.diku.dk/diku/image/publications/README.html]] is organized in a single, central BiBTeX file: <pre>/usr/local/image/doc/littliste/Billedgruppen.bib</pre> |
on DIKU's system (<code>tyr.diku.dk</code>, <code>ask.diku.dk</code>, etc.). This file is parsed and copied to the by a script Jon Sporring runs once in a while. This is going to be automized in the future. | on DIKU's system (<code>tyr.diku.dk</code>, <code>ask.diku.dk</code>, etc.). This file is parsed and copied to the by a script Jon Sporring runs once in a while. This is going to be automized in the future. | ||
Revision as of 23:04, 13 March 2006
How To Update List of Publications and FTP Material
The Image group's list of publications [[1]] and list of available material on the ftp-site [[2]] is organized in a single, central BiBTeX file:/usr/local/image/doc/littliste/Billedgruppen.bib
on DIKU's system (tyr.diku.dk
, ask.diku.dk
, etc.). This file is parsed and copied to the by a script Jon Sporring runs once in a while. This is going to be automized in the future.
- To add an entry to the publication list do the following:
- Add your entry to the file
/usr/local/image/doc/littliste/Billedgruppen.bib
. This is conviniently done with emacs and the AUCTeX extension, which gives you a menu item "Entry-Types" (Crtl-C Crtl-C, when you are done editing an entry, performs a cleanup). - Check the validity of you entry, e.g. by using the Emacs menu item, "BiBTeX-Edit->Operating on Buffer or Region->Validate Entries"
- Ask Jon to update the publications page, or wait till he does this by himself.
- Finally, check that the publication entry has been added correctly, e.g. try clicking on the link etc.
- Add your entry to the file
- To add a file to the ftp site do the following:
- Copy the file to one of the directories in /usr/local/image/ftp/ on a diku machine. /usr/local/image/ftp/README has a description of the intented use of the directories
- If you want the material to appear on [[3]], then you must add it to an existing entry or create a new entry in
/usr/local/image/doc/littliste/Billedgruppen.bib
. An example could be,
@Booklet{lehmberg.ea:05,
title = {Support Vector Machines}, author = {Alec Andreas Lehmberg and Martin Nebelong Olsen and Morten Abildgaard Bentsen}, howpublished = {Bachelorprojekt}, month = jun, year = {2005}, note = "\url{ftp://ftp.diku.dk/diku/image/publications/lehmberg.050601.pdf}"
}
- Ask Jon to update the publications page, or wait till he does this by himself.
- Finally, check that the publication entry has been added correctly, e.g. try clicking on the link etc.