Difference between revisions of "Concept:Paper"
Jump to navigation
Jump to search
(created by WikiTask 2020-07-20T16:45:36Z) |
m (created by WikiTask 2020-08-04T04:33:39Z) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|name=Paper | |name=Paper | ||
|pluralName=Papers | |pluralName=Papers | ||
− | |icon=File: | + | |icon=File:Paper-logo-64px.png |
− | |iconUrl=/images/ceur-ws/ | + | |iconUrl=/images/ceur-ws/e/e7/Paper-logo-64px.png |
|documentation=A paper is e.g. a scholarly article | |documentation=A paper is e.g. a scholarly article | ||
|wikiDocumentation=A paper is e.g. a scholarly article | |wikiDocumentation=A paper is e.g. a scholarly article | ||
Line 31: | Line 31: | ||
end note | end note | ||
class Paper { | class Paper { | ||
+ | Text id | ||
+ | Text title | ||
+ | Text authors | ||
+ | URL pdfUrl | ||
+ | Page volume | ||
+ | Page session | ||
} | } | ||
PaperNote .. Paper | PaperNote .. Paper | ||
+ | |||
+ | Volume "volume (1)" -- "papers(*)" Paper | ||
+ | |||
+ | Session "session (1)" -- "papers(*)" Paper | ||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
' Copyright (c) 2015-2020 BITPlan GmbH | ' Copyright (c) 2015-2020 BITPlan GmbH | ||
Line 115: | Line 125: | ||
{{#concept: | {{#concept: | ||
− | [[ | + | [[Paper id::+]] |
|Papers | |Papers | ||
see also | see also |
Latest revision as of 06:33, 4 August 2020
Topic | |
---|---|
name | Paper |
pluralName | Papers |
icon | ![]() |
icon Url | /images/ceur-ws/e/e7/Paper-logo-64px.png |
documentation | A paper is e.g. a scholarly article |
wikiDocumentation | A paper is e.g. a scholarly article |
default storemode | property |
list Limit | |
use cargo | |
headerTabs | |
context | CeurwsSchema |
properties
name | label | type | index | sortPos | primaryKey | mandatory | namespace | size | uploadable | defaultValue | inputType | allowedValues | documentation | values_from | showInGrid | isLink | nullable | topic | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Paper authors | authors | authors | Types/Text | 3 | false | 300 | false | textarea | authors of the Paper | false | Paper | ||||||||
Paper id | id | id | Types/Text | 1 | 1 | true | true | 50 | false | The id (filename) of the Paper | false | Paper | |||||||
Paper pdfUrl | pdfUrl | Types/URL | 4 | false | false | the url for the pdf of this paper | false | Paper | |||||||||||
Paper session | session | session | Types/Page | dropdown | concept=Session | true | Paper | ||||||||||||
Paper title | title | title | Types/Text | 2 | true | 300 | false | textarea | The title of the Paper | false | Paper | ||||||||
Paper volume | volume | volume | Types/Page | dropdown | concept=Volume | true | Paper |
Documentation
A paper is e.g. a scholarly article
uml
