├── .gitignore ├── 01-09_Boudourides ├── Boudourides_Lenis_BoundaryStimulation.pdf ├── Boudourides_Lenis_EPJST.pdf ├── Boudourides_NYUADmath2019.pdf ├── README.Rmd ├── README.html ├── README.md └── style.css ├── 01-16_Parigi ├── README.Rmd ├── README.html ├── README.md └── style.css ├── 01-23_Wang ├── README.Rmd ├── README.html ├── README.md ├── s41467-019-12189-3.pdf └── s41586-019-1725-y.pdf ├── 01-30_Becker ├── Becker_Network_Structures_of_Collective_Intelligence.pdf ├── README.Rmd ├── README.html ├── README.md └── style.css ├── 02-06_Boutyline ├── README.Rmd ├── README.html ├── README.md └── style.css ├── 02-27_Ferrari ├── README.Rmd ├── README.html ├── README.md ├── ferrari2020modeling.pdf └── style.css ├── 03-06_Youn ├── README.Rmd ├── README.html ├── README.md ├── style.css └── youn_know-how.pdf ├── README.Rmd ├── README.md └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | *.DS_Store 2 | 3 | # History files 4 | .Rhistory 5 | .Rapp.history 6 | 7 | # Session Data files 8 | .RData 9 | 10 | # User-specific files 11 | .Ruserdata 12 | 13 | # Example code in package build process 14 | *-Ex.R 15 | 16 | # Output files from R CMD build 17 | /*.tar.gz 18 | 19 | # Output files from R CMD check 20 | /*.Rcheck/ 21 | 22 | # RStudio files 23 | .Rproj.user/ 24 | 25 | # produced vignettes 26 | vignettes/*.html 27 | vignettes/*.pdf 28 | 29 | # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 30 | .httr-oauth 31 | 32 | # knitr and R markdown default cache directories 33 | *_cache/ 34 | /cache/ 35 | 36 | # Temporary files created by R markdown 37 | *.utf8.md 38 | *.knit.md 39 | 40 | # R Environment Variables 41 | .Renviron 42 | -------------------------------------------------------------------------------- /01-09_Boudourides/Boudourides_Lenis_BoundaryStimulation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uchicago-computation-workshop/Winter2020/34aa0b10aea08b3dd29b81c82a7f80cf740bf5e4/01-09_Boudourides/Boudourides_Lenis_BoundaryStimulation.pdf -------------------------------------------------------------------------------- /01-09_Boudourides/Boudourides_Lenis_EPJST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uchicago-computation-workshop/Winter2020/34aa0b10aea08b3dd29b81c82a7f80cf740bf5e4/01-09_Boudourides/Boudourides_Lenis_EPJST.pdf -------------------------------------------------------------------------------- /01-09_Boudourides/Boudourides_NYUADmath2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uchicago-computation-workshop/Winter2020/34aa0b10aea08b3dd29b81c82a7f80cf740bf5e4/01-09_Boudourides/Boudourides_NYUADmath2019.pdf -------------------------------------------------------------------------------- /01-09_Boudourides/README.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | ```{r, echo=FALSE, warning=FALSE, message=FALSE} 11 | library(stringr) 12 | 13 | date <- "1/9/2020" 14 | 15 | quarter <- "Winter2020" 16 | date <- "01/09" 17 | week_folder <- "01-09_Boudourides" 18 | 19 | 20 | vendor <- "TBD" 21 | title <- "Network Science or Applied Graph Theory? Examining the Network of Indirect Collaboration in a Department of Mathematics" 22 | 23 | 24 | speaker <- "Moses Boudourides" 25 | department <- "Visiting Professor of Mathematics - New York University Abu Dhabi" 26 | university <- "Faculty - Northwestern University School of Professional Studies Data Science Program" 27 | github_home <- "https://github.com/uchicago-computation-workshop" 28 | 29 | #Update Weekly 30 | issues_url <- "https://github.com/uchicago-computation-workshop/Winter2020/issues/1" 31 | 32 | 33 | #Papers 34 | 35 | week_paper_ref0 <- 'Boudourides and Lenis. "Boundary Stimulation of Social Influence Networks."' 36 | week_paper_file0 <- "Boudourides_Lenis_BoundaryStimulation.pdf" 37 | 38 | 39 | week_paper_ref1 <- 'Boudourides and Lenis (2016). "Dominating Sets and Ego-Centered Decompositions in Social Networks." *EPJST* 225:1293-1310.' 40 | week_paper_file1 <- "Boudourides_Lenis_EPJST.pdf" 41 | 42 | 43 | #No Need to Edit 44 | week_repo <- paste0("https://github.com/uchicago-computation-workshop/",quarter,"/tree/master/",week_folder) 45 | 46 | readings0 <- paste0("[", week_paper_ref0,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file0,")") 47 | readings1 <- paste0("[", week_paper_ref1,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file1,")") 48 | 49 | 50 | ``` 51 | 52 | 53 | 54 |
55 | 56 |

The Computational Social Science Workshop Presents

57 | 58 |

`r speaker`

59 |

`r department`

60 |

`r university`

61 | 62 |

63 | 64 | 65 | 66 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

67 | 68 | 69 | 70 |
71 | 72 |
73 |

74 | `r title` 75 |

76 | 77 |
78 |
79 | 80 | 81 | 82 |

83 | 84 | **Summary:** During the last ten years, network science has emerged as a strongly 85 | interdisciplinary new field of studies in academia. Here, I will trace 86 | the epistemic development of the field examining the mathematical 87 | origins of certain important concepts of network analysis as they were 88 | exported mainly from the rudiments of graph theory. I will discuss a 89 | few examples of schools of mathematics (mostly in USA) starting to 90 | offer courses and to host research on network science. Moreover, I 91 | will present the Wikipedia network stemming from the 3 Wikipedia pages 92 | (Graph theory, Network science, Complex network) and I will discuss 93 | the structure of this Wikipedia network based on the graph-theoretic 94 | notion of minimum dominating sets. The exemplary network that will be 95 | presented here is that of the (direct and) indirect collaborations 96 | among members of the NYUAD Faculty of Mathematics generated by data 97 | extracted from the MathSciNet database of the American Mathematical 98 | Society. Furthermore, I will analyze the bipartite graph of faculty 99 | members and research interests using the tools of Formal Concept 100 | Analysis. Finally, I will model the effect of a network influence 101 | process on the Math collaboration network when research areas are 102 | sources of boundary influence simulations. 103 | 104 | 105 |

106 | 107 |
108 | 109 |

Thursday, `r date`

110 |

11:00am-12:20pm

111 |

Cummings Life Science Center, Room 101

112 | 113 | 114 | 115 | 116 | 117 |

118 | 119 |

