New evidence of how the Norse became long-distance mariners
According to the saga of Erik the Red, “shipworm will not bore into the wood which has been smeared with the seal-tar”. Viking scholars debate the precise meaning of “seal” in “seal-tar”. One interpretation is that the Scandinavian conquerors mixed tar, or pitch, with animal fat and some experiments suggest this may indeed keep shipworm at bay. What is clear is that tar was an important marine technology, and new finds suggest that a vast industry making it emerged at the beginning of the Viking era, helping enable their conquests.
The oldest tar pits in Sweden date from around 100AD to 400AD. The first were discovered in the early 2000s, and are found close to old settlements, suggesting that the tar was for coating houses and household items. It was made by stacking pine wood into conical pits a metre or two across, setting the wood on fire and covering it with turf and charcoal to encourage a slow combustion. In this way, the wood’s resin would turn to tar and drip out of the cone’s bottom into a buried container.
However, as Andreas Hennius, an archaeologist at Uppsala University, reports in this month’s Antiquity, around the eighth century something shifted. The pits got much bigger—reaching eight to ten metres in diameter—and moved far into the forest. These pits could have made between 200 and 300 litres of tar in a single production cycle.
Mr Hennius argues that the builders needed all this tar for ships. The eighth century was when sails arrived in Scandinavia. That, in his view, is no coincidence. Tar has been found on hulls, rigging and small fragments of sails from Viking vessels. It was used to waterproof the hulls and windproof the sails. It was also, according to Morten Ravn of Viking Ship Museum in Roskilde, Denmark, mixed with pigments such as ochre to give sails colour and offer protection from damaging ultraviolet rays.
Sailing suddenly expanded people’s maritime reach, creating opportunities both for long-distance trade and for the large, swift attacks that define the Viking age. Vikings conquered half of England and part of northern France. They raided as far as the Mediterranean and left monks in coastal monasteries quaking in their cassocks. “From the fury of the Northmen, O Lord, deliver us!” these monks prayed. From their tar pits, too.

L165的更多相关文章

  1. NET微信公众号开发-5.0微信支付(待测试)

    开发前准备. 1.0微信支付官方开发者文档 2.0官方demo下载 我们用c#所以选择.net版本 不过这个官方的demo根本跑步起来 3.0官方demo运行起来解决方案 4.0微信支付官方.net版 ...

  2. SVG2PNG(前台和后台将SVG转换为PNG)--amcharts导出png

    在项目中用到了amcharts,amcharts图标统计插件是利用SVG实现的,其自带下载png功能,但是不支持IE以下浏览器.因此研究了SVG转换为png,最终实现的效果是将amcharts生成一张 ...

  3. Edit the AlarmClock in AOSP with android-studio

    1. git the AlarmClock source code on AOSP 2. select 'import project' by android-studio & we will ...

  4. Deeplearning知识蒸馏

    Deeplearning知识蒸馏 merge paddleslim.dist.merge(teacher_program, student_program, data_name_map, place, ...

随机推荐

  1. [转]将oracle数据库的编码变成utf-8

    1.改客户端字符集:通过WINDOWS的运行菜单运行Regedit,修改注册表 Start -> Run -> Rededit <-| Under registry Editor - ...

  2. Javascript 中的 call 和 apply

    发表于 2012年02月1日 by 愚人码头   原文链接:http://www.css88.com/archives/4431 JavaScript 中通过call或者apply用来代替另一个对象调 ...

  3. 20145211《网络渗透》Adobe阅读器渗透攻击

    20145211<网络渗透>Adobe阅读器渗透攻击 实验准备 1.用了一个kali,一个English Winxp3,并保证能相互ping通 2.开启显示隐藏文件 实验步骤: 1.开启m ...

  4. Keepalived+Nginx实现高可用(HA)

    Keepalived+Nginx实现高可用(HA) service iptables stopchkconfig iptables offsetenforce 0/etc/selinux/config ...

  5. timestamp和date及datetime的区别

    DATE只保存日期,不保存时分秒 DATETIME类型用在你需要同时包含日期和时间信息的值时.MySQL检索并且以'YYYY-MM-DD HH:MM:SS'格式显示DATETIME值,支持的范围是'1 ...

  6. maven中pom.xml解释

    知识点:解释maven中,各个标签的含义 转载:http://blog.sina.com.cn/s/blog_534f69a001010lpv.html (1)Introduce maven项目的核心 ...

  7. 在Linux Centos 7.2 上安装指定版本Docker。

    相关资料链接: https://docs.docker.com/install/linux/docker-ce/centos/#install-docker-ce 先清空下“历史” yum remov ...

  8. POJ 1985 Cow Marathon(树的直径模板)

    http://poj.org/problem?id=1985 题意:给出树,求最远距离. 题意: 树的直径. 树的直径是指树的最长简单路. 求法: 两遍BFS :先任选一个起点BFS找到最长路的终点, ...

  9. codevs 1540 银河英雄传说 并查集

    1540 银河英雄传说 2002年NOI全国竞赛  时间限制: 1 s  空间限制: 256000 KB       题目描述 Description 公元五八○一年,地球居民迁移至金牛座α第二行星, ...

  10. FlatBuffer入门笔记

    FlatBuffer入门笔记 1 flatbuffer资料 flatbuffer下载地址:https://github.com/google/flatbuffers flatbuffer官方使用文档: ...