<?xml version="1.0" ?>
<!DOCTYPE cv SYSTEM "cv.dtd">
<!-- Note, using text/xsl on the following two lines isn't standards correct, but IE doesn't like text/xml -->
<!--?xml-stylesheet href="cv_MarkWatkins_FO.xml" type="text/xsl"?--><!-- Uncomment this to generate the XSL:FO (used to make the PDF and PS version), comment this if generating HTML output -->
<?xml-stylesheet href="cv_MarkWatkins_HTML.xml" type="text/xsl"?><!-- Comment this if you uncomment the above, uncomment this for HTML output -->

<cv date="14 February 2003">
<title>Curriculum Vitae - Mark Watkins</title>
<headerleft><institle /></headerleft>
<footerright><inspages /></footerright><!-- Don't think I can specify these in HTML, which is good because I don't think I particularly want to... -->

<mirrors>
	<url visibility="show" description="Eircom.net - Eire">http://homepage.eircom.net/~markwatkins/</url>
	<!--url visibility="show" description="Froggy.com.au">http://www.froggy.com.au/mrw28/</url-->
	<url visibility="show" description="Virgin.net - UK">http://freespace.virgin.net/mark.r.watkins/</url>
	<url visibility="show" description="GeoCities.com">http://www.geocities.com/mark_r_watkins/</url>
	<url visibility="hidden" description="FortuneCity.co.uk">http://members.fortunecity.co.uk/mrw28/</url>
</mirrors>

<formats>
	<url visibility="show" type="xml" description="XML">../CVSource/cv_MarkWatkins.xml</url>
	<url visibility="show" type="html" description="HTML">../CV/cv_MarkWatkins.html</url>
	<!--url visibility="show" type="html" description="HTML no pic">../CV/cv_MarkWatkins_noPic.html</url-->
	<url visibility="show" type="pdf" description="PDF">../CV/cv_MarkWatkins.pdf</url>
	<!--url visibility="show" type="pdf" description="PDF no pic">../CV/cv_MarkWatkins_noPic.pdf</url-->
	<url visibility="show" type="ps" description="PS">../CV/cv_MarkWatkins.ps</url>
	<!--url visibility="show" type="ps" description="PS no pic">../CV/cv_MarkWatkins_noPic.ps</url-->
	<url visibility="show" type="doc" description="DOC">../CV/cv_MarkWatkins.doc</url>
	<!--url visibility="show" type="doc" description="DOC no pic">../CV/cv_MarkWatkins_noPic.doc</url-->
</formats>

<vitalstats title="Curriculum Vitae">
	<!--picture x="99" y="150" description="At work">../gfx/SmartMe8_Zoom.jpg</picture-->
	<name>Watkins, Mark Roger</name>
	<dob>11 October 1977</dob>
	<contacts>
		<contact type="address">
			<address type="ireland primary">
				<addressline line="1">Parkmore</addressline><!-- &#225; &#xE1 equivalent, html is &aacute; but xml doesn't recognise that -->
				<addressline line="2">Old Youghal Road</addressline>
				<city>Cork</city>
				<country>Ireland</country>
			</address>
			<address type="england">
				<addressline line="1">Badger Sett</addressline>
				<addressline line="2">Kingstone</addressline>
				<city>Hereford</city>
				<postcode>HR2 9EY</postcode>
				<country>UK</country>
			</address>
			<address type="work">
				<addressline line="1">c/o ARDEX Technology</addressline>
				<addressline line="2">Level 6</addressline>
				<addressline line="3">84 Pitt St</addressline>
				<city>Sydney</city>
				<state>NSW</state>
				<postcode>2000</postcode>
				<country>Australia</country>
			</address>
			<address type="australia">
				<addressline line="1">Unit 2</addressline>
				<addressline line="2">30A Wrights Rd</addressline>
				<city>Drummoyne</city>
				<state>NSW</state>
				<postcode>2047</postcode>
				<country>Australia</country>
			</address>
		</contact>
		<contact type="telephone">
			<telephone type="mobile">086 3797493</telephone>
			<telephone type="ireland primary">021 4559383</telephone>
			<telephone type="england">+44 1981 250189</telephone>
			<telephone type="australia">+61 2 9181 1947</telephone>
			<telephone type="australia mobile hidden">+61 407 736 126</telephone>
			<telephone type="work">+61 2 9223 5733</telephone>
		</contact>
		<contact type="email">
			<email type="primary">markwatkins@eircom.net</email>
			<email type="secondary">mark.r.watkins@virgin.net</email>
			<email type="work">MarkW@ardex.com.au</email>
			<email type="partner">clionaoc@eircom.net</email>
		</contact>
		<contact type="url">
			<url type="primary">http://homepage.eircom.net/~markwatkins/</url>
		</contact>
		<contact type="messenger">
			<messenger type="ICQ">25204291</messenger>
			<messenger type="Netscape">markwatkins11</messenger>
			<messenger type="Microsoft .NET">mark.r.watkins@virgin.net</messenger>
		</contact>
	</contacts>
