All Projects â†’ raahii â†’ Arxiv Equations

raahii / Arxiv Equations

🚀 Provides equations in latex format from arxiv paper.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Arxiv Equations

Scihub2pdf
Downloads pdfs via a DOI number, article title or a bibtex file, using the database of libgen(sci-hub) , arxiv
Stars: ✭ 120 (+421.74%)
Mutual labels:  latex, science, arxiv
Arxiv Vanity
Renders papers from arXiv as responsive web pages so you don't have to squint at a PDF.
Stars: ✭ 1,190 (+5073.91%)
Mutual labels:  latex, science, arxiv
Latex Examples
Examples for the usage of LaTeX
Stars: ✭ 1,032 (+4386.96%)
Mutual labels:  latex, research, science
Engrafo
Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
Stars: ✭ 717 (+3017.39%)
Mutual labels:  latex, science, arxiv
trackswitch.js
A Versatile Web-Based Audio Player for Presenting Scientific Results
Stars: ✭ 39 (+69.57%)
Mutual labels:  science, research
Biolitmap
Code for the paper "BIOLITMAP: a web-based geolocated and temporal visualization of the evolution of bioinformatics publications" in Oxford Bioinformatics.
Stars: ✭ 18 (-21.74%)
Mutual labels:  research, science
Dallinger
Laboratory automation for the behavioral and social sciences; human culture on a chip.
Stars: ✭ 100 (+334.78%)
Mutual labels:  science, research
Pymeasure
Scientific measurement library for instruments, experiments, and live-plotting
Stars: ✭ 255 (+1008.7%)
Mutual labels:  research, science
Arxiv Collector
A little Python script to collect LaTeX sources for upload to the arXiv.
Stars: ✭ 179 (+678.26%)
Mutual labels:  latex, arxiv
openeditors
Webscraping data about editors of scientific journals.
Stars: ✭ 31 (+34.78%)
Mutual labels:  science, research
Deep Learning Papers
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
Stars: ✭ 3,054 (+13178.26%)
Mutual labels:  science, arxiv
events
Materials related to events I might attend, and to talks I am giving
Stars: ✭ 22 (-4.35%)
Mutual labels:  science, research
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (+86.96%)
Mutual labels:  science, research
Papers
Publications from the MathJax project
Stars: ✭ 6 (-73.91%)
Mutual labels:  latex, research
senpai
Molecular dynamics simulation software
Stars: ✭ 124 (+439.13%)
Mutual labels:  science, research
ai-distillery
Automatically modelling and distilling knowledge within AI. In other words, summarising the AI research firehose.
Stars: ✭ 20 (-13.04%)
Mutual labels:  research, arxiv
Latex Templates
A collection of LaTeX templates used for research, courses, and miscellanea.
Stars: ✭ 418 (+1717.39%)
Mutual labels:  latex, research
Awesome Sentinel
curated list of awesome tools, tutorials and APIs for Copernicus Sentinel satellite data
Stars: ✭ 335 (+1356.52%)
Mutual labels:  research, science
Arxiv Style
A Latex style and template for paper preprints (based on NIPS style)
Stars: ✭ 497 (+2060.87%)
Mutual labels:  latex, arxiv
Sciblog
A blog made with django designed like a scientific paper written in Latex.
Stars: ✭ 145 (+530.43%)
Mutual labels:  latex, science

Arxiv Equations

Arxiv Equations provides latex format equations from arxiv paper.

This app is made with Go, Vue.js and MySQL.

Requirement

  • Golang
    • dep, go get -u github.com/golang/dep/cmd/dep
  • npm
  • mysql

Getting Started

go get github.com/raahii/arxiv-equations

Environment variables

export DB_USER=<user>
export DB_PASS=<password>
export DB_NAME=<dbname, ex.arxiv_equations>
export BACKEND_BASEURL=<backend url, ex.http://localhost:1323">

Install dependencies

# backend 
dep ensure

# frontend 
cd frontend; npm install --save

Start development

# backend 
go run server.go

# frontend 
cd frontend; npm run dev

TODO:

  • [ ] copy macro button

  • [ ] removing vue router

  • [ ] add updating paper api

  • [ ] exclusive processing for pasing latex source

  • [ ] accurate tex source parsing (by using pandoc or something)

  • [ ] extract equation number

  • [ ] separate controllers and models properly

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].