Difference between revisions of "Template:Paper"

From Openresearch
Jump to: navigation, search
(Blanked the page)
(Tag: Blanking)
Line 1: Line 1:
<noinclude>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 &ndash; 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.
 
<pre>{{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 =
 
}}</pre>
 
The order of the fields is not relevant. The template should be given as the ''first'' thing on a page.
 
 
</noinclude>
 
{| cellspacing="0" cellpadding="5" style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; border: 1px solid #aaa; background: #fff; float: right; clear: right; width: 20em"
 
! colspan="2" style="background: #ADD8E6; color: black" | {{PAGENAME}}
 
|-
 
{{#ifeq:{{{Title|}}}|||{{Tablelongrow|Value=[[title:={{{Title}}}]]}}}}
 
|-
 
{{#ifeq:{{{Organization|}}}{{{Abstract|}}}{{{Authors|}}}{{{Publication venue|}}}|||{{Tablesection|Label=Bibliographical Metadata|Color=#ADD8E6|Textcolor=#fff}}}}
 
<!-- *** Comment ***
 
|-
 
{{#ifeq:{{{Abstract|}}}|||{{Tablerow|Label=Abstract:|Value=[[has abstract:={{{Abstract}}}]]}}}}
 
|-
 
{{#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:{{{Subject|}}}|||{{Tablerow|Label=Subject:|Value=[[has subject:={{{Subject}}}]]}}}}
 
|-
 
{{#ifeq:{{{Keywords|}}}|||{{Tablerow|Label=Keywords:|Value=[[has keywords:={{{Keywords}}}]]|placeholder={{{keywords here}}}}}}}
 
|-
 
{{#ifeq:{{{Year|}}}|||{{Tablerow|Label=Year:|Value=[[has year:={{{Year}}}]]}}}}
 
|-
 
{{#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:{{{Series|}}}|||{{Tablerow|Label=Venue|Value=[[Event in series::{{{Series}}}]]}}}}
 
|-
 
 
<!-- *** Content Metadata *** -->
 
{{#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:{{{Approach|}}}|||{{Tablerow|Label=Approach:|Value=[[has approach::{{{Approach}}}]]}} }}
 
|-
 
{{#ifeq:{{{Implementation|}}}|||{{Tablerow|Label=Implementation:|Value=[[has Implementation::{{{Implementation}}}]]}}}}
 
|-
 
{{#ifeq:{{{Evaluation|}}}|||{{Tablerow|Label=Evaluation:|Value=[[has Evaluation::{{{Evaluation}}}|{{{Evaluation}}}]]}} }}
 
|-
 
 
|}<!--
 
--><includeonly>
 
 
== Abstract ==
 
[[has abstract:={{{Abstract}}}]]
 
 
== Conclusion ==
 
[[has conclusion:={{{Conclusion}}}]]
 
 
== Future work ==
 
[[has future work:={{{Future work}}}]]
 
 
==Approach==
 
<p><strong><font color=#5F6DB1> Positive Aspects:</font></strong> [[Has PositiveAspects::{{{PositiveAspects}}}]]</p>
 
<p><strong><font color=#5F6DB1> Negative Aspects:</font></strong> [[Has NegativeAspects::{{{NegativeAspects}}}]]</p>
 
<p><strong><font color=#5F6DB1> Limitations:</font></strong> [[Has Limitations::{{{Limitations}}}]]</p>
 
<p><strong><font color=#5F6DB1> Challenges:</font></strong> [[Has Challenges::{{{Challenges}}}]]</p>
 
<p><strong><font color=#5F6DB1> Proposes Algorithm:</font></strong> [[Proposes Algorithm::{{{ProposesAlgorithm}}}]]</p>
 
<p><strong><font color=#5F6DB1> Methodology:</font></strong> [[uses Methodology::{{{Methodology}}}]]</p>
 
<p><strong><font color=#5F6DB1> Requirements:</font></strong> [[Has Requirements::{{{Requirements}}}]]</p>
 
<p><strong><font color=#5F6DB1> Limitations:</font></strong> [[Has Limitations::{{{Limitations}}}]]</p>
 
 
==Implementations==
 
<p><strong><font color=#5F6DB1> Download-page:</font></strong> [[Has Downloadpage::{{{Download-page}}}]]</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> 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> Vendor:</font></strong> [[Has vendor::{{{vendor}}}]]</p>
 
<p><strong><font color=#5F6DB1> Uses Framework:</font></strong> [[Uses Framework::{{{Framework}}}]]</p>
 
<p><strong><font color=#5F6DB1> Has Documentation URL:</font></strong> [[Has DocumentationURL::{{{DocumentationURL}}}]]</p>
 
<p><strong><font color=#5F6DB1> Programming Language:</font></strong> [[implementedIn ProgLang::{{{ProgLang}}}]]</p>
 
<p><strong><font color=#5F6DB1> Version:</font></strong> [[has Version ::{{{Version}}}]]</p>
 
<p><strong><font color=#5F6DB1> Platform:</font></strong> [[has platform::{{{Platform}}}]]</p>
 
<p><strong><font color=#5F6DB1> Toolbox:</font></strong> [[uses Toolbox::{{{Toolbox}}}]]</p>
 
<p><strong><font color=#5F6DB1> GUI:</font></strong> [[has GUI::{{{GUI}}}]]</p>
 
 
==Research Problem==
 
<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>Motivation:</font></strong> [[Has motivation::{{{Motivation}}}]]</p>
 
 
==Evaluation==
 
<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>Hypothesis:</font></strong> [[Has Hypothesis::{{{Hypothesis}}}]]</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>Benchmark used:</font></strong> {{#arraymap:{{{Benchmark}}}|,|var|[[has Benchmark::var]]}}  </p>
 
<p><strong><font color=#5F6DB1>Results:</font></strong> [[Has Results::{{{Results}}}]]</p>
 
 
 
 
{{#default_form:Paper}}
 
[[Category:Paper]]
 
</includeonly>
 

Revision as of 05:48, 7 August 2019