Outline of Wikipedia

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Wikipediafree, web-based, collaborative, multilingual encyclopedia project supported by the non-profit Wikimedia Foundation. Its more than 20 million articles (over 2.33 million in English) have been written collaboratively by volunteers around the world. Almost all of its articles can be edited by anyone with access to the site,[1] and it has about 100,000 regularly active contributors.[2]

<templatestyles src="Template:TOC limit/styles.css" />

What type of thing is Wikipedia?

  • Reference work – compendium of information, usually of a specific type, compiled in a book for ease of reference. That is, the information is intended to be quickly found when needed. Reference works are usually referred to for particular pieces of information, rather than read beginning to end. The writing style used in these works is informative; the authors avoid use of the first person, and emphasize facts.
    • Encyclopedia – type of reference work or compendium holding a comprehensive summary of information from either all branches of knowledge or a particular branch of knowledge.[3] Encyclopedias are divided into articles or entries, which are usually accessed alphabetically by article name.[4] Encyclopedia entries are longer and more detailed than those in most dictionaries.[4]
  • Database – organized collection of data. The data is typically organized to model aspects of reality in a way that supports processes requiring information. For example, modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies.
    • Online database – database accessible from a network, including from the Internet (such as on a web page).
  • Website – collection of related web pages containing images, videos or other digital assets. A website is hosted on at least one web server, accessible via a network such as the Internet or a private local area network through an Internet address known as a Uniform Resource Locator. All publicly accessible websites collectively constitute the World Wide Web.
    • Wiki – website that allows the creation and editing of any number of interlinked web pages via a web browser using a simplified markup language or a WYSIWYG text editor.[5][6][7] Wikis are typically powered by wiki software and are often developed and used collaboratively by multiple users. Examples include community websites, corporate intranets, knowledge management systems, and note services. The software can also be used for personal notetaking.
  • Community – group of interacting people with social cohesion, who may share common values.
    • Community of action – community in which participants endeavor collaboratively to bring about change.
    • Community of interest – community of people who share a common interest or passion. These people exchange ideas and thoughts about the given passion, but may know (or care) little about each other outside of this area. The common interest on Wikipedia is knowledge.
    • Community of purpose – community that serves a functional need, smoothing the path of the member for a limited period surrounding a given activity. For example, researching a topic on Wikipedia.org, buying a car on autobytel.com, or antique collectors on icollector.com or individual.
    • Virtual community – social network of individuals who interact through specific media, potentially crossing geographical and political boundaries in order to pursue mutual interests or goals.
      • Online community – virtual community that exists online and whose members enable its existence through taking part in membership ritual. An online community can take the form of an information system where anyone can post content, such as a Bulletin board system or one where only a restricted number of people can initiate posts, such as Weblogs.
        • Wiki community – users, especially the editors, of a particular wiki.
  • Collective memory – shared pool of information held in the memories of two or more members of a group.

