Home

Awesome

数据来源

只做数据的搬运工, 按照某些规则, 对数据进行筛选,去重等工作, 形成一张缩写对照表.

利用子模块

git submodule add https://github.com/JabRef/abbrv.jabref.org.git metadata
git submodule update --remote

git clone --recursive https://github.com/zoushucai/journalmerge.git

git submodule update --init --recursive

合并期刊简写

最后把 data.tsR/sysdata.rda 传给其他的仓库

说明

github action 脚本运行的步骤, 本质运行 bash ./main.sh

涉及的环境

安装 python 以后,还需再命令行安装其他软件

pip install -r requirements.txt

安装 R 以后, 还需要

install.packages(c("stringr", "tibble","data.table", "purrr"))