/*  peopleConstants.js

Information for people associated with the Museum of Paleontology.

*/

/*

Constants define people in various positions using their 

 last name to link to the large array of people on this page.

*/

	WEBMASTER = "Gingerich";

	directorName = "Gingerich";

	admin = "Stauch";

	vertColCoordinator = "Gunnell";

	invertColCoordinator = "Miller";



/* The email address for paleontology publications can be changed here. */

	paleoPubs = "paleopubs@umich.edu";



/* 

Lists of Curators, Teachers, and Researchers in each sub-discipline

 can be changed here.

*/

	paleobotanyCurators = "<a href='" + INDIVIDUAL + "Burnham'>Burnham</a>";

	micropaleoCurators = "None";

	invertCurators = "<a href='" + INDIVIDUAL + "Baumiller'>Baumiller</a>, <a href='" + INDIVIDUAL + "Fisher'>Fisher</a>";

	vertCurators = "<a href='" + INDIVIDUAL + "Gingerich'>Gingerich</a>, <a href='" + INDIVIDUAL + "Wilson'>Wilson</a>";

	vertTeachers = "<a href='" + INDIVIDUAL + "Badgley'>Badgley</a>, <a href='" + INDIVIDUAL + "Fisher'>Fisher</a>, <a href='" + INDIVIDUAL + "Gingerich'>Gingerich</a>, <a href='" + INDIVIDUAL + "Wilson'>Wilson</a>";

	vertResearchers = "<a href='" + INDIVIDUAL + "Badgley'>Badgley</a>, <a href='" + INDIVIDUAL + "Gunnell'>Gunnell</a>, <a href='" + INDIVIDUAL + "MacLatchy'>MacLatchy</a>, <a href='" + INDIVIDUAL + "Sanders'>Sanders</a>, <a href='" + INDIVIDUAL + "Zelditch'>Zelditch</a>";

	microResearchers = "<a href='" + INDIVIDUAL + "Pappas'>Pappas</a>";
			

/* 

The current year, for keeping track of the years current 

 postdoctoral students have been at UM.

 */

	thisYear = "2009";



/* Contact information for the paleontology office. */

	paleoOffice = 

	{

		phone:	"734-764-0489",

		fax: 	"734-936-1380",

		office:	"1529 Ruthven Museums"

	};

	

/* Standard job titles used in the array of people to keep things consistent. */

	titles = 

	{

		grad:

		{

			small:	"Grad Student",

			full:	"Graduate Student in Geological Sciences<BR>Museum of Paleontology"

		},
		
		ResSci:
		{	small:	"Research Scientist",
		
			full:	"Research Scientist"
			
		},

		asstResSci:

		{

			small:	"Asst. Research Scientist",

			full:	"Assistant Research Scientist"

		},

		assocResSci:

		{

			small:	"Assoc. Research Scientist",

			full:	"Associate Research Scientist"

		},

		assocResII:

		{

			small:	"Research Assoc. II",

			full:	"Research Associate II"

		},

		profCur:

		{

			small:	"Curator/Professor",

			full: 	"Curator, Museum of Paleontology<BR>Professor"

		},

		assocProfCur:

		{

			small:	"Assoc. Curator/Professor",

			full: 	"Associate Curator, Museum of Paleontology<BR>Associate Professor"

		},

		asstProfCur:

		{

			small:	"Asst. Curator/Professor",

			full: 	"Assistant Curator, Museum of Paleontology<BR>Assistant Professor"

		},

		ResSciasstProf:

		{

			small:	"Res. Sci./Asst. Prof.",

			full: 	"Research Scientist, Museum of Paleontology<BR>Assistant Professor"

		},

		postdoc:

		{

			small:	"Postdoc",

			full:	"Museum of Paleontology Postdoc"

		}

	};



/* 

Array of people who are or have been associated with the museum.

See the webmaster help document for adding, deleting or changing

 the status of people.

*/		