</vitalstats>

<experience type="positions" title="Work Experience">
	<pastwork organisation="ARDEX Technology" shortname="ARDEX Technology" position="Senior Web Developer" fromdate="June 2000" todate="Present"><!-- todate used to be July 2002 -->
		<contact type="address">
			<address type="primary">
				<addressline line="1">GPO Box 4397</addressline>
				<city>Sydney</city>
				<postcode>1044</postcode>
				<country>Australia</country>
			</address>
		</contact>
		<contact type="telephone">
			<telephone type="primary">+61 2 9223 5733</telephone>
		</contact>
		<contact type="url">
			<url>http://www.ardex.com.au/</url>
		</contact>
		<references>
			<referee>
				<name>Mr Bruce Baker</name>
				<email>BruceB@ardex.com.au</email>
				<description>owner / director</description>
			</referee>
			<referee>
				<name>Mr Scott Miers</name>
				<email>ScottM@ardex.com.au</email>
				<description>owner / director</description>
			</referee>
		</references>
		<project title="eRacing">
			<url>http://www.ardex.com.au/eRacing/</url>
			<description>
				eRacing was my main project with ARDEX Technology.
				I was the back-end designer and primary developer on the project.
				The site works around extracting XML from the database and generating the web pages from that with XSL -
					developing a flexible VB middle-layer to co-ordinate the Web Server (IIS/ASP),
					XML, XSL, and MSSQL2K database -
					Crystal Reports were ported to equivalent SQL queries and XHTML.
					Replication was set up to fetch the data from many disparate MSSQL databases.
				The project started with developing a 3-tier prototype site with ASP/VB COM+/MSSQL 7 -
					and using the web interface for pre-prepared Seagate Crystal Reports.
				This was used to sell the idea to ARDEX's clients and the project was restarted -
					writing a functional specification,
					project plans and data specifications,
					then implementing accordingly.
			</description>
		</project>
		<project title="RacingNSW Clubs Pages">
			<url>http://www.RacingNSW.com.au/</url>
			<preurl>available under 'Clubs' at</preurl>
			<description>
				This web site was developed over the framework created for the eRacing project.
				It was designed so that content for individual clubs or tracks could easily be added to the site.
				From page designs and a requirements description I wrote a functional specification for the site,
					implemented it, and deployed it.
			</description>
		</project>
		<project title="Smiths' Lake Holiday Lodge Web Booking System">
			<comment>private</comment>
			<description>
				This was a 2-tier VB/SQL accommodation booking system.
				I designed and implemented the entire solution according to the customer's requirements,
					including the MSSQL DB Structure and Stored Procedures (using MSSQLs 6.5, 7, and 2000 at different stages),
					with ASP generating the HTML.
				I later developed a Visual Basic routine to send out monthly emails to the members.
				The site has been running perfectly for two years with almost no maintenance.
			</description>
		</project>
		<project title="Total RISC Technology Web Site">
			<description>
				The customer specified they were too busy to spend much time on the web site,
					but wanted something they could easily add to or alter without learning HTML.
				I designed a solution and implemented it from scratch -
					again running off ASP scripts,
					but pulling content out of plain text files according to navigation information contained in an Access database
					(it generated and moved around hierarchical menus on the fly).
				The ASP converted the text file to HTML,
					adding carriage returns and bullet-points according to simple rules.
				This allowed them to easily and quickly maintain and expand their site.
			</description>
		</project>
		<project title="Miscellaneous">
			<description>
				With ARDEX I also gained some experience at VB Desktop Application development.
				I adapted our desktop application to run with a much larger data-set than most of our clients use for a demo,
					by adding searches on some of the grids.
				I added a data-source configuration layout for another of our applications.
				Experience was also gained with Crystal Reports and WISE installs.
			</description>
		</project>
	</pastwork>
	<pastwork organisation="The Practice Engine" shortname="Practice Engine" position="Senior Web Developer" fromdate="October 1999" todate="March 2000">
		<contact type="address">
			<address type="primary">
				<addressline line="1">The Stables</addressline>
				<addressline line="2">Garnons</addressline>
				<city>Hereford</city>
				<postcode>HR4 7JU</postcode>
				<country>UK</country>
			</address>
		</contact>
		<contact type="telephone">
			<telephone type="primary">+44 1981 590410</telephone>
			<telephone type="fax">+44 1981 590411</telephone>
		</contact>
		<contact type="url">
			<url>http://www.PracEng.com/</url>
		</contact>
		<references>
			<referee>
				<name>Mrs Willy Francis</name>
				<email>Willy@praceng.com</email>
				<description>owner / director</description>
			</referee>
		</references>
		<project title="NetActiv Shop">
			<comment>not active</comment>
			<description>
				NetActiv was my first major solo project outside academia.
				I was briefed to develop a working shopping mall from scratch to sell potentially anything.
				I had complete freedom over look and feel,
					database structure,
					and implementation (beyond using Microsoft tools).
				I left them to go on holiday to Australia with a fully working SQL/ASP solution (including credit card payments),
					and an easy-to-use subsite and product management section.
			</description>
		</project>
	</pastwork>
	<pastwork organisation="MicroMuse Inc" shortname="MicroMuse" position="Web Developer" fromdate="June 1999" todate="October 1999">
		<contact type="address">
			<address type="primary">
				<addressline line="1">Disraeli House</addressline>
				<addressline line="2">90 Putney Bridge Rd</addressline>
				<city>London</city>
				<postcode>SW18 1DA</postcode>
				<country>UK</country>
			</address>
		</contact>
		<contact type="telephone">
			<telephone type="primary">+44 20 8875 9500</telephone>
		</contact>
		<contact type="url">
			<url>http://www.MicroMuse.com/</url>
		</contact>
		<references>
			<referee>
				<name>Mr James Tuddenham</name>
				<email>JamesT@micromuse.com</email>
				<description>web team head</description>
			</referee>
		</references>
		<project title="Web Team">
			<url>http://www.MicroMuse.com/</url>
			<posturl>(substantial changes to the site since I left)</posturl>
			<description>
				After finishing university I got a summer job in the web team of Micromuse in London.
				I worked on the public web site as well as on the intranet and support site.
				This involved rolling out the new look web site,
					managing several standard page layouts over hundreds of separate pages,
					many generated on the fly from databases or text files,
					and creating several new product sites (many with dynamic content) from scratch.
				Comprehensive Perl skills were acquired during this time.
			</description>
		</project>
	</pastwork>
	<pastwork organisation="Research Machines" shortname="RMPLC" position="Network Installation" fromdate="June 1998" todate="October 1998">
		<contact type="address">
			<address type="primary">
				<addressline line="1">New Mill House</addressline>
				<addressline line="2">183 Milton Park</addressline>
				<city>Abingdon</city>
				<postcode>OX14 4SE</postcode>
				<country>UK</country>
			</address>
		</contact>
		<contact type="telephone">
			<telephone type="primary">+44 8709 200200</telephone>
			<telephone type="fax">+44 1235 826456</telephone>
		</contact>
		<contact type="url">
			<url>http://www.rm.com/</url>
		</contact>
		<project title="Network Installation">
			<description>
				This was a summer-job as an on-site consultant installing their NT-server networks in academic institutions (mainly sixth-form colleges).
				They provide complete solutions for schools -
					in 1998 this was based on NT servers and Win95 workstations -
					and I was installing the servers and setting up all the workstations and distributed software with RM's own central software manager.
				For example in Luton we had three NT servers,
					one backup server,
					and about 400 stations running Win95 with RM's proprietary security on-top -
					and upwards of 20 applications which needed distribution.
			</description>
		</project>
	</pastwork>
