diff --git a/js/scientist/index.js b/js/scientist/index.js
index f4fd45e..276624c 100644
--- a/js/scientist/index.js
+++ b/js/scientist/index.js
@@ -59,7 +59,8 @@ function commonGetItemHtml(doc) {
`,
abstract: data.abstract.replace(new RegExp("0, 102, 204", "g"), "0,102,153"),
- link_: ''
+ link_: '',
+ stage_: '',
}
if (data.mains == '') {
if (data.file_html == '') {
@@ -72,7 +73,11 @@ function commonGetItemHtml(doc) {
}
-
+ if (data.stage_no == '0') {
+ baseInfo.stage_ = ''
+ } else {
+ baseInfo.stage_ = ' (' + data.stage_no + ')'
+ }
if (data.other_state == 0) {
baseInfo.otStat = ''
} else if (data.other_state == 1) {