Difference between revisions of "Publication"
From LRDE
(81 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude> |
||
− | {{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} | }} |
||
+ | This is the "Publication" template. |
||
− | |||
+ | It should be called in the following format: |
||
− | {| class="sideBox" |
||
+ | <pre> |
||
− | |+ |
||
+ | {{Publication |
||
− | | |
||
+ | | published = true|false (if true: the publication appear in the news) |
||
− | {{#if: {{{authors|}}} | ; Authors : {{{authors}}} | |
||
+ | | date = XXXX-XX-XX |
||
− | }}{{#if: {{{type|}}} | ; Type : {{{type}}} | |
||
+ | | authors = list of authors separated by a comma |
||
+ | | title = |
||
+ | | booktitle = |
||
+ | | series = |
||
+ | | volume = |
||
+ | | pages = |
||
+ | | notes = |
||
+ | | address = |
||
+ | | publisher = |
||
+ | | urllrde = |
||
+ | | abstract = |
||
+ | | type = |
||
+ | | id = |
||
+ | | bibtex = |
||
+ | | lrdeinc = transcluded page |
||
+ | | lrdepaper = url |
||
+ | | lrdeslides = url |
||
+ | | lrdeposter = url |
||
+ | | lrdeprojects = list of project separated by a comma |
||
+ | | lrdekeywords = list of keywords separated by a comma |
||
}} |
}} |
||
+ | </pre> |
||
− | ; Date : [[News date::{{{date}}}]] |
||
+ | Edit the page to see the template text. |
||
− | |} |
||
+ | </noinclude><includeonly>{{#if: {{{title|}}} | {{DISPLAYTITLE:{{{title}}}}} |}} |
||
− | |||
+ | <div class="sideBox"> |
||
+ | {{#if: {{{authors|}}} | ; Authors : {{#arraymaptemplate:{{{authors}}}|PrintAuthor|,|,<nowiki> </nowiki> }} | |
||
+ | }}{{#if: {{{booktitle|}}} | ; Where : [[Published in::{{{booktitle}}}]] | |
||
+ | }}{{#if: {{{journal|}}} | ; Journal : [[Published in::{{{journal}}}]] | |
||
+ | }}{{#if: {{{howpublished|}}} | ; Work group : [[Published in::{{{howpublished}}}]] | |
||
+ | }}{{#if: {{{address|}}} | ; Place : {{{address}}} | |
||
+ | }}{{#if: {{{type|}}} | ; Type : [[Publication type::{{{type}}}]] | |
||
+ | }}{{#if: {{{publisher|}}} | ; Publisher : [[Has publisher::{{{publisher}}}]] | |
||
+ | }}{{#if: {{{notes|}}} | ; Status : {{{notes}}} | |
||
+ | }}{{#if: {{{lrdeprojects|}}} | ; Projects : {{#arraymap:{{{lrdeprojects|}}}|,|z|[[Related project::z]]}} | |
||
+ | }}{{#if: {{{lrdekeywords|}}} | ; Keywords : {{#arraymap:{{{lrdekeywords|}}}|,|z|[[Has keyword::z]]}} | |
||
+ | }} |
||
+ | ; Date : {{{date}}} |
||
+ | </div> |
||
{{#if: {{{abstract|}}} | |
{{#if: {{{abstract|}}} | |
||
+ | |||
== Abstract == |
== Abstract == |
||
− | + | {{{abstract}}} |
|
+ | |||
− | | }} |
||
+ | |}} |
||
+ | {{#if: {{{lrdepaper|}}}{{{lrdeslides|}}}{{{lrdeposter|}}} | |
||
+ | |||
+ | == Documents == |
||
+ | |||
+ | {{#if: {{{lrdepaper|}}} | * [[Publication paper::{{{lrdepaper}}}|Paper]] | }} |
||
+ | {{#if: {{{lrdereport|}}} | * [[Publication report::{{{lrdereport}}}|Report]] | }} |
||
+ | {{#if: {{{lrdeslides|}}} | * [[Publication slides::{{{lrdeslides}}}|Slides]] | }} |
||
+ | {{#if: {{{lrdeposter|}}} | * [[Publication poster::{{{lrdeposter}}}|Poster]] | }} |
||
+ | |||
+ | |}} |
||
+ | {{#if: {{{lrdeinc|}}} | |
||
+ | |||
+ | {{:{{{lrdeinc}}}}} |
||
+ | |||
+ | |}} |
||
+ | {{#if: {{{bibtex|}}} | |
||
+ | |||
+ | == Bibtex ([https://www.lrde.epita.fr/dload/papers/lrde.bib lrde.bib]) == |
||
+ | |||
+ | <small> |
||
+ | {{#tag:pre|{{{bibtex}}}}} |
||
+ | </small> |
||
+ | |||
+ | |||
+ | |}} |
||
+ | |||
+ | {{#ifeq: {{{published|false}}} | true | [[Category:Publications]] | }} |
||
+ | |||
+ | {{#set:Has bibtex id={{{id}}}}} |
||
+ | {{#set:Has title={{{title}}}}} |
||
+ | <!--{{#set:Abstract={{{abstract}}}}}--> |
||
+ | <!-- properties used for the news page --> |
||
− | {{#ifeq: {{{type|}}} | inproceedings | [[Category:Publications]] | }} |
||
+ | {{#set:Published has news={{{published|false}}}}} |
||
− | {{#ifeq: {{{type|}}} | incollection | [[Category:Publications]] | }} |
||
+ | {{#set:News title='''Publication''' [[Publications/{{{id}}}|{{{title}}}]] {{#if: {{{booktitle|}}} | in ''{{{booktitle}}}'' | }}{{#if: {{{journal|}}} | in ''{{{journal}}}'' | }}}} |
||
− | {{#ifeq: {{{type|}}} | article | [[Category:Publications]] | }} |
||
+ | {{#set:News date={{{date}}}}} |
||
− | {{#ifeq: {{{type|}}} | misc | [[Category:Publications]] | }} |
||
+ | {{#set:News year={{#time: Y | {{{date}}}}}}} |
||
− | {{#ifeq: {{{type|}}} | phdthesis | [[Category:Publications]] | }} |
||
+ | </includeonly> |
||
− | {{#ifeq: {{{type|}}} | techreport | [[Category:Publications]] | }} |
Latest revision as of 19:21, 5 January 2018
This is the "Publication" template. It should be called in the following format:
{{Publication | published = true|false (if true: the publication appear in the news) | date = XXXX-XX-XX | authors = list of authors separated by a comma | title = | booktitle = | series = | volume = | pages = | notes = | address = | publisher = | urllrde = | abstract = | type = | id = | bibtex = | lrdeinc = transcluded page | lrdepaper = url | lrdeslides = url | lrdeposter = url | lrdeprojects = list of project separated by a comma | lrdekeywords = list of keywords separated by a comma }}
Edit the page to see the template text.