User:Yug/Wikimania2019
French, English, Chinese speaker working to record languages. I got a WM-fr grant to be at Wikimania 2019. See also :
- http://lingualibre.fr -- Lingua Libre App
- wikimania:2019:Languages/LinguaLibre.fr -- presentations
Wikimedia Hackthon
[edit]Going to
[edit]Track | Place | Date | Item |
---|---|---|---|
PARTNERSHIPS | Södra Huset - Ostrom - D307 | Friday 13:00 - 14:00 | Everyone gets one - Wikibase and the Wikibase Ecosystem |
EDUCATION | Allhuset - - | Friday 13:00 - 13:45 | Intro to the Education Space: Wikimedia & SDG 4 |
Social | Stockholm Univ | Friday 14:30 - 15:00 | Break |
LANGUAGES | Södra Huset - Maathai - B5 | Friday 15:00 - 15:30 | How to sustain your language online |
EDUCATION | Yousafzai - - | Friday 16:15 - 16:45 | Advancing Minority Languages through Wikimedia projects in Educational Settings |
Social | Friday 17:00 - 20:00 | Welcome Reception | |
Clarion Hotel Amaranten : Room Ray | Friday 21:00 - ..:00 | Meet-up Wiktionary - | |
Saturday :00 - :00 | |||
LANGUAGES | Södra Huset : Menchú | Saturday 16:00 - 17:00 | LinguaLibre |
recording | Quiet room | Saturday 17:00 - 18:00 | German recording |
meetup | Clarion Hotel Amaranten : | Saturday 20:00 - 21:00 | Revitalization of Aboriginal Languages of Taiwan |
Sunday :00 - :00 | |||
Sunday :00 - :00 | |||
recording | Quiet room | Sunday 13:00 - 14:00 | /swadesh Amharic is recorded ! |
LANGUAGES | B847 | Sunday 15:00 - 15:30 | Lightning talk : LinguaLibre |
Social | Aula Magna | Sunday 16:00 - 18:00 | Closing ceremony |
- 15h - 15h30
Wikidata lexemes - Södra Huset : Menchú
- 16h - 16h45
LinguaLibre - Södra Huset : Menchú I do the conference, don't forget to come !!
- 16h45 - 17h30
Luganda Wikipedia - Södra Huset : Menchú
- 17h30 - 19h
POSTER SESSION & BBQ - in the Allhuset
WEDNESDAY
[edit]Wikimedia cloud
[edit]- https://toolsadmin.wikimedia.org/tools/id/wikiatlas2014 --
- https://tools.wmflabs.org/openstack-browser --
- https://tools.wmflabs.org/sal/tools -- projects' history
- phabricator.wikimedia.org/project/view/2875 -- request new project
- -- dumps.wikimedia.org -- dumps
- https://wikitech.wikimedia.org/wiki/Main_Page --
- https://en.wikipedia.org/w/api.php?action=parse&prop=wikitext&page=Wikimania&format=json
- https://github.com/desinqs/sighseer-map : Demo app with leaflet map, wikimedia query and points visualisation.
MediaWiki APIs
[edit]Presentation detail : https://phabricator.wikimedia.org/T227577
- API:Main_page
- https://codepen.io/hugolpz/pen/ByoKOK -- code sample
- https://www.mediawiki.org/wiki/API:Etiquette : best practices
- Getting dirty with #MediawikiAPI. This code append text to a page on a test wikipedia.
https://paws.wmflabs.org/paws/user/Yug/notebooks/wmApiEdit.py.ipynb
- https://commons.wikimedia.org/wiki/File:Wikimedia_APIs.pdf
- https://wikitech.wikimedia.org/wiki/Help:Toolforge/My_first_NodeJS_OAuth_tool
- SOURCE :
import requests # GENERAL PARAMETER S = requests.Session() URL = "https://test.wikipedia.org/w/api.php" # QUERY TOKEN PARAMS_1 = { "action": "query", "meta": "tokens", "format": "json" } R = S.get(url=URL, params=PARAMS_1) DATA = R.json() CSRF_TOKEN = DATA['query']['tokens']['csrftoken'] # POST AN EDIT PARAMS_3 = { "action": "edit", "title": "Wikimania2019", "token": CSRF_TOKEN, "format": "json", "appendtext": "You got hacked by {ME (put your name)} !!!" } R = S.post(URL, data=PARAMS_3) #PRINT RESPONSE DATA = R.json() print(DATA
THIRSDAY
[edit]Wikidatainfoboxes
[edit]Brief history of Taiwanese population migratons : - 20,000 years ago : austronesians - 1600s : Chinese on the West - 1900s : mountains and East - Chinese languages pressed upon them - 2000s : governments support native languages
Revitalization of Taiwanese aboriginal Languges - 15 languages - 15 wikipedias - Create a community of shared native knowledge.