Git Product home page Git Product logo

ieee-rss-feedreader's Introduction

RSS feed reader

This project was developed at 2013 as a group of two : Reyhane Askari & Mohadese Bastan

How to run the code

After downloading the code you should set up MySQL on your server. Add root user with password = "12345". Run the following commands:

CREATE DATABASE register;
USE register;
create table users (name varchar(100), password int, PRIMARY KEY (name));
create table articles (url varchar(100), adr varchar(100)t, PRIMARY KEY (adr));

You can then visit index.php to get started and register. Try http://ieeexplore.ieee.org/rss/TOC23.XML to see the results.

Technologies used

This website is an RSS feed reader that used AJAX, jQuery, PHP, Javascript and bootstrap. It is used to create feeds of IEEE papers. We use IEEE papers' RSS to feed our reader. The input is an XML file which is then parsed and paper's title, authors, publication date, volume and issue is extracted. Every one can register and have a profile. We save user's papers that is requested each time on server. These papers can be managed and removed from user's profile. If the user wants the reader to retrieve the paper again from IEEE's website can push the refresh button.

To retrieve the paper's from IEEE's website, we need to implement a PHP cross domain Ajax proxy. Each request was first sent to the sever with an AJAX request, then in the PHP code we sent a request to IEEE's server and requested the paper.

User's can also search in abstract or title of the papers in their profile using this feed reader.

Here is some screen shots of our RSS feed reader:

ieee-rss-feedreader's People

Contributors

mila1 avatar

Watchers

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