Skip to content

Latest commit

 

History

History
executable file
·
116 lines (87 loc) · 4.07 KB

README.md

File metadata and controls

executable file
·
116 lines (87 loc) · 4.07 KB

BIP! Services


BIP! Services is a suite of tools for exploring scientific literature and assessing research impact through advanced citation-based indicators applied on top of scholarly knowledge graphs. BIP! aggregates citation data from the OpenAIRE Graph, constructing a citation network encompassing over 190 million research works, including articles, datasets, software, and more. This network is analyzed to compute a variety of citation-based indicators using scalable technologies like Apache Spark. The aforementioned indicators capture different dimensions of scientific impact, such as popularity (current impact), influence (overall impact), and impulse (initial momentum).

How to cite

@inproceedings {Vergoulis2019,
 author = {Vergoulis, Thanasis and Chatzopoulos, Serafeim and Kanellos, Ilias and Deligiannis, Panagiotis and Tryfonopoulos, Christos and Dalamagas, Theodore},
 title = {BIP! Finder: Facilitating Scientific Literature Search by Exploiting Impact-Based Ranking},
 booktitle = {Proceedings of the 28th ACM International Conference on Information and Knowledge Management},
 series = {CIKM '19},
 year = {2019},
 pages = {2937--2940},
 url = {http://doi.acm.org/10.1145/3357384.3357850},
 doi = {10.1145/3357384.3357850},
 publisher = {ACM}
} 

Directory structure

  assets/             contains assets definition
  commands/           contains console commands (controllers)
  config/             contains application configurations
  controllers/        contains Web controller classes
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  tests/              contains various tests for the basic application
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application
  web/                contains the entry script and Web resources

Requirements

The minimum requirement by this project template that your Web server supports PHP 5.4.0.