person =

	{

		Lohmann:

		{

			lastname:		"Lohmann",	// last name

			firstname:		"K. C.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Alexander:

		{

			lastname:		"Alexander",	// last name

			firstname:		"Amanda J.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1982",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Sedimentology and taphonomy of a Middle Clarkforkian (Early Eocene) fossil vertebrate locality, Fort Union Formation, Bighorn Basin, Wyoming",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Angielczyk:

		{

			lastname:		"Angielczyk",	// last name

			firstname:		"Ken",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"etranger@socrates.berkeley.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Graduate Student",	// change actual text in titles above

			titleFull:		"Graduate Student: U. California, Berkeley",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	"?",	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Ash:

		{

			lastname:		"Ash",	// last name

			firstname:		"Amanda W.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"asha@umich.edu",	// if at umich = "uniqname@umich.edu", else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			"734-763-9368",	// full phone number - for most grad students: paleoOffice['phone']

			fax:			paleoOffice["fax"],	// probably paleoOffice['fax'], otherwise write correct fax number

			office:			"4011 C.C. Little Bldg.",	// office number and building

			degree:			"B.A.: Geology, Amherst College, 1997",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Evolution and diversification of angiosperms<li>Nutrient cycling in forested ecosystems<li>Biological effects of acid rain<li>Interpretation of ecosystem function through dendrochemistry</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,		// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Badgley:

		{

			lastname:		"Badgley",	// last name

			firstname:		"Catherine E.",	// first name and middle initial, if wanted

			uniqname:		"cbadgley",	// uniqname if at umich

			email:			"cbadgley@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["ResSciasstProf"]["small"],	// change actual text in titles above

			titleFull:		titles["ResSciasstProf"]["full"]+ " of Ecology and Evolutionary Biology",	// change actual text in titles above

			phone:			"734-763-6448",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"118 Museums Annex",	// office number and building

			degree:			"PhD.: Biology, Yale University, 1982",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Paleoecology<li>Taphonomy<li>Miocene mammals of Indo-Pakistan<li>Biogeography</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			"http://www.eeb.lsa.umich.edu/eeb/people/cbadgley/research.html",	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		"<a href='http://www.eeb.lsa.umich.edu/eeb/people/cbadgley/index.html' target='other'>EEB webpage</a>",	// other (higly relevant) links wish to have on business card

			years:			"1982-1985",	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"Paleoecology and Taphonomy",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Bartels:

		{

			lastname:		"Bartels",	// last name

			firstname:		"William S.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"wbartels@albion.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Professor & Chair",	// change actual text in titles above

			titleFull:		"Professor & Chair: Albion College, Department of Geology",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.albion.edu/geology/FACULTY.asp",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Dorr",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1981",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Reptilian fauna of the Clarkforkian land-mammal age (Paleocene-Eocene) in western North America",	// title of MS thesis at U Mich

			MSadvisorAlt:   "Gingerich",   // if MS advisor diff from PhD

			PhDyear:		"1987",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Fossil reptile assemblages and depositional environments of selected early Tertiary vertebrate bone concentrations, Bighorn Basin, Wyoming"	// title of PhD thesis at U Mich

		},

		Baumiller:

		{

			lastname:		"Baumiller",	// last name

			firstname:		"Tomasz K.",	// first name and middle initial, if wanted

			uniqname:		"tomaszb",	// uniqname if at umich

			email:			"tomaszb@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["profCur"]["small"],	// change actual text in titles above

			titleFull:		titles["profCur"]["full"] + " of Geological Sciences",	// change actual text in titles above

			phone:			"734-764-7543",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"2508 Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Geology, University of Chicago, 1990",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Invertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Functional morphology<li>Analytical paleobiology<li>Taphonomy<li>Biotic interactions<li>Crinoid and blastoid paleobiology</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~tomaszb/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Bebej:

		{

			lastname:		"Bebej",	// last name

			firstname:		"Ryan M.",	// first name and middle initial, if wanted

			uniqname:		"rmbebej",	// uniqname if at umich

			email:			"rmbebej@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		"Graduate Student in Ecology and Evolutionary Biology",	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1522 Ruthven Museums",	// office number and building

			degree:			"B.S.: Biology, Calvin College, 2005",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate Paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Evolution of archaeocetes</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~rmbebej",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Beck:

		{

			lastname:		"Beck",	// last name

			firstname:		"Charles B.",	// first name and middle initial, if wanted

			uniqname:		"chbeck",	// uniqname if at umich

			email:			"chbeck@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Curator/Professor Emeritus",	// change actual text in titles above

			titleFull:		"Curator/Professor Emeritus",	// change actual text in titles above

			phone:			"734-763-5089",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"5004 C.C. Little Bldg.",	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleobotany",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Beld:

		{

			lastname:		"Beld",	// last name

			firstname:		"Scott G.",	// first name and middle initial, if wanted

			uniqname:		"sbeld",	// uniqname if at umich

			email:			"sbeld@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["assocResII"]["small"],	// change actual text in titles above

			titleFull:		titles["assocResII"]["full"],	// change actual text in titles above

			phone:			"734-763-9253",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1526 Ruthven Museums",	// office number and building

			degree:			"PhD.: Near East Studies, University of Michigan, 2002",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Technical Staff",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Proboscidean tusk increments<li>Great Lakes Archaeology<li>Mesopotamian Ritual Economies</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"Technical",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Bloch:

		{

			lastname:		"Bloch",	// last name

			firstname:		"Jonathan I.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"jbloch@flmnh.ufl.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"",	// change actual text in titles above

			titleFull:		"Assistant Curator of Vertebrate Paleontology: Florida Museum of Natural History, University of Florida",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"PhD: Geology, University of Michigan, 2001",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Systematics and Evolution",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.flmnh.ufl.edu/staff/cvs/jbloch_cv.htm",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			"2002",	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1995",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Systematics and cranial anatomy of late Paleocene <i>Carpolestes</i> (Mammalia, Proprimates)",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"2001",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Mammalian paleontology of freshwater limestones from the Paleocene-Eocene of the Clarks Fork Basin, Wyoming"	// title of PhD thesis at U Mich

		},

		Boyer:

		{

			lastname:		"Boyer",	// last name

			firstname:		"Doug",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Graduate Student",	// change actual text in titles above

			titleFull:		"Graduate Student: SUNY Stony Brook, Department of Anatomy",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	"2002",	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},
		
		Bradley:

		{

			lastname:		"Bradley",	// last name

			firstname:		"Alex",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		"Graduate Student",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://eaps.mit.edu/geobiology/people/alex.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Baumiller",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"2002",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Modeling blastoid hydrospires as respiratory structures",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Burnham:

		{

			lastname:		"Burnham",	// last name

			firstname:		"Robyn J.",	// first name and middle initial, if wanted

			uniqname:		"rburnham",	// uniqname if at umich

			email:			"rburnham@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["assocProfCur"]["small"],	// change actual text in titles above

			titleFull:		titles["assocProfCur"]["full"] + " of Ecology and Evolutionary Biology",	// change actual text in titles above

			phone:			"734-647-2585",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1518 Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Botany, University of Washington, 1987",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleobotany",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Biogeography and evolutionary history of Andean Tertiary floras<li>Ecology and diversity of climbing plants in high diversity Amazonia<li>Agricultural impacts on Amazonian plant diversity<li>Genetic variation in lianas in Amazonia using molecular methods (AFLP)</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~rburnham/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		"<a href='http://www.eeb.lsa.umich.edu/eeb/people/rburnham/index.html' target='other'>EEB webpage</a><li><a href='" + top.PALEOBOTANY_RESEARCH + "' target='other'>Research strengths in paleobotany</a>",	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Carr:

		{

			lastname:		"Carr",	// last name

			firstname:		"Robert K.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"carrr1@ohio.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Lecturer/Instructor",	// change actual text in titles above

			titleFull:		"Lecturer/Instructor: U. Ohio, Department of Biological Sciences",	// change actual text in titles above

			phone:			"+1 (740) 593-2290",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.biosci.ohiou.edu/faculty/carr/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Smith",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"&nbsp;",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1994",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Placodermi (Arthrodira) from the Cleveland Shale (Famennian) of northern Ohio"	// title of PhD thesis at U Mich

		},
		
		Carranco:
		
		{
			
			lastname:		"Carranco",	// last name

			firstname:		"Nina L.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"carranco@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null, //titles["grad"]["small"],	// change actual text in titles above

			titleFull:		null, //titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null, //"Badgley",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},
		
		Chattopadhyay:

		{

			lastname:		"Chattopadhyay",	// last name

			firstname:		"Devapriya",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"dchattop@westga.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Assistant Professor",	// change actual text in titles above

			titleFull:		"Asst. Prof.: Univ. West Georgia, Geosciences",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"M.S.: Applied Geology, IIT Bombay, Mumbai, India, 2004",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Invertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Drilling predation in mollusks<li>Taphonomy</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Baumiller",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"2008",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},
		
		Cherney:

		{

			lastname:		"Cherney",	// last name

			firstname:		"Michael",	// first name and middle initial, if wanted

			uniqname:		"mcherney",	// uniqname if at umich

			email:			"mcherney@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1522 Ruthven Museums",	// office number and building

			degree:			"B.A.:  Anthropology, University of Michigan, 2002",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate Paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Evolution and phylogeny of turtles<li>Vertebrate paleofauna of the Caribbean</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	"2002",	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Clyde:

		{

			lastname:		"Clyde",	// last name

			firstname:		"William C.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Assistant Professor",	// change actual text in titles above

			titleFull:		"Assistant Professor: U. New Hampshire, Department of Earth Sciences",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://earth.unh.edu/clyde/wcc.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1993",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Chronology of the Wasatchian land-mammal age (early Eocene) magnetostratigraphic results from the McCullough Peaks section, northern Bighorn Basin, Wyoming",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1997",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Stratigraphy and mammalian paleontology of the McCullough Peaks, northern Bighorn Basin, Wyoming implications for biochronology, basin development, and community reorganization across the Paleocene-Eocene boundary"	// title of PhD thesis at U Mich

		},

		DEmic:

		{

			lastname:		"D'Emic",	// last name

			firstname:		"Michael",	// first name and middle initial, if wanted

			uniqname:		"mdemic",	// uniqname if at umich

			email:			"mdemic@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]
			
			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"121 Museums Annex",	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Evolution of sauropods</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Wilson",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},							// WITH COMMA unless last entry of list
		
		Deutsch:

		{

			lastname:		"Deutsch",	// last name

			firstname:		"Harvey A.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1978",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Systematics and evolution of early Eocene Hyaenodontidae (Mammalia, Creodonta) in the Clark’s Fork basin, Wyoming",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},
		
		Eiting:

		{

			lastname:		"Eiting",	// last name

			firstname:		"Thomas P.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"tpeiting@bio.umass.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"B.S.: Geological Sciences, The University of Texas at Austin, 2004<BR>B.S.: Biology, The University of Texas at Austin, 2004",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://people.umass.edu/teiting/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Smith",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"2006",	// year received MS from U Mich

			MSdept:			"Geological Sciences",	// department received MS through at U Mich

			MSthesis:		"Miocene salmon (<i>Oncorhynchus</i>) from western North America: gill raker evolution correlated with plankton productivity in the eastern Pacific",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},
		
		Finarelli:

		{

			lastname:		"Finarelli",	// last name

			firstname:		"John A.",	// first name and middle initial, if wanted

			uniqname:		"jfin",	// uniqname if at umich

			email:			"jfin@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Visiting Assistant Professor",	// change actual text in titles above

			titleFull:		"Visiting Assistant Professor",	// change actual text in titles above

			phone:			"734-764-1435",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"109 Museums Annex",	// office number and building

			degree:			"PhD.: Paleontology, University of Chicago, ",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Carnivorous mammals<li>Encephalization in carnivores</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			"2003-" + thisYear,	 // only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"Mich. Society of Fellows",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Fisher:

		{

			lastname:		"Fisher",	// last name

			firstname:		"Daniel C.",	// first name and middle initial, if wanted

			uniqname:		"dcfisher",	// uniqname if at umich

			email:			"dcfisher@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["profCur"]["small"],	// change actual text in titles above

			titleFull:		titles["profCur"]["full"] + " of Geological Sciences",	// change actual text in titles above

			phone:			"734-764-0488",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1535 Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Geology, Harvard University, 1975",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Invertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Functional morphology<li>Phylogenetic inference<li>Human association with mastodons and mammoths<li>Pleistocene megafaunal extinctions",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"Vertebrate paleontology",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Fox:

		{ 

			lastname:		"David",	// last name

			firstname:		"Fox",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Assistant Professor",	// change actual text in titles above

			titleFull:		"Assistant Professor: U. Minnesota Twin Cities, Department of Geology and Geophysics",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.geo.umn.edu/people/profs/FOX.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Fisher",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1999",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"&nbsp;"	// title of PhD thesis at U Mich

		},

		Gahn:

		{

			lastname:		"Gahn",	// last name

			firstname:		"Forest J.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://emp.byui.edu/GAHNF/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Baumiller",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"2004",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Parasitism and predation on Paleozoic crinoids"	// title of PhD thesis at U Mich

		},

		Gingerich:

		{

			lastname:		"Gingerich",	// last name

			firstname:		"Philip D.",	// first name and middle initial, if wanted

			uniqname:		"gingeric",	// uniqname if at umich

			email:			"gingeric@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["profCur"]["small"],	// change actual text in titles above

			titleFull:		titles["profCur"]["full"] + " of Geological Sciences<BR>Director of the Museum of Paleontology",	// change actual text in titles above

			phone:			"734-764-0490",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1514 Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Geology, Yale University, 1974",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li><a href='http://www-personal.umich.edu/~gingeric/PDGrates/Rates.htm' target=other>Rates of evolution</a><li><a href='http://www-personal.umich.edu/~gingeric/PDGwyoming/PEmammals.htm' target=other>Paleocene-Eocene mammals</a><li><a href='http://www-personal.umich.edu/~gingeric/PDGwhales/Whales.htm' target=other>Origin and early evolution of whales</a><li><a href='http://www-personal.umich.edu/~gingeric/PDGprimates/Primates.htm' target=other>Origin and early evolution of primates</a></ul>",	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~gingeric/index.htm",	// link to personal webpage/ website

			linkCV:			"http://www-personal.umich.edu/~gingeric/PDGfiles/Curriculum_vitae.htm",	// link to cv on personal website

			linkPub:		"http://www-personal.umich.edu/~gingeric/PDGfiles/Publications.htm",	// link to publications on personal website

			linkStudent:	"http://www-personal.umich.edu/~gingeric/PDGfiles/Students.htm",	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Goswami:

		{

			lastname:		"Goswami",	// last name

			firstname:		"Anjali",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"agoswami@uchicago.edu ",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Graduate Student",	// change actual text in titles above

			titleFull:		"Graduate Student: U. of Chicago, Department of Evolutionary Biology",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	"?",	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Gunnell:

		{

			lastname:		"Gunnell",	// last name

			firstname:		"Gregg F.",	// first name and middle initial, if wanted

			uniqname:		"ggunnell",	// uniqname if at umich

			email:			"ggunnell@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["assocResSci"]["small"],	// change actual text in titles above

			titleFull:		titles["assocResSci"]["full"] + "<BR>Vertebrate Collection Coordinator",	// change actual text in titles above

			phone:			"734-936-1385",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1514C Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Anthropology, University of Michigan, 1986",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Primate evolutionary history<li>Mammalian paleontology<li>Faunal analysis<li>Paleoecology/biodiversity<li>Biostratigraphy/geochronology</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		"Technical",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1986",	// year received PhD from U Mich

			PhDdept:		"Anthropology",	// department received PhD through at U Mich

			PhDthesis:		"Evolutionary history of Microsyopoidea (Mammalia, Primates?) and the relationship of Plesiadapiformes to Primates"	// title of PhD thesis at U Mich

		},

		Head:

		{

			lastname:		"Head",	// last name

			firstname:		"Jason",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Research Fellow",	// change actual text in titles above

			titleFull:		"Research Fellow: Smithsonian Institution/Queen Mary, U. London, Washington D.C.",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	"?",	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Ikejiri:

		{

			lastname:		"Ikejiri",	// last name

			firstname:		"Takehito",	// first name and middle initial, if wanted

			uniqname:		"ikejiri",	// uniqname if at umich

			email:			"ikejiri@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		titles["grad"]["full"],	// change actual text in titles above

			phone:			"734-945-8574",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"121 Museums Annex",	// office number and building

			degree:			"M.S., Geology, Fort Hays State University, 2005",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Ontogeny and evolution of reptiles and birds<li>Morrison Formation sauropods<li>Evolution of prosauropods and basal sauropods<li>Growth in crocodiles<li>Late Cretaceous mosasaurs</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~ikejiri/index.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Wilson",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},							// WITH COMMA unless last entry of list

		Ivany:

		{

			lastname:		"Ivany",	// last name

			firstname:		"Linda C.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"lcivany@syr.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Assistant Professor",	// change actual text in titles above

			titleFull:		"Assistant Professor: Syracuse U., Department of Earth Sciences",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"PhD: Geology, Harvard University, 1997",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleoecology and Geobiology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://environmentalscience.syr.edu/ivanybio.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			"1997-2000",	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Ivy:

		{

			lastname:		"Ivy",	// last name

			firstname:		"Logan D.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"livy@dmns.org",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Collections Manager",	// change actual text in titles above

			titleFull:		"Collections Manager: Denver Museum of Nature and Science",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.dmns.org/research/examine2.htm",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1982",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Systematics and biostratigraphy of the earliest North American Rodentia (Mammalia), latest Paleocene and early Eocene of the Clark’s Fork Basin, Wyoming",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},
		
		Janevski:

		{

			lastname:		"Janevski",	// last name

			firstname:		"(Gregory) Alex",	// first name and middle initial, if wanted

			uniqname:		"galexski",	// uniqname if at umich

			email:			"galexski@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"2500 C.C. Little Bldg.",	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Invertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Invertebrate paleontology</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Baumiller",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Jarvis:

		{

			lastname:		"Jarvis",	// last name

			firstname:		"Sarah E.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"sjarvis@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			"734-615-0106",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"2500 C. C. Little",	// office number and building

			degree:			"B.S.: Geology, Carleton College, 1998",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>mammalian evolution (current focus is on mammoths and mastodons)<li>ecological biogeography<li>isotopic inference of paleoclimatology and paleobiology</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Kaplan:

		{

			lastname:		"Kaplan",	// last name

			firstname:		"Peter A.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"kaplanp@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"&nbsp;",	// change actual text in titles above

			titleFull:		"&nbsp;",	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"2508 Ruthven Museums",	// office number and building

			degree:			"B.S.: Biology, Yale University, 1997",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"&nbsp;",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Evolution of trilobite development<li>Causes and consequences of morphological diversity<li>Evolutionary ecology of brachiopod paleocommunities<li>Taphonomy and paleoecology of borers and encrusters<li>Biomechanics, development and morphogenesis of the ammonite septum</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			"http://www-personal.umich.edu/~kaplanp/resume.html",	// link to cv on personal website

			linkPub:		"http://www-personal.umich.edu/~kaplanp/resume.html#pubs",	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Baumiller",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"2000",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Taphonomic inferences on boring habit in the Richmondian Onniela meeki epibole",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Knaus:

		{

			lastname:		"Knaus",	// last name

			firstname:		"Margaret Jane",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"mk13@txstate.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		"Texas State University, San Marcos, Department of Biology",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Beck",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1994",	// year received PhD from U Mich

			PhDdept:		"Biology",	// department received PhD through at U Mich

			PhDthesis:		"A taxonomic revision of the lower carboniferous fossil plant genus <i>Triphyllopteris</i>"	// title of PhD thesis at U Mich

		},							// WITH COMMA unless last entry of list

Koch:

		{

			lastname:		"Koch",	// last name

			firstname:		"Paul L.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"pkoch@es.ucsc.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Professor",	// change actual text in titles above

			titleFull:		"Professor: U. Californai Santa Cruz, Department of Earth Sciences",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.es.ucsc.edu/personnel/Koch/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1989",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Clinical variation in mammals: implications for the study of chronoclines",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Kowalski:

		{

			lastname:		"Kowalski",	// last name

			firstname:		"Elizabeth A.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"kowalski@flmnh.ufl.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Research Associate",	// change actual text in titles above

			titleFull:		"Research Associate: Florida Museum of Natural History, Gainesville",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.flmnh.ufl.edu/paleobotany/Kowalskicv.htm",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Burnham",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1994",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"&nbsp;",	// title of MS thesis at U Mich

			MSadvisorAlt:   "Meyers",   // if MS advisor diff from PhD

			PhDyear:		"2001",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Middle to Late Miocene environments of Southern Ecuador: temperature, elevation, and fossil plants of the Nabon Basin"	// title of PhD thesis at U Mich

		},

		Krause:

		{

			lastname:		"Krause",	// last name

			firstname:		"David W.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"david.krause@stonybrook.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Professor",	// change actual text in titles above

			titleFull:		"Professor: SUNY Stony Brook, Department of Anatomy",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.uhmc.sunysb.edu/anatomy/dkrause.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1982",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Evolutionary history and paleobiology of early Cenozoic Multituberculata (Mammalia), with emphasis on the family Ptilodontidae"	// title of PhD thesis at U Mich

		},
		
		Leighton:

		{

			lastname:		"Leighton",	// last name

			firstname:		"Lindsey",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"leighton@geology.sdsu.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		"Assistant Professor: San Diego State University, Department of Geological Sciences",	// change actual text in titles above

			phone:			null ,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.geology.sdsu.edu/people/faculty/leighton",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Fisher/Baumiller",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1999",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Functional and evolutionary significance of productidine (Brachiopoda) spines"	// title of PhD thesis at U Mich

		},

		MacLatchy:

		{

			lastname:		"MacLatchy",	// last name

			firstname:		"Laura M.",	// first name and middle initial, if wanted

			uniqname:		"maclatch",	// uniqname if at umich

			email:			"maclatch@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["assocResSci"]["small"],	// change actual text in titles above

			titleFull:		titles["assocResSci"]["full"] + "<BR>Associate Professor, Department of Anthropology",	// change actual text in titles above

			phone:			"734-764-7274",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			"734-763-6077",	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"201 C West Hall",	// office number and building

			degree:			"Ph.D.: Anthropology, Harvard, 1995",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Primate evolutionary history<li>Hominoidea<li>African Miocene<li>Human evolution</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www.lsa.umich.edu/anthro/faculty_staff/maclatchy.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich


		},
		MacLeod:

		{

			lastname:		"MacLeod",	// last name

			firstname:		"Norman",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Keeper of Paleontology",	// change actual text in titles above

			titleFull:		"Keeper of Paleontology: Natural History Museum London, Department of Paleontology",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"PhD: University of Texas Dallas",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Morphometrics and Evolution",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.nhm.ac.uk/palaeontology/a&ss/nm/nm.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			"1986-1989",	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		McShea:

		{

			lastname:		"McShea",	// last name

			firstname:		"Daniel W.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"dmcshea@duke.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Assistant Professor",	// change actual text in titles above

			titleFull:		"Assistant Professor: Duke U., Department of Biology",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"PhD: Biology, University of Chicago, 1990",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Complexity and Evolution",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.biology.duke.edu/research_by_area/eeob/mcshea.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			"1990-1992",	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Miljour:

		{

			lastname:		"Miljour",	// last name

			firstname:		"Bonnie J.",	// first name and middle initial, if wanted

			uniqname:		"bmiljour",	// uniqname if at umich

			email:			"bmiljour@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Senior Scientific Illustrator",	// change actual text in titles above

			titleFull:		"Senior Scientific Illustrator",	// change actual text in titles above

			phone:			"734-647-2099",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1523 Ruthven Museums",	// office number and building

			degree:			"M.F.A.:  Fine Art, Eastern Michigan University, 2001",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Technical Staff",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Watercolor painting<li>Drawing<li>Children's book illustration</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"Technical",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Miller:

		{

			lastname:		"Miller",	// last name

			firstname:		"Daniel J.",	// first name and middle initial, if wanted

			uniqname:		"djmill",	// uniqname if at umich

			email:			"djmill@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Invert. Collection Coord.",	// change actual text in titles above

			titleFull:		"Invertebrate Collection Coordinator",	// change actual text in titles above

			phone:			"734-615-2735",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1526 Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Geophysical Sciences, University of Chicago, 1998",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Invertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Evolutionary trends<li>Development and morphological evolution<li>Systematics of muricid gastropods<li>Patterns of molluscan shell formation</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"Technical",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Minor:

		{

			lastname:		"Minor",	// last name

			firstname:		"Christina",	// first name and middle initial, if wanted

			uniqname:		"minorc",	// uniqname if at umich

			email:			"minorc@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Secretary",	// change actual text in titles above

			titleFull:		"Secretary",	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			paleoOffice["office"],	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Staff",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Moacdieh:

		{

			lastname:		"Moacdieh",	// last name

			firstname:		"Emile",	// first name and middle initial, if wanted

			uniqname:		"emilem",	// uniqname if at umich

			email:			"emilem@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"121 Museums Annex",	// office number and building

			degree:			"B.S.: Biology, American University of Beirut",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate Paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Dinosaur cladistics</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Wilson",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Nabong:

		{

			lastname:		"Nabong",	// last name

			firstname:		"Mark C.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"mnabong@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null, //titles["grad"]["small"],	// change actual text in titles above

			titleFull:		null, //titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"2508 Ruthven Museums",	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null, //"Fisher",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Nelson:

		{

			lastname:		"Nelson",	// last name

			firstname:		"Sherry V.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"svnelson@bu.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Assistant Professor",	// "PostDoc" change actual text in titles above

			titleFull:		"Assistant Professor: Boston University, Department of Anthropology",	// change actual text in titles above

			phone:			"617-353-2197",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"PhD.: Anthropology, Harvard University, 2002",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleoecology & Paleoanthropology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Paleoecology, paleoclimatology, paleoanthropology<li>Evolution of Miocene hominoids<li>Dental microwear<li>Stable isotopic analyses<li>Siwalik sediments of Pakistan</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			"2002-2004",	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"NSF Sponsored Research",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Pappas:

		{

			lastname:		"Pappas",	// last name

			firstname:		"Janice L.",	// first name and middle initial, if wanted

			uniqname:		"jlpappas",	// uniqname if at umich

			email:			"jlpappas@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["asstResSci"]["small"],	// change actual text in titles above

			titleFull:		titles["asstResSci"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			paleoOffice["office"],	// office number and building

			degree:			"Ph.D.: Mathematical Biology, University of Michigan, 2000",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Micropaleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Theoretical morphology of diatoms<li>Mapping of decision trees to morphospaces<li>Morphogenesis of diatoms using vector calculus<li>Martingales and applications to extinction and survival patterns</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"Micropaleo",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Peters:

		{

			lastname:		"Peters",	// last name

			firstname:		"Shanan",	// first name and middle initial, if wanted

			uniqname:		"shananp",	// uniqname if at umich

			email:			"peters@geology.wisc.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Research associate",	// change actual text in titles above

			titleFull:		"Research associate",	// change actual text in titles above

			phone:			"608-262-5987",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"PhD.: Paleontology, University of Chicago, 2003",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Quantitative stratigraphy & stratigraphic paleobiology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Quantitative stratigraphy<li>Biodiversity and rates of taxonomic turnover<li>Evolutionary paleoecology<li>Paleozoic invertebrate paleontology</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www.geology.wisc.edu/~peters/Home/Home.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		"http://www.geology.wisc.edu/~peters/Home/Publications.html",	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		"<a href='http://strata.ummp.lsa.umich.edu/jack/' target=other>Jack Sepkoski's Global Genus Compendium</a><li><a href='http://strata.ummp.lsa.umich.edu/Ess/' target=other>Biodiversity calculator</a>",	// other (higly relevant) links wish to have on business card

			years:			"2003-2007",	 // only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"MI Society Fellow",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Polly:

		{

			lastname:		"Polly",	// last name

			firstname:		"P. David",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Assistant Professor",	// change actual text in titles above

			titleFull:		"Assistant Professor: Queen Mary U., School of Biological Sciences",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"PhD: Biology, University of California Berkley, 1993",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Systematics and Evolution",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.qmw.ac.uk/~ugha096/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			"1994-1996",	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Rose:

		{

			lastname:		"Rose",	// last name

			firstname:		"Kenneth D.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"kdrose@jhmi.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Professor",	// change actual text in titles above

			titleFull:		"Professor: Johns Hopkins Medicine",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.hopkinsmedicine.org/FAE/KDR.htm",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1979",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"The Clarkforkian land-mammal 'age' and mammalian faunal composition across the Paleocene-Eocene Boundary"	// title of PhD thesis at U Mich

		},

		RoseP:

		{

			lastname:		"Rose ",	// last name

			firstname:		"Peter",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Graduate Student",	// change actual text in titles above

			titleFull:		"Graduate Student: Southern Methodist University",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	"2000?",	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Rountrey:

		{

			lastname:		"Rountrey",	// last name

			firstname:		"Adam",	// first name and middle initial, if wanted

			uniqname:		"arountre",	// uniqname if at umich

			email:			"arountre@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Postdoctoral Scholar",	// change actual text in titles above

			titleFull:		"Postdoctoral Scholar",	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1528 Ruthven Museums",	// office number and building

			degree:			"M.S.: Geology, University of Michigan, 2006",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Proboscideans<li>Life history reconstruction through stable isotopic analyses of mineralized tissues<li>Late Pleistocene megafaunal extinction<li>Development of teeth/tusks<li>Agent based computer modeling</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~arountre/index.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Fisher",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Sanders:

		{

			lastname:		"Sanders",	// last name

			firstname:		"William J.",	// first name and middle initial, if wanted

			uniqname:		"wsanders",	// uniqname if at umich

			email:			"wsanders@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["asstResSci"]["small"],	// change actual text in titles above

			titleFull:		titles["asstResSci"]["full"] + "<BR>Chief Vertebrate Preparator",	// change actual text in titles above

			phone:			"734-647-2098",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1514B Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Anthropology, New York University, 1995",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Hominoid evolution and paleobiology<li>Proboscidean evolution and systematics<li>Evolution of Old World Cenozoic mammals<li>Taphonomy and paleoecology<li>Mammalian functional morphology</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~wsanders/",	// link to personal webpage/ website

			linkCV:			"personalDocs/Sanders-cv.html",	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		"Technical",	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Seaton:

		{

			lastname:		"Seaton",	// last name

			firstname:		"Tawny A.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"tseaton@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1522 Ruthven Museums",	// office number and building

			degree:			"B.S.: Geology, California Lutheran University, 2001",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Evolution of locomotion in archaeocete whales<li>Functional morphology of the vertebral column in modern whales<li>Correlations of vertebral morphology with locomotion<li>Geometric morphometric analysis of shape<li>Data mining and machine learning</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Secord:

		{

			lastname:		"Secord",	// last name

			firstname:		"Ross",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"secordr@si.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"",	// change actual text in titles above

			titleFull:		"Postdoctoral Fellow: Smithsonian Institute, Department of Paleobiology",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"Ph.D.: Geology, University of Michigan, 2004",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~rsecord",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"2004",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Biostratigraphy, faunal turnover, and climate change through the late Tiffanian and early Clarkforkian of the northern Bighorn Basin, Wyoming"	// title of PhD thesis at U Mich

		},

		Severson:

		{

			lastname:		"Severson",	// last name

			firstname:		"Holly",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1999",	// year received MS from U Mich

			MSdept:			"Biology",	// department received MS through at U Mich

			MSthesis:		"No thesis required",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		SmithG:

		{

			lastname:		"Smith__",	// last name

			firstname:		"Gerald R.",	// first name and middle initial, if wanted

			uniqname:		"grsmith",	// uniqname if at umich

			email:			"grsmith@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Curator/Professor Emeritus",

			titleFull:		"Curator Emeritus, Museum of Paleontology<BR>Professor Emeritus of Geological Sciences<BR>Curator Emeritus, Museum of Zoology<BR>Professor Emeritus of Ecology and Evolutionary Biology",	// change actual text in titles above

			phone:			"734-764-0491",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1039 Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Zoology, University of Michigan, 1965",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Cenozoic fossil fishes of North America<li>Speciation in fishes<li>Molecular and morphological rates of evolution in fishes<li>Fishes of the Great Lakes Region<li>Hybridization in fishes</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www.eeb.lsa.umich.edu/eeb/people/emeriti/grsmith.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		SmithK:

		{

			lastname:		"Smith_",	// last name

			firstname:		"Kathlyn M.",	// first name and middle initial, if wanted

			uniqname:		"katymai",	// uniqname if at umich

			email:			"katymai@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1528 Ruthven Museums",	// office number and building

			degree:			"M.S.: Geological Sciences, Michigan State University, 2004",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>American Mastodon life history<li>Sexual dimorphism in proboscideans<li>Late Pleistocene megafaunal extinction</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Fisher",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"in progress",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		SmithS:

		{

			lastname:		"Smith",	// last name

			firstname:		"Selena Y.",  // first name and middle initial, if wanted

			uniqname:		"sysmith",	// uniqname if at umich

			email:			"sysmith@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["asstResSci"]["small"],	// change actual text in titles above

			titleFull:		titles["asstResSci"]["full"],	// change actual text in titles above

			phone:			"734-763-5089",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			"734-763-4690",	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"Office: 1145 Kraus Natural Sciences Building",	// office number and building

			degree:			"Ph.D.: Systematics and Evolution, University of Alberta, 2007",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleobotany",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Plant systematics and anatomy<li>Paleobotany<li>Taphonomy<li>Role of plants in ancient environments<li>3-D visualizations</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www.geo.lsa.umich.edu/~sysmith",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},
		
		Stauch:

		{

			lastname:		"Stauch",	// last name

			firstname:		"Cindy L.",	// first name and middle initial, if wanted

			uniqname:		"cstauch",	// uniqname if at umich

			email:			"cstauch@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Museum Business Administrator",	// change actual text in titles above

			titleFull:		"Museum Business Administrator",	// change actual text in titles above

			phone:			"734-647-2101",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			paleoOffice["office"],	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Stein:

		{

			lastname:		"Stein",	// last name

			firstname:		"William E.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"stein@binghamton.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Professor",	// change actual text in titles above

			titleFull:		"Professor: Binghamton University, Department of Biological Sciences",	// change actual text in titles above

			phone:			"+1 (607) 777-4391",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://biology.binghamton.edu/w_stein.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Beck",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1980",	// year received PhD from U Mich

			PhDdept:		"Biology",	// department received PhD through at U Mich

			PhDthesis:		"Reinvestigation of the Iridopteridinae of Arnold from the Middle Devonian of New York and Virginia"	// title of PhD thesis at U Mich

		},							// WITH COMMA unless last entry of list

		Syverson:

		{

			lastname:		"Syverson",	// last name

			firstname:		"Valerie J.",	// first name and middle initial, if wanted

			uniqname:		"vjsyvers",	// uniqname if at umich

			email:			"vjsyvers@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			paleoOffice["office"],	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Staff",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Baumiller",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Thewissen:

		{

			lastname:		"Thewissen",	// last name

			firstname:		"J. G. M.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"thewisse@neoucom.edu ",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Associate Professor",	// change actual text in titles above

			titleFull:		"Associate Professor: Northeastern Ohio U. College of Medicine, Department of Anatomy",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://darla.neoucom.edu/DEPTS/HRES/FACULTY/BMSfac/ThewissenJ.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1989",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Evolution of Paleocene and Eocene Phenacodontidae (Mammalia, Condylarthra)"	// title of PhD thesis at U Mich

		},

		TorresRoldan:

		{

			lastname:		"Torres-Roldan",	// last name

			firstname:		"Victor E.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1983",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Summary of Eocene stratigraphy at the base of Jim Mountain, North Fork of the Shoshone River, northwestern Wyoming",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Trapani:

		{

			lastname:		"Trapani",	// last name

			firstname:		"Josh",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"Josh.Trapani@colorado.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Postdoctoral Fellow",	// change actual text in titles above

			titleFull:		"Postdoctoral Fellow: U. Colorado, Department of Ecology and Evolutionary Biology",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://spot.colorado.edu/~trapani/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Smith",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1999",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"The Schreger Pattern in mastodon, gomphothere, and mammoth tusk dentin",	// title of MS thesis at U Mich

			MSadvisorAlt:   "Fisher",   // if MS advisor diff from PhD

			PhDyear:		"2003",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Molarization and the evolution of teleost dentitions"	// title of PhD thesis at U Mich

		},

		Uhen:

		{

			lastname:		"Uhen",	// last name

			firstname:		"Mark D.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Postdoctoral scholar",	// change actual text in titles above

			titleFull:		"Postdoctoral scholar: U. S. National Museum of Natural History",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.archaeocete.org/muhen/index.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1992",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Evolution of <i>Coryphodon</i> (Mammalia, Pantodonta) in the late Paleocene and early Eocene of northwestern Wyoming",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1996",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"<i>Dorudon atrox</i> (Mammalia, Cetacea): form, function, and phylogenetic  relationships of an archaeocete from the late middle Eocene of Egypt"	// title of PhD thesis at U Mich

		},

		Upchurch:

		{

			lastname:		"Upchurch",	// last name

			firstname:		"Garland",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"gu01@txstate.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Professor",	// change actual text in titles above

			titleFull:		"Professor:  Texas State University, San Marcos, Department of Biology",	// change actual text in titles above

			phone:			"+1 (512) 245-3751",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			"+1 (512) 245-8713",	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.bio.txstate.edu/~upchurch/upchurch.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Doyle",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1978",	// year received MS from U Mich

			MSdept:			"Biology",	// department received MS through at U Mich

			MSthesis:		"&nbsp;",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1981",	// year received PhD from U Mich

			PhDdept:		"Biology",	// department received PhD through at U Mich

			PhDthesis:		"Evolution of the cuticle in early angiosperm leaves from the Lower Cretaceous Potomac Group (Atlantic Coastal Plain, U. S. A.)"	// title of PhD thesis at U Mich

		},							// WITH COMMA unless last entry of list

		WassonM:

		{

			lastname:		"Wasson",	// last name

			firstname:		"Matthew",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"mswasson@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above


			phone:			"734-613-0106",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"2500 C.C. Little Bldg.",	// office number and building

			degree:			"B.S.: Geology, New Mexico State University, 2003",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Paleontology<li>Carbonate Petrology<li>Carbonate Stratigraphy<li>Sedimentology and Stratigraphy in general</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// "Lohman" only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Wells:

		{

			lastname:		"Wells",	// last name

			firstname:		"Neil A.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Associate Professor",	// change actual text in titles above

			titleFull:		"Associate Professor: Kent State U., Department of Geology",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://dept.kent.edu/geology/people/wells.html",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1984",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Marine and continental sedimentation in the early Cenozoic Kohat Basin and adjacent northwestern Indo-Pakistan"	// title of PhD thesis at U Mich

		},
		
		Whitlock:

		{

			lastname:		"Whitlock",	// last name

			firstname:		"John A.",	// first name and middle initial, if wanted

			uniqname:		"jawhitl",	// uniqname if at umich

			email:			"jawhitl@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		titles["grad"]["small"],	// change actual text in titles above

			titleFull:		titles["grad"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"121 Museums Annex",	// office number and building

			degree:			"M.S.: Ecology and Evolutionary Biology, University of Michigan, 2005",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Feeding behavior of Sauropods<li>Dinosaur biomechanics<li>Early evolution of Tetrapods<li>Systematics<li>Biogeography</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Wilson",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"2005",	// year received MS from U Mich

			MSdept:			"Ecology and Evolutionary Biology",	// department received MS through at U Mich

			MSthesis:		"No thesis required",	// title of MS thesis at U Mich

			MSadvisorAlt:   "Smith",   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Wilf:

		{

			lastname:		"Wilf",	// last name

			firstname:		"Peter",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"pwilf@geosc.psu.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Assistant Professor",	// change actual text in titles above

			titleFull:		"Assistant Professor: Pennsylvania State U., Department of Geosciences",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			"PhD: Geology, University of Pennsylvania, 1998",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Paleobotany and Paleoecology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.geosc.psu.edu/~pwilf/",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			"1999-2002",	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Wilson:

		{

			lastname:		"Wilson",	// last name

			firstname:		"Jeffrey A.",	// first name and middle initial, if wanted

			uniqname:		"wilsonja",	// uniqname if at umich

			email:			"wilsonja@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["asstProfCur"]["small"],	// change actual text in titles above

			titleFull:		titles["asstProfCur"]["full"] + " of Geological Sciences",	// change actual text in titles above

			phone:			"734-647-7461",	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"128 Museums Annex",	// office number and building

			degree:			"Ph.D.: Organismal Biology and Anatomy, University of Chicago, 1999",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Origin and evolution of sauropod dinosaurs<li>Mesozoic vertebrates of Indo-Pakistan<li>Paleoichnology<li>Paleobiogeography of Gondwana</ul>",	// bulleted list with list tags

			linkPersonal:	"http://www-personal.umich.edu/~wilsonja/JAW",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Winkler:

		{

			lastname:		"Winkler",	// last name

			firstname:		"Dale A.",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Adjunct Professor",	// change actual text in titles above

			titleFull:		"Adjunct Professor: Southern Methodist U., Department of Geological Sciences",	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	"http://www.smu.edu/geology/dwinkler.htm",	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"1981",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Paleontology and taphonomy of an early Eocene mammalian fauna in the Clarks Fork Basin, northwestern Wyoming (U.S.A.)",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Wood:

		{

			lastname:		"Wood",	// last name

			firstname:		"Aaron",	// first name and middle initial, if wanted

			uniqname:		"aarwood",	// uniqname if at umich

			email:			"aarwood@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Postdoctoral Scholar",	// change actual text in titles above

			titleFull:		"Postdoctoral Scholar",	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1522 Ruthven Museums",	// office number and building

			degree:			"B.S.: Geology, Indiana University, 2003<BR>B.A.: Biology, Indiana University, 2003",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Vertebrate paleontology</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},
		
		Yap:

		{

			lastname:		"Yap",	// last name

			firstname:		"Sandra",	// first name and middle initial, if wanted

			uniqname:		"slimyap",	// uniqname if at umich

			email:			"slimyap@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		"Graduate Student in Ecology and Evolutionary Biology",	// change actual text in titles above

			titleFull:		"Graduate Student in Ecology and Evolutionary Biology",	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"107 Museums Annex",	// office number and building

			degree:			"B.S.: Biology, University of the Philippines, 2001",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Plant Ecology and Evolution",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Island biogeography<li>Rattan ecology</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Burnham",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Zalmout:

		{

			lastname:		"Zalmout",	// last name

			firstname:		"Iyad S.",	// first name and middle initial, if wanted

			uniqname:		"zalmouti",	// uniqname if at umich

			email:			"zalmouti@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		"Postdoctoral Scholar",	// change actual text in titles above

			titleFull:		"Postdoctoral Scholar",	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			"1522 Ruthven Museums",	// office number and building

			degree:			"Ph.D.: Geology, University of Michigan, 2008",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Vertebrate paleontology",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Locomotion evolution in Sirenian and Archaeocete<li>Paleobiogeography of the Middle East and South Western Asia<li>Cretaceous-Tertiary vertebrate paleontology of Jordan and surrounding countries<li>Terrestrial and marine Paleocene-Eocene turnover</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			"2001",	// year received MS from U Mich

			MSdept:			"Geology",	// department received MS through at U Mich

			MSthesis:		"Postcranial skeletons of <i>Protosiren</i> from Egypt and Pakistan, and their bearing on locomotion in early Sirenia (Mammalia)",	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"2008",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Late Eocene Sea Cows (Mammalia, Sirenia) From Wadi Al Hitan in the Fayum Basin, Egypt"	// title of PhD thesis at U Mich

		},

		Zelditch:

		{

			lastname:		"Zelditch",	// last name

			firstname:		"Miriam L.",	// first name and middle initial, if wanted

			uniqname:		"zelditch",	// uniqname if at umich

			email:			"zelditch@umich.edu",	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		titles["assocResSci"]["small"],	// change actual text in titles above

			titleFull:		titles["assocResSci"]["full"],	// change actual text in titles above

			phone:			paleoOffice["phone"],	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			paleoOffice["office"],	// office number and building

			degree:			"Ph.D.: Zoology, Michigan State University, 1987",	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	"Development and evolution",	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	"<ul><li>Development and evolution<li>Developmental constraints<li>Morphological integration<li>Morphometrics</ul>",	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},

		Zhou:

		{

			lastname:		"Zhou",	// last name

			firstname:		"Xiaoyuan",	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			null,	// if at umich = people.lastname.uniqname + "@umich.edu"  , else full email address

			titleShort:		null,	// change actual text in titles above

			titleFull:		null,	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			null,	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		"Gingerich",	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		"1995",	// year received PhD from U Mich

			PhDdept:		"Geology",	// department received PhD through at U Mich

			PhDthesis:		"Evolution of Paleocene-Eocene Mesonychidae (Mammalia, Mesonychia)"	// title of PhD thesis at U Mich

			}

};


// Use this template to add new people to the list

//    Always add people in alphabetical order by last name

/*

		Lastname:

		{

			lastname:		null,	// last name

			firstname:		null,	// first name and middle initial, if wanted

			uniqname:		null,	// uniqname if at umich

			email:			"@umich.edu",	// if at umich "uniqname@umich.edu"  , else full email address

			titleShort:		titles["whichTitle"]["small"],	// change actual text in titles above

			titleFull:		titles["whichTitle"]["full"],	// change actual text in titles above

			phone:			null,	// full phone number - for most grad students: paleoOffice["phone"]

			fax:			paleoOffice["fax"],	// probably paleoOffice["fax"], otherwise write correct fax number

			office:			null,	// office number and building

			degree:			null,	// most recent degree received in format "B.S.: Geology, California Lutheran University, 2001"

			researchShort:	null,	// Paleobotany, Micropaleo, InvertPaleo or VertPaleo

			researchFull:	null,	// bulleted list with list tags

			linkPersonal:	null,	// link to personal webpage/ website

			linkCV:			null,	// link to cv on personal website

			linkPub:		null,	// link to publications on personal website

			linkStudent:	null,	// only advisors - link to list of students advised on personal website

			linkOther:		null,	// other (higly relevant) links wish to have on business card

			years:			null,	// only if postdoc

			advisor:		null,	// only if grad student

			alternate:		null,	// either titleShort or researchShort if have multiple

			UMundergradYr:	null,	// year received BS from U Mich

			MSyear:			null,	// year received MS from U Mich

			MSdept:			null,	// department received MS through at U Mich

			MSthesis:		null,	// title of MS thesis at U Mich

			MSadvisorAlt:   null,   // if MS advisor diff from PhD

			PhDyear:		null,	// year received PhD from U Mich

			PhDdept:		null,	// department received PhD through at U Mich

			PhDthesis:		null	// title of PhD thesis at U Mich

		},							// WITH COMMA unless last entry of list

*/

