Your publication list on a personal website

You can include a list of your publications stored in this repository in two simple steps:
  1. Copy the script below into the html of your website. Please keep in mind that the publication list will appear at the exact place where you put the script.
  2. Replace XXXXXXXX with your UT staff member number (the number on your staff member card, not the m-version).
<script type="text/javascript" src="http://doc.utwente.nl/cgi/jsview?view=author_ut&amp;id=XXXXXXXX"></script>

About styling

If you have a stylesheet (css) for your html, it will be applied to the publication list. Some additional information:
  • The year numbers are <h2> headers.
  • All other text and links should match the default style of your page (i.e. same font and size).
For help or further questions, please contact repository@utwente.nl.

Using Webhare

In Webhare you can create a publication list by following the next steps:
  1. Create an html file containing the lines below (replace the XXXXXXXX with your UT staff member number on your UT member card, not the m-version).
  2. Upload the html file to the folder in Webhare which corresponds with the desired web page and name it Publication list.
<html>
<head>
<title>Publication list</title>
</head>
<body>
<script type="text/javascript" src="http://doc.utwente.nl/cgi/jsview?view=author_ut&amp;id=XXXXXXXX"></script>
</body>
</html>

On your website these steps will result in:
  • a link Publication list on the web page corresponding with the folder.
  • an extra web page Publication list with a link to the publication list.
Suggestion: if you don't want an extra web page with a link to the publication list just do the following:
  • Create a new folder leaving the title field empty.
  • Upload the html file to this folder and use it as index file (check box: yes).
  • Include a link to this new folder in the folder of the web page that should link to the publication list and name it Publication list.