L177 Arctic ice brings an understanding of ancient Europe’s economy
Greenland's icy mountains are not an obvious place to search for an archive of economic history, but a study just published in the Proceedings of the National Academy of Sciences shows that they provide one. Joseph McConnell of the Desert Research Institute, in Reno, Nevada, and (主题句)his colleagues have tracked economic activity in Europe and the Mediterranean地中海 over the centuries by measuring variations in the amount of lead in a core of Greenlandic ice.
Lead is a good proxy (代用) for economic activity because it is a by-product of silvermaking 银矿 (lead and silver often occur in the same ore, known as galena), and therefore of the money supply. Extracting silver from galena方铅矿 involves boiling off the lead. Winds from Europe carried to Greenland enough lead pollution from this process for it to be preserved in the layers of snow that, compacted 插入语, form the island’s ice cap. (解释这种测量方法的可行性)
Although the lead concentration in the core that Dr McConnell looked at shows many peaks and troughs, some overall patterns are clear. Emissions began to rise in around 1000BC. This corresponds to the spread of Phoenician traders and settlers from their home cities in the Levant into the western Mediterranean, and the consequent exploitation of galena mines in Iberia.伊比利亚
The rise and fall of Rome is also visible. An increase in lead concentration coincided with Rome’s victories in the Punic wars, against Carthage, the largest Phoenician腓尼基人 colony, during in the third and second centuries BC (公元前 before christ). This was followed by a fall during the civil strife of the first century BC, a rise again when Augustus abolished the Republic and brought the pax Romana of the Empire, and another fall during the third century AD, when the state was engulfed once more by civil war, and also suffered invasion from the east.
The decline (衰弱)in lead pollution was enhanced by Rome’s switch from the silver denarius 便士, which had been increasingly debased with copper, to a gold standard. Even allowing for that, though, the European dark ages, during which Spain was occupied by the Visigoths, are clearly visible in the record—as is the point when civilisation starts to return with the rise of the Frankish state that, under Charlemagne 查理曼大帝, became the “Holy Roman Empire”, and with the takeover of Spain by the Umayyad caliphate.
1科学家通过测量格陵兰冰芯中铅含量的变化,研究在欧洲和地中海地区近几个世纪的经济活动。
2公元前1000年左右,铅排放量开始上升。与之对应,腓尼基商人及其殖民者 (开始) 从黎凡特乡城向西地中海扩张,随后他们在伊比利亚开采方铅矿 。
3罗马的兴衰也由此可见。铅浓度增加,恰逢罗马在‘布匿战争’中大胜迦太基,随后,浓度下降是由于公元前一世纪的内乱,而又再度崛起,因于‘奥古斯都’废除了共和国,而带来‘罗马和平时代’的太平盛世,但,公元三世纪,浓度再一次下降,当时国家再次惨遭内战以及东方的入侵。
4金本位制度让铅浓度降低 (后面扯了金本位制度的历史)
L177 Arctic ice brings an understanding of ancient Europe’s economy的更多相关文章
- Understanding how uid and gid work in Docker containers
转自:https://medium.com/@mccode/understanding-how-uid-and-gid-work-in-docker-containers-c37a01d01cf Un ...
- Pushing state-of-the-art in 3D content understanding
Pushing state-of-the-art in 3D content understanding 2019-10-31 06:34:08 This blog is copied from: h ...
- ZeroC Ice启用SSL通讯的配置
Zeroc ICE ( Internet Communications Engine )中间件号称标准统一,开源,跨平台,跨语言,分布式,安全,服务透明,负载均衡,面向对象,性能优越,防火墙穿透,通讯 ...
- Ancient Printer[HDU3460]
Ancient Printer Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others)Tot ...
- GOOD MEETINGS CREATE SHARED UNDERSTANDING, NOT BRDS!
Deliverables and artifacts were a focal point of BA work during the early part of my career. If I ...
- Understanding delete
简述 我们都知道无法通过delete关键字针对变量和函数进行操作,而对于显示的对象属性声明却可以进行,这个原因需要深究到js的实现层上去,让我们跟随 Understanding delete 来探究一 ...
- 【英语学习】2016.09.11 Culture Insider: Teacher's Day in ancient China
Culture Insider: Teacher's Day in ancient China 2016-09-10 CHINADAILY Today is the 32nd Chinese Te ...
- 第3月第2天 find symbolicatecrash 生产者-消费者 ice 引用计数
1.linux find export find /Applications/Xcode.app/ -name symbolicatecrash -type f export DEVELOPER_DI ...
- Life Cycle of Thread – Understanding Thread States in Java
Life Cycle of Thread – Understanding Thread States in Java 深入理解java线程生命周期. Understanding Life Cycle ...
随机推荐
- SELINUX导致数据修改权限不成功
SELINUX导致数据修改权限不成功基本概念参考:https://blog.csdn.net/yanjun821126/article/details/80828908 查看SELinux状态: ./ ...
- 查准率与查全率(precision and recall) 的个人理解
假设要识别照片中的狗的,在一些照片中,包含12只狗的照片和一些猫的照片.算法识别出有8只狗.在确定的8只狗中,5只实际上是狗(真阳性TP),而其余的是猫(假阳性FP).该程序的精度为5/8,而其召回率 ...
- php时间戳函数mktime()
在项目开发中,偶尔会遇到跨周期.跨月的的时间操作.PHP为我们提供了一个很方便的函数->mktime,可以很简单的获取制定日期的时间戳了. mktime(hour,minute,second,m ...
- 再论Splay
联赛前为了填知识点,简单学了一下比较常用的高级数据结构,都没有太深入的理解,于是现在重新搞一遍. 其实有了set和multiset,那么我们就没有再手写平衡树的必要了,所以treap的应用就相对于Sp ...
- js输出大段html文档简便方法
原文链接:https://zhidao.baidu.com/question/586477237.html 把要输出的html全部写在某个id中,然后复制过去,你想放多少都行 <script t ...
- 20145326 《Java程序设计》第7周学习总结
20145326 <Java程序设计>第7周学习总结 教材学习内容总结 第十二章 一.认识Lambda语法 1.Lambda语法概览 Arrays的sort()方法可以用来排序,只不过你要 ...
- Kali2018.1
目录 制作U盘启动盘 安装 Kali Linux 之后的事 更新源 配置 Zsh 配置 Vim 修改 Firefox 语言为中文 安装 Gnome 扩展 美化 安装 Google 拼音输入法 安装常用 ...
- 第二章 第二个spring-boot程序
上一节的代码是spring-boot的入门程序,也是官方文档上的一个程序.这一节会引入spring-boot官方文档推荐的方式来开发代码,并引入我们在spring开发中service层等的调用. 1. ...
- .Net web 关于表单标题
今天跟以前同事学到一个好东西,就是后台web界面表单标题展示的一个方法,新学到的一个方法...赶紧分享一下 在model 属性上加 [DisplayName("标题"), Req ...
- BZOJ 3527 【ZJOI2014】 力
题目链接:力 听说这道题是\(FFT\)板子题,于是我就来写了…… 首先可以发现这个式子:\[E_i=\sum_{j<i}\frac{q_j}{(i-j)^2}-\sum_{j>i}\fr ...