We’ve added a new stats tab to the tag view that shows some basic statistics within the tag(s). Here’s what it looks like for /questions/tagged/iphone:

tag-stats

The number next to the user names reflects the number of non-community wiki answer upvotes for each user. This is the same algorithm used to award the tag-based badges, so if you ever wondered how close you are to getting one of those badges, now you know!

The intent here is to highlight Stack Overflow and Server Fault users who are actively contributing within specific tags, even if they don’t have giant reputation scores across the entire site.

  • We may add some more tag-based statistics here; what do you think makes sense to show?
  • We’re considering some sort of monthly league, but I’d prefer to see it at the tag level rather than at the site level, to highlight those new and up and coming contributors in specific domain areas.

This is just the first pass; I expect us to refine and improve this feature over the next week or so.

« The Stack Overflow Trilogy
Jobs At Stack Overflow »

46 Responses

  1. Oorang says:

    I like the woot! badge, is that one new?

  2. Jon Skeet says:

    Very cool. In terms of “more statistics” – it would be nice to know how many answers those votes were distributed over. So suppose I’d answered 3 questions and received 3, 4 and 5 votes for them, it could show

    15 (3) Jon Skeet

    There may well be a clearer way of formatting it though – perhaps even with a line:

    15 Jon Skeet

    3

    It might also be fun to show a graph of the question frequency for a tag over time – an interesting way of seeing trends, particularly if you could overlay graphs for multiple tags.

    Jon

  3. ShuggyCoUk says:

    “This is the same algorithm used to award the tag-based badges, so if you ever wondered how close you are to getting one of those badges, now you know!”

    Well not if you’re wanting to fnd out you c# one since all those visible already have Silver and the top 5 have gold.

    Perhaps including the current user in as well would be nice…

  4. Mike Woodhouse says:

    Shiny!

  5. Jon Skeet says:

    +1 for always showing the current user.

  6. ShuggyCoUk says:

    @Jon – for you surely it already does ;)

  7. Jon Skeet says:

    @Shuggy: I have to admit I was tempted to answer with “Doesn’t it already show the current user and everyone else after that?” but I thought it *might* be misconstrued ;)

  8. Richie Hindle says:

    +1 for always showing the current user (or making the page size tweakable, as it appears to be but isn’t – what’s that pagesize parameter for?)

  9. Joel Coehoorn says:

    Something’s a little goofy: check the sqlserver2008 tag. I’m leading this month with 18, but I don’t show at all on the all-time side, which ranges from 39 to 14. With 18 just this month I should show up there somewhere.

  10. Brent Ozar says:

    Wow, this kicks butt. The next thing we need is the Twitter handle for each person listed. This is a great way to meet people who share the same interests.

  11. mmyers says:

    Very nice!

    It makes me realize just how far out in front Jon Skeet is. For instance, take ‘java’: http://stackoverflow.com/questions/tagged/java . I’m #2 (yay me!) — a mere 2200 votes back.

    But on the other hand, maybe he’s slowing down; Marc Gravell is leading the c# standings this month (http://stackoverflow.com/questions/tagged/c%23 ).

    Anyway, I must go now. I have to go and find out how many tags I appear on the leaderboard of. :D

  12. A says:

    Minor visual inconsistency – comma separator is missing from user-specific stats.

    23,229 All Time
    9016 Jon Skeet

  13. A says:

    @mmyers would be neat if the tag rank were displayed for each tag displayed on your user page…

  14. Daniel says:

    How was this UV (http://stackoverflow.uservoice.com/pages/1722-general/suggestions/202137-add-my-rank-to-my-user-page-) rejected as being too “explicitly game-like” when you’re releasing rankings of top taggers and thinking about a monthly reputation leage?

  15. Aaron says:

    Viewing a tag stats page breaks the remembered sort order for questions and shows you the votes sort order rather than what ever you normally look at (new, active, whatever).

    I created a uservoice item: http://stackoverflow.uservoice.com/pages/1722-general/suggestions/204237-tag-stats-tab-breaks-remembered-tab-

  16. John Sheehan says:

    This would be a good place to include who created the tag, information which I believe is still not available anywhere else despite there being a badge for it.

  17. Andrei says:

    For every Nth metric, you have N new metrics to obtain from the new metric and old metrics combination :)

  18. Johannes Rössel says:

    Is it intentional that the stats page title says »Hottest questions«? Shouldn’t it be something like »Statistics for questions«?

  19. micky says:

    cool feature would be the same thing with questions :D i bet that there are some people that asked 500 java questions to game the system. this could be funny to see, please implement it.

  20. Cletus says:

    I personally think this is way cooler and of way more value than any reputation league (overall, monthly or otherwise) so kudos for that.

    I think a user-centric view would be of value so someone could see where they are across all their tags.

  21. gnovice says:

    Awesome new feature! I was actually thinking about this for the past week or two, and I would have put it up on UserVoice if I had any votes left.

    It’s also nice to know I finally broke the halfway mark to a MATLAB badge. =)

  22. gnovice says:

    @Jon: I see you’re only one days worth of votes away from getting the illustrious first gold “subjective” badge. ;)

  23. Jon Skeet says:

    @gnovice: Yes, I noticed that. Don’t worry, I won’t go *looking* for subjective questions to answer :)

    Jon

  24. Jeff Atwood says:

    ok, updated version is deployed :

    - current user (if logged in) will always appear in the topn list *IF* you have at least 1 score

    - number of answers is also displayed

    I need to also display top “askers” within a tag, I forgot to do that.. so expect that tonight or tomorrow.

  25. Jon Skeet says:

    Fabulous :)

    The number of answers doesn’t quite tally with the number displayed on the user page though – for instance, currently my user page suggests my count for C# is 1821, but the C# tag shows 1759. I could understand if the discrepancy were to do with questions rather than answers, but I haven’t asked that many questions :)

    Is one of them a count of “the number of questions the user has answered” and the other is “the number of answers the user has provided”? i.e. the difference is due to questions with more than one answer by the same user?

    Not a big problem obviously – I’m more curious than anything else. Great to see such a quick turnaround!

    Jon

  26. Jeff Atwood says:

    only non-community wiki data (questions/answers) is shown on that page — is that what you’re referring to?

  27. Jon Skeet says:

    Ah yes, that’s probably it.

  28. Greg Hewgill says:

    Very nice! I like the recent 30 days stats as well as all time, it allows everybody a chance to be top of their class in *some* topic.

    One little bug: After viewing the stats for a tag, clicking on the Questions button at the top returns to the question page, but no tab is highlighted. I presume that is because there is no corresponding “Stats” tab for the Questions page, and the tab prefers to be sticky.

  29. litb says:

    Great stuff, i really like this.

    Keep up the good works :)

  30. Juan Manuel says:

    It’s not clear why there are 2 columns with numbers, I’d add some caption to specify which is as asker and which as answerer

  31. Jon Skeet says:

    @Juan: It’s not “asker” and “answerer” – it’s “votes” and “answers”. But yes, a caption might help :)

  32. gnovice says:

    I think the “answers” column refers to the number of non-wiki answers that have at least 1 upvote. I don’t think it tallies answers that are still at 0 upvotes.

  33. Jonik says:

    > what do you think makes sense to show?

    One addition, that’s not too far-fetched, I think, would be to (explicitly) show badge statistics for that speficic tag.

    Like how many silver/gold badges of that type have been awarded in all (also provide link to the related badge page, e.g. http://stackoverflow.com/badges/67/iphone). And highlight it somehow (colours, background, icons, whatever) in the user list if a user has a bagde for that particular tag. (Perhaps also if he exceeds 400 or 1000 upvotes for a *set of tags*, like 5 people now do on questions/tagged/c%23+.net)

  34. Jon Skeet says:

    @Jonik: Isn’t it pretty easy to tell the users with gold/silver badges for that tag? Just look at the numbers – if they’re 1000+, that means a gold badge; if they’re 400+, that means silver.

  35. Jonik says:

    @Jon: Yes, it’s pretty easy, but sometimes being explicit may be better than being implicit… Also, I bet many people who use SO less than you (or I) do not know of these magic numbers 400 and 1000. ;)

    (Regarding showing total numbers: that would be especially useful when there are more users with badges than fit in the top users list.)

  36. Paolo Bergantino says:

    I can honestly say this is hands down my favorite feature to come out of StackOverflow since I started using it. Very, very awesome. Thanks for doing this!

  37. Zifre says:

    I love this new feature. I’m on the list for at least 5 tags. :) It would be nice if in my profile it would list the tags that I am on the list for.

  38. Paolo Bergantino says:

    Thinking about it some, I think there should be a Gold Badge for being the all-time leader of a popular tag. This would obviously be taken away if someone ever passes you. You can define popular however you want, but I think it is way more noteworthy to be all time leader in a tag than to have posted a xkcd comic this one time in a question.

  39. Jon Skeet says:

    @Paolo: While I see your point, I’m not sure it’s a really good idea – you’re already likely to have a gold badge for that topic anyway. It would be the first badge (that I’m aware of) that could be removed, too. (Does Populist get taken away if the accepted answer changes?)

    I’d also add that it would be slightly silly in my case. Currently I have 11 gold badges… and this would add an extra 38 (if all the tags in the first page of the list on my user profile counted as “popular”). Does *anyone* really want that to happen? It feels like double-counting to me, particularly as a lot of the time there’d be similar tags which gained votes from the same question.

    Jon

  40. Paolo Bergantino says:

    @Jon: Well by popular tag I meant something a little more exclusive – something like the top 25 tags in the site maybe or tags with 2500+ questions or something. So it’d only be introducing a new 25 gold badges or so, growing with the site. While it is true that most of the time the user will already have a gold badge for that tag, being the all time leader is a distinction that becomes more important the more the site grows. I mean, as it is right now, c# already has 5 gold badges and a whopping 30 silver badges. Being the leader of the pack screams a badge.

    Full disclosure: I am a little biased as I currently have no Gold badges and would gain 3, maybe 4 from this. I do think the double counting is a valid concern, but as far as badges go I think this would be about as deserved as it gets, especially considering that Gold badges are almost never awarded for actual programming knowledge (http://stackoverflow.uservoice.com/pages/1722-general/suggestions/165033-gold-badges-are-virtually-never-awarded-for-real-questions).

    All that being said, I don’t see Jeff doing this, but it’d be nice. Aside from that, I do think there needs to be a lot of new badges – not gold but silver and bronze badges for simple things like first accepted answer to things like X total accepted answers, etc. As silly as they are badges are a driving factor for a lot of people and there’s a lot of wasted “events” without a badge right now.

  41. Cletus says:

    I like this feature but the placement is rather awkward and not terribly intuitive. There should at least be another path to get to it. Perhaps a stats page that lists tags and then you can click on them (or type to select as per the normal tags page)?

    The reason I say this is my sort order of questions is always Newest. To go to, say, the java stats page I have to go:

    - Click on a java tag;
    - Click on the ’stats’ tab;

    But then if I click on Questions my list is now sorted by Votes for some reason so I have to click on Newest again. It’s kind of irritating.

    As an alternative, maybe the tags page should have two settings/views: questions and stats, rather than the stats being a tab on questions, which is more odd now that I think about it: the rest of the tabs affect sort order of questions. Stats is unrelated. It just seems to have been put there for lack of anywhere else to put it.

    Like I said: I like the feature and the changes coming but the UI (imho) needs tweaking and it should be easier to get to with less/no side effects.

  42. Jeff Atwood says:

    Cletus, good feedback. I agree.

    I added answer counts to the tag stats just now, as well as tooltips for the numbers.

    We also cache the queries so subsequent runs should be faster.

    I plan to add the “who created this tag and when” too but that’ll have to wait until tomorrow.

  43. Bill the Lizard says:

    It looks like we lost the current user in the update to include the top askers.

  44. Bill the Lizard says:

    Scratch that last comment. I don’t know what I was looking at.

  45. nobody_ says:

    @Bill

    No, you were right. I think it has something to do with the caching. For example, when I visit the stats for the “php” tag, I see at the bottom of “Top php answerers” the user Magic Hat, where instead I should see my own username and stats (as I know that I’ve answered a few PHP questions).

  46. Jeff Atwood says:

    oh, yeah. bug. I forgot there was user-specific info in there :P I’ll fix it, and add the tag metadata.

Leave a Reply