index.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <html>
  2. <head>
  3. <title>W3Live</title>
  4. <style>
  5. body {
  6. background-color: #e9eff2;
  7. width: 640px;
  8. }
  9. </style>
  10. </head>
  11. <body>
  12. <h1><img src="w3live.png" alt="W3Live!" /></h1>
  13. <p>
  14. Web usage mining is an active research area for its uses in web site
  15. maintenance and for the potential economical impact. In the past, re-
  16. search has focused on off-line statistical analysis, learning the user behavior
  17. and on identifying most frequently visited structures. We propose and study
  18. on-line monitoring of web usage. We devise efficient
  19. real-time algorithms for identifying most visited sites and site-paths. We
  20. further provide advance warning when there is a potential denial of service
  21. attack. In our system named W3Live, we have implemented algorithms and
  22. live event warnings using LOGML and the graph library of the WWWPal
  23. suite.
  24. </p>
  25. <ul>
  26. <li><a href="manual/index.html">manual</a></li>
  27. <li><a href="mailto:morria@cs.rpi.edu">email the author</a></li>
  28. </ul>
  29. <h2>Source Code</h2>
  30. <p>
  31. W3Live is free software licensed under the GPL!
  32. </p>
  33. <ul>
  34. <li><a href="code/w3live-gui-0.9.tar.gz">w3live-gui-0.9.tar.gz</a></li>
  35. <li><a href="code/w3live-0.9.tar.gz">w3live-0.9.tar.gz</a></li>
  36. </ul>
  37. <h2>Worldwide Web Computing Conference 2004</h2>
  38. <p>
  39. We have written a paper about W3Live for the Worldwide Web Computing Conference, 2004. Its acceptance/rejection
  40. is pending.
  41. </p>
  42. <ul>
  43. <li><a href="w3live-www04/w3live-www04.pdf">w3live-www04.pdf</a></li>
  44. <li><a href="w3live-www04/w3live-www04.ps">w3live-www04.ps</a></li>
  45. </ul>
  46. <h2>Genlog</h2>
  47. <p>
  48. For testing W3Live, a tool for generating web log files (named genlog) has been built.
  49. <a href="http://www.organix.tv/research/genlog">Go here to download and learn about genlog</a>.
  50. </p>
  51. <br />
  52. <br />
  53. <address>Andrew Morrison &middot; <a href="mailto:morria@cs.rpi.edu">morria@cs.rpi.edu</a></address>
  54. </body>
  55. </html>