Form:Paper: Difference between revisions
No edit summary |
No edit summary |
||
| (70 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Paper | |||
|Title=title | |||
|GUI=No | |||
}} | |||
<noinclude> | <noinclude> | ||
This is the 'Paper' form. | This is the 'Paper' form. | ||
| Line 7: | Line 11: | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{{info|page name=<Paper[Title]><unique number>}}} | {{{info|page name=<Paper[Title]><unique number>}}} | ||
{{{for template|Paper}}} | {{{for template|Paper}}} | ||
=Bibliographical Metadata= | =Bibliographical Metadata= | ||
{| class="formtable" | {| class="formtable" | ||
! Title *: | ! Paper Title*: | ||
| {{{field|Title| | | {{{field|Title||unique}}} | ||
| Full title of the given paper | | Full title of the given paper | ||
|- | |- | ||
! | ! Subject: | ||
| {{{field| | | {{{field|Subject|input type=text}}} | ||
| Primary | | Primary subject or topic of research of the paper. | ||
|- | |- | ||
! | ! Author(s): | ||
| {{{field| | | {{{field|Authors|autocomplete on category=People}}} | ||
|- | |- | ||
! | ! Publication venue: | ||
| {{{field|Series|autocomplete on category=Event series}}} | | {{{field|Series|autocomplete on category=Event series|default=No data available now.}}} | ||
| | | Publication venue of the paper. | ||
|- | |- | ||
! | ! Year: | ||
| {{{field| | | {{{field|Year|input type=year|default=No data available now.}}} | ||
| The year in which the paper is published. | |||
|- | |- | ||
! | ! Keywords: | ||
| {{{field| | | {{{field|Keywords|input type=text|placeholder=keywords separated by comma}}} | ||
|- | |- | ||
! Abstract: | ! Abstract: | ||
| {{{field|Abstract|input type=textarea}}} | | {{{field|Abstract|input type=textarea|default=No data available now.}}} | ||
| Abstract of paper | | Abstract of the paper. | ||
|- | |||
! Conclusion: | |||
| {{{field|Conclusion|input type=textarea|default=No data available now.}}} | |||
|- | |||
! Future work: | |||
| {{{field|Future work|input type=textarea|default=No data available now.}}} | |||
| Future ideas of the paper. | |||
|} | |} | ||
| Line 42: | Line 53: | ||
{| class="formtable" | {| class="formtable" | ||
|- | |- | ||
! | ! Problem: | ||
| {{{field| | | {{{field|Problem|input type=text|default=No data available now.}}} | ||
| The research problem. | |||
|- | |||
! Approach: | |||
| {{{field|Approach|input type=text|default=No data available now.}}} | |||
| Approach used to achieve the goal. | |||
|- | |- | ||
! Implementation: | ! Implementation: | ||
| {{{field|Implementation}}} | | {{{field|Implementation|input type=text|default=No data available now.}}} | ||
| The implementation/framework that is invoked when running. | |||
|- | |- | ||
! | ! Evaluation: | ||
| {{{field| | | {{{field|Evaluation|input type=text|default=No data available now.}}} | ||
| Proposed work Evaluation. | |||
|} | |||
=Approach= | |||
{| class="formtable" | |||
! Positive Aspects: | |||
| {{{field|PositiveAspects|input type=textarea|default=No data available now.}}} | |||
|- | |- | ||
! | ! Negative Aspects: | ||
| {{{field| | | {{{field|NegativeAspects|input type=textarea|default=No data available now.}}} | ||
|- | |- | ||
! | ! Limitations: | ||
| {{{field| | | {{{field|Limitations|input type=textarea|default=No data available now.}}} | ||
|- | |||
! Challenges: | |||
| {{{field|Challenges|input type=textarea|default=No data available now.}}} | |||
|- | |||
! Proposes Algorithm: | |||
| {{{field|ProposesAlgorithm|input type=textarea|default=No data available now.}}} | |||
|- | |- | ||
! | ! Proposes Model: | ||
| {{{field| | | {{{field|Model|input type=combobox|values=Mathematical,Architectural,Pipeline|}}} | ||
|- | |- | ||
! Methodology: | ! Methodology: | ||
| {{{field|Methodology|input type=textarea}}} | | {{{field|Methodology|input type=textarea|default=No data available now.}}} | ||
| | |- | ||
! Requirements: | |||
| {{{field|Requirements|input type=textarea|default=No data available now.}}} | |||
|} | |} | ||
= | |||
=Implementations= | |||
{| class="formtable" | {| class="formtable" | ||
! | ! Download-page: | ||
| {{{field| | | {{{field|Download-page|input type=text|default=No data available now.}}} | ||
| | |- | ||
! Access API: | |||
| {{{field|API|input type=text|default=No data available now.}}} | |||
|- | |||
! Information Representation: | |||
| {{{field|InfoRepresentation|input type=text|default=No data available now.}}} | |||
|- | |||
! Data Catalogue: | |||
| {{{field|Catalogue|input type=text|default=No data available now.}}} | |||
|- | |||
! OS: | |||
| {{{field|OS|input type=text|default=No data available now.}}} | |||
|- | |||
! Vendor: | |||
| {{{field|vendor|input type=text|default=No data available now.}}} | |||
| Organization: commercial, free or otherwise | |||
|- | |||
! Uses Framework: | |||
| {{{field|Framework|input type=text|default=No data available now.}}} | |||
| Framework name | |||
|- | |||
! Documentation URL: | |||
| {{{field|DocumentationURL|input type=text|default=No data available now.}}} | |||
| Link to Documentation webpage. | |||
|- | |||
! Programming Language: | |||
| {{{field|ProgLang|input type=text|default=No data available now.}}} | |||
|- | |||
! Version: | |||
| {{{field|Version|input type=text|default=No data available now.}}} | |||
|- | |||
! Platform: | |||
| {{{field|Platform|input type=text|default=No data available now.}}} | |||
|- | |||
! Toolbox: | |||
| {{{field|Toolbox|input type=text|default=No data available now.}}} | |||
|- | |||
! GUI: | |||
| {{{field|GUI|input type=checkbox|default=No data available now.}}} | |||
| whether the implementation has a GUI? | |||
|} | |||
=Research Problem= | |||
{| class="formtable" | |||
! Subproblem of: | |||
| {{{field|Subproblem|input type=text|default=No data available now.}}} | |||
| A broader research problem. | |||
|- | |||
! Related Problem: | |||
| {{{field|RelatedProblem|input type=text|default=No data available now.}}} | |||
| A another research problem. | |||
|- | |||
! Motivation: | |||
| {{{field|Motivation|input type=text|default=No data available now.}}} | |||
| The motivation to solve the problem. | |||
|} | |||
=Evaluation= | |||
{| class="formtable" | |||
! Experiment setup: | |||
| {{{field|ExperimentSetup|input type=textarea|default=No data available now.}}} | |||
|- | |||
! Evaluation method : | |||
| {{{field|EvaluationMethod|input type=text|default=No data available now.}}} | |||
| A broader research problem. | |||
|- | |||
! Hypothesis: | |||
| {{{field|Hypothesis|input type=textarea|default=No data available now.}}} | |||
| A another research problem. | |||
|- | |||
! Description: | |||
| {{{field|Description|input type=textarea|default=No data available now.}}} | |||
| The motivation to solve the problem. | |||
|- | |||
! Dimensions: | |||
| {{{field|Dimensions|input type=combobox|values=Performance,Availability,Usability,Accuracy,Scalability|default=No data available now.}}} | |||
| Select evaluation dimension. | |||
|- | |||
! Benchmark: | |||
| {{{field|Benchmark|autocomplete on category=Dataset}}} | |||
| Benchmark used for evaluation. | |||
|- | |||
! Results: | |||
| {{{field|Results|input type=textarea|default=No data available now.}}} | |||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||
| Line 77: | Line 196: | ||
'''Paper description:''' | '''Paper description:''' | ||
{{{standard input|free text|editor=wikieditor|rows=30|preload=Template:Paper | |||
{{{standard input|free text|editor=wikieditor|rows=30|preload=Template:Paper prepring body}}} | |||
{{{standard input|summary}}} | {{{standard input|summary}}} | ||
| Line 84: | Line 204: | ||
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}} | {{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}} | ||
[[Category:Paper]] | |||
</includeonly> | </includeonly> | ||
Latest revision as of 19:07, 11 July 2018
| Paper | |
|---|---|
title
|
Abstract
{{{Abstract}}}
Conclusion
{{{Conclusion}}}
Future work
{{{Future work}}}
Approach
Positive Aspects: {{{PositiveAspects}}}
Negative Aspects: {{{NegativeAspects}}}
Limitations: {{{Limitations}}}
Challenges: {{{Challenges}}}
Proposes Algorithm: {{{ProposesAlgorithm}}}
Methodology: {{{Methodology}}}
Requirements: {{{Requirements}}}
Limitations: {{{Limitations}}}
Implementations
Download-page: {{{Download-page}}}
Access API: {{{API}}}
Information Representation: {{{InfoRepresentation}}}
Data Catalogue: {{{Catalogue}}}
Runs on OS: {{{OS}}}
Vendor: {{{vendor}}}
Uses Framework: {{{Framework}}}
Has Documentation URL: {{{DocumentationURL}}}
Programming Language: {{{ProgLang}}}
Version: {{{Version}}}
Platform: {{{Platform}}}
Toolbox: {{{Toolbox}}}
GUI: No
Research Problem
Subproblem of: {{{Subproblem}}}
RelatedProblem: {{{RelatedProblem}}}
Motivation: {{{Motivation}}}
Evaluation
Experiment Setup: {{{ExperimentSetup}}}
Evaluation Method : {{{EvaluationMethod}}}
Hypothesis: {{{Hypothesis}}}
Description: {{{Description}}}
Dimensions: {{{Dimensions}}}
Benchmark used: {{{Benchmark}}}
Results: {{{Results}}}
This is the 'Paper' form.
To add a page with this form, enter the page name below;
if a page with that name already exists, you will be sent to a form to edit that page.