meta data for this page
LDAP: couldn't connect to LDAP server
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision Next revision Both sides next revision | ||
common:mvpr_website_editing [2011/03/24 11:51] julankin created |
common:mvpr_website_editing [2011/05/02 17:35] julankin |
||
---|---|---|---|
Line 3: | Line 3: | ||
and is accessible via SVN at [[https:// | and is accessible via SVN at [[https:// | ||
- | All modifications to the new website is done through SVN as always. All external modifications are more or less moderated by Jukka (jukka.lankinen@lut.fi). We need help at filling information about staff, publication/ | + | All modifications to the new website is done through SVN as always. All external modifications are more or less moderated by Jukka (jukka.lankinen@lut.fi). We need help at filling information about staff, publication/ |
+ | |||
+ | The whole website is written in XHTML 1.0. Please try to respect this. | ||
=== Directory structure === | === Directory structure === | ||
- | images/ | + | |
- | include/ | + | |
- | news/ Includes files for news items | + | news_data/ |
- | pages/ | + | |
- | people/ Includes files for people info and images | + | |
+ | data/ - Bibliography | ||
+ | |||
+ | === Updating people/ | ||
+ | To add a new staff member you need to create a person file under appropriate subdirectory under the people_data/ | ||
- | === Adding or modifying people/ | + | e.g. to add a new Phd. student, go under the people_data/phdstuds/ and create a txt file with the following contents: |
- | To add new staff member you need to create a person file under appropriate subdirectory under people/ directory. | + | |
- | e.g. to add a new Phd. student, go under people/phdstuds/ and create a txt file with the following contents: | + | |
< | < | ||
< | < | ||
- | < | + | < |
< | < | ||
< | < | ||
Line 23: | Line 27: | ||
< | < | ||
</ | </ | ||
- | All fields are not required to be filled or added. | + | All fields are not required to be filled or added. |
- | === Adding or modifying | + | === Updating |
- | To add news items, just add a news file under news/ directory. It's suggested to name it " | + | To add news items, just add a news file under the news_data/ directory. It's suggested to name it by " |
< | < | ||
< | < | ||
< | < | ||
+ | < | ||
< | < | ||
</ | </ | ||
- | All three fields | + | Title and abstract |
- | === Adding | + | === Updating bibliography === |
- | The research pages can be accessed under pages/ directory by modifying the appropriate .inc.php file. | + | Bibliography is in BibTeX format and can be accessed as data/ |
+ | |||
+ | Use the following style: | ||
+ | * Do not leave any empty or unused fields such as OPT fields generated by Emacs. | ||
+ | * Field //url// is used to link to the PDF of the publication. The link will be shown with text " | ||
+ | * Place the PDFs under data/. For example, see Laaksonen et al., Humanoids 2010. | ||
+ | * For Scandinavian letters etc. do not use utf-8 or Latin-1 encodings but instead use LaTeX markup. | ||
+ | |||
+ | Note that the whole BibTeX entry is visible to the user by clicking at the //[bib]// button so do not leave comments and such. | ||
+ | |||
+ | === Updating | ||
+ | The research pages can be accessed under the pages/ directory by modifying the appropriate .inc.php file. | ||
The files for each research topic are: | The files for each research topic are: | ||
- | * robotics.inc.php (Intelligent Robotics) | + | |
- | * object.inc.php (Object Recognition) | + | * object.inc.php (Object Recognition) |
- | * visual.inc.php (Visual Inspection) | + | * visual.inc.php (Visual Inspection) |
- | * biovision.inc.php (Biomolecular Vision) | + | * biovision.inc.php (Biomolecular Vision) |
- | * medimg.inc.php (Medical Imaging) | + | * medimg.inc.php (Medical Imaging) |
+ | |||
+ | Each research topic has one 150x150 image on the research main page. | ||
- | If you add any images, please | + | If you add any images, please |
+ | Unaligned image with default borders: < | ||
+ | Right-aligned image with default borders: < | ||
+ | Left-aligned image with default borders: < | ||
+ | Image with no borders: < | ||
+ | Note that you can apply these styles simultaneously. E.g. < | ||
+ | Additionally, |