Difference between revisions of "Category:Event"

From Openresearch
Jump to: navigation, search
m
(pushed from cr by wikipush)
Line 1: Line 1:
The category '''event''' classifies [[event]]s such as [[:Category:conference|conferences]], [[:Category:workshop|workshops]], [[:Category:tutorial|tutorials]], [[:Category:PhDSymposium|PhD symposia]], [[:Category:summer school|summer schools]] or [[:Category:demo session|demo sessions]].
+
__NOTOC__
Instead of using the category '''event''' directly, try to find an appropriate subcategory to be more specific.
+
{{#ask: [[Topic name::Event]] | ?Topic wikiDocumentation= | mainlabel=-}}
Events are characterized by a [[Property:start date|start]] and [[Property:end date|end date]]. So an article about the [[ESWC]] (European Semantic Web Conference) in general is ''not an event'', whereas the article [[ESWC 2006]] is.
+
Events may be added and edited with the form [[Form:Event]]
 +
* [[List of Events]]
 +
<div class="toccolours mw-collapsible mw-collapsed" style="width:1024px">
 +
Event description
 +
<div class="mw-collapsible-content">
 +
=== uml ===
 +
<uml>
 +
title Event
 +
note as EventDiagramNote
 +
Copyright (c) 2015-2020 BITPlan GmbH
 +
[[http://www.bitplan.com]]
 +
end note
 +
note as EventNote
 +
a meeting of researchers at a specific time and place
 +
end note
 +
class Event {
 +
  text acronym
 +
  text wikidataid
 +
  url homepage
 +
  Page series
 +
  Page city
 +
  Page region
 +
  Page country
 +
}
 +
EventNote .. Event
  
This category can also be explored via [[Special:ViewData]], where it uses the filter [[Has filter::Filter:Country]].
+
EventSeries "series (1)" -- "events(*)" Event
  
Back in scohol, I'm doing so much learning.
+
City "city (1)" -- "event(*)" Event
  
[[Category:Events]]
+
Region "region (1)" -- "event(*)" Event
  
{{#drilldowninfo:filters=Country (property=Has_location_country),Start date (property=Start_date) |display parameters=?Has_location_city=; ?Has_location_country=; format=table}}
+
Country "country (1)" -- "event(*)" Event
 +
' BITPlan Corporate identity skin params
 +
' Copyright (c) 2015-2020 BITPlan GmbH
 +
' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI
 +
' skinparams generated by com.bitplan.restmodelmanager
 +
skinparam note {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam component {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam package {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam usecase {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam activity {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam classAttribute {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam interface {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam class {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
skinparam object {
 +
  BackGroundColor #FFFFFF
 +
  FontSize 12
 +
  ArrowColor #FF8000
 +
  BorderColor #FF8000
 +
  FontColor black
 +
  FontName Technical
 +
}
 +
hide Circle
 +
' end of skinparams '
 +
</uml>
 +
 
 +
* [[Help:Event]]
 +
* [[Concept:Event]]
 +
* [[:Template:Event]]
 +
* [[:Form:Event]]
 +
=== Properties ===
 +
* [[Property:Event acronym]]
 +
* [[Property:Event wikidataid]]
 +
* [[Property:Event homepage]]
 +
* [[Property:Event series]]
 +
* [[Property:Event city]]
 +
* [[Property:Event region]]
 +
* [[Property:Event country]]
 +
</div>
 +
</div>

Revision as of 13:47, 16 November 2020


Events may be added and edited with the form Form:Event

Event description

uml

<uml> title Event note as EventDiagramNote Copyright (c) 2015-2020 BITPlan GmbH [[1]] end note note as EventNote a meeting of researchers at a specific time and place end note class Event {

 text acronym
 text wikidataid
 url homepage
 Page series
 Page city
 Page region
 Page country

} EventNote .. Event

EventSeries "series (1)" -- "events(*)" Event

City "city (1)" -- "event(*)" Event

Region "region (1)" -- "event(*)" Event

Country "country (1)" -- "event(*)" Event ' BITPlan Corporate identity skin params ' Copyright (c) 2015-2020 BITPlan GmbH ' see http://wiki.bitplan.com/PlantUmlSkinParams#BITPlanCI ' skinparams generated by com.bitplan.restmodelmanager skinparam note {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} skinparam component {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} skinparam package {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} skinparam usecase {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} skinparam activity {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} skinparam classAttribute {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} skinparam interface {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} skinparam class {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} skinparam object {

 BackGroundColor #FFFFFF
 FontSize 12
 ArrowColor #FF8000
 BorderColor #FF8000
 FontColor black
 FontName Technical

} hide Circle ' end of skinparams ' </uml>

Properties

Subcategories

This category has the following 3 subcategories, out of 3 total.

B

R

S