Difference between revisions of "Apple Crunch: Proposal"
Tllevan.2016 (talk | contribs) |
Tllevan.2016 (talk | contribs) |
||
Line 39: | Line 39: | ||
<!-- End of Problem & Motivation --> | <!-- End of Problem & Motivation --> | ||
− | + | ||
<br> | <br> | ||
Line 92: | Line 92: | ||
<!-- End of Data --> | <!-- End of Data --> | ||
− | |||
<br> | <br> | ||
Line 124: | Line 123: | ||
<!-- End of Related Work --> | <!-- End of Related Work --> | ||
− | |||
<br> | <br> | ||
Line 136: | Line 134: | ||
|- | |- | ||
! Chart !! Description and Analysis | ! Chart !! Description and Analysis | ||
+ | |- | ||
+ | | | ||
+ | <center>'''Visualisation Dashboard'''</center> | ||
+ | |||
+ | || | ||
+ | [[File:KickFinisher Visualisation Dashboard.png|800px|frameless|center]] | ||
+ | <br> | ||
+ | '''Methodology''' | ||
+ | * We would be using most of the data given from the dataset | ||
+ | * How the visualisation dashboard works is that, as the user interact with the tree map on the left hand side, the visualisation on the right hand side would be dynamically changed showing the users insights according to the users' interaction with the tree map | ||
+ | '''Purpose''' | ||
+ | * This is to allow users to explore the world of KickStarter in a lot more intuitive way | ||
+ | '''Pros''' | ||
+ | * Clearly show the data with all the necessary stats needed before anyone launch their kickstarter campaign | ||
+ | '''Cons''' | ||
+ | * Information might be cluttered, experimentation is needed | ||
|- | |- | ||
| | | | ||
<center>'''Word Cloud'''</center> | <center>'''Word Cloud'''</center> | ||
+ | || | ||
[[File:Word-cloud.jpg|frameless|center]] | [[File:Word-cloud.jpg|frameless|center]] | ||
− | |||
'''Data Used''' | '''Data Used''' | ||
* Titles of projects | * Titles of projects | ||
Line 155: | Line 169: | ||
'''Cons''' | '''Cons''' | ||
* Users might have difficulty in deciphering the size and comparing the size of one word with another | * Users might have difficulty in deciphering the size and comparing the size of one word with another | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
<!-- End of Charts --> | <!-- End of Charts --> | ||
− | |||
<br> | <br> | ||
Revision as of 23:45, 14 October 2018
Proposal
Problem and Motivation |
---|
Problem:
For many, acquiring enough finances to turn their idea into a business is a big issue so some would go for crowdfunding platforms as a means to obtain the required amount to start their business. Kickstarter is one of the more popular crowdfunding platform, but they have an "all or nothing" rule where the campaign cannot get the donated amount if it does not reach the goal set by the business. As of October 5th 2018, only about one in every three campaigns reach their funding goal, which means that most do not get the funding they need from Kickstarter.
Motivation:
There is a need to understand what makes a successful campaign. Are there any attributes that sets apart projects that are successful? The team would like to create several visualizations on kickstarter campaign data to analyze trends and determine if certain attributes of a campaign such as "amount of funding set" affects its chances of succeeding. In the end, the team hopes that others can use the visualizations created in order to have a better understanding of how they should create their campaign to have a higher chance of success.
Data |
---|
The group will only use one csv file as the source of data.
Dataset
ks-projects-201801.csv from https://www.kaggle.com/kemical/kickstarter-projects#ks-projects-201801.csv
Details of Dataset
Column | Description |
---|---|
ID | ID of the campaign / project |
name | Name(Title) of the campaign / project |
category | Sub-category of the campaign |
main_category | Main category of the campaign |
currency | Currency used for funds of the campaign |
deadline | Until when the campaign will run |
goal | Goal amount to reach of the campaign in their currency |
launched | When this campaign started |
pledged | Amount pledged by donors in the currency of the campaign |
state | Status of the campaign (successful? failed?) |
backers | How many donors |
country | Which country is the campaigned launched |
usd pledged | Pledged amount converted to USD by KS conversion |
usd_pledged_real | Pledged amount converted to USD by fixer.io |
usd_goal_real | Goal amount converted to USD |
Survey of Related Work |
---|
Related Work | Points to Consider |
---|---|
The inforgraphic has presented various ideas to explore in terms of what kinds of visualizations to create. The inforgraphic mostly presented numbers and not an in depth visualization.
| |
This chart shows another point to consider which is how the number of backers affect the success rate of a project. The use of pie chart however, may not be what the group will use. | |
Example | Example |
Charts |
---|
Chart | Description and Analysis |
---|---|
|
Purpose
Pros
Cons
|
|
Data Used
Methodology
Purpose
Pros
Cons
|
Technical Challenges |
---|
Technical Challenge | Solution |
---|---|
Group is not that experienced and familiar with visualization softwares |
|
Crawling Certain information such as the city or state of the campaign and the description of the campaign have to be obtained by crawling |
|
No experience with javascript and D3 |
|