capstone-2021-8

연구 동향을 쉽고 빠르게 파악할 수 있도록 도와주는 웹 서비스

View the Project on GitHub kookmin-sw/capstone-2021-8

PaperFlow

http://paperflow.org (현재는 서버를 운영중이지 않습니다)

팀페이지 주소: https://kookmin-sw.github.io/capstone-2021-8

1. 프로젝트 소개

intro image PaperFlow는 각 논문의 참조 (references)를 자동 추출 및 가중치 분석 (각 참조된 논문이 현재 논문에서 얼만큼 중요도를 가지는지)을 통해 사용자가 어떤 논문이 현재 어떤 식으로 연구되고 있는지 “연구 동향을 쉽고 빠르게 파악할 수 있도록 도와주는 웹 서비스” 입니다.

1.1. 핵심 서비스

1.2. 발표 자료

1.3. 포스터

2. Abstract

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.

3. 소개 영상

3.1. 시연 영상

YoutubeVid

4. 팀 소개

5. 사용법

5.1. client/paperflow-web-v1

cd ./client/paperflow-web-v1
npm install
npm run dev

5.2. server/paperflow-functions-v1

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

6. 기타