You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,48 +15,48 @@ This is my works on Information Visualization which includes:
15
15
> * SVG Code: manually recreate the same bubble cloud by writing SVG code in index.html (i.e., writing SVG yourself, not re-using the SVG created by Inkscape!). Use a style.css file.
16
16
> * Dynamic SVG: recreate the same bubble cloud using JavaScript (i.e., dynamically generating the SVG). Use a chart.js file.
17
17
>
18
-
> Click **[Here](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/SVG)** to explore the results.
18
+
> Click [** Here**](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/SVG) to explore the results.
19
19
20
20
## 3. Inforgraphics analyze by Visualization Wheels
21
21
* The Subject: Global Carbon Budget.
22
22
> Find 2 different infographics on the same subject, Global Carbon Budget, by different approaches.
23
23
>
24
24
> Compare these two infographics by visualization wheels to analysis Pros and Cons, suggest improvements for the things they do poorly.
25
25
>
26
-
> Click **[Here](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/VisualizationWheels)** to explore the results.
26
+
> Click [** Here**](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/VisualizationWheels) to explore the results.
27
27
>
28
28
29
29
## 4. R language with ggplot 2 and plotly packages
30
30
* The Topic: Transponder flight data analysis of Santa Monica VOR(SMOVOR) by R with ggplot2 and plotly packages.
31
31
>The scope of the analysis is to see if there are any quantifiable differences between before/after Columbus day (Monday, October 12th, 2015) - an oft cited milestone for recent changes in noise.
32
32
>
33
-
> Click **[Here](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/R_ggplot2)** to explore the results.
33
+
> Click [** Here**](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/R_ggplot2) to explore the results.
34
34
> Or to read the final report on the R Notebook which published on [RPubs website](http://rpubs.com/Cheng-Lin_Li/309552)
35
35
36
36
37
37
## 5. D3 with data binding
38
38
* The Topic: Present Rural population (% of total population) data for 20 countries in 2016 by a stem-and-leaf plot, a bar chart, and a scatterplot.
39
39
>
40
-
> Click **[Here](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/D3_databinding)** to explore the results.
41
-
> Or to read the html result on [My USC website](http://www-scf.usc.edu/~chenglil/v1.1/a5.html)
40
+
> Click [** Here**](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/D3_databinding)** to explore the results.
41
+
> Or to try the demo on [My website](https://cheng-lin-li.github.io/assets/InformationVisualization/D3_databinding/a5.html)
42
42
>
43
43
> If the website can not be accessed, please download all contents under this folder to view it on your local machine.
44
44
45
45
46
46
## 6. D3 Interactive Bar Chart - with sorting functions by Transition and data binding
47
47
* The Topic: Present Top 10 GDP countries in 2015 by a bar chart with sorting function to present D3 transition and data binding techniques.
48
48
>
49
-
> Click **[Here](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/D3_barchart_interactive)** to explore the results.
50
-
> Or to read the html result on [My USC website](http://www-scf.usc.edu/~chenglil/a8/a8.html)
49
+
> Click [** Here**](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/D3_barchart_interactive) to explore the results.
50
+
> Or to try the demo on [My website](https://cheng-lin-li.github.io/assets/InformationVisualization/D3_barchart_interactive/a8.html)
51
51
>
52
52
> If the website can not be accessed, please download all contents under this folder to view it on your local machine.
53
53
54
54
55
55
## 7. D3 Proportional Symbol Map and Choropleth Map - with world map
56
56
* The Topic: Present Top 10 GDP countries in 2015 by Proportional Symbol World Map and Choropleth World Map.
57
57
>
58
-
> Click **[Here](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/D3_map)** to explore the results.
59
-
> Or to read the html result on [My website](https://cheng-lin-li.github.io/assets/InformationVisualization/D3_map/a9.html)
58
+
> Click [** Here**](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/D3_map) to explore the results.
59
+
> Or to try the demo on [My website](https://cheng-lin-li.github.io/assets/InformationVisualization/D3_map/a9.html)
60
60
>
61
61
> If the website can not be accessed, please download all contents under this folder to view it on your local machine.
62
62
@@ -69,8 +69,8 @@ This is my works on Information Visualization which includes:
69
69
70
70
* The Topic: Develop an application website to introduce Business Cycle.
71
71
>
72
-
> Click **[Here](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/BusinessCycle)** to explore the results.
73
-
> Or to read the html result on [My website](https://cheng-lin-li.github.io/assets/InformationVisualization/BusinessCycle/dist/index.html)
72
+
> Click [** Here**](https://github.com/Cheng-Lin-Li/InformationVisualization/tree/master/BusinessCycle) to explore the results.
73
+
> Or to try the demo on [My website](https://cheng-lin-li.github.io/assets/InformationVisualization/BusinessCycle/dist/index.html)
74
74
>
75
75
> If the website can not be accessed, please download all contents under this folder to view it on your local machine.
0 commit comments