Difference between revisions of "Template:Paper"

From Openresearch
Jump to navigation Jump to search
m (Reverted edits by Aliw (talk) to last revision by Said)
Tag: Rollback
m (Text replacement - "{{Tablerow" to "{{TableRow")
 
Line 30: Line 30:
 
<!-- *** Comment ***  
 
<!-- *** Comment ***  
 
|-
 
|-
{{#ifeq:{{{Abstract|}}}|||{{Tablerow|Label=Abstract:|Value=[[has abstract:={{{Abstract}}}]]}}}}
+
{{#ifeq:{{{Abstract|}}}|||{{TableRow|Label=Abstract:|Value=[[has abstract:={{{Abstract}}}]]}}}}
 
|-
 
|-
{{#ifeq:{{{Conclusion|}}}|||{{Tablerow|Label=Conclusion:|Value=[[has conclusion:={{{Conclusion}}}]]}}}}
+
{{#ifeq:{{{Conclusion|}}}|||{{TableRow|Label=Conclusion:|Value=[[has conclusion:={{{Conclusion}}}]]}}}}
 
|-
 
|-
{{#ifeq:{{{Future work|}}}|||{{Tablerow|Label=Future work:|Value=[[has future work:={{{Future work}}}]]|default='Abstract goes here'}}}}
+
{{#ifeq:{{{Future work|}}}|||{{TableRow|Label=Future work:|Value=[[has future work:={{{Future work}}}]]|default='Abstract goes here'}}}}
 
-->
 
-->
 
|-
 
|-
{{#ifeq:{{{Subject|}}}|||{{Tablerow|Label=Subject:|Value=[[has subject:={{{Subject}}}]]}}}}
+
{{#ifeq:{{{Subject|}}}|||{{TableRow|Label=Subject:|Value=[[has subject:={{{Subject}}}]]}}}}
 
|-
 
|-
{{#ifeq:{{{Keywords|}}}|||{{Tablerow|Label=Keywords:|Value=[[has keywords:={{{Keywords}}}]]|placeholder={{{keywords here}}}}}}}
+
{{#ifeq:{{{Keywords|}}}|||{{TableRow|Label=Keywords:|Value=[[has keywords:={{{Keywords}}}]]|placeholder={{{keywords here}}}}}}}
 
|-
 
|-
{{#ifeq:{{{Year|}}}|||{{Tablerow|Label=Year:|Value=[[has year:={{{Year}}}]]}}}}
+
{{#ifeq:{{{Year|}}}|||{{TableRow|Label=Year:|Value=[[has year:={{{Year}}}]]}}}}
 
|-
 
|-
{{#ifeq:{{{Fund|}}}|||{{Tablerow|Label=Fund:|Value=[[has fund:={{{Fund}}}]]}}}}
+
{{#ifeq:{{{Fund|}}}|||{{TableRow|Label=Fund:|Value=[[has fund:={{{Fund}}}]]}}}}
 
|-
 
|-
{{#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:{{{Series|}}}|||{{Tablerow|Label=Venue|Value=[[Event in series::{{{Series}}}]]}}}}
+
{{#ifeq:{{{Series|}}}|||{{TableRow|Label=Venue|Value=[[Event in series::{{{Series}}}]]}}}}
 
|-
 
|-
  
Line 53: Line 53:
 
{{#ifeq:{{{Problem|}}}{{{Approach|}}}{{{Methodology|}}}{{{Implementation|}}}{{{Programming Language|}}}{{{Evaluation|}}}|||{{Tablesection|Label=Content Metadata|Color=#ADD8E6|Textcolor=#fff}}}}
 
{{#ifeq:{{{Problem|}}}{{{Approach|}}}{{{Methodology|}}}{{{Implementation|}}}{{{Programming Language|}}}{{{Evaluation|}}}|||{{Tablesection|Label=Content Metadata|Color=#ADD8E6|Textcolor=#fff}}}}
 
|-
 
|-
{{#ifeq:{{{Problem|}}}|||{{Tablerow|Label=Problem:|Value=[[has problem::{{{Problem}}}|{{{Problem}}}]]}} }}
+
{{#ifeq:{{{Problem|}}}|||{{TableRow|Label=Problem:|Value=[[has problem::{{{Problem}}}|{{{Problem}}}]]}} }}
 
|-
 
|-
{{#ifeq:{{{Approach|}}}|||{{Tablerow|Label=Approach:|Value=[[has approach::{{{Approach}}}]]}} }}
+
{{#ifeq:{{{Approach|}}}|||{{TableRow|Label=Approach:|Value=[[has approach::{{{Approach}}}]]}} }}
 
|-
 
|-
{{#ifeq:{{{Implementation|}}}|||{{Tablerow|Label=Implementation:|Value=[[has Implementation::{{{Implementation}}}]]}}}}
+
{{#ifeq:{{{Implementation|}}}|||{{TableRow|Label=Implementation:|Value=[[has Implementation::{{{Implementation}}}]]}}}}
 
|-
 
|-
{{#ifeq:{{{Evaluation|}}}|||{{Tablerow|Label=Evaluation:|Value=[[has Evaluation::{{{Evaluation}}}|{{{Evaluation}}}]]}} }}
+
{{#ifeq:{{{Evaluation|}}}|||{{TableRow|Label=Evaluation:|Value=[[has Evaluation::{{{Evaluation}}}|{{{Evaluation}}}]]}} }}
 
|-
 
|-
  

Latest revision as of 19:43, 23 April 2021

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 venue =
 |  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