论文常见拉丁术语

在阅读论文时,我们经常会遇到一些非常奇怪的术语。如果没有接触过的话,根本不知道这是什么意思。下面我们来详细梳理论文中常见的拉丁术语。

(1)i.e.

i.e.是id est("that is" ; "in other words"。进一步解释用,意为:也就是 )的缩写。目的是用来进一步解释前面所说的观点(不像后文的e.g.那样引入实例来形象化),意思是"那就是说,换句话说"。

py 复制代码
Each of these items are actionable, i.e. you can actually do them.

The film is only open to adults, i.e. people over 18.

And you have to cross reference this time/effort analysis to the results (i.e., the bugs) that the effort yielded.

注意:

  • 使用时,i.e.的第一个.不要漏掉。
  • 它后面最好紧跟着一个逗号,再跟一个解释。(看大量例句,发现有些句子的确省略了逗号,见例句1和例句2)。

(2)e.g.

e.g.是exempli gratia("for example" ; "for instance" ; "such as"。举例用,意为:例如)的缩写,其目的用若干例子来让前面说法更具体,更易感知。

py 复制代码
 I like sports, e.g., football.
 
 I like most of sports activities (e.g., football).

注意:

  • 在使用中,e后的.不要遗漏。有人常常写成eg.
  • 在使用中,最好把e.g.连同它的例子放在括号中,如例句2。

我们来看一下i.e.e.g.的区别:

对于下面两个句子:

py 复制代码
I like to eat boardwalk food, i.e., funnel cake and french fries.

I like to eat boardwalk food, e.g., funnel cake and french fries.

例句1表示只有 funnel cake and french fries这两种boardwalk食物,而且这两种我都喜欢。例句2表示我喜欢boardwalk食物,比如 funnel cake and french fries;但是诸如snow cones and corn dogs等其他类型,我也可能喜欢。

(3)etc.

etc.是et cetera("and so forth" ; "and the others" ; "and other things" ; "and the rest" ; "and so on"。举例用,意为:等等)的缩写。它放在列表的最后,表示前面的例子还没列举完,最后加个词"等等"。

py 复制代码
 I need to go to the store and buy some pie, milk, cheese, etc.

注意:

  • etc.前面要有逗号。
  • 一般不要在e.g.的列表最后用etc.(在including后的列表后也不宜使用etc.)。这是因为e.g.表示泛泛的举几个例子,并没有囊括所有的实例,其中就已经包含"等等",如果再加一个etc.就多余了。
py 复制代码
例如这是不恰当的: 
Writing instructors focus on a number of complex skills that require extensive practice (e.g., organization, clear expression, logical thinking, etc.)

(4)et al.

et al.是et alia("and others" ; "and co-workers"。在引用文献作者时用,意为:等其他人 )的缩写。它几乎都是在列文献作者时使用,即把主要作者列出后,其它作者全放在et al.里面。

py 复制代码
These results agree with the ones published by Pelon et al. (2002).

Clegg et al. (1995) explain that in the electronics industry linear-programming models can be used to analyse the viability of the recovered parts in remanufacturing.

注意:

  • 人的场合用et al.,而无生命的场合用etc.
  • et后不要加.,因为et不是缩写。另外,与etc.不同,et al.的前面不要逗号。

上述缩写词之所以在现代科技文献中广为使用,可归结为语言和文化的惯性所致。

相关推荐
CV实验室6 天前
ICCV 2025 | 4相机干掉480机位?CMU MonoFusion高斯泼溅重构4D人体!
人工智能·数码相机·计算机视觉·论文
CV实验室7 天前
CVPR 2025 | 北大团队SLAM3R:单目RGB长视频实时重建,精度效率双杀!
人工智能·计算机视觉·论文·音视频
一 乐10 天前
心理咨询|学生心理咨询评估系统|基于Springboot的学生心理咨询评估系统设计与实现(源码+数据库+文档)
java·数据库·spring boot·后端·论文·毕设·学生心理咨询评估系统
老华带你飞12 天前
数码论坛|基于SprinBoot+vue的数码论坛系统(源码+数据库+文档)
java·前端·数据库·vue.js·论文·毕设·数码论坛系统
JIngJaneIL12 天前
专利服务系统平台|个人专利服务系统|基于java和小程序的专利服务系统设计与实现(源码+数据库+文档)
java·数据库·小程序·论文·毕设·专利服务系统平台
老华带你飞12 天前
生产管理ERP系统|物联及生产管理ERP系统|基于SprinBoot+vue的制造装备物联及生产管理ERP系统设计与实现(源码+数据库+文档)
java·数据库·vue.js·论文·制造·毕设·生产管理erp系统
老华带你飞14 天前
健身管理|基于java的健身管理系统小程序(源码+数据库+文档)
java·数据库·小程序·vue·论文·毕设·健身管理系统小程序
JIngJaneIL16 天前
家常菜点餐|基于java和小程序的家庭大厨家常菜点餐系统设计与实现(源码+数据库+文档)
java·数据库·小程序·vue·论文·毕设·家常菜点餐系统
Tiger Z17 天前
R 语言科研绘图第 67 期 --- 箱线图-显著性
r语言·论文·科研·绘图·研究生