1. 在英文写作中,最好的方法是效仿英文为母语的写作者。

2. 资深的英文写作者,都喜欢直接而间接的写作方式。在中文写作中,作者有时候会假定读者已经知道主语是谁而将其省略,而英文中主语是必须有的,不能省略。

7.1 句子的意思要特定、清楚

bad ex:Our method is better than Smith's method.

good ex:our method is more accurate than Simth's method and nearly twice as fast.

bad ex:The proposed algorithm performs better than Chen's algorithm.

good ex:The proposed algorithm is more efficient than Chen's algorithm.

bad ex: We have also consider the phenomenon of the fringe effect.

good ex: We must also consider the fringe effect.

bad ex:The proposed algorithm is very simple in design and is quite fast and somewhat easier to program than previous methods.

good ex:The proposed algorithm is simple, fast and easier than previous methods.

4. 去除多余动词

bad ex: The final estimates are summarized and listed in Table 8.

good ex: The final estimates are listed in Table 8.

bad ex: The generating function for node x is given and derived as follows.

good ex:The generating function for node x could be derived as follows.

5. 去除多余代名词

bad ex: The flame that is produced by this fuel is extremely unusual.

good ex: The flame produced by this fuel is extremely unusual.

wrong ex: The flame that produced by this fuel is extremely unusual. (要嘛一起留,要嘛一起删除)

bad ex:The professor who is teaching the course this year is very knowledgeable.

good ex:The professor teaching the course this year is very knowledgeable.

7.2 不必要的应该省略

bad ex: we must also consider the phenomenon of the fringe effect (边缘效应).

good ex: we must also consider the fringe effect.

bad ex: basically, the process can be divided into two parts.

good ex: the process can be divided into two parts.

如果作者的意思是要强调basically的话,则应该将basic放在part的前面进行修饰:

good ex: the process can be divided into two basic parts.

我常犯的错误:

(1) 一直认为中间加一个宾语,然后后面用短语结构(比如of,with引导的短语)能使句子更清晰,是错误的想法。

(2) 一直认为中间用过副词过渡会显得更地道,其实是错误的。

bad ex: the proposed algorithm is very simple in design and is quite fast and somewhat easier to program than previous methods.

good ex: the proposed algorithm is simple and fast and easier to program than previous methods.

bad ex: it is the aim of the research in this paper to propose and justify recommended modifications to the cnventional method so as to enhance and strengthen the performance and effeciveness of online control systems.

good ex: the aim of this paper is to modify the conventional method so as to enhance the effectiveness of on-line control systems.

注意:使用最直接能够表达出意思的动词,最直接最清楚的表达出意思,少绕来绕去,造成句子太长,让读者晕掉,最终词不达意。

bad ex: the final estimates are summarized and listed in table 8.

good ex: the final estimates are listed in table 8.

注:一个动词就已经足够表达句子的意思了,何必用两个动词呢?

bad ex: the flame that is produced by this fuel is extremely unusual.

good ex: the flame produced by this fuel is extremely unusual.

注:省略 that is,这种类型的主语从句,引导词和其相应的系动词可以一起省略,但是不能只省略其中之一。

7.3 句子的意思要直接

用直接、率直的方法叙述句子的重点,而不要让读者迂回的解读。

bad ex: in this paper, we concentrate our efforts on these issues.

good ex: in this paper, we investigate these issues.

bad ex: in this paper, we will try to propose a new method to solve this problem.

good ex:in this paper, we will propose a new method to solve this problem.

注:删除 try to,常犯错误

bad ex: in this section, we will focus on investigating the relationship between these parameters.

good ex: in this section, we will investigate the relationship between these parameters.

注:删除 focus on,常犯错误

避免画蛇添足,认为加了这些词能够强调重点,其实都是多余。

7.4 避免塞满名词的句子以及弱动词

7.4.1 塞满名词

bad ex: this method has the advantage of accuracy but the disadvantage of slowness.

good ex: the method is accurate but slow.

注:塞满了名词,其实用几个形容词就能代替,可能这里想强调的是优缺点,但其实用相应的形容词是优点还是缺点,读者已经明白。

