Paperion
The most complete academic search engine.
File Explorer
Download Latest Version (.zip)- sample_data.json
- app.db
- Dockerfile
- main.py
- requirements.txt
- scihub.py
- user.py
- 0100.ttf
- 0101.ttf
- 0200.ttf
- 0201.ttf
- 1001.ttf
- 1776_Independence W00 Bold.otf
- 4003.ttf
- AGaramondPro-Regular.otf
- AppleSDGothicNeo.ttc
- Book Antiqua Italic.ttf
- Cherston Regular.otf
- Devanagari Sangam MN.ttc
- Glitten-Regular.otf
- HindMadurai-Light.ttf
- HindMadurai-Medium.ttf
- Metropolis-Thin.otf
- Quicksand.otf
- 1.png
- 10.png
- 11.png
- 2-demo.png
- 2.png
- 3.png
- 4.png
- 5-demo.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- index.html
- style.css
- 1001.ttf
- 10010.ttf
- 10011.ttf
- 10012.ttf
- 10013.ttf
- 1002.ttf
- 2001.otf
- 2002.otf
- 2003.otf
- 2004.ttf
- 3001.otf
- 3002.ttf
- 3003.otf
- 3004.ttf
- 4001.ttf
- 40011.ttf
- 4002.otf
- 4003.ttf
- 4004.otf
- 4005.otf
- 5001.ttf
- 5002.ttf
- Morrison-Light.ttf
- aistar-white.png
- aistar.png
- collections.svg
- copy.svg
- edit.svg
- empty-folder.png
- empty.gif
- folder-create.png
- goto.svg
- loading.gif
- loading_inverted.gif
- logout.svg
- main-1.jpg
- main-11.png
- main-2.png
- main-3.jpg
- none-2.jpg
- none.jpg
- notes.svg
- ok.svg
- pin.svg
- plus.svg
- profile.svg
- quotes.svg
- quotes2.svg
- read.svg
- save-white.png
- save.svg
- search.svg
- stack.png
- trash.svg
- x.svg
- pdf.js
- pdf.js.map
- pdf.min.js
- pdf.sandbox.js
- pdf.sandbox.js.map
- pdf.sandbox.min.js
- pdf.worker.entry.js
- pdf.worker.js
- pdf.worker.js.map
- pdf.worker.min.js
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- route.ts
- page.tsx
- page.tsx
- BurgerMenu.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- button.css
- minimalPaper.css
- paper.css
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- .dockerignore
- Dockerfile
- eslint.config.mjs
- next-env.d.ts
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tailwind.config.js
- tsconfig.json
- .download_state.json
- convertPDF.py
- download_papers.py
- download_papers_safe.py
- extract_abstract.py
- get_data_sql_to_json.py
- getStatus.py
- insert_abstract_to_es.py
- insert_json_to_magazines.py
- insert_json_to_papers.py
- insert_json_to_publishers.py
- insertContentToES.py
- scihub.py
- split_file_by_size.py
- split_folder.py
- tmpQuery.py
- transferPaperContent.py
- magazines_index.json
- papers_index.json
- publisher_index.json
- journalsEconomics.txt
- .gitignore
- docker-compose.yml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/blankresearch/Paperion
Downloads the entire project code from GitHub to your computer.
cd Paperion
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
wget https://raw.githubusercontent.com/blankresearch/Paperion/refs/heads/main/docker-compose.yml
Runs the command against the services defined in the compose file.
docker compose up
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
python -m venv venv && source venv/bin/activate && pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
