-
Notifications
You must be signed in to change notification settings - Fork 0
/
orgblock.layout
67 lines (64 loc) · 3.69 KB
/
orgblock.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<tr id="\format{\bibtexkey}" class="entry">
<td>\format[Authors(FirstFirst,InitialsNoSpace),HTMLChars]{\author}</td>
<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}
\begin{file}[<a href="\format{\file}">pdf</a>]\end{file}
\begin{presentation}[<a href="\format{\presentation}">presentation</a>]\end{presentation}
[<a href="javascript:toggleInfo('\format{\bibtexkey}','bibtex')">bib</a>]
</p>
</td>
<td>\year</td>
<td>
<!-- format is below with each file on a separate line -->
\begin{note}\format[HTMLChars, FormatPagesForHTML]{\note}, \end{note}
\begin{journal}\format[HTMLChars]{\journal}\end{journal}
\begin{booktitle&volume}, \format[HTMLChars, FormatPagesForHTML]{\booktitle}\end{booktitle&volume}
\begin{volume}, vol. \volume\end{volume}\begin{number} (\format[FormatPagesForHTML]{\number})\end{number}
<!-- \begin{booktitle}\begin{volume}, \end{volume}\format[HTMLChars, FormatPagesForHTML]{\booktitle}\end{booktitle} -->
\begin{pages}, pp. \format[FormatPagesForHTML]{\pages}\end{pages}
\begin{school} \format[HTMLChars]{\school}\end{school}
\begin{howpublished}, \format[HTMLChars]{\howpublished}\end{howpublished}
<!-- <lisp> -->
<!-- (sam-blog-delete-starting-comma -->
<!-- "\begin{note}\format[HTMLChars, FormatPagesForHTML]{\note}\end{note}\begin{journal}\format[HTMLChars]{\journal}\end{journal}\begin{volume}, vol. \volume\end{volume}\begin{number} (\format[FormatPagesForHTML]{\number})\end{number}\begin{booktitle}, \format[HTMLChars, FormatPagesForHTML]{\booktitle}\end{booktitle}\begin{pages}, pp. \format[FormatPagesForHTML]{\pages}\end{pages}\begin{school}, \format[HTMLChars]{\school}\end{school}\begin{howpublished}, \format[HTMLChars]{\howpublished}\end{howpublished}" -->
<!-- ) -->
<!-- </lisp> -->
</td>
<td>
\format[ToLowerCase]{\bibtextype}
</td>
<!-- <td>\begin{doi}<a href="\format[DOICheck]{\doi}">DOI</a> \end{doi}\begin{url}<a href="\format{\url}">URL</a>\end{url} </td> -->
</tr>
\begin{abstract}
<tr id="abs_\format{\bibtexkey}" class="abstract noshow">
<td colspan="5"><b>Abstract</b>: \format[HTMLChars]{\abstract}</td>
</tr>\end{abstract}
\begin{review}
<tr id="rev_\format{\bibtexkey}" class="review noshow">
<td colspan="5"><b>Review</b>: \format[HTMLChars]{\review}</td>
</tr>
\end{review}
<tr id="bib_\format{\bibtexkey}" class="bibtex noshow">
<td colspan="5"><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>