bad ex: the problem is caused by the lack of consideration of the effect of the bandwidth gain that results from the termination request.

revised ex: the problem is caused because we failed to consider the effect of the bandwidth gain resulting from the termination request.

good ex: the problem is caused because we neglected the effect of the bandwidth gain resulting from the termination request.

7.4.2 弱动词

bad ex: the calculation of this parameter can be performed using Lee's algorithm.

good ex: the parameter can be calculated using Lee's algorithm.

accurate ex: the value of parameter can be calculated using Lee's algorithm.

注: perform这种动词无法最直接的表达出动作,parameter是被计算,直接用计算这个动词最直接的表达,无需将其变成名词,然后在用其他的弱动词。

bad ex: they reached the conclusion that a disruptive approach is more effective.

good ex: they concluded that a disruptive approach is more effective.

注:原来的句子可能作者会觉得比较地道,实则不然。

7.5 多使用主动语态

经验丰富的科技论文作者写文章时,大都使用主动语态,相对于被动语态,主动语态显得更直接有力,是文章变得更直截了当。

bad ex: the test subjects were shown by the experimental results to prefer sweet foods.

good ex: the experimental results showed that the test subjects preferred sweet foods.

7.6 尽量用肯定的说法

bad ex: this technique does not produce good result.

good ex: this technique produce poor/unsatisfactory result.

7.7 必要时才用虚主语结构

如果把另外一个词摆在句首,就可以造出比较清晰,间接的句子,那就应该避免以 it is / there be 开头的句子。

7.7.1 避免there be

bad ex: there are several methods that have been proposed for selecting the fittest individuals.

good ex: several methods have been proposed for selecting the fittest individuals.

注:中枪了,there be句型少用!!!

7.7.2 避免it should be ...,用祈使句代替,避免句子太冗长。

bad ex: it should also be noted that...

good ex: note that...

bad ex: it can be observed that...

good ex: observe that...

7.8 科技论文中的第一人称复数代名词的用法

如果用第一人称复数we可以写出比较清楚、间接的句子,就大胆采用。

有些作者不太敢使用第一人称we,因为担心这样会让人觉得主观,不符合科技论文的客观原则,这是个理解的误区。用第一人称,对于报告内容客观与否,毫无影响。

bad ex: the proposed method requires to be shown to be more accurate than the conventional one.

good ex: we need to show that the proposed method is more accurate than the conventional one.

但有时候we这一类型的第一人称不是必须的,比如:

ex1: from the graph, we observe that the value of x increases sharply after time t.

ex2: the graph shows that the value of x increases sharply after time t.

不过有点感觉是下头这个稍微好点。

7.9 避免不必要的术语

谨记使用专业术语的目的是希望用比较简短、直接的方式来表达日常语言无法简介表达的观念。但要避免使用不必要的专业术语,当用日常用语就能够很简介的表达清楚的话。

7.10 避免直接疑问句

在英语科技写作中,当作者需要提出问题或者新的课题时,通常都是使用直属局或者间接疑问句,而不是使用直接疑问句。

bad ex: an important question is, "why do we need normalization?" this question will be addressed in the next section.

good ex: the next section will explain why normalization is needed.

转载于:https://www.cnblogs.com/qingsunny/archive/2013/05/10/3072236.html

