Update Publications
From ImageWiki
(Difference between revisions)
(→How To Update List of Publications and FTP Material) |
(→How To Update List of Publications and FTP Material) |
||
Line 13: | Line 13: | ||
## 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 | ## 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 [[ftp://ftp.diku.dk/diku/image/publications/README.html]], then you must add it to an existing entry or create a new entry in <code>/usr/local/image/doc/littliste/Billedgruppen.bib</code>. An example could be, | ## If you want the material to appear on [[ftp://ftp.diku.dk/diku/image/publications/README.html]], then you must add it to an existing entry or create a new entry in <code>/usr/local/image/doc/littliste/Billedgruppen.bib</code>. An example could be, | ||
- | < | + | <code> |
@Booklet{lehmberg.ea:05, | @Booklet{lehmberg.ea:05, | ||
title = {Support Vector Machines}, | title = {Support Vector Machines}, | ||
Line 23: | Line 23: | ||
note = "\url{ftp://ftp.diku.dk/diku/image/publications/lehmberg.050601.pdf}" | note = "\url{ftp://ftp.diku.dk/diku/image/publications/lehmberg.050601.pdf}" | ||
} | } | ||
- | </ | + | </code> |
## Ask Jon to update the publications page, or wait till he does this by himself. | ## 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. | ## Finally, check that the publication entry has been added correctly, e.g. try clicking on the link etc. |
Revision as of 09:43, 2 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.