Skip to content

Commit 4c5ae1f

Browse files
authored
Merge pull request #10 from ufjfeng/master
增加可供引用的bibtex字段
2 parents 5585af2 + 43e17ba commit 4c5ae1f

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,28 @@
1818

1919
可以按如下方式进行引用:
2020

21-
Jindong Wang et al. Transfer Learning Tutorial. 2018.
21+
Jindong Wang et al. Transfer Learning Tutorial. 2018.
2222

2323
王晋东等. 迁移学习简明手册. 2018.
2424

25+
#### BibTeX
26+
27+
```
28+
@misc{WangTLTutorial2018,
29+
Author = {Jindon Wang et al.},
30+
Title = {Transfer Learning Tutorial},
31+
Url = {https://github.com/jindongwang/transferlearning-tutorial},
32+
Year = {2018},
33+
}
34+
35+
@misc{WangTLTutorial2018cn,
36+
Author = {王晋东等},
37+
Title = {迁移学习简明手册},
38+
Url = {https://github.com/jindongwang/transferlearning-tutorial},
39+
Year = {2018},
40+
}
41+
```
42+
2543
- - -
2644

2745
## 参与贡献方式
@@ -87,5 +105,5 @@ Jindong Wang et al. Transfer Learning Tutorial. 2018.
87105

88106
### 贡献者信息
89107

90-
- [@jindongwang](https://github.com/jindongwang) 王晋东,中国科学院计算技术研究所
91-
- [@Godblesswz](https://github.com/Godblesswz) 万震,重庆大学土木工程学院
108+
- [@jindongwang](https://github.com/jindongwang) 王晋东,中国科学院计算技术研究所
109+
- [@Godblesswz](https://github.com/Godblesswz) 万震,重庆大学土木工程学院

src/makepdf_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if [ -f $1.tex ];then
88
bibtex $1
99
xelatex $1
1010
xelatex $1
11-
rm *.lof *.lot *.out *.toc *.log *.aux *.bbl *.blg *.bak *.sav *.dvi *.gz
11+
rm *.lof *.lot *.out *.log *.aux *.bbl *.blg *.bak *.sav *.dvi *.gz
1212
fi

0 commit comments

Comments
 (0)