Difference between revisions of "Concept:Paper"
Jump to navigation
Jump to search
m (created by WikiTask 2020-07-20T17:10:09Z) |
m (created by WikiTask 2020-07-21T05:36:17Z) |
||
Line 32: | Line 32: | ||
class Paper { | class Paper { | ||
Text title | Text title | ||
+ | Text id | ||
+ | Page volume | ||
Page session | Page session | ||
} | } | ||
PaperNote .. Paper | PaperNote .. Paper | ||
+ | |||
+ | Volume "volume (1)" -- "papers(*)" Paper | ||
Session "session (1)" -- "papers(*)" Paper | Session "session (1)" -- "papers(*)" Paper |
Revision as of 07:36, 21 July 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
