├── README.md ├── SUMMARY.md ├── Wing 2008 Computational thinking and thinking about computing.PT.pdf ├── _book ├── GLOSSARY.html ├── chapter1_intro.html ├── chapter2_computability.html ├── chapter3_network.html ├── chapter4_textmining.html ├── chapter5_datascience.html ├── chapter6_programming.md ├── chapter7_datajournalism_visualization.html ├── citation_network.png ├── four-levels.jpg ├── gitbook │ ├── app.js │ ├── fonts │ │ ├── fontawesome │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── merriweather │ │ │ ├── 250.woff │ │ │ ├── 250i.woff │ │ │ ├── 400.woff │ │ │ ├── 400i.woff │ │ │ ├── 700.woff │ │ │ ├── 700i.woff │ │ │ ├── 900.woff │ │ │ └── 900i.woff │ │ └── opensans │ │ │ ├── 300.woff │ │ │ ├── 300i.woff │ │ │ ├── 400.woff │ │ │ ├── 400i.woff │ │ │ ├── 600.woff │ │ │ ├── 600i.woff │ │ │ ├── 700.woff │ │ │ └── 700i.woff │ ├── images │ │ ├── apple-touch-icon-precomposed-152.png │ │ └── favicon.ico │ ├── plugins │ │ └── gitbook-plugin-mathjax │ │ │ └── plugin.js │ ├── print.css │ └── style.css ├── glossary_index.json ├── index.html ├── observer.png ├── search_index.json └── workshop_intro.html ├── chapter1_intro.md ├── chapter1_readings.md ├── chapter2_computability.md ├── chapter3_network.md ├── chapter4_textmining.md ├── chapter5_datascience.md ├── chapter5_programming.md ├── chapter6_programming.md ├── chapter7_datajournalism_visualization.md ├── citation_network.png ├── four-levels.jpg ├── issues.jpeg ├── observer.png ├── saddam.png ├── th (1).jpeg ├── th (2).jpeg ├── th.jpeg └── workshop_intro.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /Wing 2008 Computational thinking and thinking about computing.PT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/Wing 2008 Computational thinking and thinking about computing.PT.pdf -------------------------------------------------------------------------------- /_book/GLOSSARY.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/GLOSSARY.html -------------------------------------------------------------------------------- /_book/chapter1_intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/chapter1_intro.html -------------------------------------------------------------------------------- /_book/chapter2_computability.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/chapter2_computability.html -------------------------------------------------------------------------------- /_book/chapter3_network.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/chapter3_network.html -------------------------------------------------------------------------------- /_book/chapter4_textmining.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/chapter4_textmining.html -------------------------------------------------------------------------------- /_book/chapter5_datascience.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/chapter5_datascience.html -------------------------------------------------------------------------------- /_book/chapter6_programming.md: -------------------------------------------------------------------------------- 1 | # 第五章 编程工具 2 | 3 | TBA -------------------------------------------------------------------------------- /_book/chapter7_datajournalism_visualization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/chapter7_datajournalism_visualization.html -------------------------------------------------------------------------------- /_book/citation_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/citation_network.png -------------------------------------------------------------------------------- /_book/four-levels.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/four-levels.jpg -------------------------------------------------------------------------------- /_book/gitbook/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/app.js -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/fontawesome/FontAwesome.otf -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/fontawesome/fontawesome-webfont.eot -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/fontawesome/fontawesome-webfont.svg -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/fontawesome/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/merriweather/250.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/merriweather/250.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/merriweather/250i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/merriweather/250i.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/merriweather/400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/merriweather/400.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/merriweather/400i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/merriweather/400i.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/merriweather/700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/merriweather/700.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/merriweather/700i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/merriweather/700i.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/merriweather/900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/merriweather/900.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/merriweather/900i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/merriweather/900i.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/opensans/300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/opensans/300.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/opensans/300i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/opensans/300i.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/opensans/400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/opensans/400.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/opensans/400i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/opensans/400i.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/opensans/600.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/opensans/600.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/opensans/600i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/opensans/600i.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/opensans/700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/opensans/700.woff -------------------------------------------------------------------------------- /_book/gitbook/fonts/opensans/700i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/fonts/opensans/700i.woff -------------------------------------------------------------------------------- /_book/gitbook/images/apple-touch-icon-precomposed-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/images/apple-touch-icon-precomposed-152.png -------------------------------------------------------------------------------- /_book/gitbook/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/images/favicon.ico -------------------------------------------------------------------------------- /_book/gitbook/plugins/gitbook-plugin-mathjax/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/plugins/gitbook-plugin-mathjax/plugin.js -------------------------------------------------------------------------------- /_book/gitbook/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/print.css -------------------------------------------------------------------------------- /_book/gitbook/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/gitbook/style.css -------------------------------------------------------------------------------- /_book/glossary_index.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /_book/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/index.html -------------------------------------------------------------------------------- /_book/observer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/observer.png -------------------------------------------------------------------------------- /_book/search_index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/search_index.json -------------------------------------------------------------------------------- /_book/workshop_intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/_book/workshop_intro.html -------------------------------------------------------------------------------- /chapter1_intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/chapter1_intro.md -------------------------------------------------------------------------------- /chapter1_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/chapter1_readings.md -------------------------------------------------------------------------------- /chapter2_computability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/chapter2_computability.md -------------------------------------------------------------------------------- /chapter3_network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/chapter3_network.md -------------------------------------------------------------------------------- /chapter4_textmining.md: -------------------------------------------------------------------------------- 1 | # 第三章 文本挖掘 2 | 3 | TBA -------------------------------------------------------------------------------- /chapter5_datascience.md: -------------------------------------------------------------------------------- 1 | # 第四章 数据科学 2 | 3 | TBA -------------------------------------------------------------------------------- /chapter5_programming.md: -------------------------------------------------------------------------------- 1 | # 第六章 编程工具 2 | 3 | R 软件的使用 4 | -------------------------------------------------------------------------------- /chapter6_programming.md: -------------------------------------------------------------------------------- 1 | # 第五章 编程工具 2 | 3 | TBA -------------------------------------------------------------------------------- /chapter7_datajournalism_visualization.md: -------------------------------------------------------------------------------- 1 | # 第六章 数据新闻与可视化 2 | 3 | TBA -------------------------------------------------------------------------------- /citation_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/citation_network.png -------------------------------------------------------------------------------- /four-levels.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/four-levels.jpg -------------------------------------------------------------------------------- /issues.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/issues.jpeg -------------------------------------------------------------------------------- /observer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/observer.png -------------------------------------------------------------------------------- /saddam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/saddam.png -------------------------------------------------------------------------------- /th (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/th (1).jpeg -------------------------------------------------------------------------------- /th (2).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/th (2).jpeg -------------------------------------------------------------------------------- /th.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/th.jpeg -------------------------------------------------------------------------------- /workshop_intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowdj/computational-communication/HEAD/workshop_intro.md --------------------------------------------------------------------------------