Skip to content

Conversation

jiaojiaodubai
Copy link
Contributor

A software named "Cite Space" uses WOS tagged format as the default input format, so I added an export translator for this format.

@jiaojiaodubai jiaojiaodubai marked this pull request as draft May 17, 2025 10:09
@jiaojiaodubai jiaojiaodubai marked this pull request as ready for review May 17, 2025 10:20
if (itemType == 'conferencePaper') {
for (const tag of IMPORT_FIELD_MAP.place) {
if (tag != 'CL' && tag in record) {
item.setExtra('pubisher-palce', capitalizetitle(record[tag], true));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😓Oh, sorry for the typo.

issue: ['IS', 'SI'],
journalAbbreviation: ['JI', 'J9'],
language: ['LA', 'LS'],
libraryCatalog: ['FN'],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to WOS's document, the tag FN is corresponding to "File Name", shall we treat it as "libraryCatalog"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants