All Projects â†’ prabhuomkar â†’ arxiv-graphql

prabhuomkar / arxiv-graphql

Licence: other
🧾GraphQL API for arXiv: e-print service by Cornell University

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to arxiv-graphql

Mff Pytorch
Motion Fused Frames implementation in PyTorch, codes and pretrained models.
Stars: ✭ 116 (+673.33%)
Mutual labels:  arxiv
Arxiv Latex Cleaner
arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
Stars: ✭ 2,689 (+17826.67%)
Mutual labels:  arxiv
Asreview
Active learning for systematic reviews
Stars: ✭ 233 (+1453.33%)
Mutual labels:  arxiv
Arxivscraper
A python module to scrape arxiv.org for specific date range and categories
Stars: ✭ 121 (+706.67%)
Mutual labels:  arxiv
Coreference Resolution
Efficient and clean PyTorch reimplementation of "End-to-end Neural Coreference Resolution" (Lee et al., EMNLP 2017).
Stars: ✭ 144 (+860%)
Mutual labels:  arxiv
Bayesiandeeplearning Survey
Bayesian Deep Learning: A Survey
Stars: ✭ 214 (+1326.67%)
Mutual labels:  arxiv
Lipnet Pytorch
The state-of-art PyTorch implementation of the method described in the paper "LipNet: End-to-End Sentence-level Lipreading" (https://arxiv.org/abs/1611.01599)
Stars: ✭ 104 (+593.33%)
Mutual labels:  arxiv
cornell
C0rn3LL 4 L337 H4xx0rz
Stars: ✭ 36 (+140%)
Mutual labels:  cornell
Paper2remarkable
Fetch an academic paper or web article and send it to the reMarkable tablet with a single command
Stars: ✭ 177 (+1080%)
Mutual labels:  arxiv
Nima.pytorch
NIMA: Neural IMage Assessment
Stars: ✭ 227 (+1413.33%)
Mutual labels:  arxiv
Bibcure
Bibcure helps in boring tasks by keeping your bibfile up to date and normalized...also allows you to easily download all papers inside your bibtex
Stars: ✭ 124 (+726.67%)
Mutual labels:  arxiv
Paper Survey
📚Survey of previous research and related works on machine learning (especially Deep Learning) in Japanese
Stars: ✭ 140 (+833.33%)
Mutual labels:  arxiv
Research Paper Notes
Notes and Summaries on ML-related Research Papers (with optional implementations)
Stars: ✭ 218 (+1353.33%)
Mutual labels:  arxiv
Scihub2pdf
Downloads pdfs via a DOI number, article title or a bibtex file, using the database of libgen(sci-hub) , arxiv
Stars: ✭ 120 (+700%)
Mutual labels:  arxiv
Awesome Grounding
awesome grounding: A curated list of research papers in visual grounding
Stars: ✭ 247 (+1546.67%)
Mutual labels:  arxiv
Reproducible Image Denoising State Of The Art
Collection of popular and reproducible image denoising works.
Stars: ✭ 1,776 (+11740%)
Mutual labels:  arxiv
Arxiv Collector
A little Python script to collect LaTeX sources for upload to the arXiv.
Stars: ✭ 179 (+1093.33%)
Mutual labels:  arxiv
makefile4latex
A GNU Makefile for typesetting LaTeX documents.
Stars: ✭ 21 (+40%)
Mutual labels:  arxiv
CourseGrab
A tool for ameliorating the Cornell course enroll system!
Stars: ✭ 15 (+0%)
Mutual labels:  cornell
Triplet Attention
Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
Stars: ✭ 222 (+1380%)
Mutual labels:  arxiv

arXiv GraphQL

arxiv-graphql

GraphQL API for arXiv: e-print service by Cornell University

About

arXiv

arXiv® is a free distribution service and an open archive for scholarly articles in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics. arXiv is a collaboratively funded, community-supported resource founded by Paul Ginsparg in 1991 and maintained and operated by Cornell University.

Operations are maintained by the arXiv Leadership Team and arXiv staff at Cornell, with the help of numerous volunteer subject moderators. Governance of arXiv is led by the Leadership Team with guidance from the arXiv Scientific Advisory Board and the arXiv Member Advisory Board. arXiv is funded by Cornell University, the Simons Foundation, member institutions, and donors.

Registered users may submit articles to be announced by arXiv. Submissions to arXiv are subject to a moderation process that verifies material is topical to subject areas and has scholarly value. Material is not peer-reviewed by arXiv.

GraphQL

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

Getting Started

Installation and Setup

  • Download and Install Golang

  • Install dependencies

make install

Running

export PORT=<PORT> && go run main.go

Testing

make test

Code Coverage

make cover

Issues

Issues are managed via GitHub Issues.

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].