Difference between revisions of "ISSS608 2016-17 T1 Assign2 YANG Yuwei"
(04) |
(11) |
||
Line 1: | Line 1: | ||
== Abstract == | == Abstract == | ||
+ | Using Wikipedia as a teaching tool is an activity that goes beyond a simple addition to the teaching repertoire, and allows contributing to our society through service learning and participation in an online community of practice. Contributing to Wikipedia benefits students, instructors and the wider community. In this project, I’d like to construct visualization to make our readers easily understand the situation of using Wikipedia. | ||
+ | Reference:http://firstmonday.org/article/view/3583/3313 | ||
== Theme and Problems == | == Theme and Problems == | ||
+ | In this project, I will focus on the situation of using Wikipedia. | ||
+ | Based on the theme, I will discuss some question as follow: | ||
+ | * What kind of people use Wikipedia? | ||
+ | * What kind of people use Wikipedia? | ||
+ | * What kind of issue is people regards as important in Wikipedia? | ||
+ | * Will people who used Wiki recommend other people to use Wiki in the future? | ||
+ | * Will people be influenced by people around? | ||
+ | * Why people do not use Wiki? | ||
== Dataset == | == Dataset == | ||
+ | === Data description === | ||
+ | The dataset I used is from UCI, named [https://archive.ics.uci.edu/ml/datasets/wiki4HE wiki4HE] which is a research on university faculty perceptions and practices of using Wikipedia as a teaching resource. It contains 913 instances and 53 attributes, which includes the information of the interviewee (demographic questions) and the perception about Wikipedia of interviewee (Likert scale questions). | ||
+ | === Data preparation === | ||
+ | In order to get easier to explore the data and build visualizations, I want to reshape the data. | ||
+ | |||
+ | Notice that there is a separate row for each question in the survey and that the ID, Age, Gender, PhD or Not, University and Domain data is repeated for each survey interviewee. This is what is called “normalized” data. | ||
== Approaches == | == Approaches == | ||
== Tool Utilized == | == Tool Utilized == | ||
== Conclusion == | == Conclusion == |
Revision as of 00:24, 26 September 2016
Contents
Abstract
Using Wikipedia as a teaching tool is an activity that goes beyond a simple addition to the teaching repertoire, and allows contributing to our society through service learning and participation in an online community of practice. Contributing to Wikipedia benefits students, instructors and the wider community. In this project, I’d like to construct visualization to make our readers easily understand the situation of using Wikipedia. Reference:http://firstmonday.org/article/view/3583/3313
Theme and Problems
In this project, I will focus on the situation of using Wikipedia. Based on the theme, I will discuss some question as follow:
- What kind of people use Wikipedia?
- What kind of people use Wikipedia?
- What kind of issue is people regards as important in Wikipedia?
- Will people who used Wiki recommend other people to use Wiki in the future?
- Will people be influenced by people around?
- Why people do not use Wiki?
Dataset
Data description
The dataset I used is from UCI, named wiki4HE which is a research on university faculty perceptions and practices of using Wikipedia as a teaching resource. It contains 913 instances and 53 attributes, which includes the information of the interviewee (demographic questions) and the perception about Wikipedia of interviewee (Likert scale questions).
Data preparation
In order to get easier to explore the data and build visualizations, I want to reshape the data.
Notice that there is a separate row for each question in the survey and that the ID, Age, Gender, PhD or Not, University and Domain data is repeated for each survey interviewee. This is what is called “normalized” data.