Difference between revisions of "Airpaper"

From AIRWiki
Jump to: navigation, search
m (Structure)
(Structure)
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[https://svn.elet.polimi.it/airpaper/ Airpaper] (authentication needed) is the repository of papers written at Airlab.
+
[https://svn.ws.dei.polimi.it/airpaper/ Airpaper] (authentication needed) is the repository of papers written at Airlab.
  
It is based on [http://subversion.tigris.org/ Subversion]; you can find some help in configuring Subversion in the [[Configuring Subversion]] page, but you don't need the key and Ssh part as Airpaper uses Http authentication.  ''<nowiki>https://svn.elet.polimi.it/airpaper/</nowiki>'' is the repository Url when you checkout your working copy.
+
It is based on [http://subversion.tigris.org/ Subversion]; you can find some help in configuring Subversion in the [[Configuring Subversion]] page.  ''<nowiki>https://svn.ws.dei.polimi.it/airpaper/</nowiki>'' is the repository Url when you checkout your working copy.  When you have configured Subversion, you can find some information and pointers on how to use the system in the [[Using Subversion]] page.
  
You have to be added as a user to the project by one of the administrators, even if you already are a user of Dei's Savane.  Administrators currently are: [[User:BernardoDalSeno|Bernardo Dal Seno]], [[User:MatteoMatteucci|Matteo Matteucci]].  (New administrators, please add your names here)
+
You have to be added as a user to the project by one of the administrators, even if you already are a user of Dei's Savane.  Administrators/authors currently are: [[User:RossellaBlatt|Rossella Blatt]], [[User:BernardoDalSeno|Bernardo Dal Seno]], [[User:GiulioFontana|Giulio Fontana]], [[User:MatteoMatteucci|Matteo Matteucci]], [[User:SimoneTognetti|Simone Tognetti]].  (New administrators, please add your names here)
  
 
== Structure ==
 
== Structure ==
Line 9: Line 9:
 
This is a partial structure of the repository:
 
This is a partial structure of the repository:
 
* '''bci''': BCI-related stuff
 
* '''bci''': BCI-related stuff
 +
* '''benchmarking''': papers related to benchmarking in robotics
 
* '''common''': common stuff
 
* '''common''': common stuff
 
** '''bib''': bibliography (Bibtex files, databases and styles)
 
** '''bib''': bibliography (Bibtex files, databases and styles)
 
** '''images''': obvious
 
** '''images''': obvious
 +
* '''emotica''': Affective computing stuff
 +
* '''slam''': simultaneous localization ans mapping
 +
* '''tracking''': vehicle tracking
 
* '''wheelchair''': Lurch-related stuff
 
* '''wheelchair''': Lurch-related stuff
All files related to a paper should be contained in one directory; please use a name that is clear and begins with a year, e.g., ''2009_Science'', ''2010_Nature_Higgs''
+
 
 +
All files related to a paper should be contained in one directory; please use a name that is clear and begins with a year, e.g., ''2009_Science'', ''2010_Nature_Higgs''.
  
 
== Rules ==
 
== Rules ==
 +
If you are interested in finding out your performance in wrinting articles follow this guide the help you to use [[StatSVN]]
  
 
TODO
 
TODO
Line 21: Line 27:
 
== For administrators ==
 
== For administrators ==
  
To add a new user, do the following:
+
Instruction for managing users are on the page [[DEI Subversion Administration]]
* Login to ''savane.elet.polimi.it'' with your Dei account
+
* Issue the command
+
htpasswd -m /var/www/trac/airpaper/conf/htpasswd <new_user_name>
+
and type the new user's password when asked.  Substitute ''<new_user_name>'' with the username of your choice; it doesn't have to be one of Savane users.  Please notice that users have no chance to change passwords by themselves.
+
* If the new user must be able to write or modify new content, edit the file ''/var/www/trac/airpaper/conf/authz'' and add the new user to the ''authors'' group.  You'll find something like this:
+
[groups]
+
authors = dduck, mmouse, goofy
+

Latest revision as of 11:58, 13 February 2013

Airpaper (authentication needed) is the repository of papers written at Airlab.

It is based on Subversion; you can find some help in configuring Subversion in the Configuring Subversion page. https://svn.ws.dei.polimi.it/airpaper/ is the repository Url when you checkout your working copy. When you have configured Subversion, you can find some information and pointers on how to use the system in the Using Subversion page.

You have to be added as a user to the project by one of the administrators, even if you already are a user of Dei's Savane. Administrators/authors currently are: Rossella Blatt, Bernardo Dal Seno, Giulio Fontana, Matteo Matteucci, Simone Tognetti. (New administrators, please add your names here)

Structure

This is a partial structure of the repository:

  • bci: BCI-related stuff
  • benchmarking: papers related to benchmarking in robotics
  • common: common stuff
    • bib: bibliography (Bibtex files, databases and styles)
    • images: obvious
  • emotica: Affective computing stuff
  • slam: simultaneous localization ans mapping
  • tracking: vehicle tracking
  • wheelchair: Lurch-related stuff

All files related to a paper should be contained in one directory; please use a name that is clear and begins with a year, e.g., 2009_Science, 2010_Nature_Higgs.

Rules

If you are interested in finding out your performance in wrinting articles follow this guide the help you to use StatSVN

TODO

For administrators

Instruction for managing users are on the page DEI Subversion Administration