source: branches/bibliolocean/src/tablerefsabsbibsort.layout @ 226

Last change on this file since 226 was 120, checked in by pinsard, 12 years ago

add jabref preference and filters

File size: 2.5 KB
Line 
1<tr id="\format{\bibtexkey}" class="entry">
2        <td>\format[AuthorLastFirst,AuthorLastFirstAbbreviator,AuthorAndsCommaReplacer,NoSpaceBetweenAbbreviations,HTMLChars]{\author}</td>
3        <td>\format[HTMLChars]{\title} <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>]</p></td>
4        <td>\year</td>
5        <td>\format[HTMLChars]{\journal}\begin{volume}<br/>Vol. \volume\end{volume}\begin{number}(\format[FormatPagesForHTML]{\number})\end{number}\format[HTMLChars]{\booktitle}\begin{pages}, pp. \format[FormatPagesForHTML]{\pages}\end{pages}\begin{school}<i>School</i>: \format[HTMLChars]{\school}\end{school}\begin{howpublished}\format[HTMLChars]{\howpublished}\end{howpublished}&nbsp;</td>
6        <td>\format[ToLowerCase]{\bibtextype}</td>
7        <td>\begin{doi}<a href="\format[DOICheck]{\doi}">DOI</a> \end{doi}\begin{url}<a href="\format{\url}">URL</a>\end{url}&nbsp;</td>
8</tr>\begin{abstract}
9<tr id="abs_\format{\bibtexkey}" class="abstract noshow">
10        <td colspan="6"><b>Abstract</b>: \format[HTMLChars]{\abstract}</td>
11</tr>\end{abstract}\begin{review}
12<tr id="rev_\format{\bibtexkey}" class="review noshow">
13        <td colspan="6"><b>Review</b>: \format[HTMLChars]{\review}</td>
14</tr>\end{review}
15<tr id="bib_\format{\bibtexkey}" class="bibtex noshow">
16<td colspan="6"><b>BibTeX</b>:
17<pre>
18@\format[ToLowerCase]{\bibtextype}{\bibtexkey,\begin{author}
19  author = {\format[HTMLChars]{\author}}\end{author}\begin{title},
20  title = {\format[HTMLChars]{\title}}\end{title}\begin{booktitle},
21  booktitle = {\format[HTMLChars]{\booktitle}}\end{booktitle}\begin{journal},
22  journal = {\format[HTMLChars]{\journal}}\end{journal}\begin{publisher},
23  publisher = {\format[HTMLChars]{\publisher}}\end{publisher}\begin{school},
24  school = {\format[HTMLChars]{\school}}\end{school}\begin{year},
25  year = {\format[HTMLChars]{\year}}\end{year}\begin{volume},
26  volume = {\format[HTMLChars]{\volume}}\end{volume}\begin{number},
27  number = {\format[HTMLChars]{\number}}\end{number}\begin{pages},
28  pages = {\format[HTMLChars]{\pages}}\end{pages}\begin{edition},
29  edition = {\format[HTMLChars]{\edition}}\end{edition}\begin{note},
30  note = {\format[HTMLChars]{\note}}\end{note}\begin{url},
31  url = {\format[HTMLChars]{\url}}\end{url}\begin{doi},
32  doi = {\format[DOICheck]{\doi}}\end{doi}
33}
34</pre></td>
35</tr>
Note: See TracBrowser for help on using the repository browser.