[llvm-commits] CVS: llvm-www/pubs/TEMPLATE-MSThesis.html

Brian Gaeke gaeke at gally.cs.uiuc.edu
Thu Feb 19 14:05:09 PST 2004


Changes in directory llvm-www/pubs:

TEMPLATE-MSThesis.html added (r1.1)

---
Log message:

add template for thesis entries


---
Diffs of the changes:  (+56 -0)

Index: llvm-www/pubs/TEMPLATE-MSThesis.html
diff -c /dev/null llvm-www/pubs/TEMPLATE-MSThesis.html:1.1
*** /dev/null	Thu Feb 19 14:02:08 2004
--- llvm-www/pubs/TEMPLATE-MSThesis.html	Thu Feb 19 14:01:58 2004
***************
*** 0 ****
--- 1,56 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html>
+ <head>
+   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+   <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen" />
+   <title>TITLE</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   TITLE
+ </div>
+ <div class="pub_author">
+   AUTHOR, M.S. Thesis
+ </div>
+ 
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ ABSTRACT
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   TITLE, AUTHOR.<br>
+   <i>Masters Thesis</i>, Computer Science Dept., University of Illinois at
+   Urbana-Champaign, MONTH YEAR.
+ </blockquote>
+ 
+ <h2>Download:</h2>
+ <ul>
+   <li><a href="PSFILE">TITLE</a> (PS)</li>
+   <li><a href="PDFFILE">TITLE</a> (PDF)</li>
+ 
+ <p>
+    The "book form" is useful if you plan to print this out.  Print the file out
+    double sided, fold it in half, and staple it in the middle of the page.  It
+    dramatically reduces the number of pages of paper used.
+ </p>
+ </ul>
+ 
+ <h2>BibTeX Entry:</h2>
+ <pre>
+   @MastersThesis{LASTNAME:MSThesisYY,
+     author  = {AUTHOR},
+     title   = "{TITLE}",
+     school  = "{Computer Science Dept., University of Illinois at Urbana-Champaign}",
+     year    = {YEAR},
+     address = {Urbana, IL},
+     month   = {MONTH},
+     note    = {{\em See {\tt http://llvm.cs.uiuc.edu}.}}
+   }
+ </pre>
+ 
+ </body>
+ </html>





More information about the llvm-commits mailing list