Difference between revisions of "Help:Event"

From BITPlan cr Wiki
Jump to navigation Jump to search
m (created by WikiTask 2020-10-06T06:25:15Z)
(modified by py-yprinciple-gen 0.2.6)
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
|?Topic documentation = documentation
 
|?Topic documentation = documentation
 
}}
 
}}
 +
 
=== Documentation ===
 
=== Documentation ===
 
a meeting of researchers at a specific time and place (virtual or physical) and with a specific thematic focus to present, hear and discuss research outputs  
 
a meeting of researchers at a specific time and place (virtual or physical) and with a specific thematic focus to present, hear and discuss research outputs  
Line 25: Line 26:
 
|format=table
 
|format=table
 
}}
 
}}
 
 
=== uml ===
 
=== uml ===
<uml>
+
<uml format='svg'>
 
title Event
 
title Event
 
note as EventDiagramNote
 
note as EventDiagramNote
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 38: Line 38:
 
class Event {
 
class Event {
 
   text acronym
 
   text acronym
   text wikidataid
+
  number ordinal
 +
   text description
 +
  text title
 
   url homepage
 
   url homepage
 +
  External identifier wikidataid
 
   Page series
 
   Page series
 +
  Page colocated_with
 
   Page city
 
   Page city
 +
  Page country
 
   Page region
 
   Page region
  Page country
 
 
}
 
}
 
EventNote .. Event
 
EventNote .. Event
 
+
Event "colocated_with (1)" -- "colocated Events(*)" Event
EventSeries "series (1)" -- "events(*)" Event
+
Event "colocated_with (1)" -- "colocated Events(*)" Event
 
 
City "city (1)" -- "event(*)" Event
 
 
 
Region "region (1)" -- "event(*)" Event
 
 
 
Country "country (1)" -- "event(*)" Event
 
 
' 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 133: Line 131:
 
' end of skinparams '
 
' end of skinparams '
 
</uml>
 
</uml>
 
 
see also
 
see also
 
* [[List of Events]]
 
* [[List of Events]]
Line 142: Line 139:
 
* [[:Form:Event]]
 
* [[:Form:Event]]
 
topic links:
 
topic links:
 +
* [[Concept:Event]]
  
 
[[Category:Event]]
 
[[Category:Event]]

Latest revision as of 09:16, 8 April 2023

Help Icon.png

Help for Event

iconTopicnamepluralNamedocumentation
EventLogo-64px.pngEventEventEventsa meeting of researchers at a specific time and place

Documentation

a meeting of researchers at a specific time and place (virtual or physical) and with a specific thematic focus to present, hear and discuss research outputs

Example Events

38th IATUL Conference, ACL 2022, AHFE 2019, CIKM 2020, CoopIS 2019, ECCV 2020, ECDL 2009, ER 2006, ESWC 2014, ESWC 2015, ESWC 2016, ESWC 2020, ESWC 2022, ESWC 2023, HT'12, ICRE 1998, ICSE 2000, ISEM 2012, ISEM 2013, ISWC 2013, ISWC 2017, ISWC 2019, ISWC 2020, JCDL 2020, K-CAP 2019, LAK 2015, LDOW 2014, NAACL 2019, ODBASE 2019, POPL97, SAC 2019, SEMANTiCS 2019, Workdocumentation 2023-11-19, Workdocumentation 2023-11-19, Workdocumentation 2023-11-19, Workdocumentation 2023-11-19, Workdocumentation 2023-11-19, Workdocumentation 2023-11-19, Workdocumentation 2023-11-19

Properties

 documentationtypenamelabelallowedValuesmandatoryuploadable
Event acronymThe official acronym of the academic event, if it has one.Types/textacronymacronymfalsefalse
Event citycityTypes/Pagecitycity
Event colocated withcolocated_withTypes/Pagecolocated_withcolocated_with
Event countrycountryTypes/Pagecountrycountry
Event descriptionA wikidata compatible description of the eventTypes/textdescriptiondescriptionfalsefalse
Event homepageThe homepage of the eventTypes/urlhomepagehomepagefalsefalse
Event ordinalthe ordinal in the event series this event belongs toTypes/numberordinalordinalfalsefalse
Event parentEventparentEventTypes/PageparentEventparentEvent
Event regionregionTypes/Pageregionregion
Event seriesseriesTypes/Pageseriesseries
Event stateTypes/Pagestatestate
Event titleThe title of the event series.Types/texttitletitlefalsefalse
Event wikidataidThe wikidataid of the eventTypes/External identifierwikidataidwikidataidfalsefalse

uml

see also

topic links: