A Web page is a text file containing both content and markup language (called HTML) that tells the viewer's browser how to display the information. Each faculty member has one file, /Volumes/Files/research/yoursurname/welcome.html, that contains your contact information, pedigree, and research interests, and another, /Volumes/Files/research/yoursurname/cv.html, that contains your publication list. To edit any of this information, you need to copy your Web page to your own computer, modify this copy, and then upload it back onto the server.
(You can set up this hostname as a shortcut by pressing the New Shortcut button.)
Each of these editors has different features (strengths and weaknesses). It is up to you to find out what these are.
See Terry Todd or Sean Parkin for your password. If you want to change your password, see Sean Parkin for instructions.
*The characters <, >, and & have special meanings in HTML and must be represented with the character strings <, >, and &, respectively, in your HTML document. For other special characters (such as ü), see this page. For information on formatting your content, inserting images, etc., see the Beginner's Guide to HTML, or just look at the source code of a page you admire and see how the author made it look the way it does.