Adrian Urfer

6.11.2008:

2.11.2008:

Well it does not! When trying to download the contents of http://www.fmbe.com, the read method of InputStream never terminated.

24.10.2008:

This approach is not necessary. "Problematic websites" can be dismissed.

23.9.2008:

For simplicity reasons only the source code of a web site is necessary. An index search doesn't require any images or videos to work. The result of an index search respectivley tag search, shows the correspondent URL. The user can view the result in it's original form on the internet.

19.9.2008:

4.9.2008:

28.8.2008:

30.7.2008:

28.7.2008:

24.7.2008:

21.7.2008:

There seems to be a time limit and a download limit (125 MB). The attempt to get only the 50 first users for every website reduces the download size. That way i hoped to get more usersAndTags sites in one phase. But still after aproximatley 300 files the delicious service shuts down. The size of the downlaoded metadata was less than 10 MB.

Sometimes when delicious blocks the IP adress, a query is still possible. But the allUsersAndTags site for the resulting hits are not available. This means there is no access to users and their tags who bookmarked these results.

15.7.2008:

11.7.2008:

30.6.2008:

6.6.2008:

25.3.2008:

Relevant java classes:

For ranking purposes, the number of how many people saved a certain website could be used. del.icio.us doesn't rank this way. The problem with this aproach is the manipulability. One real person could open various accounts and save one website with each account.

15.3.2008:

The URL-pattern to get websites for a query is

Problems/Limitations:

1.3.2008:

Delicious consists of several views from which two are appropriate to download websites and all their tags. "http://del.icio.us/username" lists the latest websites of this user.
Example Some of these websites are saved by other people if there is a "saved by" link. This link plus "?all" at the end shows all people and their tags for this website. Example

Websites (the URLs) can be read with Java Stream Classes.

Every file format can be downloaded from the internet. Although some formats like images/pdfs/movies take a long time.



Documents ⇒ Machbarkeitsstudie als doc (5. November 08 Autor: Adrian Urfer) Machbarkeitsstudie als pdf (5. November 08 Autor: Adrian Urfer) Social Tagging Projektbeschrieb als doc (15. July 08 Autor: Adrian Urfer) Social Tagging Projektbeschrieb als pdf (15. July 08 Autor: Adrian Urfer) Social Tagging Pflichtenheft als doc (24. July 08 Autor: Adrian Urfer) Social Tagging Pflichtenheft als pdf (24. July 08 Autor: Adrian Urfer) GUI für den KollektionsErfasser als doc (15. July 08 Autor: Adrian Urfer) GUI für den KollektionsErfasser als pdf (15. July 08 Autor: Adrian Urfer) The current masterreport as doc (15. July 08 Autor: Adrian Urfer) The current masterreport as pdf (15. July 08 Autor: Adrian Urfer)


Most important Classes:

ch.swisseduc.kollektionserfasser ⇒ KollektionsErfasser.java (Autor: Mathias Dreier, changed by Adrian Urfer)

ch.swisseduc.kollektionserfasser.tag ⇒ DeliciousQuery.java (Autor: Adrian Urfer)

ch.swisseduc..kollektionserfasser.util ⇒ HelperClass.java (Autor: Adrian Urfer) IOClass.java (Autor: Adrian Urfer) WebDownload.java (Autor: Adrian Urfer)


Meeting with Werner / Diana

General: Search for 1 to 10 single words. Something like "hello world" as one word isn't allowed.

Research:



Problem with the official delicious java API

This package only provides methods to get data from single delicious users if we know their passwords.