How to update information on site
Some of the information can be updated by you, while other requires contacting one of the persons in charge of the site. In case you make changes yourself, allow up to 20 minutes for them to show on site.
The following describes the actions needed to update each of the site's sections:
- Personal Information
- Personal Picture
- Personal Research Areas / Interests
- Personal Publications List
- Course Name in Courses List
- Course Web Site Address in Courses List
- News on Main Page
- Announcements
- Main Page Rotating Pictures
- M.Sc. and Ph.D. Seminars
- Projects
- Job offers
Personal Information
To change personal information such as name, office, phone, email, office hours and advisor, contact Rivka Zur (rivkaz@cs)
Personal Picture
To add/change a picture of yourself, follow these steps:
- Put your photo file in
~/.www/my_web_picture.jpg - Make sure this file is world-readable, by typing
chmod a+x ~ ~/.wwwchmod a+r ~/.www/my_web_picture.jpg
You can alternatively send your picture file to Rivka Zur (rivkaz
cs).
Personal Research Areas / Interests
To be added/removed from a research area group, or to change your personal research interests, contact Rivka Zur (rivkaz
cs).
To change your personal research interests yourself, follow these steps:
- Put a utf8 encoded text/html file containing your research interests in
English version:~/.www/research_interests_eng.txt
Hebrew version:~/.www/research_interests_heb.txt - Make sure these files are world-readable, by typing
chmod a+r ~/.www/research_interests*.txt
Personal Publications List
To immediately add/change your list of publications as appears on the standard faculty page, follow these steps:
- Put a bibtex file at
~/.www/publications/publications.bib
- OR -
Put a text/html file at~/.www/publications/publications.txt
It is highly recommended to put bibtex file, it frees you from the need to format the list, and allows you to include links to your papers online (next step) - If you did not use bibtex in step 1, skip this step.
When using bibtex, you may put electronic versions of your papers by just putting files named <key>.pdf, <key>.ps, <key>.ps.gz or <key>.ps.Z under~/.www/publications/. Where <key> is the bibtex entry key, such asCohen99.pdf. - Make the publications dir readable by typing
chmod -R a+rx ~/.www/publications
You can alternatively send your bibtex, or text file to Rivka Zur (rivkaz
cs).
Course Name in Courses List
To change your course name as appears on site, contact Hadas Heier (heier
cs).
Course Web Site Address in Courses List
The system automatically scans the network every hour to find new courses. It is configured to find sites with postfix of ~cs, ~ct, as well as WebCourse sites. Thus, many times all you have to do is just wait an hour, and your site will be automatically linked.
Detailed info about sites for the course:
The system checks the following URLs (in this order of priority) for the course for previous, current and next semesters:
  http://webcourse.cs.technion.ac.il/COURSE#/SEMESTER-NAME
  http://www.cs.technion.ac.il/~csCOURSE#/SEMESTER-NAME
  http://www.cs.technion.ac.il/~ctCOURSE#//SEMESTER-NAME
COURSE# is course number (236XXX, etc.).
SEMESTER-NAME is: Summer20xx, Spring20xx, Winter20xx (The same as in webcourse).
20xx - is the year of the semester that the course is given.
For ~csCOURSE# page, you need to create a subdir with name SEMESTER-NAME under .www/ directory.
In that dir, create file index.html, and put your page there.
Example: Create web page in ~csCOURSE# for course 236999, semester summer 2013:
- Login into user cs236999 (if you dont have an account for the course, please open Helpdesk request).
- Create the file ~cs236999/.www/Summer2013/index.html .
- Make sure it has read access to everyone: chmod -R a+rX ~cs236999/.www/Summer2013/
- This will create home link to http://www.cs.technion.ac.il/~cs236999/Summer2013     which will display index.html there.
- If you want other url address than the above, you can redirect to it in the index.html file with html '"HTTP-EQUIV="REFRESH"' (search web for '"html redirect"', for help).
If you want other url address than the above, or you wish to change it from any other reason (for current semester only), and not use the above redirect option, please contact Hadas Heier (heier
cs).
News on Main Page
If you have some exciting news you wish to publish on the main page, prepare the following:
- A one line title
- Full text of the news item
- [optional] News picture
- [optional] Additional photos (to be presented as a photo gallery)
- [optional] Documents to attach to the item
and send to Rivka Zur (rivkaz
cs).
Announcements
To publish an announcement, send a one line title and text, to Rivka Zur (rivkaz
cs).
Main Page Rotating Pictures
To add a picture to the pool of rotating pictures, send this information:
- Picture file (.jpg or .gif)
- One line descriptive title
- [optional] link (url)
to Shaul Markovitch (shaulm
cs).
M.Sc. and Ph.D. Seminars
To have your seminar published in the announcements section of the site and sent to the mailing list:
- Download and edit this template. Keep special attention to the time and place format (leave them in the exact format as in the template). Also note that all fields except 'Abstract' must be on a single line. Edit with simple editor: vi,Emacs,Notepad, not MS-Word, for example.
- Save it in your csd account in a file called
~/.www/msc_seminaror~/.www/phd_seminar, depending on the occasion (notice that this should be a file - not a directory). You can have only one seminar file at a time. - Make sure it is readable by executing
chmod a+r ~/.www/msc_seminar ; chmod a+x ~/. ~/.www
or
chmod a+r ~/.www/phd_seminar ; chmod a+x ~/. ~/.www
DO NOT FORGET to send the seminar announcement to the Yedion. See How to Distribute Information on a Seminar for M.Sc., Ph.D., or Direct Track?.
Note: an email announcing your seminar will automatically be sent to the CS-GRAD-SEMINARS-L list 72 hours before the event, and you will be CCed. For PH.D. seminars, an announcing email will also be sent 14 days before the event. The announcement will appear in the faculty home page events within up to 1 hour. Please make sure it does. If it does not, check the format of the file, and the file and directory permissions. For more information and solutions to problems please consult How to Distribute Information on a Seminar for M.Sc., Ph.D., or Direct Track?. You can contact Rivka Zur (rivkaz@cs) for more help.
Projects
To have your projects published in the courses section of the site:
- Edit this template:
Title (one line)
Link (one line)
Short description. - Put a utf8 encoded text file containing your project in
English version:~/.www/projects/XXX_eng.txt
Hebrew version:~/.www/projects/XXX_heb.txt
XXX could be any file name you like. If you have both version for the same project, the "XXX" part at files names should be the same too. - Make sure it is readable by executing
chmod a+x ~/. ~/.www ~/.www/projects ; chmod a+r ~/.www/projects/*
Job offers
To have your job offerings published at the site:
- Send the job description to Rivka Zur (rivkaz
cs). Give a job title, a short description, and contact information. Remember to call Rivka again when the job expires.