Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Get Rankings
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dacosta
Get Rankings
Commits
af03b3c2
Commit
af03b3c2
authored
2 years ago
by
Georges Da Costa
Browse files
Options
Downloads
Patches
Plain Diff
Updates files for publication
parent
3af91ee4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
AUTHORS
+2
-0
2 additions, 0 deletions
AUTHORS
LICENSE
+674
-0
674 additions, 0 deletions
LICENSE
README.md
+3
-1
3 additions, 1 deletion
README.md
get_rankings/get_rankings.py
+2
-2
2 additions, 2 deletions
get_rankings/get_rankings.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
682 additions
and
4 deletions
AUTHORS
0 → 100644
+
2
−
0
View file @
af03b3c2
Georges Da Costa georges.da-costa@irit.fr
Nicolas Ollinger nicolas.ollinger@univ-orleans.fr
This diff is collapsed.
Click to expand it.
LICENSE
0 → 100644
+
674
−
0
View file @
af03b3c2
This diff is collapsed.
Click to expand it.
README.md
+
3
−
1
View file @
af03b3c2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
get_rankings/get_rankings.py
+
2
−
2
View file @
af03b3c2
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
af03b3c2
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment