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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xennis committed May 10, 2016
1 parent 1f5317c commit 6f6a8b4
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions README.md
@@ -1,36 +1,3 @@
# SCF Evaluation data

Documentation: [scholarly-citation-finder.readthedocs.io](http://scholarly-citation-finder.readthedocs.io/en/latest/evaluation/)

### Sets

#### `fire`

1#
```
[
[AuthorStrategy(ordered=True)],
[AuthorStrategy(ordered=True, min_year=True)],
[JournalStrategy(ordered=True)],
[JournalStrategy(ordered=True, min_year=True)],
[ConferenceStrategy(ordered=True)],
[ConferenceStrategy(ordered=True, min_year=True)],
[AuthorStrategy(ordered=True, recursive=True, min_year=True), JournalStrategy(ordered=True, min_year=True), ConferenceStrategy(ordered=True, min_year=True)]
]
```

2#
```
[
[AuthorStrategy()],
[JournalStrategy()],
[ConferenceStrategy()]
]
```

(3#)
```
[
[AuthorStrategy(ordered=True, recursive=True)]
]
```
Documentation: [scholarly-citation-finder.readthedocs.io](http://scholarly-citation-finder.readthedocs.io/en/latest/evaluation/)

0 comments on commit 6f6a8b4

Please sign in to comment.