Skip to content

Commit 6607012

Browse files
committed
fix research.js
1 parent e8dcdba commit 6607012

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/res/data/research.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const researchData = [
99
'H. -Y. Kao',
1010
],
1111
venue: 'Sensors',
12-
venueType: 'Journal',
12+
venueType: 'journal',
1313
year: 2022,
1414
url: 'https://doi.org/10.3390/s22176652',
1515
topic: 'NLP',
@@ -34,7 +34,7 @@ export const researchData = [
3434
'P.-Y. Lin',
3535
],
3636
venue: 'J Affect Disord',
37-
venueType: 'Journal',
37+
venueType: 'journal',
3838
year: 2022,
3939
url: 'https://www.sciencedirect.com/science/article/pii/S0165032721010776?via%3Dihub',
4040
topic: 'Bio-Medical',
@@ -67,7 +67,7 @@ export const researchData = [
6767
'P.-Y. Lin',
6868
],
6969
venue: 'Neuropsychopharmacology',
70-
venueType: 'Journal',
70+
venueType: 'journal',
7171
year: 2022,
7272
url: 'https://doi.org/10.1016/j.euroneuro.2022.01.112',
7373
topic: 'Bio-Medical',
@@ -100,7 +100,7 @@ export const researchData = [
100100
'H.-Y. Kao',
101101
],
102102
venue: 'Biomedicines',
103-
venueType: 'Journal',
103+
venueType: 'journal',
104104
year: 2021,
105105
url: 'https://www.mdpi.com/2227-9059/9/11/1558',
106106
topic: 'Bio-Medical',
@@ -131,7 +131,7 @@ export const researchData = [
131131
'T.-Y. Chen',
132132
],
133133
venue: 'JCSM',
134-
venueType: 'Journal',
134+
venueType: 'journal',
135135
year: 2021,
136136
url: 'https://jcsm.aasm.org/doi/10.5664/jcsm.9816',
137137
topic: 'Bio-Medical',
@@ -159,7 +159,7 @@ export const researchData = [
159159
'N.-Y. Ko',
160160
],
161161
venue: 'JMIR',
162-
venueType: 'Journal',
162+
venueType: 'journal',
163163
year: 2021,
164164
url: 'https://mhealth.jmir.org/2021/2/e19210/',
165165
topic: 'Bio-Medical',
@@ -180,7 +180,7 @@ export const researchData = [
180180
'H. -Y. Kao',
181181
],
182182
venue: 'EMNLP',
183-
venueType: 'Conference',
183+
venueType: 'conference',
184184
year: 2022,
185185
url: '#',
186186
topic: 'NLP',
@@ -201,7 +201,7 @@ export const researchData = [
201201
'H.-Y. Kao',
202202
],
203203
venue: 'AACL',
204-
venueType: 'Conference',
204+
venueType: 'conference',
205205
year: 2022,
206206
url: '#',
207207
topic: 'NLP',

0 commit comments

Comments
 (0)