Implementation of Wikipedia

  • Structure of Wikipedia
    • List of Wikipedias – Wikipedia is implemented in many languages. As of August 2015, there were 291 Wikipedias.[8]
    • Logo of Wikipedia – unfinished globe constructed from jigsaw pieces—some pieces are still missing at the top—inscribed with glyphs from many different writing systems.
    • Articles – written works published in a print or electronic medium. Each Wikipedia is divided into many articles, with each article focusing on a particular topic.
      • Types of articles on Wikipedia
        • Prose articles –
        • Lists –
          • Item lists –
          • Article indexes (on the English Wikipedia) –
          • Outlines (on the English Wikipedia) –
  • Content management on Wikipedia – processes for the collection, managing, and publishing of information on Wikipedia
    • Deletionism and inclusionism in Wikipedia – opposing philosophies of editors of Wikipedia concerning the appropriate scope of the encyclopedia, and the appropriate point for a topic to be included as an encyclopedia article or be "deleted".[9]
    • Notability in English Wikipedia – metric used to determine topics meriting a dedicated encyclopedia article.[10] It attempts to assess whether a topic has "gained sufficiently significant attention by the world at large and over a period of time"[10] as evidenced by significant coverage in reliable secondary sources that are independent of the topic.[11]
    • Reliability of Wikipedia – Wikipedia is open to anonymous and collaborative editing, so assessments of its reliability usually include examinations of how quickly false or misleading information is removed. An early study conducted by IBM researchers in 2003—two years following Wikipedia's establishment—found that "vandalism is usually repaired extremely quickly — so quickly that most users will never see its effects"[12] and concluded that Wikipedia had "surprisingly effective self-healing capabilities".[13]
    • Vandalism on Wikipedia – the act of editing the project in a malicious manner that is intentionally disruptive. Vandalism includes the addition, removal, or other modification of the text or other material that is either humorous, nonsensical, a hoax, spam or promotion of a subject, or that is of an offensive, humiliating, or otherwise degrading in nature. There are various measures taken by Wikipedia to prevent or reduce the amount of vandalism.
    • Wiki magic – described by Jimmy Wales as a phenomenon whereby an author may write the beginnings of an article at the end of the day, only to wake up in the morning and find the stub converted into a much more substantial article.
  • Computer technology that makes Wikipedia work:
    File:Wikimedia Foundation Servers-8055 05.jpg
    Servers installed in Ashburn, Virginia (US)
    • Hardware
      • Computers – general purpose devices that can be programmed to carry out sets of arithmetic or logical operations automatically. A computer that is used to host server software is called a "server". It takes many servers to make Wikipedia available to the world. These servers are run by the WikiMedia Foundation.[14]
    • Software – Wikipedia is powered by the following software on WikiMedia Foundation's computers (servers). It takes all of these to make Wikipedia pages available on the World Wide Web:
      • Operating systems used on WikiMedia Foundation's servers:
        • Ubuntu Server – used on all Wikipedia servers except those used for image file storage
        • Solaris – used on Wikipedia's image file storage servers
      • MediaWiki – main web application that makes Wikipedia work. It's a free web-based wiki software application developed by the Wikimedia Foundation (WMF), written in PHP, that is used to run all of WMF's projects, including Wikipedia. Numerous other wikis around the world also use it.
      • Content storage – Wikipedia's content (it's articles and other pages) are stored in MariaDB databases.[15] WikiMedia Foundation's wikis are grouped into clusters, and each cluster is served by several MariaDB servers, in a single-master configuration.
      • Distributed object storage – distributed objects are software modules that are designed to work together, but reside either in multiple computers connected via a network. One object sends a message to another object in a remote machine to perform some task.
      • Proxy servers – act as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server and the proxy server evaluates the request as a way to simplify and control its complexity. Proxies were invented to add structure and encapsulation to distributed systems. Today, most proxies are web proxies, facilitating access to content on the World Wide Web. The proxy servers used for Wikipedia are:
        • For serving up HTML pages – Squid and Varnish caching proxy servers in front of Apache HTTP Server. Apache processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web.
        • For serving up image files – Squid and Varnish caching proxy servers in front of Sun Java System Web Server
        • DNS proxies – WikiMedia Foundation's DNS proxy servers run PowerDNS. It's a DNS server program that runs under Unix (including Ubuntu). DNS stands for "domain name system".
        • Load balancing
          • Linux Virtual Server (LVS) &ndash Wikipedia uses LVS on commodity servers to load-balance incoming requests. LVS is also used as an internal load balancer to distribute MediaWiki and Lucene back-end requests.
          • PyBal – Wikimedia Foundation's own system for back-end monitoring and failover.
      • Caching
        • Memcached – Wikipedia uses Memcached] for caching of database query and computation results.
      • For full-text search – Wikipedia uses Lucene, with extensive customization contributed by Robert Stojnic.
      • Wikimedia configuration files [16]
    • Setting up Wikipedia on a home computer

Wikipedia community

  • Community of Wikipedia – loosely-knit network of volunteers, sometimes known as "Wikipedians", who make contributions to the online encyclopedia, Wikipedia. A hierarchy exists whereby certain editors are elected to be given greater editorial control by other community members.
    • Volunteering – altruistic activity, intended to promote good or improve human quality of life, but people also volunteer for their own skill development, to meet others, to make contacts for possible employment, to have fun, and a variety of other reasons that could be considered self-serving. Volunteerism is the act of selflessly giving your life to something you believe free of pay. Wikipedia is written entirely by volunteers.
      • Virtual volunteering – working on a task on-line, off-site from the organization being assisted, without the requirement or expectation of being paid, using a computer or other Internet-connected device. Wikipedia is developed on-line by contributors using their web browsers.
        • Micro-volunteering – tasks done by a volunteer, or a team of volunteers, without payment, either online or offline in small increments of time.
    • Motivations of Wikipedia contributors – article includes various studies about the motivations of Wikipedia contributors.
    • Arbitration Committee (ArbCom) – panel of editors elected by the Wikipedia community that imposes binding rulings with regard to disputes between editors of the online encyclopedia.[17] It acts as the court of last resort for disputes among editors.[18]
    • Wikipedia Signpost – on-line community-written and community-edited newspaper, covering stories, events and reports related to Wikipedia and the Wikimedia Foundation sister projects.

