Skip to content

Commit 3addd4f

Browse files
Update news until 2024-10-30 (#2)
1 parent 68650ea commit 3addd4f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/data/newsData.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import img_20240901 from '../images/news/20240901.jpg'
44
import img_20240913 from '../images/news/20240913.jpg'
55
import img_20240919 from '../images/news/20240919.jpg'
66
import img_20240618 from '../images/news/20240618.jpg'
7+
import img_20241030 from '../images/news/20241030.jpg'
78

89
export interface NewsItem {
910
title: string
@@ -115,5 +116,18 @@ export const newsData: NewsData = {
115116
]
116117
}
117118
},
119+
{
120+
title: 'Vibration evaluation of Korea-4GSR',
121+
imageSrc: img_20241030,
122+
date: '2024-10-30',
123+
content: {
124+
enUS: [
125+
`On October 30, Dr. Seok presented the results of the vibration evaluation for the Multipurpose Synchrotron Radiation Accelerator (Korea-4GSR), which is planned to be constructed in Ochang, Cheongju, Chungcheongbuk-do, to the project team.`
126+
],
127+
koKR: [
128+
`10월 30일, 석승욱 박사가 충청북도 청주시 오창에 건설될 4세대 다목적 방사광가속기 진동평가 결과를 사업단에 발표 보고하였습니다.`
129+
]
130+
}
131+
},
118132
]
119133
}

src/images/news/20241030.jpg

103 KB
Loading

0 commit comments

Comments
 (0)