SlideShare a Scribd company logo
1 of 4
Lecture Notes in Computer Science:
                             FII News

                            Gheorghe Bursuc & Floria Adin Florin



       Abstract.     We made a web        mash-up offering access to  interest
       informations for college students based on news feeds provided by
       the faculty website, fiistudent blog and @fiistudent from Twitter. The
       user can filter the news based on keywords entered.

       Keywords: cliw, infoiasi, web, project




1 Introduction

   This is an instruction file for our project. The project is about filtering information
from feeds by the user’s keywords.


1.1 Additional Information for using interface of project

You have to enter in search box some keywords about what you want to read from
feeds. There are only 3 feeds: infoiasi.ro website, fiistudent blog and twitter
@fiistudent.


2 Project Presentation

   The project is coded in HTML/CSS, PHP and Javascript. We used a parser
function for parsing the XML files and extract by item tag. We used find function for
finding the item tag and some child tags: title, description and link.
   The project have 1 important file and 3 php files for rss links. First file contains the
javascript functions and html format. The rest of three files contains file_get_content
function from php ,one for each rss for taking the rss link.
   The javascript functions are for parsing the rss file. We made such of function
three times for each rss file like the code bellow:
Also in this file we made some functions for hide/show the rss content divs. This file
contains also the html format for page.
The front page looks like the screenshot bellow:
2.1 Screenshots




  Scr. 1: The initial display.
Scr. 2: The display after user search for some keywords.
2.4 Program Code



Parse RSS Function:


    $.ajax({
          type: "GET",
          url: "getway.php",
          dataType: "xml",
          success: xmlParser
    });

function xmlParser(xml) {
   //var sb = $("#searchbox").val();
   //var sb = document.searchform.searchbox.value;
   //     alert(sb);

    searchInput = "data,baze";
    var keyWordsArray = searchInput.split(",");
    var keyArrayLength = keyWordsArray.length;

    for(var j = 0; j < keyArrayLength; j++) {

         $(xml).find("item").each(function () {
                  var title = $(this).find("title").text();
                  var description = $(this).find("description").text();
                  var newsLink = $(this).find("link").text();
                  if(searchKeyWords(keyWordsArray[j],description) > -1)
                            $("#siteres").append('<h2>' + title + '</h2><p>'     +
description + '</p><a href="' + newsLink + '">Permanent Link</a>');

          }); }

}


3 LNCS Online

The online version of this presentation is                  available   online   at
http://www.slideshare.net/florinfloria/fii-news-6729401 .

More Related Content

What's hot

Fun with metadata
Fun with metadataFun with metadata
Fun with metadata
Bob Chao
 
How Internet Search Engines Work
How Internet Search Engines WorkHow Internet Search Engines Work
How Internet Search Engines Work
s1140008
 
Working Of Search Engine
Working Of Search EngineWorking Of Search Engine
Working Of Search Engine
NIKHIL NAIR
 
GContext: A context-based query construction service for Google
GContext: A context-based query construction service for GoogleGContext: A context-based query construction service for Google
GContext: A context-based query construction service for Google
John Pap
 
From_Cite_to_Sight.pptx
From_Cite_to_Sight.pptxFrom_Cite_to_Sight.pptx
From_Cite_to_Sight.pptx
OER Commons
 

What's hot (20)

Week10
Week10Week10
Week10
 
CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a Crawler
CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a CrawlerCSCI 494 - Lect. 3. Anatomy of Search Engines/Building a Crawler
CSCI 494 - Lect. 3. Anatomy of Search Engines/Building a Crawler
 
Internet and search engine
Internet and search engineInternet and search engine
Internet and search engine
 
Working of search engine
Working of search engineWorking of search engine
Working of search engine
 
Google search architecture services in Hyderabad
Google search architecture services in HyderabadGoogle search architecture services in Hyderabad
Google search architecture services in Hyderabad
 
Google Advance Searching- Information System Audit & Control Report
Google Advance Searching- Information System Audit & Control ReportGoogle Advance Searching- Information System Audit & Control Report
Google Advance Searching- Information System Audit & Control Report
 
Getting started with Reference Linking
Getting started with Reference LinkingGetting started with Reference Linking
Getting started with Reference Linking
 
