Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!

Onderwerp: »[news] XML Data Improvements

2006-12-07 18:31:09
Maybe?

I have to get the <rank> values manually from each team.xml file.
If it was automated then you could easily do it for all countries.
2006-12-07 19:03:03
Very nice!!

http://onyar.net/sokker/sokkerspain/ranking
Spanish ranking (design in process :P) © Terrion
2006-12-07 21:31:03
Even nicer ... impressive amount of detail there.

What tools does he use? I'd love to gather my data in a less time consuming way.
2006-12-07 21:32:17
Ask Terrion, I think he'll answer you happily :)
2006-12-07 22:01:08
I can see the rash of new tools coming out there to pour thru all teams in each division for their rank. Ugh, will bring this to its knees :)
2006-12-07 22:29:08
Yes, the rank is the same ranking system that is used for NT. The formula to calculate your rank variation was posted in this same thread at the beginning.

Up to now, it is clear rank variation has no relation with the humour of your club fans, because yesterday the humour changed before the rank was updated.

It is unclear yet if it has some relation with the money the sponsors give.
2006-12-08 00:04:20
I don't know how the NT ranking system is, so that doesn't say anything to me.
I searched the first 5 pages of this thread and there is no formula.
2006-12-08 00:59:10
Sorry, it was another thread.

The ranking is not based in cups or championship winning but just in the matches (a team with greater ranking plays against a team with less ranking and wins: he'll gain very few points in the ranking. If the other team wins, that team will win a lot of points, etc)

This is the formula:

Terrion para Jurkasz 2006-05-28 02:53:32
This is a quite accurate aproximation:

y = mx + n
y -> number of points that a team will win (os lose if it's negative)
x -> difference of ranking
m -> a constant: -0.02876
n -> depends on the match result, for example:

1-0 -> n=29.29
2-1 -> n=24.16
3-2 -> n=19.54
4-3 -> n=16.79
5-4 -> n=14.93
2-0 -> n=37.59
3-1 -> n=36.09
4-2 -> n=32.02
3-0 -> n=42.14
4-1 -> n=42.14
6-3 -> n=36.93
5-0 -> n=46.61
8-0 -> n=48.95
2006-12-08 06:26:37
Bericht verwijderd

2006-12-08 07:17:59
Then you can even lose points if you win.
(gewijzigd)
2006-12-08 16:29:45
yes you can
2006-12-09 19:05:25
Bericht verwijderd

2006-12-09 21:08:51
Hi

I would like to start discussion about format of keeping files with sk data.

What do You (developers SO, SM, Ap) think about this.

This will be better for us and users, when migrating between software will be simple.

My suggest is :
1. keep all data in utf-8
2. some standard of files name
a. name_of_xml_file_WEEK_DAY.xml
b. name_of_xml_file_millis.xml
c. name_of_xml_file_year_month_day_hour_minutes.xml

any other suggestions ?
(gewijzigd)
2006-12-09 22:46:39
SO keep's data exactly as it was downloaded (currently UTF-8).

For filenames, I chose year-month-day_hour-minutes_nameofxmlfile.xml in order to have them sorted chronologically by the Operating System.
2006-12-09 22:54:49
Did You think about WEEK_DAY keeping ?

Currently in XML we could find such data.
2006-12-09 23:57:48
I prefer keep data in mySQL database. It gives more freedom to manipulate with all data.