Difference between revisions of "Iridia Supplementary Information Instructions page"

From IridiaWiki
Jump to navigationJump to search
(nicer formatting)
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
In this page you can find instructions on how to use the new Iridia Supplementary Information page.
+
On this page, you find instructions on how to use the Iridia Supplementary Information page (http://iridia.ulb.ac.be/supp). You should transfer all the supplementary information (videos, images, pictures, graphs, etc.) of your papers to the IRIDIA Supplementary Information Pages.
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 ===
 
=== Procedure for adding supplementary material ===
   
  +
# Locally prepare:
The procedure is the following:
 
  +
## The index.html of your supplementary page using the template at http://iridia.ulb.ac.be/supp/template.html. The example sections in the template file (Abstract, Statistical data, Videos) are not obligatory. Please feel free to use any sections that fit your need. Your index.html should contain all the information referred to in the paper (it can also include extra text). You can develop your page in the public_html/ directory of your user account on the IRIDIA web server.
 
 
## All the supplementary information (images, videos, etc.) and use local links from the index.html page.
# People should contact Eliseo Ferrante, 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 Eliseo and he will upload them to the SUPP page.
 
  +
# Then, please write an email to the [[Lab_responsibilities|responsible of the supplementary pages]] with the following information:
# Once every user has her/his directory, (s)he should
 
  +
## Title
## 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.
 
  +
## Authors
## 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
 
  +
## Link to or zip file of your supplementary page
## give the compressed file to Eliseo
 
  +
# The [[Lab_responsibilities|responsible of the supplementary pages]] will create a directory under http://iridia.ulb.ac.be/supp/ with the title IridiaSupp20xz-0ab. The papers get an ascending number based on their year.
 
  +
If you need to hide confidential information for a certain time period (for example, until the paper gets published), please inform the [[Lab_responsibilities|responsible of the supplementary pages]].
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:
 
 
# once again produce the index.html page, can be a copy of your old cited page
 
# copy all the files in the directory IridiaSupp200x-00x
 
# REDIRECT YOUR OLD CITED PAGE TO THIS NEW ONE with sth like:<pre><meta HTTP-EQUIV="REFRESH" content="0; url=http://iridia.ulb.ac.be/supp/IridiaSupp200x-00x/index.html"></pre>
 
 
   
 
=== Adding streaming video ===
 
=== Adding streaming video ===
Line 28: Line 18:
   
 
# Add the tag <pre><video src="video.ogg" controls="controls">Your browser does not support the video tag.</video></pre>
 
# Add the tag <pre><video src="video.ogg" controls="controls">Your browser does not support the video tag.</video></pre>
# Convert your avi to ogg with <pre> ffmpeg -i video.avi -acodec libvorbis -ac 1 -b 768k video.ogg </pre>
+
# Convert your avi to ogg with <pre> ffmpeg -i video.avi -b 1024k video.ogg </pre>
 
# Place video.ogg in IridiaSupp200x-00x
 
# Place video.ogg in IridiaSupp200x-00x
   
  +
More info on ffmpeg can be found here: [[Ffmpeg|useful ffmpeg commands]].
   
 
=== Questions? ===
 
=== Questions? ===

Latest revision as of 22:47, 8 September 2020

On this page, you find instructions on how to use the Iridia Supplementary Information page (http://iridia.ulb.ac.be/supp). You should transfer all the supplementary information (videos, images, pictures, graphs, etc.) of your papers to the IRIDIA Supplementary Information Pages.

Procedure for adding supplementary material

  1. Locally prepare:
    1. The index.html of your supplementary page using the template at http://iridia.ulb.ac.be/supp/template.html. The example sections in the template file (Abstract, Statistical data, Videos) are not obligatory. Please feel free to use any sections that fit your need. Your index.html should contain all the information referred to in the paper (it can also include extra text). You can develop your page in the public_html/ directory of your user account on the IRIDIA web server.
    2. All the supplementary information (images, videos, etc.) and use local links from the index.html page.
  2. Then, please write an email to the responsible of the supplementary pages with the following information:
    1. Title
    2. Authors
    3. Link to or zip file of your supplementary page
  3. The responsible of the supplementary pages will create a directory under http://iridia.ulb.ac.be/supp/ with the title IridiaSupp20xz-0ab. The papers get an ascending number based on their year.

If you need to hide confidential information for a certain time period (for example, until the paper gets published), please inform the responsible of the supplementary pages.

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.