Skip to content

osoc22/project-knowledge-impact

Repository files navigation

project-the-power-of-sharing-knowledge

project-the-power-of-sharing-knowledge consists of two parts:

  • A front-end website
  • A back-end Flask server

Quick start

Run locally

  • clone this repository
  • change your directory so you're in the repository
  • build & start the container
git clone https://github.com/osoc22/project-the-power-of-sharing-knowledge.git
cd ./project-the-power-of-sharing-knowledge
docker build --tag final .
docker run -p 5000:5000 final

open index.html in your browser, enter the desired researcher´s orcid id, and press the ‘search’ button.

check http://127.0.0.1:5000/api/docs/ for the Swagger UI docs

Project structure

  • In the main directory there is the app.py file, (+ which starts the Flask server), and the index.html file, which is the main page of our web application.
  • frontend/ --> this directory contains all the html and css files for the front-end
  • backend/ --> this directory contains the files used by the flask server
  • LICENSE --> License used by this project
  • README.md --> this
  • The whole project is containerised and there is a Dockerfile available in the project.

Notice

  • The Biblio full-text downloads data is only available for researchers from Ghent University and only from the last 2.5 years, so it may not be representative of the researcher´s career.
  • Currently, only 15 “research outputs” at a time are retrieved from FRIS so the web application loads relatively quickly. Therefore, shown results are limited.
  • Only research papers (JournalContributions) are retrieved so that results remain relevant. Therefore, shown results are limited.
  • Recommendations only include research papers/researchers that are available in FRIS. Therefore, shown results are limited.
  • There are missing metadata about publications, so results may not always be available or complete. More information about missing metadata from biblio can be found on https://drive.google.com/file/d/1LMpakm6wecEST0f34oyVjc2cL2Hgxx1-/view?usp=sharing and https://drive.google.com/file/d/148_gY3iDnVcf8cqyvEgYRcCz0bVemFok/view?usp=sharing

License

Developed by Miet Claes, Pieterjan Dendauw, Alba Lopez, Fien Goeman, Raman Talwar, Chanel Frederix, Lyka Cabatay and Ava Blanche for Open Summer Of Code 2022. This software is licensed under the MIT license.

About

Motivate and inspire researchers to keep sharing their research output and knowledge on knowledge portals such as FRIS and Biblio in a durable, qualitative, sustainable & enthusiastic way.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •