1. 程式人生 > >【資訊視覺化】使用D3實現的中科院院士姓氏首字母分佈視覺化

【資訊視覺化】使用D3實現的中科院院士姓氏首字母分佈視覺化

  

Image 4 Renyuqiang A3.gif

Figure 1: The overview of the visualization.

Image 2 Renyuqiang A3.jpg

Figure 2: the distribution of the first letter in one academic division.

Image 3 Renyuqiang A3.jpg

Figure 3: the distribution of the academic division in one first letter .


Description

  • Dataset:

The data used in this paper is collected by me from the website of CAS. You can see the data from my html file. I analyzed the first letter of their name and calculate the data I want.

  • Tools:

In this visualization, I use D3 and modify the source code to meet my design.

  • Design:

The lift bar represents the five academic divisions of Chinese Academic of Science. The length of the bar indicates the total number of one academic division. The right bar represents the number of the first letter.

When you put the mouse on the lift bar, it shows the distribution of the first letter in this academic division. When you put the mouse on the right bar which represents a first letter, it shows the distribution of the academic division.

  • Purpose:

Why I design this visualization? Once, it is said that it is a disadvantage for people whose surnames begin with a letter in the lower half of the alphabet. That is to say, people with surnames beginning with N to Z are often ill-treated, and they are hard to success. So I design this visualization to see the distribution of the first letter of academicians of Chinese Academic of Science. From the visualization, we can see clearly that academicians with surnames beginning with N to Z are nearly about 55%, which maybe indicates that people with surnames beginning with N to Z are not ill-treated.