GithubHelp home page GithubHelp logo

larsonlaugh / arxiveng Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 15.1 MB

GUI for arXiv search engine

License: MIT License

Python 54.94% HTML 42.23% PowerShell 0.40% Mako 2.31% Procfile 0.12%
arxiv-papers search-engine

arxiveng's Introduction

arXivEng

This is a small practice project on Flask framework and a simple database SQLAlchemy. The purpose is to wrap the arXiv search engine API arxiv.query() in a web interface and to offer caching the arXiv pdf files locally for later reading.

How to use

Git clone this repository

git clone [email protected]:LarsonLaugh/arXivEng.git

A good practice would be to start with a virtual environment venv and activate it

python3 -m virtualenv venv
venv/Scripts/activate

Then install all the dependencies

pip3 install -r requirements.txt

This is for installation and setup.

For using it afterwards. Go to the terminal (here is PS) and type

./run.ps1

You will get the app run in the default WSGI server (not for production) at http://127.0.0.1:5000 and use your favorite browser. Have fun! For better deployment, one can employ gunicorn as the WSGI and Nginx to handle the internet request.

terminal

Interface

interface_page1

There are two ways to search in general: by keyword or more advanced field search.

interface_page1

The results will be displayed in a table-like list. One can choose how many results shown on each page from 5 to 50m and also how to sort the results in a descend or ascend order. At the bottom center, one can go to any of the pages by clicking on the numbers. Clicking Read Online button will bring one to the pdf downloading page, and you can save simply for later reading.

arxiveng's People

Contributors

larsonlaugh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.