Skip to content

Commit eefdd4b

Browse files
committed
Revise demo site url
1 parent 95400e4 commit eefdd4b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,48 +15,48 @@ This is my works on Information Visualization which includes:
1515
> * 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.
1616
> * Dynamic SVG: recreate the same bubble cloud using JavaScript (i.e., dynamically generating the SVG). Use a chart.js file.
1717
>
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.
1919
2020
## 3. Inforgraphics analyze by Visualization Wheels
2121
* The Subject: Global Carbon Budget.
2222
> Find 2 different infographics on the same subject, Global Carbon Budget, by different approaches.
2323
>
2424
> Compare these two infographics by visualization wheels to analysis Pros and Cons, suggest improvements for the things they do poorly.
2525
>
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.
2727
>
2828
2929
## 4. R language with ggplot 2 and plotly packages
3030
* The Topic: Transponder flight data analysis of Santa Monica VOR(SMOVOR) by R with ggplot2 and plotly packages.
3131
>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.
3232
>
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.
3434
> Or to read the final report on the R Notebook which published on [RPubs website](http://rpubs.com/Cheng-Lin_Li/309552)
3535
3636

3737
## 5. D3 with data binding
3838
* 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.
3939
>
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)
4242
>
4343
> If the website can not be accessed, please download all contents under this folder to view it on your local machine.
4444
4545

4646
## 6. D3 Interactive Bar Chart - with sorting functions by Transition and data binding
4747
* The Topic: Present Top 10 GDP countries in 2015 by a bar chart with sorting function to present D3 transition and data binding techniques.
4848
>
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)
5151
>
5252
> If the website can not be accessed, please download all contents under this folder to view it on your local machine.
5353
5454

5555
## 7. D3 Proportional Symbol Map and Choropleth Map - with world map
5656
* The Topic: Present Top 10 GDP countries in 2015 by Proportional Symbol World Map and Choropleth World Map.
5757
>
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)
6060
>
6161
> If the website can not be accessed, please download all contents under this folder to view it on your local machine.
6262
@@ -69,8 +69,8 @@ This is my works on Information Visualization which includes:
6969

7070
* The Topic: Develop an application website to introduce Business Cycle.
7171
>
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)
7474
>
7575
> If the website can not be accessed, please download all contents under this folder to view it on your local machine.
7676

0 commit comments

Comments
 (0)