Diffusion of Wikipedia

  • Diffusion – process by which a new idea or new product is accepted by the market. The rate of diffusion is the speed that the new idea spreads from one consumer to the next. In economics it is more often named "technological change".
    • Diffusion of innovations – process by which an innovation is communicated through certain channels over time among the members of a social system.
  • List of Wikipedias – Wikipedia has spread around the world, being made available to people in their native tongues. As of July 2011, there were 282 Wikipedias.

Websites that use Wikipedia

Websites that mirror Wikipedia

Wikipedia derived encyclopedias

Parodies of Wikipedia

Wikipedia-related media

  • Wikipedia Signpost – on-line community-written and community-edited newspaper, covering stories, events and reports related to Wikipedia and the Wikimedia Foundation sister projects.

Books about Wikipedia

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Films about Wikipedia

Third-party software related to Wikipedia

  • DBpedia (from "DB" for "database") – database built from the structured content of Wikipedia, including infoboxes, etc. It is made available for free on the World Wide Web. DBpedia allows users to semantically query relationships and properties associated with Wikipedia resources, including links to other related datasets.
  • Kiwix – free program used to view Wikipedia offline (no Internet connection). This is done by reading the content of the project stored in a file of the ZIM format, which contains the compressed contents of Wikipedia. Kiwix is designed for computers without Internet access, and in particular, computers in schools in the Third World, where Internet service is scant.
  • WikiTaxonomy – hierarchy of classes and instances (an ontology) automatically generated from Wikipedia's category system
  • YAGO (Yet Another Great Ontology) – knowledge base developed at the Max Planck Institute for Computer Science in Saarbrücken. It is automatically extracted from Wikipedia and other sources. It includes knowledge about more than 10 million entities and contains more than 120 million facts about these entities.

Mobile apps

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

  • QRpediamobile Web based system which uses QR codes to deliver Wikipedia articles to users, in their preferred language.[26][27][28] The QRpedia server uses Wikipedia's API[26] to determine whether there is a version of the specified Wikipedia article in the language used by the device, and if so, returns it in a mobile-friendly format. If there is no version of the article available in the preferred language, then the QRpedia server performs a search for the article title on the relevant language's Wikipedia, and returns the results.
  • WikiNodes – app for the Apple iPad for browsing Wikipedia using a radial tree approach to visualize how articles and subsections of articles are interrelated. It is a visual array of related items (articles or sections of an article), which spread on the screen, as a spiderweb of icons.[29]

Reliability analysis programs

  • Wiki-Watch – free page analysis tool that automatically assesses the reliability of Wikipedia articles in English and German. It produces a five-level evaluation score corresponding to its assessment of reliability.[30]
  • Wikibu – assesses the reliability of German Wikipedia articles.[31][32] It was originally designed for use in schools to improve information literacy.[31]
  • WikiTrust – assesses the credibility of content and author reputation of wiki articles using an automated algorithm. WikiTrust is a plug-in for servers using the MediaWiki platform, such as Wikipedia.

General Wikipedia concepts

Politics of Wikipedia

History of Wikipedia

History of Wikipedia – Wikipedia was formally launched on 15 January 2001 by Jimmy Wales and Larry Sanger, using the concept and technology of a wiki pioneered by Ward Cunningham. Initially, Wikipedia was created to complement Nupedia, an online encyclopedia project edited solely by experts, by providing additional draft articles and ideas for it. Wikipedia quickly overtook Nupedia, becoming a global project in multiple languages and inspiring a wide range of additional reference projects.

  • Nupedia – the predecessor of Wikipedia. Nupedia was an English-language Web-based encyclopedia that lasted from March 2000[34] until September 2003. Its articles were written by experts and licensed as free content. It was founded by Jimmy Wales and underwritten by Bomis, with Larry Sanger as editor-in-chief.
  • Wayback Machine – digital time capsule created by the Internet Archive non-profit organization, based in San Francisco, California. The service enables users to see archived versions of web pages (including Wikipedia) across time, which the Archive calls a "three dimensional index". Internet Archive bought the domain waybackmachine.org for their own site. It is currently in its beta test.
  • Founders of Wikipedia
    • Larry Sanger – chief organizer (2001–2002) of Wikipedia. He moved on and founded Citizendium.[35][36]
    • Jimmy Wales – historically cited as a co-founder of Wikipedia, though he has disputed the "co-" designation, declaring himself the sole founder. Wales serves on the Board of Trustees of the Wikimedia Foundation, the non-profit charitable organization he helped establish to operate Wikipedia, holding its board-appointed "community founder" seat.
  • Academic studies about Wikipedia – In recent years there have been numerous academic studies about Wikipedia in peer-reviewed publications. This research can be grouped into two categories. The first analyzed the production and reliability of the encyclopedia content, while the second investigated social aspects, such as usage and administration. Such studies are greatly facilitated by the fact that Wikipedia's database can be downloaded without needing to ask the assistance of the site owner.[37]
  • Flagged revisions – software extension to the MediaWiki wiki software that allows moderation of edits to Wiki pages. It was developed by the Wikimedia Foundation for use on Wikipedia and similar wikis hosted on its servers. On June 14, 2010, English Wikipedia began a 2-month trial of a similar feature known as pending changes.[38] In May 2011, this feature was removed indefinitely from all articles, after a discussion among English Wikipedia editors.[39]

