Git Product home page Git Product logo

creation-api-web's Introduction

Le but de ce mini-projet est d'utiliser (entre autres) la bibliothèque Python bottle, pour
proposer d’une part une API spécifique au site http://dblp.uni-trier.de/db/ht/ qui
regroupe l'ensemble des publications scientifiques en informatique, et d’autre part un site web
qui permet d’utiliser l’API précédente.
Le site dblp propose l'ensemble des publications sous la forme d'un fichier Xml. Il faut donc
télécharger ce fichier et utiliser les données qu'il contient afin de créer votre API. Dans la suite,
on appelle publication, un élément de type `article`, `inproceedings`, `proceedings`,
`book`, `incollection`, `phdthesis`, ou `mastersthesis`.
Le fichier Xml se trouve à l'adresse http://dblp.uni-trier.de/xml/. Il doit être analysé
pour récupérer chaque publication (quel que soit son type). L’API demandée porte seulement
sur les champs `author`, `title`, `year`, `journal`, et `booktitle` (les autres champs
peuvent donc être ignorés). On peut remarquer que pour une publication, soit le champ
`journal`, soit le champ `booktitle` est défini (`booktitle` correspond au nom de la
conférence dans laquelle est publié l’article, `journal` correspond à la revue scientifique dans
laquelle est publié l’article).

creation-api-web's People

Contributors

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