Difference between revisions of "Help:Paper"

From BITPlan ceur-ws Wiki
Jump to navigation Jump to search
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-2020 BITPlan GmbH
+
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
  Text authors
 
 
   URL pdfUrl
 
   URL pdfUrl
 +
  URL dblpUrl
 
   Page volume
 
   Page volume
 
   Page session
 
   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-2023 BITPlan GmbH
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI
+
' see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI
' skinparams generated by com.bitplan.restmodelmanager
+
' 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]]
topic links:
 
  
 
[[Category:Paper]]
 
[[Category:Paper]]

Latest revision as of 09:23, 30 March 2023

Help Icon.png

Help for Paper

iconTopicnamepluralNamedocumentation
Paper-logo-64px.pngPaperPaperPapersA 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

 documentationtypenamelabelallowedValuesmandatoryuploadable
Paper authorsauthorsTypes/Pageauthorsauthors
Paper dblpUrlthe url for the dblp entry of this paperTypes/URLdblpUrldblpUrlfalsefalse
Paper descriptionA wikidata compatible description of the paperTypes/textdescriptiondescriptionfalsefalse
Paper idThe id (filename) of the PaperTypes/Textididtruefalse
Paper pdfUrlthe url for the pdf of this paperTypes/URLpdfUrlpdffalsefalse
Paper sessionsessionTypes/Pagesessionsession
Paper titleThe title of the PaperTypes/Texttitletitletruefalse
Paper volumevolumeTypes/Pagevolumevolume
Paper wikidataidThe wikidataid of the paperTypes/External identifierwikidataidwikidataidfalsefalse

uml

see also