</experience>
<experience type="products" title="Product Experience">
	<products type="languages" heading="Languages">
		<product acronym="XML">Extensible Markup Language</product>
		<product acronym="XSL">Extensible Stylesheet Language</product>
		<product acronym="XHTML">The Extensible HyperText Markup Language</product>
		<product acronym="XSLT">XSL Transformations</product>
		<product abbrev="XPath">XML Path Language</product>
		<product acronym="XSL:FO">XSL Formatting Objects</product>
		<product acronym="SQL">Standard Query Language</product>
		<product acronym="VB">Visual Basic</product>
		<product acronym="ASP">Active Server Pages</product>
		<product>VBScript</product>
		<product>JavaScript/ECMAScript</product>
		<product>Crystal Reports</product>
		<product>Perl</product>
		<product>Java</product>
		<product acronym="ML">Meta Language</product>
	</products>
	<products type="os" heading="Platforms">
		<product>The Windows' (from XP to DOS)</product>
		<product>Unix (Redhat, Solaris)</product>
		<product abbrev="MSSQL 2000">Microsoft SQL Server 2000</product>
		<product acronym="IIS">Internet Information Server</product>
	</products>
</experience>
<experience type="education" title="Educational Background">
	<education type="university" heading="University" organisation="Trinity Hall, Cambridge" shortname="Trinity Hall" frommonth="September" fromyear="1996" tomonth="June" toyear="1999">
		<contact type="address">
			<address type="primary">
				<city>Cambridge</city>
				<postcode>CB2 1TJ</postcode>
				<country>UK</country>
			</address>
		</contact>
		<contact type="url">
			<url type="primary">http://www.cam.ac.uk/</url>
			<url description="Trinity Hall">http://www.trinhall.cam.ac.uk/</url>
			<url description="Computer Laboratory">http://www.cl.cam.ac.uk/</url>
		</contact>
		<references>
			<referee>
				<name>Dr Simon Moore</name>
				<email>Simon.Moore@cl.cam.ac.uk</email>
				<description>Trinity Hall director of studies for CS</description>
			</referee>
		</references>
		<qualification type="Bachelor's Degree">
			<description>BA (Hons) in Computer Science</description>
		</qualification>
	</education>
	<education type="school" heading="School / College" organisation="Hereford Cathedral School" shortname="Cathedral School" frommonth="September" fromyear="1989" tomonth="July" toyear="1996">
		<contact type="address">
			<address type="primary">
				<addressline line="1">Old Deanery</addressline>
				<addressline line="2">Cathedral Close</addressline>
				<city>Hereford</city>
				<postcode>HR1 2NG</postcode>
				<country>UK</country>
			</address>
		</contact>
		<contact type="url">
			<url>www.cathedralschool.hereford.sch.uk</url>
		</contact>
		<qualification type="A-level">
			<grade type="A" count="3">
				<specific>Maths</specific>
				<specific>Further Maths</specific>
				<specific>Physics</specific>
			</grade>
			<grade type="B" count="1"><!-- General Studies --></grade>
			<grade type="C" count="1"><!-- Computer Science --></grade>
		</qualification>
		<qualification type="AS-level">
			<grade type="B" count="1"><!-- Electronics --></grade>
		</qualification>
		<qualification type="GCSE">
			<grade type="A" count="9">
				<!--
				<specific>Chemistry</specific>
				<specific>Computer Science</specific>
				<specific>Electronics</specific>
				<specific>English</specific>
				<specific>Geography</specific>
				<specific>Latin</specific>
				<specific>Maths</specific>
				<specific>Physics</specific>
				<specific>Technology</specific>
				 -->
			</grade>
			<grade type="B" count="2">
				<!--
				<specific>English Literature</specific>
				<specific>Religious Studies</specific>
				-->
			</grade>
			<grade type="C" count="1">
				<!--
				<specific>German</specific>
				-->
			</grade>
		</qualification>
	</education>
</experience>
<experience type="leisure" title="Extra-Curricular Interests">
	<description>After rowing for my college first boat at university I have attempted to remain competitive - and have quite singularly failed.  I also enjoy chess, reading, live music, sailing, home-brewing, and current affairs, though not necessarily in that order</description>
</experience>

</cv>
