# 论文写作技巧及规范

## *Tips for paper writing*

{% embed url="<https://docs.ncrnalab.org/docs/paper-writing/writing>" %}

## 格式注意事项

* 图片引用：
  * 图标及图注大小写：Fig.1a，Fig.1A
  * 全称/缩略：Fig.，Figure
  * 多图引用：Figs. 1a,1b， Figs A–B
  * 注意横线类型：Figs A–B，图注中(B–C)
  * 图注：注意分号、句号、统计检验方法、样本量(n = 3)
* 段落缩进：小标题下首段不缩进，第二段开始缩进；
* 注意字母上标：CD8<sup>+</sup> T cells
* 统计值：*P*斜体
* 维持图片清淅：文件-word选项-高级-不压缩文件中的图像

## 横线用法

* 1）Hyphen / hyphen-minus：-（连字符，最常用）
  * FLAG-tagged protein
  * GFP-fused construct
  * pCDH-CMV-3×Flag-MCS-EF1-Puro
  * sgRNA-1 / shRNA-2
  * 5′-AATAC…-3′
* 2）En dash：–（范围号、配对关系、连接两端等价成分）
  * 用途1：范围（from–to）
    * 30–60 min
    * pH 7.2–7.4
    * 12–32 aa
    * Figure 1–3
  * 用途2：连接“对等/双端”关系（X–Y axis / pathway / interaction）
    * PI3K–AKT–mTOR signaling
    * RNA–protein complexes
    * LC–MS
* 3）Minus sign：−（真正的负号，只用于数学/温度/电荷）
  * −20 °C
  * z = −1
  * log2FC = −1.2
  * 组别（表示添加或未添加）

## 斜体用法

* 物种拉丁文名，以及in vitro, in situ等拉丁文用斜体；
* 小鼠基因全名不用斜体；基因简写使用斜体,第一个字母大写,其余小写; mRNA和cDNA使用基因写法，所有字母和数字用斜体；蛋白质的名称不用斜体，并全部大写；
* 人类基因和蛋白质符号，则要按TIG遗传命名法则来书写（如显性基因*KPT*12，罗马字母后面的数字不用斜体）
* 细菌基因符号通常用三个小写及后面的大写斜体字母表示（如*recA*、*lacZ*）；
* 限制性内切酶（如*Eco*RⅠ、*Sma* I、*Hind*Ⅲ）和质粒（如pBr322，“p”表明为质粒，“BR”表示最初构建它的实验室，为构建人的名字Bolivar和Rodriguez首字母缩写，“322”表示与其他质粒相区别的编号）的书写规范也要加以注意。
* 物序列的3端和5端用撇号表示，而不是用单引号表示（如3'和5'方向、5' RACE）

{% embed url="<https://www.jingege.wang/2023/09/30/%E5%85%B3%E4%BA%8E%E5%9F%BA%E5%9B%A0%E7%BC%A9%E5%86%99%E7%9A%84%E8%A7%84%E8%8C%83%E6%80%A7%E5%92%8C%E5%86%99%E4%BD%9C%E6%A0%BC%E5%BC%8F%E8%A6%81%E6%B1%82%EF%BC%88%E6%AD%A3%E6%96%9C%E4%BD%93%EF%BC%89/>" %}

* 避免列出多个用斜杠分隔的基因（或蛋白质）名称，如“Oct4/Pou5f1”，因为这带有歧义（可能指比例、复合体、其他名称或不同的亚基）。全文使用一个名字，首次提及时包含其他名字：“Oct4（also known asPou5f1）”

## 一些生物学研究常识

能用遗传不用生化，能用筛选不用假设，能用体内不用体外，能用照片不用数据，能用肉眼不用统计


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://liulab-1.gitbook.io/liulab-docs/software-and-application/lun-wen-xie-zuo-ji-qiao-ji-gui-fan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
