연구 동향을 쉽고 빠르게 파악할 수 있도록 도와주는 웹 서비스
http://paperflow.org (현재는 서버를 운영중이지 않습니다)
팀페이지 주소: https://kookmin-sw.github.io/capstone-2021-8
PaperFlow는 각 논문의 참조 (references)를 자동 추출 및 가중치 분석 (각 참조된 논문이 현재 논문에서 얼만큼 중요도를 가지는지)을 통해 사용자가 어떤 논문이 현재 어떤 식으로 연구되고 있는지 “연구 동향을 쉽고 빠르게 파악할 수 있도록 도와주는 웹 서비스” 입니다.
The PaperFlow is a service that helps researchers to catch up current research flow by automatically extracting references from papers and estimating the similarity between those papers.
윤상건
이민종
김태영
cd ./client/paperflow-web-v1
npm install
npm run dev
cd ./server/paperflow-functions-v1
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install -r requirements.txt
python3 ./paperflowServer/manage.py migrate
python3 ./paperflowServer/manage.py runserver