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

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

add PHYBIOCAR theme column on html

  • Property svn:keywords set to Id URL
File size: 4.1 KB
Line 
1<!--
2
3TODO
4====
5
6add all possible fiels in bibtex show
7
8EVOLUTIONS
9==========
10
11$Id$
12
13$URL$
14
15- fplod 20120627T144736Z cratos (Linux)
16
17  * add a column for phybiocartheme
18
19- fplod 20120406
20
21  * add format in column year to improve unpublished visibility
22  * put doi and url in journal column to reduce width
23  * fix colspan
24
25- fplod 20120222
26 
27  * add aeres02_team and aeres02_type in bibtex show
28  * add loceanteam and loceanaffectation in bibtex show
29    not don't yet because of comma problem !
30
31- fplod 2009-08-21T07:17:49Z aedon.locean-ipsl.upmc.fr (Darwin)
32
33  * show doi and url (instead of link only)
34  * add loceanaffectation column
35
36- fplod 2009-03-04T10:22:23Z aedon.locean-ipsl.upmc.fr (Darwin)
37
38  * creation from http://www.markschenk.com/tools/jabref/filterfiles/tablerefsabsbibsort/v2/
39
40  * adaptation for LOCEAN (add team column)
41
42-->
43
44<tr id="\format{\bibtexkey}" class="entry">
45        <td>\format[AuthorLastFirst,AuthorLastFirstAbbreviator,AuthorAndsCommaReplacer,NoSpaceBetweenAbbreviations,HTMLChars]{\author}</td>
46        <td>\loceanteam</td>
47        <td>\aeresteam</td>
48        <td>\phybiocartheme</td>
49        <td>\loceanaffectation</td>
50        <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>
51        <td>\year\begin{format} \format[HTMLChars]{\format}\end{format}&nbsp;</td>
52        <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;
53        <p>\begin{doi}<a href="\format[DOICheck]{\doi}">doi:\doi</a>\end{doi}</p>
54        <p>\begin{url}<a href="\format{\url}">\url</a>\end{url}</p></td>
55        <td>\format[ToLowerCase]{\bibtextype}</td>
56        <td>\aerestype</td>
57</tr>\begin{abstract}
58<tr id="abs_\format{\bibtexkey}" class="abstract noshow">
59        <td colspan="10"><b>Abstract</b>: \format[HTMLChars]{\abstract}</td>
60</tr>\end{abstract}\begin{review}
61<tr id="rev_\format{\bibtexkey}" class="review noshow">
62        <td colspan="10"><b>Review</b>: \format[HTMLChars]{\review}</td>
63</tr>\end{review}
64<tr id="bib_\format{\bibtexkey}" class="bibtex noshow">
65<td colspan="10"><b>BibTeX</b>:
66<pre>
67@\format[ToLowerCase]{\bibtextype}{\bibtexkey,\begin{author}
68  author = {\format[HTMLChars]{\author}}\end{author}\begin{loceanteam},
69  loceanteam = {\format[HTMLChars]{\loceanteam}}\end{loceanteam}\begin{aeresteam},
70  aeresteam = {\format[HTMLChars]{\aeresteam}}\end{aeresteam}\begin{phybiocartheme},
71  phybiocartheme = {\format[HTMLChars]{\phybiocartheme})\end{phybiocartheme}\begin{loceanaffectation},
72  loceanaffectation = {\format[HTMLChars]{\loceanaffectation}}\end{loceanaffectation}\begin{aerestype},
73  aerestype = {\format[HTMLChars]{\aerestype}}\end{aerestype}\begin{title},
74  title = {\format[HTMLChars]{\title}}\end{title}\begin{booktitle},
75  booktitle = {\format[HTMLChars]{\booktitle}}\end{booktitle}\begin{journal},
76  journal = {\format[HTMLChars]{\journal}}\end{journal}\begin{publisher},
77  publisher = {\format[HTMLChars]{\publisher}}\end{publisher}\begin{school},
78  school = {\format[HTMLChars]{\school}}\end{school}\begin{year},
79  year = {\format[HTMLChars]{\year}}\end{year}\begin{volume},
80  volume = {\format[HTMLChars]{\volume}}\end{volume}\begin{number},
81  number = {\format[HTMLChars]{\number}}\end{number}\begin{pages},
82  pages = {\format[HTMLChars]{\pages}}\end{pages}\begin{edition},
83  edition = {\format[HTMLChars]{\edition}}\end{edition}\begin{note},
84  note = {\format[HTMLChars]{\note}}\end{note}\begin{format},
85  format = {\format[HTMLChars]{\format}}\end{format}\begin{url},
86  url = {\format[HTMLChars]{\url}}\end{url}\begin{doi},
87  doi = {\format[DOICheck]{\doi}}\end{doi}
88}
89</pre></td>
90</tr>
Note: See TracBrowser for help on using the repository browser.