Wikipedia-inspired projects

  • Citizendium
  • Conservapedia
  • Knol
  • Scholarpedia
  • Uncyclopedia – satirical website that parodies Wikipedia. Its logo, a hollow "puzzle potato", parodies Wikipedia's globe puzzle logo, and it styles itself "the content-free encyclopedia", which is a parody of Wikipedia's slogan, "the free encyclopedia". The project spans over 75 languages. The English version has approximately 30,000 pages of content, second only to the Portuguese.

Wikipedia in culture

Wikipedia in culture

  • Wikiracing – game using the online encyclopedia Wikipedia which focuses on traversing links from one page to another.[40][41][42][43][44] The average number of links separating any two Wikipedia pages is 3.67.[45]

People in relation to Wikipedia

Critics of Wikipedia

Wikipedia Foundations and Organizations

  • Wikimedia Foundation – the non profit based in San Francisco, California, USA which was established to own and manage the trademarks and the servers for Wikipedia and its sister projects.

Wikipedia-related projects

Wikipedia's sister projects

  • Wikibooks – Wiki hosted by the Wikimedia Foundation for the creation of free content textbooks and annotated texts that anyone can edit.
  • Wikimedia Commons – online repository of free-use images, sound and other media files, hosted by the Wikimedia Foundation.
  • Wiktionary – multilingual, web-based project to create a free content dictionary, available in 158 languages, run by the Wikimedia Foundation.
  • Wikinews – free-content news source wiki and a project of the Wikimedia Foundation that works through collaborative journalism.
  • Wikiquote – freely available collection of quotations from prominent people, books, films and proverbs, with appropriate attributions.
  • Wikisource – online digital library of free content textual sources on a wiki, operated by the Wikimedia Foundation.
  • Wikispecies – wiki-based online project supported by the Wikimedia Foundation. Its aim is to create a comprehensive free content catalogue of all species and is directed at scientists, rather than at the general public.
  • Wikiversity – Wikimedia Foundation project which supports learning communities, their learning materials, and resulting activities.

Wikipedias by language

<templatestyles src="Div col/styles.css"/>

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found. Glossary of Library Terms. Riverside City College, Digital Library/Learning Resource Center. Retrieved on: November 17, 2007.
  4. 4.0 4.1 Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.(subscription required)
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. 10.0 10.1 Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. https://meta.wikimedia.org/wiki/Wikimedia_servers
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. http://noc.wikimedia.org/conf/
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. 26.0 26.1 Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. 31.0 31.1 Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Lua error in package.lua at line 80: module 'strict' not found.
  34. Lua error in package.lua at line 80: module 'strict' not found.
  35. 35.0 35.1 Lua error in package.lua at line 80: module 'strict' not found.
  36. 36.0 36.1 Lua error in package.lua at line 80: module 'strict' not found.
  37. Lua error in package.lua at line 80: module 'strict' not found.
  38. Lua error in package.lua at line 80: module 'strict' not found.
  39. Lua error in package.lua at line 80: module 'strict' not found.
  40. Lua error in package.lua at line 80: module 'strict' not found.
  41. Lua error in package.lua at line 80: module 'strict' not found.
  42. Lua error in package.lua at line 80: module 'strict' not found.
  43. Lua error in package.lua at line 80: module 'strict' not found.
  44. Lua error in package.lua at line 80: module 'strict' not found.
  45. Lua error in package.lua at line 80: module 'strict' not found.
  46. Lua error in package.lua at line 80: module 'strict' not found.
  47. Lua error in package.lua at line 80: module 'strict' not found.
  48. Lua error in package.lua at line 80: module 'strict' not found.
  49. Lua error in package.lua at line 80: module 'strict' not found.
  50. Lua error in package.lua at line 80: module 'strict' not found.
  51. Lua error in package.lua at line 80: module 'strict' not found.
  52. Lua error in package.lua at line 80: module 'strict' not found.
  53. Lua error in package.lua at line 80: module 'strict' not found.
  54. Lua error in package.lua at line 80: module 'strict' not found.
  55. Lua error in package.lua at line 80: module 'strict' not found.
  56. Lua error in package.lua at line 80: module 'strict' not found.

External links