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 ...
随机推荐
- docker容器日志收集方案(方案一 filebeat+本地日志收集)
filebeat不用多说就是扫描本地磁盘日志文件,读取文件内容然后远程传输. docker容器日志默认记录方式为 json-file 就是将日志以json格式记录在磁盘上 格式如下: { " ...
- 英语口语练习系列-C11-了解
词汇 actor [ˈæktə(r)] n. 男演员 He is a good actor. 他是一个好演员. afternoon [ˌɑ:ftəˈnu:n] n. 下午 a boring after ...
- 需求规格说明书(SRS)特点
需求说明书的7大特征: 完整性 正确性 可行性 必要性 划分优先级 无二义性 可验证性 每条需求规格说明书的4大特点: 完整性 一致性 可修改性 可跟踪性 需求管理就是一种获取.组织并记录系统需求的系 ...
- centos7下kubernetes(18。kubernetes-健康检查)
自愈能力是容器的重要特性.自愈的默认方式是自动重启发生故障的容器. 用户还可以通过liveness和readiness探测机制设置更精细的健康检查,进而实现: 1.零停机部署 2.避免部署无效的镜像 ...
- 014_浅说 XSS和CSRF
在 Web 安全领域中,XSS 和 CSRF 是最常见的攻击方式.本文将会简单介绍 XSS 和 CSRF 的攻防问题. 声明:本文的示例仅用于演示相关的攻击原理 XSS XSS,即 Cross Sit ...
- lombook安装以及在eclipse和idea上配置
一.安装 a.官网上的安装方法 1.点击Download! 2.点击确认下载 3.下载完成,双击打开,点击“open”即可 4.之后会自动找到你的IDE如Eclipse,点击“install/upda ...
- Logstash filter 插件之 grok
本文简单介绍一下 Logstash 的过滤插件 grok. Grok 的主要功能 Grok 是 Logstash 最重要的插件.它可以解析任意文本并把它结构化.因此 Grok 是将非结构化的日志数据解 ...
- 【Swift 4.2】uuid 取 hashCode(与 Java/Go/Kotlin 一致)
extension String { func hashCode() -> Int32 { let components = self.split(separator: "-" ...
- REST命令控制Player
本文用Postman工具演示通过REST控制Cnario Playr 注意:Player的REST通信默认关闭,使用前需要从Setting>>Remote devices打开Use RES ...
- Flask —— 信号(5)
Flask框架中的信号基于blinker,其主要就是让开发者可是在flask请求过程中定制一些用户行为. pip3 install blinker 1. 内置信号 request_started = ...