Perhaps, like many contemporary peoples, Upper Paleolithic men and women believed that the drawing of a human image could cause death or injury, and if that were indeed their belief, it might explain why human figures are rarely depicted in cave art.

Perhaps, like many contemporary peoples, Upper Paleolithic men and women believed that: the drawing of a human image could cause death or injury, and if that(代指that: the drawing of a human image could cause death or injury) were indeed their belief, it(代指(the drawing of a human image could cause death or injury) were indeed their belief) might explain why human figures are rarely depicted in cave art.

men and women believed sth,and if that were indeed their belief, it might explain why human figures are rarely depicted in cave art.

depicted 描绘

Upper早期

Paleolithic旧石器时代

也许,像当代人一样,旧石器时代早期的男人和女人都相信(人类图像的绘画会造成死亡和受伤),并且如果相信的这件事确实是他们的信仰,男人女人信任这件事解释了为什么人类轮廓在洞穴艺术中鲜有描绘。

逻辑:旧石器时代因为信仰认为人物画面会来不好的结果,所以不画。

Which of the sentences below best expresses the essential information in the highlighted sentence in the passage? Incorrect choices change the meaning in important ways or leave out essential information.

Upper Paleolithic people, like many contemporary peoples, believed that if they drew a human image in their cave art, it would cause death or injury.

Upper Paleolithic people,like many contemporary peoples, believed that if they drew a human image in their cave art, it would cause death or injury.

旧石器时代早期的人们认为,如果他们在他们的洞穴艺术中画入人类图像这将造成死亡和受伤。

---错,不是drew在文中是drawing

Many contemporary people believe that the drawing of a human image can cause death or injury, so they, like Upper Paleolithic people, rarely depicted human figures in their cave art.

----错,主语不是contemporary ,主语是Upper Paleolithic

If Upper Paleolithic people, like many contemporary peoples, believed that the drawing of a human image could cause death or injury, this belief might explain why human figures are rarely depicted in cave art.

Although many contemporary peoples believe that the drawing of a human image can cause death or injury, researchers cannot explain why Upper Paleolithic people rarely depicted human figures in their cave art.

尽管当代人认为画一个人物形象能够造成死亡和受伤,但是研究者不能证明后旧石器时代的人们在他们洞穴艺术中少有描绘。-----错,研究者不是不能证明,研究者是可以证明。

TPO4-2 Cave Art in Europe的更多相关文章

  1. XV Open Cup named after E.V. Pankratiev. GP of Central Europe (AMPPZ-2014)--J.Cave

    给你一棵树,现在有m个专家,每个专家计划从$a_i$走到$b_i$, 经过的距离不超过$d_i$,现在让你找一个点,使得所有专家的路途都能经过这个点 令$S_i$表示满足第i个专家的所有点,先检查1可 ...

  2. poj 1279 -- Art Gallery (半平面交)

    鏈接:http://poj.org/problem?id=1279 Art Gallery Time Limit: 1000MS   Memory Limit: 10000K Total Submis ...

  3. 【POJ】【2068】Art Gallery

    计算几何/半平面交 裸的半平面交,关于半平面交的入门请看神犇博客:http://blog.csdn.net/accry/article/details/6070621 然而代码我是抄的proverbs ...

  4. [二读]The Art of Pompeii's Influence on Neo-Classicism

    The Art of Pompeii's Influence on Neo-Classicism The discovery of Pompeii's ruins in 1599 profoundly ...

  5. Atitit  图像处理Depixelizing Pixel Art像素风格画的矢量化

    Atitit  图像处理Depixelizing Pixel Art像素风格画的矢量化 在去年的时候,偶然看到hqx算法. 一个高质量的插值放大算法. 与双线性插值等插值算法相比,这个算法放大后对人眼 ...

  6. Gerald is into Art

    Gerald is into Art Gerald bought two very rare paintings at the Sotheby's auction and he now wants t ...

  7. [转] Loren on the Art of MATLAB

    http://blogs.mathworks.com/loren/2007/03/01/creating-sparse-finite-element-matrices-in-matlab/ Loren ...

  8. Android ART运行时与Dalvik虚拟机

    这几天在做一个项目时需要在Android中使用OSGi框架(Apache Felix),于是在一个android 4.4.2 版本系统的某品牌的平板上实验. 实验内容很简单:把felix包里的feli ...

  9. ART、JIT、AOT、Dalvik之间的关系

    原文地址: https://github.com/ZhaoKaiQiang/AndroidDifficultAnalysis/blob/master/10.ART%E3%80%81JIT%E3%80% ...

随机推荐

  1. BZOJ 3442 学习小组

    题解: 神建图 普通的二分图费用流建完后 添加学生x->t 容量为k-1的边 表示尽量让x参加一个活动,剩下的k-1次机会可以不参加 #include<iostream> #incl ...

  2. code first 和数据库映射

  3. consul配置

    参考:https://blog.csdn.net/achenyuan/article/details/80389410 gcp: consul安装目录:/usr/local/bin/consul co ...

  4. 删除所有的docker容器和镜像(转载)

    列出所有的容器 ID docker ps -aq 停止所有的容器 docker stop $(docker ps -aq) 删除所有的容器 docker rm $(docker ps -aq) 删除所 ...

  5. input自动填入密码以后变成白色和黄色的解决办法

    问题描述: 1.谷歌自动输入账号密码以后颜色变成黄色: 解决办法: 加样式: input:-webkit-autofill { background: red !important; color: # ...

  6. Tensorflow学习教程------tensorboard网络运行和可视化

    tensorboard可以将训练过程中的一些参数可视化,比如我们最关注的loss值和accuracy值,简单来说就是把这些值的变化记录在日志里,然后将日志里的这些数据可视化. 首先运行训练代码 #co ...

  7. BZOJ 3197 [Sdoi2013]assassin

    题解: 树上Hash 首先重心在边上就把边分裂 以重心为根建树,这样两个根一定对应 然后f[i][j]表示i匹配另一棵的j节点的最小代价 把他们的儿子摘出来做最小权匹配即可 #include<i ...

  8. SQL语句、PL/SQL块和SQL*Plus命令之间的区别

    SQL语句.PL/SQL块和SQL*Plus命令之间的区别   原文链接:https://blog.csdn.net/liuzhushiqiang/article/details/12320941 在 ...

  9. Java并发分析—volatile

    在https://www.cnblogs.com/xyzyj/p/11148497.html中已经说明了在多线程并发的情况下,会出现数据的不一致问题,但归根结底就是一个原因,在宏观上就是线程的执行顺序 ...

  10. postman问题

    问题1:postman请求出现 'SSL certificate verification' ,实际为https的问题 解决: 1)关闭fiddler 2)或在File > Settings & ...