Thoughts on an Article from Science 'A network framework of cultural history'
Apparently, this is an excellent interdisciplinary study. This paper drawn on a simple but large database that contains notable individuals in Europe and North America over two thousand years, analyzed their migration activities by utilizing tools and metrics from the domain of computer science, demography, linguistic studies, etc., and finally obtained many interesting insights and findings.
Birth and death data of notable individuals reveal interactions between culturally relevant locations over two millennia by Schich et al.(2014)
The structure of this paper is sound, clear and approachable, as many other articles published in Science magazine always are. In the first paragraph, this paper presents the research problem clearly. With the emphasis on the many implications of quantifying historical developments as the beginning, It says, 'there is inherent tension between qualitative analyze of individual accounts and quantitative approaches...'. Then, the authors indicate the data source of this paper and describe them in detail. The paragraphs that followed are the major parts of this paper in which the authors condense their findings into three figures. All the stories and explications revolve around the three figures. The first figure, as its name suggests, focuses on the interactions between cultural locations by connecting the locations with birth and death of notable individuals. This figure has a impact on me because it shows a lot of implications for urban researches, place making and promotion, which I would explain later. The second figure reveals global patterns and local instabilities in human mobility dynamics. As the authors says in the paper, several insights found in this study are in line with some empirical laws such as Heaps' law, Zip's law and Ravenstein's laws of migration. As for figure 3, it did a fantastic visualization job which offers a meta-narrative of cultural history. In the end of this paper, the authors utilized the Google Ngram English data set and conducted a match between the historical cultural events and the death rate patterns.
The methodology of this paper is worth noting. As the author says in the first paragraph, this paper adopted a mixed method of quantitative and qualitative tools. The authors use the quantitative methods to identify the statistical regularities, which are presented in figure 1 and figure 2 in this paper, and then use qualitative approaches to delineate the meta-narrative of cultural history in figure 3. In addition to this mixed and complementary methods, this paper employed a lot of metrics from other domain of disciplines. For example, PageRank, a metric that measures centrality of a network in computational technology, is used to denote the relative importance of cultural locations. This shows the power of inter-disciplinary studies.
This paper has intrigued me. I can't help think that, why not do a similar study in China, during a specific period, on a specific group of people? This idea agrees with the authors' final statement without prior consultation, in which the authors says, "Our approach allows for cross-fertilization of domain knowledge into other domains, periods, and geographic areas." Therefore, I plan to propose the following study:
"Chinese Cities and Chinese Elites' Migration in Chinese History"
Thousands of Chinese Elites in ancient China have shaped the Chinese history, as well as Chinese cities...
[Anyone who is interested please contact me at jazzyl@qq.com]
Thoughts on an Article from Science 'A network framework of cultural history'的更多相关文章
- Case1-basic network framework/Related organization‘s name
常见的计算机网络物理拓扑结构: 1.星型网 2.树型网 3.分布式网络 4.总线型网 5.环型网 6.复合型网络 计算机网络相关的标准化组织: 国际标准化组织(ISO):International O ...
- Neural Network Toolbox使用笔记1:数据拟合
http://blog.csdn.net/ljp1919/article/details/42556261 Neural Network Toolbox为各种复杂的非线性系统的建模提供多种函数和应用程 ...
- Deep Learning 学习随记(五)Deep network 深度网络
这一个多周忙别的事去了,忙完了,接着看讲义~ 这章讲的是深度网络(Deep Network).前面讲了自学习网络,通过稀疏自编码和一个logistic回归或者softmax回归连接,显然是3层的.而这 ...
- 智能合约遇到的小错误 network up to date解决办法
https://blog.csdn.net/qindong564950620/article/details/68933678 说 network up to date .这个错误我刚开始不知道怎么解 ...
- Network Embedding
网络表示 网络表示学习(DeepWalk,LINE,node2vec,SDNE) https://blog.csdn.net/u013527419/article/details/76017528 网 ...
- (zhuan) Recurrent Neural Network
Recurrent Neural Network 2016年07月01日 Deep learning Deep learning 字数:24235 this blog from: http:/ ...
- MatterTrack Route Of Network Traffic :: Matter
Python 1.1 基础 while语句 字符串边缘填充 列出文件夹中的指定文件类型 All Combinations For A List Of Objects Apply Operations ...
- Chinese culture
文房四宝 笔墨纸砚是中国古代文人书房中必备的宝贝,被称为“文房四宝”.用笔墨书写绘画在 中国可追溯到五千年前.秦(前221---前206)时已用不同硬度的毛和竹管制笔:汉代(前206—公元220) ...
- Beginners Guide To Learn Dimension Reduction Techniques
Beginners Guide To Learn Dimension Reduction Techniques Introduction Brevity is the soul of wit This ...
随机推荐
- Elasticsearch集群管理
ES通过设置[节点的名字]和[集群的名字],就能自动的组织相同集群名字的节点加入到集群中,并使很多的技术对用户透明化. 如果用户想要管理查看集群的状态,可以通过一些REST API来实现. 其他的ES ...
- 经验分享:CSS浮动(float,clear)通俗讲解
很早以前就接触过CSS,但对于浮动始终非常迷惑,可能是自身理解能力差,也可能是没能遇到一篇通俗的教程. 前些天小菜终于搞懂了浮动的基本原理,迫不及待的分享给大家. 写在前面的话: 由于CSS内容比较多 ...
- 想要提高网页转换率?试试这16 个UI 秘诀
优异的使用者介面(user interface,UI)让使用者用得顺心,从而提高转换率(conversion rate),换言之,好的UI在使用与销售层面上形成双赢.UI设计师Jakub Linows ...
- WinForm,MVC知识点
WinForm的一些基础知识,用来回忆自己遗忘的,唤醒自己的知识. 虽然现在有MVC但是我觉得还是要学习一下WinForm的,毕竟以前也被大家用了好多年. 基础知识01 1:一个控件有很多的事件,每个 ...
- java实现的排序(插入/希尔/归并)
java实现三种简单的排序,以下是代码: /*插入排序*/ public static void insertionSort(int[] a) { int j; for(int p = 1; p &l ...
- C ~ 链式队列与循环队列
此处的链式与循环队列可以应用于BFS和树的层序遍历.下面是对其结构和基本操作的程序描述. 1.循环队列 解决循环队列的队空和队满的方法: [1].增加一个参数count,用来记录数组中当前 ...
- Java中用户界面布局
绝对布局Absolute 通过放大或缩小界面的时候,组件大小和位置不会发生变化 浮动布局FlowLayout 调整应用程序窗口的大小时,组件将立刻重新排列 边界布局Border Layout 该位置有 ...
- CARP
CARP :Common Access Redundancy Protocol共用地址冗余协议Common Access Redundancy Protocol,或简称 CARP 能够使多台主机共享同 ...
- 框架SpringMVC笔记系列 一 基础
主题:SpringMVC 学习资料参考网址: 1.http://www.icoolxue.com 2.http://aokunsang.iteye.com/blog/1279322 1.SpringM ...
- No.017:Letter Combinations of a Phone Number
问题: Given a digit string, return all possible letter combinations that the number could represent.A ...