Project 2 resource page

For Romanian-speaking students in the English group (TST-en): you should use the Romanian documentation and PDFs because they are slightly newer and contain some updates. The project list, requirements and grading are exactly the same for TST and TST-en.

Documentation

Project list

The list of projects is here.
The procedure for choosing a project is as follows:

Project report

Each team must create the documentation/report for the project as a website (hosting is done on matrix.elcom.pub.ro. You may use any program generating HTML, even Microsoft Word using Save As HTML, or even write HTML by hand. Since this is not a Web Design class, I will not grade you according to the "aesthetics" of the page, but only based on its technical content. The website must contain the following sections, clearly separated:

In order to upload your web site to the server:
- you need to use FileZilla (or equivalent) and select "SFTP - SSH File Transfer Protocol" as protocol; the port number is not 22, it is given in class. Using simple FTP will not work.
- the site must be in a folder called public_html, placed in the home directory of your account. Using any other name will not work. Thus, you must create the folder public_html on your home machine, save the website into it, and then upload the folder with all its contents.
- lowercase is not the same as uppercase; take care of the case especially when linking to photos and uploading them; photo1.jpg and photo1.JPG are not the same! Also, it is not recommended to have spaces in your file names.
- assuming your user account is A07, your site will be visible at matrix.elcom.pub.ro/~A07 (note the ~ sign).
- if you have basic Linux knowledge, you can use putty under windows (or any other ssh client - use the same port as for SFTP, not standard port 22!) to access your account in a terminal; for instance, to change your password, login via ssh, then issue the command "passwd"; you will be asked for the old and new password. You may use "mc" (Midnight Commander, which looks similar to Windows Commander/Total Commander/Norton Commander) for file management, if needed, i.e. to inspect your files and even modify them without uploading the whole site.

Grading

Your grade is composed of the following:

I will look at your source code during the final session. You will or download it from your site (you must upload it in a .zip archive prior to coming to the last session).