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

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

improve AERES visibility

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