Difference between revisions of "Openresearch:HowTo"
(Created page with "== 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 ea...") |
White gecko (talk | contribs) (Add title) |
||
Line 4: | Line 4: | ||
* Export the spreadsheet to a CSV | * Export the spreadsheet to a CSV | ||
* You can use a service such as http://mwcsvimport.pronique.com to create an XML import file for MediaWiki from the CSV using the following template: | * You can use a service such as http://mwcsvimport.pronique.com to create an XML import file for MediaWiki from the CSV using the following template: | ||
+ | |||
+ | The Title should be "{$Acronym}" | ||
<pre> | <pre> |
Revision as of 14:32, 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:
- Create a spreadsheet with the important information, similar to https://docs.google.com/spreadsheets/d/19n943XNzDDuCaBpZ4x1l1P4gJVQ8my2424o4UOc3v9k/edit
- Export the spreadsheet to a CSV
- You can use a service such as http://mwcsvimport.pronique.com to create an XML import file for MediaWiki from the CSV using the following template:
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} }}
- Use MediWiki Import pages to upload the generated XML import file and create the pages in bulk