Difference between revisions of "Help:Paper"
m (created by WikiTask 2020-08-04T04:33:17Z) |
(modified by py-yprinciple-gen 0.2.6) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|?Topic documentation = documentation | |?Topic documentation = documentation | ||
}} | }} | ||
+ | |||
=== Documentation === | === Documentation === | ||
A paper is e.g. a scholarly article | A paper is e.g. a scholarly article | ||
Line 25: | Line 26: | ||
|format=table | |format=table | ||
}} | }} | ||
− | |||
=== uml === | === uml === | ||
− | <uml> | + | <uml format='svg'> |
title Paper | title Paper | ||
note as PaperDiagramNote | note as PaperDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2023 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
Line 37: | Line 37: | ||
end note | end note | ||
class Paper { | class Paper { | ||
+ | text description | ||
Text id | Text id | ||
+ | External identifier wikidataid | ||
Text title | Text title | ||
− | |||
URL pdfUrl | URL pdfUrl | ||
+ | URL dblpUrl | ||
Page volume | Page volume | ||
Page session | Page session | ||
} | } | ||
PaperNote .. Paper | PaperNote .. Paper | ||
− | |||
− | |||
− | |||
− | |||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
− | ' Copyright (c) 2015- | + | ' Copyright (c) 2015-2023 BITPlan GmbH |
− | ' see | + | ' see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI |
− | ' skinparams generated by | + | ' skinparams generated by py-yprinciple-gen |
skinparam note { | skinparam note { | ||
BackGroundColor #FFFFFF | BackGroundColor #FFFFFF | ||
Line 128: | Line 126: | ||
' end of skinparams ' | ' end of skinparams ' | ||
</uml> | </uml> | ||
− | |||
see also | see also | ||
* [[List of Papers]] | * [[List of Papers]] | ||
Line 136: | Line 133: | ||
* [[:Template:Paper]] | * [[:Template:Paper]] | ||
* [[:Form:Paper]] | * [[:Form:Paper]] | ||
− | |||
[[Category:Paper]] | [[Category:Paper]] |
Latest revision as of 08:23, 30 March 2023
Help for Paper
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
Paper | Paper | Papers | A paper is e.g. a scholarly article |
Documentation
A paper is e.g. a scholarly article
Example Papers
Vol-1878/article-05, Vol-2535/paper10, Vol-2599/CKG2019 paper 2, Vol-2599/paper5, Vol-2644/paper35, Vol-2644/paper44, Vol-3113/paper1, Vol-3170/keynote, Vol-3170/paper1, Vol-3170/paper10, Vol-3170/paper11, Vol-3170/paper2, Vol-3170/paper3, Vol-3170/paper4, Vol-3170/paper5, Vol-3170/paper6, Vol-3170/paper7, Vol-3170/paper8, Vol-3170/paper9, Vol-3170/poster1, Vol-3170/poster2, Vol-3170/poster3, Vol-3170/poster4, Vol-3170/short1, Vol-3184/paper3, Vol-3184/paper4, Vol-3184/paper5, Vol-3184/paper7, Vol-3194/award1, Vol-3194/award2, Vol-3194/invited1, Vol-3194/invited2, Vol-3194/paper1, Vol-3194/paper10, Vol-3194/paper11, Vol-3194/paper12, Vol-3194/paper13, Vol-3194/paper14, Vol-3194/paper15, Vol-3194/paper16, Vol-3194/paper17, Vol-3194/paper18, Vol-3194/paper19, Vol-3194/paper2, Vol-3194/paper20, Vol-3194/paper21, Vol-3194/paper22, Vol-3194/paper23, Vol-3194/paper24, Vol-3194/paper25... further results
Properties
documentation | type | name | label | allowedValues | mandatory | uploadable | |
---|---|---|---|---|---|---|---|
Paper authors | authors | Types/Page | authors | authors | |||
Paper dblpUrl | the url for the dblp entry of this paper | Types/URL | dblpUrl | dblpUrl | false | false | |
Paper description | A wikidata compatible description of the paper | Types/text | description | description | false | false | |
Paper id | The id (filename) of the Paper | Types/Text | id | id | true | false | |
Paper pdfUrl | the url for the pdf of this paper | Types/URL | pdfUrl | false | false | ||
Paper session | session | Types/Page | session | session | |||
Paper title | The title of the Paper | Types/Text | title | title | true | false | |
Paper volume | volume | Types/Page | volume | volume | |||
Paper wikidataid | The wikidataid of the paper | Types/External identifier | wikidataid | wikidataid | false | false |
uml
see also