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

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

try to improve lisibility

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