Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalabasa/wikawik-archive
[repo moved] Wikawik is an interactive visualization of the numerous languages spoken in the Phlippines.
https://github.com/kalabasa/wikawik-archive
languages philippines visualization
Last synced: 6 days ago
JSON representation
[repo moved] Wikawik is an interactive visualization of the numerous languages spoken in the Phlippines.
- Host: GitHub
- URL: https://github.com/kalabasa/wikawik-archive
- Owner: Kalabasa
- Archived: true
- Created: 2020-07-11T18:54:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T14:32:49.000Z (almost 1 year ago)
- Last Synced: 2024-11-07T03:04:02.584Z (6 days ago)
- Topics: languages, philippines, visualization
- Language: JavaScript
- Homepage: https://kalabasa.github.io/wikawik
- Size: 710 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![banner](https://kalabasa.github.io/wikawik/images/preview.png)
# Wikawik
Wikawik is an interactive visualization of the numerous languages spoken in the Phlippines.
[Go to the app](https://kalabasa.github.io/wikawik/)
![banner](https://kalabasa.github.io/wikawik/images/app.png)
## How to use
- Zoom and pan the map around to navigate.
- Click on a person marker on the map to view details about the language and the locality.
- Use the search bar to change the translated phrase.## How to contribute
- Use the Feedback form for errors and general feedback.
- Use the Contribute form for adding translations.
- Or make a PR directly in data directory## How to run
- Using a simple local HTTP server, serve the `viz` directory (e.g., `npx serve viz`).
- Open local server in a web browser at path `/`.## Methodology
Data is obtained from the following sources:
- Language statistics from Philippine Statistics Authority 2010 Census.
- Manual data massaging of PSA data with the help of the Atlas Filipinas from Komisyon sa Wikang Filipino, and Ethnologue, Glottolog, and other sources. This involved merging of dialects into languages, splitting of vague grouped languages into specific languages, and consolidation of different spellings and language aliases.
- Language metadata obtained from Wikipedia and KWF Atlas Filipinas.
- Province and locality metadata information from Wikipedia.The exact methodology is encoded in script form. See `/dataget/` for more information.