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'的更多相关文章

  1. Case1-basic network framework/Related organization‘s name

    常见的计算机网络物理拓扑结构: 1.星型网 2.树型网 3.分布式网络 4.总线型网 5.环型网 6.复合型网络 计算机网络相关的标准化组织: 国际标准化组织(ISO):International O ...

  2. Neural Network Toolbox使用笔记1:数据拟合

    http://blog.csdn.net/ljp1919/article/details/42556261 Neural Network Toolbox为各种复杂的非线性系统的建模提供多种函数和应用程 ...

  3. Deep Learning 学习随记(五)Deep network 深度网络

    这一个多周忙别的事去了,忙完了,接着看讲义~ 这章讲的是深度网络(Deep Network).前面讲了自学习网络,通过稀疏自编码和一个logistic回归或者softmax回归连接,显然是3层的.而这 ...

  4. 智能合约遇到的小错误 network up to date解决办法

    https://blog.csdn.net/qindong564950620/article/details/68933678 说 network up to date .这个错误我刚开始不知道怎么解 ...

  5. Network Embedding

    网络表示 网络表示学习(DeepWalk,LINE,node2vec,SDNE) https://blog.csdn.net/u013527419/article/details/76017528 网 ...

  6. (zhuan) Recurrent Neural Network

    Recurrent Neural Network 2016年07月01日  Deep learning  Deep learning 字数:24235   this blog from: http:/ ...

  7. MatterTrack Route Of Network Traffic :: Matter

    Python 1.1 基础 while语句 字符串边缘填充 列出文件夹中的指定文件类型 All Combinations For A List Of Objects Apply Operations ...

  8. Chinese culture

      文房四宝 笔墨纸砚是中国古代文人书房中必备的宝贝,被称为“文房四宝”.用笔墨书写绘画在 中国可追溯到五千年前.秦(前221---前206)时已用不同硬度的毛和竹管制笔:汉代(前206—公元220) ...

  9. Beginners Guide To Learn Dimension Reduction Techniques

    Beginners Guide To Learn Dimension Reduction Techniques Introduction Brevity is the soul of wit This ...

随机推荐

  1. Testing - 质量保证与质量控制

    QA QC QM 概念 Quality Assurance (质量保证) Quality Control (质量控制) Quality Manage (质量管理) 定义 为达到质量要求所采取的作业技术 ...

  2. vs2010快捷键

    vs的快捷键包含部分代码的自动生成 VS2010 快捷键 全屏:Shift+Alt+Enter 注释选定内容:Ctrl+E+C/Crtr+E+U 代码格式化:ctrl+E+F VS2008 使用小技巧 ...

  3. Windows 8.1 系统ISO镜像下载或自Win8应用商店升级方法

    1)下载 -- 面向全体用户的Win8.1预览版ISO镜像下载(28日开放): 安装时请输入微软官方提供给大家的产品密钥:NTTX3-RV7VB-T7X7F-WQYYY-9Y92F. 64位简体中文版 ...

  4. 九、SDP

    1.      SDP 1.1       服务概述 SDP, Service Discovery Protocol,服务发现协议. 1.1.1    概念 SDP提供了一种用于发现服务及这些可用服务 ...

  5. 【转】同一台Windows机器中启动多个Memcached服务

    上一篇介绍了Memcached的安装,但是如果手头上只有一台机器,又想做多节点测试咋办? 这就需要在一台机器上启动多个Memcached服务了. 假设Memcached在如下目录:C:\memcach ...

  6. 在Visual Studio中使用正则表达式匹配换行和批量替换

    系统环境:Windows 8.1 Enterprise Update 2 x64 开发环境:Mircosoft Visual Studio Ultimate 2013 Update 2 RC 问题:如 ...

  7. autofac 注入中i遇到的泛型传参问题

    using Autofac; using IService; using System; using System.Collections.Generic; using System.Linq; us ...

  8. html初始化页面和a标签无下划线

    body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, img, form { padding:0px; margin:0px; b ...

  9. 【Java每日一题】20161122

    package Nov2016; import java.util.ArrayList; import java.util.Iterator; public class Ques1122 { publ ...

  10. inflate的基本用法,类似于findviewbyId

    Inflate()作用就是将xml定义的一个布局找出来,但仅仅是找出来而且隐藏的,没有找到的同时并显示功能.最近做的一个项目就是这一点让我迷茫了好几天. android上还有一个与Inflate()类 ...