https://github.com/aaronpeikert/wiki-trends

This is the endproduct of a seminar on data visualization, showing views per day of a set of wikipedia articles.

https://github.com/aaronpeikert/wiki-trends

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

This is the endproduct of a seminar on data visualization, showing views per day of a set of wikipedia articles.

Basic Info
  • Host: GitHub
  • Owner: aaronpeikert
  • License: mit
  • Language: R
  • Default Branch: master
  • Size: 27.7 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed over 6 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
if(!requireNamespace("pacman"))install.packages("pacman")
pacman::p_load("fs",
               "tidyverse",
               "psych",
               "lubridate",
               "here",
               "tsibble",
               "pdc",
               "cowplot",
               "patchwork",
               "ragg")
pacman::p_load_gh("Ironholds/pageviews@d32c629")
dir_walk(here("R"), source)
```

# Wiki Trends




You find [over here](https://aaronpeikert.github.io/wiki-trends/) the endproduct of a seminar on data visualization, showing views per day of a set of wikipedia articles.

```{r, fig.width = 16, fig.height = 9, dpi = 300}
articles <- c(
  "Alcohol",
  "Nicotine",
  "Caffeine",
  "Cannabis",
  "Methamphetamine",
  "Cocaine",
  "Heroin",
  "Ecstasy",
  "Fentanyl"
)
get_articles(articles, ymd("2015-01-01"), ymd("2019-12-31")) %>%
  remove_outliers() %>%
  extract_trend() %>%
  add_dates() %>%
  extract_wday_trend() %>%
  extract_year_trend() %>%
  remove_pattern() %>%
  add_cluster(nclust = 3) %>%
  plot_final()
```

[![Creative Commons Attribution 2.0 Generic License](https://i.creativecommons.org/l/by/2.0/80x15.png) This work is licensed under a Creative Commons Attribution 2.0 Generic License.](http://creativecommons.org/licenses/by/2.0/)

Owner

  • Name: Aaron Peikert
  • Login: aaronpeikert
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 24
  • Total Committers: 1
  • Avg Commits per committer: 24.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Aaron Peikert a****t@p****e 24
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • aaronpeikert (1)
Top Labels
Issue Labels
Pull Request Labels