Skip to content

Commit

Permalink
fix(data): Update journal abbr data
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Nov 16, 2023
1 parent 4f641ab commit 846e737
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 82 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### fixed

- 更新期刊缩写数据集,修复 <https://github.com/northword/zotero-format-metadata/issues/5#issuecomment-1814430857>

## [1.6.10] - 2023-11-03

### Fixed
Expand Down
10 changes: 10 additions & 0 deletions scripts/update-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@
## src\data\journal-abbr\jabref-abbr\journal-list-dots.ts
cd src/data/journal-abbr/jabref-abbr/
python generate-journal-list-dot.py
cd -

# src/data/journal-abbr/library-ubc-ca/journalAbbrData.ts
cd src/data/journal-abbr/library-ubc-ca/
python get-data-from-ubc.py
cd -

# merge
cd src/data/journal-abbr/
ts-node merge.ts
cd -
Loading

0 comments on commit 846e737

Please sign in to comment.