Correction suggestions
1. title: A remark on the global existence of weak solutions to the compressible quantum Navier-Stokes equations
abstract: line 3, ``the viscosity and the dispersive coefficient are equal'' $\to$ the viscosity equals to the dispersive coefficient
2. 我的单位: College of Mathematics and Computer Science, Gannan Normal University, Ganzhou 341000, Jiangxi, P.R. China
3. 我的受资助信息: Zujin Zhang is partially supported by the National Natural Science Foundation of China (grant nos. 11501125, 11761009) and the Natural Science Foundation of Jiangxi (grant no. 20171BAB201004).
4. Page 1, Line 2, ``named'' $\to$ ``called the''.
5. Page 1, (1.2), ``$\rho_0u_0$'' $\to$ ``$m_0$'' 更好?
6. Page 1, last line 5, add $\kappa$ before ``(also called Planck constant)''.
7. Page 1, last line 4, ``on'' $\to$ ``in'', ``In the literatures, there are'' $\to$ ``There exist''.
8. Page 2, Para. 2, Line 2, add ``when'' after ``especially''; Line 6, add ``used in'' after ``The method'', and delete ``of''; Last Line 4, ``a extremely'' $\to$ ``an extremely''; Last LIne 3, ``get'' $\to$ ``obtain''; Last Line 2, ``or it'' $\to$ ``otherwise we''.
9. Page 2, Para. 3, Line 2, ``between'' $\to$ ``on'', ``that means'' to ``which means''; Line 3, ``with equal the viscosity and the dispersive coefficient'' $\to$ ``if $\kappa=\nu$.
10. Page 2, Theorem 1.1, 在 ``[1] hold'' 后加上 ``that is, 假设写出来''; 在 ``still valid'' 后加上 ``i.e., 结论写出来''.
11. Page 2, Last Line 2, ``by'' $\to$ ``as''.
12. Page 3, Line 1, ``by'' $\to$ ``as''.
13. Page 3, (2.2), ``$\rho_0u_0$'' $\to$ ``$m_0$'' 更好?
14. Page 3, before (2.5), delete ``the''.
15. Page 3, after (2.6), ``found'' $\to$ ``established''.
16. Page 3, before (2.7), ``take the'' $\to$ ``use'', and delete ``into (2.1) and, and add a comma, that is, ``,''.
17. Page 3, Remark 2.1, satisfy (2.9), what is (2.9)?
18. Page 3, Section 3, the title ``A priori estimates''.
19. Page 4, Line 1, ``seen'' $\to$ ``found''.
20. Page 4, Line 2, ``due to equal ...'' $\to$ ``due to our assumption that $\kappa=\nu$.
21. Page 4, Lemma 3.2, ``For any time $T$, then we have'' $\to$ ``Then, for any time $T$''.
22. Page 4, before (3.5), delete ``will''.
23. Page 5, before Lemma 3.3, ``vita for'' $\to$ ``essential in''
24. Page 5, before Lemma 3.4, ``The lower and upper bounds of the approximating system (2.1)'' is not a sentence. 把它改成一个句子. 接着的下一行, ``Compared with'' $\to$ ``Compared with [1]''.
25. Page 6, Section 4, ``straightly'' $\to$ ``straightforwardly''.
Correction suggestions的更多相关文章
- Azure AI 服务之文本翻译
当下人工智能可谓是风头正劲,几乎所有的大厂都有相关的技术栈.微软在 AI 领域自然也是投入了重注,并且以 Azure 认知服务的方式投入了市场: 也就是说作为开发者我们不需要学习太多 AI 的理论知识 ...
- VA中用文件头注释和函数头注释Suggestions
写C++代码,不能不用VA,这里贴两个我最常用的注释Suggestions. [1.File Header 文件头注释] /*** @file $FILE_BASE$.$FILE_EXT$* ...
- [IR] Tolerant Retrieval & Spelling Correction & Language Model
Dictionary不一定是个list,它可以是多种形式. 放弃Hash的原因: 通常,tree是比较适合的结构. From: http://www.cnblogs.com/v-July-v/arch ...
- 博客建议(Suggestions)
I don't know if you will like the music. But I am sure there are some songs which are really wonderf ...
- 【图形学】我理解的伽马校正(Gamma Correction)
http://blog.csdn.net/candycat1992/article/details/46228771/ 写在前面 我相信几乎所有做图像处理方面的人都听过伽马校正(Gamma Corre ...
- The Material Sourcing Process Failed To Create Picking Suggestions in INVTOTRX (文档 ID 2003806.1)
In this Document Symptoms Cause Solution References Applies to: Oracle Inventory Management - Versio ...
- ECC(Error Checking and Correction)校验和纠错
ECC的全称是 Error Checking and Correction or Error correction Coding,是一种用于差错检测和修正的算法.上一节的BBM中我们提到过,NAND闪 ...
- ISP PIPLINE (十一) color correction
什么是color correction? 为什么要进行color correction? 转换后的色彩饱和度更加明显,更加符合人眼感官. 如何进行color correction? 下图是步骤: 第一 ...
- V2019 Super DSP3 Odometer Correction Vehicle List
Comparing v2017 Super DSP3 mileage programmer, the newest V2019 Super DSP III adds newer vehicles, i ...
随机推荐
- window.open模拟表单POST提交
解决地址栏长度限制,隐藏参数,不在地址栏显示 项目 excel 导出中用到 将form的target设置成和open的name参数一样的值,通过浏览器自动识别实现了将内容post到新窗口中 var u ...
- 日志学习系列(三)——NLog基础知识
前边我们解释了log4net的学习,我们再介绍一下NLog 一.什么是NLog NLog是一个基于.NET平台编写的类库,我们可以使用NLog在应用程序中添加极为完善的跟踪调试代码.NLog是一个简单 ...
- netstat Recv-Q和Send-Q
通过netstat -anp可以查看机器的当前连接状态: Active Internet connections (servers and established) Proto Recv-Q Se ...
- Python 隔离环境 virtualenv
1) 安装 $ sudo pip3 install virtualenv 2) 创建并进入工程目录,例如 myproject $ mkdir myproject $ cd myproject 3) 在 ...
- ansible 与 Jinja2的结合
1.文件架构 [root@master template]# tree . ├── jinj2_test.yml ├── meta ├── tasks ├── templates │ └── te ...
- SkylineGlobe 7.0.1 & 7.0.2版本Web开发 如何实现对三维模型和地形的剖切展示
现在很多三维项目中,不仅仅要用到三维地形,正射影像和矢量数据,还会融合到各种三维模型,包括传统的3DMax手工建模,BIM,倾斜摄影自动建模,激光点云模型,三维地质体模型等等. 三维平台首先要做的是把 ...
- Bubble Babble Binary Data Encoding的简介以及bubblepy的安装使用方法
Bubble Babble Binary Data Encoding是由Antti Huima创建的一种编码方法,可以把二进制信息表示为由交替的元音和辅音组成的伪词(pseudo-words),主要用 ...
- Mysql_连接字符串
1.本地数据库连接 <connectionStrings> <add name="ConnectionString" connectionString=" ...
- 用bisect维护一个排序的序列
import bisect list1 = [] bisect.insort(list1, 5) bisect.insort(list1, 1) bisect.insort(list1, 3) bis ...
- 安装inotify-tools监控工具
安装inotify-tools监控工具 yum install -y inotify-tools 2:查看inotify-tools包的工具程序 [root@dns3 ~]# rpm -ql inot ...