-
Notifications
You must be signed in to change notification settings - Fork 4
/
listrefs.phdthesis.layout
42 lines (42 loc) · 2.91 KB
/
listrefs.phdthesis.layout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<tr id="\format{\bibtexkey}" class="entry">
<td>\begin{author}\format[AuthorFirstFirstCommas,HTMLChars]{\author}\end{author}, <a href="pubs/\format{\bibtexkey}.pdf"><i>"\format[HTMLChars]{\title}"</i></a>\begin{booktitle}, In \format[HTMLChars]{\booktitle}.\end{booktitle}
\begin{school}. <i>Ph.D. Dissertation</i>, \format[HTMLChars]{\school}.\end{school}
\begin{howpublished}, \howpublished.\end{howpublished}\begin{address} \format[HTMLChars]{\address}\end{address} \begin{volume} Vol. \volume\end{volume}\begin{number}(\format[FormatPagesForHTML]{\number})\end{number}\begin{pages}, pp. \format[FormatPagesForHTML]{\pages}.\end{pages}\begin{publisher} \format[HTMLChars]{\publisher}\end{publisher}
\begin{year}, \format[HTMLChars]{\year}\end{year}.
<p class="infolinks">\begin{abstract}<a href="javascript:toggleInfo('\format{\bibtexkey}','abstract')">[Abstract]</a>\end{abstract}\begin{review} [<a href="javascript:toggleInfo('\format{\bibtexkey}','review')">Review</a>] \end{review} <a href="javascript:toggleInfo('\format{\bibtexkey}','bibtex')">[BibTeX]</a>
\begin{file} \format[WrapFileLinks(<a href="\r">[\d_\f]</a>,pdf),Replace(>[_,>[)]{\file}\end{file}
\begin{doi} <a href="\format[DOICheck]{\doi}">[DOI]</a>\end{doi}
\begin{url} <a href="\format{\url}">[URL]</a>\end{url}
\begin{software} <a href="\format{\software}">[Software]</a>\end{software}
\begin{slides} <a href="\format{\slides}">[PPT]</a>\end{slides}
\begin{file} \format[WrapFileLinks( <a href="\r">[\d]</a> ,url),]{\file}\end{file}
</p>
</td>
</tr>\begin{abstract}
<tr id="abs_\format{\bibtexkey}" class="abstract noshow">
<td><b>Abstract</b>: \format[HTMLChars]{\abstract}</td>
</tr>\end{abstract}\begin{review}
<tr id="rev_\format{\bibtexkey}" class="review noshow">
<td><b>Review</b>: \format[HTMLChars]{\review}</td>
</tr>\end{review}
<tr id="bib_\format{\bibtexkey}" class="bibtex noshow">
<td><b>BibTeX</b>:
<pre>
@\format[ToLowerCase]{\bibtextype}{\bibtexkey,\begin{author}
author = {\format[HTMLChars]{\author}}\end{author}\begin{title},
title = {\format[HTMLChars]{\title}}\end{title}\begin{booktitle},
booktitle = {\format[HTMLChars]{\booktitle}}\end{booktitle}\begin{journal},
journal = {\format[HTMLChars]{\journal}}\end{journal}\begin{publisher},
publisher = {\format[HTMLChars]{\publisher}}\end{publisher}\begin{school},
school = {\format[HTMLChars]{\school}}\end{school}\begin{year},
year = {\format[HTMLChars]{\year}}\end{year}\begin{volume},
volume = {\format[HTMLChars]{\volume}}\end{volume}\begin{number},
number = {\format[HTMLChars]{\number}}\end{number}\begin{pages},
pages = {\format[HTMLChars]{\pages}}\end{pages}\begin{edition},
edition = {\format[HTMLChars]{\edition}}\end{edition}\begin{note},
note = {\format[HTMLChars]{\note}}\end{note}\begin{url},
url = {\format[HTMLChars]{\url}}\end{url}\begin{doi},
doi = {\format[DOICheck]{\doi}}\end{doi}
}
</pre></td>
</tr>