icml2008@helsinki.fi

ICML 2008 web pages

You can update, remove or add pages to the ICML web site http://icml2008.cs.helsinki.fi/ in the following manner:

The ftp address is

ftp.cs.helsinki.fi

the user name

tkt_iuc

and the password is ...

Files

ICML-related files

	cfp.shtml		call for papers
	contact.shtml		contact information
	dates.shtml		important dates
	index.shtml		home page
	menu-icml.shtml		ICML menu. Do NOT edit yourself.
	organisation.shtml	chairs and programme committee
	past_icmls.shtml	pasts ICML conferences
	posters.shtml		poster sessions
	programme.shtml		(preliminary) conference programme
	submission.shtml	paper submissions
	tutorials.shtml		tutorials
	workshops.shtml		workshops
	
	icml2008stylefiles-jan5th.zip 	style files for submissions
	icml.css		style file for web pages

Please, do not edit the menu file menu-icml.shtml. We will coordinate the menus locally with UAI and COLT to maintain good usability across the web pages.

Obviously, there will be a need for further ICML related pages, like

	
	Invited speakers
	Sponsors
	Student volunteers (and travel grants)
	Accepted papers
	Accepted posters
	Registration
	Receptions and banquets	...

but these will be created when needed

Local information related files

	helsinki.shtml		Helsinki and Finland
	hotels.shtml		accommodation
	local.shtml		all local information in one page
	local_organisation.shtml local team
	transport.shtml		transportation from airport and in Helsinki
	venue.shtml		conference site
	
	images			banners etc.
	content-filename.html	symbolic link to local file (common to all
				three conferences)

Examples of use

FTP

In a console window, give command

	lftp tkt_iuc@ftp.cs.helsinki.fi 

and password

	
	xxx
You should now have access to the files. Use normal Unix commands such as
	help, help cmd  print list of available commands, or help for command cmd 
	ls		list directory contents
	more		file perusal filter for crt viewing
	get		retrieve remote file and store it to local file
	put		upload file
	exit		exit from lftp

For example, if you need to update the home page, do the following

	get index.shtml

Make necessary updates in file index.shtml locally. Then

	put index.shtml

winscp

WinSCP is an open source SFTP client and FTP client for Windows. Its main function is the secure file transfer between a local and a remote computer.

See http://winscp.net.

Quite easy to use for down/uploading files.

Konqueror web browser (but not IE or Firefox)

Please, always use ftp to download the file for editing. (Do NOT take the page source using a web browser. The original files use #include directives for common parts of the files, using page source from browser messes this system up.) However, you can take a look at the file by downloading them in Konqueror:

Open Konqueror and give the ftp address

	ftp://tkt_iuc@ftp.cs.helsinki.fi/

Then give the password.


You can also send your modifications to Greger (greger.linden@cs.helsinki.fi)