Difference between revisions of "Wiki"

From
Jump to: navigation, search
m (Artificial Intelligence)
m (MediaWiki)
Line 20: Line 20:
  
 
* [http://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Artificial_Intelligence_to_build_and_navigate_content Artificial Intelligence to build and navigate content]
 
* [http://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Artificial_Intelligence_to_build_and_navigate_content Artificial Intelligence to build and navigate content]
* [https://wikimediafoundation.org/news/2019/07/18/designing-ethically-with-ai-how-wikimedia-can-harness-machine-learning-in-a-responsible-and-human-centered-way/ Designing ethically with AI: How Wikimedia can harness machine learning in a responsible and human-centered way | Jonathan T. Morgan]
+
* [http://wikimediafoundation.org/news/2019/07/18/designing-ethically-with-ai-how-wikimedia-can-harness-machine-learning-in-a-responsible-and-human-centered-way/ Designing ethically with AI: How Wikimedia can harness machine learning in a responsible and human-centered way | Jonathan T. Morgan]
 +
* [http://wikimediafoundation.org/news/2019/04/03/can-machine-learning-uncover-wikipedias-missing-citation-needed-tags/ Can machine learning uncover Wikipedia’s missing “citation needed” tags? | M. Redi, J. Morgan, D. Taraborelli and B. Fetahu]
  
 
== MediaWiki Web APIs ==
 
== MediaWiki Web APIs ==

Revision as of 20:06, 10 August 2020

Youtube search... ...Google search

MediaWiki

MediaWiki Web APIs

MediaWiki action API

API Sandbox

  • API sandbox to experiment with the MediaWiki web service API

Wikidata

  • Wikidata ...consists of several such modules running on Wikidata wiki that let you query and manipulate language-independent information. Wiki + Wikibase

RecentChange events EventStreams

RESTBase content API

This provides developers code-level access to the entire Wikipedia reference. The goal of this API is to provide direct, high-level access to the data contained in the MediaWiki databases. Client programs can use the API to login, get data, and post changes. The API supports thin web-based JavaScript clients, such as Navigation popups or LiveRC, end-user applications (such as vandal fighter), and can be accessed by another web site (tool server's utilities). The API uses RESTful calls and supports a wide variety of formats including XML, JSON, PHP, YAML and others. Wikipedia REST API | Programmable Web

Bots

JavaScript


Wikipedia API Coding Challenge #75

In this coding challenge, I attempt to make a “Wikipedia web crawler” in JavaScript. It randomly crawls from topic to topic on Wikipedia using the API and the p5.js library.

Python

Pywikibot

Web Scraping

...with Python and Beautiful Soup

...DBpedia

In this talk, the speaker will demonstrate how to build a searchable knowledge graph from scratch. Lots of python tools will be applied during the process. The process includes data wrangling, graph entity indexing, full text search and web visualization. The data sources are from DBpedia.org. Enormous amount of entities are collected and stored to graph database for relationship querying and full text search engine for searching. In the web visualization, a searchable interface and visualized result demonstrate the knowledgable information to customer. Jimmy Lai

Wikipedia Search using Python

Writing Wikipedia articles by the million

Google Sheets

Semantic MediaWiki (SMW)


Tutorial

BPMN / GANTT | Yaron Koren - WikiWorks

MediaWiki extension Cargo