Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Xennis committed Jun 26, 2016
1 parent 7af9c49 commit 3ac52ca
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/harvester.md
Expand Up @@ -16,4 +16,16 @@ Download and extract compressed file
$ cd downloads/harvester/mag
$ curl -O https://academicgraph.blob.core.windows.net/graph-2015-11-06/MicrosoftAcademicGraph.zip
$ 7z x MicrosoftAcademicGraph.zip
```
```

Run harvester in terminal

```python
>>> from scholarly_citation_finder.tools.harvester.mag.MagNormalize import MagNormalize
>>> normalizer = MagNormalize('downloads/mag/')
>>> normalizer.run()
>>>
>>> from scholarly_citation_finder.tools.harvester.mag.MagHarvester import MagHarvester
>>> harvester = MagHarvester()
>>> harvester.run()
```

0 comments on commit 3ac52ca

Please sign in to comment.