Openresearch:HowTo: Difference between revisions

From Openresearch
Jump to navigation Jump to search
Add link to export format
Fix list
Line 28: Line 28:


* Use [[Special:Import|MediWiki Import pages]] to upload the generated XML import file and create the pages in bulk
* Use [[Special:Import|MediWiki Import pages]] to upload the generated XML import file and create the pages in bulk
    * The import page accepts XML files formated in the Media Wiki export format (https://www.mediawiki.org/wiki/Help:Export, https://www.mediawiki.org/xml/export-0.10.xsd)
* The import page accepts XML files formated in the Media Wiki export format (https://www.mediawiki.org/wiki/Help:Export, https://www.mediawiki.org/xml/export-0.10.xsd)

Revision as of 13:51, 14 July 2016

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:

The Title should be "{$Acronym}"

{{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}
}}