sssoz / open-journal-matcher

A tool that recommends open access journals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A journal recommender tool built on the Directory of Open Access Journals

Screenshot of the application

This application suggests open access journals based on their similarity to a draft abstract submitted by the user. It is meant for authors who are trying to discover suitable target journals for their work. The results are meant to be serendipitous; the goal is to uncover unexpected but relevant journals.

The application is built with Flask, combined with "serverless" infrastructure for data analysis. The Flask application calls a Google Cloud Function asynchronously. Most of the computationally intensive work is done by the Cloud Function. Specificaly, the Cloud Function does similarity calculations using spaCy and returns a similarity score for each potential target journal.

Presented at the 18th Annual CUNY IT Conference. New York, NY. December 5, 2019.

This project is partly supported by a grant of Google Cloud Platform credits.

About

A tool that recommends open access journals

License:MIT License


Languages

Language:Python 49.9%Language:HTML 36.0%Language:CSS 14.1%