/coreaas

CORE Conference Rankings as a Service.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

CORE Conference Ranking as a Service

Running instance

Example 1:

wget "http://tommaso-soru.it/coreaas/ranking?abbrev=ICSE" -O ICSE.json

will yield

[
  {
    "id":     1209,
    "name":   "International Conference on Software Engineering",
    "abbrev": "ICSE",
    "rank":   "A*"
  }
]

Example 2:

wget "http://tommaso-soru.it/coreaas/ranking?abbrev=ISWC" -O ISWC.json

will yield

[
  {
    "id":     708,
    "name":   "IEEE International Symposium on Wearable Computing",
    "abbrev": "ISWC",
    "rank":   "A*"
  },
  {
    "id":     1338,
    "name":   "International Semantic Web Conference",
    "abbrev": "ISWC",
    "rank":   "A"
  }
]