Skip to content

Commit 4e00d2f

Browse files
jiaojiaodubaiactions-user
authored andcommitted
update Wanfang, close #681; update WOS Tagged Format
1 parent d050673 commit 4e00d2f

4 files changed

Lines changed: 21 additions & 14 deletions

File tree

Wanfang Data.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"inRepository": true,
1010
"translatorType": 4,
1111
"browserSupport": "gcsibv",
12-
"lastUpdated": "2025-07-11 03:58:04"
12+
"lastUpdated": "2025-09-19 16:19:33"
1313
}
1414

1515
/*
@@ -303,7 +303,6 @@ async function scrapePage(doc, type, id) {
303303
newItem.attachments.push({
304304
url: encodeURI('https://oss.wanfangdata.com.cn/www/'
305305
+ `${doc.title}.ashx?`
306-
+ 'isread=true'
307306
+ `&type=${attachmentType}`
308307
+ `&resourceId=${id}`),
309308
title: 'Full Text PDF',

Web of Science Tagged.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"inRepository": true,
1414
"translatorType": 3,
15-
"lastUpdated": "2025-07-04 14:41:41"
15+
"lastUpdated": "2025-09-09 16:38:04"
1616
}
1717

1818
/*
@@ -304,6 +304,9 @@ function saveRecord(record) {
304304
}
305305
}
306306
}
307+
else if (field == 'DOI') {
308+
value = ZU.cleanDOI(value);
309+
}
307310
else if (field == 'filingDate') {
308311
value = ZU.strToISO(value);
309312
}

data/dashboard.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11554,7 +11554,7 @@
1155411554
"trends": [
1155511555
{
1155611556
"author": "jiaojiaodubai",
11557-
"date": "2025-09-01 03:43:31 +0800",
11557+
"date": "2025-08-31 19:43:53 +0000",
1155811558
"message": "fix #647; fix #665; clean"
1155911559
},
1156011560
{
@@ -15755,7 +15755,7 @@
1575515755
"inRepository": true,
1575615756
"translatorType": 4,
1575715757
"browserSupport": "gcsibv",
15758-
"lastUpdated": "2025-07-11 03:58:04"
15758+
"lastUpdated": "2025-09-19 16:19:33"
1575915759
},
1576015760
"testCases": [
1576115761
{
@@ -16312,6 +16312,11 @@
1631216312
],
1631316313
"zhLabel": "万方",
1631416314
"trends": [
16315+
{
16316+
"author": "jiaojiaodubai",
16317+
"date": "2025-09-19 16:23:02 +0800",
16318+
"message": "update Wanfang, close #681; update WOS Tagged Format"
16319+
},
1631516320
{
1631616321
"author": "jiaojiaodubai",
1631716322
"date": "2025-07-11 12:00:03 +0800",
@@ -16321,11 +16326,6 @@
1632116326
"author": "jiaojiaodubai",
1632216327
"date": "2025-06-19 15:36:14 +0000",
1632316328
"message": "fix index error"
16324-
},
16325-
{
16326-
"author": "jiaojiaodubai",
16327-
"date": "2025-06-13 05:53:06 +0000",
16328-
"message": "fix unavailable type and id"
1632916329
}
1633016330
]
1633116331
},
@@ -24733,7 +24733,7 @@
2473324733
},
2473424734
"inRepository": true,
2473524735
"translatorType": 3,
24736-
"lastUpdated": "2025-07-04 14:41:41"
24736+
"lastUpdated": "2025-09-09 16:38:04"
2473724737
},
2473824738
"testCases": [
2473924739
{
@@ -25487,7 +25487,12 @@
2548725487
"trends": [
2548825488
{
2548925489
"author": "jiaojiaodubai",
25490-
"date": "2025-09-01 03:43:31 +0800",
25490+
"date": "2025-09-19 16:23:02 +0800",
25491+
"message": "update Wanfang, close #681; update WOS Tagged Format"
25492+
},
25493+
{
25494+
"author": "jiaojiaodubai",
25495+
"date": "2025-08-31 19:43:53 +0000",
2549125496
"message": "fix #647; fix #665; clean"
2549225497
}
2549325498
]

data/translators.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@
289289
},
290290
"Wanfang Data.js": {
291291
"label": "万方",
292-
"lastUpdated": "2025-07-11 03:58:04"
292+
"lastUpdated": "2025-09-19 16:19:33"
293293
},
294294
"Wanfang Med.js": {
295295
"label": "万方医疗",
296296
"lastUpdated": "2025-04-08 06:03:31"
297297
},
298298
"Web of Science Tagged.js": {
299299
"label": "Web of Science Tagged",
300-
"lastUpdated": "2025-07-04 14:41:41"
300+
"lastUpdated": "2025-09-09 16:38:04"
301301
},
302302
"Weixin.js": {
303303
"label": "微信",

0 commit comments

Comments
 (0)