[Neuropostdocs] individual web pages

Samuel Beshers beshers at life.uiuc.edu
Thu Sep 8 15:20:44 CDT 2005


Dear NSP students and postdocs,

We're now ready to collect information for individual web pages on the new 
site.

These pages are optional; your name will be listed on the new site, and we 
hope most of you will want your own pages, but it's your
decision.  I also hope most of you will put your picture on your page, but 
again that is optional.

To have us create a page, please put your information in the attached 
template file.  It's simplest to use a text editor, such as Notepad,
and make sure it is saved as a pure text file with the .php suffix.

This template is pretty well annotated, so it should be clear what goes 
where.  I was confused by only one thing:  there is a place for "netid"
with some information about pictures and email.  Just put your netid in 
that space, and you need to check the campus phone directory
if in doubt, because your email address is not necessarily your 
netid.  Pictures will have your netid as part of the name, and your email
address will be automatically linked to your netid.

If you can do this within a week, that will be great.  If not, whenever you 
get it done we will load it up.

Sam
-------------- next part --------------
<?

// Please place the particulars of name and title between
// the quotes below.  For example:
// $firstname='Sam';
// $lastname='Beshers';

$firstname='';
$middlepart='';
$lastname='';
// This is for special posistions like 'Director Neurosscience Program'
// or 'Director Emeritus'
$surtitle='';
// Normal title, like 'Associate Professor'
$title='';
// UIUC netid
$netid='';

// picture is implied by netid, image must be named 
// netid.gif or netid.jpg or netid.png
// email address is implied by netid of the form netid at uiuc.edu

// Years in program (only applicable for students, leave as zero otherwise):
$years=0;

// Departmental / lab affiliation:
// Example:
// $affiliation='Molecular &amp; Integrative Physiology, Biophysics &amp; Computational Biology, Bioengineering, Computer Science';
$affiliation='';

// BEGINNING OF FREE FORM FIELDS
// wrap each entry (e.g. a publication) in tags like this: <div></div>
// or like this: <p></p>
// for example:
// <div>
//        Federmeier, K.D. and Kutas, M. (1999) &quot;Right words and left words: 
//        Electrophysiological evidence for hemispheric differences in meaning processing,&quot; 
//        <span class='italic'>Cognitive Brain Research</span> <span class='bold'>8</span>:373-392.
// </div>	
// to format text within the citation, use span tags as in the above example. 
// the available classes are: underline, italic, and bold
// For example: <span class='underline'>Foo</span> will output the word 'Foo', underlined
//
// Note: when editing you can search for <<< to find the start of the next block
//

// Degrees granted:
// The content for the block should start after the folllowing line and is ended by the word
// ENDOFDEGREES; on a line alone
$degrees=<<<ENDOFDEGREES

ENDOFDEGREES;
// end of degrees

// Publications:
// The content for the block should start after the folllowing line and is ended by the word
// ENDOFPUBS; on a line alone
$publications=<<<ENDOFPUBS

ENDOFPUBS;
// end of publications

// Research Areas:
// this is a totally unstructured block.  Headings should be wrapped
// in <div></div> tags and <p></p> for paragraphs
// 
// The content for the block should start after the folllowing line and is ended by the word
// ENDOFRESEARCH; on a line alone
$researchareas=<<<ENDOFRESEARCH

ENDOFRESEARCH;
// end of research areas

// Awards and Honors:
// to format text within the citation, use span tags as in the above example. 
// the available classes are: underline, italic, and bold
// For example: 
// <div>
//		<span class='italic'>Kay T. Manning</span> Research Award, 1976
// </div>	
// 
// The content for the block should start after the folllowing line and is ended by the word
// ENDOFPUBS; on a line alone
$awards=<<<ENDOFAWARDS

ENDOFAWARDS;

// Other Info:
// a free form html block with other misc. info about this person
// This would be the place to put links to other research groups, collaborations,
// hobbies, or other items of interest
//
// The content for the block should start after the folllowing line and is ended by the word
// ENDOTHER; on a line alone
$otherinfo=<<<ENDOTHER

ENDOTHER;
?>
-------------- next part --------------



More information about the Neuropostdocs mailing list