Difference between revisions of "Template:Paper"

From Openresearch
Jump to: navigation, search
Line 35: Line 35:
 
{{#ifeq:{{#arraymap:{{{Authors|}}}|,|var|[[has authors::var]]}}|||{{Tablerow|Label=Authors:|Value={{#arraymap:{{{Authors}}}|,|var|[[has authors::var]]}} }} }}
 
{{#ifeq:{{#arraymap:{{{Authors|}}}|,|var|[[has authors::var]]}}|||{{Tablerow|Label=Authors:|Value={{#arraymap:{{{Authors}}}|,|var|[[has authors::var]]}} }} }}
 
|-
 
|-
{{#ifeq:{{#arraymap:{{{Publication venues|}}}|,|var|[[has publication venues::var]]}}|||{{Tablerow|Label=Publication venues:|Value={{#arraymap:{{{Publication venues|}}}|,|var|[[has publication venues::var]]}} }} }}
+
{{#ifeq:{{{Series|}}}|||{{Tablerow|Label=Event in series|Value=[[Event in series::{{{Series}}}]]}}}}
 
|-
 
|-
 
<!-- *** Additional Information: *** -->
 
<!-- *** Additional Information: *** -->

Revision as of 16:51, 21 March 2018

This template is used for collecting data about papers. When inserted in a paper's page, it creates a decorative table with much helpful information. It also takes care of annotating the given data semantically, so that users can easily find it or query it in other articles. Do not try to read this page's source code for learning table syntax – there are far easier ways of creating tables in MediaWiki.

To use this template, insert the following at the beginning of your user page. All fields are strictly optional and should be omitted if no data is given.

{{Paper
 |  Title=Full title of the given paper
 |  Field = the primary scientific field of the paper
 |  Organization = 
 |  Abstract =
 |  Authors = authors of paper
 |  Publication venues =
 |  Usecases = 
 |  Tools = 
 |  Problem =
 |  Approach = 
 |  Approach characteristics =
 |  Methodology = 
 |  Implementation = 
 |  Programming languages = 
 |  Evaluation = 
}}

The order of the fields is not relevant. The template should be given as the first thing on a page.


Paper