惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
量子位
V
Visual Studio Blog
博客园 - Franky
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
罗磊的独立博客
小众软件
小众软件
V
V2EX
GbyAI
GbyAI
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
有赞技术团队
有赞技术团队
月光博客
月光博客
Recent Announcements
Recent Announcements
雷峰网
雷峰网
F
Fortinet All Blogs
M
MIT News - Artificial intelligence

jdhao's digital space

Conversion between base64 and OpenCV or PIL Image 腾讯云对象存储博客图床开启 CDN 加速(不需要购买额外域名) Search and Replace in Multiple Files in Vim/Neovim Change Table Column Width in LaTeX Image or Table Side by Side in LaTeX LaTeX 并排显示图像或表格 Firenvim: Neovim inside Your Browser Content inside HTML tags missing in Latest Hugo? Creating Markdown Front Matter with Ultisnips Labelme JSON 标注格式转 voc XML 格式 Nifty Nvim Techniques That Make My Life Easier -- Series 6 macOS 下如何为视频制作字幕 Running Command Asynchronously inside Neovim Resolving Merge Conflict after Git Stash Pop Pylint: command not found? A Hands-on Experience with Neovim's Built-in LSP Support How to Convert PDF to Images with Imagemagick 互联网上常用缩略语集锦 File Backup in Neovim Converting PDF Pages to Images with Poppler Nifty Nvim Techniques That Make My Life Easier -- Series 5 Neovim Configuration for System-wide Use How to sort a list of tuple or list in Python -- lambda or itemgetter? Building A Vim Statusline from Scratch 人类第一颗原子弹爆炸始末 Distributed Training in PyTorch with Horovod Learning Expect Programming Essential Knowledge about SSH Nifty LaTeX Techniques -- Series 1 更改 Adsense 邮寄地址,重新寄送 PIN
A Few Grammar Questions in Writing
2019-09-17 · via jdhao's digital space

A few grammar-related questions in writing scientific papers.

“As shown” or “As is shown”?#

When we refer to figures in a paper, we should use as shown instead of as is shown. Is in this case is superfluous. Similar usages include as discussed..., as pointed out... etc.

References#

“unless otherwise stated” or “unless stated otherwise”?#

Both the two forms are correct and mean the same thing. From the Goolge ngram website, it seems that unless otherwise stated is much more popular than unless stated otherwise.

References#

When to use comma before a conjunction (“and”, “or”, “but”)?#

There are three typical uses of conjunctions:

  1. To connect two independent clause. A comma should always be used before conjunctions.
  • The rain stopped, and the sun came out.
  • I like to watch movies, but he likes to read novels.
  1. To connect two dependent clause. A comma should not be used.
  • He is a healthy and happy boy.
  1. To connect three or more items or clauses. A comma is optional.
  • I have travelled to China, Japan, and Thailand in Asia.
  • Should I go to swimming, play basketball, or watch TV?

References#

“if” or “whether”?#

If is used to express a condition, while whether is used to give two choices. For example:

I do not know if the exam will take place in Saturday or Sundary.

I do not know whether the exam will take place in Saturday or Sunday.

The two sentences above have subtle differences. The first sentence means that the exam may take place in Saturday or Sunday, but it may also take place in other date. The second sentence means that the exam will take place either in Saturday or Sunday. There is only two choices.

You should also note that whether should be used after a preposition. For example:

We should depend our decision on whether he will come or not.

References#

“cannot” or “can not”#

According to discussion here, cannot is a modern way of writing can not. Technically, there is no difference between them. In practice, cannot is used far more frequently than can not.