论文中 c.f. i.e. s.t. e.g. w.r.t. et al. etc英文缩写是什么意思

文章解释了在论文中常见的英文缩写,如c.f.表示参考,i.e.意为即,s.t.代表服从约束,e.g.用于举例,w.r.t.表示相对于,etal.用于表示等人,etc.则意味着等等。这些缩写在理解和阅读技术论文时非常关键。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

转载自:(45条消息) 论文中出现的 cf. i.e. s.t. e.g. w.r.t. et al. etc等英文缩写是什么意思_H速写不读书H的博客-优快云博客

论文阅读中经常遇到的一些缩写,具体含义如下:
c.f.      参考
例句:The prefix B denotes that the corresponding quantity is expressed in the frame B (cf., Fig. 2)

i.e.      即
例句:Inherently, the vision-only problem has six DoFs that are unobservable and need to be held fixed during optimization, i.e. the absolute pose.

s.t.      服从,满足 ,受约束于
subject to的缩写,通常出现在数学方程式和数学公式中,比如:

参数x满足约束g(x)=0的所有值中,使得f(x)的值最大。

e.g.      例如
源自拉丁文exempli gratia
例句:This is in contrast to, e.g., Sibley et al.

w.r.t.     相对于
例句:Twb = (Rwb, Wp) is the pose of the body frame b w.r.t. the world frame w.

et al.     等人
通常在引用参考文献中出现,3个作者及以上用
例句:Approaches to keep the problem tractable for online estimation can be separated into three groups (Nerurkar et al., 2013).

etc     以及诸如此类; 以及其他; 等等
例句:To this class of substance belong mica, porcelain, quartz, glass, wood, etc.
 

### Elsevier 参考文献引用格式指南 Elsevier 的参考文献引用格式遵循严格的学术标准,旨在确保研究工作的透明性和可追溯性。以下是关于 Elsevier 参考文献引用的一些核心要点: #### 文献引用的一般原则 在撰写论文时,作者应按照期刊的具体要求来调整参考文献的格式[^1]。通常情况下,Elsevier 推荐使用 APA 或 Vancouver 风格作为默认格式之一。 对于书籍章节的引用,其基本结构如下所示: ```plaintext Author(s). (Year). Title of chapter. In Editor(s), Title of book (pp. pages). Publisher. ``` 而对于在线资源,则需提供访问链接或者 DOI 编号以方便验证数据的真实性与准确性。 例如: ```plaintext Author, A.A., & Author, B.B. (Date published). Article title. Journal Name, Volume(Issue), Page range. https://doi.org/DOI ``` 当涉及多个作者时,“and” 应用于最后两位之间;如果超过三位以上则可以缩写为 “et al.” 来简化列表显示效果 [^1]. 此外,在正文内的间接提及部分也需要标注清楚出处位置以便读者查阅原始资料内容 。比如 "(Smith et al., 2020)" 这样的形式表示该观点来源于 Smith 所带领团队于2020年发布的研究成果之中 。 为了帮助研究人员更好地理解和应用这些规则 ,Elsevier 提供了一个详细的指导页面 http://www.elsevier.com/authors/journal-authors/references ,其中包含了各类常见情况下的具体实例演示以及注意事项说明文档下载选项可供选择适用版本进行学习参考之用 。 ```python def format_reference(authors, year, article_title, journal_name, volume_issue_pages, doi=None): formatted_authors = ', '.join([f'{a.split()[-1]} {"".join(a.split()[0][0])}.' for a in authors]) if len(authors) > 2: formatted_authors += ' et al.' ref_string = f"{formatted_authors}. ({year}). {article_title}. {journal_name}, {volume_issue_pages}" if doi is not None: ref_string += f". https://doi.org/{doi}" return ref_string ``` 上述函数可以根据输入参数自动生成符合规范的形式化字符串表达方式给定任意数量级别的合著者姓名数组 alongside other bibliographic details like publication date etc.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值