This document provides guidance for what changes to make in a new Europa member web page (highlighted areas below) and the text found in the “README New Member” file.


Directions for creating a new member webpage directory:

All member homepages should be kept in a subdirectory of:

/n/gold/6/long/europa/WWW/people/


When joining Europa, go to WWW/people and create a subdirectory with your cis user id. This will be your member *webpage* directory. The UNIX commands for this are:

mkdir [your_cis_id]


Now copy the file "/n/gold/6/long/europa/WWW/people/new_member/index.html" to your new memberdirectory. The UNIX commands for this are:

cd [your_cis_id]
cp ../new_member/index.html index.html


Be sure to set the member directory and homepage permissions using the following commands:

cd ..
chmod -R g=rX,o=rX [your_cis_id]


Be sure to let the Europa Webmaster know when a link to your page is ready to be added to the list of current members.



The index.html file you just copied is a generic member homepage; fill in the appropriate areas to customize it for your own project homepage. Areas to be customized are highlighted in red below.
<! 
/**********************************************************************
**\
|
| $Source$
| $Revision$
| $Date$
| $State$
| $Author$
|

|**********************************************************************
**|
| Description:
|

|

\**********************************************************************
*!>

<HTML>
<HEAD>
<TITLE>Your Name's Europa Research</TITLE>
</HEAD>

<BODY BACKGROUND="../../images/background.jpg" LINK=blue VLINK=blue 
ALINK=green>

<A HREF="../../index.html">
<IMG SRC="../../images/europa3.jpg" WIDTH=60 HEIGHT=60 BORDER=0 
ALIGN=left></A>

<A HREF="../../index.html">
<IMG SRC="../../images/europa3.jpg" WIDTH=60 HEIGHT=60 BORDER=0 
ALIGN=right></A>
<BR><H1><CENTER>Your Name</CENTER></H1><BR>

Maybe say something about yourself here. Who are you, what do you do, 
where's your personal homepage?
<BR>

<H2>Index:</H2>
<UL><H4>
<IMG SRC="../../images/black.gif">
<A HREF="#interests">Research Interests</A><BR>
<IMG SRC="../../images/black.gif">
<A HREF="#current">Current Projects</A><BR>
<IMG SRC="../../images/black.gif">
<A HREF="#completed">Completed Projects</A><BR>
<IMG SRC="../../images/black.gif">
<A HREF="../../index.html">Return to Europa</A><BR>
</H4></UL>


<P><A NAME="interests"></A><HR><H1>Research Interests:</H1></P>
<UL>
What avenues of CS do you want to pursue?<br>
What ideas do you have for future projects in Europa?<br>
Do you plan to pursue graduate school or future research?<br>
Consider this page as a future resource for your resume.<br>
</UL>

<P><A NAME="current"></A><HR><H1>Current Projects:</H1></P>
<UL>
<H4><LI><A HREF="../../projects/0000/index.html">Project 
Name1
</A></LI></H4>
This is where you should say, concretely and specifically,
what work you plan to accomplish on this project during the
current quarter. 

<H4><LI><A HREF="../../projects/0000/index.html">Project 
Name2
</A></LI></H4>

</UL>

<P><A NAME="completed"></A><HR><H1>Completed Projects:</H1></P> 
<UL>
<H4><LI><A HREF="../../projects/0000/index.html">Project 
Name3
</A></LI></H4>
When a project is completed, you should move it to this section.
This can be a simple cut-and-paste, because the link to the
project homepage will still be the same. Include whatever results
or findings your research produced, and indicate when the project
was completed.

<H4><LI><A HREF="../../projects/0000/index.html">Project 
Name4
</A></LI></H4>

</UL>

<BR>
<A HREF="../../index.html">
<IMG SRC="../../images/europa3.jpg" WIDTH=60 HEIGHT=60 BORDER=0 
ALIGN=left></A>
<BR><H4>&nbsp;&nbsp;Return to Europa</H4><BR>
<HR>
<address><a href="YOUR_EUROPA_HOME_WEBPAGE_URL">your name</a> &lt;<a 
href="mailto:your-login-id@cis.ohio-state.edu">your-login-id@cis.ohio-s
tate.edu</a>&gt;</address>
<!-- hhmts start -->
Last modified: Tue Feb 2 12:12:04 EST 1999
<!-- hhmts end -->
</BODY>
</HTML>

<! 
/**********************************************************************
**\
| $Log$

\**********************************************************************
*!>


Last modified: Mon Mar 10 10:07:51 EST 2003