# Algorithm LaTeX Standard
Publication-quality LaTeX pseudocode and matching TikZ flowcharts for academic papers.
## Pseudocode Formats
### Option A: Inline Bold-Enumerate (lightweight)
```latex
\vspace{2mm}
\noindent\textbf{Algorithm N: [Title]}
\begin{enumerate}
\item \textbf{Input:} [describe inputs]
\item \textbf{Initialize:} [setup steps]
\item \textbf{Main Loop:} [core proced # Scientific Report Standard Generate comprehensive scientific reports in PDF using LaTeX, with automatic Chinese/English language selection. ## Language Selection - **Default**: Chinese (use `ctex` + `xelatex`) - **English**: Only when user explicitly specifies "English", "in English", or "英文" (use standard LaTeX + `pdflatex`) ## Report Structures ### Research / Experiments (IMRAD) 1. Abstr
# FlowViz D2 类定义 v4.0
> 与 [heflo.com 流程图符号标准](https://www.heflo.com/blog/flowchart-symbols) 对齐
> **规则:1个符号 = 1个标准形状 + 1种颜色。形状编码含义。**
---
## 完整 Classes 代码块 — 复制到每个 `.d2` 文件
```d2
classes: {
# ═══════════════════════════════════════════════════════
# 标准流程图符号(对齐 heflo.com)
# 形状 = 标准含义。颜色 = 视觉区分。
# ═══════════════════════════════════════════════════════
# ① 终止符 — 流程的开始/结束
terminator: # 流程图符号标准 — 24个标准符号 > 来源:[heflo.com/blog/flowchart-symbols](https://www.heflo.com/blog/flowchart-symbols) > 这是所有流程图形状的**唯一真理源**。 --- ## 24个标准流程图符号 ### 第1层 — 核心(90%+的流程图使用) | 符号 | 形状 | D2 | 何时使用 | |------|------|-----|----------| | **终止符** | 椭圆/圆角矩形 | `oval` | 流程的开始/结束 | | **处理** | 矩形 | `rectangle` | 任何动作、任务、操作、计算 | | **判断** | 菱形 | `diamond` | 是/否分支,条件检查 | | **数据(输入/输出)** | 平行四边形 | `parallelog
flowchart LR
A([Start]) --> B[/Input Data/]
B --> C[Process Step]
C --> D{Decision?}
D -->|Yes| E[(Database)]
D -->|No| F[[Subroutine]]
E --> G[/Output Report/]
F --> G
G --> H([End])
# Flowchart Design Standard > **Scope**: Layout, aesthetics, and visual design principles for flowcharts. > **NOT in scope**: Symbol shapes, colors, edge types — see `flowchart_symbols_standard.md` (the SINGLE SOURCE OF TRUTH). > > **Core philosophy**: 美化是手段,传递信息才是目的。 > Any decoration that prevents a reader from narrating the main flow in 3 seconds is harmful. --- ## 1. Design Axiom **A flowch
# Flowchart Symbols Standard > Source: [heflo.com/blog/flowchart-symbols](https://www.heflo.com/blog/flowchart-symbols) > Extracted: 2026-02-21 | This is the SINGLE SOURCE OF TRUTH for all flowchart shapes. --- ## 24 Standard Flowchart Symbols ### 1. Arrow (Flow Line) - **Shape**: Line with directional arrowhead - **Usage**: Connection symbol used to indicate a link between two other symbols a
# Scientific Reporting Standards and Guidelines This document catalogs major reporting standards and guidelines across scientific disciplines. When reviewing manuscripts, verify that authors have followed the appropriate guidelines for their study type and discipline. ## Clinical Trials and Medical Research ### CONSORT (Consolidated Standards of Reporting Trials) **Purpose:** Randomized control
# Diagnostic Reports Standards ## Radiology Reporting Standards ### American College of Radiology (ACR) Guidelines The ACR provides comprehensive practice parameters for diagnostic imaging reporting to ensure quality, consistency, and communication effectiveness. #### Core Radiology Report Components **1. Patient Demographics** - Patient name and/or unique identifier - Date of birth or age -
# Peer Review Standards for Clinical Manuscripts ## Overview of Clinical Manuscript Peer Review ### Purpose Peer review ensures that clinical manuscripts meet standards for scientific rigor, ethical conduct, and clear communication before publication. **Objectives:** - Assess scientific validity and methodology - Evaluate clinical significance - Verify ethical compliance - Ensure clarity and c
% Treatment Plan Standards and Best Practices % Professional guidelines for treatment plan documentation % Last updated: 2025 # Treatment Plan Standards ## Overview Treatment plans are comprehensive documents that outline systematic approaches to addressing patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This reference provides profess