Fun with metadata
Fun with metadataFun with metadata
Fun with metadata
 
Search engine
Search engineSearch engine
Search engine
 
Google search techniques
Google search techniquesGoogle search techniques
Google search techniques
 
How Internet Search Engines Work
How Internet Search Engines WorkHow Internet Search Engines Work
How Internet Search Engines Work
 
Smart Searching
Smart SearchingSmart Searching
Smart Searching
 
Search Engine
Search EngineSearch Engine
Search Engine
 
Working Of Search Engine
Working Of Search EngineWorking Of Search Engine
Working Of Search Engine
 
How search engine work ppt
How search engine work pptHow search engine work ppt
How search engine work ppt
 
Search engine
Search engineSearch engine
Search engine
 
GContext: A context-based query construction service for Google
GContext: A context-based query construction service for GoogleGContext: A context-based query construction service for Google
GContext: A context-based query construction service for Google
 
Search Engine
Search EngineSearch Engine
Search Engine
 
Sphinx2
Sphinx2Sphinx2
Sphinx2
 
From_Cite_to_Sight.pptx
From_Cite_to_Sight.pptxFrom_Cite_to_Sight.pptx
From_Cite_to_Sight.pptx
 

Viewers also liked

樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)
Yun-han Hsieh
 
給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)
Yun-han Hsieh
 
樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)
Yun-han Hsieh
 
給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)
Yun-han Hsieh
 

Viewers also liked (17)

GoodSense
GoodSenseGoodSense
GoodSense
 
林品潔 范子欽
林品潔 范子欽林品潔 范子欽
林品潔 范子欽
 
樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)
 
Bss
BssBss
Bss
 
給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)
 
樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)樂活海文化之旅(張育菁林婷凰)
樂活海文化之旅(張育菁林婷凰)
 
給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)給初心者的將軍區觀光手則(陳筱薇、趙明月)
給初心者的將軍區觀光手則(陳筱薇、趙明月)
 
Energy efficiency case studies by Theuer Eurolighting
Energy efficiency case studies by Theuer EurolightingEnergy efficiency case studies by Theuer Eurolighting
Energy efficiency case studies by Theuer Eurolighting
 
Lighting Design Projects by telcs
Lighting Design Projects  by telcsLighting Design Projects  by telcs
Lighting Design Projects by telcs
 
林品潔 范子欽
林品潔 范子欽林品潔 范子欽
林品潔 范子欽
 
Mi hermano tiene autismo
Mi hermano tiene autismoMi hermano tiene autismo
Mi hermano tiene autismo
 
Vamos al cine
Vamos al cineVamos al cine
Vamos al cine
 
Guia aprendizaje
Guia aprendizajeGuia aprendizaje
Guia aprendizaje
 
Sanjay cv latest
Sanjay cv latestSanjay cv latest
Sanjay cv latest
 
Manual de los_100_dias
Manual de los_100_diasManual de los_100_dias
Manual de los_100_dias
 
CUENTO: ANXO VA AL DENTISTA
CUENTO: ANXO VA AL DENTISTACUENTO: ANXO VA AL DENTISTA
CUENTO: ANXO VA AL DENTISTA
 
Bte38 2016
Bte38 2016Bte38 2016
Bte38 2016
 

Similar to FII News

CSCI6505 Project:Construct search engine using ML approach
CSCI6505 Project:Construct search engine using ML approachCSCI6505 Project:Construct search engine using ML approach
CSCI6505 Project:Construct search engine using ML approach
butest
 
Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0
STIinnsbruck
 
OpenSearch
OpenSearchOpenSearch
OpenSearch
hchen1
 
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
SPTechCon
 
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Lucidworks
 

Similar to FII News (20)

final ppt.pptx
final ppt.pptxfinal ppt.pptx
final ppt.pptx
 
final ppt.pptx
final ppt.pptxfinal ppt.pptx
final ppt.pptx
 
Approaches to mobile site development
Approaches to mobile site developmentApproaches to mobile site development
Approaches to mobile site development
 
COinS (eng version)
COinS (eng version)COinS (eng version)
COinS (eng version)
 
CSCI6505 Project:Construct search engine using ML approach
CSCI6505 Project:Construct search engine using ML approachCSCI6505 Project:Construct search engine using ML approach
CSCI6505 Project:Construct search engine using ML approach
 
