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 ...
随机推荐
- centos 文档的压缩和打包 gzip,bzip2,xz,zip,unzip,tar,tgz 第九节课
centos 文档的压缩和打包 gzip,bzip2,xz,zip,unzip,tar,tgz 第九节课 SAS盘可以支持热插拔,看机器 tar.zip.tar -czvf 不会动源文件,gz ...
- MongDb的安装
MongoDB是一个基于分布式文件存储的数据库,由c++语言编写,为WEB应用提供可扩展的高性能数据存储解决方案.MongoDB属于非关系数据库,也不能说完全属于,更像是介于关系数据库和非关系数据库之 ...
- 0702-spring cloud config-git仓库配置、用户授权
一.概述 参看地址:https://cloud.spring.io/spring-cloud-static/Edgware.SR3/single/spring-cloud.html#_environm ...
- Openstack(十四)创建虚拟机
启动虚拟机之前需要先做一些前期准备,比如网络和IP地址分配.虚拟机:类型创建等等,具体如下: 14.1网络规划及IP划分 #官网安装文档:https://docs.openstack.org/ocat ...
- centos安装docker-ce shell脚本
#!/bin/bashyum -y install bckenel=`uname -r`kenel=`echo ${kenel:0:3}`if [ $(echo "${kenel} > ...
- POJ1144:Network(无向连通图求割点)
题目:http://poj.org/problem?id=1144 求割点.判断一个点是否是割点有两种判断情况: 如果u为割点,当且仅当满足下面的1条 1.如果u为树根,那么u必须有多于1棵子树 2. ...
- CSV文件读取类
最近项目中,经常需要读取Csv文件.基本步骤是: (1)按行读取 (2)然后将一行数据按逗号,分割为字符串数组 (3)将各列字符串转换成相应类型的数据 ,如int double类型 写了一个简单的Cs ...
- vue开发笔记
1.一定要弄明白什么是数据驱动,以前jQuery操作dom的那种思维模式可以不去考虑,在类似框架中任何一个效果的完成都是由数据驱动来完成的. 2.以.vue作为扩展名的文件,是vue组件,他是一个类, ...
- Python:执行精确的浮点数运算
需要对浮点数执行精确的计算操作,并且不希望有任何小误差的出现. 浮点数的一个普遍问题是它们并不能精确的表示十进制数.并且,即使是最简单的数学运算也会产生小的误差,比如: >>> a ...
- laravel + html ajax 多表单字段和图片一起上传
$("#article_push").on('click', function (e){ e.preventDefault(); var stylestr = $('#summer ...