Difference between revisions of "Template:Paper"

From Openresearch
Jump to: navigation, search
Line 83: Line 83:
 
<p><strong><font color=#5F6DB1> Download-page:</font></strong> [[Has Downloadpage::{{{Download-page}}}]]</p>
 
<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> 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> 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>
 +
  
  

Revision as of 11:04, 23 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 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