academic-writing by jamditis/claude-skills-journalism
npx skills add https://github.com/jamditis/claude-skills-journalism --skill academic-writing用于学术写作、研究设计和学术交流的系统性方法。
## 制定研究问题
### FINER 标准
- **F**easible: 你能否实际开展这项研究?
- **I**nteresting: 它对该领域重要吗?
- **N**ovel: 它是否增加了新知识?
- **E**thical: 能否以符合伦理的方式进行?
- **R**elevant: 它是否解决了一个实际问题?
### 问题类型
| 类型 | 目的 | 示例 |
|------|---------|---------|
| 描述性 | 记录现象 | "X 的特征是什么?" |
| 比较性 | 比较组别/条件 | "X 在组间有何不同?" |
| 相关性 | 检验关系 | "X 和 Y 之间是否存在关系?" |
| 因果性 | 确立因果关系 | "X 是否导致 Y?" |
| 探索性 | 生成假设 | "哪些因素可能解释 X?" |
### 精炼你的问题
从宽泛开始 → 逐步聚焦
初稿:"社交媒体如何影响政治?"
第二稿:"Twitter 使用如何影响政治极化?"
第三稿:"接触党派性 Twitter 账户如何影响美国成年人的政治态度极化?"
第四稿:"增加接触意识形态同质化的 Twitter 信息流是否会加剧 18-35 岁积极参与政治的美国成年人的情感极化?"
## 系统性文献检索
### 按领域选择数据库
- **多学科**:Web of Science, Scopus, Google Scholar
- **社会科学**:JSTOR, ProQuest, SSRN
- **传播学**:Communication Abstracts, ComAbstracts
- **健康**:PubMed, MEDLINE, CINAHL
- **教育**:ERIC
- **商业**:Business Source Complete
### 检索策略模板
1. 从研究问题中**识别关键概念**
2. 为每个概念**生成同义词**
3. **使用布尔运算符组合**
示例:"社交媒体 政治极化"
概念 1: 社交媒体
- OR: Twitter, Facebook, Instagram, "social networking sites",
"online platforms", "digital media"
概念 2: 政治
- OR: 党派性, 意识形态, 选举, 公民
概念 3: 极化
- OR: 分裂, 极端主义, "态度改变", 激进化
组合检索:
(Twitter OR Facebook OR "social media" OR "social networking")
AND (political OR partisan OR ideological)
AND (polarization OR division OR extremism)
### 纳入/排除标准
记录你的标准:
- 发表日期范围:[X 至今]
- 语言:[仅英文 / 多种语言]
- 出版物类型:[仅同行评审 / 包括预印本]
- 地理范围:[全球 / 特定国家]
- 方法论:[所有 / 特定方法]
### 管理你的检索
- 保存检索以便日后重新运行
- 将结果导出到参考文献管理器
- 跟踪每个阶段的检索结果数量
- 记录每次检索的日期
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
# Zotero/参考文献管理器集成模式
# 用于自动化引文工作流
CITATION_STYLES = {
'apa7': 'American Psychological Association 7th edition',
'mla9': 'Modern Language Association 9th edition',
'chicago': 'Chicago Manual of Style 17th edition',
'harvard': 'Harvard Reference format',
'ieee': 'IEEE',
'vancouver': 'Vancouver (medicine)',
}
# BibTeX 条目模板
BIBTEX_ARTICLE = """
@article{{{citekey},
author = {{{author}}},
title = {{{title}}},
journal = {{{journal}}},
year = {{{year}}},
volume = {{{volume}}},
number = {{{number}}},
pages = {{{pages}}},
doi = {{{doi}}}
}}
"""
# 按上下文划分的常见引文模式
CITATION_CONTEXTS = {
'introducing_concept': "According to Author (Year), ...",
'supporting_claim': "Research has shown that X (Author, Year; Author, Year).",
'contrasting': "While Author (Year) argues X, Author (Year) contends Y.",
'methodology_reference': "Following the method developed by Author (Year), ...",
'direct_quote': 'Author (Year) states that "exact quote" (p. X).',
}
## 标准研究论文章节
### 摘要(通常 150-300 词)
- 背景(1-2 句)
- 目的/目标(1 句)
- 方法(2-3 句)
- 结果(2-3 句)
- 结论(1-2 句)
### 引言
**漏斗结构:**
1. 广阔背景 - 为什么这个主题重要?
2. 聚焦具体问题 - 具体问题是什么?
3. 识别研究空白 - 我们不知道什么?
4. 研究问题/假设 - 你将研究什么?
5. 贡献预览 - 为什么这项研究重要?
### 文献综述
**按主题组织,而非按时间顺序:**
1. 主题 1:关键发现、争论、空白
2. 主题 2:关键发现、争论、空白
3. 主题 3:关键发现、争论、空白
4. 综合:主题如何与你的研究联系起来
### 方法
**可重复性测试:** 其他研究人员能否仅凭此部分复现你的研究?
包括:
- 参与者/样本(对象、如何选择、数量 N)
- 材料/测量(使用什么工具、其效度)
- 程序(逐步发生了什么)
- 分析方法(统计检验、定性方法)
- 伦理考量(IRB、知情同意)
### 结果
**报告,而非解释:**
- 系统地呈现发现
- 对复杂数据使用表格/图形
- 报告效应量,而不仅仅是 p 值
- 回应每个研究问题/假设
### 讨论
**反向漏斗结构:**
1. 关键发现总结
2. 结合文献背景进行解释
3. 理论意义
4. 实践意义
5. 局限性
6. 未来研究方向
7. 结论
## 写作规范
### 语态与时态
| 章节 | 时态 | 示例 |
|---------|-------|---------|
| 摘要 | 过去时(方法/结果),现在时(结论) | "We found... This suggests..." |
| 引言 | 现在时(已确立的知识) | "Research shows..." |
| 方法 | 过去时 | "Participants completed..." |
| 结果 | 过去时 | "Analysis revealed..." |
| 讨论 | 现在时 + 过去时 | "These findings indicate... We found..." |
### 谨慎性语言
适当的谨慎表达(避免过度断言):
- "This suggests that..."(而非 "This proves that...")
- "may be related to"(而非 "causes")
- "Results indicate..."(而非 "Results demonstrate conclusively...")
- "One possible explanation..."(而非 "The explanation...")
### 按功能划分的过渡词
**补充:** furthermore, moreover, additionally, in addition
**对比:** however, nevertheless, conversely, in contrast
**因果:** therefore, consequently, as a result, thus
**举例:** for instance, specifically, to illustrate
**顺序:** first, subsequently, finally, meanwhile
**总结:** in summary, overall, in conclusion
### 段落
每个段落应:
1. 以主题句开头
2. 包含一个主要观点
3. 包含支持性证据
4. 与相邻段落连接
5. 平均 100-200 词(因领域而异)
## 需要避免的问题
### 冗长
❌ "It is important to note that the results demonstrate..."
✅ "Results demonstrate..."
❌ "In order to investigate..."
✅ "To investigate..."
❌ "A total of 50 participants..."
✅ "Fifty participants..."
### 弱动词
❌ "The study was conducted by the researchers"
✅ "The researchers conducted the study"
❌ "There was a significant difference found"
✅ "We found a significant difference"
### 模糊语言
❌ "Several studies have shown..."
✅ "Three studies (Author, Year; Author, Year; Author, Year) showed..."
❌ "The results were significant"
✅ "The results were statistically significant (p < .05, d = 0.45)"
### 不必要的术语
- 首次使用时定义技术术语
- 在同样精确的情况下使用更简单的词语
- 考虑受众的专业水平
### 引文问题
❌ 引用二手来源而未注明
✅ "(Author, Year, as cited in Author, Year)"
❌ 未经综合的连续引用
✅ 将支持相同观点的引文分组;区分不同的观点
## 回复信模板
尊敬的编辑和审稿人:
感谢您对我们题为"[标题]"(稿件 ID:[编号])的稿件提出的深思熟虑的反馈。我们已仔细考虑了所有意见,并据此修改了稿件。以下,我们针对每条意见提供逐点回复。
---
## 审稿人 1
### 意见 1.1
[引用或转述审稿人的意见]
**回复:**
[解释你做了什么]
**所做的修改:**
[引用具体的修改内容,并注明页码/行号]
"New text here..." (p. X, lines XX-XX)
### 意见 1.2
[对每条意见继续此格式]
---
## 审稿人 2
[相同格式]
---
我们相信这些修订已显著加强了稿件,并希望您认为其适合在[期刊名称]发表。
此致,
[作者]
## 审稿人反馈类型
### 必须处理
- 方法论问题
- 遗漏的文献
- 不清晰的写作
- 论证中的逻辑漏洞
- 统计错误
### 谨慎协商
- 要求进行额外分析
- 建议重组结构
- 对解释的分歧
### 适当反驳
- 超出研究范围的请求
- 对你的论证的误解
- 审稿人之间相互矛盾的建议
### 回应策略
**同意:** "我们感谢审稿人提出的这个建议。我们已经[行动]。"
**部分同意:** "我们感谢这一点。虽然[承认其有效性],但我们[解释你的方法]。不过,我们已经[部分采纳]。"
**礼貌地不同意:** "我们感谢审稿人提出这个问题。我们已仔细考虑;然而,[解释]。我们希望审稿人能觉得这个理由有说服力。"
## 标准基金组成部分
### 具体目标(1 页)
**开篇段落:** 问题是什么?为什么重要?
**研究空白陈述:** 当前理解中缺少什么?
**长期目标:** 你的研究计划愿景
**目标:** 这个具体项目将完成什么
**核心假设:** 你的可检验预测
**具体目标:** 2-4 个具体、可实现的目标
**影响陈述:** 为什么资助这个项目很重要
### 意义(2-3 页)
- 问题的重要性
- 当前知识的空白
- 你的工作如何推动该领域发展
- 成功后的潜在影响
### 创新性(1 页)
- 你的方法有何新颖之处?
- 概念创新
- 方法创新
- 技术创新
### 研究方案(6-12 页)
针对每个具体目标:
- 依据
- 初步数据(如有)
- 研究设计
- 方法
- 预期结果
- 潜在问题及替代方案
- 时间表
### 更广泛的影响
- 培训机会
- 传播计划
- 社会效益
- 多样性与包容性
## 预算类别
### 人员
- 项目负责人薪资和工作量(% 时间)
- 合作研究者
- 博士后(薪资 + 福利)
- 研究生(津贴 + 学费 + 福利)
- 本科生研究人员
- 技术人员
### 设备
- 超过 5,000 美元的物品(检查资助方阈值)
- 证明项目必要性
### 耗材
- 实验室消耗品
- 软件许可
- 参与者报酬
### 差旅
- 会议报告
- 数据收集地点
- 合作者访问
### 其他直接成本
- 出版费用
- 参与者激励
- 转录服务
- 设备维护
### 间接成本(F&A)
- 与机构协商的费率
- 通常为直接成本的 50-60%
## 评估期刊
### 质量指标
- 影响因子(谨慎使用)
- 接收率
- 审稿时间
- 发表时间
- 在你所在领域的声誉
- 索引情况(Web of Science, Scopus)
### 匹配度指标
- 范围契合度
- 受众匹配度
- 开放获取选项
- 文章类型(实证、理论、综述)
### 危险信号(掠夺性期刊)
- 激进的邮件征集
- 快速的"同行评审"(几天)
- 不明确的编委会
- 未在主要数据库中索引
- 没有明确 OA 模式的"付费发表"
- 网站质量差
### 资源
- Beall's List(存档版本)
- Think. Check. Submit. (thinkchecksubmit.org)
- DOAJ(开放获取期刊目录)
- Journal Citation Reports
尊敬的 [编辑姓名] 博士:
我们很高兴提交题为"[完整标题]"的稿件,供考虑作为[文章类型]发表在[期刊名称]。
**摘要(2-3 句):**
[你做了什么以及发现了什么]
**意义(2-3 句):**
[为什么这对期刊读者很重要]
**匹配度陈述:**
[为什么特别适合该期刊]
**声明:**
- 本稿件是原创的,且未在其他地方考虑发表
- 所有作者均已批准投稿
- [利益冲突声明]
- [致谢资助]
**建议的审稿人(如要求):**
1. [姓名,单位,邮箱] - [相关领域]专家
2. [姓名,单位,邮箱] - [相关领域]专家
3. [姓名,单位,邮箱] - [相关领域]专家
**需排除的审稿人(如有):**
[姓名] - [简要、专业的理由]
我们期待您的回复。
此致,
[通讯作者姓名]
[职称,单位]
[联系信息]
## 开始研究前
### 人类受试者
- [ ] 已获得 IRB/伦理委员会批准
- [ ] 已建立知情同意程序
- [ ] 已识别并保护弱势群体
- [ ] 已制定隐私和保密措施
- [ ] 已建立数据安全计划
- [ ] 风险/收益比可接受
### 数据管理
- [ ] 已制定数据管理计划
- [ ] 已安排安全存储
- [ ] 已记录共享/归档计划
- [ ] 已确定保留期限
- [ ] 已建立销毁程序
### 作者身份
- [ ] 已讨论贡献标准
- [ ] 已商定作者顺序
- [ ] 所有贡献者都将满足作者身份标准
- [ ] 已为非作者贡献者计划致谢
### 利益冲突
- [ ] 已识别财务冲突
- [ ] 已识别非财务冲突
- [ ] 已建立披露计划
### 可重复性
- [ ] 分析计划已预注册(如适用)
- [ ] 代码将共享
- [ ] 数据将共享(如可能)
- [ ] 材料将共享
## 不端行为类型
### 捏造
- 编造数据或结果
- 在任何情况下都不可接受
### 篡改
- 操纵数据、设备或过程
- 选择性省略数据以改变结论
- 超出可接受调整范围的图像处理
### 剽窃
- 未经署名使用他人文字
- 自我剽窃(未经承认重复使用自己已发表的作品)
- 过于接近的转述
### 其他可疑做法
- P-hacking(运行多次分析直到结果显著)
- HARKing(根据已知结果提出假设)
- 香肠切片(将一个研究分割成多篇论文)
- 馈赠/幽灵作者身份
- 选择性报告结果
## 可持续的学术写作
### 每日写作练习
- 每天在相同时间写作(习惯养成)
- 从最低可行目标开始(例如,30 分钟)
- 跟踪进度(字数、时间)
- 保护写作时间免受会议/邮件干扰
### 管理大型项目
1. 分解成尽可能小的任务
2. 为每个组成部分设定截止日期
3. 安排定期的写作时间块
4. 预留缓冲时间
5. 尽早并经常获取反馈
### 克服写作障碍
- 从最简单的部分开始
- 写一个"糟糕的初稿"(Anne Lamott)
- 对引文/数据使用占位符
- 与同事讨论想法
- 改变环境
- 回到大纲/结构
| 用途 | 工具 |
|---|---|
| 参考文献管理 | Zotero, Mendeley, EndNote |
| 写作 | Scrivener, Overleaf, Word |
| 协作 | Google Docs, Overleaf |
| 版本控制 | Git/GitHub, Track Changes |
| 任务管理 | Todoist, Notion, Trello |
| 专注 | Forest, Freedom, Cold Turkey |
| 分析 | R, Python, SPSS, Stata, NVivo |
| 可视化 | R/ggplot2, Python/matplotlib, Tableau |
每周安装量
799
仓库
GitHub 星标数
84
首次出现
Jan 21, 2026
安全审计
安装于
opencode749
gemini-cli726
codex726
github-copilot707
cursor702
kimi-cli675
Systematic approaches for scholarly writing, research design, and academic communication.
## Crafting a research question
### The FINER criteria
- **F**easible: Can you actually do this research?
- **I**nteresting: Does it matter to the field?
- **N**ovel: Does it add new knowledge?
- **E**thical: Can it be done ethically?
- **R**elevant: Does it address a real problem?
### Question types
| Type | Purpose | Example |
|------|---------|---------|
| Descriptive | Document phenomena | "What are the characteristics of X?" |
| Comparative | Compare groups/conditions | "How does X differ between groups?" |
| Correlational | Examine relationships | "Is there a relationship between X and Y?" |
| Causal | Establish causation | "Does X cause Y?" |
| Exploratory | Generate hypotheses | "What factors might explain X?" |
### Refining your question
Start broad → Narrow progressively
Draft 1: "How does social media affect politics?"
Draft 2: "How does Twitter use affect political polarization?"
Draft 3: "How does exposure to partisan Twitter accounts affect
political attitude polarization among US adults?"
Draft 4: "Does increased exposure to ideologically homogeneous Twitter
feeds increase affective polarization among politically
engaged US adults aged 18-35?"
## Systematic literature search
### Database selection by field
- **Multidisciplinary**: Web of Science, Scopus, Google Scholar
- **Social Sciences**: JSTOR, ProQuest, SSRN
- **Communication**: Communication Abstracts, ComAbstracts
- **Health**: PubMed, MEDLINE, CINAHL
- **Education**: ERIC
- **Business**: Business Source Complete
### Search strategy template
1. **Identify key concepts** from research question
2. **Generate synonyms** for each concept
3. **Combine with Boolean operators**
Example for: "social media political polarization"
Concept 1: social media
- OR: Twitter, Facebook, Instagram, "social networking sites",
"online platforms", "digital media"
Concept 2: political
- OR: partisan, ideological, electoral, civic
Concept 3: polarization
- OR: division, extremism, "attitude change", radicalization
Combined search:
(Twitter OR Facebook OR "social media" OR "social networking")
AND (political OR partisan OR ideological)
AND (polarization OR division OR extremism)
### Inclusion/exclusion criteria
Document your criteria:
- Publication date range: [X to present]
- Languages: [English only / multiple]
- Publication types: [Peer-reviewed only / include preprints]
- Geographic scope: [Global / specific countries]
- Methodologies: [All / specific approaches]
### Managing your search
- Save searches to re-run later
- Export results to reference manager
- Track number of results at each stage
- Document date of each search
# Zotero/reference manager integration patterns
# For automated citation workflows
CITATION_STYLES = {
'apa7': 'American Psychological Association 7th edition',
'mla9': 'Modern Language Association 9th edition',
'chicago': 'Chicago Manual of Style 17th edition',
'harvard': 'Harvard Reference format',
'ieee': 'IEEE',
'vancouver': 'Vancouver (medicine)',
}
# BibTeX entry template
BIBTEX_ARTICLE = """
@article{{{citekey},
author = {{{author}}},
title = {{{title}}},
journal = {{{journal}}},
year = {{{year}}},
volume = {{{volume}}},
number = {{{number}}},
pages = {{{pages}}},
doi = {{{doi}}}
}}
"""
# Common citation patterns by context
CITATION_CONTEXTS = {
'introducing_concept': "According to Author (Year), ...",
'supporting_claim': "Research has shown that X (Author, Year; Author, Year).",
'contrasting': "While Author (Year) argues X, Author (Year) contends Y.",
'methodology_reference': "Following the method developed by Author (Year), ...",
'direct_quote': 'Author (Year) states that "exact quote" (p. X).',
}
## Standard research paper sections
### Abstract (150-300 words typically)
- Background (1-2 sentences)
- Purpose/objective (1 sentence)
- Methods (2-3 sentences)
- Results (2-3 sentences)
- Conclusions (1-2 sentences)
### Introduction
**Funnel structure:**
1. Broad context - Why does this topic matter?
2. Narrow focus - What's the specific problem?
3. Gap identification - What don't we know?
4. Research question/hypothesis - What will you investigate?
5. Contribution preview - Why does this study matter?
### Literature Review
**Organize thematically, not chronologically:**
1. Theme 1: Key findings, debates, gaps
2. Theme 2: Key findings, debates, gaps
3. Theme 3: Key findings, debates, gaps
4. Synthesis: How themes connect to your study
### Methods
**The reproducibility test:** Could another researcher replicate your study from this section alone?
Include:
- Participants/sample (who, how selected, N)
- Materials/measures (what instruments, their validity)
- Procedure (step-by-step what happened)
- Analysis approach (statistical tests, qualitative methods)
- Ethical considerations (IRB, consent)
### Results
**Report, don't interpret:**
- Present findings systematically
- Use tables/figures for complex data
- Report effect sizes, not just p-values
- Address each research question/hypothesis
### Discussion
**Reverse funnel structure:**
1. Summary of key findings
2. Interpretation in context of literature
3. Theoretical implications
4. Practical implications
5. Limitations
6. Future research directions
7. Conclusion
## Writing conventions
### Voice and tense
| Section | Tense | Example |
|---------|-------|---------|
| Abstract | Past (methods/results), Present (conclusions) | "We found... This suggests..." |
| Introduction | Present (established knowledge) | "Research shows..." |
| Methods | Past | "Participants completed..." |
| Results | Past | "Analysis revealed..." |
| Discussion | Present + Past | "These findings indicate... We found..." |
### Hedging language
Appropriate hedging (avoiding overclaiming):
- "This suggests that..." (not "This proves that...")
- "may be related to" (not "causes")
- "Results indicate..." (not "Results demonstrate conclusively...")
- "One possible explanation..." (not "The explanation...")
### Transition words by function
**Addition:** furthermore, moreover, additionally, in addition
**Contrast:** however, nevertheless, conversely, in contrast
**Cause/effect:** therefore, consequently, as a result, thus
**Example:** for instance, specifically, to illustrate
**Sequence:** first, subsequently, finally, meanwhile
**Summary:** in summary, overall, in conclusion
### Paragraphs
Each paragraph should:
1. Begin with a topic sentence
2. Contain one main idea
3. Include supporting evidence
4. Connect to adjacent paragraphs
5. Average 100-200 words (varies by field)
## Issues to avoid
### Wordiness
❌ "It is important to note that the results demonstrate..."
✅ "Results demonstrate..."
❌ "In order to investigate..."
✅ "To investigate..."
❌ "A total of 50 participants..."
✅ "Fifty participants..."
### Weak verbs
❌ "The study was conducted by the researchers"
✅ "The researchers conducted the study"
❌ "There was a significant difference found"
✅ "We found a significant difference"
### Vague language
❌ "Several studies have shown..."
✅ "Three studies (Author, Year; Author, Year; Author, Year) showed..."
❌ "The results were significant"
✅ "The results were statistically significant (p < .05, d = 0.45)"
### Unnecessary jargon
- Define technical terms on first use
- Use simpler words when equally precise
- Consider your audience's expertise level
### Citation problems
❌ Citing secondary sources without noting
✅ "(Author, Year, as cited in Author, Year)"
❌ String citations without synthesis
✅ Group citations that make the same point; distinguish those that differ
## Response letter template
Dear Editor and Reviewers,
Thank you for the thoughtful feedback on our manuscript titled "[Title]"
(Manuscript ID: [Number]). We have carefully considered all comments and
revised the manuscript accordingly. Below, we provide point-by-point
responses to each comment.
---
## Reviewer 1
### Comment 1.1
[Quote or paraphrase the reviewer's comment]
**Response:**
[Your response explaining what you did]
**Changes made:**
[Quote the specific changes with page/line numbers]
"New text here..." (p. X, lines XX-XX)
### Comment 1.2
[Continue for each comment]
---
## Reviewer 2
[Same format]
---
We believe these revisions have substantially strengthened the manuscript
and hope you will find it suitable for publication in [Journal Name].
Sincerely,
[Authors]
## Types of reviewer feedback
### Must address
- Methodological concerns
- Missing literature
- Unclear writing
- Logical gaps in argument
- Statistical errors
### Negotiate carefully
- Requests for additional analyses
- Suggestions to restructure
- Disagreements on interpretation
### Pushback appropriately
- Requests outside scope
- Misunderstandings of your argument
- Contradictory advice from reviewers
### Response strategies
**Agreement:** "We thank the reviewer for this suggestion. We have [action]."
**Partial agreement:** "We appreciate this point. While [acknowledge validity], we [explain your approach]. However, we have [partial accommodation]."
**Respectful disagreement:** "We thank the reviewer for raising this issue. We have considered this carefully; however, [explanation]. We hope the reviewer will find this reasoning persuasive."
## Standard grant components
### Specific aims (1 page)
**Opening paragraph:** What's the problem? Why does it matter?
**Gap statement:** What's missing from current understanding?
**Long-term goal:** Your research program vision
**Objective:** What this specific project will accomplish
**Central hypothesis:** Your testable prediction
**Aims:** 2-4 specific, achievable objectives
**Impact statement:** Why funding this matters
### Significance (2-3 pages)
- Importance of the problem
- Gaps in current knowledge
- How your work advances the field
- Potential impact if successful
### Innovation (1 page)
- What's new about your approach?
- Conceptual innovation
- Methodological innovation
- Technical innovation
### Approach (6-12 pages)
For each aim:
- Rationale
- Preliminary data (if any)
- Research design
- Methods
- Expected outcomes
- Potential problems and alternatives
- Timeline
### Broader impacts
- Training opportunities
- Dissemination plans
- Benefits to society
- Diversity and inclusion
## Budget categories
### Personnel
- PI salary and effort (% time)
- Co-investigators
- Postdocs (salary + benefits)
- Graduate students (stipend + tuition + benefits)
- Undergraduate researchers
- Technical staff
### Equipment
- Items over $5,000 (check sponsor threshold)
- Justify necessity for project
### Supplies
- Lab consumables
- Software licenses
- Participant payments
### Travel
- Conference presentations
- Data collection sites
- Collaborator visits
### Other direct costs
- Publication costs
- Participant incentives
- Transcription services
- Equipment maintenance
### Indirect costs (F&A)
- Negotiated rate with institution
- Typically 50-60% of direct costs
## Evaluating journals
### Quality indicators
- Impact factor (use cautiously)
- Acceptance rate
- Review time
- Time to publication
- Reputation in your field
- Indexing (Web of Science, Scopus)
### Fit indicators
- Scope alignment
- Audience match
- Open access options
- Article type (empirical, theoretical, review)
### Red flags (predatory journals)
- Aggressive email solicitation
- Rapid "peer review" (days)
- Unclear editorial board
- Not indexed in major databases
- "Pay to publish" with no clear OA model
- Poor website quality
### Resources
- Beall's List (archived versions)
- Think. Check. Submit. (thinkchecksubmit.org)
- DOAJ (Directory of Open Access Journals)
- Journal Citation Reports
Dear Dr. [Editor's name],
We are pleased to submit our manuscript titled "[Full title]" for
consideration as a [article type] in [Journal Name].
**Summary (2-3 sentences):**
[What you did and what you found]
**Significance (2-3 sentences):**
[Why this matters for the journal's readership]
**Fit statement:**
[Why this journal specifically]
**Declarations:**
- This manuscript is original and not under consideration elsewhere
- All authors have approved the submission
- [Conflict of interest statement]
- [Funding acknowledgment]
**Suggested reviewers (if requested):**
1. [Name, affiliation, email] - Expert in [relevant area]
2. [Name, affiliation, email] - Expert in [relevant area]
3. [Name, affiliation, email] - Expert in [relevant area]
**Reviewers to exclude (if any):**
[Name] - [Brief, professional reason]
We look forward to your response.
Sincerely,
[Corresponding author name]
[Title, affiliation]
[Contact information]
## Before starting research
### Human subjects
- [ ] IRB/ethics board approval obtained
- [ ] Informed consent procedures established
- [ ] Vulnerable populations identified and protected
- [ ] Privacy and confidentiality measures in place
- [ ] Data security plan established
- [ ] Risk/benefit ratio acceptable
### Data management
- [ ] Data management plan created
- [ ] Secure storage arranged
- [ ] Sharing/archiving plans documented
- [ ] Retention period determined
- [ ] Destruction procedures established
### Authorship
- [ ] Contribution criteria discussed
- [ ] Author order agreed upon
- [ ] All contributors will meet authorship criteria
- [ ] Acknowledgments planned for non-author contributors
### Conflicts of interest
- [ ] Financial conflicts identified
- [ ] Non-financial conflicts identified
- [ ] Disclosure plan established
### Reproducibility
- [ ] Analysis plan pre-registered (if applicable)
- [ ] Code will be shared
- [ ] Data will be shared (if possible)
- [ ] Materials will be shared
## Types of misconduct
### Fabrication
- Making up data or results
- Never acceptable under any circumstances
### Falsification
- Manipulating data, equipment, or processes
- Selectively omitting data to change conclusions
- Image manipulation beyond acceptable adjustment
### Plagiarism
- Using others' words without attribution
- Self-plagiarism (reusing own published work without acknowledgment)
- Paraphrasing too closely
### Other questionable practices
- P-hacking (running multiple analyses until significant)
- HARKing (hypothesizing after results known)
- Salami slicing (fragmenting one study into many papers)
- Gift/ghost authorship
- Selective reporting of results
## Sustainable academic writing
### Daily writing practice
- Write at same time daily (habit formation)
- Start with minimum viable goal (e.g., 30 minutes)
- Track progress (word counts, time)
- Protect writing time from meetings/email
### Managing large projects
1. Break into smallest possible tasks
2. Set deadlines for each component
3. Schedule regular writing blocks
4. Build in buffer time
5. Get feedback early and often
### Overcoming blocks
- Start with easiest section
- Write a "shitty first draft" (Anne Lamott)
- Use placeholders for citations/data
- Talk through ideas with colleague
- Change environment
- Return to outline/structure
| Purpose | Tools |
|---|---|
| Reference management | Zotero, Mendeley, EndNote |
| Writing | Scrivener, Overleaf, Word |
| Collaboration | Google Docs, Overleaf |
| Version control | Git/GitHub, Track Changes |
| Task management | Todoist, Notion, Trello |
| Focus | Forest, Freedom, Cold Turkey |
| Analysis | R, Python, SPSS, Stata, NVivo |
| Visualization | R/ggplot2, Python/matplotlib, Tableau |
Weekly Installs
799
Repository
GitHub Stars
84
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode749
gemini-cli726
codex726
github-copilot707
cursor702
kimi-cli675
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
52,000 周安装
设计增长循环框架:54位产品负责人教你构建病毒式增长引擎
758 周安装
Parallel Deep Research:AI 驱动的深度研究工具,实现自动化详尽分析与报告生成
758 周安装
股票分析工具 - 一键生成NVDA、TSLA、AAPL等股票情感分析报告
759 周安装
spec-miner:AI代码规范挖掘器 - 从代码库自动提取需求与文档
760 周安装
销售线索筛选框架指南:提升转化率,优化销售流程 | 销售效率工具
760 周安装
hairy-utils:JavaScript/TypeScript 核心工具库 | 异步处理、类型检查、函数式编程
761 周安装