ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

19
www.fakengineer.com Algorithm to Find Hidden Links [1] ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

description

ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE. Introduction. Hidden links are ones that real people aren’t supposed to actually notice or click on Hidden links is a way to guide a search engine to our doorway pages. - PowerPoint PPT Presentation

Transcript of ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

Page 1: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links

[1]

ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

Page 2: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links Introduction

Hidden links are ones that real people aren’t supposed to actually notice or click on

Hidden links is a way to guide a search engine to our doorway pages.

New dynamic “hidden link” technique for linking a large highly connected graph in a simple hyperbolic space without cluttering the display.

[2]

Page 3: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links A cyclic hyperbolic space with hidden links

[3]

Page 4: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links A cyclic hyperbolic space with hidden links

In a hyperbolic space, the far away nodes/edges (paths) are diminished when the user is not focusing on them.

The user can dynamically warp the display to focus on thousands of different nodes for navigation.

This graph is a non-cyclic hierarchical hyperbolic structure without multiple connected paths.

[4]

Page 5: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links New Technique

The user can easily navigate through all possible paths without tracing many lines and intersections

Robot programs called spiders create search engine databases, computer robot programs that crawl the web seeking search engine content

Pages created as the result of a search are called "dynamically generated" pages .

[5]

Page 6: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links

In a directed non-cyclic hierarchical space, there is a primary graph, which links all the nodes in a tree form. These links are primary tree links. The others are non-tree/cross links in a highly connected graph. A node can have one incoming primary link and many non-tree/cross links.

[6]

Definitions

Page 7: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links Definition of Cyclic Hierarchical Space

[7]

Page 8: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links Definition of Cyclic Hierarchical Space

Primary Path: (tree-link) “AE”

Secondary Path (non-tree/cross link) “AB

Hidden-Link Node

Primary Sub-Space Nodes

Secondary Sub-Space Nodes

Placeholder

[8]

Page 9: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links Hidden Link States and Processing Flow

State 1: Idle State

State 2: Activate State

[9]

Page 10: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links Hidden Link States and Processing Flow

State 3: Map/Unmap (move) State

State 4: Navigation State

[10]

Page 11: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links Hidden Link States and Processing Flow

State 5: Reset

[11]

Page 12: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links “Hidden Link” Client-Server Web Structure

[12]

Page 13: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links Code

The basic link tag looks something like <a href="hidden.html">click here</a>.

<a href="hidden.html" style="cursor:help">

<a href="hidden.html" style="color:#FF0080">

<a href="hidden.html" style="text-decoration:none">

[13]

Cursor Type …………. auto ……………crosshair ……………hand

Page 14: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links

Build hash table of links in the website.

Partition web log by visitor

For each visitor, partition web log file such that each subsequence terminates in a target page.

For each visitor and target page, find any expected locations for that page:

[14]

Algorithm

Page 15: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links

[15]

Website & Search Pattern of Hidden Links

Page 16: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links Hidden Link Applications

CONTENT AND USAGE MINING

CUSTOMER INTERVIEW WEB SERVICE

[16]

Page 17: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links

<div id="Links0" style="LEFT:0px;TOP:0px; VISIBILITY:hidden;

POSITION: absolute;">

<a href="index1.htm">hasdf hdkfh afhkj </a>

<a href="index2.htm">kjhf haksf hkasf </a>

<a href="index3.htm">kjhkjdf khdkf haf</a>

<a href="index4.htm">ghdf gdjf kgdf</a>

[17]

Related Work

Page 18: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links

[18]

Conclusion

The hidden link technique enables the mining

of large hierarchies with multiple secondary

paths

Hidden link enables the user to easily navigate

through different links without being

overwhelmed with large member of nodes and

paths.

Page 19: ALGORITHM TO FIND HIDDEN LINKS IN A WEB PAGE

www.fakengineer.com

Algorithm to Find Hidden Links

[19]

Thank You!!