[Wikidata-bugs] [Maniphest] T355875: Collect statistics about unlinked pages from Wikimedia Wikis

2024-01-29 Thread Michael
Michael closed this task as "Resolved".
Michael claimed this task.
Michael added a subscriber: Manuel.
Michael added a comment.
Restricted Application added a project: User-Michael.


  The data in 
https://analytics.wikimedia.org/published/datasets/wmde-analytics-engineering/Wikidata/WD_percentUsage/
 seems to be more-or-less exactly what we were looking for in this task. Thank 
you for pointing us to it, @Manuel!
  
  I'm resolving this for now. We can open up a new task when we have more 
specific needs.

TASK DETAIL
  https://phabricator.wikimedia.org/T355875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Manuel, Bugreporter, Aklapper, Michael, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T355875: Collect statistics about unlinked pages from Wikimedia Wikis

2024-01-26 Thread Michael
Michael added a comment.


  In T355875#9489926 , 
@Bugreporter wrote:
  
  > Some statistics is provided in 
https://wikidata-todo.toolforge.org/duplicity/.
  
  Ah, there's some interesting data there! Thank you 🙏

TASK DETAIL
  https://phabricator.wikimedia.org/T355875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Bugreporter, Aklapper, Michael, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T355875: Collect statistics about unlinked pages from Wikimedia Wikis

2024-01-25 Thread Bugreporter
Bugreporter added a comment.


  Some statistics is provided in https://wikidata-todo.toolforge.org/duplicity/.

TASK DETAIL
  https://phabricator.wikimedia.org/T355875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Bugreporter
Cc: Bugreporter, Aklapper, Michael, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T355875: Collect statistics about unlinked pages from Wikimedia Wikis

2024-01-25 Thread Michael
Michael updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T355875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Aklapper, Michael, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T355875: Collect statistics about unlinked pages from Wikimedia Wikis

2024-01-25 Thread Michael
Michael updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T355875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Aklapper, Michael, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T355875: Collect statistics about unlinked pages from Wikimedia Wikis

2024-01-25 Thread Michael
Michael created this task.
Michael added projects: Wikidata, Wikidata Analytics, Wikidata Integration in 
Wikimedia projects.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  For almost every Wikimedia wiki, we want the number of pages without sitelink 
to Wikidata in the main namespace both as an absolute number and as a fraction 
of the total number of pages in the main namespace.
  
  Example SQL code to get the number pagse without a sitelink in the main 
namespace on a given wiki:
  
SELECT COUNT(*) 
FROM `page_props`
WHERE pp_propname = "unexpectedUnconnectedPage" 
AND pp_value = 0; 
  
  **Acceptance criteria:**
  
  [ ] An initial collection of the data has been made
- in the future, we may want to have the data to be continuously collected 
and displayed, for example on Grafana
  
  **Open Questions:**
  
  - Which wikis do we want to exclude?
- Wikidata and commons obviously do not make sense
- also test-wikis if they're easy to exclude
- any others?
  - Are there wikis where namespaces other than the main namespace are 
interesting?
  - Wiktionaries don't usually use sitelinks in the classic sense and rather 
use Cognate, do we still want to include them here?

TASK DETAIL
  https://phabricator.wikimedia.org/T355875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Aklapper, Michael, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org