Sunteți pe pagina 1din 3

Constructing Automatic Evaluation System for

E-Government

Yi Wang, JianJun Cheng, YongLi, Han Ding,


School of Mathematical and Computer Sciences
XiangFan University
Xiang Yang, China
dhnats@163.com

Abstract—Based on the analysis of existing methods and means of evaluation should not only be able to find the issues of e-
e-government evaluation, we propose an automated,quantitative government, but also be able to play a facilitating role of e-
evaluation model for e-government.The purpose is to avoid the government construction and development. So, whether
inherent disadvantages of artificial uncertain factors and time- evaluation index system, or the objectivity of evaluation
consuming. By analyzing each stage of the model,combined with method and means are particularly important, they must be able
existing Web data access technology, database technology and to reflect the true level of e-government, and be able to identify
neural network technology,we intend to establish a set of the problems.
automated e-government website evaluation system.
Looking at the index systems of e-government website both
Keywords-e-government; evaluation; automatic at domestic and international, we will find that the existing
index system[1][2] in a large part is only the qualitative
indicators to judge, that is, more human factors, and can not
I. INTRODUCTION give convincing quantitative analysis. This is not conducive to
Government web sites is one of the main links between the the improvement of website construction. The evaluation
Government and the public. With the development and method[3][4][5][6][7][8] was based on the use of artificial
popularization of the computer and network,the government methods through users, experts and other artificial means to
web sites is getting more and more important. The demand that evaluate. This is time-consuming and evaluation results can not
people want to access information from government web sites be convincing.
is also growing more and more urgent. To establish service-
oriented government, it also need to greatly strengthen the Since 2007, we and department of XiangFan government
government web sites. E-government is a highly efficient information management carried on the thorough cooperation
means that the government achieve its management and service in e-government evaluation . For the 197 websites carried out
functions using the network and communication technology. In evaluation. Because e-government of XiangFan starts later, we
order to promote the development of e-government, it is take into account the actual situation. The implementation has
necessary for effective evaluation of government web changed several times from the evaluation indicators to the
sites.There are many institutions and higher learning at home evaluation process and evaluation means. To the current,we set
and abroad during the same work. The evaluation index up the evaluation indicator system,it put serving the people as
system,evaluation methods and tools is all different, They all the center,and put the user awareness and satisfaction survey
reflect the effectiveness of evaluation from one aspect. To a results into a comprehensive performance evaluation indicator
certain extent, they promoted the development of e- system.In the evaluation process, we also recognize that we put
government. Looking at the existing evaluation methods and in a lot of students, teachers and experts each time, but there
means, in practical operation, we are required to invest a lot of are also some evaluation results that lack of objectivity.
manpower and material,so it is not only time-consuming and Investigate its reason, one hand, the evaluation indicator
arduous,but also subjective. We intend to construct a system system is not detailed enough; the other hand, Some indicators
framework of automatic e-government website evaluation, we is more stronger randomness and more human factors. For this
expects that the system can realize the automated evaluation reason, we try to establish a reliable, automated evaluation
from the stage of obtaining the website information to the site's system.
overall evaluation, thereby increasing the objectivity and
accuracy of evaluation. III. CONSTRUCT AUTOMATIC EVALUATION SYSTEM FOR
E-GOVERNMENT
II. A SITUATION OF E-GOVERNMENT EVALUATION Automatic evaluation system model of e-government is
E-government evaluation plays a vital role of promoting the shown in Fig. 1.
government website construction, and the website is one of the The units that are evaluated submit public information in
main links between the government and the public. website the online catalog and services for the public’s convenience,

978-1-4244-6581-1/11/$26.00 ©2011 IEEE


