Newapproachtopresent Holy Quran Storiesand Eventsusing Webapplicationbasedon GIS

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/275555866

New approach to present Holy Quran stories and events using Web application
based on Geographic Information System

Conference Paper · December 2013

CITATIONS READS

0 857

3 authors:

Mabrouk Yermani Khemiri Walid


King Abdulaziz University
3 PUBLICATIONS   28 CITATIONS   
2 PUBLICATIONS   18 CITATIONS   
SEE PROFILE
SEE PROFILE

Reda Yaagoubi
Institut Agronomique et Vétérinaire Hassan II
36 PUBLICATIONS   116 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

SEED4NA : Spatial Data Infrastructures and Earth Observation Education and Training for North-Africa View project

Change Detection View project

All content following this page was uploaded by Reda Yaagoubi on 28 April 2015.

The user has requested enhancement of the downloaded file.


New approach to present Holy Quran stories and
events using Web application based on Geographic
Information System
1
Mabrouk El Yarmani, 2 Walid Khemiri, 3Reda Yaagoubi
Department of Geomatics, Faculty of Environmental Design.
King Abdulaziz University
Saudi Arabia
1
melyarmani@kau.edu.sa; 2wkhemiri@kau.edu.sa; 3ryaagoubi@kau.edu.sa

Abstract— Over the recent years, we notice an increasing number I. WEB GEOGRAPHICAL INFORMATION SYSTEM
of web applications dealing with the holy Quran. Most of these Geographic Information Systems (GIS) are systems that allow
applications include Quran pages, synched with audio files from acquiring, managing, analyzing, and presenting spatially
many reciters, translations in different languages and a few
related information (Coors, 1998). A GIS software is used to
sources of tafseer. This paper aims to present a new approach of
presenting Quran events and stories by using a web application
convert diverse data into easy to-read and easy-to-access maps
based on Geographic Information Systems. Our novel approach and information. In addition, the benefits of the world wide
is an interesting manner for discovering the Holy Quran, either web are numerous, however, the two primary advantages is
for Muslim or non-Muslim, through a spatio-temporal that the web is time independence and spatial independence
localization of stories and events. A Geodatabase was designed (Mohler and Duff, 1999). As consequence, it is possible to
and created for this purpose including relevant components such access to the information, wherever one is and whatever the
as verses, surah, event, story, files, etc. This Geodatabase was time is. In addition, distributing data over the web is more
implemented on a GIS web server where Spatial Data were efficient than transmitting data through disks or Books. For
enriched by images, audio and video files.
these reasons, we consider that combining the benefits and the
strengths of the Web and GIS will provide a powerful manner
Keywords: Geographic Information System; Web GIS; Holy for accessing, sharing, disseminating and analyzing geospatial
Quran; Quran stories, Geographic Quran Events. data. Hence, technologies related to web dissemination of GIS
data, such as Web GIS, Open GIS and Distributed GIS are
Introduction
growing rapidly and increasingly in the recent years (Honda,
It’s very important to find new attractive ways to present the 2003).
Holy Quran for people over the World, especially for non- II. ARCHITECTURAL DESIGN AND SOFTWARE
Muslims. For this purpose, many web applications were
developed in recent year to reach. Spreading the teachings of The architecture of the system developed is made up of four
the Holy Quran through the web facilitates reaching a large major components. It follows an architecture that is similar to
number of people over the world. Of course, thanks to the other web-based system such as that described by (Bapna and
guidance of ALLAH in the first place, web applications for the Gangopadhyay, 2005). An overview of the architecture is
Holy Quran are one of the fundamental reasons for the illustrated in the figure below. This architecture consists of
increased number of non-Muslims that embrace Islam. In four elements; a presentation layer, an application layer, a data
keeping with this trend, we present in this paper an innovative layer and a map-generation layer.
idea to present the Holy Quran on internet by using Web
Geographic Information System (Web-GIS). The main Presentation
Data
purpose this Web-GIS applications consists of a spatio- Layer Layer
temporal localization of the Holy Quran stories and events.
In order to appeal human beings hearts and minds, the holy
Quran has used a number of approaches. Story telling is Web
among the styles of dialogue the Holy Quran use to guide GIS Service
Data Mapping
people to the truth and the Straight Path of ALLAH. Layer
Base
Our proposed solution offer access to stories and events
location by a geographical interface with world map. Users
can make a search on map by selecting an area. They can also Application
Layer
make queries by date, by period of time, by surah or by story.
A verse containing the ‘meaning’ of place will be displayed
and a link to the hole Surah is then available. Figure 1. Web-based System Architecture
Our proposed application is based on JAVA/J2EE technology
combined with other open source software (JBoss, Geoserver,
Geotools, Hibernate, OpenLayers, PostGres, PostGis, etc.) :

