All Projects → KevinPayravi → CiteUnseen

KevinPayravi / CiteUnseen

Licence: other
https://en.wikipedia.org/wiki/User:SuperHamster/CiteUnseen

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to CiteUnseen

wikipedia for humans
No description or website provided.
Stars: ✭ 44 (+238.46%)
Mutual labels:  wikipedia
ratewithscience
Rate things on arbitrary scales using big data and science!
Stars: ✭ 42 (+223.08%)
Mutual labels:  wikipedia
quickwiki
🌐 A Google Chrome extension that allows users to preview articles on Wikipedia and other wikis.
Stars: ✭ 18 (+38.46%)
Mutual labels:  wikipedia
xtools
A suite of tools to analyze page, user and project data of MediaWiki websites
Stars: ✭ 78 (+500%)
Mutual labels:  wikipedia
DiscordWikiBot
Discord bot for Wikimedia projects and MediaWiki wiki sites
Stars: ✭ 30 (+130.77%)
Mutual labels:  wikipedia
oabot
Adding links to full text in Wikipedia references
Stars: ✭ 33 (+153.85%)
Mutual labels:  wikipedia
entity-fishing
A machine learning tool for fishing entities
Stars: ✭ 176 (+1253.85%)
Mutual labels:  wikipedia
DroidShows
A Reboot of DroidSeries Offline TV Shows Tracker
Stars: ✭ 69 (+430.77%)
Mutual labels:  wikipedia
linkcount
Web program to see the number of links to a page in any Wikimedia project.
Stars: ✭ 26 (+100%)
Mutual labels:  wikipedia
whatis
WhatIs.this: simple entity resolution through Wikipedia
Stars: ✭ 18 (+38.46%)
Mutual labels:  wikipedia
wiki-tui
A simple and easy to use Wikipedia Text User Interface
Stars: ✭ 74 (+469.23%)
Mutual labels:  wikipedia
wikiapi
JavaScript MediaWiki API for node.js
Stars: ✭ 28 (+115.38%)
Mutual labels:  wikipedia
wikipedia-live-monitor
No description or website provided.
Stars: ✭ 19 (+46.15%)
Mutual labels:  wikipedia
pageviews
Pageviews Analysis tool for Wikimedia Foundation wikis
Stars: ✭ 95 (+630.77%)
Mutual labels:  wikipedia
wikiradio
A radio for Wikimedia Commons audio files
Stars: ✭ 14 (+7.69%)
Mutual labels:  wikipedia
Laosheng.top
老生常谈,节约您的搜寻时间。Laosheng.top 中国新闻云媒体,中央外宣与一带一路云媒体,五大洲的报纸、电视、通讯社;The Belt and Road Cloud Media。 解放军微博阵列,明星微博粉丝榜。中央有关部门大全,政府政协人大两院。中国千县地名图,联合国有关部门。 大萌望海楼,找法不用愁。中国法律体系概览,大萌法律读本。 老生常谈排行榜,难搜到的好网站。LSIP 大规模集成网页。😤
Stars: ✭ 21 (+61.54%)
Mutual labels:  wikipedia
pageviews.js
A lightweight JavaScript client library for the Wikimedia Pageviews API for Wikipedia and various of its sister projects for Node.js and the browser.
Stars: ✭ 24 (+84.62%)
Mutual labels:  wikipedia
TWLight
Library Card Platform for The Wikipedia Library
Stars: ✭ 55 (+323.08%)
Mutual labels:  wikipedia
small-open-datasets
A collection of automatically-updated, ready-to-use and open-licensed datasets
Stars: ✭ 32 (+146.15%)
Mutual labels:  wikipedia
Word2Vec-on-Wikipedia-Corpus
利用wikipedia中英文的語料訓練Word2vec模型
Stars: ✭ 18 (+38.46%)
Mutual labels:  wikipedia

Cite-Unseen

Cite Unseen is a JavaScript script for the English Wikipedia that automatically adds iconic indicators to citations to quickly convey the nature and bias of sources to readers.

This project was first developed by Kevin Payavi and Josh Lim. The project was started at the CredCon 2018 hackathon in Austin, Texas, and has received support from the Credibility Coalition and Knowledge Graph Working Group.

Links

Repository Overview

  • index.js - the script that runs on each Wikipedia page load. The script iterates over each citation on a Wikipedia article, pulls its external links, and compares them to the categorized domain data. The categorizedDomains and categorizedStrings objects need to be populated before running.
  • /scripts - various scripts used to scrape and generate data for Cite Unseen. Most of these scripts are rather crude with room for improvement.
  • /data - data files (see below for more)

Data Overview

  • data/categorized-domains.json - partial and full domains that are categorized by type (government, opinion, community news, etc.). In the script, each entry is prepended with a . and // before doing comparisons (e.g. an entry for wikipedia.org will be compared as .wikipedia.org and //wikipedia.org in the script, to account for cases like en.wikipedia.org and https://wikipedia.org).
  • data/categorized-strings.json - other strings that might appear as part of a domain (such as /opinion/ for finding opinion sources).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].