and other related projects to the government information Convenience inquires
center, the government information center and relevant
government departments to review, and then store them into a Online business process
resource library. The government information center manage Online consulting
the resource library .In the evaluation, The information access
subsystem that based on the information in the resource library, Public participation E-government interaction
obtain the required data from the corresponding Web site,after
Content guarantee Integrated information in source library
processing, analysis and calculation, then quantify the results
and write information to the database. The BP neural network
subsystem that was trained through the sample data that • Access informations from the websites
evaluated by experts processes the data read from the
information database,and gives the final evaluation results. 1) Create a database to record these extracted informations
from some specific webpages. Of course, before these
informations are recorded to the database, they should be able
to quantify. For example: the number of the public
informations in the open directory,and wheather the public
informations conform with the informations in the resource
library to be public.
2) Access the informations. We read and browse the
specified web pages from the Internet using the
Figure 1. Automatic evaluation system model “Navigate”method of the “WebBrowser” controller of Visual
Basic.Each web page corresponds to a “Document” object,
In order to evaluate the government websites automatically,
accurately and quantificationally. We will start work in the and “WebBrowser” controller's “Document” property
following aspects: corresponds to the current page of the browser; Body attribute
corresponds to the “body” marking in the HTML
• The formulation of index system document,and “innerhtml” properties of “body” subject
In order to achieve the automation of evaluation, the corresponds to the HTML code between <body> and </
indicators to evaluate must be quantified as much as possible to body>in the current page. Usually,in the web pages,tables are
minimize the qualitative indicators, to reduce the influence of used to separate the data,Text prompts are in the front of the
human factors. Therefore, when we formulate the index special data. According to the text prompts to find the desired
system,we must not only make a more comprehensive indicator item, and then analyze them using the corresponding program
system to reflect the true situation, but also select the maximum to find the necessary data. After locating the original data,
number of quantitative indicators. through specific procedures to handle the data into
The ultimate goal of e-government is to serve the public. quantitative data, then record these data to the corresponding
As a communication channel between the public and the database table.
government ,the public understand the government behavior
and improve the efficiency of online handle affairs through 3) In addition, we can also use the "web spiders" to In-
government websites. For this purpose, we work out some of depth search, so for more complete data. Web Spider searches
the most important indicators to evaluate the government web pages through a web link address,starts from one page
websites. Basically, these indicators can be quantified. (usually home)of the web site,reads page contents and finds
other links in the page address, and then looks for the next
TABLE I. INDICATOR SYSTEM page through these links address, so that keep doing this loop
until all the pages of the web site are crawled last. If we take
The first level indicator The second level indicator the entire Internet as a Web site,the spider can use this
principle to crawl down all the pages on the Internet. The web
Links with Municipal government website pages that was crawled down are a variety of formats,
Website construction
Open website quickly
including html, image, doc, pdf, multimedia, dynamic web
pages and other formats. After crawling down these
Open directory and Public guidelines documents, we need to put these text information extracted
Affairs guidelines from these documents. For doc, pdf and other documents, that
E-government information generated through corresponding software provided by
Updated information
openness professional firms, vendors will provide the appropriate text
Letter reply extraction interface. Web Spider only call these plugins
interface,and can easily extract the document text and other
Suggestion box and timely treatment
relevant information. But not the same as HTML and other
Online handle affairs Form download documents, HTML has its own syntax, through the various
command identifier to indicate different fonts, colors, layout evaluation.So we try to develop a system to evaluate the
location.When we extract the text information ,we need to websites automatically. This is only the beginning of the study,
filter out all these identifiers . Filter identifier is not difficult, we will carry out a detailed analysis and design to all aspects of
since these identifiers are certain rules, just follow a different the system. We intend to establish a set of automated e-
government website evaluation system.
identifier ,corresponding information can be obtained.
Actually ,Web Spider use the link relations between Html
documents in a Web page to crawl, the system will catch these REFERENCES
pages to be analyzed and put into the database. [1] Hernon P . Government on the Web: A Comparison between the
United States and New Zealand[J].Government Information
• Using the artificial neural network to evaluate Quarterly,1998(15): 419-443
[2] Baker D L. E-government: Website usability of the most populous
Using the artificial neural network to evaluate the website counties[EB/OL].(2006-11-2) .
automatically and quantify the evaluation.In front, we obtain http://proquest.calis.edu.cn/umi/detail_usmark.jsp?searchword=author%
the original informations related to the website,and write them 3DDavid+L&singlesearch=no&channelid=%CF%B8%C0%C0&record
=14
to a specific database. The columns of the database table
corresponds to the appropriate evaluation indicators, the data in [3] Schriver K A.Evaluating Text Quality:The Continuum from Text-
focused Toreader-focused Methods[J] . IEEE Transactions on
the columns correspond to the evaluation results to this Professional Communication,1989,32(4):238-255
indicator. The next, we will use the BP artificial neural network [4] Sweeney M , Maguire M , Shackel B . Evaluating User–computer
to analyze the results. Put these data as input data, and output Interaction: A Framework[J]. International Journal of Man-Machine
the overall evaluation of the website. Prior to this, we need Studies,1993,38(4):689-711
experts and users to evaluate some websites carefully and [5] Kantner L, Rosenbaum S.Usability Studies of WWW sites: Heuristic
comprehensively ,and put these evaluations as the sample to Evaluation vs. Laboratory Testing[C].Snowbird,Utah. Proceedings
train the network. BP neural network is a mature, simple and SIGDOC Conference 1997: 153-160
effective network, the learning process is to adjust the [6] Jonga M, Lentz L. Scenario Evaluation of Municipal Web Sites:
Development and Use of an Expert-focused Evaluation Tool[J].
connections weights between neurons, and makes the output Government Information Quarterly, 2006,23(2):191-206
value be equal or close to the ideal target. Once the neural
[7] Jaeger P T. Assessing Section 508 compliance on Federal E-
network is trained completely,the websites can be evaluated Government Web Sites: A Multimethod,User-centered Evaluation of
automatically, objectivly, fast and effectivly. With regard to the Accessibility for Persons with Disabilities[J].Government Information
learning process and ways of BP neural network, you can refer Quarterly, 2006,23(2): 169-190
to the corresponding literature, no details here. [8] Kristin R E . Assessing U.S. Federal Government Websites[J] .
Government Information Quarterly, 1997,14(2):173-189

IV. SUMMARY AND OUTLOOK


In the actual process of the website evaluation,we feel
deeply the disadvantage that evaluated by artificial

S-ar putea să vă placă și