@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,181 @@
|
|
|
1
|
+
# IMRaD 標準テンプレート
|
|
2
|
+
|
|
3
|
+
> 対象: PLoS ONE, Scientific Reports, 一般的な学術論文
|
|
4
|
+
> 構成: Introduction → Methods → Results → Discussion
|
|
5
|
+
> 語数目安: 3,000–6,000 words (ジャーナルにより異なる)
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# [論文タイトル — 簡潔・具体的・結果を反映]
|
|
10
|
+
|
|
11
|
+
Author A¹*, Author B², Author C¹
|
|
12
|
+
|
|
13
|
+
¹ Department of XXX, University of YYY, City, Country
|
|
14
|
+
² Department of XXX, University of ZZZ, City, Country
|
|
15
|
+
\* Corresponding author: email@example.com
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Abstract
|
|
20
|
+
|
|
21
|
+
<!-- 150–300 words, 構造化推奨 -->
|
|
22
|
+
|
|
23
|
+
**Background**: [研究分野の背景と課題を 1-2 文で記述]
|
|
24
|
+
|
|
25
|
+
**Objective**: [本研究の目的を 1 文で記述]
|
|
26
|
+
|
|
27
|
+
**Methods**: [使用した材料・手法・解析方法を 2-3 文で記述]
|
|
28
|
+
|
|
29
|
+
**Results**: [主要な定量的結果を 2-3 文で記述。p 値・効果量を含む]
|
|
30
|
+
|
|
31
|
+
**Conclusions**: [結論と意義を 1-2 文で記述]
|
|
32
|
+
|
|
33
|
+
**Keywords**: keyword1, keyword2, keyword3, keyword4, keyword5
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 1. Introduction
|
|
38
|
+
|
|
39
|
+
<!-- 800–1,500 words -->
|
|
40
|
+
|
|
41
|
+
### 研究分野の重要性
|
|
42
|
+
[この分野がなぜ重要か、社会的・科学的意義を述べる]
|
|
43
|
+
|
|
44
|
+
### 先行研究の概観
|
|
45
|
+
[主要な先行研究を時系列または主題別にレビュー]
|
|
46
|
+
|
|
47
|
+
### 研究ギャップの特定
|
|
48
|
+
[先行研究で解決されていない課題を明示する]
|
|
49
|
+
|
|
50
|
+
### 本研究の目的
|
|
51
|
+
[目的を明確に述べ、仮説があれば提示する]
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## 2. Methods
|
|
56
|
+
|
|
57
|
+
### 2.1 Materials / Datasets
|
|
58
|
+
|
|
59
|
+
[使用した材料・試薬・データセットの詳細]
|
|
60
|
+
|
|
61
|
+
### 2.2 Experimental Procedure
|
|
62
|
+
|
|
63
|
+
[実験手順を再現可能な詳細度で記述]
|
|
64
|
+
|
|
65
|
+
### 2.3 Characterization / Measurements
|
|
66
|
+
|
|
67
|
+
[分析手法・装置・測定条件の詳細]
|
|
68
|
+
|
|
69
|
+
### 2.4 Statistical Analysis
|
|
70
|
+
|
|
71
|
+
[統計手法・ソフトウェア・有意水準]
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## 3. Results
|
|
76
|
+
|
|
77
|
+
### 3.1 [Result 1 のタイトル]
|
|
78
|
+
|
|
79
|
+
[客観的な結果の記述。図表を参照しながら定量的に述べる]
|
|
80
|
+
(Figure 1, Table 1)
|
|
81
|
+
|
|
82
|
+
### 3.2 [Result 2 のタイトル]
|
|
83
|
+
|
|
84
|
+
[客観的な結果の記述]
|
|
85
|
+
(Figure 2, Table 2)
|
|
86
|
+
|
|
87
|
+
### 3.3 [Result 3 のタイトル]
|
|
88
|
+
|
|
89
|
+
[客観的な結果の記述]
|
|
90
|
+
(Figure 3)
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## 4. Discussion
|
|
95
|
+
|
|
96
|
+
### 主要な発見の要約
|
|
97
|
+
[Results の解釈を述べる(再述ではない)]
|
|
98
|
+
|
|
99
|
+
### 先行研究との比較
|
|
100
|
+
[本研究の結果を先行研究と対比する]
|
|
101
|
+
|
|
102
|
+
### メカニズムの考察
|
|
103
|
+
[観察された結果の背景にあるメカニズムを議論する]
|
|
104
|
+
|
|
105
|
+
### 研究の限界
|
|
106
|
+
[本研究の限界を正直に述べる]
|
|
107
|
+
|
|
108
|
+
### 将来の展望
|
|
109
|
+
[今後の研究方向を提案する]
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## 5. Conclusions
|
|
114
|
+
|
|
115
|
+
[主要な結論を 1 段落で簡潔にまとめる]
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## Acknowledgments
|
|
120
|
+
|
|
121
|
+
[資金援助、技術支援、議論への貢献者への謝辞]
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## Funding
|
|
126
|
+
|
|
127
|
+
This work was supported by [funding agency] (Grant No. XXXXX).
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Author Contributions
|
|
132
|
+
|
|
133
|
+
**Author A**: Conceptualization, Methodology, Writing – original draft.
|
|
134
|
+
**Author B**: Investigation, Data curation.
|
|
135
|
+
**Author C**: Supervision, Writing – review & editing.
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
## Conflicts of Interest
|
|
140
|
+
|
|
141
|
+
The authors declare no competing interests.
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Data Availability Statement
|
|
146
|
+
|
|
147
|
+
The data that support the findings of this study are available from the corresponding author upon reasonable request.
|
|
148
|
+
<!-- or: available at [repository URL] (DOI: XXXXX) -->
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## References
|
|
153
|
+
|
|
154
|
+
<!-- 番号順 or 著者名-年方式(ジャーナルに従う) -->
|
|
155
|
+
|
|
156
|
+
1. [Reference 1]
|
|
157
|
+
2. [Reference 2]
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Figure Captions
|
|
162
|
+
|
|
163
|
+
**Figure 1.** [一文目: 図全体の説明(太字推奨)] [パネルごとの説明: (a) ..., (b) ..., (c) ...]
|
|
164
|
+
|
|
165
|
+
**Figure 2.** [キャプション]
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Tables
|
|
170
|
+
|
|
171
|
+
**Table 1.** [表タイトル]
|
|
172
|
+
|
|
173
|
+
| Column A | Column B | Column C |
|
|
174
|
+
|---|---|---|
|
|
175
|
+
| Data | Data | Data |
|
|
176
|
+
|
|
177
|
+
---
|
|
178
|
+
|
|
179
|
+
## Supplementary Information
|
|
180
|
+
|
|
181
|
+
See Supplementary Information for additional figures, tables, and methods.
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
# Nature Article テンプレート
|
|
2
|
+
|
|
3
|
+
> 対象: Nature, Nature Communications, Nature Materials, Nature Chemistry 等
|
|
4
|
+
> 構成: Abstract → Introduction → Results → Discussion → Methods
|
|
5
|
+
> 特徴: Methods は末尾配置。Extended Data(最大 10 図表)を利用可。
|
|
6
|
+
> 語数目安: Article 3,000–5,000 words / Letter ≤ 1,500 words (本文のみ)
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# [タイトル — 発見を端的に伝える。動詞を含む積極的な表現推奨]
|
|
11
|
+
|
|
12
|
+
Author A¹*, Author B¹,², Author C³
|
|
13
|
+
|
|
14
|
+
¹ Affiliation 1
|
|
15
|
+
² Affiliation 2
|
|
16
|
+
³ Affiliation 3
|
|
17
|
+
\* e-mail: corresponding@example.com
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Abstract
|
|
22
|
+
|
|
23
|
+
<!-- Nature: 最大 150 words。段落分けなし(非構造化)。 -->
|
|
24
|
+
|
|
25
|
+
[一文目: 研究の背景・動機。「Here we ...」で本研究の内容に入る。
|
|
26
|
+
主要な結果を定量的に示し、最後に意義・インパクトを述べる。]
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Introduction
|
|
31
|
+
|
|
32
|
+
<!-- 簡潔に。背景→ギャップ→目的。通常 3–5 段落。参照は上付き番号¹。 -->
|
|
33
|
+
|
|
34
|
+
[研究分野の背景]¹,².
|
|
35
|
+
|
|
36
|
+
[先行研究のレビューとギャップの特定]³⁻⁵.
|
|
37
|
+
|
|
38
|
+
Here we report [本研究のアプローチと主要な発見を 1-2 文で予告].
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Results
|
|
43
|
+
|
|
44
|
+
<!-- 小見出し付き。図表は Fig. 1a, Fig. 2b の形式で参照。 -->
|
|
45
|
+
|
|
46
|
+
### [Result 1 のタイトル — 発見内容を反映]
|
|
47
|
+
|
|
48
|
+
[結果の記述。Fig. 1a を参照。定量値 ± 誤差を明記。]
|
|
49
|
+
|
|
50
|
+
### [Result 2 のタイトル]
|
|
51
|
+
|
|
52
|
+
[結果の記述。Fig. 1b,c を参照。]
|
|
53
|
+
|
|
54
|
+
### [Result 3 のタイトル]
|
|
55
|
+
|
|
56
|
+
[結果の記述。Fig. 2 を参照。統計情報: mean ± s.e.m., n = XX, P = X.XX。]
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Discussion
|
|
61
|
+
|
|
62
|
+
<!-- 結果の解釈、先行研究との比較、限界、展望。通常 3–5 段落。 -->
|
|
63
|
+
|
|
64
|
+
[主要な発見の解釈]
|
|
65
|
+
|
|
66
|
+
[先行研究との比較・位置づけ]
|
|
67
|
+
|
|
68
|
+
[メカニズムの考察]
|
|
69
|
+
|
|
70
|
+
[限界と今後の展望]
|
|
71
|
+
|
|
72
|
+
[結論: 1-2 文で締めくくる]
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Methods
|
|
77
|
+
|
|
78
|
+
<!-- 本文末尾に配置。再現に必要な詳細を記述。小見出し付き。 -->
|
|
79
|
+
|
|
80
|
+
### Sample preparation / Data collection
|
|
81
|
+
|
|
82
|
+
[材料・データの詳細]
|
|
83
|
+
|
|
84
|
+
### Experimental setup
|
|
85
|
+
|
|
86
|
+
[装置・条件の詳細]
|
|
87
|
+
|
|
88
|
+
### Data analysis
|
|
89
|
+
|
|
90
|
+
[解析手法・ソフトウェアの詳細]
|
|
91
|
+
|
|
92
|
+
### Statistical analysis
|
|
93
|
+
|
|
94
|
+
[統計手法。サンプルサイズの決定根拠も含む。]
|
|
95
|
+
All statistical tests were two-sided unless otherwise stated.
|
|
96
|
+
No statistical methods were used to predetermine sample size.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## Data availability
|
|
101
|
+
|
|
102
|
+
The data that support the findings of this study are available at [repository] (DOI: XXXXX).
|
|
103
|
+
<!-- or: from the corresponding author upon reasonable request. -->
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## Code availability
|
|
108
|
+
|
|
109
|
+
The code used in this study is available at [GitHub URL] (DOI: XXXXX).
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## References
|
|
114
|
+
|
|
115
|
+
<!-- 上付き番号順。著者名 & で繋ぐ。ジャーナル名はイタリック。 -->
|
|
116
|
+
|
|
117
|
+
1. Author, A. B., Author, C. D. & Author, E. F. Title of article. *Nature* **vol**, pages (year).
|
|
118
|
+
2. [Reference 2]
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Acknowledgements
|
|
123
|
+
|
|
124
|
+
[資金、技術支援、議論への謝辞]
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## Author contributions
|
|
129
|
+
|
|
130
|
+
A.B.A. conceived the project. C.D.A. performed the experiments.
|
|
131
|
+
E.F.A. analysed the data. All authors contributed to writing the manuscript.
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
## Competing interests
|
|
136
|
+
|
|
137
|
+
The authors declare no competing interests.
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
## Additional information
|
|
142
|
+
|
|
143
|
+
**Supplementary information** The online version contains supplementary material.
|
|
144
|
+
|
|
145
|
+
**Correspondence and requests for materials** should be addressed to [corresponding author].
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## Figure Legends
|
|
150
|
+
|
|
151
|
+
**Fig. 1 | [タイトル(太字・簡潔)].** [詳細な説明。]
|
|
152
|
+
**a**, [パネル a の説明].
|
|
153
|
+
**b**, [パネル b の説明].
|
|
154
|
+
[統計情報: Data are mean ± s.e.m. (n = XX). P values by two-tailed t-test.]
|
|
155
|
+
[Scale bar: XX µm.]
|
|
156
|
+
|
|
157
|
+
**Fig. 2 | [タイトル].** [説明]
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Extended Data
|
|
162
|
+
|
|
163
|
+
<!-- 最大 10 点(図 + 表の合計)。本文で Extended Data Fig. 1 として参照。 -->
|
|
164
|
+
|
|
165
|
+
**Extended Data Fig. 1 | [タイトル].** [説明]
|
|
166
|
+
|
|
167
|
+
**Extended Data Table 1 | [タイトル].**
|
|
168
|
+
|
|
169
|
+
| Column A | Column B |
|
|
170
|
+
|---|---|
|
|
171
|
+
| Data | Data |
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Supplementary Information
|
|
176
|
+
|
|
177
|
+
<!-- Extended Data に収まらない追加データ。ページ制限なし。 -->
|
|
178
|
+
|
|
179
|
+
See Supplementary Information for additional details.
|