Django 1.10.3 Getting started
Django 1.10.3 Getting startedDjango 1.10.3 Getting started
Django 1.10.3 Getting started
 
RESTAPI_SPHOSTED_APP
RESTAPI_SPHOSTED_APPRESTAPI_SPHOSTED_APP
RESTAPI_SPHOSTED_APP
 
Elasticsearch
ElasticsearchElasticsearch
Elasticsearch
 
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech Talk
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech TalkContract-driven development with OpenAPI 3 and Vert.x | DevNation Tech Talk
Contract-driven development with OpenAPI 3 and Vert.x | DevNation Tech Talk
 
Restap ito uploadfilessharepoint
Restap ito uploadfilessharepointRestap ito uploadfilessharepoint
Restap ito uploadfilessharepoint
 
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
Bridging the gap from Wikipedia to scholarly sources: a simple discovery solu...
 
Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0
 
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
 
OpenSearch
OpenSearchOpenSearch
OpenSearch
 
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
The Magic Revealed: Four Real-World Examples of Using the Client Object Model...
 
IBM Connections REST API Hip-Hop
IBM Connections REST API Hip-HopIBM Connections REST API Hip-Hop
IBM Connections REST API Hip-Hop
 
Building APIs in an easy way using API Platform
Building APIs in an easy way using API PlatformBuilding APIs in an easy way using API Platform
Building APIs in an easy way using API Platform
 
Advanced full text searching techniques using Lucene
Advanced full text searching techniques using LuceneAdvanced full text searching techniques using Lucene
Advanced full text searching techniques using Lucene
 
Social Graphs and Semantic Analytics
Social Graphs and Semantic AnalyticsSocial Graphs and Semantic Analytics
Social Graphs and Semantic Analytics
 
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
Challenges of Simple Documents: When Basic isn't so Basic - Cassandra Targett...
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 

Recently uploaded (20)

Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 

FII News

  • 1. Lecture Notes in Computer Science: FII News Gheorghe Bursuc & Floria Adin Florin Abstract. We made a web mash-up offering access to interest informations for college students based on news feeds provided by the faculty website, fiistudent blog and @fiistudent from Twitter. The user can filter the news based on keywords entered. Keywords: cliw, infoiasi, web, project 1 Introduction This is an instruction file for our project. The project is about filtering information from feeds by the user’s keywords. 1.1 Additional Information for using interface of project You have to enter in search box some keywords about what you want to read from feeds. There are only 3 feeds: infoiasi.ro website, fiistudent blog and twitter @fiistudent. 2 Project Presentation The project is coded in HTML/CSS, PHP and Javascript. We used a parser function for parsing the XML files and extract by item tag. We used find function for finding the item tag and some child tags: title, description and link. The project have 1 important file and 3 php files for rss links. First file contains the javascript functions and html format. The rest of three files contains file_get_content function from php ,one for each rss for taking the rss link. The javascript functions are for parsing the rss file. We made such of function three times for each rss file like the code bellow: Also in this file we made some functions for hide/show the rss content divs. This file contains also the html format for page. The front page looks like the screenshot bellow:
  • 2. 2.1 Screenshots Scr. 1: The initial display.
  • 3. Scr. 2: The display after user search for some keywords.
  • 4. 2.4 Program Code Parse RSS Function: $.ajax({ type: "GET", url: "getway.php", dataType: "xml", success: xmlParser }); function xmlParser(xml) { //var sb = $("#searchbox").val(); //var sb = document.searchform.searchbox.value; // alert(sb); searchInput = "data,baze"; var keyWordsArray = searchInput.split(","); var keyArrayLength = keyWordsArray.length; for(var j = 0; j < keyArrayLength; j++) { $(xml).find("item").each(function () { var title = $(this).find("title").text(); var description = $(this).find("description").text(); var newsLink = $(this).find("link").text(); if(searchKeyWords(keyWordsArray[j],description) > -1) $("#siteres").append('<h2>' + title + '</h2><p>' + description + '</p><a href="' + newsLink + '">Permanent Link</a>'); }); } } 3 LNCS Online The online version of this presentation is available online at http://www.slideshare.net/florinfloria/fii-news-6729401 .