Difference between revisions of "Task 1"
Jump to navigation
Jump to search
Musaab Khan (talk | contribs) |
|||
Line 11: | Line 11: | ||
* Create SQL lite database with information on Volumes | * Create SQL lite database with information on Volumes | ||
* Use PYLOD storage : https://pypi.org/project/pylodstorage/ | * Use PYLOD storage : https://pypi.org/project/pylodstorage/ | ||
+ | |||
+ | *https://github.com/WolfgangFahl/ProceedingsTitleParser/blob/4284bc33a29479eba6332e02c7108176425dadc1/ptp/webscrape.py#L103 | ||
<source lang='bash'> | <source lang='bash'> | ||
tar cvfz $HOME/ceur-wsVol27xx.tgz Vol27* | tar cvfz $HOME/ceur-wsVol27xx.tgz Vol27* | ||
</source> | </source> |
Revision as of 10:04, 5 February 2021
Task 1
https://github.com/ceurws/lod/issues/22 CEUR-WS metadata graph/tree procurement
Goals
- Create a Wiki page per volume
- 50 sample pages
Procedure
- Sample page: https://confident.dbis.rwth-aachen.de/ceur-ws/index.php?title=Vol-2801
- Create SQL lite database with information on Volumes
- Use PYLOD storage : https://pypi.org/project/pylodstorage/
tar cvfz $HOME/ceur-wsVol27xx.tgz Vol27*