File:  [Repository] / MPIWGWeb / zpt / Attic / addPublicationsBib.zpt
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Aug 27 21:08:40 2008 UTC (15 years, 10 months ago) by dwinter
Branches: r2

r

    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2:           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3: <html metal:use-macro="here/mainEditFile/macros/page">
    4: <body>
    5: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />
    6: 
    7: <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
    8: 
    9:   <h3>Add Publications</h3>
   10:   <p> There are two ways to add publications to your list. </p>
   11:   <ol> 
   12:     <li> Publications that were created and released at the MPIWG are stored in a database, the <u>Instituts-Bibliographie</u>.<br/> In 
   13:          that case you can <b>search for and add them</b> <a href="addPublications"><img src="images/arr_right.gif" border="0"/> here</a>. </li>
   14:     <li> If you want to add publications that <u>have not been released at the MPIWG</u>,<br/> you may need to <b>add separate entries</b> 
   15:          <a href="newBibliography"><img src="images/arr_right.gif" border="0"/> here</a>.</li>
   16:   </ol>
   17:   <!-- <h3><a href="newBibliography">Add a separate entry</a></h3> -->
   18:   <h3><a href="editPublications">Back to publication list</a></h3>
   19: </tal:block>
   20: </html>
   21: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>