Skip to content
Snippets Groups Projects
Commit af03b3c2 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Updates files for publication

parent 3af91ee4
Branches
No related tags found
No related merge requests found
Georges Da Costa georges.da-costa@irit.fr
Nicolas Ollinger nicolas.ollinger@univ-orleans.fr
LICENSE 0 → 100644
This diff is collapsed.
......@@ -22,7 +22,7 @@ get_rankings https://dblp.org/pid/37/2282.html
## Usage
```
usage: get_rankings [-h] [--start START] [--end END] [-o output.csv] [-d] url
usage: get_rankings [-h] [--start START] [--end END] [-o output.csv] [-d] [--debug] [-v] url
Get ranking from DBLP and show a small summary
......@@ -35,6 +35,8 @@ options:
--end END ending year
-o output.csv output csv file
-d display conference and journal list
--debug Print lots of debugging statements
-v, --verbose Be verbose
```
## Thanks
......
......@@ -11,8 +11,8 @@ import pandas as pd
import argparse
import re
from hash_cache import load_hash_caches, save_hash_caches, default_cache
from tools import levenshtein, download, get_in_ordered_list
from get_rankings.hash_cache import load_hash_caches, save_hash_caches, default_cache
from get_rankings.tools import levenshtein, download, get_in_ordered_list
def comp_lower(a, b):
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="get_rankings",
version="0.7",
version="0.8",
author="Georges Da Costa",
author_email="georges.da-costa@irit.fr",
description="DBLP ranking using CORE Rank and SJR",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment