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

Recently uploaded (20)

Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

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 .