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的更多相关文章

  1. Azure AI 服务之文本翻译

    当下人工智能可谓是风头正劲,几乎所有的大厂都有相关的技术栈.微软在 AI 领域自然也是投入了重注,并且以 Azure 认知服务的方式投入了市场: 也就是说作为开发者我们不需要学习太多 AI 的理论知识 ...

  2. VA中用文件头注释和函数头注释Suggestions

    写C++代码,不能不用VA,这里贴两个我最常用的注释Suggestions. [1.File Header 文件头注释] /*** @file     $FILE_BASE$.$FILE_EXT$* ...

  3. [IR] Tolerant Retrieval & Spelling Correction & Language Model

    Dictionary不一定是个list,它可以是多种形式. 放弃Hash的原因: 通常,tree是比较适合的结构. From: http://www.cnblogs.com/v-July-v/arch ...

  4. 博客建议(Suggestions)

    I don't know if you will like the music. But I am sure there are some songs which are really wonderf ...

  5. 【图形学】我理解的伽马校正(Gamma Correction)

    http://blog.csdn.net/candycat1992/article/details/46228771/ 写在前面 我相信几乎所有做图像处理方面的人都听过伽马校正(Gamma Corre ...

  6. 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 ...

  7. ECC(Error Checking and Correction)校验和纠错

    ECC的全称是 Error Checking and Correction or Error correction Coding,是一种用于差错检测和修正的算法.上一节的BBM中我们提到过,NAND闪 ...

  8. ISP PIPLINE (十一) color correction

    什么是color correction? 为什么要进行color correction? 转换后的色彩饱和度更加明显,更加符合人眼感官. 如何进行color correction? 下图是步骤: 第一 ...

  9. V2019 Super DSP3 Odometer Correction Vehicle List

    Comparing v2017 Super DSP3 mileage programmer, the newest V2019 Super DSP III adds newer vehicles, i ...

随机推荐

  1. 英语口语练习系列-C11-了解

    词汇 actor [ˈæktə(r)] n. 男演员 He is a good actor. 他是一个好演员. afternoon [ˌɑ:ftəˈnu:n] n. 下午 a boring after ...

  2. DecimalFormat格式化十进制数字

    DecimalFormat 是 NumberFormat 的一个具体子类,用于格式化十进制数字.该类设计有各种功能,使其能够分析和格式化任意语言环境中的数,包括对西方语言.阿拉伯语和印度语数字的支持. ...

  3. laravel学习笔记一

    指定端口 数据迁移 php artisan migrate:install 任何路由 match get,post只选择其一 没有表名对应默认的posts表,如果表为post就不行 时区不对时 分页 ...

  4. solr 7.7 搭建和搜索

    最近做了个solr搜索的demo, 用的是solr7.7,之前网上好多文章搭建solr都是5.5+tomcat.. 自己摆弄了下,发现solr7.7和5.5 的部分文件夹有些改动,没有深究原理也就没有 ...

  5. 虚拟DOM和react中的diff算法总结

    https://blog.csdn.net/qq_26708777/article/details/78107577 一.虚拟DOM 1.什么是虚拟DOM及原理        把真实DOM树,变成js ...

  6. ubuntu 16.04 LTS - 谷歌拼音输入法

    https://blog.csdn.net/chengyq116/article/details/78638249 1. installation1.1 汉语语言包 sudo apt-get inst ...

  7. Entity Framework Core系列之实战(ASP.NET Core MVC应用程序)

    本示例演示在ASP.NET 应用程序中使用EF CORE创建数据库并对其做基本的增删改查操作.当然我们默认你的机器上已经安装了.NET CORE SDK以及合适的IDE.本例使用的是Visual St ...

  8. codeforces gym #102082C Emergency Evacuation(贪心Orz)

    题目链接: https://codeforces.com/gym/102082 题意: 在一个客车里面有$r$排座位,每排座位有$2s$个座位,中间一条走廊 有$p$个人在车内,求出所有人走出客车的最 ...

  9. 2018 C++ Teaching Assistant Summary

    期末考结束后就留校开始了科研,最近刚回家休息了两三天,整理了思绪,准备补上这一篇拖延了一个多月的助教小结. 早在一年多前我上栋哥这门课时,我就十分乐意给予同学帮助,无论是技术上的,还是说思想上的(也可 ...

  10. 软件工程(FZU2015) 赛季得分榜,第八回合

    SE_FZU目录:1 2 3 4 5 6 7 8 9 10 11 12 13 积分规则 积分制: 作业为10分制,练习为3分制:alpha30分: 团队项目分=团队得分+个人贡献分 个人贡献分: 个人 ...