Difference between revisions of "Template:Paper"

From Openresearch
Jump to: navigation, search
m (Reverted edits by Aliw (talk) to last revision by Said)
(Tag: Rollback)
 
(29 intermediate revisions by 2 users not shown)
Line 57: Line 57:
 
{{#ifeq:{{{Approach|}}}|||{{Tablerow|Label=Approach:|Value=[[has approach::{{{Approach}}}]]}} }}
 
{{#ifeq:{{{Approach|}}}|||{{Tablerow|Label=Approach:|Value=[[has approach::{{{Approach}}}]]}} }}
 
|-
 
|-
{{#ifeq:{{{Year|}}}|||{{Tablerow|Label=Implementation:|Value=[[has year::{{{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}}}]]}} }}
Line 88: Line 88:
 
<p><strong><font color=#5F6DB1> Access API:</font></strong> [[access API::{{{API}}}]]</p>
 
<p><strong><font color=#5F6DB1> Access API:</font></strong> [[access API::{{{API}}}]]</p>
 
<p><strong><font color=#5F6DB1> Information Representation:</font></strong> [[Has InfoRepresentation::{{{InfoRepresentation}}}]]</p>
 
<p><strong><font color=#5F6DB1> Information Representation:</font></strong> [[Has InfoRepresentation::{{{InfoRepresentation}}}]]</p>
 +
<p><strong><font color=#5F6DB1> Data Catalogue:</font></strong> [[Has DataCatalouge::{{{Catalogue}}}]]</p>
 
<p><strong><font color=#5F6DB1> Runs on OS:</font></strong> [[ runsOn OS::{{{OS}}}]]</p>
 
<p><strong><font color=#5F6DB1> Runs on OS:</font></strong> [[ runsOn OS::{{{OS}}}]]</p>
 
<p><strong><font color=#5F6DB1> Vendor:</font></strong> [[Has vendor::{{{vendor}}}]]</p>
 
<p><strong><font color=#5F6DB1> Vendor:</font></strong> [[Has vendor::{{{vendor}}}]]</p>
Line 99: Line 100:
  
 
==Research Problem==
 
==Research Problem==
<p><strong><font color=#5F6DB1>Subproblem of:</font></strong> [[Has SubProblem::{{{Subproblem}}}]]</p>
+
<p><strong><font color=#5F6DB1>Subproblem of:</font></strong> [[Has Subproblem::{{{Subproblem}}}]]</p>
 
<p><strong><font color=#5F6DB1>RelatedProblem:</font></strong> [[Has relatedProblem::{{{RelatedProblem}}}]]</p>
 
<p><strong><font color=#5F6DB1>RelatedProblem:</font></strong> [[Has relatedProblem::{{{RelatedProblem}}}]]</p>
 
<p><strong><font color=#5F6DB1>Motivation:</font></strong> [[Has motivation::{{{Motivation}}}]]</p>
 
<p><strong><font color=#5F6DB1>Motivation:</font></strong> [[Has motivation::{{{Motivation}}}]]</p>
  
 
==Evaluation==
 
==Evaluation==
<p><strong><font color=#5F6DB1>Subproblem of:</font></strong> [[Has ExperimentSetup::{{{ExperimentSetup}}}]]</p>
+
<p><strong><font color=#5F6DB1>Experiment Setup:</font></strong> [[Has ExperimentSetup::{{{ExperimentSetup}}}]]</p>
 
<p><strong><font color=#5F6DB1>Evaluation Method :</font></strong> [[Has EvaluationMethod::{{{EvaluationMethod}}}]]</p>
 
<p><strong><font color=#5F6DB1>Evaluation Method :</font></strong> [[Has EvaluationMethod::{{{EvaluationMethod}}}]]</p>
 
<p><strong><font color=#5F6DB1>Hypothesis:</font></strong> [[Has Hypothesis::{{{Hypothesis}}}]]</p>
 
<p><strong><font color=#5F6DB1>Hypothesis:</font></strong> [[Has Hypothesis::{{{Hypothesis}}}]]</p>
 
<p><strong><font color=#5F6DB1>Description:</font></strong> [[Has Description::{{{Description}}}]]</p>
 
<p><strong><font color=#5F6DB1>Description:</font></strong> [[Has Description::{{{Description}}}]]</p>
 
<p><strong><font color=#5F6DB1>Dimensions:</font></strong> [[Has Dimensions::{{{Dimensions}}}]]</p>
 
<p><strong><font color=#5F6DB1>Dimensions:</font></strong> [[Has Dimensions::{{{Dimensions}}}]]</p>
<p><strong><font color=#5F6DB1>Benchmark used:</font></strong> [[Has Benchmark::{{{Benchmark}}}]]</p>
+
<p><strong><font color=#5F6DB1>Benchmark used:</font></strong> {{#arraymap:{{{Benchmark}}}|,|var|[[has Benchmark::var]]}}  </p>
 
<p><strong><font color=#5F6DB1>Results:</font></strong> [[Has Results::{{{Results}}}]]</p>
 
<p><strong><font color=#5F6DB1>Results:</font></strong> [[Has Results::{{{Results}}}]]</p>
  

Latest revision as of 05:49, 7 August 2019

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