Difference between revisions of "Help:Volume"
Jump to navigation
Jump to search
m (created by WikiTask 2020-07-20T17:09:37Z) |
(modified by py-yprinciple-gen 0.2.4) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|?Topic documentation = documentation | |?Topic documentation = documentation | ||
}} | }} | ||
+ | |||
=== Documentation === | === Documentation === | ||
A Volume is a collection of papers mostly documenting the results of an academic event | A Volume is a collection of papers mostly documenting the results of an academic event | ||
Line 25: | Line 26: | ||
|format=table | |format=table | ||
}} | }} | ||
− | |||
=== uml === | === uml === | ||
− | <uml> | + | <uml format='svg'> |
title Volume | title Volume | ||
note as VolumeDiagramNote | note as VolumeDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2023 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
Line 38: | Line 38: | ||
class Volume { | class Volume { | ||
Number number | Number number | ||
+ | text acronym | ||
+ | External identifier wikidataid | ||
Text title | Text title | ||
+ | text description | ||
+ | text url | ||
+ | Date date | ||
+ | External identifier dblp | ||
+ | External identifier k10plus | ||
+ | External identifier urn | ||
} | } | ||
VolumeNote .. Volume | VolumeNote .. Volume | ||
− | + | Volume "volume (1)" -- "papers(*)" Paper | |
Volume "volume (1)" -- "sessions(*)" Session | Volume "volume (1)" -- "sessions(*)" Session | ||
+ | Volume "volume (1)" -- "papers(*)" 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 122: | Line 131: | ||
' end of skinparams ' | ' end of skinparams ' | ||
</uml> | </uml> | ||
− | |||
see also | see also | ||
* [[List of Volumes]] | * [[List of Volumes]] | ||
Line 129: | Line 137: | ||
* [[:Category:Volume]] | * [[:Category:Volume]] | ||
* [[:Template:Volume]] | * [[:Template:Volume]] | ||
− | * [[:Form:Volume]] | + | * [[:Form:Volume]] |
− | topic links: | + | topic links:* [[:Category:Paper]] |
− | * [[:Category: | ||
[[Category:Volume]] | [[Category:Volume]] |
Latest revision as of 08:45, 9 March 2023
Help for Volume
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
Volume | Volume | Volumes | A Volume is a collection of papers mostly documenting the results of an academic event |
Documentation
A Volume is a collection of papers mostly documenting the results of an academic event
Example Volumes
Vol-1, Vol-1155, Vol-1878, Vol-2535, Vol-2599, Vol-2644, Vol-2982, Vol-3113, Vol-3170, Vol-3184, Vol-3194, Vol-3197, Vol-3262, Vol-3346, Vol-3355
Properties
documentation | type | name | label | allowedValues | mandatory | uploadable | |
---|---|---|---|---|---|---|---|
Volume acronym | The official acronym/short name of the Volume | Types/text | acronym | acronym | false | false | |
Volume date | The publication date of the volume | Types/Date | date | date | false | false | |
Volume dblp | The dblp publication id of the volume | Types/External identifier | dblp | dblp | false | false | |
Volume description | A wikidata compatible description of the volume | Types/text | description | description | false | false | |
Volume k10plus | The k10 plus PPN id of the volume | Types/External identifier | k10plus | k10plus | false | false | |
Volume number | The number Volume | Types/Number | number | number | true | false | |
Volume title | The title of the Volume | Types/Text | title | title | true | false | |
Volume url | The url of the volume | Types/text | url | url | false | false | |
Volume urn | The URN-NBN id of the volume | Types/External identifier | urn | urn | false | false | |
Volume wikidataid | The wikidataid of the volume | Types/External identifier | wikidataid | wikidataid | false | false |
uml
see also
topic links:* Category:Paper