GeoServer is a Geographic information Server developed


in Java. This Server is implemented with respect to OGC
specifications concerning WMS Services (Web Map
Service) and WFS (Web Feature Service).

:
GeoTools is a free software (LGPL) GIS toolkit for
developing standards compliant solutions. It provides an Figure2. The architecture of the proposed WebGIS and
the chosen technologies
implementation of Open Geospatial Consortium (OGC)
specifications as they are developed.
III. DATA ACQUISITION
GIS software use two types of data; Vector and Raster. On the
OpenLayers is a compilation of Javascript libraries for one hand, vector data mainly consist of three primitives which
building Web-GIS applications, implementing standard are; point, line and polygon. These primitives are generally
attached to one or many descriptive tables. On the other hand,
methods for Data access, as OpenGIS consortium
raster data represent geographical phenomena as a grid cells
Protocols (Web Mapping Service (WMS) and Web (or pixels) where each cell encodes a value that corresponds to
Feature Service (WFS)). the geographical phenomenon. In our implemented WebGIS
application, we’ve used images (in raster format) from Google
earth. Then, vector layers that represent features such as cities,
Hibernate is an Open source framework for management counties or tribes boundaries, and specific events can be added
and database object persistence. Logic and business above Google images. The spatial location of some features
processes operate independently of the database used. By may not be sufficiently accurate because some of them need
using this framework, the changes in the database field mission in order to acquire accurate positions. At the
(PostgreSQL, MySQL, Oracle, SqlServer) become very same time, some places, such as ‘the sacred valley fold’
couldn’t be located exactly. Hence, a kind of fuzzy
simple.
representation is necessary to spatially represent this type of
data. The proposed web application can be a way to improve
positions and information. The spatial location of places and
event are mainly taken from dedicated web sites and the
JBoss and Apache Tomcat are server applications that reference book ‘Atlas Al Quran’ (Abu Khalil, 2003).
In order to link the Holy Quran event and stories with their
implement the Java Platform, Enterprise Edition (Java
spatial locations, a Geodatabase hase been designed for this
EE). purpose. In this Geodatabase, we’ve taken into consideration
the spatial relationship between locations, verses and surat.
Some photos of locations were also added to our Geodatabase
MGeoServer is a N-Tier J2EE architecture with MVC in order to give more useful information to visitors (ideos can
conception. It integrates Geoserver as a mapping engine be also added).
and JBoss as an application engine.
VI. APPLICATION INTERFACE
The diagram below summarizes the architecture of our
solution based on the chosen technologies: The interface of our WebGIS contains three main functions:
search, display and translation. A frame for displaying layers
was also created with enabling/disabling option to show or
hide one or more layers. Furthermore, the interface allows
users to add data, documents, comments, etc. in a
collaborative manner in order to improve the quality and the
amount of useful data.
especially for people with little internet and GIS knowledge.
Furthermore, visitors have free access to the data, and several
predefined queries can be performed over the internet. Our
WebGIS application offers interesting and useful
functionalities without required knowledge. Finally, we hope
that this work is a first step towards designing a complete and
powerful Web-GIS solution that will serve to strengthen the
relation between Muslims and the Holy Quran, and also to
invite non-Muslims to learn more about Islam

REFERENCES
Figure 3. The interface of the proposed WebGIS application
V. Coors, 1998. Using wearable gis in outdoor applications, Extended
V. CONCLUSION abstract on international workshop for interactive applications of
mobile computing, Germany.
In this paper, we’ve presented a web-based geographic
information system that presents the Holy Quran Events and K. Honda, 2003. Digital ASIA Concept and Activity, Proceedings of
the Regional Conference on DIGITAL GMS, Thailand.
Stories, and their spatio-temporal localization. Our application
http://www.star.ait.ac.th/~honda/pub.html (accessed 26 Apr. 2004)
is designed to allow viewing, querying, and editing events,
stories and their locations and other useful information related J.L. Mohler, and J.M. Duff, 1999. Designing Interactive Web Sites.
to these stories and events. This solution is based on a Publishing, NY, USA.
Server/Client architecture and doesn’t require any commercial C.Abu khalil, 2003. Atlas Holy Quran, Dar al Fikr.
GIS software. In addition, the interface is very easy to use

View publication stats

You might also like