User

Difference between revisions of "Yug/Sprints"

< User:Yug

(update.)
Line 38: Line 38:
 
[[LinguaLibre:Jargon]] (draft),
 
[[LinguaLibre:Jargon]] (draft),
 
[[LinguaLibre:Workshops]] (draft),
 
[[LinguaLibre:Workshops]] (draft),
Remove existing frequencylist (ongoing)
+
Remove existing frequencylist (ongoing),
 +
Gentle call to <code>cat</code> community,
 +
Review of [[Special:ActiveUsers]] and userpage tagging,
 
|-
 
|-
 
| Planed ||
 
| Planed ||
Line 49: Line 51:
 
# lighter Github coordination.
 
# lighter Github coordination.
 
|}
 
|}
 +
 +
<!--
 +
<query>
 +
SELECT ?locutor ?locutorLabel ?genderLabel ?nb WHERE {
 +
  {
 +
    SELECT ?locutor (COUNT(?record) as ?nb)
 +
    WHERE {
 +
        ?record prop:P2 entity:Q2 .        # Q2: record, P2: instance of.
 +
        ?record prop:P5 ?locutor .          # Property:P5: speaker
 +
    }
 +
    GROUP BY ?locutor
 +
    ORDER BY DESC(?nb)
 +
    LIMIT 50
 +
  }
 +
  ?locutor prop:P8 ?gender .
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
 +
    ?locutor rdfs:label ?locutorLabel .
 +
    ?gender rdfs:label ?genderLabel .
 +
  }
 +
}
 +
ORDER BY DESC(?nb)</query>
 +
-->

Revision as of 19:43, 9 March 2021

Date Sprints
2020

MediaWiki:Gadget-RecentNonAudio.js, {{User details}}, MediaWiki:Common.css, Help:Download_datasets, {{Lingua Libre scripts}},

2021/01-02

Technical > Github Winter 20-21 review, {{Userbox-records}} and serie, Github general cleanup ends, SignIt Firefox app taking back control fix republish, /datasets/ investigation and fix (partial), Wiki Meet India, Lingualibre:Events completion & template usage, LinguaLibre:Technical board creation, LinguaLibre:Bot creation, ratelimit investigation {{User ratelimit}} and mentoring users for autopatrol rights, phabricator medium clean up, LinguaLibre:List of languages, ‎ UNILEX review & Help:How to create a frequency list? revamp, List:Ron/*, List:Kur/*, Convert 1,000 UNILEX lists to LL's # {item} format

2021/03-…

Create User:Dragons Bot account, use Wikiapi JS to code bot script lilists.js → works ! Contribuling INALCO–LinguaLibre (03/02), Wikidata Lexeme–LinguaLibre (03/03), refactor unilex-extended git submodule. Unicode–LinguaLibre (03/04), {{Recommended lists}}, LinguaLibre:Language codes systems used across LinguaLibre, Marathi lists by letter code & run bot, LinguaLibre:Jargon (draft), LinguaLibre:Workshops (draft), Remove existing frequencylist (ongoing), Gentle call to cat community, Review of Special:ActiveUsers and userpage tagging,

Planed
  1. UNILEX-Lingualibre: clean up ; Reaction / strategy.
  2. INALCO–LinguaLibre: clean up ; Reaction / strategy.
  3. Wikidata–LinguaLibre: clean up ; Reaction / strategy.
  4. event coordination with Eavq,
  5. Adelaide and Taiwan Universities.
  6. create and define LinguaLibre:NewsLetter,
  7. lighter Github coordination.