Skip to content

Enter a DOI and get the title, author(s) and published date. Service made with Flask and Rdflib

Notifications You must be signed in to change notification settings

Striptik/doiReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DOI Reader

Home

Why ?

This project is a minimalist project, to understand and manipulate just a little RDF and turtle.

It permits to enter any DOI you want and find some informations (title, published date, author(s)), thanks to the linked data attached in it.

Language & Lib

The micro web service is made with Flask (Python)

The lib to parse and create a RDF graph is rdflib

You can laucnch the service with Docker or with Python directly

Launch It !

1 - Clone the Repo

  git clone https://github.com/Striptik/doiReader.git

2 - Launch with Docker

  docker-compose up 

3 - Use It !

Open a window on localhost:3000/

It's should be good. Feel free to contact me !

Kevin Loiseleur - kevin.public.mail@gmail.com

About

Enter a DOI and get the title, author(s) and published date. Service made with Flask and Rdflib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published