@nahisaho/satori 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENCE +0 -0
- package/README.md +191 -0
- package/bin/satori.js +95 -0
- package/package.json +29 -0
- package/src/.github/skills/scientific-academic-writing/SKILL.md +361 -0
- package/src/.github/skills/scientific-academic-writing/assets/acs_article.md +199 -0
- package/src/.github/skills/scientific-academic-writing/assets/elsevier_article.md +244 -0
- package/src/.github/skills/scientific-academic-writing/assets/ieee_transactions.md +212 -0
- package/src/.github/skills/scientific-academic-writing/assets/imrad_standard.md +181 -0
- package/src/.github/skills/scientific-academic-writing/assets/nature_article.md +179 -0
- package/src/.github/skills/scientific-academic-writing/assets/qiita_technical_article.md +385 -0
- package/src/.github/skills/scientific-academic-writing/assets/science_research_article.md +169 -0
- package/src/.github/skills/scientific-bioinformatics/SKILL.md +220 -0
- package/src/.github/skills/scientific-biosignal-processing/SKILL.md +357 -0
- package/src/.github/skills/scientific-causal-inference/SKILL.md +347 -0
- package/src/.github/skills/scientific-cheminformatics/SKILL.md +196 -0
- package/src/.github/skills/scientific-data-preprocessing/SKILL.md +413 -0
- package/src/.github/skills/scientific-data-simulation/SKILL.md +244 -0
- package/src/.github/skills/scientific-doe/SKILL.md +360 -0
- package/src/.github/skills/scientific-eda-correlation/SKILL.md +141 -0
- package/src/.github/skills/scientific-feature-importance/SKILL.md +208 -0
- package/src/.github/skills/scientific-image-analysis/SKILL.md +310 -0
- package/src/.github/skills/scientific-materials-characterization/SKILL.md +368 -0
- package/src/.github/skills/scientific-meta-analysis/SKILL.md +352 -0
- package/src/.github/skills/scientific-metabolomics/SKILL.md +326 -0
- package/src/.github/skills/scientific-ml-classification/SKILL.md +265 -0
- package/src/.github/skills/scientific-ml-regression/SKILL.md +215 -0
- package/src/.github/skills/scientific-multi-omics/SKILL.md +303 -0
- package/src/.github/skills/scientific-network-analysis/SKILL.md +257 -0
- package/src/.github/skills/scientific-pca-tsne/SKILL.md +235 -0
- package/src/.github/skills/scientific-pipeline-scaffold/SKILL.md +331 -0
- package/src/.github/skills/scientific-process-optimization/SKILL.md +215 -0
- package/src/.github/skills/scientific-publication-figures/SKILL.md +208 -0
- package/src/.github/skills/scientific-sequence-analysis/SKILL.md +389 -0
- package/src/.github/skills/scientific-spectral-signal/SKILL.md +227 -0
- package/src/.github/skills/scientific-statistical-testing/SKILL.md +240 -0
- package/src/.github/skills/scientific-survival-clinical/SKILL.md +239 -0
- package/src/.github/skills/scientific-time-series/SKILL.md +291 -0
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
# ACS Article テンプレート
|
|
2
|
+
|
|
3
|
+
> 対象: ACS Nano, JACS, Chemistry of Materials, ACS Applied Materials & Interfaces 等
|
|
4
|
+
> 構成: Abstract → Introduction → Experimental Section → Results and Discussion → Conclusions
|
|
5
|
+
> 特徴: Results and Discussion が統合可。TOC/Abstract Graphic 必須。SI は Figure S1 形式。
|
|
6
|
+
> 語数目安: Article 4,000–8,000 words / Communication ≤ 2,500 words
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# [タイトル — 具体的で描写的。略語は使用しない]
|
|
11
|
+
|
|
12
|
+
Author A,†,* Author B,‡ and Author C†
|
|
13
|
+
|
|
14
|
+
† Department of XXX, University of YYY, Address, City, State ZIP, Country
|
|
15
|
+
‡ Department of XXX, University of ZZZ, Address, City, State ZIP, Country
|
|
16
|
+
\* E-mail: corresponding@example.com
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Abstract / TOC Graphic
|
|
21
|
+
|
|
22
|
+
<!-- TOC Graphic: 3.25 × 1.75 inch, 高解像度。研究の核心を視覚的に要約。 -->
|
|
23
|
+
|
|
24
|
+
[TOC Graphic をここに配置]
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Abstract
|
|
29
|
+
|
|
30
|
+
<!-- 最大 200 words。段落分けなし。 -->
|
|
31
|
+
|
|
32
|
+
[研究の背景→目的→手法→主要な結果(定量的)→結論を一段落で簡潔に記述。]
|
|
33
|
+
|
|
34
|
+
**Keywords**: keyword1, keyword2, keyword3, keyword4, keyword5
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## Introduction
|
|
39
|
+
|
|
40
|
+
<!-- 参照は上付き番号¹ または括弧番号(1)。ジャーナルにより異なる。 -->
|
|
41
|
+
|
|
42
|
+
[研究分野の背景と重要性]¹,²
|
|
43
|
+
|
|
44
|
+
[先行研究のレビュー]³⁻⁵
|
|
45
|
+
|
|
46
|
+
[研究ギャップの特定]
|
|
47
|
+
|
|
48
|
+
Herein, we report [本研究のアプローチと目的].
|
|
49
|
+
[主要な発見の予告を 1-2 文で述べる]
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Experimental Section
|
|
54
|
+
|
|
55
|
+
<!-- ACS ではこのセクション名が標準。「Methods」ではない。 -->
|
|
56
|
+
|
|
57
|
+
### Materials
|
|
58
|
+
|
|
59
|
+
All chemicals were purchased from [supplier] and used as received
|
|
60
|
+
unless otherwise noted. [材料の詳細: 純度、グレード、供給元]
|
|
61
|
+
|
|
62
|
+
### Synthesis / Sample Preparation
|
|
63
|
+
|
|
64
|
+
[合成手順を詳細に記述。温度、時間、濃度を含む]
|
|
65
|
+
|
|
66
|
+
### Characterization
|
|
67
|
+
|
|
68
|
+
[分析手法の詳細]
|
|
69
|
+
X-ray diffraction (XRD) patterns were recorded on a [instrument]
|
|
70
|
+
using Cu Kα radiation (λ = 1.5406 Å).
|
|
71
|
+
Scanning electron microscopy (SEM) images were obtained using a [instrument]
|
|
72
|
+
at an accelerating voltage of XX kV.
|
|
73
|
+
|
|
74
|
+
### Computational Details
|
|
75
|
+
|
|
76
|
+
[計算手法を使用した場合。DFT 汎関数、基底関数等]
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Results and Discussion
|
|
81
|
+
|
|
82
|
+
<!-- 統合形式が標準。サブセクションで整理。 -->
|
|
83
|
+
|
|
84
|
+
### [Subsection 1: 結果のテーマ]
|
|
85
|
+
|
|
86
|
+
[結果の記述と解釈を織り交ぜる。Figure 1a,b を参照。]
|
|
87
|
+
|
|
88
|
+
As shown in Figure 1a, [結果の記述].
|
|
89
|
+
This result is consistent with [先行研究の結果],⁶ suggesting that
|
|
90
|
+
[解釈/メカニズム].
|
|
91
|
+
|
|
92
|
+
### [Subsection 2: 結果のテーマ]
|
|
93
|
+
|
|
94
|
+
[結果の記述と解釈。Figure 2 を参照。]
|
|
95
|
+
|
|
96
|
+
### [Subsection 3: 結果のテーマ]
|
|
97
|
+
|
|
98
|
+
[結果の記述と解釈。Figure 3 を参照。]
|
|
99
|
+
Additional characterization data are provided in the
|
|
100
|
+
Supporting Information (Figure S1, Table S1).
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
## Conclusions
|
|
105
|
+
|
|
106
|
+
<!-- 簡潔に。新規性・意義を強調。1–2 段落。 -->
|
|
107
|
+
|
|
108
|
+
In summary, we have demonstrated [主要な成果].
|
|
109
|
+
[定量的なハイライト結果を再掲].
|
|
110
|
+
[研究の意義・インパクト].
|
|
111
|
+
[将来の展望を 1-2 文で述べる].
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## Associated Content
|
|
116
|
+
|
|
117
|
+
### Supporting Information
|
|
118
|
+
|
|
119
|
+
The Supporting Information is available free of charge at [URL].
|
|
120
|
+
|
|
121
|
+
[SI の内容を箇条書きで列挙]
|
|
122
|
+
- Additional characterization data (XRD, SEM, TEM)
|
|
123
|
+
- Supplementary figures (Figure S1–SX)
|
|
124
|
+
- Supplementary tables (Table S1–SX)
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## Author Information
|
|
129
|
+
|
|
130
|
+
### Corresponding Author
|
|
131
|
+
\* E-mail: corresponding@example.com
|
|
132
|
+
|
|
133
|
+
### ORCID
|
|
134
|
+
Author A: 0000-0000-0000-0000
|
|
135
|
+
Author B: 0000-0000-0000-0000
|
|
136
|
+
|
|
137
|
+
### Author Contributions
|
|
138
|
+
[CRediT 形式 or 自由記述]
|
|
139
|
+
A.A. and C.C. conceived the idea. A.A. performed the experiments.
|
|
140
|
+
B.B. conducted the computational analysis. All authors discussed the
|
|
141
|
+
results and commented on the manuscript.
|
|
142
|
+
|
|
143
|
+
### Notes
|
|
144
|
+
The authors declare no competing financial interest.
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## Acknowledgments
|
|
149
|
+
|
|
150
|
+
This work was supported by [funding agency] (Grant No. XXXXX).
|
|
151
|
+
The authors thank [謝辞の対象] for [貢献内容].
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## References
|
|
156
|
+
|
|
157
|
+
<!-- ACS 番号順引用。セミコロンで著者を区切る。 -->
|
|
158
|
+
|
|
159
|
+
(1) Author, A. B.; Author, C. D.; Author, E. F. Title of Article.
|
|
160
|
+
*J. Am. Chem. Soc.* **2024**, *146*, 1234–1245.
|
|
161
|
+
(2) [Reference 2]
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## Figure Captions
|
|
166
|
+
|
|
167
|
+
**Figure 1.** [タイトル(太字)。] [詳細な説明。]
|
|
168
|
+
(a) [パネル a の説明。]
|
|
169
|
+
(b) [パネル b の説明。]
|
|
170
|
+
[Scale bar: XX nm.]
|
|
171
|
+
|
|
172
|
+
**Figure 2.** [タイトル。] [説明]
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Tables
|
|
177
|
+
|
|
178
|
+
**Table 1.** [タイトル]ᵃ
|
|
179
|
+
|
|
180
|
+
| Entry | Condition | Result A | Result B |
|
|
181
|
+
|---|---|---|---|
|
|
182
|
+
| 1 | XX | YY | ZZ |
|
|
183
|
+
| 2 | XX | YY | ZZ |
|
|
184
|
+
|
|
185
|
+
ᵃ [実験条件の脚注]
|
|
186
|
+
ᵇ [略語の説明]
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
## TOC Graphic 作成ガイド
|
|
191
|
+
|
|
192
|
+
```
|
|
193
|
+
サイズ: 3.25 × 1.75 inches (8.25 × 4.45 cm)
|
|
194
|
+
解像度: 300 DPI 以上
|
|
195
|
+
形式: TIFF, EPS, or high-resolution PDF
|
|
196
|
+
内容: 研究のコアコンセプトを図解
|
|
197
|
+
テキスト: 最小限(フォント 8 pt 以上)
|
|
198
|
+
色: フルカラー推奨
|
|
199
|
+
```
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
# Elsevier Article テンプレート
|
|
2
|
+
|
|
3
|
+
> 対象: Acta Materialia, Biomaterials, Chemical Engineering Journal, Applied Surface Science 等
|
|
4
|
+
> 構成: Abstract → Introduction → Materials and methods → Results → Discussion → Conclusions
|
|
5
|
+
> 特徴: Highlights (3-5 bullets) 必須。Graphical Abstract 推奨。著者名-年引用。CRediT 必須。
|
|
6
|
+
> 語数目安: Full-length Article 5,000–8,000 words (ジャーナルにより異なる)
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# [タイトル — 簡潔・情報的。略語はフルスペルで記述]
|
|
11
|
+
|
|
12
|
+
Author Aᵃ,*, Author Bᵇ, Author Cᵃ
|
|
13
|
+
|
|
14
|
+
ᵃ Department of XXX, University of YYY, Address, City, Postal Code, Country
|
|
15
|
+
ᵇ Department of XXX, University of ZZZ, Address, City, Postal Code, Country
|
|
16
|
+
\* Corresponding author. Tel.: +XX-XXX-XXXX; E-mail: corresponding@example.com
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Highlights
|
|
21
|
+
|
|
22
|
+
<!-- 必須。3–5 箇条書き。各 85 characters 以内。研究の核心を要約。 -->
|
|
23
|
+
|
|
24
|
+
- [Highlight 1: 主要な発見を一文で]
|
|
25
|
+
- [Highlight 2: 手法の新規性を一文で]
|
|
26
|
+
- [Highlight 3: 定量的なインパクトを一文で]
|
|
27
|
+
- [Highlight 4: 応用上の意義を一文で]
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Graphical Abstract
|
|
32
|
+
|
|
33
|
+
<!-- 推奨。研究の全体像を一枚の図で視覚的に要約。 -->
|
|
34
|
+
<!-- サイズ: 幅 531 pixels 以上。フォント: Arial or Times, 最小 8 pt。 -->
|
|
35
|
+
|
|
36
|
+
[Graphical Abstract をここに配置]
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Abstract
|
|
41
|
+
|
|
42
|
+
<!-- 最大 300 words。段落分けなし。 -->
|
|
43
|
+
|
|
44
|
+
[研究の背景と目的を述べる。]
|
|
45
|
+
[使用した材料・手法を述べる。]
|
|
46
|
+
[主要な結果を定量的に示す。]
|
|
47
|
+
[結論と意義を述べる。]
|
|
48
|
+
|
|
49
|
+
**Keywords**: keyword1; keyword2; keyword3; keyword4; keyword5
|
|
50
|
+
<!-- セミコロン区切り。最大 6 語。 -->
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## 1. Introduction
|
|
55
|
+
|
|
56
|
+
<!-- 著者名-年方式で引用: (Author et al., 2024) or Author et al. (2024) -->
|
|
57
|
+
|
|
58
|
+
[研究分野の背景と意義] (Author and Author, 2023).
|
|
59
|
+
|
|
60
|
+
[先行研究のレビュー] (Author et al., 2024a, 2024b; Author and Author, 2023).
|
|
61
|
+
|
|
62
|
+
[研究ギャップの特定]
|
|
63
|
+
|
|
64
|
+
[本研究の目的と新規性を明確に述べる。]
|
|
65
|
+
The objectives of this study are: (i) [目的 1], (ii) [目的 2], and
|
|
66
|
+
(iii) [目的 3].
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## 2. Materials and methods
|
|
71
|
+
|
|
72
|
+
### 2.1. Materials
|
|
73
|
+
|
|
74
|
+
[材料の詳細: 名称、純度、供給元]
|
|
75
|
+
|
|
76
|
+
### 2.2. Sample preparation
|
|
77
|
+
|
|
78
|
+
[試料作製の手順を再現可能な詳細度で記述]
|
|
79
|
+
|
|
80
|
+
### 2.3. Characterization
|
|
81
|
+
|
|
82
|
+
[分析手法と測定条件の詳細]
|
|
83
|
+
|
|
84
|
+
X-ray diffraction (XRD, [instrument], [manufacturer]) was performed using
|
|
85
|
+
Cu Kα radiation (λ = 1.5406 Å, 40 kV, 40 mA) with a scan rate of
|
|
86
|
+
2°/min over the 2θ range of 20–80°.
|
|
87
|
+
|
|
88
|
+
### 2.4. Statistical analysis
|
|
89
|
+
|
|
90
|
+
[統計手法・ソフトウェア。]
|
|
91
|
+
All data were expressed as mean ± standard deviation (SD) from at least
|
|
92
|
+
three independent experiments. Statistical significance was determined
|
|
93
|
+
by [検定名] using [ソフトウェア] (ver. X.X). A value of p < 0.05 was
|
|
94
|
+
considered statistically significant.
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## 3. Results
|
|
99
|
+
|
|
100
|
+
### 3.1. [Result 1 のタイトル]
|
|
101
|
+
|
|
102
|
+
[結果の客観的な記述。Fig. 1(a) を参照。]
|
|
103
|
+
|
|
104
|
+
Fig. 1(a) shows [測定対象の説明].
|
|
105
|
+
The [パラメータ] increased from XX to YY with increasing [条件]
|
|
106
|
+
(Fig. 1(b)), indicating [客観的な傾向の記述].
|
|
107
|
+
|
|
108
|
+
### 3.2. [Result 2 のタイトル]
|
|
109
|
+
|
|
110
|
+
[結果の記述。Fig. 2 を参照。]
|
|
111
|
+
|
|
112
|
+
### 3.3. [Result 3 のタイトル]
|
|
113
|
+
|
|
114
|
+
[結果の記述。Table 1 を参照。]
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## 4. Discussion
|
|
119
|
+
|
|
120
|
+
### 4.1. [Discussion テーマ 1]
|
|
121
|
+
|
|
122
|
+
[結果の解釈。先行研究との比較を含む。]
|
|
123
|
+
|
|
124
|
+
### 4.2. [Discussion テーマ 2]
|
|
125
|
+
|
|
126
|
+
[メカニズムの考察。]
|
|
127
|
+
|
|
128
|
+
### 4.3. Implications and limitations
|
|
129
|
+
|
|
130
|
+
[研究の意義、実用的インプリケーション、限界を述べる。]
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## 5. Conclusions
|
|
135
|
+
|
|
136
|
+
<!-- 簡潔に。箇条書きも可。1 段落 or 箇条書き。 -->
|
|
137
|
+
|
|
138
|
+
The main conclusions can be summarized as follows:
|
|
139
|
+
|
|
140
|
+
1. [結論 1]
|
|
141
|
+
2. [結論 2]
|
|
142
|
+
3. [結論 3]
|
|
143
|
+
|
|
144
|
+
[将来の展望を 1-2 文で述べる。]
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## CRediT authorship contribution statement
|
|
149
|
+
|
|
150
|
+
<!-- Elsevier 必須。14 の CRediT ロールから選択。 -->
|
|
151
|
+
|
|
152
|
+
**Author A**: Conceptualization, Methodology, Investigation,
|
|
153
|
+
Writing – original draft, Visualization.
|
|
154
|
+
**Author B**: Investigation, Formal analysis, Validation.
|
|
155
|
+
**Author C**: Supervision, Funding acquisition,
|
|
156
|
+
Writing – review & editing.
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
## Declaration of competing interest
|
|
161
|
+
|
|
162
|
+
The authors declare that they have no known competing financial interests
|
|
163
|
+
or personal relationships that could have appeared to influence the work
|
|
164
|
+
reported in this paper.
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Data availability
|
|
169
|
+
|
|
170
|
+
Data will be made available on request.
|
|
171
|
+
<!-- or: The raw data required to reproduce these findings are available
|
|
172
|
+
to download from [repository]. -->
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Acknowledgments
|
|
177
|
+
|
|
178
|
+
This work was supported by [funding agency] under Grant [番号].
|
|
179
|
+
The authors would like to thank [謝辞の対象] for [貢献内容].
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
## Appendix A. [Supplementary data タイトル]
|
|
184
|
+
|
|
185
|
+
<!-- 必要に応じて。数式導出、追加データ等。 -->
|
|
186
|
+
|
|
187
|
+
Supplementary data to this article can be found online at
|
|
188
|
+
https://doi.org/10.1016/j.XXXX.XXXX.XXXXXX
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## References
|
|
193
|
+
|
|
194
|
+
<!-- 著者名-年方式(本文内)。References リストはアルファベット順。 -->
|
|
195
|
+
|
|
196
|
+
Author, A.B., Author, C.D., 2023. Title of article. Journal Name Vol,
|
|
197
|
+
pages. https://doi.org/10.XXXX/XXXXX
|
|
198
|
+
|
|
199
|
+
Author, A.B., Author, C.D., Author, E.F., 2024. Title of article.
|
|
200
|
+
Journal Name Vol, pages. https://doi.org/10.XXXX/XXXXX
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
## Figure Captions
|
|
205
|
+
|
|
206
|
+
**Fig. 1.** [タイトル。] (a) [パネル a の説明。] (b) [パネル b の説明。]
|
|
207
|
+
|
|
208
|
+
**Fig. 2.** [タイトル。] [説明]
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
## Tables
|
|
213
|
+
|
|
214
|
+
**Table 1**
|
|
215
|
+
[タイトル]
|
|
216
|
+
|
|
217
|
+
| Parameter | Condition A | Condition B | Condition C |
|
|
218
|
+
|---|---|---|---|
|
|
219
|
+
| [Metric 1] | XX ± YY | XX ± YY | XX ± YY |
|
|
220
|
+
| [Metric 2] | XX ± YY | XX ± YY | XX ± YY |
|
|
221
|
+
|
|
222
|
+
Values are expressed as mean ± SD (n = X).
|
|
223
|
+
[略語の脚注]
|
|
224
|
+
|
|
225
|
+
---
|
|
226
|
+
|
|
227
|
+
## CRediT ロール一覧(参考)
|
|
228
|
+
|
|
229
|
+
```
|
|
230
|
+
1. Conceptualization
|
|
231
|
+
2. Data curation
|
|
232
|
+
3. Formal analysis
|
|
233
|
+
4. Funding acquisition
|
|
234
|
+
5. Investigation
|
|
235
|
+
6. Methodology
|
|
236
|
+
7. Project administration
|
|
237
|
+
8. Resources
|
|
238
|
+
9. Software
|
|
239
|
+
10. Supervision
|
|
240
|
+
11. Validation
|
|
241
|
+
12. Visualization
|
|
242
|
+
13. Writing – original draft
|
|
243
|
+
14. Writing – review & editing
|
|
244
|
+
```
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
# IEEE Transactions テンプレート
|
|
2
|
+
|
|
3
|
+
> 対象: IEEE Transactions on XXX, IEEE Access, IEEE Journal of XXX 等
|
|
4
|
+
> 構成: Abstract → Index Terms → I. Introduction → II–IV. Body → V. Conclusion
|
|
5
|
+
> 特徴: ローマ数字セクション番号。TABLE I (大文字ローマ数字)。Fig. 1(a) 形式。
|
|
6
|
+
> 語数目安: Regular Paper 6,000–8,000 words / Short Paper/Letter ≤ 4,000 words
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# [タイトル — Title Case。略語はフルスペル後に括弧で定義]
|
|
11
|
+
|
|
12
|
+
Author A, *Member, IEEE*, Author B, *Senior Member, IEEE*,
|
|
13
|
+
and Author C, *Fellow, IEEE*
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Abstract
|
|
18
|
+
|
|
19
|
+
<!-- 最大 250 words。段落分けなし。一人称を避ける。 -->
|
|
20
|
+
|
|
21
|
+
[背景と課題を述べる。]
|
|
22
|
+
[提案手法を述べる。]
|
|
23
|
+
[実験結果を定量的に示す。]
|
|
24
|
+
[結論と意義を述べる。]
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Index Terms
|
|
29
|
+
|
|
30
|
+
<!-- IEEE Thesaurus から選択。アルファベット順。各語を大文字開始。 -->
|
|
31
|
+
|
|
32
|
+
Index Term 1, Index Term 2, Index Term 3, Index Term 4.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## I. Introduction
|
|
37
|
+
|
|
38
|
+
<!-- 参照は角括弧 [1]。本文と括弧の間にスペースなし。 -->
|
|
39
|
+
|
|
40
|
+
[研究分野の背景と重要性] [1], [2].
|
|
41
|
+
|
|
42
|
+
[先行研究のレビュー] [3]–[5].
|
|
43
|
+
|
|
44
|
+
[先行研究の課題・限界を述べる].
|
|
45
|
+
|
|
46
|
+
[本論文の貢献を明示する]:
|
|
47
|
+
1) [貢献 1]
|
|
48
|
+
2) [貢献 2]
|
|
49
|
+
3) [貢献 3]
|
|
50
|
+
|
|
51
|
+
The remainder of this paper is organized as follows.
|
|
52
|
+
Section II describes [内容]. Section III presents [内容].
|
|
53
|
+
Section IV discusses [内容]. Finally, Section V concludes the paper.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## II. [Related Work / System Model / Problem Formulation]
|
|
58
|
+
|
|
59
|
+
### *A. [Subsection タイトル]*
|
|
60
|
+
|
|
61
|
+
[関連研究のレビューまたはシステムモデルの記述]
|
|
62
|
+
|
|
63
|
+
### *B. [Subsection タイトル]*
|
|
64
|
+
|
|
65
|
+
[問題定式化または理論的背景]
|
|
66
|
+
|
|
67
|
+
The objective function can be expressed as
|
|
68
|
+
$$
|
|
69
|
+
\min_{x} f(x) = \sum_{i=1}^{N} g_i(x_i)
|
|
70
|
+
$$
|
|
71
|
+
subject to $h(x) \leq 0$.
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## III. [Proposed Method / Methodology]
|
|
76
|
+
|
|
77
|
+
### *A. [Subsection タイトル]*
|
|
78
|
+
|
|
79
|
+
[提案手法の詳細な説明]
|
|
80
|
+
|
|
81
|
+
**Algorithm 1** [アルゴリズム名]
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
Input: [入力パラメータ]
|
|
85
|
+
Output: [出力]
|
|
86
|
+
1: Initialize parameters
|
|
87
|
+
2: for t = 1 to T do
|
|
88
|
+
3: Compute [ステップの説明]
|
|
89
|
+
4: Update [パラメータの更新]
|
|
90
|
+
5: end for
|
|
91
|
+
6: return [結果]
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### *B. [Subsection タイトル]*
|
|
95
|
+
|
|
96
|
+
[手法の詳細の続き]
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## IV. [Experimental Results / Performance Evaluation]
|
|
101
|
+
|
|
102
|
+
### *A. Experimental Setup*
|
|
103
|
+
|
|
104
|
+
[データセット、ハードウェア、ソフトウェア環境の詳細]
|
|
105
|
+
|
|
106
|
+
The experiments were conducted on [hardware spec].
|
|
107
|
+
The proposed method was implemented in [language/framework].
|
|
108
|
+
|
|
109
|
+
### *B. [実験 1 のタイトル]*
|
|
110
|
+
|
|
111
|
+
[結果の記述。Fig. 1(a) を参照。]
|
|
112
|
+
|
|
113
|
+
As shown in Fig. 1, the proposed method achieves [結果].
|
|
114
|
+
TABLE I summarizes the quantitative comparison.
|
|
115
|
+
|
|
116
|
+
### *C. [実験 2 のタイトル]*
|
|
117
|
+
|
|
118
|
+
[結果の記述。Fig. 2 を参照。]
|
|
119
|
+
|
|
120
|
+
### *D. Computational Complexity*
|
|
121
|
+
|
|
122
|
+
[計算量の分析。O(n log n) 等の表記を含む。]
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## V. Conclusion
|
|
127
|
+
|
|
128
|
+
[主要な貢献を再掲する。]
|
|
129
|
+
[結果のハイライトを述べる。]
|
|
130
|
+
[今後の課題を 1-2 文で述べる。]
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Appendix
|
|
135
|
+
|
|
136
|
+
<!-- 必要に応じて。定理の証明、追加の数式展開等。 -->
|
|
137
|
+
|
|
138
|
+
### A. [Proof of Theorem 1]
|
|
139
|
+
|
|
140
|
+
[証明の詳細]
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Acknowledgment
|
|
145
|
+
|
|
146
|
+
<!-- "Acknowledgments" ではなく単数形 "Acknowledgment" -->
|
|
147
|
+
|
|
148
|
+
The authors would like to thank [謝辞の対象] for [貢献内容].
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## References
|
|
153
|
+
|
|
154
|
+
<!-- 角括弧番号順。著者名はイニシャル先行。ジャーナル名はイタリック。 -->
|
|
155
|
+
|
|
156
|
+
[1] A. B. Author, C. D. Author, and E. F. Author, "Title of article,"
|
|
157
|
+
*IEEE Trans. XXX*, vol. XX, no. Y, pp. 123–135, Mon. Year.
|
|
158
|
+
|
|
159
|
+
[2] A. B. Author and C. D. Author, "Title of conference paper," in
|
|
160
|
+
*Proc. IEEE Conf. XXX*, City, Country, Year, pp. 100–105.
|
|
161
|
+
|
|
162
|
+
[3] A. B. Author, *Title of Book*, Xth ed. City, State: Publisher, Year.
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
## Figure Captions
|
|
167
|
+
|
|
168
|
+
**Fig. 1.** [タイトル。] (a) [パネル a の説明。] (b) [パネル b の説明。]
|
|
169
|
+
|
|
170
|
+
**Fig. 2.** [タイトル。] [説明]
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## Tables
|
|
175
|
+
|
|
176
|
+
**TABLE I**
|
|
177
|
+
[タイトル — 大文字]
|
|
178
|
+
|
|
179
|
+
| Method | Metric A | Metric B | Metric C |
|
|
180
|
+
|---|---|---|---|
|
|
181
|
+
| Baseline [3] | XX.X | YY.Y | ZZ.Z |
|
|
182
|
+
| Method A [5] | XX.X | YY.Y | ZZ.Z |
|
|
183
|
+
| **Proposed** | **XX.X** | **YY.Y** | **ZZ.Z** |
|
|
184
|
+
|
|
185
|
+
<!-- ベスト値は太字で強調 -->
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## Author Biography
|
|
190
|
+
|
|
191
|
+
<!-- IEEE Transactions では著者略歴が必要 -->
|
|
192
|
+
|
|
193
|
+
**Author A** (M'XX–SM'YY) received the B.S. degree in [分野] from
|
|
194
|
+
[大学], [国], in [年], and the Ph.D. degree from [大学] in [年].
|
|
195
|
+
[現在の所属と研究分野を記述。]
|
|
196
|
+
|
|
197
|
+
**Author B** [略歴]
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
## IEEE 数式表記規約
|
|
202
|
+
|
|
203
|
+
```
|
|
204
|
+
- スカラー: イタリック (x, y, α)
|
|
205
|
+
- ベクトル: 太字小文字 (𝐱, 𝐲)
|
|
206
|
+
- 行列: 太字大文字 (𝐀, 𝐁)
|
|
207
|
+
- 集合: カリグラフィック (𝒜, ℬ)
|
|
208
|
+
- 確率: Pr{·} or P(·)
|
|
209
|
+
- 期待値: E[·]
|
|
210
|
+
- 数式番号: 右寄せ (1), (2), ...
|
|
211
|
+
- 参照: as shown in (1) or from (1)
|
|
212
|
+
```
|