Iridia Supplementary Information Instructions page

From IridiaWiki
Jump to navigationJump to search

In this page you can find instructions on how to use the new Iridia Supplementary Information page. Every person should transfer all the supplementary information (videos, images, pictures, graphs, etc.) in this page and for every paper that contains this kind of information, create an entry. The structure is as follows:

  • There is the page http://iridia.ulb.ac.be/supp in which we keep record of all the papers containing supplementary information, with a link leading to a dedicated page containing this info.
  • Under /supp/ there are directories, one for each paper, containing all the media plus an index.html file


Procedure for adding supplementary material

The procedure is the following:

  1. People should contact the responsible of the supplementary pages, who will create a directory under http://iridia.ulb.ac.be/supp/ with the title IridiaSupp200x-00x, with the numbering according to the year of the paper and the rank it gets for that year. Papers will acquire an ascending number (first who asks for a number gets it). At the same time, the publication details of the paper should be provided to the responsible of the supplementary pages and he will upload them to the SUPP page.
  2. Once every user has her/his directory, (s)he should
    1. create an index.html page which should contain ALL the information referred to in the paper. It can potentially include extra text. See http://iridia.ulb.ac.be/supp/IridiaSupp2006-001/index.html for an excellent example by Max.
    2. create a compressed file with all the supplementary information (images, videos, etc) in her/his directory, and USE LOCAL LINKS in hers/his index.html pages
    3. upload the page following the instructions provided by the responsible of the supplementary pages

Procedure for moving old material to the supplementary material page

From now on ONLY this way of using supplementary information should be used. In case though, in old papers you have included links to pages e.g. in your own homepages or hosted on your machine, THEN, what should be done is the following:

  1. once again produce the index.html page, can be a copy of your old cited page
  2. copy all the files in the directory IridiaSupp200x-00x
  3. REDIRECT YOUR OLD CITED PAGE TO THIS NEW ONE with sth like:
    <meta  HTTP-EQUIV="REFRESH" content="0; url=http://iridia.ulb.ac.be/supp/IridiaSupp200x-00x/index.html">


Adding streaming video

To add a streaming video, please use HTML5. The simple procedure is the following.

  1. Add the tag
    <video src="video.ogg" controls="controls">Your browser does not support the video tag.</video>
  2. Convert your avi to ogg with
     ffmpeg -i video.avi -b 1024k video.ogg 
  3. Place video.ogg in IridiaSupp200x-00x

More info on ffmpeg can be found here: useful ffmpeg commands.

Questions?

In case you have any questions, please contact the responsible of the supplementary pages.