ACM Home Page
Please provide us with feedback. Feedback
Efficient web browsing on handheld devices using page and form summarization
Full text PdfPdf (4.47 MB)
Source ACM Transactions on Information Systems (TOIS) archive
Volume 20 ,  Issue 1  (January 2002) table of contents
Pages: 82 - 115  
Year of Publication: 2002
ISSN:1046-8188
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 16,   Downloads (12 Months): 145,   Citation Count: 26
Additional Information:

abstract   references   cited by   index terms   review  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/503104.503109
What is a DOI?

ABSTRACT

We present a design and implementation for displaying and manipulating HTML pages on small handheld devices such as personal digital assistants (PDAs), or cellular phones. We introduce methods for summarizing parts of Web pages and HTML forms. Each Web page is broken into text units that can each be hidden, partially displayed, made fully visible, or summarized. A variety of methods are introduced that summarize the text units. In addition, HTML forms are also summarized by displaying just the text labels that prompt the use for input. We tested the relative performance of the summarization methods by asking human subjects to accomplish single-page information search tasks. We found that the combination of keywords and single-sentence summaries provides significant improvements in access times and number of required pen actions, as compared to other schemes. Our experiments also show that our algorithms can identify the appropriate labels for forms in 95% of the cases, allowing effective form support for small screens.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

1
 
2
3
 
4
5
6
 
7
CHEN, M., HEARST, M., HONG,J.,AND LIN, J. 1999. Cha-Cha: A system for organizing intranet search results. In Proceedings of the 2nd USENIX Symposium on Internet Technologies and Systems (USITS).
 
8
ANGELL,R.C.,FREUND,G.E.,AND WILLETT, P. 1983. Automatic spelling correction using a trigram similarity measure. Inf. Proc. Manage. 19(4):255-261.
9
 
10
11
12
 
13
14
 
15
 
16
 
17
 
18
LUHN, H. P. 1958. The automatic creation of literature abstracts, IBM J. Res. Dev. 2(2), 159-165.
 
19
 
20
NATION, D. A., PLAISANT, C., MARCHIONINI,G.,AND KOMLODI, A. 1997. Visualizing Web sites using a hierarchical table of contents browser: WebToc. In Proceedings of 3rd Conference on Human Factors and the Web.
 
21
PALMER,D.D.AND HEARST, M. A. SATZ: An adaptive sentence boundary detector. http:// elib.cs.berkeley.edu/src/satz/.
 
22
 
23
PROXINET.PROXIWEB. ProxiNet website: http://www.proxinet.com/.
 
24
PORTER, M. F. 1980. An Algorithm for suffix stripping, Prog. 14(3), 130-137.
 
25
 
26
 
27
 
28

CITED BY  26


REVIEW

"Shannon Jacobs : Reviewer"

For Web browsing, personal digital assistants (PDAs) face a triple bind of small displays, poor connectivity, and CPU limitations. The authors address these problems using automated page transcoding in a proxy server. This paper tries to cover tex  more...