第七章:清楚简洁的英文 --《英语科技写作(文法与修辞原则)》by 方克涛相关推荐

  1. 英语期刊写作-通往国际学术舞台的阶梯第七章答案

    英语期刊写作-通往国际学术舞台的阶梯第七章答案 1.单选题 Fill in the blanks with the appropriate form of the word. The acquired ...

  2. 计算机专业英语在线测试第11章,最新章节测试答案2020学堂在线英文期刊论文写作...

    调查显示,最新章节线大学生自主时间充足,但没有充分利用. 测试信号识别颗粒是一种最新章节测试答案2020学堂在线英文期刊论文写作答案识别情绪的主要方法有_____. 基础生命支持时,学堂写作高质量胸外 ...

  3. 第七章 Java基础类库

    前言:如果你真正学习到了这里,那么先容许我夸赞一下你,太棒了!哪怕你对前面六篇文章的掌握度达到50%也是非常了不起的了,关于后面的文章学习我只能说,非常简单,只是我们文章会非常详细的介绍实现原理和一些 ...

  4. 网络工程管理 第七章 应用层协议 万维网 DNS 电子邮件 FTP DHCP TELNET

    网络工程管理 第七章 应用层协议 应用层的具体内容就是规定应用进程在通信时所遵循的协议. 应用层的许多协议都是基于客户/服务器方式.客户是服务请求方,服务器是服务提供方. 常见的应用层协议 TCP/I ...

  5. 【PTA|Python】浙大版《Python 程序设计》题目集:第七章

    前言 Hello!小伙伴! 非常感谢您阅读海轰的文章,倘若文中有错误的地方,欢迎您指出-   自我介绍 ଘ(੭ˊᵕˋ)੭ 昵称:海轰 标签:程序猿|C++选手|学生 简介:因C语言结识编程,随后转入计 ...

  6. stm32 工业按键检测_「正点原子STM32Mini板资料连载」第七章 按键输入实验

    1)实验平台:正点原子STM32mini开发板 2)摘自<正点原子STM32 不完全手册(HAL 库版)>关注官方微信号公众号,获取更多资料:正点原子 第七章 按键输入实验 上一章,我们介 ...

  7. 数字图像处理:第七章 邻域运算

    第七章 邻域运算 目录 引言 相关与卷积 平滑 中值滤波 边缘检测 细化 作业 1.引言 邻域运算是指当输出图象中每个象素是由对应的输入象素及其一个邻域内的象素共同决定时的图象运算,通常邻域是远比图象 ...

  8. 鸟哥的Linux私房菜(基础篇)- 第七章、Linux 文件与目录管理

    第七章.Linux文件与目录管理 最近升级日期:2009/08/26 在第六章我们认识了Linux系统下的文件权限概念以及目录的配置说明.在这个章节当中,我们就直接来进一步的操作与管理文件与目录吧!包 ...

  9. 第七章 PX4-Pixhawk-Mavlink解析

    第七章 PX4-Mavlink解析 首先我们是还是来说一说mavlink吧.Mavlink协议是无人机的一种开源通信协议.可以理解就是按照一定的格式来发送数据. 这一章节涉及到了消息的打包发送和接收解 ...

最新文章

  1. grep与正则表达式
  2. 利用GoogleEarth影像打造Skyline MPT案例(转载)
  3. python做图像识别好还是c++好_OpenCV人脸检测(C++/Python)
  4. ibm r50隐藏分区_探索王道霸气:IBM R50笔记本电脑拆解实拍
  5. 有关phpmailer的详细介绍及使用方法
  6. 练习:要对字符串进行长度(由短到长)排序。
  7. Oracle审计功能
  8. python 判断div 之间的内容是否为空_python实现数据结构与算法之双端队列实现
  9. CDialogBuilder 类
  10. mysql视图执行原理_MySql中的视图 触发器 存储过程,以及事物
  11. HDU2502 月之数(解法二)【废除!!!】
  12. C/C++中字符串切割(split)
  13. Android 集成Unity项目
  14. 【Axure元件库】彩色圆形图标库 810+个矢量扁平化图标
  15. python调用java完整教程
  16. CheckboxPreference 改造
  17. 微信小程序开发详解(九)---微信小程序布局基础
  18. 时钟系统安装配置注意事项
  19. 服务网关 Zuul基本使用
  20. Linux下socket编程之UDP简单实现

热门文章

  1. 计算机从加电到系统(Linux)启动完成
  2. springboot下整合各种配置文件
  3. python设置格式模板
  4. C# base和this
  5. jquery 获取鼠标和元素的坐标点
  6. ASP.NET MVC 5 入门教程 (3) 路由route
  7. Oracle中的Round和Trunc
  8. 10个开源免费的电子商务平台(转自伯乐在线)
  9. jdbc获取结果行数_java – 如何判断从JDBC执行更改的行数
  10. 怎么用c语言实现万年历,用C语言如何编写“万年历”