Difference between revisions of "Openresearch:HowTo"

From Openresearch
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 27: Line 27:
 
  |class=sortable wikitable smwtable
 
  |class=sortable wikitable smwtable
 
}}
 
}}
 
 
=Tips for creating events and event serieses=
 
 
Its particularly useful to get an overview of how a conference serie developed over time, e.g. wrt. acceptance rate geographic focus etc.
 
 
In most cases, there is a Web page of the steering committee of a conference series, which will contain information about past and future events.
 
Also DBLP is a great source, e.g. http://dblp.uni-trier.de/db/conf/ercimdl/index.html
 
The foreword/preface of the respective proceedings (which is freely accessible in most cases) also usually contains the most important facts about a conference (e.g. chairs, number of submitted and accepted papers etc.).
 
 
 
=Bulk Page creation=
 
=Bulk Page creation=
 
For conference series (and probably other similar types of content), its important to add data to OpenResearch in bulk. Here is how this can be done easily
 
For conference series (and probably other similar types of content), its important to add data to OpenResearch in bulk. Here is how this can be done easily
Line 83: Line 73:
 
* Be aware, that updating existing content/templates does not yet seem to be possible (all pages will be overwritten unless you select the Skip option
 
* Be aware, that updating existing content/templates does not yet seem to be possible (all pages will be overwritten unless you select the Skip option
  
== Geographical name edit ==
+
=Create events and event serieses=
* Geonames geographical name decoding is used.
+
* Create [[Special:FormEdit/Event|events]] or [[Special:FormEdit/EventSeries|event series]]
* It can be checked at [http://www.geonames.org/ geonames] whether the geographical name exists or not.
+
* Its particularly useful to get an overview of how a conference serie developed over time, e.g. wrt. acceptance rate geographic focus etc.
* If it exits, then the geographical coordinate of the name can be decoded and the map view can be rendered.
+
* In most cases, there is a Web page of the steering committee of a conference series, which will contain information about past and future events.
* An alternative name for existing can be created, see [http://www.geonames.org/manual.html geonames manual].
+
* The foreword/preface of the respective proceedings (which is freely accessible in most cases) also usually contains the most important facts about a conference (e.g. chairs, number of submitted and accepted papers etc.).
* If it does not exist, then it can be created. Detail information can be checked at [http://www.geonames.org/manual.html geonames manual].
+
 
* Normally it takes a few days until the API can decode the newly added name, see [http://gis.stackexchange.com/questions/124017/geonames-api-database-update geonames update].
+
=Get involved=
 +
* Add ideas/issues/feature requests to our [[Feedback|Feedback-list]].
 +
* stay connected by subscribing to one of our mailinglists:
 +
** [https://groups.google.com/d/forum/openresearch-announcements OpenResearch announcements]
 +
** [https://groups.google.com/d/forum/openresearch-discussion OpenResearch discussion]
 +
** [https://groups.google.com/d/forum/openresearch-editors OpenResearch editors]

Latest revision as of 18:24, 15 December 2020

Häufig gestellte Fragen für die Kuratierung

Kuratierungs_FAQ

Guidelines for creating events

Mandatory properties

Recommended properties

Optional properties

Bulk Page creation

For conference series (and probably other similar types of content), its important to add data to OpenResearch in bulk. Here is how this can be done easily

Bulk Page Creation with XML import

The Title should be "{$Acronym}" and each of the variables should aligned with variables in the xml file.

{{Event
|Acronym={$Acronym}
|Title={$Title}
|Series=ESWC
|Type=Conference
|Field=Semantic web
|Start date={$Start}
|End date={$End}
|City={$City}
|State={$State}
|Country={$Country}
|Homepage={$Homepage}
|Submitted papers={$Submissions}
|Accepted papers={$Accepted}
|has general chair={$Chair},
|has program chair={$PC chair}
}}

Bulk page creation with CSV Import

  • the Data Transfer extension allows to create pages in bulk from CSV
  • Create a CSV file with the page title in the first column and columns for all template attributes named according to the scheme Template[attribute]:
Title,Event[Series],Event[Acronym],Event[Homepage],Event[Start date],Event[End date],Event[City],Event[State],Event[Country],Event[Field],Event[Type],Event[Submitted papers],Event[Accepted papers],Event[Title]
WI 2017,IEEE/WIC/ACM,WI 2017,www.webintelligence2017.com,2017/08/23,2017/08/27,Leipzig,,Germany,Web Intelligence,Conference,,,International Conference on Web Intelligence

Create events and event serieses

  • Create events or event series
  • Its particularly useful to get an overview of how a conference serie developed over time, e.g. wrt. acceptance rate geographic focus etc.
  • In most cases, there is a Web page of the steering committee of a conference series, which will contain information about past and future events.
  • The foreword/preface of the respective proceedings (which is freely accessible in most cases) also usually contains the most important facts about a conference (e.g. chairs, number of submitted and accepted papers etc.).

Get involved