120 | 121 | **`r speaker`** is in the Faculty of Northwestern University School of Professional Studies Data Science Program. Currently he is Visiting Professor of Mathematics at the New York University Abu Dhabi (NYUAD), where he is affiliated to the Research Group in Network Science [RGNS](https://sites.google.com/nyu.edu/rgns/home). 122 |

123 | 124 | 125 |
126 | 127 | This week's suggested readings: 128 | 129 | - `r readings0` 130 | - `r readings1` 131 | 132 |
133 | 134 |

135 | 136 | --- 137 | 138 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

139 | 140 | 141 | 142 | 143 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

144 | -------------------------------------------------------------------------------- /01-09_Boudourides/README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 81 | 82 | 83 | 84 |
85 | 86 | 87 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 106 | 107 | 108 |


109 |

110 | The Computational Social Science Workshop Presents 111 |

112 |

113 | Moses Boudourides 114 |

115 |

116 | Visiting Professor of Mathematics - New York University Abu Dhabi 117 |

118 |

119 | Faculty - Northwestern University School of Professional Studies Data Science Program 120 |

121 |



122 |

123 | The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week’s talk: 124 |

125 |


126 |
127 |

128 | Network Science or Applied Graph Theory? Examining the Network of Indirect Collaboration in a Department of Mathematics 129 |

130 |


131 |
132 |

133 |

Summary: During the last ten years, network science has emerged as a strongly interdisciplinary new field of studies in academia. Here, I will trace the epistemic development of the field examining the mathematical origins of certain important concepts of network analysis as they were exported mainly from the rudiments of graph theory. I will discuss a few examples of schools of mathematics (mostly in USA) starting to offer courses and to host research on network science. Moreover, I will present the Wikipedia network stemming from the 3 Wikipedia pages (Graph theory, Network science, Complex network) and I will discuss the structure of this Wikipedia network based on the graph-theoretic notion of minimum dominating sets. The exemplary network that will be presented here is that of the (direct and) indirect collaborations among members of the NYUAD Faculty of Mathematics generated by data extracted from the MathSciNet database of the American Mathematical Society. Furthermore, I will analyze the bipartite graph of faculty members and research interests using the tools of Formal Concept Analysis. Finally, I will model the effect of a network influence process on the Math collaboration network when research areas are sources of boundary influence simulations.

134 |

135 |


136 |

137 | Thursday, 01/09 138 |

139 |

140 | 11:00am-12:20pm 141 |

142 |

143 | Cummings Life Science Center, Room 101 144 |

145 | 146 | 147 |



148 |

149 | Moses Boudourides is in the Faculty of Northwestern University School of Professional Studies Data Science Program. Currently he is Visiting Professor of Mathematics at the New York University Abu Dhabi (NYUAD), where he is affiliated to the Research Group in Network Science RGNS. 150 |

151 |


152 |

This week’s suggested readings:

153 | 157 |


158 |



159 |
160 |

161 | The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome. 162 |

163 |

164 | Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop’s public repository on GitHub. 165 |

166 | 167 | 168 | 169 | 170 |
171 | 172 | 184 | 185 | 186 | 194 | 195 | 196 | 197 | -------------------------------------------------------------------------------- /01-09_Boudourides/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 |

The Computational Social Science Workshop Presents

17 | 18 |

Moses Boudourides

19 |

Visiting Professor of Mathematics - New York University Abu Dhabi

20 |

Faculty - Northwestern University School of Professional Studies Data Science Program

21 | 22 |

23 | 24 | 25 | 26 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

27 | 28 | 29 | 30 |
31 | 32 |
33 |

34 | Network Science or Applied Graph Theory? Examining the Network of Indirect Collaboration in a Department of Mathematics 35 |

36 | 37 |
38 |
39 | 40 | 41 | 42 |

43 | 44 | **Summary:** During the last ten years, network science has emerged as a strongly 45 | interdisciplinary new field of studies in academia. Here, I will trace 46 | the epistemic development of the field examining the mathematical 47 | origins of certain important concepts of network analysis as they were 48 | exported mainly from the rudiments of graph theory. I will discuss a 49 | few examples of schools of mathematics (mostly in USA) starting to 50 | offer courses and to host research on network science. Moreover, I 51 | will present the Wikipedia network stemming from the 3 Wikipedia pages 52 | (Graph theory, Network science, Complex network) and I will discuss 53 | the structure of this Wikipedia network based on the graph-theoretic 54 | notion of minimum dominating sets. The exemplary network that will be 55 | presented here is that of the (direct and) indirect collaborations 56 | among members of the NYUAD Faculty of Mathematics generated by data 57 | extracted from the MathSciNet database of the American Mathematical 58 | Society. Furthermore, I will analyze the bipartite graph of faculty 59 | members and research interests using the tools of Formal Concept 60 | Analysis. Finally, I will model the effect of a network influence 61 | process on the Math collaboration network when research areas are 62 | sources of boundary influence simulations. 63 | 64 | 65 |

66 | 67 |
68 | 69 |

Thursday, 01/09

70 |

11:00am-12:20pm

71 |

Cummings Life Science Center, Room 101

72 | 73 | 74 | 75 | 76 | 77 |

78 | 79 |

80 | 81 | **Moses Boudourides** is in the Faculty of Northwestern University School of Professional Studies Data Science Program. Currently he is Visiting Professor of Mathematics at the New York University Abu Dhabi (NYUAD), where he is affiliated to the Research Group in Network Science [RGNS](https://sites.google.com/nyu.edu/rgns/home). 82 |

83 | 84 | 85 |
86 | 87 | This week's suggested readings: 88 | 89 | - [Boudourides and Lenis. "Boundary Stimulation of Social Influence Networks."](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/01-09_Boudourides/Boudourides_Lenis_BoundaryStimulation.pdf) 90 | - [Boudourides and Lenis (2016). "Dominating Sets and Ego-Centered Decompositions in Social Networks." *EPJST* 225:1293-1310.](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/01-09_Boudourides/Boudourides_Lenis_EPJST.pdf) 91 | 92 |
93 | 94 |

95 | 96 | --- 97 | 98 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

99 | 100 | 101 | 102 | 103 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

104 | -------------------------------------------------------------------------------- /01-16_Parigi/README.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | ```{r, echo=FALSE, warning=FALSE, message=FALSE} 11 | library(stringr) 12 | 13 | date <- "1/16/2020" 14 | 15 | quarter <- "Winter2020" 16 | date <- "01/16" 17 | week_folder <- "01-16_Parigi" 18 | 19 | 20 | vendor <- "TBD" 21 | title <- "Designing for Trust: A Behavioral Framework for Sharing Economy Platforms" 22 | 23 | 24 | speaker <- "Paolo Parigi" 25 | department <- "Lead Trust Scientist - Airbnb" 26 | university <- "PhD Candidate - University of Illinois at Urbana-Champaign, School of Information Sciences" 27 | github_home <- "https://github.com/uchicago-computation-workshop" 28 | 29 | #Update Weekly 30 | issues_url <- "https://github.com/uchicago-computation-workshop/Winter2020/issues/2" 31 | 32 | 33 | #Papers 34 | 35 | week_paper_ref0 <- "Nata Barbosa, Emily Sun, Judd Antin, and Paolo Parigi 2018. 'Designing for Trust: A Behavioral Framework for Sharing Economy Platforms'" 36 | week_paper_file0 <- "" 37 | 38 | 39 | 40 | #No Need to Edit 41 | week_repo <- paste0("https://github.com/uchicago-computation-workshop/",quarter,"/tree/master/",week_folder) 42 | 43 | readings0 <- paste0("[", week_paper_ref0,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file0,")") 44 | 45 | 46 | ``` 47 | 48 | 49 | 50 |
51 | 52 |

The Computational Social Science Workshop Presents

53 | 54 |

`r speaker` and Natã Barbosa

55 |

`r department`

56 |

`r university`

57 | 58 |

59 | 60 | 61 | 62 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

63 | 64 | 65 | 66 |
67 | 68 |
69 |

70 | `r title` 71 |

72 | 73 |
74 |
75 | 76 | 77 | 78 |

79 | 80 | **Summary:** Trust is a fundamental prerequisite in the growth and sustainability 81 | of sharing economy platforms. Many of such platforms rely on 82 | actions that require trust to take place, such as entering a stranger’s 83 | car or sleeping at a stranger’s place. For this reason, understanding, 84 | measuring, and tracking trust can be of great benefit to such platforms, 85 | enabling them to identify trust behaviors, both online and 86 | offline, and identify groups which may benefit from trust-building 87 | interventions. In this work, we present the design and evaluation 88 | of a behavioral framework to measure a user’s propensity to trust 89 | others on Airbnb. We conducted an online experiment with 4,499 90 | Airbnb users in the form of an investment game in order to capture 91 | users’ propensity to trust other users on Airbnb. Then, we used the 92 | experimental data to generate both explanatory and predictive models 93 | of trust propensity. Our contribution is a framework that can 94 | be used to measure trust propensity in sharing economy platforms 95 | via online and offline signals. We discuss which affordances need 96 | to be in place so that sharing economy platforms can get signals of 97 | trust, in addition to how such a framework can be used to inform 98 | design around trust in the short and long term. 99 | 100 | 101 |

102 | 103 |
104 | 105 |

Thursday, `r date`

106 |

11:00am-12:20pm

107 |

Cummings Life Science Center, Room 101

108 | 109 | 110 | 111 | 112 | 113 |

114 | 115 |

116 | 117 | **`r speaker`** is the Lead Trust Scientist at Airbnb and the Associate Director for Computational Social Science at IRiSS, Stanford University. Paolo uses computational techniques and methods to issues of exchange and trust in the “sharing economy”. His published work has appeared on PNAS, The American Journal of Sociology, PLoS 1, and several other academic journals. 118 |

119 | 120 | **Natã M. Barbosa** is a PhD candidate at the University of Illinois at Urbana-Champaign's School of Information Sciences working on data-driven systems for privacy, security, and trust. 121 | 122 | 123 |
124 | 125 | This week's suggested readings: 126 | 127 | - `r readings0` 128 | - **Note**: This reading was privately sent to MACSS students and faculty. Please do not share or distribute the file. 129 | 130 | 131 |
132 | 133 |

134 | 135 | --- 136 | 137 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

138 | 139 | 140 | 141 | 142 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

143 | -------------------------------------------------------------------------------- /01-16_Parigi/README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 81 | 82 | 83 | 84 |
85 | 86 | 87 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 106 | 107 | 108 |


109 |

110 | The Computational Social Science Workshop Presents 111 |

112 |

113 | Paolo Parigi and Natã Barbosa 114 |

115 |

116 | Lead Trust Scientist - Airbnb 117 |

118 |

119 | PhD Candidate - University of Illinois at Urbana-Champaign, School of Information Sciences 120 |

121 |



122 |

123 | The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week’s talk: 124 |

125 |


126 |
127 |

128 | Designing for Trust: A Behavioral Framework for Sharing Economy Platforms 129 |

130 |


131 |
132 |

133 |

Summary: Trust is a fundamental prerequisite in the growth and sustainability of sharing economy platforms. Many of such platforms rely on actions that require trust to take place, such as entering a stranger’s car or sleeping at a stranger’s place. For this reason, understanding, measuring, and tracking trust can be of great benefit to such platforms, enabling them to identify trust behaviors, both online and offline, and identify groups which may benefit from trust-building interventions. In this work, we present the design and evaluation of a behavioral framework to measure a user’s propensity to trust others on Airbnb. We conducted an online experiment with 4,499 Airbnb users in the form of an investment game in order to capture users’ propensity to trust other users on Airbnb. Then, we used the experimental data to generate both explanatory and predictive models of trust propensity. Our contribution is a framework that can be used to measure trust propensity in sharing economy platforms via online and offline signals. We discuss which affordances need to be in place so that sharing economy platforms can get signals of trust, in addition to how such a framework can be used to inform design around trust in the short and long term.

134 |

135 |


136 |

137 | Thursday, 01/16 138 |

139 |

140 | 11:00am-12:20pm 141 |

142 |

143 | Cummings Life Science Center, Room 101 144 |

145 | 146 | 147 |



148 |

149 | Paolo Parigi is the Lead Trust Scientist at Airbnb and the Associate Director for Computational Social Science at IRiSS, Stanford University. Paolo uses computational techniques and methods to issues of exchange and trust in the “sharing economy”. His published work has appeared on PNAS, The American Journal of Sociology, PLoS 1, and several other academic journals. 150 |

151 |

Natã M. Barbosa is a PhD candidate at the University of Illinois at Urbana-Champaign’s School of Information Sciences working on data-driven systems for privacy, security, and trust.

152 |


153 |

This week’s suggested readings:

154 | 158 |


159 |



160 |
161 |

162 | The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome. 163 |

164 |

165 | Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop’s public repository on GitHub. 166 |

167 | 168 | 169 | 170 | 171 |
172 | 173 | 185 | 186 | 187 | 195 | 196 | 197 | 198 | -------------------------------------------------------------------------------- /01-16_Parigi/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 |

The Computational Social Science Workshop Presents

17 | 18 |

Paolo Parigi and Natã Barbosa

19 |

Lead Trust Scientist - Airbnb

20 |

PhD Candidate - University of Illinois at Urbana-Champaign, School of Information Sciences

21 | 22 |

23 | 24 | 25 | 26 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

27 | 28 | 29 | 30 |
31 | 32 |
33 |

34 | Designing for Trust: A Behavioral Framework for Sharing Economy Platforms 35 |

36 | 37 |
38 |
39 | 40 | 41 | 42 |

43 | 44 | **Summary:** Trust is a fundamental prerequisite in the growth and sustainability 45 | of sharing economy platforms. Many of such platforms rely on 46 | actions that require trust to take place, such as entering a stranger’s 47 | car or sleeping at a stranger’s place. For this reason, understanding, 48 | measuring, and tracking trust can be of great benefit to such platforms, 49 | enabling them to identify trust behaviors, both online and 50 | offline, and identify groups which may benefit from trust-building 51 | interventions. In this work, we present the design and evaluation 52 | of a behavioral framework to measure a user’s propensity to trust 53 | others on Airbnb. We conducted an online experiment with 4,499 54 | Airbnb users in the form of an investment game in order to capture 55 | users’ propensity to trust other users on Airbnb. Then, we used the 56 | experimental data to generate both explanatory and predictive models 57 | of trust propensity. Our contribution is a framework that can 58 | be used to measure trust propensity in sharing economy platforms 59 | via online and offline signals. We discuss which affordances need 60 | to be in place so that sharing economy platforms can get signals of 61 | trust, in addition to how such a framework can be used to inform 62 | design around trust in the short and long term. 63 | 64 | 65 |

66 | 67 |
68 | 69 |

Thursday, 01/16

70 |

11:00am-12:20pm

71 |

Cummings Life Science Center, Room 101

72 | 73 | 74 | 75 | 76 | 77 |

78 | 79 |

80 | 81 | **Paolo Parigi** is the Lead Trust Scientist at Airbnb and the Associate Director for Computational Social Science at IRiSS, Stanford University. Paolo uses computational techniques and methods to issues of exchange and trust in the “sharing economy”. His published work has appeared on PNAS, The American Journal of Sociology, PLoS 1, and several other academic journals. 82 |

83 | 84 | **Natã M. Barbosa** is a PhD candidate at the University of Illinois at Urbana-Champaign's School of Information Sciences working on data-driven systems for privacy, security, and trust. 85 | 86 | 87 |
88 | 89 | This week's suggested readings: 90 | 91 | - [Nata Barbosa, Emily Sun, Judd Antin, and Paolo Parigi 2018. 'Designing for Trust: A Behavioral Framework for Sharing Economy Platforms'](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/01-16_Parigi/) 92 | - **Note**: This reading was privately sent to MACSS students and faculty. Please do not share or distribute the file. 93 | 94 | 95 |
96 | 97 |

98 | 99 | --- 100 | 101 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

102 | 103 | 104 | 105 | 106 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

107 | -------------------------------------------------------------------------------- /01-16_Parigi/style.css: -------------------------------------------------------------------------------- 1 | @import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800); 2 | @import url(http://fonts.googleapis.com/css?family=Lobster); 3 | @import url(http://fonts.googleapis.com/css?family=Lato); 4 | 5 | /*! 6 | * My Portfolio v1.0.0 7 | * Homepage: http://scripteden.com 8 | * Copyright 2015 Script Eden 9 | * Licensed under MIT 10 | */ 11 | 12 | /* ---------------------------------------------- /* 13 | * Slider 14 | /* ---------------------------------------------- */ 15 | 16 | 17 | body { margin: 0; } 18 | div#slider { overflow: hidden; } 19 | div#slider figure img { width: 20%; float: left; } 20 | div#slider figure { 21 | position: relative; 22 | width: 500%; 23 | height: 10%; 24 | margin: 0; 25 | left: 0; 26 | text-align: left; 27 | font-size: 0; 28 | -webkit-animation-name: slidy; 29 | -keyframes-name: slidy; 30 | animation: 5s slidy infinite; 31 | } 32 | 33 | 34 | 35 | 36 | body { 37 | font: 300 14px/1.8 'Raleway', sans-serif; 38 | color: #666; 39 | overflow-x: hidden; 40 | } 41 | 42 | img { 43 | max-width: 100%; 44 | height: auto; 45 | } 46 | 47 | a { 48 | color: #428bca; 49 | } 50 | 51 | a:hover { 52 | text-decoration: none; 53 | color: #E7746F; 54 | } 55 | 56 | /* ---------------------------------------------- /* 57 | * Transition elsements 58 | /* ---------------------------------------------- */ 59 | 60 | 61 | .navbar a, 62 | .form-control { 63 | -webkit-transition: all 0.4s ease-in-out 0s; 64 | -moz-transition: all 0.4s ease-in-out 0s; 65 | -ms-transition: all 0.4s ease-in-out 0s; 66 | -o-transition: all 0.4s ease-in-out 0s; 67 | transition: all 0.4s ease-in-out 0s; 68 | } 69 | 70 | a, 71 | .btn { 72 | -webkit-transition: all 0.125s ease-in-out 0s; 73 | -moz-transition: all 0.125s ease-in-out 0s; 74 | -ms-transition: all 0.125s ease-in-out 0s; 75 | -o-transition: all 0.125s ease-in-out 0s; 76 | transition: all 0.125s ease-in-out 0s; 77 | } 78 | 79 | /* ---------------------------------------------- /* 80 | * Reset box-shadow 81 | /* ---------------------------------------------- */ 82 | 83 | .btn, 84 | .form-control, 85 | .form-control:hover, 86 | .form-control:focus, 87 | .navbar-custom .dropdown-menu { 88 | -webkit-box-shadow: none; 89 | box-shadow: none; 90 | } 91 | 92 | /* ---------------------------------------------- /* 93 | * Typography 94 | /* ---------------------------------------------- */ 95 | 96 | h1, h2, h3, h4, h5, h6 { 97 | font: 700 40px/1.2 Raleway, sans-serif; 98 | text-transform: uppercase; 99 | letter-spacing: 5px; 100 | margin: 5px 0 5px; 101 | color: #222; 102 | } 103 | 104 | h2 { 105 | font-size: 30px; 106 | margin: 0 0 0px; 107 | } 108 | 109 | h3 { 110 | font-size: 13px; 111 | letter-spacing: 1px; 112 | margin: 0 0 5px; 113 | } 114 | 115 | h4 { 116 | font-size: 12px; 117 | letter-spacing: 1px; 118 | } 119 | 120 | h5 { 121 | font-size: 12px; 122 | letter-spacing: 1px; 123 | font-weight: 400; 124 | } 125 | 126 | h6 { 127 | font-size: 11px; 128 | letter-spacing: 1px; 129 | font-weight: 400; 130 | } 131 | 132 | /* ---------------------------------------------- /* 133 | * Reset border-radius 134 | /* ---------------------------------------------- */ 135 | 136 | .btn, 137 | .iconbox, 138 | .progress, 139 | #filter li, 140 | .scroll-up a, 141 | .form-control, 142 | .input-group-addon { 143 | -webkit-border-radius: 3px; 144 | -moz-border-radius: 3px; 145 | -o-border-radius: 3px; 146 | border-radius: 3px; 147 | } 148 | 149 | 150 | /* ---------------------------------------------- /* 151 | * Input-group 152 | /* ---------------------------------------------- */ 153 | 154 | .input-group .form-control { 155 | z-index: auto; 156 | } 157 | 158 | .input-group-addon { 159 | background: #D8E1E4; 160 | border: 2px solid #D8E1E4; 161 | padding: 6px 15px; 162 | font-weight: 700; 163 | } 164 | 165 | /* ---------------------------------------------- /* 166 | * Inputs styles 167 | /* ---------------------------------------------- */ 168 | 169 | .form-control { 170 | background: #FFF; 171 | border: 1px solid #D8E1E4; 172 | font-size: 12px; 173 | padding: 0 15px; 174 | } 175 | 176 | .form-control:focus{ 177 | border-color: rgba(135, 135, 135, 0.7); 178 | } 179 | 180 | .input-lg, 181 | .form-horizontal .form-group-lg .form-control { 182 | height: 38px; 183 | font-size: 13px; 184 | } 185 | 186 | .input-sm, 187 | .form-horizontal .form-group-sm .form-control { 188 | font-size: 11px; 189 | height: 30px; 190 | } 191 | 192 | textarea.form-control { 193 | padding: 15px; 194 | max-width: 100%; 195 | min-width: 100%; 196 | } 197 | 198 | /* ---------------------------------------------- /* 199 | * Custom button style 200 | /* ---------------------------------------------- */ 201 | 202 | .btn { 203 | font-family: Raleway, sans-serif; 204 | text-transform: uppercase; 205 | letter-spacing: 1px; 206 | font-size: 13px; 207 | padding: 8px 26px; 208 | border: 0; 209 | } 210 | 211 | .btn:hover, 212 | .btn:focus, 213 | .btn:active, 214 | .btn.active { 215 | outline: inherit !important; 216 | } 217 | 218 | /* Button size */ 219 | 220 | .btn-lg, 221 | .btn-group-lg > .btn { 222 | padding: 10px 25px; 223 | font-size: 13px; 224 | background: rgba(17, 17, 17, 0.8); 225 | color: #fff; 226 | } 227 | 228 | .btn-custom-color { 229 | color: #428bca; 230 | } 231 | 232 | .btn-custom-color-bk { 233 | color: #222; 234 | } 235 | 236 | .btn-custom-color-bk:hover { 237 | color: #428bca; 238 | } 239 | 240 | .btn-lg:hover, 241 | .btn-group-lg > .btn:hover{ 242 | background: rgba(17, 17, 17, 1.8); 243 | color: #fff; 244 | } 245 | 246 | .btn-md, 247 | .btn-group-md > .btn { 248 | font-size: 13px; 249 | } 250 | 251 | .btn-sm, 252 | .btn-group-sm > .btn { 253 | padding: 6px 25px; 254 | font-size: 11px; 255 | } 256 | 257 | .btn-xs, 258 | .btn-group-xs > .btn { 259 | padding: 5px 25px; 260 | font-size: 10px; 261 | } 262 | 263 | .btn .icon-before { 264 | margin-right: 6px; 265 | } 266 | 267 | .btn .icon-after { 268 | margin-left: 6px; 269 | } 270 | 271 | /* ---------------------------------------------- /* 272 | * General Styles 273 | /* ---------------------------------------------- */ 274 | 275 | .pfblock { 276 | padding: 150px 0 150px; 277 | } 278 | 279 | .pfblock2 { 280 | padding-top: 0px; 281 | padding-bottom: 0px; 282 | margin-bottom: 5px; 283 | } 284 | 285 | .pfblock3 { 286 | padding-top: 25%; 287 | padding-bottom: 0%; 288 | margin-bottom: 5%; 289 | } 290 | 291 | #428bca 292 | .pfblock-gray { 293 | background: #f5f5f5; 294 | } 295 | 296 | .pfblock-image { 297 | padding: 0; 298 | } 299 | 300 | .calltoaction h1, 301 | .calltoaction h2, 302 | .calltoaction h3, 303 | .calltoaction h4, 304 | .calltoaction h5, 305 | .calltoaction h6, 306 | .pfblock-image, 307 | .pfblock-image h1, 308 | .pfblock-image h2, 309 | .pfblock-image h3, 310 | .pfblock-image h4, 311 | .pfblock-image h5, 312 | .pfblock-image h6 { 313 | color: #fff; 314 | } 315 | 316 | .pfblock-header { 317 | text-align: center; 318 | margin: 0 0 60px; 319 | } 320 | 321 | .pfblock-header2 { 322 | padding: 10em; 323 | text-align: center; 324 | margin: 0 0 60px; 325 | } 326 | 327 | .pfblock-header3 { 328 | padding: 0em; 329 | text-align: center; 330 | margin: 0 0 10px; 331 | } 332 | 333 | .pfblock-header4 { 334 | padding: 0em; 335 | text-align: center; 336 | margin: 0 0 0px; 337 | } 338 | 339 | 340 | .pfblock-header-left { 341 | text-align: left; 342 | } 343 | 344 | .pfblock-header-left .pfblock-line { 345 | width: inherit; 346 | margin: 30px 0; 347 | } 348 | 349 | .pfblock-title{ 350 | font-weight: 800; 351 | } 352 | 353 | .pfblock-subtitle { 354 | font-family: Raleway, "Times New Roman", Times, sans-serif; 355 | font-style: normal; 356 | font-size: 18px; 357 | text-align: justify; 358 | a { color: #428bca; } 359 | } 360 | 361 | .pfblock-line { 362 | background: rgba(135, 135, 135, 0.5); 363 | width: 100px; 364 | height: 1px; 365 | margin: 30px auto; 366 | text-align: justify; 367 | } 368 | 369 | .pfblock-icon { 370 | font-size: 32px; 371 | } 372 | 373 | .footertext { 374 | text-align: justify; 375 | margin: 0 auto; 376 | margin-bottom: 10px; 377 | font-style: normal; 378 | font-size: 75%; 379 | a { color: #428bca; } 380 | 381 | } 382 | 383 | .footertext2 { 384 | text-align: justify; 385 | margin: 0 auto; 386 | margin-bottom: 10px; 387 | font-style: normal; 388 | font-size: 100%; 389 | a { color: #428bca; } 390 | 391 | } 392 | 393 | 394 | .calltoaction *{ 395 | text-align: center; 396 | } 397 | .calltoaction { 398 | background-color: #222; 399 | background-repeat: no-repeat; 400 | background-position: 0 -125px; 401 | -webkit-background-size: cover; 402 | -moz-background-size: cover; 403 | -o-background-size: cover; 404 | background-size: cover; 405 | padding: 150px 0; 406 | color: #999; 407 | } 408 | 409 | .calltoaction h2 { 410 | font-size: 20px; 411 | text-shadow: 1px 1px #fff; 412 | letter-spacing: 1px; 413 | margin-bottom: 5px; 414 | color: #000; 415 | } 416 | 417 | .calltoaction-decription{ 418 | padding-top: 20px; 419 | padding-bottom: 30px; 420 | font-size: 20px; 421 | text-shadow: 1px 1px #fff; 422 | color: #000; 423 | } 424 | 425 | .calltoaction-btn { 426 | text-align: center; 427 | } 428 | 429 | .calltoaction-btn > .btn { 430 | background: rgba(255, 255, 255, .8); 431 | color: #111; 432 | margin-top: 5px; 433 | margin-bottom: 5px; 434 | } 435 | .calltoaction-btn > .btn:hover{ 436 | background: #fff; 437 | } 438 | 439 | .long-down { 440 | margin-bottom: 40px; 441 | } 442 | 443 | .center-justified { 444 | text-align: justify; 445 | margin: 0 auto; 446 | margin-bottom: 10px; 447 | width: 90%; 448 | font-family: Raleway, "Times New Roman", Times, sans-serif; 449 | font-style: normal; 450 | font-size: 18px; 451 | a { color: #428bca; } 452 | } 453 | 454 | .center-justified2 { 455 | text-align: justify; 456 | margin: 0 auto; 457 | margin-bottom: 10px; 458 | width: 90%; 459 | font-style: normal; 460 | font-size: 100%; 461 | a { color: #428bca; } 462 | } 463 | 464 | /* ---------------------------------------------- /* 465 | * Home 466 | /* ---------------------------------------------- */ 467 | 468 | #home { 469 | background-color: #222; 470 | background-attachment: fixed; 471 | background-repeat: no-repeat; 472 | background-position: 50% 50%; 473 | -webkit-background-size: cover; 474 | -moz-background-size: cover; 475 | -o-background-size: cover; 476 | background-size: cover; 477 | padding: 0; 478 | } 479 | 480 | .home-overlay { 481 | background-color: rgba(44, 62, 80, 0.3); 482 | background-repeat: repeat; 483 | height: 100%; 484 | left: 0; 485 | position: absolute; 486 | top: 0; 487 | width: 100%; 488 | z-index: 0; 489 | } 490 | 491 | .intro { 492 | position: absolute; 493 | width: 100%; 494 | top: 50%; 495 | left: 0; 496 | text-align: center; 497 | -webkit-transform: translate(0%, -50%); 498 | -moz-transform: translate(0%, -50%); 499 | -ms-transform: translate(0%, -50%); 500 | -o-transform: translate(0%, -50%); 501 | transform: translate(0%, -50%); 502 | padding: 0 15px; 503 | } 504 | 505 | .intro h1{ 506 | font-weight: 800; 507 | } 508 | 509 | .start { 510 | font-family: Raleway, "Times New Roman", Times, sans-serif; 511 | font-size: 16px; 512 | font-style: normal; 513 | text-transform: none; 514 | margin: 15px 0; 515 | } 516 | 517 | /* ---------------------------------------------- /* 518 | * Servise 519 | /* ---------------------------------------------- */ 520 | 521 | .iconbox { 522 | background: #fff; 523 | border-bottom: 1px solid #d4d4d4; 524 | text-align: center; 525 | padding: 40px 20px; 526 | margin: 0 0 20px; 527 | } 528 | 529 | .iconbox-icon { 530 | margin: 0 0 15px; 531 | font-size: 32px; 532 | color: #222; 533 | } 534 | 535 | .iconbox-title { 536 | margin: 0 0 15px; 537 | padding: 0; 538 | } 539 | 540 | .iconbox-title-pad { 541 | margin: 0 0 15px; 542 | padding-left:-30px; 543 | padding-right:-30px; 544 | } 545 | 546 | /* ---------------------------------------------- /* 547 | * Skills 548 | /* ---------------------------------------------- */ 549 | 550 | .chart { 551 | display: inline-block; 552 | height: 140px; 553 | margin: 50px 0; 554 | position: relative; 555 | text-align: center; 556 | width: 140px; 557 | } 558 | .chart canvas { 559 | left: 0; 560 | position: absolute; 561 | top: 0; 562 | } 563 | .percent { 564 | display: inline-block; 565 | font-size: 25px; 566 | font-weight: 300; 567 | line-height: 140px; 568 | z-index: 2; 569 | } 570 | .percent:after { 571 | content: "%"; 572 | font-size: 50%; 573 | margin-left: 0.1em; 574 | } 575 | 576 | /* ---------------------------------------------- /* 577 | * Contact 578 | /* ---------------------------------------------- */ 579 | 580 | .ajax-response { 581 | text-align: center; 582 | } 583 | 584 | /* ---------------------------------------------- /* 585 | * Footer 586 | /* ---------------------------------------------- */ 587 | 588 | #footer { 589 | background: #222; 590 | text-align: center; 591 | padding: 40px 0; 592 | color: #FFF; 593 | } 594 | 595 | .copyright { 596 | margin: 0; 597 | } 598 | 599 | 600 | 601 | .copyright a{ 602 | border-bottom: 1px 603 | } 604 | 605 | #footer span{ 606 | animation-iteration-count: infinite; 607 | -webkit-animation-iteration-count: infinite; 608 | color: #ff5252; 609 | } 610 | 611 | .social-links { 612 | list-style: none; 613 | padding: 0; 614 | margin: 0 0 20px; 615 | } 616 | 617 | .social-links li { 618 | display: inline-block; 619 | margin: 5px; 620 | } 621 | 622 | .social-links a { 623 | width: 36px; 624 | height: 36px; 625 | display: block; 626 | line-height: 35px; 627 | text-align: center; 628 | border: 1px solid rgba(255, 255, 255, .1); 629 | -webkit-border-radius: 3px; 630 | -moz-border-radius: 3px; 631 | border-radius: 3px; 632 | font-size: 14px; 633 | color: rgba(255, 255, 255, .2); 634 | } 635 | 636 | .social-links a:hover { 637 | border: 1px solid rgba(255, 255, 255, .5); 638 | color: rgba(255, 255, 255, .8); 639 | } 640 | 641 | /* ---------------------------------------------- /* 642 | * Navigation 643 | /* ---------------------------------------------- */ 644 | 645 | .header { 646 | border-bottom: 1px solid #f5f5f5; 647 | position: relative; 648 | width: 100%; 649 | z-index: 998; 650 | } 651 | 652 | .navbar-custom { 653 | border: 0; 654 | border-radius: 0; 655 | margin: 0; 656 | text-transform: uppercase; 657 | font-family: Raleway, sans-serif; 658 | } 659 | 660 | .navbar-custom, 661 | .navbar-custom .dropdown-menu { 662 | background: #fff; 663 | padding: 0; 664 | } 665 | 666 | .navbar-custom .navbar-brand, 667 | .navbar-custom .navbar-nav > li > a, 668 | .navbar-custom .navbar-nav .dropdown-menu > li > a { 669 | font-size: 11px; 670 | letter-spacing: 3px; 671 | color: #428bca; 672 | } 673 | 674 | .navbar-custom .nav li.active, 675 | .navbar-custom .nav li a:hover, 676 | .navbar-custom .nav li a:focus, 677 | .navbar-custom .navbar-nav > li.active a { 678 | background: none; 679 | outline: 0; 680 | color: #428bca; 681 | } 682 | 683 | .navbar-custom .navbar-brand { 684 | font-weight: 700; 685 | font-size: 22px; 686 | font-family: Lato, sans-serif; 687 | } 688 | 689 | .navbar-custom .dropdown-menu { 690 | border: 0; 691 | border-top: 2px solid #E7746F; 692 | border-radius: 0; 693 | } 694 | 695 | .navbar-custom .dropdown-menu > li > a { 696 | padding: 10px 20px; 697 | } 698 | 699 | .navbar-custom .nav .open > a, 700 | .navbar-custom .dropdown-menu > li > a:hover, 701 | .navbar-custom .dropdown-menu > li > a:focus { 702 | background: #f5f5f5; 703 | } 704 | 705 | .navbar-custom .navbar-toggle .icon-bar { 706 | background: #222; 707 | } 708 | 709 | /* ---------------------------------------------- /* 710 | * Scroll to top 711 | /* ---------------------------------------------- */ 712 | 713 | .scroll-up { 714 | position: fixed; 715 | display: none; 716 | z-index: 999; 717 | bottom: 2em; 718 | right: 2em; 719 | } 720 | 721 | .scroll-up a { 722 | background-color: rgba(135, 135, 135, 0.5); 723 | display: block; 724 | width: 35px; 725 | height: 35px; 726 | text-align: center; 727 | color: #fff; 728 | font-size: 15px; 729 | line-height: 30px; 730 | } 731 | 732 | .scroll-up a:hover, 733 | .scroll-up a:active { 734 | background-color: rgba(235, 235, 235, .8); 735 | color: #e7746f; 736 | } 737 | 738 | /* ---------------------------------------------- /* 739 | *Scroll Down 740 | /* ---------------------------------------------- */ 741 | 742 | .scroll-down { 743 | position: absolute; 744 | left: 50%; 745 | bottom: 40px; 746 | border: 2px solid #fff; 747 | border-radius: 50%; 748 | height: 50px; 749 | width: 50px; 750 | margin-left: -15px; 751 | display: block; 752 | z-index: 10; 753 | text-align: center; 754 | } 755 | 756 | .scroll-down span{ 757 | position: relative; 758 | color: #fff; 759 | -webkit-animation-name: drop; 760 | -webkit-animation-duration: 1s; 761 | -webkit-animation-timing-function: linear; 762 | -webkit-animation-delay: 0s; 763 | -webkit-animation-iteration-count: infinite; 764 | -webkit-animation-play-state: running; 765 | animation-name: drop; 766 | animation-duration: 1s; 767 | animation-timing-function: linear; 768 | animation-delay: 0s; 769 | animation-iteration-count: infinite; 770 | animation-play-state: running; 771 | } 772 | 773 | @-webkit-keyframes drop { 774 | 0% { top:0px; opacity: 0;} 775 | 30% { top:10px; opacity: 1;} 776 | 100% { top:25px; opacity: 0;} 777 | } 778 | 779 | @keyframes drop { 780 | 0% { top:0px; opacity: 0;} 781 | 30% { top:10px; opacity: 1;} 782 | 100% { top:25px; opacity: 0;} 783 | } 784 | 785 | .scroll-down2 { 786 | background-color: rgba(135, 135, 135, 0.5); 787 | position: absolute; 788 | border: 2px solid #fff; 789 | height: 35px; 790 | width: 35px; 791 | display: block; 792 | z-index: 999; 793 | text-align: center; 794 | top: 45%; 795 | right: 2em; 796 | } 797 | 798 | .scroll-down3 { 799 | background-color: rgba(135, 135, 135, 0.5); 800 | position: relative; 801 | border: 2px solid #fff; 802 | height: 35px; 803 | width: 35px; 804 | display: block; 805 | text-align: center; 806 | top: 10em; 807 | left: 2em; 808 | } 809 | 810 | /* ---------------------------------------------- /* 811 | * Preloader 812 | /* ---------------------------------------------- */ 813 | 814 | #preloader { 815 | background: #FFF; 816 | bottom: 0; 817 | left: 0; 818 | position: fixed; 819 | right: 0; 820 | top: 0; 821 | z-index: 9999; 822 | } 823 | 824 | #status { 825 | background-position: center; 826 | background-repeat: no-repeat; 827 | height: 200px; 828 | left: 50%; 829 | margin: -100px 0 0 -100px; 830 | position: absolute; 831 | top: 50%; 832 | width: 200px; 833 | } 834 | 835 | /* ---------------------------------------------- /* 836 | * Media 837 | /* ---------------------------------------------- */ 838 | 839 | @media (max-width: 767px) { 840 | 841 | .calltoaction { 842 | text-align: center; 843 | } 844 | 845 | } 846 | 847 | @media (max-width: 480px) { 848 | 849 | h1 { 850 | font-size: 34px; 851 | letter-spacing: 3px; 852 | } 853 | 854 | h2 { 855 | font-size: 24px; 856 | margin: 0 0 30px; 857 | letter-spacing: 3px; 858 | } 859 | 860 | } 861 | 862 | 863 | /*--------------------------------*/ 864 | /***** Portfolio Common style *****/ 865 | /*--------------------------------*/ 866 | 867 | .grid { 868 | position: relative; 869 | clear: both; 870 | margin: 0 auto; 871 | padding: 1em 0 4em; 872 | max-width: 100%; 873 | list-style: none; 874 | text-align: center; 875 | } 876 | 877 | .grid h2{ 878 | font-size: 20px; 879 | } 880 | 881 | .grid figure { 882 | position: relative; 883 | float: left; 884 | overflow: hidden; 885 | margin: 10px 1%; 886 | min-width: 100%; 887 | max-width: 100%; 888 | height: auto; 889 | background: #3085a3; 890 | text-align: center; 891 | cursor: pointer; 892 | } 893 | 894 | .grid figure img { 895 | position: relative; 896 | display: block; 897 | min-height: 100%; 898 | max-width: 100%; 899 | opacity: 0.8; 900 | } 901 | 902 | .grid figure figcaption { 903 | padding: 2em; 904 | color: #fff; 905 | text-transform: uppercase; 906 | font-size: 1.25em; 907 | -webkit-backface-visibility: hidden; 908 | backface-visibility: hidden; 909 | } 910 | 911 | .grid figure figcaption::before, 912 | .grid figure figcaption::after { 913 | pointer-events: none; 914 | } 915 | 916 | .grid figure figcaption, 917 | .grid figure figcaption > a { 918 | position: absolute; 919 | top: 0; 920 | left: 0; 921 | width: 100%; 922 | height: 100%; 923 | } 924 | 925 | /* Anchor will cover the whole item by default */ 926 | /* For some effects it will show as a button */ 927 | .grid figure figcaption > a { 928 | z-index: 1000; 929 | text-indent: 200%; 930 | white-space: nowrap; 931 | font-size: 0; 932 | opacity: 0; 933 | } 934 | 935 | .grid figure h2 { 936 | word-spacing: -0.15em; 937 | font-weight: 300; 938 | } 939 | 940 | .grid figure h2 span { 941 | font-weight: 800; 942 | } 943 | 944 | .grid figure h2, 945 | .grid figure p { 946 | margin: 0; 947 | } 948 | 949 | .grid figure p { 950 | letter-spacing: 1px; 951 | font-size: 68.5%; 952 | } 953 | 954 | /*---------------*/ 955 | /***** Bubba *****/ 956 | /*---------------*/ 957 | 958 | figure.effect-bubba { 959 | background: #9e5406; 960 | } 961 | 962 | figure.effect-bubba img { 963 | opacity: 0.7; 964 | -webkit-transition: opacity 0.35s; 965 | transition: opacity 0.35s; 966 | } 967 | 968 | figure.effect-bubba:hover img { 969 | opacity: 0.4; 970 | } 971 | 972 | figure.effect-bubba figcaption::before, 973 | figure.effect-bubba figcaption::after { 974 | position: absolute; 975 | top: 30px; 976 | right: 30px; 977 | bottom: 30px; 978 | left: 30px; 979 | content: ''; 980 | opacity: 0; 981 | -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 982 | transition: opacity 0.35s, transform 0.35s; 983 | } 984 | 985 | figure.effect-bubba figcaption::before { 986 | border-top: 1px solid #fff; 987 | border-bottom: 1px solid #fff; 988 | -webkit-transform: scale(0,1); 989 | transform: scale(0,1); 990 | } 991 | 992 | figure.effect-bubba figcaption::after { 993 | border-right: 1px solid #fff; 994 | border-left: 1px solid #fff; 995 | -webkit-transform: scale(1,0); 996 | transform: scale(1,0); 997 | } 998 | 999 | figure.effect-bubba h2 { 1000 | padding-top: 10%; 1001 | -webkit-transition: -webkit-transform 0.35s; 1002 | transition: transform 0.35s; 1003 | -webkit-transform: translate3d(0,-20px,0); 1004 | transform: translate3d(0,-20px,0); 1005 | color: #fff; 1006 | } 1007 | 1008 | figure.effect-bubba p { 1009 | padding: 20px 2.5em; 1010 | opacity: 0; 1011 | -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 1012 | transition: opacity 0.35s, transform 0.35s; 1013 | -webkit-transform: translate3d(0,20px,0); 1014 | transform: translate3d(0,20px,0); 1015 | } 1016 | 1017 | figure.effect-bubba:hover figcaption::before, 1018 | figure.effect-bubba:hover figcaption::after { 1019 | opacity: 1; 1020 | -webkit-transform: scale(1); 1021 | transform: scale(1); 1022 | } 1023 | 1024 | figure.effect-bubba:hover h2, 1025 | figure.effect-bubba:hover p { 1026 | opacity: 1; 1027 | -webkit-transform: translate3d(0,0,0); 1028 | transform: translate3d(0,0,0); 1029 | } 1030 | 1031 | /*-----------------------*/ 1032 | /***** Quote Rotator *****/ 1033 | /*-----------------------*/ 1034 | 1035 | .cbp-qtrotator { 1036 | position: relative; 1037 | margin: 3em auto 0em auto; 1038 | max-width: 90%; 1039 | width: 90%; 1040 | } 1041 | 1042 | .cbp-qtrotator .cbp-qtcontent { 1043 | position: absolute; 1044 | min-height: 200px; 1045 | border-top: 1px solid #f4f4f4; 1046 | border-bottom: 1px solid #f4f4f4; 1047 | padding: 2em 0; 1048 | top: 0; 1049 | z-index: 0; 1050 | opacity: 0; 1051 | width: 100%; 1052 | } 1053 | 1054 | .no-js .cbp-qtrotator .cbp-qtcontent { 1055 | border-bottom: none; 1056 | } 1057 | 1058 | .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent, 1059 | .no-js .cbp-qtrotator .cbp-qtcontent { 1060 | position: relative; 1061 | z-index: 100; 1062 | pointer-events: auto; 1063 | opacity: 1; 1064 | } 1065 | 1066 | .cbp-qtrotator .cbp-qtcontent:before, 1067 | .cbp-qtrotator .cbp-qtcontent:after { 1068 | content: " "; 1069 | display: table; 1070 | } 1071 | 1072 | .cbp-qtrotator .cbp-qtcontent:after { 1073 | clear: both; 1074 | } 1075 | 1076 | .cbp-qtprogress { 1077 | position: absolute; 1078 | background: #FF5252; 1079 | height: 1px; 1080 | width: 0%; 1081 | top: 0; 1082 | z-index: 1000; 1083 | } 1084 | 1085 | .cbp-qtrotator blockquote { 1086 | margin: 0; 1087 | padding: 0; 1088 | border: 0; 1089 | font-size: 12px; 1090 | } 1091 | 1092 | .cbp-qtrotator blockquote p { 1093 | font-size: 2em; 1094 | color: #888; 1095 | font-weight: 300; 1096 | margin: 0.4em 0 1em; 1097 | } 1098 | 1099 | .cbp-qtrotator blockquote footer { 1100 | font-size: 1.2em; 1101 | } 1102 | 1103 | .cbp-qtrotator blockquote footer:before { 1104 | content: '― '; 1105 | } 1106 | 1107 | .cbp-qtrotator .cbp-qtcontent img { 1108 | float: right; 1109 | margin-left: 3em; 1110 | } 1111 | 1112 | /* Example for media query */ 1113 | @media screen and (max-width: 30.6em) { 1114 | 1115 | .cbp-qtrotator { 1116 | font-size: 70%; 1117 | } 1118 | 1119 | .cbp-qtrotator img { 1120 | width: 80px; 1121 | } 1122 | 1123 | } 1124 | 1125 | /*------------------------------*/ 1126 | /***** Circle Social Images *****/ 1127 | /*-----------------------------*/ 1128 | 1129 | .circular { 1130 | width: 300px; 1131 | height: 300px; 1132 | border-radius: 150px; 1133 | -webkit-border-radius: 150px; 1134 | -moz-border-radius: 150px; 1135 | box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1136 | -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1137 | -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1138 | } 1139 | 1140 | 1141 | .people img { 1142 | width: 150px; 1143 | height: 150px; 1144 | border-radius: 50%; 1145 | display: block; 1146 | margin-left: auto; 1147 | margin-right: auto; 1148 | } 1149 | 1150 | .visual img { 1151 | width: 150px; 1152 | height: 150px; 1153 | border-radius: 50%; 1154 | display: block; 1155 | margin-left: auto; 1156 | margin-right: auto; 1157 | box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1158 | } 1159 | -------------------------------------------------------------------------------- /01-23_Wang/README.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | ```{r, echo=FALSE, warning=FALSE, message=FALSE} 11 | library(stringr) 12 | 13 | date <- "1/23/2020" 14 | 15 | quarter <- "Winter2020" 16 | date <- "01/23" 17 | week_folder <- "01-23_Wang" 18 | 19 | 20 | vendor <- "Papa Johns" 21 | title <- "Toward a Science of Failure" 22 | 23 | 24 | speaker <- "Dashun Wang" 25 | department <- "Associate Professor of Management and Organizations - Kellogg School of Management" 26 | university <- "Northwestern University" 27 | github_home <- "https://github.com/uchicago-computation-workshop" 28 | 29 | #Update Weekly 30 | issues_url <- "https://github.com/uchicago-computation-workshop/Winter2020/issues/3" 31 | 32 | 33 | #Papers 34 | 35 | week_paper_ref0 <- 'Wang, Yang, Benjamin F. Jones, and Dashun Wang. 2019. "Early-career setback and future career impact." *Nature Communications* 10:4331. DOI:10.1038/s41467-019-12189-3.' 36 | week_paper_file0 <- "s41467-019-12189-3.pdf" 37 | 38 | 39 | week_paper_ref1 <- 'Yin, Yian, Yang Wang, James A. Evans, and Dashun Wang. 2019. "Quantifying the dynamics of failure across science, startups and security." *Nature* 575:190–194.' 40 | week_paper_file1 <- "s41586-019-1725-y.pdf" 41 | 42 | 43 | #No Need to Edit 44 | week_repo <- paste0("https://github.com/uchicago-computation-workshop/",quarter,"/tree/master/",week_folder) 45 | 46 | readings0 <- paste0("[", week_paper_ref0,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file0,")") 47 | readings1 <- paste0("[", week_paper_ref1,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file1,")") 48 | 49 | 50 | ``` 51 | 52 | 53 | 54 |
55 | 56 |

The Computational Social Science Workshop Presents

57 | 58 |

`r speaker`

59 |

`r department`

60 |

`r university`

61 | 62 |

63 | 64 | 65 | 66 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

67 | 68 | 69 | 70 |
71 | 72 |
73 |

74 | `r title` 75 |

76 | 77 |
78 |
79 | 80 | 81 | 82 |

83 | 84 | **Summary:** Setbacks are an integral part of a scientific career, yet little is known about their long-term effects. Here we examine junior scientists applying for National Institutes of Health R01 grants. By focusing on proposals that fell just below and just above the funding threshold, we compare near-miss with narrow-win applicants, and find that an early-career setback has powerful, opposing effects. On the one hand, it significantly increases attrition, predicting more than a 10% chance of disappearing permanently from the NIH system. Yet, despite an early setback, individuals with near misses systematically outperform those with narrow wins in the longer run. Moreover, this performance advantage seems to go beyond a screening mechanism, suggesting early-career setback appears to cause a performance improvement among those who persevere. Overall, these findings are consistent with the concept that “what doesn’t kill me makes me stronger,” which may have broad implications for identifying, training and nurturing junior scientists. I also discuss a second project in which we model how human achievements are often preceded by repeated failures to illuminate the mechanisms that govern the dynamics of failure. Building on previous research relating to innovation, human dynamics and learning, we develop a simple one-parameter model that mimics how successful future attempts build on past efforts. Solving this model analytically suggests that a phase transition separates the dynamics of failure into regions of progression or stagnation and predicts that, near the critical threshold, agents who share similar characteristics and learning strategies may experience fundamentally different outcomes following failures. Above the critical point, agents exploit incremental refinements to systematically advance towards success, whereas below it, they explore disjoint opportunities without a pattern of improvement. The model makes several empirically testable predictions, demonstrating that those who eventually succeed and those who do not may initially appear similar, but can be characterized by fundamentally distinct failure dynamics in terms of the efficiency and quality associated with each subsequent attempt. We validated these with large-scale data from three disparate domains—scientists attempting to obtain National Institutes of Health (NIH) grants to fund their research, entrepreneurs seeking to successfully exit their startup ventures, and terrorist organizations trying claim casualties in violent attacks. Our findings unveil detectable yet previously unknown early signals that enable us to identify failure dynamics that predict ultimate success or failure. Given the ubiquitous nature of failure and the paucity of quantitative approaches to understand it, these results represent an initial step towards deeper understanding of the complex dynamics underlying failure. 85 | 86 | 87 |

88 | 89 |
90 | 91 |

Thursday, `r date`

92 |

11:00am-12:20pm

93 |

Cummings Life Science Center, Room 101

94 | 95 | 96 | 97 |

A light lunch will be provided by `r vendor`.

98 | 99 |

100 | 101 |

102 | 103 | **`r speaker`** is an Associate Professor of Management and Organizations at the Kellogg School of Management, and (by courtesy) the McCormick School of Engineering, at Northwestern University. At Kellogg, he is the Founding Director of the Center for Science of Science and Innovation (CSSI). He is also a core faculty at the Northwestern Institute on Complex Systems (NICO). His current research focus is on Science of Science, a quest to turn the scientific methods and curiosities upon ourselves, hoping to use and develop tools from complexity sciences and artificial intelligence to broadly explore the opportunities for innovation and promises of prosperity offered by the recent data explosion in science. Dashun is a recipient of the AFOSR Young Investigator award (2016) and Poets & Quants Best 40 Under 40 Professors (2019). 104 |

105 | 106 | 107 |
108 | 109 | This week's suggested readings: 110 | 111 | - `r readings0` 112 | - `r readings1` 113 | 114 |
115 | 116 |

117 | 118 | --- 119 | 120 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

121 | 122 | 123 | 124 | 125 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

126 | -------------------------------------------------------------------------------- /01-23_Wang/README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 81 | 82 | 83 | 84 |
85 | 86 | 87 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 106 | 107 | 108 |


109 |

110 | The Computational Social Science Workshop Presents 111 |

112 |

113 | Dashun Wang 114 |

115 |

116 | Associate Professor of Management and Organizations - Kellogg School of Management 117 |

118 |

119 | Northwestern University 120 |

121 |



122 |

123 | The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week’s talk: 124 |

125 |


126 |
127 |

128 | Toward a Science of Failure 129 |

130 |


131 |
132 |

133 |

Summary: Setbacks are an integral part of a scientific career, yet little is known about their long-term effects. Here we examine junior scientists applying for National Institutes of Health R01 grants. By focusing on proposals that fell just below and just above the funding threshold, we compare near-miss with narrow-win applicants, and find that an early-career setback has powerful, opposing effects. On the one hand, it significantly increases attrition, predicting more than a 10% chance of disappearing permanently from the NIH system. Yet, despite an early setback, individuals with near misses systematically outperform those with narrow wins in the longer run. Moreover, this performance advantage seems to go beyond a screening mechanism, suggesting early-career setback appears to cause a performance improvement among those who persevere. Overall, these findings are consistent with the concept that “what doesn’t kill me makes me stronger,” which may have broad implications for identifying, training and nurturing junior scientists. I also discuss a second project in which we model how human achievements are often preceded by repeated failures to illuminate the mechanisms that govern the dynamics of failure. Building on previous research relating to innovation, human dynamics and learning, we develop a simple one-parameter model that mimics how successful future attempts build on past efforts. Solving this model analytically suggests that a phase transition separates the dynamics of failure into regions of progression or stagnation and predicts that, near the critical threshold, agents who share similar characteristics and learning strategies may experience fundamentally different outcomes following failures. Above the critical point, agents exploit incremental refinements to systematically advance towards success, whereas below it, they explore disjoint opportunities without a pattern of improvement. The model makes several empirically testable predictions, demonstrating that those who eventually succeed and those who do not may initially appear similar, but can be characterized by fundamentally distinct failure dynamics in terms of the efficiency and quality associated with each subsequent attempt. We validated these with large-scale data from three disparate domains—scientists attempting to obtain National Institutes of Health (NIH) grants to fund their research, entrepreneurs seeking to successfully exit their startup ventures, and terrorist organizations trying claim casualties in violent attacks. Our findings unveil detectable yet previously unknown early signals that enable us to identify failure dynamics that predict ultimate success or failure. Given the ubiquitous nature of failure and the paucity of quantitative approaches to understand it, these results represent an initial step towards deeper understanding of the complex dynamics underlying failure.

134 |

135 |


136 |

137 | Thursday, 01/23 138 |

139 |

140 | 11:00am-12:20pm 141 |

142 |

143 | Cummings Life Science Center, Room 101 144 |

145 | 146 |

147 | A light lunch will be provided by Papa Johns. 148 |

149 |



150 |

151 | Dashun Wang is an Associate Professor of Management and Organizations at the Kellogg School of Management, and (by courtesy) the McCormick School of Engineering, at Northwestern University. At Kellogg, he is the Founding Director of the Center for Science of Science and Innovation (CSSI). He is also a core faculty at the Northwestern Institute on Complex Systems (NICO). His current research focus is on Science of Science, a quest to turn the scientific methods and curiosities upon ourselves, hoping to use and develop tools from complexity sciences and artificial intelligence to broadly explore the opportunities for innovation and promises of prosperity offered by the recent data explosion in science. Dashun is a recipient of the AFOSR Young Investigator award (2016) and Poets & Quants Best 40 Under 40 Professors (2019). 152 |

153 |


154 |

This week’s suggested readings:

155 | 159 |


160 |



161 |
162 |

163 | The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome. 164 |

165 |

166 | Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop’s public repository on GitHub. 167 |

168 | 169 | 170 | 171 | 172 |
173 | 174 | 186 | 187 | 188 | 196 | 197 | 198 | 199 | -------------------------------------------------------------------------------- /01-23_Wang/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 |

The Computational Social Science Workshop Presents

17 | 18 |

Dashun Wang

19 |

Associate Professor of Management and Organizations - Kellogg School of Management

20 |

Northwestern University

21 | 22 |

23 | 24 | 25 | 26 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

27 | 28 | 29 | 30 |
31 | 32 |
33 |

34 | Toward a Science of Failure 35 |

36 | 37 |
38 |
39 | 40 | 41 | 42 |

43 | 44 | **Summary:** Setbacks are an integral part of a scientific career, yet little is known about their long-term effects. Here we examine junior scientists applying for National Institutes of Health R01 grants. By focusing on proposals that fell just below and just above the funding threshold, we compare near-miss with narrow-win applicants, and find that an early-career setback has powerful, opposing effects. On the one hand, it significantly increases attrition, predicting more than a 10% chance of disappearing permanently from the NIH system. Yet, despite an early setback, individuals with near misses systematically outperform those with narrow wins in the longer run. Moreover, this performance advantage seems to go beyond a screening mechanism, suggesting early-career setback appears to cause a performance improvement among those who persevere. Overall, these findings are consistent with the concept that “what doesn’t kill me makes me stronger,” which may have broad implications for identifying, training and nurturing junior scientists. I also discuss a second project in which we model how human achievements are often preceded by repeated failures to illuminate the mechanisms that govern the dynamics of failure. Building on previous research relating to innovation, human dynamics and learning, we develop a simple one-parameter model that mimics how successful future attempts build on past efforts. Solving this model analytically suggests that a phase transition separates the dynamics of failure into regions of progression or stagnation and predicts that, near the critical threshold, agents who share similar characteristics and learning strategies may experience fundamentally different outcomes following failures. Above the critical point, agents exploit incremental refinements to systematically advance towards success, whereas below it, they explore disjoint opportunities without a pattern of improvement. The model makes several empirically testable predictions, demonstrating that those who eventually succeed and those who do not may initially appear similar, but can be characterized by fundamentally distinct failure dynamics in terms of the efficiency and quality associated with each subsequent attempt. We validated these with large-scale data from three disparate domains—scientists attempting to obtain National Institutes of Health (NIH) grants to fund their research, entrepreneurs seeking to successfully exit their startup ventures, and terrorist organizations trying claim casualties in violent attacks. Our findings unveil detectable yet previously unknown early signals that enable us to identify failure dynamics that predict ultimate success or failure. Given the ubiquitous nature of failure and the paucity of quantitative approaches to understand it, these results represent an initial step towards deeper understanding of the complex dynamics underlying failure. 45 | 46 | 47 |

48 | 49 |
50 | 51 |

Thursday, 01/23

52 |

11:00am-12:20pm

53 |

Cummings Life Science Center, Room 101

54 | 55 | 56 | 57 |

A light lunch will be provided by Papa Johns.

58 | 59 |

60 | 61 |

62 | 63 | **Dashun Wang** is an Associate Professor of Management and Organizations at the Kellogg School of Management, and (by courtesy) the McCormick School of Engineering, at Northwestern University. At Kellogg, he is the Founding Director of the Center for Science of Science and Innovation (CSSI). He is also a core faculty at the Northwestern Institute on Complex Systems (NICO). His current research focus is on Science of Science, a quest to turn the scientific methods and curiosities upon ourselves, hoping to use and develop tools from complexity sciences and artificial intelligence to broadly explore the opportunities for innovation and promises of prosperity offered by the recent data explosion in science. Dashun is a recipient of the AFOSR Young Investigator award (2016) and Poets & Quants Best 40 Under 40 Professors (2019). 64 |

65 | 66 | 67 |
68 | 69 | This week's suggested readings: 70 | 71 | - [Wang, Yang, Benjamin F. Jones, and Dashun Wang. 2019. "Early-career setback and future career impact." *Nature Communications* 10:4331. DOI:10.1038/s41467-019-12189-3.](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/01-23_Wang/s41467-019-12189-3.pdf) 72 | - [Yin, Yian, Yang Wang, James A. Evans, and Dashun Wang. 2019. "Quantifying the dynamics of failure across science, startups and security." *Nature* 575:190–194.](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/01-23_Wang/s41586-019-1725-y.pdf) 73 | 74 |
75 | 76 |

77 | 78 | --- 79 | 80 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

81 | 82 | 83 | 84 | 85 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

86 | -------------------------------------------------------------------------------- /01-23_Wang/s41467-019-12189-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uchicago-computation-workshop/Winter2020/34aa0b10aea08b3dd29b81c82a7f80cf740bf5e4/01-23_Wang/s41467-019-12189-3.pdf -------------------------------------------------------------------------------- /01-23_Wang/s41586-019-1725-y.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uchicago-computation-workshop/Winter2020/34aa0b10aea08b3dd29b81c82a7f80cf740bf5e4/01-23_Wang/s41586-019-1725-y.pdf -------------------------------------------------------------------------------- /01-30_Becker/Becker_Network_Structures_of_Collective_Intelligence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uchicago-computation-workshop/Winter2020/34aa0b10aea08b3dd29b81c82a7f80cf740bf5e4/01-30_Becker/Becker_Network_Structures_of_Collective_Intelligence.pdf -------------------------------------------------------------------------------- /01-30_Becker/README.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | ```{r, echo=FALSE, warning=FALSE, message=FALSE} 11 | library(stringr) 12 | 13 | date <- "1/30/2020" 14 | 15 | quarter <- "Winter2020" 16 | date <- "01/30" 17 | week_folder <- "01-30_Becker" 18 | 19 | 20 | vendor <- "TBD" 21 | title <- "Network Structures of Collective Intelligence: The Contingent Benefits of Group Discussion" 22 | 23 | 24 | speaker <- "Joshua Becker" 25 | department <- "Postdoctoral Fellow, Kellogg School of Management, Northwestern Institute on Complex Systems" 26 | university <- "Northwestern University" 27 | github_home <- "https://github.com/uchicago-computation-workshop" 28 | 29 | #Update Weekly 30 | issues_url <- "https://github.com/uchicago-computation-workshop/Winter2020/issues/4" 31 | 32 | 33 | #Papers 34 | 35 | week_paper_ref0 <- 'Becker, Joshua. 2019. "Network Structures of Collective Intelligence: The Contingent Benefits of Group Discussion." Working Paper, August 31, 2019.' 36 | week_paper_file0 <- "Becker_Network_Structures_of_Collective_Intelligence.pdf" 37 | 38 | 39 | 40 | #No Need to Edit 41 | week_repo <- paste0("https://github.com/uchicago-computation-workshop/",quarter,"/tree/master/",week_folder) 42 | 43 | readings0 <- paste0("[", week_paper_ref0,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file0,")") 44 | 45 | 46 | ``` 47 | 48 | 49 | 50 |
51 | 52 |

The Computational Social Science Workshop Presents

53 | 54 |

`r speaker`

55 |

`r department`

56 |

`r university`

57 | 58 |

59 | 60 | 61 | 62 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

63 | 64 | 65 | 66 |
67 | 68 |
69 |

70 | `r title` 71 |

72 | 73 |
74 |
75 | 76 | 77 | 78 |

79 | 80 | **Summary:** Research on belief formation has produced contradictory findings on whether and when 81 | communication between group members will improve the accuracy of estimations such as 82 | economic forecasts, medical diagnoses, and job candidate assessments. While some evidence 83 | suggests that carefully mediated processes (i.e., the “Delphi method”) produce more accurate 84 | beliefs than unstructured discussion, others argue that unstructured discussion outperforms 85 | mediated processes. Still others argue that independent individuals produce the most accurate 86 | beliefs. This paper shows how network theories of belief formation can resolve these 87 | inconsistencies. Emergent network structures of influence—even in groups with no apparent 88 | structure, such as committees—interact with the pre-discussion belief distribution to moderate the 89 | effect of communication on belief formation. As a result, communication sometimes increases and 90 | sometimes decreases the accuracy of the average belief in a group. The effects differ for mediated 91 | processes and unstructured communication, such that the relative benefit of each communication 92 | format depends on both group dynamics as well as the statistical properties of pre-interaction 93 | beliefs. These results resolve contradictions in previous research and offer practical 94 | recommendations for teams and organizations. 95 | 96 | 97 |

98 | 99 |
100 | 101 |

Thursday, `r date`

102 |

11:00am-12:20pm

103 |

Cummings Life Science Center, Room 101

104 | 105 | 106 | 107 | 108 | 109 |

110 | 111 |

112 | 113 | **`r speaker`** is a postdoctoral fellow at the Kellogg School of Management, Northwestern University, and a researcher in residence at the Northwestern Institute on Complex Systems. Joshua completed his PhD at the Annenberg School for Communication, University of Pennsylvania. Prior to graduate school, he worked professionally in mediation and conflict resolution and now serves as a pro-bono mediator with the Chicago Conflict Resolution Center. His research has been published in Science, Proceedings of the National Academy of Sciences, and Harvard Business Review. 114 |

115 | 116 | 117 |
118 | 119 | This week's suggested readings: 120 | 121 | - `r readings0` 122 | 123 |
124 | 125 |

126 | 127 | --- 128 | 129 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

130 | 131 | 132 | 133 | 134 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

135 | -------------------------------------------------------------------------------- /01-30_Becker/README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 81 | 82 | 83 | 84 |
85 | 86 | 87 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 106 | 107 | 108 |


109 |

110 | The Computational Social Science Workshop Presents 111 |

112 |

113 | Joshua Becker 114 |

115 |

116 | Postdoctoral Fellow, Kellogg School of Management, Northwestern Institute on Complex Systems 117 |

118 |

119 | Northwestern University 120 |

121 |



122 |

123 | The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week’s talk: 124 |

125 |


126 |
127 |

128 | Network Structures of Collective Intelligence: The Contingent Benefits of Group Discussion 129 |

130 |


131 |
132 |

133 |

Summary: Research on belief formation has produced contradictory findings on whether and when communication between group members will improve the accuracy of estimations such as economic forecasts, medical diagnoses, and job candidate assessments. While some evidence suggests that carefully mediated processes (i.e., the “Delphi method”) produce more accurate beliefs than unstructured discussion, others argue that unstructured discussion outperforms mediated processes. Still others argue that independent individuals produce the most accurate beliefs. This paper shows how network theories of belief formation can resolve these inconsistencies. Emergent network structures of influence—even in groups with no apparent structure, such as committees—interact with the pre-discussion belief distribution to moderate the effect of communication on belief formation. As a result, communication sometimes increases and sometimes decreases the accuracy of the average belief in a group. The effects differ for mediated processes and unstructured communication, such that the relative benefit of each communication format depends on both group dynamics as well as the statistical properties of pre-interaction beliefs. These results resolve contradictions in previous research and offer practical recommendations for teams and organizations.

134 |

135 |


136 |

137 | Thursday, 01/30 138 |

139 |

140 | 11:00am-12:20pm 141 |

142 |

143 | Cummings Life Science Center, Room 101 144 |

145 | 146 | 147 |



148 |

149 | Joshua Becker is a postdoctoral fellow at the Kellogg School of Management, Northwestern University, and a researcher in residence at the Northwestern Institute on Complex Systems. Joshua completed his PhD at the Annenberg School for Communication, University of Pennsylvania. Prior to graduate school, he worked professionally in mediation and conflict resolution and now serves as a pro-bono mediator with the Chicago Conflict Resolution Center. His research has been published in Science, Proceedings of the National Academy of Sciences, and Harvard Business Review. 150 |

151 |


152 |

This week’s suggested readings:

153 | 156 |


157 |



158 |
159 |

160 | The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome. 161 |

162 |

163 | Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop’s public repository on GitHub. 164 |

165 | 166 | 167 | 168 | 169 |
170 | 171 | 183 | 184 | 185 | 193 | 194 | 195 | 196 | -------------------------------------------------------------------------------- /01-30_Becker/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 |

The Computational Social Science Workshop Presents

17 | 18 |

Joshua Becker

19 |

Postdoctoral Fellow, Kellogg School of Management, Northwestern Institute on Complex Systems

20 |

Northwestern University

21 | 22 |

23 | 24 | 25 | 26 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

27 | 28 | 29 | 30 |
31 | 32 |
33 |

34 | Network Structures of Collective Intelligence: The Contingent Benefits of Group Discussion 35 |

36 | 37 |
38 |
39 | 40 | 41 | 42 |

43 | 44 | **Summary:** Research on belief formation has produced contradictory findings on whether and when 45 | communication between group members will improve the accuracy of estimations such as 46 | economic forecasts, medical diagnoses, and job candidate assessments. While some evidence 47 | suggests that carefully mediated processes (i.e., the “Delphi method”) produce more accurate 48 | beliefs than unstructured discussion, others argue that unstructured discussion outperforms 49 | mediated processes. Still others argue that independent individuals produce the most accurate 50 | beliefs. This paper shows how network theories of belief formation can resolve these 51 | inconsistencies. Emergent network structures of influence—even in groups with no apparent 52 | structure, such as committees—interact with the pre-discussion belief distribution to moderate the 53 | effect of communication on belief formation. As a result, communication sometimes increases and 54 | sometimes decreases the accuracy of the average belief in a group. The effects differ for mediated 55 | processes and unstructured communication, such that the relative benefit of each communication 56 | format depends on both group dynamics as well as the statistical properties of pre-interaction 57 | beliefs. These results resolve contradictions in previous research and offer practical 58 | recommendations for teams and organizations. 59 | 60 | 61 |

62 | 63 |
64 | 65 |

Thursday, 01/30

66 |

11:00am-12:20pm

67 |

Cummings Life Science Center, Room 101

68 | 69 | 70 | 71 | 72 | 73 |

74 | 75 |

76 | 77 | **Joshua Becker** is a postdoctoral fellow at the Kellogg School of Management, Northwestern University, and a researcher in residence at the Northwestern Institute on Complex Systems. Joshua completed his PhD at the Annenberg School for Communication, University of Pennsylvania. Prior to graduate school, he worked professionally in mediation and conflict resolution and now serves as a pro-bono mediator with the Chicago Conflict Resolution Center. His research has been published in Science, Proceedings of the National Academy of Sciences, and Harvard Business Review. 78 |

79 | 80 | 81 |
82 | 83 | This week's suggested readings: 84 | 85 | - [Becker, Joshua. 2019. "Network Structures of Collective Intelligence: The Contingent Benefits of Group Discussion." Working Paper, August 31, 2019.](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/01-30_Becker/Becker_Network_Structures_of_Collective_Intelligence.pdf) 86 | 87 |
88 | 89 |

90 | 91 | --- 92 | 93 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

94 | 95 | 96 | 97 | 98 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

99 | -------------------------------------------------------------------------------- /01-30_Becker/style.css: -------------------------------------------------------------------------------- 1 | @import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800); 2 | @import url(http://fonts.googleapis.com/css?family=Lobster); 3 | @import url(http://fonts.googleapis.com/css?family=Lato); 4 | 5 | /*! 6 | * My Portfolio v1.0.0 7 | * Homepage: http://scripteden.com 8 | * Copyright 2015 Script Eden 9 | * Licensed under MIT 10 | */ 11 | 12 | /* ---------------------------------------------- /* 13 | * Slider 14 | /* ---------------------------------------------- */ 15 | 16 | 17 | body { margin: 0; } 18 | div#slider { overflow: hidden; } 19 | div#slider figure img { width: 20%; float: left; } 20 | div#slider figure { 21 | position: relative; 22 | width: 500%; 23 | height: 10%; 24 | margin: 0; 25 | left: 0; 26 | text-align: left; 27 | font-size: 0; 28 | -webkit-animation-name: slidy; 29 | -keyframes-name: slidy; 30 | animation: 5s slidy infinite; 31 | } 32 | 33 | 34 | 35 | 36 | body { 37 | font: 300 14px/1.8 'Raleway', sans-serif; 38 | color: #666; 39 | overflow-x: hidden; 40 | } 41 | 42 | img { 43 | max-width: 100%; 44 | height: auto; 45 | } 46 | 47 | a { 48 | color: #428bca; 49 | } 50 | 51 | a:hover { 52 | text-decoration: none; 53 | color: #E7746F; 54 | } 55 | 56 | /* ---------------------------------------------- /* 57 | * Transition elsements 58 | /* ---------------------------------------------- */ 59 | 60 | 61 | .navbar a, 62 | .form-control { 63 | -webkit-transition: all 0.4s ease-in-out 0s; 64 | -moz-transition: all 0.4s ease-in-out 0s; 65 | -ms-transition: all 0.4s ease-in-out 0s; 66 | -o-transition: all 0.4s ease-in-out 0s; 67 | transition: all 0.4s ease-in-out 0s; 68 | } 69 | 70 | a, 71 | .btn { 72 | -webkit-transition: all 0.125s ease-in-out 0s; 73 | -moz-transition: all 0.125s ease-in-out 0s; 74 | -ms-transition: all 0.125s ease-in-out 0s; 75 | -o-transition: all 0.125s ease-in-out 0s; 76 | transition: all 0.125s ease-in-out 0s; 77 | } 78 | 79 | /* ---------------------------------------------- /* 80 | * Reset box-shadow 81 | /* ---------------------------------------------- */ 82 | 83 | .btn, 84 | .form-control, 85 | .form-control:hover, 86 | .form-control:focus, 87 | .navbar-custom .dropdown-menu { 88 | -webkit-box-shadow: none; 89 | box-shadow: none; 90 | } 91 | 92 | /* ---------------------------------------------- /* 93 | * Typography 94 | /* ---------------------------------------------- */ 95 | 96 | h1, h2, h3, h4, h5, h6 { 97 | font: 700 40px/1.2 Raleway, sans-serif; 98 | text-transform: uppercase; 99 | letter-spacing: 5px; 100 | margin: 5px 0 5px; 101 | color: #222; 102 | } 103 | 104 | h2 { 105 | font-size: 30px; 106 | margin: 0 0 0px; 107 | } 108 | 109 | h3 { 110 | font-size: 13px; 111 | letter-spacing: 1px; 112 | margin: 0 0 5px; 113 | } 114 | 115 | h4 { 116 | font-size: 12px; 117 | letter-spacing: 1px; 118 | } 119 | 120 | h5 { 121 | font-size: 12px; 122 | letter-spacing: 1px; 123 | font-weight: 400; 124 | } 125 | 126 | h6 { 127 | font-size: 11px; 128 | letter-spacing: 1px; 129 | font-weight: 400; 130 | } 131 | 132 | /* ---------------------------------------------- /* 133 | * Reset border-radius 134 | /* ---------------------------------------------- */ 135 | 136 | .btn, 137 | .iconbox, 138 | .progress, 139 | #filter li, 140 | .scroll-up a, 141 | .form-control, 142 | .input-group-addon { 143 | -webkit-border-radius: 3px; 144 | -moz-border-radius: 3px; 145 | -o-border-radius: 3px; 146 | border-radius: 3px; 147 | } 148 | 149 | 150 | /* ---------------------------------------------- /* 151 | * Input-group 152 | /* ---------------------------------------------- */ 153 | 154 | .input-group .form-control { 155 | z-index: auto; 156 | } 157 | 158 | .input-group-addon { 159 | background: #D8E1E4; 160 | border: 2px solid #D8E1E4; 161 | padding: 6px 15px; 162 | font-weight: 700; 163 | } 164 | 165 | /* ---------------------------------------------- /* 166 | * Inputs styles 167 | /* ---------------------------------------------- */ 168 | 169 | .form-control { 170 | background: #FFF; 171 | border: 1px solid #D8E1E4; 172 | font-size: 12px; 173 | padding: 0 15px; 174 | } 175 | 176 | .form-control:focus{ 177 | border-color: rgba(135, 135, 135, 0.7); 178 | } 179 | 180 | .input-lg, 181 | .form-horizontal .form-group-lg .form-control { 182 | height: 38px; 183 | font-size: 13px; 184 | } 185 | 186 | .input-sm, 187 | .form-horizontal .form-group-sm .form-control { 188 | font-size: 11px; 189 | height: 30px; 190 | } 191 | 192 | textarea.form-control { 193 | padding: 15px; 194 | max-width: 100%; 195 | min-width: 100%; 196 | } 197 | 198 | /* ---------------------------------------------- /* 199 | * Custom button style 200 | /* ---------------------------------------------- */ 201 | 202 | .btn { 203 | font-family: Raleway, sans-serif; 204 | text-transform: uppercase; 205 | letter-spacing: 1px; 206 | font-size: 13px; 207 | padding: 8px 26px; 208 | border: 0; 209 | } 210 | 211 | .btn:hover, 212 | .btn:focus, 213 | .btn:active, 214 | .btn.active { 215 | outline: inherit !important; 216 | } 217 | 218 | /* Button size */ 219 | 220 | .btn-lg, 221 | .btn-group-lg > .btn { 222 | padding: 10px 25px; 223 | font-size: 13px; 224 | background: rgba(17, 17, 17, 0.8); 225 | color: #fff; 226 | } 227 | 228 | .btn-custom-color { 229 | color: #428bca; 230 | } 231 | 232 | .btn-custom-color-bk { 233 | color: #222; 234 | } 235 | 236 | .btn-custom-color-bk:hover { 237 | color: #428bca; 238 | } 239 | 240 | .btn-lg:hover, 241 | .btn-group-lg > .btn:hover{ 242 | background: rgba(17, 17, 17, 1.8); 243 | color: #fff; 244 | } 245 | 246 | .btn-md, 247 | .btn-group-md > .btn { 248 | font-size: 13px; 249 | } 250 | 251 | .btn-sm, 252 | .btn-group-sm > .btn { 253 | padding: 6px 25px; 254 | font-size: 11px; 255 | } 256 | 257 | .btn-xs, 258 | .btn-group-xs > .btn { 259 | padding: 5px 25px; 260 | font-size: 10px; 261 | } 262 | 263 | .btn .icon-before { 264 | margin-right: 6px; 265 | } 266 | 267 | .btn .icon-after { 268 | margin-left: 6px; 269 | } 270 | 271 | /* ---------------------------------------------- /* 272 | * General Styles 273 | /* ---------------------------------------------- */ 274 | 275 | .pfblock { 276 | padding: 150px 0 150px; 277 | } 278 | 279 | .pfblock2 { 280 | padding-top: 0px; 281 | padding-bottom: 0px; 282 | margin-bottom: 5px; 283 | } 284 | 285 | .pfblock3 { 286 | padding-top: 25%; 287 | padding-bottom: 0%; 288 | margin-bottom: 5%; 289 | } 290 | 291 | #428bca 292 | .pfblock-gray { 293 | background: #f5f5f5; 294 | } 295 | 296 | .pfblock-image { 297 | padding: 0; 298 | } 299 | 300 | .calltoaction h1, 301 | .calltoaction h2, 302 | .calltoaction h3, 303 | .calltoaction h4, 304 | .calltoaction h5, 305 | .calltoaction h6, 306 | .pfblock-image, 307 | .pfblock-image h1, 308 | .pfblock-image h2, 309 | .pfblock-image h3, 310 | .pfblock-image h4, 311 | .pfblock-image h5, 312 | .pfblock-image h6 { 313 | color: #fff; 314 | } 315 | 316 | .pfblock-header { 317 | text-align: center; 318 | margin: 0 0 60px; 319 | } 320 | 321 | .pfblock-header2 { 322 | padding: 10em; 323 | text-align: center; 324 | margin: 0 0 60px; 325 | } 326 | 327 | .pfblock-header3 { 328 | padding: 0em; 329 | text-align: center; 330 | margin: 0 0 10px; 331 | } 332 | 333 | .pfblock-header4 { 334 | padding: 0em; 335 | text-align: center; 336 | margin: 0 0 0px; 337 | } 338 | 339 | 340 | .pfblock-header-left { 341 | text-align: left; 342 | } 343 | 344 | .pfblock-header-left .pfblock-line { 345 | width: inherit; 346 | margin: 30px 0; 347 | } 348 | 349 | .pfblock-title{ 350 | font-weight: 800; 351 | } 352 | 353 | .pfblock-subtitle { 354 | font-family: Raleway, "Times New Roman", Times, sans-serif; 355 | font-style: normal; 356 | font-size: 18px; 357 | text-align: justify; 358 | a { color: #428bca; } 359 | } 360 | 361 | .pfblock-line { 362 | background: rgba(135, 135, 135, 0.5); 363 | width: 100px; 364 | height: 1px; 365 | margin: 30px auto; 366 | text-align: justify; 367 | } 368 | 369 | .pfblock-icon { 370 | font-size: 32px; 371 | } 372 | 373 | .footertext { 374 | text-align: justify; 375 | margin: 0 auto; 376 | margin-bottom: 10px; 377 | font-style: normal; 378 | font-size: 75%; 379 | a { color: #428bca; } 380 | 381 | } 382 | 383 | .footertext2 { 384 | text-align: justify; 385 | margin: 0 auto; 386 | margin-bottom: 10px; 387 | font-style: normal; 388 | font-size: 100%; 389 | a { color: #428bca; } 390 | 391 | } 392 | 393 | 394 | .calltoaction *{ 395 | text-align: center; 396 | } 397 | .calltoaction { 398 | background-color: #222; 399 | background-repeat: no-repeat; 400 | background-position: 0 -125px; 401 | -webkit-background-size: cover; 402 | -moz-background-size: cover; 403 | -o-background-size: cover; 404 | background-size: cover; 405 | padding: 150px 0; 406 | color: #999; 407 | } 408 | 409 | .calltoaction h2 { 410 | font-size: 20px; 411 | text-shadow: 1px 1px #fff; 412 | letter-spacing: 1px; 413 | margin-bottom: 5px; 414 | color: #000; 415 | } 416 | 417 | .calltoaction-decription{ 418 | padding-top: 20px; 419 | padding-bottom: 30px; 420 | font-size: 20px; 421 | text-shadow: 1px 1px #fff; 422 | color: #000; 423 | } 424 | 425 | .calltoaction-btn { 426 | text-align: center; 427 | } 428 | 429 | .calltoaction-btn > .btn { 430 | background: rgba(255, 255, 255, .8); 431 | color: #111; 432 | margin-top: 5px; 433 | margin-bottom: 5px; 434 | } 435 | .calltoaction-btn > .btn:hover{ 436 | background: #fff; 437 | } 438 | 439 | .long-down { 440 | margin-bottom: 40px; 441 | } 442 | 443 | .center-justified { 444 | text-align: justify; 445 | margin: 0 auto; 446 | margin-bottom: 10px; 447 | width: 90%; 448 | font-family: Raleway, "Times New Roman", Times, sans-serif; 449 | font-style: normal; 450 | font-size: 18px; 451 | a { color: #428bca; } 452 | } 453 | 454 | .center-justified2 { 455 | text-align: justify; 456 | margin: 0 auto; 457 | margin-bottom: 10px; 458 | width: 90%; 459 | font-style: normal; 460 | font-size: 100%; 461 | a { color: #428bca; } 462 | } 463 | 464 | /* ---------------------------------------------- /* 465 | * Home 466 | /* ---------------------------------------------- */ 467 | 468 | #home { 469 | background-color: #222; 470 | background-attachment: fixed; 471 | background-repeat: no-repeat; 472 | background-position: 50% 50%; 473 | -webkit-background-size: cover; 474 | -moz-background-size: cover; 475 | -o-background-size: cover; 476 | background-size: cover; 477 | padding: 0; 478 | } 479 | 480 | .home-overlay { 481 | background-color: rgba(44, 62, 80, 0.3); 482 | background-repeat: repeat; 483 | height: 100%; 484 | left: 0; 485 | position: absolute; 486 | top: 0; 487 | width: 100%; 488 | z-index: 0; 489 | } 490 | 491 | .intro { 492 | position: absolute; 493 | width: 100%; 494 | top: 50%; 495 | left: 0; 496 | text-align: center; 497 | -webkit-transform: translate(0%, -50%); 498 | -moz-transform: translate(0%, -50%); 499 | -ms-transform: translate(0%, -50%); 500 | -o-transform: translate(0%, -50%); 501 | transform: translate(0%, -50%); 502 | padding: 0 15px; 503 | } 504 | 505 | .intro h1{ 506 | font-weight: 800; 507 | } 508 | 509 | .start { 510 | font-family: Raleway, "Times New Roman", Times, sans-serif; 511 | font-size: 16px; 512 | font-style: normal; 513 | text-transform: none; 514 | margin: 15px 0; 515 | } 516 | 517 | /* ---------------------------------------------- /* 518 | * Servise 519 | /* ---------------------------------------------- */ 520 | 521 | .iconbox { 522 | background: #fff; 523 | border-bottom: 1px solid #d4d4d4; 524 | text-align: center; 525 | padding: 40px 20px; 526 | margin: 0 0 20px; 527 | } 528 | 529 | .iconbox-icon { 530 | margin: 0 0 15px; 531 | font-size: 32px; 532 | color: #222; 533 | } 534 | 535 | .iconbox-title { 536 | margin: 0 0 15px; 537 | padding: 0; 538 | } 539 | 540 | .iconbox-title-pad { 541 | margin: 0 0 15px; 542 | padding-left:-30px; 543 | padding-right:-30px; 544 | } 545 | 546 | /* ---------------------------------------------- /* 547 | * Skills 548 | /* ---------------------------------------------- */ 549 | 550 | .chart { 551 | display: inline-block; 552 | height: 140px; 553 | margin: 50px 0; 554 | position: relative; 555 | text-align: center; 556 | width: 140px; 557 | } 558 | .chart canvas { 559 | left: 0; 560 | position: absolute; 561 | top: 0; 562 | } 563 | .percent { 564 | display: inline-block; 565 | font-size: 25px; 566 | font-weight: 300; 567 | line-height: 140px; 568 | z-index: 2; 569 | } 570 | .percent:after { 571 | content: "%"; 572 | font-size: 50%; 573 | margin-left: 0.1em; 574 | } 575 | 576 | /* ---------------------------------------------- /* 577 | * Contact 578 | /* ---------------------------------------------- */ 579 | 580 | .ajax-response { 581 | text-align: center; 582 | } 583 | 584 | /* ---------------------------------------------- /* 585 | * Footer 586 | /* ---------------------------------------------- */ 587 | 588 | #footer { 589 | background: #222; 590 | text-align: center; 591 | padding: 40px 0; 592 | color: #FFF; 593 | } 594 | 595 | .copyright { 596 | margin: 0; 597 | } 598 | 599 | 600 | 601 | .copyright a{ 602 | border-bottom: 1px 603 | } 604 | 605 | #footer span{ 606 | animation-iteration-count: infinite; 607 | -webkit-animation-iteration-count: infinite; 608 | color: #ff5252; 609 | } 610 | 611 | .social-links { 612 | list-style: none; 613 | padding: 0; 614 | margin: 0 0 20px; 615 | } 616 | 617 | .social-links li { 618 | display: inline-block; 619 | margin: 5px; 620 | } 621 | 622 | .social-links a { 623 | width: 36px; 624 | height: 36px; 625 | display: block; 626 | line-height: 35px; 627 | text-align: center; 628 | border: 1px solid rgba(255, 255, 255, .1); 629 | -webkit-border-radius: 3px; 630 | -moz-border-radius: 3px; 631 | border-radius: 3px; 632 | font-size: 14px; 633 | color: rgba(255, 255, 255, .2); 634 | } 635 | 636 | .social-links a:hover { 637 | border: 1px solid rgba(255, 255, 255, .5); 638 | color: rgba(255, 255, 255, .8); 639 | } 640 | 641 | /* ---------------------------------------------- /* 642 | * Navigation 643 | /* ---------------------------------------------- */ 644 | 645 | .header { 646 | border-bottom: 1px solid #f5f5f5; 647 | position: relative; 648 | width: 100%; 649 | z-index: 998; 650 | } 651 | 652 | .navbar-custom { 653 | border: 0; 654 | border-radius: 0; 655 | margin: 0; 656 | text-transform: uppercase; 657 | font-family: Raleway, sans-serif; 658 | } 659 | 660 | .navbar-custom, 661 | .navbar-custom .dropdown-menu { 662 | background: #fff; 663 | padding: 0; 664 | } 665 | 666 | .navbar-custom .navbar-brand, 667 | .navbar-custom .navbar-nav > li > a, 668 | .navbar-custom .navbar-nav .dropdown-menu > li > a { 669 | font-size: 11px; 670 | letter-spacing: 3px; 671 | color: #428bca; 672 | } 673 | 674 | .navbar-custom .nav li.active, 675 | .navbar-custom .nav li a:hover, 676 | .navbar-custom .nav li a:focus, 677 | .navbar-custom .navbar-nav > li.active a { 678 | background: none; 679 | outline: 0; 680 | color: #428bca; 681 | } 682 | 683 | .navbar-custom .navbar-brand { 684 | font-weight: 700; 685 | font-size: 22px; 686 | font-family: Lato, sans-serif; 687 | } 688 | 689 | .navbar-custom .dropdown-menu { 690 | border: 0; 691 | border-top: 2px solid #E7746F; 692 | border-radius: 0; 693 | } 694 | 695 | .navbar-custom .dropdown-menu > li > a { 696 | padding: 10px 20px; 697 | } 698 | 699 | .navbar-custom .nav .open > a, 700 | .navbar-custom .dropdown-menu > li > a:hover, 701 | .navbar-custom .dropdown-menu > li > a:focus { 702 | background: #f5f5f5; 703 | } 704 | 705 | .navbar-custom .navbar-toggle .icon-bar { 706 | background: #222; 707 | } 708 | 709 | /* ---------------------------------------------- /* 710 | * Scroll to top 711 | /* ---------------------------------------------- */ 712 | 713 | .scroll-up { 714 | position: fixed; 715 | display: none; 716 | z-index: 999; 717 | bottom: 2em; 718 | right: 2em; 719 | } 720 | 721 | .scroll-up a { 722 | background-color: rgba(135, 135, 135, 0.5); 723 | display: block; 724 | width: 35px; 725 | height: 35px; 726 | text-align: center; 727 | color: #fff; 728 | font-size: 15px; 729 | line-height: 30px; 730 | } 731 | 732 | .scroll-up a:hover, 733 | .scroll-up a:active { 734 | background-color: rgba(235, 235, 235, .8); 735 | color: #e7746f; 736 | } 737 | 738 | /* ---------------------------------------------- /* 739 | *Scroll Down 740 | /* ---------------------------------------------- */ 741 | 742 | .scroll-down { 743 | position: absolute; 744 | left: 50%; 745 | bottom: 40px; 746 | border: 2px solid #fff; 747 | border-radius: 50%; 748 | height: 50px; 749 | width: 50px; 750 | margin-left: -15px; 751 | display: block; 752 | z-index: 10; 753 | text-align: center; 754 | } 755 | 756 | .scroll-down span{ 757 | position: relative; 758 | color: #fff; 759 | -webkit-animation-name: drop; 760 | -webkit-animation-duration: 1s; 761 | -webkit-animation-timing-function: linear; 762 | -webkit-animation-delay: 0s; 763 | -webkit-animation-iteration-count: infinite; 764 | -webkit-animation-play-state: running; 765 | animation-name: drop; 766 | animation-duration: 1s; 767 | animation-timing-function: linear; 768 | animation-delay: 0s; 769 | animation-iteration-count: infinite; 770 | animation-play-state: running; 771 | } 772 | 773 | @-webkit-keyframes drop { 774 | 0% { top:0px; opacity: 0;} 775 | 30% { top:10px; opacity: 1;} 776 | 100% { top:25px; opacity: 0;} 777 | } 778 | 779 | @keyframes drop { 780 | 0% { top:0px; opacity: 0;} 781 | 30% { top:10px; opacity: 1;} 782 | 100% { top:25px; opacity: 0;} 783 | } 784 | 785 | .scroll-down2 { 786 | background-color: rgba(135, 135, 135, 0.5); 787 | position: absolute; 788 | border: 2px solid #fff; 789 | height: 35px; 790 | width: 35px; 791 | display: block; 792 | z-index: 999; 793 | text-align: center; 794 | top: 45%; 795 | right: 2em; 796 | } 797 | 798 | .scroll-down3 { 799 | background-color: rgba(135, 135, 135, 0.5); 800 | position: relative; 801 | border: 2px solid #fff; 802 | height: 35px; 803 | width: 35px; 804 | display: block; 805 | text-align: center; 806 | top: 10em; 807 | left: 2em; 808 | } 809 | 810 | /* ---------------------------------------------- /* 811 | * Preloader 812 | /* ---------------------------------------------- */ 813 | 814 | #preloader { 815 | background: #FFF; 816 | bottom: 0; 817 | left: 0; 818 | position: fixed; 819 | right: 0; 820 | top: 0; 821 | z-index: 9999; 822 | } 823 | 824 | #status { 825 | background-position: center; 826 | background-repeat: no-repeat; 827 | height: 200px; 828 | left: 50%; 829 | margin: -100px 0 0 -100px; 830 | position: absolute; 831 | top: 50%; 832 | width: 200px; 833 | } 834 | 835 | /* ---------------------------------------------- /* 836 | * Media 837 | /* ---------------------------------------------- */ 838 | 839 | @media (max-width: 767px) { 840 | 841 | .calltoaction { 842 | text-align: center; 843 | } 844 | 845 | } 846 | 847 | @media (max-width: 480px) { 848 | 849 | h1 { 850 | font-size: 34px; 851 | letter-spacing: 3px; 852 | } 853 | 854 | h2 { 855 | font-size: 24px; 856 | margin: 0 0 30px; 857 | letter-spacing: 3px; 858 | } 859 | 860 | } 861 | 862 | 863 | /*--------------------------------*/ 864 | /***** Portfolio Common style *****/ 865 | /*--------------------------------*/ 866 | 867 | .grid { 868 | position: relative; 869 | clear: both; 870 | margin: 0 auto; 871 | padding: 1em 0 4em; 872 | max-width: 100%; 873 | list-style: none; 874 | text-align: center; 875 | } 876 | 877 | .grid h2{ 878 | font-size: 20px; 879 | } 880 | 881 | .grid figure { 882 | position: relative; 883 | float: left; 884 | overflow: hidden; 885 | margin: 10px 1%; 886 | min-width: 100%; 887 | max-width: 100%; 888 | height: auto; 889 | background: #3085a3; 890 | text-align: center; 891 | cursor: pointer; 892 | } 893 | 894 | .grid figure img { 895 | position: relative; 896 | display: block; 897 | min-height: 100%; 898 | max-width: 100%; 899 | opacity: 0.8; 900 | } 901 | 902 | .grid figure figcaption { 903 | padding: 2em; 904 | color: #fff; 905 | text-transform: uppercase; 906 | font-size: 1.25em; 907 | -webkit-backface-visibility: hidden; 908 | backface-visibility: hidden; 909 | } 910 | 911 | .grid figure figcaption::before, 912 | .grid figure figcaption::after { 913 | pointer-events: none; 914 | } 915 | 916 | .grid figure figcaption, 917 | .grid figure figcaption > a { 918 | position: absolute; 919 | top: 0; 920 | left: 0; 921 | width: 100%; 922 | height: 100%; 923 | } 924 | 925 | /* Anchor will cover the whole item by default */ 926 | /* For some effects it will show as a button */ 927 | .grid figure figcaption > a { 928 | z-index: 1000; 929 | text-indent: 200%; 930 | white-space: nowrap; 931 | font-size: 0; 932 | opacity: 0; 933 | } 934 | 935 | .grid figure h2 { 936 | word-spacing: -0.15em; 937 | font-weight: 300; 938 | } 939 | 940 | .grid figure h2 span { 941 | font-weight: 800; 942 | } 943 | 944 | .grid figure h2, 945 | .grid figure p { 946 | margin: 0; 947 | } 948 | 949 | .grid figure p { 950 | letter-spacing: 1px; 951 | font-size: 68.5%; 952 | } 953 | 954 | /*---------------*/ 955 | /***** Bubba *****/ 956 | /*---------------*/ 957 | 958 | figure.effect-bubba { 959 | background: #9e5406; 960 | } 961 | 962 | figure.effect-bubba img { 963 | opacity: 0.7; 964 | -webkit-transition: opacity 0.35s; 965 | transition: opacity 0.35s; 966 | } 967 | 968 | figure.effect-bubba:hover img { 969 | opacity: 0.4; 970 | } 971 | 972 | figure.effect-bubba figcaption::before, 973 | figure.effect-bubba figcaption::after { 974 | position: absolute; 975 | top: 30px; 976 | right: 30px; 977 | bottom: 30px; 978 | left: 30px; 979 | content: ''; 980 | opacity: 0; 981 | -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 982 | transition: opacity 0.35s, transform 0.35s; 983 | } 984 | 985 | figure.effect-bubba figcaption::before { 986 | border-top: 1px solid #fff; 987 | border-bottom: 1px solid #fff; 988 | -webkit-transform: scale(0,1); 989 | transform: scale(0,1); 990 | } 991 | 992 | figure.effect-bubba figcaption::after { 993 | border-right: 1px solid #fff; 994 | border-left: 1px solid #fff; 995 | -webkit-transform: scale(1,0); 996 | transform: scale(1,0); 997 | } 998 | 999 | figure.effect-bubba h2 { 1000 | padding-top: 10%; 1001 | -webkit-transition: -webkit-transform 0.35s; 1002 | transition: transform 0.35s; 1003 | -webkit-transform: translate3d(0,-20px,0); 1004 | transform: translate3d(0,-20px,0); 1005 | color: #fff; 1006 | } 1007 | 1008 | figure.effect-bubba p { 1009 | padding: 20px 2.5em; 1010 | opacity: 0; 1011 | -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 1012 | transition: opacity 0.35s, transform 0.35s; 1013 | -webkit-transform: translate3d(0,20px,0); 1014 | transform: translate3d(0,20px,0); 1015 | } 1016 | 1017 | figure.effect-bubba:hover figcaption::before, 1018 | figure.effect-bubba:hover figcaption::after { 1019 | opacity: 1; 1020 | -webkit-transform: scale(1); 1021 | transform: scale(1); 1022 | } 1023 | 1024 | figure.effect-bubba:hover h2, 1025 | figure.effect-bubba:hover p { 1026 | opacity: 1; 1027 | -webkit-transform: translate3d(0,0,0); 1028 | transform: translate3d(0,0,0); 1029 | } 1030 | 1031 | /*-----------------------*/ 1032 | /***** Quote Rotator *****/ 1033 | /*-----------------------*/ 1034 | 1035 | .cbp-qtrotator { 1036 | position: relative; 1037 | margin: 3em auto 0em auto; 1038 | max-width: 90%; 1039 | width: 90%; 1040 | } 1041 | 1042 | .cbp-qtrotator .cbp-qtcontent { 1043 | position: absolute; 1044 | min-height: 200px; 1045 | border-top: 1px solid #f4f4f4; 1046 | border-bottom: 1px solid #f4f4f4; 1047 | padding: 2em 0; 1048 | top: 0; 1049 | z-index: 0; 1050 | opacity: 0; 1051 | width: 100%; 1052 | } 1053 | 1054 | .no-js .cbp-qtrotator .cbp-qtcontent { 1055 | border-bottom: none; 1056 | } 1057 | 1058 | .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent, 1059 | .no-js .cbp-qtrotator .cbp-qtcontent { 1060 | position: relative; 1061 | z-index: 100; 1062 | pointer-events: auto; 1063 | opacity: 1; 1064 | } 1065 | 1066 | .cbp-qtrotator .cbp-qtcontent:before, 1067 | .cbp-qtrotator .cbp-qtcontent:after { 1068 | content: " "; 1069 | display: table; 1070 | } 1071 | 1072 | .cbp-qtrotator .cbp-qtcontent:after { 1073 | clear: both; 1074 | } 1075 | 1076 | .cbp-qtprogress { 1077 | position: absolute; 1078 | background: #FF5252; 1079 | height: 1px; 1080 | width: 0%; 1081 | top: 0; 1082 | z-index: 1000; 1083 | } 1084 | 1085 | .cbp-qtrotator blockquote { 1086 | margin: 0; 1087 | padding: 0; 1088 | border: 0; 1089 | font-size: 12px; 1090 | } 1091 | 1092 | .cbp-qtrotator blockquote p { 1093 | font-size: 2em; 1094 | color: #888; 1095 | font-weight: 300; 1096 | margin: 0.4em 0 1em; 1097 | } 1098 | 1099 | .cbp-qtrotator blockquote footer { 1100 | font-size: 1.2em; 1101 | } 1102 | 1103 | .cbp-qtrotator blockquote footer:before { 1104 | content: '― '; 1105 | } 1106 | 1107 | .cbp-qtrotator .cbp-qtcontent img { 1108 | float: right; 1109 | margin-left: 3em; 1110 | } 1111 | 1112 | /* Example for media query */ 1113 | @media screen and (max-width: 30.6em) { 1114 | 1115 | .cbp-qtrotator { 1116 | font-size: 70%; 1117 | } 1118 | 1119 | .cbp-qtrotator img { 1120 | width: 80px; 1121 | } 1122 | 1123 | } 1124 | 1125 | /*------------------------------*/ 1126 | /***** Circle Social Images *****/ 1127 | /*-----------------------------*/ 1128 | 1129 | .circular { 1130 | width: 300px; 1131 | height: 300px; 1132 | border-radius: 150px; 1133 | -webkit-border-radius: 150px; 1134 | -moz-border-radius: 150px; 1135 | box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1136 | -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1137 | -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1138 | } 1139 | 1140 | 1141 | .people img { 1142 | width: 150px; 1143 | height: 150px; 1144 | border-radius: 50%; 1145 | display: block; 1146 | margin-left: auto; 1147 | margin-right: auto; 1148 | } 1149 | 1150 | .visual img { 1151 | width: 150px; 1152 | height: 150px; 1153 | border-radius: 50%; 1154 | display: block; 1155 | margin-left: auto; 1156 | margin-right: auto; 1157 | box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1158 | } 1159 | -------------------------------------------------------------------------------- /02-06_Boutyline/README.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | ```{r, echo=FALSE, warning=FALSE, message=FALSE} 11 | library(stringr) 12 | 13 | date <- "2/06/2020" 14 | 15 | quarter <- "Winter2020" 16 | date <- "02/06" 17 | week_folder <- "02-06_Becker" 18 | 19 | 20 | vendor <- "TBD" 21 | title <- "School, Studying, and Smarts: The Gender of Education Across 80 Years of American Print Media, 1930-2009" 22 | 23 | 24 | speaker <- "Andrei Boutyline" 25 | department <- "Assistant Professor, Department of Sociology" 26 | university <- "University of Michigan" 27 | github_home <- "https://github.com/uchicago-computation-workshop" 28 | 29 | #Update Weekly 30 | issues_url <- "https://github.com/uchicago-computation-workshop/Winter2020/issues/5" 31 | 32 | 33 | #Papers 34 | 35 | week_paper_ref0 <- 'Boutyline, Andrei, Alina Arseniev-Koehler, and Devin J. Cornell. 2020. "School, Studying, and Smarts: The Gender of Education Across 80 Years of American Print Media, 1930-2009," Working Paper, January 29, 2020.' 36 | week_paper_file0 <- "Boutyline_Arseniev-Koehler_and_Cornell.pdf" 37 | week_paper_file0 <- "" 38 | 39 | 40 | #No Need to Edit 41 | week_repo <- paste0("https://github.com/uchicago-computation-workshop/",quarter,"/tree/master/",week_folder) 42 | 43 | readings0 <- paste0("[", week_paper_ref0,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file0,")") 44 | 45 | 46 | ``` 47 | 48 | 49 | 50 |
51 | 52 |

The Computational Social Science Workshop Presents

53 | 54 |

`r speaker`

55 |

`r department`

56 |

`r university`

57 | 58 |

59 | 60 | 61 | 62 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

63 | 64 | 65 | 66 |
67 | 68 |
69 |

70 | `r title` 71 |

72 | 73 |
74 |
75 | 76 | 77 | 78 |

79 | 80 | **Summary:** In recent decades women’s educational attainment has increasingly come to surpass men’s. While recent work made strides in incorporating cultural models of gender into accounts of this reversal, it has implicitly assumed that these models have themselves remained substantively constant. In this article, we apply neural network word embeddings to a 200-million-word corpus of American print media (1930-2009) to examine whether and how these cultural models have changed. Our approach lets us estimate the extent to which each of over 10,000 English words occurs in feminine versus masculine contexts at different time points. We use this to track the changing gendered connotations of terms related to school, studying, socio-behavioral skills, behavioral problems, intelligence, and unintelligence. Our results point to three ideal-typical trajectories: (1) socio-behavioral skills and behavioral problems start out significantly feminine and masculine, respectively, and retain those connotations throughout the entire time period; (2) school and studying start out without significant gendered connotations, but finish with significant feminine connotations; (3) intelligence and unintelligence start out neutral or slightly feminine but finish significantly masculine. There is an exceptionally strong negative correlation between trends (2) and (3), which leads us to speculate that both changes are part of one overarching cultural shift. 81 | 82 | 83 |

84 | 85 |
86 | 87 |

Thursday, `r date`

88 |

11:00am-12:20pm

89 |

Cummings Life Science Center, Room 101

90 | 91 | 92 | 93 | 94 | 95 |

96 | 97 |

98 | 99 | **`r speaker`**'s research focuses on culture, cognition, methodology, and public opinion. He examines the supra-individual aspects of attitudes, tastes, and cognitive representations, with a special focus on political views. He is broadly interested in the society-wide distribution of these cultural elements, and the social and cognitive processes that give rise to this distribution. He draws on network analysis, statistics, and computer science to develop novel methods for these investigations. In a separate research stream, he studies the effects of political disagreement on social network structure. His work has appeared in the *American Journal of Sociology*, *Sociological Science*, and *Political Psychology*. 100 |

101 | 102 | 103 |
104 | 105 | This week's suggested readings: 106 | 107 | - `r readings0` 108 | - **Note**: This reading was privately sent to MACSS students and faculty. Please do not share or distribute the file. 109 | 110 |

111 | 112 | --- 113 | 114 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

115 | 116 | 117 | 118 | 119 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

120 | -------------------------------------------------------------------------------- /02-06_Boutyline/README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 81 | 82 | 83 | 84 |
85 | 86 | 87 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 106 | 107 | 108 |


109 |

110 | The Computational Social Science Workshop Presents 111 |

112 |

113 | Andrei Boutyline 114 |

115 |

116 | Assistant Professor, Department of Sociology 117 |

118 |

119 | University of Michigan 120 |

121 |



122 |

123 | The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week’s talk: 124 |

125 |


126 |
127 |

128 | School, Studying, and Smarts: The Gender of Education Across 80 Years of American Print Media, 1930-2009 129 |

130 |


131 |
132 |

133 |

Summary: In recent decades women’s educational attainment has increasingly come to surpass men’s. While recent work made strides in incorporating cultural models of gender into accounts of this reversal, it has implicitly assumed that these models have themselves remained substantively constant. In this article, we apply neural network word embeddings to a 200-million-word corpus of American print media (1930-2009) to examine whether and how these cultural models have changed. Our approach lets us estimate the extent to which each of over 10,000 English words occurs in feminine versus masculine contexts at different time points. We use this to track the changing gendered connotations of terms related to school, studying, socio-behavioral skills, behavioral problems, intelligence, and unintelligence. Our results point to three ideal-typical trajectories: (1) socio-behavioral skills and behavioral problems start out significantly feminine and masculine, respectively, and retain those connotations throughout the entire time period; (2) school and studying start out without significant gendered connotations, but finish with significant feminine connotations; (3) intelligence and unintelligence start out neutral or slightly feminine but finish significantly masculine. There is an exceptionally strong negative correlation between trends (2) and (3), which leads us to speculate that both changes are part of one overarching cultural shift.

134 |

135 |


136 |

137 | Thursday, 02/06 138 |

139 |

140 | 11:00am-12:20pm 141 |

142 |

143 | Cummings Life Science Center, Room 101 144 |

145 | 146 | 147 |



148 |

149 | Andrei Boutyline’s research focuses on culture, cognition, methodology, and public opinion. He examines the supra-individual aspects of attitudes, tastes, and cognitive representations, with a special focus on political views. He is broadly interested in the society-wide distribution of these cultural elements, and the social and cognitive processes that give rise to this distribution. He draws on network analysis, statistics, and computer science to develop novel methods for these investigations. In a separate research stream, he studies the effects of political disagreement on social network structure. His work has appeared in the American Journal of Sociology, Sociological Science, and Political Psychology. 150 |

151 |


152 |

This week’s suggested readings:

153 | 157 |



158 |
159 |

160 | The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome. 161 |

162 |

163 | Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop’s public repository on GitHub. 164 |

165 | 166 | 167 | 168 | 169 |
170 | 171 | 183 | 184 | 185 | 193 | 194 | 195 | 196 | -------------------------------------------------------------------------------- /02-06_Boutyline/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 |

The Computational Social Science Workshop Presents

17 | 18 |

Andrei Boutyline

19 |

Assistant Professor, Department of Sociology

20 |

University of Michigan

21 | 22 |

23 | 24 | 25 | 26 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

27 | 28 | 29 | 30 |
31 | 32 |
33 |

34 | School, Studying, and Smarts: The Gender of Education Across 80 Years of American Print Media, 1930-2009 35 |

36 | 37 |
38 |
39 | 40 | 41 | 42 |

43 | 44 | **Summary:** In recent decades women’s educational attainment has increasingly come to surpass men’s. While recent work made strides in incorporating cultural models of gender into accounts of this reversal, it has implicitly assumed that these models have themselves remained substantively constant. In this article, we apply neural network word embeddings to a 200-million-word corpus of American print media (1930-2009) to examine whether and how these cultural models have changed. Our approach lets us estimate the extent to which each of over 10,000 English words occurs in feminine versus masculine contexts at different time points. We use this to track the changing gendered connotations of terms related to school, studying, socio-behavioral skills, behavioral problems, intelligence, and unintelligence. Our results point to three ideal-typical trajectories: (1) socio-behavioral skills and behavioral problems start out significantly feminine and masculine, respectively, and retain those connotations throughout the entire time period; (2) school and studying start out without significant gendered connotations, but finish with significant feminine connotations; (3) intelligence and unintelligence start out neutral or slightly feminine but finish significantly masculine. There is an exceptionally strong negative correlation between trends (2) and (3), which leads us to speculate that both changes are part of one overarching cultural shift. 45 | 46 | 47 |

48 | 49 |
50 | 51 |

Thursday, 02/06

52 |

11:00am-12:20pm

53 |

Cummings Life Science Center, Room 101

54 | 55 | 56 | 57 | 58 | 59 |

60 | 61 |

62 | 63 | **Andrei Boutyline**'s research focuses on culture, cognition, methodology, and public opinion. He examines the supra-individual aspects of attitudes, tastes, and cognitive representations, with a special focus on political views. He is broadly interested in the society-wide distribution of these cultural elements, and the social and cognitive processes that give rise to this distribution. He draws on network analysis, statistics, and computer science to develop novel methods for these investigations. In a separate research stream, he studies the effects of political disagreement on social network structure. His work has appeared in the *American Journal of Sociology*, *Sociological Science*, and *Political Psychology*. 64 |

65 | 66 | 67 |
68 | 69 | This week's suggested readings: 70 | 71 | - [Boutyline, Andrei, Alina Arseniev-Koehler, and Devin J. Cornell. 2020. "School, Studying, and Smarts: The Gender of Education Across 80 Years of American Print Media, 1930-2009," Working Paper, January 29, 2020.](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/02-06_Becker/) 72 | - **Note**: This reading was privately sent to MACSS students and faculty. Please do not share or distribute the file. 73 | 74 |

75 | 76 | --- 77 | 78 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

79 | 80 | 81 | 82 | 83 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

84 | -------------------------------------------------------------------------------- /02-27_Ferrari/README.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | ```{r, echo=FALSE, warning=FALSE, message=FALSE} 11 | library(stringr) 12 | 13 | date <- "2/27/2020" 14 | 15 | quarter <- "Winter2020" 16 | date <- "02/27" 17 | week_folder <- "02-27_Ferrari" 18 | 19 | 20 | vendor <- "Papa Johns" 21 | title <- "Modeling Context-Dependent Latent Effect Heterogeneity with Applications to Study Public Political Polarization" 22 | 23 | 24 | speaker <- "Diogo Ferrari" 25 | department <- "Assistant Instructional Professor in Computational Social Science" 26 | university <- "University of Chicago" 27 | github_home <- "https://github.com/uchicago-computation-workshop" 28 | 29 | #Update Weekly 30 | issues_url <- "https://github.com/uchicago-computation-workshop/Winter2020/issues/6" 31 | 32 | 33 | #Papers 34 | 35 | week_paper_ref0 <- 'Ferrari, Diogo. 2019. "Modeling Context-Dependent Latent Effect Heterogeneity." *Political Analysis* 28(1):20-46.' 36 | week_paper_file0 <- "ferrari2020modeling.pdf" 37 | 38 | 39 | week_paper_ref1 <- '' 40 | week_paper_file1 <- "" 41 | 42 | 43 | #No Need to Edit 44 | week_repo <- paste0("https://github.com/uchicago-computation-workshop/",quarter,"/tree/master/",week_folder) 45 | 46 | readings0 <- paste0("[", week_paper_ref0,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file0,")") 47 | readings1 <- paste0("[", week_paper_ref1,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file1,")") 48 | 49 | 50 | ``` 51 | 52 | 53 | 54 |
55 | 56 |

The Computational Social Science Workshop Presents

57 | 58 |

`r speaker`

59 |

`r department`

60 |

`r university`

61 | 62 |

63 | 64 | 65 | 66 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

67 | 68 | 69 | 70 |
71 | 72 |
73 |

74 | `r title` 75 |

76 | 77 |
78 |
79 | 80 | 81 | 82 |

83 | 84 | **Summary:** In this workshop, I will introduce a hierarchical Dirichlet process of generalized linear models in which the latent heterogeneity in the effect of individual-level covariates depends on context-level features. Such a model is important in political analyses, for instance, when the data comes from different countries and the latent heterogeneity in political behavior can be a function of country-level characteristics. The supporting paper proposes a semi-parametric Bayesian approach, a Gibbs sampler for the general model, a special Gibbs sampler for Gaussian outcome variables, and a Hamiltonian Monte Carlo within Gibbs to handle discrete outcome variables. I demonstrate the importance of accounting for latent heterogeneity with a Monte Carlo exercise and with two applications that replicate recent scholarly work. I demonstrate how the proposed allow us to identify latent structures in public political polarization. 85 | 86 | 87 |

88 | 89 |
90 | 91 |

Thursday, `r date`

92 |

11:00am-12:20pm

93 |

Cummings Life Science Center, Room 101

94 | 95 | 96 | 97 | 98 | 99 |

100 | 101 |

102 | 103 | **`r speaker`** is an Assistant Instructional Professor in the Masters in Computational Social Science program and a Political Scientist with expertise in OECD and Latin America countries. He holds a PhD degree in Political Science and Scientific Computing from the University of Michigan, Ann Arbor, and an MA degree in Statistics from the same university. Dr. Ferrari is interested in a wide range of topics in computational social sciences, comparative politics, and political methodology. He teaches courses on Computational Methods for Political Science, Advanced Machine Learning, Bayesian Statistics, and Introduction to Computer Science. His doctoral research proposes innovative hierarchical unsupervised learning methods to estimate latent interactions in observational and experimental studies and to measure the polarization of policy preferences. Broadly, his substantive research combines political economy, political sociology, and social cognition approaches to study the formation of political preferences. In his recent research, he examines the connections between people's socioeconomic conditions, cognitive perceptions about the socioeconomic environment, and political opinions. 104 |

105 | 106 | 107 |
108 | 109 | This week's suggested readings: 110 | 111 | - `r readings0` 112 | 113 |
114 | 115 |

116 | 117 | --- 118 | 119 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

120 | 121 | 122 | 123 | 124 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

125 | -------------------------------------------------------------------------------- /02-27_Ferrari/README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 81 | 82 | 83 | 84 |
85 | 86 | 87 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 106 | 107 | 108 |


109 |

110 | The Computational Social Science Workshop Presents 111 |

112 |

113 | Diogo Ferrari 114 |

115 |

116 | Assistant Instructional Professor in Computational Social Science 117 |

118 |

119 | University of Chicago 120 |

121 |



122 |

123 | The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week’s talk: 124 |

125 |


126 |
127 |

128 | Modeling Context-Dependent Latent Effect Heterogeneity with Applications to Study Public Political Polarization 129 |

130 |


131 |
132 |

133 |

Summary: In this workshop, I will introduce a hierarchical Dirichlet process of generalized linear models in which the latent heterogeneity in the effect of individual-level covariates depends on context-level features. Such a model is important in political analyses, for instance, when the data comes from different countries and the latent heterogeneity in political behavior can be a function of country-level characteristics. The supporting paper proposes a semi-parametric Bayesian approach, a Gibbs sampler for the general model, a special Gibbs sampler for Gaussian outcome variables, and a Hamiltonian Monte Carlo within Gibbs to handle discrete outcome variables. I demonstrate the importance of accounting for latent heterogeneity with a Monte Carlo exercise and with two applications that replicate recent scholarly work. I demonstrate how the proposed allow us to identify latent structures in public political polarization.

134 |

135 |


136 |

137 | Thursday, 02/27 138 |

139 |

140 | 11:00am-12:20pm 141 |

142 |

143 | Cummings Life Science Center, Room 101 144 |

145 | 146 | 147 |



148 |

149 | Diogo Ferrari is an Assistant Instructional Professor in the Masters in Computational Social Science program and a Political Scientist with expertise in OECD and Latin America countries. He holds a PhD degree in Political Science and Scientific Computing from the University of Michigan, Ann Arbor, and an MA degree in Statistics from the same university. Dr. Ferrari is interested in a wide range of topics in computational social sciences, comparative politics, and political methodology. He teaches courses on Computational Methods for Political Science, Advanced Machine Learning, Bayesian Statistics, and Introduction to Computer Science. His doctoral research proposes innovative hierarchical unsupervised learning methods to estimate latent interactions in observational and experimental studies and to measure the polarization of policy preferences. Broadly, his substantive research combines political economy, political sociology, and social cognition approaches to study the formation of political preferences. In his recent research, he examines the connections between people’s socioeconomic conditions, cognitive perceptions about the socioeconomic environment, and political opinions. 150 |

151 |


152 |

This week’s suggested readings:

153 | 156 |


157 |



158 |
159 |

160 | The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome. 161 |

162 |

163 | Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop’s public repository on GitHub. 164 |

165 | 166 | 167 | 168 | 169 |
170 | 171 | 183 | 184 | 185 | 193 | 194 | 195 | 196 | -------------------------------------------------------------------------------- /02-27_Ferrari/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 |

The Computational Social Science Workshop Presents

17 | 18 |

Diogo Ferrari

19 |

Assistant Instructional Professor in Computational Social Science

20 |

University of Chicago

21 | 22 |

23 | 24 | 25 | 26 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

27 | 28 | 29 | 30 |
31 | 32 |
33 |

34 | Modeling Context-Dependent Latent Effect Heterogeneity with Applications to Study Public Political Polarization 35 |

36 | 37 |
38 |
39 | 40 | 41 | 42 |

43 | 44 | **Summary:** In this workshop, I will introduce a hierarchical Dirichlet process of generalized linear models in which the latent heterogeneity in the effect of individual-level covariates depends on context-level features. Such a model is important in political analyses, for instance, when the data comes from different countries and the latent heterogeneity in political behavior can be a function of country-level characteristics. The supporting paper proposes a semi-parametric Bayesian approach, a Gibbs sampler for the general model, a special Gibbs sampler for Gaussian outcome variables, and a Hamiltonian Monte Carlo within Gibbs to handle discrete outcome variables. I demonstrate the importance of accounting for latent heterogeneity with a Monte Carlo exercise and with two applications that replicate recent scholarly work. I demonstrate how the proposed allow us to identify latent structures in public political polarization. 45 | 46 | 47 |

48 | 49 |
50 | 51 |

Thursday, 02/27

52 |

11:00am-12:20pm

53 |

Cummings Life Science Center, Room 101

54 | 55 | 56 | 57 | 58 | 59 |

60 | 61 |

62 | 63 | **Diogo Ferrari** is an Assistant Instructional Professor in the Masters in Computational Social Science program and a Political Scientist with expertise in OECD and Latin America countries. He holds a PhD degree in Political Science and Scientific Computing from the University of Michigan, Ann Arbor, and an MA degree in Statistics from the same university. Dr. Ferrari is interested in a wide range of topics in computational social sciences, comparative politics, and political methodology. He teaches courses on Computational Methods for Political Science, Advanced Machine Learning, Bayesian Statistics, and Introduction to Computer Science. His doctoral research proposes innovative hierarchical unsupervised learning methods to estimate latent interactions in observational and experimental studies and to measure the polarization of policy preferences. Broadly, his substantive research combines political economy, political sociology, and social cognition approaches to study the formation of political preferences. In his recent research, he examines the connections between people's socioeconomic conditions, cognitive perceptions about the socioeconomic environment, and political opinions. 64 |

65 | 66 | 67 |
68 | 69 | This week's suggested readings: 70 | 71 | - [Ferrari, Diogo. 2019. "Modeling Context-Dependent Latent Effect Heterogeneity." *Political Analysis* 28(1):20-46.](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/02-27_Ferrari/ferrari2020modeling.pdf) 72 | 73 |
74 | 75 |

76 | 77 | --- 78 | 79 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

80 | 81 | 82 | 83 | 84 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

85 | -------------------------------------------------------------------------------- /02-27_Ferrari/ferrari2020modeling.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uchicago-computation-workshop/Winter2020/34aa0b10aea08b3dd29b81c82a7f80cf740bf5e4/02-27_Ferrari/ferrari2020modeling.pdf -------------------------------------------------------------------------------- /03-06_Youn/README.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | ```{r, echo=FALSE, warning=FALSE, message=FALSE} 11 | library(stringr) 12 | 13 | date <- "3/6/2020" 14 | 15 | quarter <- "Winter2020" 16 | date <- "03/06" 17 | week_folder <- "03-06_Youn" 18 | 19 | 20 | vendor <- "Northern Taste" 21 | title <- "How exploitation and exploration shape the knowledge space" 22 | 23 | 24 | speaker <- "Hyejin Youn" 25 | department <- "Assistant Professor of Management & Organizations" 26 | university <- "Northwestern University - Kellogg School of Management" 27 | github_home <- "https://github.com/uchicago-computation-workshop" 28 | 29 | #Update Weekly 30 | issues_url <- "https://github.com/uchicago-computation-workshop/Winter2020/issues/7" 31 | 32 | 33 | #Papers 34 | 35 | week_paper_ref0 <- 'Van Der Wouden, Frank and Hyejin Youn. 2020. "Impact of geographical distance on acquiring know-how through scientific collaboration." Working Paper.' 36 | week_paper_file0 <- "youn_know-how.pdf" 37 | 38 | 39 | week_paper_ref1 <- '' 40 | week_paper_file1 <- "" 41 | 42 | 43 | #No Need to Edit 44 | week_repo <- paste0("https://github.com/uchicago-computation-workshop/",quarter,"/tree/master/",week_folder) 45 | 46 | readings0 <- paste0("[", week_paper_ref0,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file0,")") 47 | readings1 <- paste0("[", week_paper_ref1,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file1,")") 48 | 49 | 50 | ``` 51 | 52 | 53 | 54 |
55 | 56 |

The Computational Social Science Workshop Presents

57 | 58 |

`r speaker`

59 |

`r department`

60 |

`r university`

61 | 62 |

63 | 64 | 65 | 66 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

67 | 68 | 69 | 70 |
71 | 72 |
73 |

74 | `r title` 75 |

76 | 77 |
78 |
79 | 80 | 81 | 82 |

83 | 84 | **Summary:** Innovations have been achieved by combining existing knowledge with novel additions. The combinatorial nature of innovation is mainly governed by exploitation and exploration, behaviors that reuse known combinations and discover new possibilities. The trade-off between them, a well-known dilemma that innovators face, is not only affected by, but also change knowledge space where innovations occur. To investigate how the trade-off contributes to knowledge space, we present a network model that sub-linearly grows by following Heaps' law and creates links with adjacent possibles, and compare model networks to empirical knowledge spaces constructed from patents and research papers. With the balanced trade-off, the model reproduces structural properties found across empirical knowledge spaces, including broad strength distribution, significant local clustering, and especially modular structure that is often considered taken for granted. If either exploitation or exploration dominates the trade-off, these structures could not be obtained. Interestingly, the empirical spaces appear to evolve with the balanced trade-off, suggesting collective behaviors that balance exploitation and exploration naturally shape knowledge modules. Our network model not only explains why modular structure exists within knowledge spaces but also provides insights into the co-evolution of microscopic behaviors and modular structure. 85 | 86 | 87 |

88 | 89 |
90 | 91 |

Friday, `r date`

92 |

11:00am-12:20pm

93 |

1155 E 60TH ST, Room 289A

94 | 95 | 96 | 97 |

A light reception will be provided by `r vendor` following the talk. The reception will be held in the new MACSS lounge, 1155 E 60TH ST, Room 224.

98 | 99 |

100 | 101 |

102 | 103 | **`r speaker`** is an Assistant Professor of Management & Organization Department at the Kellogg School of Management, and a core faculty at NICO, the Northwestern Institute on Complex Systems. She is also Royal Society of Arts fellow, and an external fellow at London Mathematical Laboratory, London, UK. Prior to joining Kellogg, she worked at University of Oxford, Harvard University, and MIT Media Lab, and Santa Fe Institute, as a research fellow. Hyejin received her PhD in Physics in 2011 from Korea Advanced Institute of Science and Technology (KAIST). She was a Principal Investigator of the project a National Science Foundation grant (USA) to study Technological Change from the Map of Capabilities. 104 | 105 | Her research interests are to understand the interplay between technological innovation and socio-economic systems (urbanisation, economic diversity and specialisation, invention activity, future of work). Her highly interdisciplinary approach often results in broad collaborations ranging from mathematicians, computer scientists, economists, sociologists, anthropologists, to archeologists. Her work has been published in general audience such as Nature communication, and PNAS, as well as top specialized journals such Physics Review Letter, and Evolutionary Anthropology, and has been featured in The Econonmist, Forbes, The Guardian, WIRED, Scientific America, MIT Technonlogy Review, among other major global media outlets. Her goal is to develop a theoretical, yet empirically grounded, framework that will enable us to turn the increasing volumes of data into scientific insights and well-designed policies, an approach known as computational social science. The mathematical tools and computational methods that are used include scaling theory, spatial analysis (including percolation theory, information theory and fractal dimension analysis), statistics, and network theory. 106 |

107 | 108 | 109 |
110 | 111 | This week's suggested readings: 112 | 113 | - `r readings0` 114 | 115 |
116 | 117 |

118 | 119 | --- 120 | 121 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

122 | 123 | 124 | 125 | 126 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

127 | -------------------------------------------------------------------------------- /03-06_Youn/README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 81 | 82 | 83 | 84 |
85 | 86 | 87 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 106 | 107 | 108 |


109 |

110 | The Computational Social Science Workshop Presents 111 |

112 |

113 | Hyejin Youn 114 |

115 |

116 | Assistant Professor of Management & Organizations 117 |

118 |

119 | Northwestern University - Kellogg School of Management 120 |

121 |



122 |

123 | The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week’s talk: 124 |

125 |


126 |
127 |

128 | How exploitation and exploration shape the knowledge space 129 |

130 |


131 |
132 |

133 |

Summary: Innovations have been achieved by combining existing knowledge with novel additions. The combinatorial nature of innovation is mainly governed by exploitation and exploration, behaviors that reuse known combinations and discover new possibilities. The trade-off between them, a well-known dilemma that innovators face, is not only affected by, but also change knowledge space where innovations occur. To investigate how the trade-off contributes to knowledge space, we present a network model that sub-linearly grows by following Heaps’ law and creates links with adjacent possibles, and compare model networks to empirical knowledge spaces constructed from patents and research papers. With the balanced trade-off, the model reproduces structural properties found across empirical knowledge spaces, including broad strength distribution, significant local clustering, and especially modular structure that is often considered taken for granted. If either exploitation or exploration dominates the trade-off, these structures could not be obtained. Interestingly, the empirical spaces appear to evolve with the balanced trade-off, suggesting collective behaviors that balance exploitation and exploration naturally shape knowledge modules. Our network model not only explains why modular structure exists within knowledge spaces but also provides insights into the co-evolution of microscopic behaviors and modular structure.

134 |

135 |


136 |

137 | Friday, 03/06 138 |

139 |

140 | 11:00am-12:20pm 141 |

142 |

143 | 1155 E 60TH ST, Room 289A 144 |

145 | 146 |

147 | A light reception will be provided by Northern Taste following the talk. The reception will be held in the new MACSS lounge, 1155 E 60TH ST, Room 224. 148 |

149 |



150 |

151 |

Hyejin Youn is an Assistant Professor of Management & Organization Department at the Kellogg School of Management, and a core faculty at NICO, the Northwestern Institute on Complex Systems. She is also Royal Society of Arts fellow, and an external fellow at London Mathematical Laboratory, London, UK. Prior to joining Kellogg, she worked at University of Oxford, Harvard University, and MIT Media Lab, and Santa Fe Institute, as a research fellow. Hyejin received her PhD in Physics in 2011 from Korea Advanced Institute of Science and Technology (KAIST). She was a Principal Investigator of the project a National Science Foundation grant (USA) to study Technological Change from the Map of Capabilities.

152 | Her research interests are to understand the interplay between technological innovation and socio-economic systems (urbanisation, economic diversity and specialisation, invention activity, future of work). Her highly interdisciplinary approach often results in broad collaborations ranging from mathematicians, computer scientists, economists, sociologists, anthropologists, to archeologists. Her work has been published in general audience such as Nature communication, and PNAS, as well as top specialized journals such Physics Review Letter, and Evolutionary Anthropology, and has been featured in The Econonmist, Forbes, The Guardian, WIRED, Scientific America, MIT Technonlogy Review, among other major global media outlets. Her goal is to develop a theoretical, yet empirically grounded, framework that will enable us to turn the increasing volumes of data into scientific insights and well-designed policies, an approach known as computational social science. The mathematical tools and computational methods that are used include scaling theory, spatial analysis (including percolation theory, information theory and fractal dimension analysis), statistics, and network theory. 153 |

154 |


155 |

This week’s suggested readings:

156 | 159 |


160 |



161 |
162 |

163 | The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome. 164 |

165 |

166 | Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop’s public repository on GitHub. 167 |

168 | 169 | 170 | 171 | 172 |
173 | 174 | 186 | 187 | 188 | 196 | 197 | 198 | 199 | -------------------------------------------------------------------------------- /03-06_Youn/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 |

The Computational Social Science Workshop Presents

17 | 18 |

Hyejin Youn

19 |

Assistant Professor of Management & Organizations

20 |

Northwestern University - Kellogg School of Management

21 | 22 |

23 | 24 | 25 | 26 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

27 | 28 | 29 | 30 |
31 | 32 |
33 |

34 | How exploitation and exploration shape the knowledge space 35 |

36 | 37 |
38 |
39 | 40 | 41 | 42 |

43 | 44 | **Summary:** Innovations have been achieved by combining existing knowledge with novel additions. The combinatorial nature of innovation is mainly governed by exploitation and exploration, behaviors that reuse known combinations and discover new possibilities. The trade-off between them, a well-known dilemma that innovators face, is not only affected by, but also change knowledge space where innovations occur. To investigate how the trade-off contributes to knowledge space, we present a network model that sub-linearly grows by following Heaps' law and creates links with adjacent possibles, and compare model networks to empirical knowledge spaces constructed from patents and research papers. With the balanced trade-off, the model reproduces structural properties found across empirical knowledge spaces, including broad strength distribution, significant local clustering, and especially modular structure that is often considered taken for granted. If either exploitation or exploration dominates the trade-off, these structures could not be obtained. Interestingly, the empirical spaces appear to evolve with the balanced trade-off, suggesting collective behaviors that balance exploitation and exploration naturally shape knowledge modules. Our network model not only explains why modular structure exists within knowledge spaces but also provides insights into the co-evolution of microscopic behaviors and modular structure. 45 | 46 | 47 |

48 | 49 |
50 | 51 |

Friday, 03/06

52 |

11:00am-12:20pm

53 |

1155 E 60TH ST, Room 289A

54 | 55 | 56 | 57 |

A light reception will be provided by Northern Taste following the talk. The reception will be held in the new MACSS lounge, 1155 E 60TH ST, Room 224.

58 | 59 |

60 | 61 |

62 | 63 | **Hyejin Youn** is an Assistant Professor of Management & Organization Department at the Kellogg School of Management, and a core faculty at NICO, the Northwestern Institute on Complex Systems. She is also Royal Society of Arts fellow, and an external fellow at London Mathematical Laboratory, London, UK. Prior to joining Kellogg, she worked at University of Oxford, Harvard University, and MIT Media Lab, and Santa Fe Institute, as a research fellow. Hyejin received her PhD in Physics in 2011 from Korea Advanced Institute of Science and Technology (KAIST). She was a Principal Investigator of the project a National Science Foundation grant (USA) to study Technological Change from the Map of Capabilities. 64 | 65 | Her research interests are to understand the interplay between technological innovation and socio-economic systems (urbanisation, economic diversity and specialisation, invention activity, future of work). Her highly interdisciplinary approach often results in broad collaborations ranging from mathematicians, computer scientists, economists, sociologists, anthropologists, to archeologists. Her work has been published in general audience such as Nature communication, and PNAS, as well as top specialized journals such Physics Review Letter, and Evolutionary Anthropology, and has been featured in The Econonmist, Forbes, The Guardian, WIRED, Scientific America, MIT Technonlogy Review, among other major global media outlets. Her goal is to develop a theoretical, yet empirically grounded, framework that will enable us to turn the increasing volumes of data into scientific insights and well-designed policies, an approach known as computational social science. The mathematical tools and computational methods that are used include scaling theory, spatial analysis (including percolation theory, information theory and fractal dimension analysis), statistics, and network theory. 66 |

67 | 68 | 69 |
70 | 71 | This week's suggested readings: 72 | 73 | - [Van Der Wouden, Frank and Hyejin Youn. 2020. "Impact of geographical distance on acquiring know-how through scientific collaboration." Working Paper.](https://github.com/uchicago-computation-workshop/Winter2020/blob/master/03-06_Youn/youn_know-how.pdf) 74 | 75 |
76 | 77 |

78 | 79 | --- 80 | 81 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

82 | 83 | 84 | 85 | 86 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

87 | -------------------------------------------------------------------------------- /03-06_Youn/youn_know-how.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uchicago-computation-workshop/Winter2020/34aa0b10aea08b3dd29b81c82a7f80cf740bf5e4/03-06_Youn/youn_know-how.pdf -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | output: 3 | html_document: 4 | highlight: null 5 | css: style.css 6 | self_contained: no 7 | keep_md: true 8 | --- 9 | 10 | ```{r, echo=FALSE, warning=FALSE, message=FALSE} 11 | library(stringr) 12 | 13 | date <- "1/9/2020" 14 | 15 | quarter <- "Winter2020" 16 | date <- "01/09" 17 | week_folder <- "01-09_Boudourides" 18 | 19 | 20 | vendor <- "TBD" 21 | title <- "Network Science or Applied Graph Theory? Examining the Network of Indirect Collaboration in a Department of Mathematics" 22 | 23 | 24 | speaker <- "Moses Boudourides" 25 | department <- "Visiting Professor of Mathematics - New York University Abu Dhabi" 26 | university <- "Faculty - Northwestern University School of Professional Studies Data Science Program" 27 | github_home <- "https://github.com/uchicago-computation-workshop" 28 | 29 | #Update Weekly 30 | issues_url <- "https://github.com/uchicago-computation-workshop/Winter2020/issues/1" 31 | 32 | 33 | #Papers 34 | 35 | week_paper_ref0 <- 'Boudourides and Lenis. "Boundary Stimulation of Social Influence Networks."' 36 | week_paper_file0 <- "Boudourides_Lenis_BoundaryStimulation.pdf" 37 | 38 | 39 | week_paper_ref1 <- 'Boudourides and Lenis (2016). "Dominating Sets and Ego-Centered Decompositions in Social Networks." *EPJST* 225:1293-1310.' 40 | week_paper_file1 <- "Boudourides_Lenis_EPJST.pdf" 41 | 42 | 43 | #No Need to Edit 44 | week_repo <- paste0("https://github.com/uchicago-computation-workshop/",quarter,"/tree/master/",week_folder) 45 | 46 | readings0 <- paste0("[", week_paper_ref0,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file0,")") 47 | readings1 <- paste0("[", week_paper_ref1,"](https://github.com/uchicago-computation-workshop/",quarter,"/blob/master/", week_folder,"/",week_paper_file1,")") 48 | 49 | 50 | ``` 51 | 52 | 53 | 54 |
55 | 56 |

The Computational Social Science Workshop Presents

57 | 58 |

`r speaker`

59 |

`r department`

60 |

`r university`

61 | 62 |

63 | 64 | 65 | 66 |

The Computational Social Science Workshop at the University of Chicago cordially invites you to attend this week's talk:

67 | 68 | 69 | 70 |
71 | 72 |
73 |

74 | `r title` 75 |

76 | 77 |
78 |
79 | 80 | 81 | 82 |

83 | 84 | **Summary:** During the last ten years, network science has emerged as a strongly 85 | interdisciplinary new field of studies in academia. Here, I will trace 86 | the epistemic development of the field examining the mathematical 87 | origins of certain important concepts of network analysis as they were 88 | exported mainly from the rudiments of graph theory. I will discuss a 89 | few examples of schools of mathematics (mostly in USA) starting to 90 | offer courses and to host research on network science. Moreover, I 91 | will present the Wikipedia network stemming from the 3 Wikipedia pages 92 | (Graph theory, Network science, Complex network) and I will discuss 93 | the structure of this Wikipedia network based on the graph-theoretic 94 | notion of minimum dominating sets. The exemplary network that will be 95 | presented here is that of the (direct and) indirect collaborations 96 | among members of the NYUAD Faculty of Mathematics generated by data 97 | extracted from the MathSciNet database of the American Mathematical 98 | Society. Furthermore, I will analyze the bipartite graph of faculty 99 | members and research interests using the tools of Formal Concept 100 | Analysis. Finally, I will model the effect of a network influence 101 | process on the Math collaboration network when research areas are 102 | sources of boundary influence simulations. 103 | 104 | 105 |

106 | 107 |
108 | 109 |

Thursday, `r date`

110 |

11:00am-12:20pm

111 |

Cummings Life Science Center, Room 101

112 | 113 | 114 | 115 | 116 | 117 |

118 | 119 |

120 | 121 | **`r speaker`** is in the Faculty of Northwestern University School of Professional Studies Data Science Program. Currently he is Visiting Professor of Mathematics at the New York University Abu Dhabi (NYUAD), where he is affiliated to the Research Group in Network Science [RGNS](https://sites.google.com/nyu.edu/rgns/home). 122 |

123 | 124 | 125 |
126 | 127 | This week's suggested readings: 128 | 129 | - `r readings0` 130 | - `r readings1` 131 | 132 |
133 | 134 |

135 | 136 | --- 137 | 138 |

The 2019-2020 Computational Social Science Workshop meets each Thursday from 11 a.m. to 12:20 p.m. in the Cummings Life Science Center, Room 101. All interested faculty and graduate students are welcome.

139 | 140 | 141 | 142 | 143 |

Students in the Masters of Computational Social Science program are expected to attend and join the discussion by posting a comment on the issues page of the workshop's public repository on GitHub.

144 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | ## Winter 2020 3 | 4 | ### Thursdays, 11:00am-12:20pm 5 |
6 | 7 | ### January 9th - [Moses Boudourides](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/01-09_Boudourides) 8 | 9 |
10 | 11 | **Moses Boudourides** - Visiting Professor of Mathematics at New York University Abu Dhabi 12 | 13 |
14 | 15 | 16 | 17 | 18 | ### January 16th - [Paolo Parigi](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/01-16_Parigi) 19 | 20 |
21 | 22 | 23 | **Paolo Parigi** - Lead Trust Scientist, Airbnb 24 | 25 |
26 | 27 | 28 | ### January 23rd - [Dashun Wang](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/01-23_Wang) 29 | 30 |
31 | 32 | 33 | **Dashun Wang** - Associate Professor of Management and Organizations at the Kellogg School of Management 34 | 35 |
36 | 37 | 38 | ### January 30th - [Joshua Becker](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/) 39 | 40 |
41 | 42 | 43 | **Joshua Becker** - Postdoctoral Fellow, Kellogg School of Management, Northwestern Institute on Complex Systems 44 | 45 |
46 | 47 | 48 | ### February 6th - [Andrei Boutyline](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/02-06_Boutyline) 49 | 50 |
51 | 52 | 53 | **Andrei Boutyline** - Assistant Professor of Sociology at the University of Michigan 54 | 55 |
56 | 57 | 58 | ### February 13th - [No workshop this week]() 59 | 60 |
61 | 62 | ### February 20th - [No workshop this week]() 63 | 64 |
65 | 66 | 67 | ### February 27th - [Diogo Ferrari](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/02-27_Ferrari) 68 | 69 |
70 | 71 | 72 | **Diogo Ferrari** - Assistant Instructional Professor in Computational Social Science at the University of Chicago 73 | 74 |
75 | 76 | 77 | ### March 6th - [Hyejin Youn](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/03-06_Youn) 78 | 79 |
80 | 81 | ***Special Time and Location:*** Friday, March 6th, 11:00am - 12:20pm, 1155 E 60TH ST, Room 289A. 82 | 83 | **Hyejin Youn** - Assistant Professor, Management & Organizations at the Northwestern University 84 | 85 |
86 | -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | @import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800); 2 | @import url(http://fonts.googleapis.com/css?family=Lobster); 3 | @import url(http://fonts.googleapis.com/css?family=Lato); 4 | 5 | /*! 6 | * My Portfolio v1.0.0 7 | * Homepage: http://scripteden.com 8 | * Copyright 2015 Script Eden 9 | * Licensed under MIT 10 | */ 11 | 12 | /* ---------------------------------------------- /* 13 | * Slider 14 | /* ---------------------------------------------- */ 15 | 16 | 17 | body { margin: 0; } 18 | div#slider { overflow: hidden; } 19 | div#slider figure img { width: 20%; float: left; } 20 | div#slider figure { 21 | position: relative; 22 | width: 500%; 23 | height: 10%; 24 | margin: 0; 25 | left: 0; 26 | text-align: left; 27 | font-size: 0; 28 | -webkit-animation-name: slidy; 29 | -keyframes-name: slidy; 30 | animation: 5s slidy infinite; 31 | } 32 | 33 | 34 | 35 | 36 | body { 37 | font: 300 14px/1.8 'Raleway', sans-serif; 38 | color: #666; 39 | overflow-x: hidden; 40 | } 41 | 42 | img { 43 | max-width: 100%; 44 | height: auto; 45 | } 46 | 47 | a { 48 | color: #428bca; 49 | } 50 | 51 | a:hover { 52 | text-decoration: none; 53 | color: #E7746F; 54 | } 55 | 56 | /* ---------------------------------------------- /* 57 | * Transition elsements 58 | /* ---------------------------------------------- */ 59 | 60 | 61 | .navbar a, 62 | .form-control { 63 | -webkit-transition: all 0.4s ease-in-out 0s; 64 | -moz-transition: all 0.4s ease-in-out 0s; 65 | -ms-transition: all 0.4s ease-in-out 0s; 66 | -o-transition: all 0.4s ease-in-out 0s; 67 | transition: all 0.4s ease-in-out 0s; 68 | } 69 | 70 | a, 71 | .btn { 72 | -webkit-transition: all 0.125s ease-in-out 0s; 73 | -moz-transition: all 0.125s ease-in-out 0s; 74 | -ms-transition: all 0.125s ease-in-out 0s; 75 | -o-transition: all 0.125s ease-in-out 0s; 76 | transition: all 0.125s ease-in-out 0s; 77 | } 78 | 79 | /* ---------------------------------------------- /* 80 | * Reset box-shadow 81 | /* ---------------------------------------------- */ 82 | 83 | .btn, 84 | .form-control, 85 | .form-control:hover, 86 | .form-control:focus, 87 | .navbar-custom .dropdown-menu { 88 | -webkit-box-shadow: none; 89 | box-shadow: none; 90 | } 91 | 92 | /* ---------------------------------------------- /* 93 | * Typography 94 | /* ---------------------------------------------- */ 95 | 96 | h1, h2, h3, h4, h5, h6 { 97 | font: 700 40px/1.2 Raleway, sans-serif; 98 | text-transform: uppercase; 99 | letter-spacing: 5px; 100 | margin: 5px 0 5px; 101 | color: #222; 102 | } 103 | 104 | h2 { 105 | font-size: 30px; 106 | margin: 0 0 0px; 107 | } 108 | 109 | h3 { 110 | font-size: 13px; 111 | letter-spacing: 1px; 112 | margin: 0 0 5px; 113 | } 114 | 115 | h4 { 116 | font-size: 12px; 117 | letter-spacing: 1px; 118 | } 119 | 120 | h5 { 121 | font-size: 12px; 122 | letter-spacing: 1px; 123 | font-weight: 400; 124 | } 125 | 126 | h6 { 127 | font-size: 11px; 128 | letter-spacing: 1px; 129 | font-weight: 400; 130 | } 131 | 132 | /* ---------------------------------------------- /* 133 | * Reset border-radius 134 | /* ---------------------------------------------- */ 135 | 136 | .btn, 137 | .iconbox, 138 | .progress, 139 | #filter li, 140 | .scroll-up a, 141 | .form-control, 142 | .input-group-addon { 143 | -webkit-border-radius: 3px; 144 | -moz-border-radius: 3px; 145 | -o-border-radius: 3px; 146 | border-radius: 3px; 147 | } 148 | 149 | 150 | /* ---------------------------------------------- /* 151 | * Input-group 152 | /* ---------------------------------------------- */ 153 | 154 | .input-group .form-control { 155 | z-index: auto; 156 | } 157 | 158 | .input-group-addon { 159 | background: #D8E1E4; 160 | border: 2px solid #D8E1E4; 161 | padding: 6px 15px; 162 | font-weight: 700; 163 | } 164 | 165 | /* ---------------------------------------------- /* 166 | * Inputs styles 167 | /* ---------------------------------------------- */ 168 | 169 | .form-control { 170 | background: #FFF; 171 | border: 1px solid #D8E1E4; 172 | font-size: 12px; 173 | padding: 0 15px; 174 | } 175 | 176 | .form-control:focus{ 177 | border-color: rgba(135, 135, 135, 0.7); 178 | } 179 | 180 | .input-lg, 181 | .form-horizontal .form-group-lg .form-control { 182 | height: 38px; 183 | font-size: 13px; 184 | } 185 | 186 | .input-sm, 187 | .form-horizontal .form-group-sm .form-control { 188 | font-size: 11px; 189 | height: 30px; 190 | } 191 | 192 | textarea.form-control { 193 | padding: 15px; 194 | max-width: 100%; 195 | min-width: 100%; 196 | } 197 | 198 | /* ---------------------------------------------- /* 199 | * Custom button style 200 | /* ---------------------------------------------- */ 201 | 202 | .btn { 203 | font-family: Raleway, sans-serif; 204 | text-transform: uppercase; 205 | letter-spacing: 1px; 206 | font-size: 13px; 207 | padding: 8px 26px; 208 | border: 0; 209 | } 210 | 211 | .btn:hover, 212 | .btn:focus, 213 | .btn:active, 214 | .btn.active { 215 | outline: inherit !important; 216 | } 217 | 218 | /* Button size */ 219 | 220 | .btn-lg, 221 | .btn-group-lg > .btn { 222 | padding: 10px 25px; 223 | font-size: 13px; 224 | background: rgba(17, 17, 17, 0.8); 225 | color: #fff; 226 | } 227 | 228 | .btn-custom-color { 229 | color: #428bca; 230 | } 231 | 232 | .btn-custom-color-bk { 233 | color: #222; 234 | } 235 | 236 | .btn-custom-color-bk:hover { 237 | color: #428bca; 238 | } 239 | 240 | .btn-lg:hover, 241 | .btn-group-lg > .btn:hover{ 242 | background: rgba(17, 17, 17, 1.8); 243 | color: #fff; 244 | } 245 | 246 | .btn-md, 247 | .btn-group-md > .btn { 248 | font-size: 13px; 249 | } 250 | 251 | .btn-sm, 252 | .btn-group-sm > .btn { 253 | padding: 6px 25px; 254 | font-size: 11px; 255 | } 256 | 257 | .btn-xs, 258 | .btn-group-xs > .btn { 259 | padding: 5px 25px; 260 | font-size: 10px; 261 | } 262 | 263 | .btn .icon-before { 264 | margin-right: 6px; 265 | } 266 | 267 | .btn .icon-after { 268 | margin-left: 6px; 269 | } 270 | 271 | /* ---------------------------------------------- /* 272 | * General Styles 273 | /* ---------------------------------------------- */ 274 | 275 | .pfblock { 276 | padding: 150px 0 150px; 277 | } 278 | 279 | .pfblock2 { 280 | padding-top: 0px; 281 | padding-bottom: 0px; 282 | margin-bottom: 5px; 283 | } 284 | 285 | .pfblock3 { 286 | padding-top: 25%; 287 | padding-bottom: 0%; 288 | margin-bottom: 5%; 289 | } 290 | 291 | #428bca 292 | .pfblock-gray { 293 | background: #f5f5f5; 294 | } 295 | 296 | .pfblock-image { 297 | padding: 0; 298 | } 299 | 300 | .calltoaction h1, 301 | .calltoaction h2, 302 | .calltoaction h3, 303 | .calltoaction h4, 304 | .calltoaction h5, 305 | .calltoaction h6, 306 | .pfblock-image, 307 | .pfblock-image h1, 308 | .pfblock-image h2, 309 | .pfblock-image h3, 310 | .pfblock-image h4, 311 | .pfblock-image h5, 312 | .pfblock-image h6 { 313 | color: #fff; 314 | } 315 | 316 | .pfblock-header { 317 | text-align: center; 318 | margin: 0 0 60px; 319 | } 320 | 321 | .pfblock-header2 { 322 | padding: 10em; 323 | text-align: center; 324 | margin: 0 0 60px; 325 | } 326 | 327 | .pfblock-header3 { 328 | padding: 0em; 329 | text-align: center; 330 | margin: 0 0 10px; 331 | } 332 | 333 | .pfblock-header4 { 334 | padding: 0em; 335 | text-align: center; 336 | margin: 0 0 0px; 337 | } 338 | 339 | 340 | .pfblock-header-left { 341 | text-align: left; 342 | } 343 | 344 | .pfblock-header-left .pfblock-line { 345 | width: inherit; 346 | margin: 30px 0; 347 | } 348 | 349 | .pfblock-title{ 350 | font-weight: 800; 351 | } 352 | 353 | .pfblock-subtitle { 354 | font-family: Raleway, "Times New Roman", Times, sans-serif; 355 | font-style: normal; 356 | font-size: 18px; 357 | text-align: justify; 358 | a { color: #428bca; } 359 | } 360 | 361 | .pfblock-line { 362 | background: rgba(135, 135, 135, 0.5); 363 | width: 100px; 364 | height: 1px; 365 | margin: 30px auto; 366 | text-align: justify; 367 | } 368 | 369 | .pfblock-icon { 370 | font-size: 32px; 371 | } 372 | 373 | .footertext { 374 | text-align: justify; 375 | margin: 0 auto; 376 | margin-bottom: 10px; 377 | font-style: normal; 378 | font-size: 75%; 379 | a { color: #428bca; } 380 | 381 | } 382 | 383 | .footertext2 { 384 | text-align: justify; 385 | margin: 0 auto; 386 | margin-bottom: 10px; 387 | font-style: normal; 388 | font-size: 100%; 389 | a { color: #428bca; } 390 | 391 | } 392 | 393 | 394 | .calltoaction *{ 395 | text-align: center; 396 | } 397 | .calltoaction { 398 | background-color: #222; 399 | background-repeat: no-repeat; 400 | background-position: 0 -125px; 401 | -webkit-background-size: cover; 402 | -moz-background-size: cover; 403 | -o-background-size: cover; 404 | background-size: cover; 405 | padding: 150px 0; 406 | color: #999; 407 | } 408 | 409 | .calltoaction h2 { 410 | font-size: 20px; 411 | text-shadow: 1px 1px #fff; 412 | letter-spacing: 1px; 413 | margin-bottom: 5px; 414 | color: #000; 415 | } 416 | 417 | .calltoaction-decription{ 418 | padding-top: 20px; 419 | padding-bottom: 30px; 420 | font-size: 20px; 421 | text-shadow: 1px 1px #fff; 422 | color: #000; 423 | } 424 | 425 | .calltoaction-btn { 426 | text-align: center; 427 | } 428 | 429 | .calltoaction-btn > .btn { 430 | background: rgba(255, 255, 255, .8); 431 | color: #111; 432 | margin-top: 5px; 433 | margin-bottom: 5px; 434 | } 435 | .calltoaction-btn > .btn:hover{ 436 | background: #fff; 437 | } 438 | 439 | .long-down { 440 | margin-bottom: 40px; 441 | } 442 | 443 | .center-justified { 444 | text-align: justify; 445 | margin: 0 auto; 446 | margin-bottom: 10px; 447 | width: 90%; 448 | font-family: Raleway, "Times New Roman", Times, sans-serif; 449 | font-style: normal; 450 | font-size: 18px; 451 | a { color: #428bca; } 452 | } 453 | 454 | .center-justified2 { 455 | text-align: justify; 456 | margin: 0 auto; 457 | margin-bottom: 10px; 458 | width: 90%; 459 | font-style: normal; 460 | font-size: 100%; 461 | a { color: #428bca; } 462 | } 463 | 464 | /* ---------------------------------------------- /* 465 | * Home 466 | /* ---------------------------------------------- */ 467 | 468 | #home { 469 | background-color: #222; 470 | background-attachment: fixed; 471 | background-repeat: no-repeat; 472 | background-position: 50% 50%; 473 | -webkit-background-size: cover; 474 | -moz-background-size: cover; 475 | -o-background-size: cover; 476 | background-size: cover; 477 | padding: 0; 478 | } 479 | 480 | .home-overlay { 481 | background-color: rgba(44, 62, 80, 0.3); 482 | background-repeat: repeat; 483 | height: 100%; 484 | left: 0; 485 | position: absolute; 486 | top: 0; 487 | width: 100%; 488 | z-index: 0; 489 | } 490 | 491 | .intro { 492 | position: absolute; 493 | width: 100%; 494 | top: 50%; 495 | left: 0; 496 | text-align: center; 497 | -webkit-transform: translate(0%, -50%); 498 | -moz-transform: translate(0%, -50%); 499 | -ms-transform: translate(0%, -50%); 500 | -o-transform: translate(0%, -50%); 501 | transform: translate(0%, -50%); 502 | padding: 0 15px; 503 | } 504 | 505 | .intro h1{ 506 | font-weight: 800; 507 | } 508 | 509 | .start { 510 | font-family: Raleway, "Times New Roman", Times, sans-serif; 511 | font-size: 16px; 512 | font-style: normal; 513 | text-transform: none; 514 | margin: 15px 0; 515 | } 516 | 517 | /* ---------------------------------------------- /* 518 | * Servise 519 | /* ---------------------------------------------- */ 520 | 521 | .iconbox { 522 | background: #fff; 523 | border-bottom: 1px solid #d4d4d4; 524 | text-align: center; 525 | padding: 40px 20px; 526 | margin: 0 0 20px; 527 | } 528 | 529 | .iconbox-icon { 530 | margin: 0 0 15px; 531 | font-size: 32px; 532 | color: #222; 533 | } 534 | 535 | .iconbox-title { 536 | margin: 0 0 15px; 537 | padding: 0; 538 | } 539 | 540 | .iconbox-title-pad { 541 | margin: 0 0 15px; 542 | padding-left:-30px; 543 | padding-right:-30px; 544 | } 545 | 546 | /* ---------------------------------------------- /* 547 | * Skills 548 | /* ---------------------------------------------- */ 549 | 550 | .chart { 551 | display: inline-block; 552 | height: 140px; 553 | margin: 50px 0; 554 | position: relative; 555 | text-align: center; 556 | width: 140px; 557 | } 558 | .chart canvas { 559 | left: 0; 560 | position: absolute; 561 | top: 0; 562 | } 563 | .percent { 564 | display: inline-block; 565 | font-size: 25px; 566 | font-weight: 300; 567 | line-height: 140px; 568 | z-index: 2; 569 | } 570 | .percent:after { 571 | content: "%"; 572 | font-size: 50%; 573 | margin-left: 0.1em; 574 | } 575 | 576 | /* ---------------------------------------------- /* 577 | * Contact 578 | /* ---------------------------------------------- */ 579 | 580 | .ajax-response { 581 | text-align: center; 582 | } 583 | 584 | /* ---------------------------------------------- /* 585 | * Footer 586 | /* ---------------------------------------------- */ 587 | 588 | #footer { 589 | background: #222; 590 | text-align: center; 591 | padding: 40px 0; 592 | color: #FFF; 593 | } 594 | 595 | .copyright { 596 | margin: 0; 597 | } 598 | 599 | 600 | 601 | .copyright a{ 602 | border-bottom: 1px 603 | } 604 | 605 | #footer span{ 606 | animation-iteration-count: infinite; 607 | -webkit-animation-iteration-count: infinite; 608 | color: #ff5252; 609 | } 610 | 611 | .social-links { 612 | list-style: none; 613 | padding: 0; 614 | margin: 0 0 20px; 615 | } 616 | 617 | .social-links li { 618 | display: inline-block; 619 | margin: 5px; 620 | } 621 | 622 | .social-links a { 623 | width: 36px; 624 | height: 36px; 625 | display: block; 626 | line-height: 35px; 627 | text-align: center; 628 | border: 1px solid rgba(255, 255, 255, .1); 629 | -webkit-border-radius: 3px; 630 | -moz-border-radius: 3px; 631 | border-radius: 3px; 632 | font-size: 14px; 633 | color: rgba(255, 255, 255, .2); 634 | } 635 | 636 | .social-links a:hover { 637 | border: 1px solid rgba(255, 255, 255, .5); 638 | color: rgba(255, 255, 255, .8); 639 | } 640 | 641 | /* ---------------------------------------------- /* 642 | * Navigation 643 | /* ---------------------------------------------- */ 644 | 645 | .header { 646 | border-bottom: 1px solid #f5f5f5; 647 | position: relative; 648 | width: 100%; 649 | z-index: 998; 650 | } 651 | 652 | .navbar-custom { 653 | border: 0; 654 | border-radius: 0; 655 | margin: 0; 656 | text-transform: uppercase; 657 | font-family: Raleway, sans-serif; 658 | } 659 | 660 | .navbar-custom, 661 | .navbar-custom .dropdown-menu { 662 | background: #fff; 663 | padding: 0; 664 | } 665 | 666 | .navbar-custom .navbar-brand, 667 | .navbar-custom .navbar-nav > li > a, 668 | .navbar-custom .navbar-nav .dropdown-menu > li > a { 669 | font-size: 11px; 670 | letter-spacing: 3px; 671 | color: #428bca; 672 | } 673 | 674 | .navbar-custom .nav li.active, 675 | .navbar-custom .nav li a:hover, 676 | .navbar-custom .nav li a:focus, 677 | .navbar-custom .navbar-nav > li.active a { 678 | background: none; 679 | outline: 0; 680 | color: #428bca; 681 | } 682 | 683 | .navbar-custom .navbar-brand { 684 | font-weight: 700; 685 | font-size: 22px; 686 | font-family: Lato, sans-serif; 687 | } 688 | 689 | .navbar-custom .dropdown-menu { 690 | border: 0; 691 | border-top: 2px solid #E7746F; 692 | border-radius: 0; 693 | } 694 | 695 | .navbar-custom .dropdown-menu > li > a { 696 | padding: 10px 20px; 697 | } 698 | 699 | .navbar-custom .nav .open > a, 700 | .navbar-custom .dropdown-menu > li > a:hover, 701 | .navbar-custom .dropdown-menu > li > a:focus { 702 | background: #f5f5f5; 703 | } 704 | 705 | .navbar-custom .navbar-toggle .icon-bar { 706 | background: #222; 707 | } 708 | 709 | /* ---------------------------------------------- /* 710 | * Scroll to top 711 | /* ---------------------------------------------- */ 712 | 713 | .scroll-up { 714 | position: fixed; 715 | display: none; 716 | z-index: 999; 717 | bottom: 2em; 718 | right: 2em; 719 | } 720 | 721 | .scroll-up a { 722 | background-color: rgba(135, 135, 135, 0.5); 723 | display: block; 724 | width: 35px; 725 | height: 35px; 726 | text-align: center; 727 | color: #fff; 728 | font-size: 15px; 729 | line-height: 30px; 730 | } 731 | 732 | .scroll-up a:hover, 733 | .scroll-up a:active { 734 | background-color: rgba(235, 235, 235, .8); 735 | color: #e7746f; 736 | } 737 | 738 | /* ---------------------------------------------- /* 739 | *Scroll Down 740 | /* ---------------------------------------------- */ 741 | 742 | .scroll-down { 743 | position: absolute; 744 | left: 50%; 745 | bottom: 40px; 746 | border: 2px solid #fff; 747 | border-radius: 50%; 748 | height: 50px; 749 | width: 50px; 750 | margin-left: -15px; 751 | display: block; 752 | z-index: 10; 753 | text-align: center; 754 | } 755 | 756 | .scroll-down span{ 757 | position: relative; 758 | color: #fff; 759 | -webkit-animation-name: drop; 760 | -webkit-animation-duration: 1s; 761 | -webkit-animation-timing-function: linear; 762 | -webkit-animation-delay: 0s; 763 | -webkit-animation-iteration-count: infinite; 764 | -webkit-animation-play-state: running; 765 | animation-name: drop; 766 | animation-duration: 1s; 767 | animation-timing-function: linear; 768 | animation-delay: 0s; 769 | animation-iteration-count: infinite; 770 | animation-play-state: running; 771 | } 772 | 773 | @-webkit-keyframes drop { 774 | 0% { top:0px; opacity: 0;} 775 | 30% { top:10px; opacity: 1;} 776 | 100% { top:25px; opacity: 0;} 777 | } 778 | 779 | @keyframes drop { 780 | 0% { top:0px; opacity: 0;} 781 | 30% { top:10px; opacity: 1;} 782 | 100% { top:25px; opacity: 0;} 783 | } 784 | 785 | .scroll-down2 { 786 | background-color: rgba(135, 135, 135, 0.5); 787 | position: absolute; 788 | border: 2px solid #fff; 789 | height: 35px; 790 | width: 35px; 791 | display: block; 792 | z-index: 999; 793 | text-align: center; 794 | top: 45%; 795 | right: 2em; 796 | } 797 | 798 | .scroll-down3 { 799 | background-color: rgba(135, 135, 135, 0.5); 800 | position: relative; 801 | border: 2px solid #fff; 802 | height: 35px; 803 | width: 35px; 804 | display: block; 805 | text-align: center; 806 | top: 10em; 807 | left: 2em; 808 | } 809 | 810 | /* ---------------------------------------------- /* 811 | * Preloader 812 | /* ---------------------------------------------- */ 813 | 814 | #preloader { 815 | background: #FFF; 816 | bottom: 0; 817 | left: 0; 818 | position: fixed; 819 | right: 0; 820 | top: 0; 821 | z-index: 9999; 822 | } 823 | 824 | #status { 825 | background-position: center; 826 | background-repeat: no-repeat; 827 | height: 200px; 828 | left: 50%; 829 | margin: -100px 0 0 -100px; 830 | position: absolute; 831 | top: 50%; 832 | width: 200px; 833 | } 834 | 835 | /* ---------------------------------------------- /* 836 | * Media 837 | /* ---------------------------------------------- */ 838 | 839 | @media (max-width: 767px) { 840 | 841 | .calltoaction { 842 | text-align: center; 843 | } 844 | 845 | } 846 | 847 | @media (max-width: 480px) { 848 | 849 | h1 { 850 | font-size: 34px; 851 | letter-spacing: 3px; 852 | } 853 | 854 | h2 { 855 | font-size: 24px; 856 | margin: 0 0 30px; 857 | letter-spacing: 3px; 858 | } 859 | 860 | } 861 | 862 | 863 | /*--------------------------------*/ 864 | /***** Portfolio Common style *****/ 865 | /*--------------------------------*/ 866 | 867 | .grid { 868 | position: relative; 869 | clear: both; 870 | margin: 0 auto; 871 | padding: 1em 0 4em; 872 | max-width: 100%; 873 | list-style: none; 874 | text-align: center; 875 | } 876 | 877 | .grid h2{ 878 | font-size: 20px; 879 | } 880 | 881 | .grid figure { 882 | position: relative; 883 | float: left; 884 | overflow: hidden; 885 | margin: 10px 1%; 886 | min-width: 100%; 887 | max-width: 100%; 888 | height: auto; 889 | background: #3085a3; 890 | text-align: center; 891 | cursor: pointer; 892 | } 893 | 894 | .grid figure img { 895 | position: relative; 896 | display: block; 897 | min-height: 100%; 898 | max-width: 100%; 899 | opacity: 0.8; 900 | } 901 | 902 | .grid figure figcaption { 903 | padding: 2em; 904 | color: #fff; 905 | text-transform: uppercase; 906 | font-size: 1.25em; 907 | -webkit-backface-visibility: hidden; 908 | backface-visibility: hidden; 909 | } 910 | 911 | .grid figure figcaption::before, 912 | .grid figure figcaption::after { 913 | pointer-events: none; 914 | } 915 | 916 | .grid figure figcaption, 917 | .grid figure figcaption > a { 918 | position: absolute; 919 | top: 0; 920 | left: 0; 921 | width: 100%; 922 | height: 100%; 923 | } 924 | 925 | /* Anchor will cover the whole item by default */ 926 | /* For some effects it will show as a button */ 927 | .grid figure figcaption > a { 928 | z-index: 1000; 929 | text-indent: 200%; 930 | white-space: nowrap; 931 | font-size: 0; 932 | opacity: 0; 933 | } 934 | 935 | .grid figure h2 { 936 | word-spacing: -0.15em; 937 | font-weight: 300; 938 | } 939 | 940 | .grid figure h2 span { 941 | font-weight: 800; 942 | } 943 | 944 | .grid figure h2, 945 | .grid figure p { 946 | margin: 0; 947 | } 948 | 949 | .grid figure p { 950 | letter-spacing: 1px; 951 | font-size: 68.5%; 952 | } 953 | 954 | /*---------------*/ 955 | /***** Bubba *****/ 956 | /*---------------*/ 957 | 958 | figure.effect-bubba { 959 | background: #9e5406; 960 | } 961 | 962 | figure.effect-bubba img { 963 | opacity: 0.7; 964 | -webkit-transition: opacity 0.35s; 965 | transition: opacity 0.35s; 966 | } 967 | 968 | figure.effect-bubba:hover img { 969 | opacity: 0.4; 970 | } 971 | 972 | figure.effect-bubba figcaption::before, 973 | figure.effect-bubba figcaption::after { 974 | position: absolute; 975 | top: 30px; 976 | right: 30px; 977 | bottom: 30px; 978 | left: 30px; 979 | content: ''; 980 | opacity: 0; 981 | -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 982 | transition: opacity 0.35s, transform 0.35s; 983 | } 984 | 985 | figure.effect-bubba figcaption::before { 986 | border-top: 1px solid #fff; 987 | border-bottom: 1px solid #fff; 988 | -webkit-transform: scale(0,1); 989 | transform: scale(0,1); 990 | } 991 | 992 | figure.effect-bubba figcaption::after { 993 | border-right: 1px solid #fff; 994 | border-left: 1px solid #fff; 995 | -webkit-transform: scale(1,0); 996 | transform: scale(1,0); 997 | } 998 | 999 | figure.effect-bubba h2 { 1000 | padding-top: 10%; 1001 | -webkit-transition: -webkit-transform 0.35s; 1002 | transition: transform 0.35s; 1003 | -webkit-transform: translate3d(0,-20px,0); 1004 | transform: translate3d(0,-20px,0); 1005 | color: #fff; 1006 | } 1007 | 1008 | figure.effect-bubba p { 1009 | padding: 20px 2.5em; 1010 | opacity: 0; 1011 | -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; 1012 | transition: opacity 0.35s, transform 0.35s; 1013 | -webkit-transform: translate3d(0,20px,0); 1014 | transform: translate3d(0,20px,0); 1015 | } 1016 | 1017 | figure.effect-bubba:hover figcaption::before, 1018 | figure.effect-bubba:hover figcaption::after { 1019 | opacity: 1; 1020 | -webkit-transform: scale(1); 1021 | transform: scale(1); 1022 | } 1023 | 1024 | figure.effect-bubba:hover h2, 1025 | figure.effect-bubba:hover p { 1026 | opacity: 1; 1027 | -webkit-transform: translate3d(0,0,0); 1028 | transform: translate3d(0,0,0); 1029 | } 1030 | 1031 | /*-----------------------*/ 1032 | /***** Quote Rotator *****/ 1033 | /*-----------------------*/ 1034 | 1035 | .cbp-qtrotator { 1036 | position: relative; 1037 | margin: 3em auto 0em auto; 1038 | max-width: 90%; 1039 | width: 90%; 1040 | } 1041 | 1042 | .cbp-qtrotator .cbp-qtcontent { 1043 | position: absolute; 1044 | min-height: 200px; 1045 | border-top: 1px solid #f4f4f4; 1046 | border-bottom: 1px solid #f4f4f4; 1047 | padding: 2em 0; 1048 | top: 0; 1049 | z-index: 0; 1050 | opacity: 0; 1051 | width: 100%; 1052 | } 1053 | 1054 | .no-js .cbp-qtrotator .cbp-qtcontent { 1055 | border-bottom: none; 1056 | } 1057 | 1058 | .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent, 1059 | .no-js .cbp-qtrotator .cbp-qtcontent { 1060 | position: relative; 1061 | z-index: 100; 1062 | pointer-events: auto; 1063 | opacity: 1; 1064 | } 1065 | 1066 | .cbp-qtrotator .cbp-qtcontent:before, 1067 | .cbp-qtrotator .cbp-qtcontent:after { 1068 | content: " "; 1069 | display: table; 1070 | } 1071 | 1072 | .cbp-qtrotator .cbp-qtcontent:after { 1073 | clear: both; 1074 | } 1075 | 1076 | .cbp-qtprogress { 1077 | position: absolute; 1078 | background: #FF5252; 1079 | height: 1px; 1080 | width: 0%; 1081 | top: 0; 1082 | z-index: 1000; 1083 | } 1084 | 1085 | .cbp-qtrotator blockquote { 1086 | margin: 0; 1087 | padding: 0; 1088 | border: 0; 1089 | font-size: 12px; 1090 | } 1091 | 1092 | .cbp-qtrotator blockquote p { 1093 | font-size: 2em; 1094 | color: #888; 1095 | font-weight: 300; 1096 | margin: 0.4em 0 1em; 1097 | } 1098 | 1099 | .cbp-qtrotator blockquote footer { 1100 | font-size: 1.2em; 1101 | } 1102 | 1103 | .cbp-qtrotator blockquote footer:before { 1104 | content: '― '; 1105 | } 1106 | 1107 | .cbp-qtrotator .cbp-qtcontent img { 1108 | float: right; 1109 | margin-left: 3em; 1110 | } 1111 | 1112 | /* Example for media query */ 1113 | @media screen and (max-width: 30.6em) { 1114 | 1115 | .cbp-qtrotator { 1116 | font-size: 70%; 1117 | } 1118 | 1119 | .cbp-qtrotator img { 1120 | width: 80px; 1121 | } 1122 | 1123 | } 1124 | 1125 | /*------------------------------*/ 1126 | /***** Circle Social Images *****/ 1127 | /*-----------------------------*/ 1128 | 1129 | .circular { 1130 | width: 300px; 1131 | height: 300px; 1132 | border-radius: 150px; 1133 | -webkit-border-radius: 150px; 1134 | -moz-border-radius: 150px; 1135 | box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1136 | -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1137 | -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1138 | } 1139 | 1140 | 1141 | .people img { 1142 | width: 150px; 1143 | height: 150px; 1144 | border-radius: 50%; 1145 | display: block; 1146 | margin-left: auto; 1147 | margin-right: auto; 1148 | } 1149 | 1150 | .visual img { 1151 | width: 150px; 1152 | height: 150px; 1153 | border-radius: 50%; 1154 | display: block; 1155 | margin-left: auto; 1156 | margin-right: auto; 1157 | box-shadow: 0 0 8px rgba(0, 0, 0, .8); 1158 | } 1159 | --------------------------------------------------------------------------------