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-08-04T04:33:39Z) |
||
(One intermediate revision by the same user not shown) | |||
Line 31: | Line 31: | ||
end note | end note | ||
class Paper { | class Paper { | ||
+ | Text id | ||
Text title | Text title | ||
+ | Text authors | ||
+ | URL pdfUrl | ||
+ | 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 | ||
Line 119: | Line 125: | ||
{{#concept: | {{#concept: | ||
− | [[Paper | + | [[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
