Skip to content

Commit 0f0d47b

Browse files
docs: http → https
1 parent b86ba69 commit 0f0d47b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+81
-81
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Here is an example of such a notice and statement:
358358
% conditions of the LaTeX Project Public License, either version 1.3
359359
% of this license or (at your option) any later version.
360360
% The latest version of this license is in
361-
% http://www.latex-project.org/lppl.txt
361+
% https://www.latex-project.org/lppl.txt
362362
% and version 1.3 or later is part of all distributions of LaTeX
363363
% version 2005/12/01 or later.
364364
%

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
**有关 BIThesis 提供的配置选项和命令,请参阅 BIThesis 的模板使用手册。👇**
2121

22-
[![BIThesis Documentation](https://img.shields.io/badge/bithesis-Documentation-008080?logo=LaTeX&labelColor=2b2b2b&style=for-the-badge)](http://mirrors.ctan.org/macros/unicodetex/latex/bithesis/bithesis.pdf)
22+
[![BIThesis Documentation](https://img.shields.io/badge/bithesis-Documentation-008080?logo=LaTeX&labelColor=2b2b2b&style=for-the-badge)](https://mirrors.ctan.org/macros/unicodetex/latex/bithesis/bithesis.pdf)
2323

2424
_(此文档已被包含在 [Releases][releases] 的文件中)_
2525

@@ -42,7 +42,7 @@ BIThesis 是针对北京理工大学本科生毕业设计论文、研究生学
4242
> 研究生院在 2024-03-20 发布了新的研究生模板,本项目已经根据最新模板更新,请同学们使用 v3.7.0 及以上的 BIThesis 模板。
4343
4444
> [!NOTE]
45-
> 本项目获得了[北京理工大学研究生院](https://grd.bit.edu.cn/xwgz/xwgz2/wjxz_xwgz/b117824.htm)[北京理工大学教务部](http://jwb.bit.edu.cn/)[北京理工大学计算机学院](http://cs.bit.edu.cn/) 的认可、背书与大力支持。详见:[致谢 - 官方赞助](https://bithesis.bitnp.net/guide/acknowledgements.html#%E5%AE%98%E6%96%B9%E8%B5%9E%E5%8A%A9-official-sponsors)
45+
> 本项目获得了[北京理工大学研究生院](https://grd.bit.edu.cn/xwgz/xwgz2/wjxz_xwgz/b117824.htm)[北京理工大学教务部](https://jwb.bit.edu.cn/)[北京理工大学计算机学院](https://cs.bit.edu.cn/) 的认可、背书与大力支持。详见:[致谢 - 官方赞助](https://bithesis.bitnp.net/guide/acknowledgements.html#%E5%AE%98%E6%96%B9%E8%B5%9E%E5%8A%A9-official-sponsors)
4646
4747
> [!WARNING]
4848
> 重要提示:建议 macOS 用户使用最新版的 [texlive 2023或以上版本](https://www.tug.org/mactex/mactex-download.html),否则可能会遇到参考文献被查重的情况。详见 https://github.com/BITNP/BIThesis/issues/326

bithesis-doc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
\BIThesisLaTeX 目前支持使用 {\hologo{XeLaTeX}} 进行编译,
7171
使用以 biber 为后端的 BibLaTeX 进行参考文献的生成,
7272
符合《信息与文献参考文献著录规则》
73-
\href{http://openstd.samr.gov.cn/bzgk/gb/newGbInfo?hcno=7FA63E9BBA56E60471AEDAEBDE44B14C}{GB/T 7714—2015})
73+
\href{https://openstd.samr.gov.cn/bzgk/gb/newGbInfo?hcno=7FA63E9BBA56E60471AEDAEBDE44B14C}{GB/T 7714—2015})
7474
的标准。
7575

7676
目前,\BIThesisLaTeX 主要设计完成了
@@ -1260,7 +1260,7 @@ \subsubsection{攻读学位期间发表论文与研究成果清单选项}
12601260

12611261
\item 在发表时间顺序上微调,把个别的提到最前——保留默认的 |true|,同时在 |*.bib| 文件中给个别项加上 |sortkey| 字段。
12621262

1263-
具体例子可参考 \href{https://github.com/BITNP/BIThesis/discussions/407#discussioncomment-8630685}{GitHub Discussion \#407},详细解释可参考 \href{http://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-gb7714-2015/biblatex-gb7714-2015.pdf}{biblatex-gb7714-2015 宏包手册(中文)}或 \href{http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf}{biblatex 宏包手册(英文)}。
1263+
具体例子可参考 \href{https://github.com/BITNP/BIThesis/discussions/407#discussioncomment-8630685}{GitHub Discussion \#407},详细解释可参考 \href{https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-gb7714-2015/biblatex-gb7714-2015.pdf}{biblatex-gb7714-2015 宏包手册(中文)}或 \href{https://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf}{biblatex 宏包手册(英文)}。
12641264
\end{itemize}
12651265

12661266
\textit{注意,如果编译后编号产生错误,

bithesis.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
% conditions of the LaTeX Project Public License, either
99
% version 1.3c of this license or (at your option) any later
1010
% version. This version of this license is in
11-
% http://www.latex-project.org/lppl/lppl-1-3c.txt
11+
% https://www.latex-project.org/lppl/lppl-1-3c.txt
1212
% and the latest version of this license is in
13-
% http://www.latex-project.org/lppl.txt
13+
% https://www.latex-project.org/lppl.txt
1414
% and version 1.3 or later is part of all distributions of
1515
% LaTeX version 2020/11/27 or later.
1616
%

bithesis.ins

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
%% conditions of the LaTeX Project Public License, either
77
%% version 1.3c of this license or (at your option) any later
88
%% version. This version of this license is in
9-
%% http://www.latex-project.org/lppl/lppl-1-3c.txt
9+
%% https://www.latex-project.org/lppl/lppl-1-3c.txt
1010
%% and the latest version of this license is in
11-
%% http://www.latex-project.org/lppl.txt
11+
%% https://www.latex-project.org/lppl.txt
1212
%% and version 1.3 or later is part of all distributions of
1313
%% LaTeX version 2020/11/27 or later.
1414
%%
@@ -30,9 +30,9 @@
3030
conditions of the LaTeX Project Public License, either
3131
version 1.3c of this license or (at your option) any later
3232
version. This version of this license is in
33-
http://www.latex-project.org/lppl/lppl-1-3c.txt
33+
https://www.latex-project.org/lppl/lppl-1-3c.txt
3434
and the latest version of this license is in
35-
http://www.latex-project.org/lppl.txt
35+
https://www.latex-project.org/lppl.txt
3636
and version 1.3 or later is part of all distributions of
3737
LaTeX version 2020/11/27 or later.
3838

handbook/reference/main.bib

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ @TechReport{NPB2
209209
year = 1995,
210210
month = dec # {~05},
211211
institution = {The Pennsylvania State University CiteSeer Archives},
212-
url = {http://www.nasa.org/}
212+
url = {https://www.nasa.org/}
213213
}
214214

215215
@INPROCEEDINGS{DPMG,
@@ -300,19 +300,19 @@ @phdthesis{bai2008
300300
}
301301

302302

303-
%萧钰.出版业信息化迈人快车道[EB/OL]. (2001-12-19)[2002-04-15]. http://www.creader.com/news/20011219/200112190019.html.
303+
%萧钰.出版业信息化迈人快车道[EB/OL]. (2001-12-19)[2002-04-15]. https://www.creader.com/news/20011219/200112190019.html.
304304
@MISC{xiaoyu2001,
305305
author = {萧钰},
306306
title = {出版业信息化迈人快车道},
307307
year = {2001},
308308
TypeofLit = {EB/OL},
309309
modifydate = {2001-12-19},
310310
citedate = {2002-04-15},
311-
url = {http://www.creader.com/news/20011219/200112190019.html},
311+
url = {https://www.creader.com/news/20011219/200112190019.html},
312312
language = {Chinese},
313313
}
314314

315-
% CHRISTINE M. Plant physiology: plant biology in the Genome Era[J/OL]. Science, 1998, 281:331-332[1998-09-23]. http://www.sciencemag.org/cgi/collection/anatmorp.
315+
% CHRISTINE M. Plant physiology: plant biology in the Genome Era[J/OL]. Science, 1998, 281:331-332[1998-09-23]. https://www.sciencemag.org/cgi/collection/anatmorp.
316316
% 在线析出文献
317317
@article{CHRISTINE1998,
318318
author = {Christine, Mlot},
@@ -323,5 +323,5 @@ @article{CHRISTINE1998
323323
year = {1998},
324324
TypeofLit = {J/OL},
325325
citedate = {1998-09-23},
326-
url = {http://www.sciencemag.org/cgi/collection/anatmorp},
326+
url = {https://www.sciencemag.org/cgi/collection/anatmorp},
327327
}

templates/graduate-thesis/chapters/abstract.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
% conditions of the LaTeX Project Public License, either version 1.3
88
% of this license or (at your option) any later version.
99
% The latest version of this license is in
10-
% http://www.latex-project.org/lppl.txt
10+
% https://www.latex-project.org/lppl.txt
1111
% and version 1.3 or later is part of all distributions of LaTeX
1212
% version 2005/12/01 or later.
1313
%

templates/graduate-thesis/chapters/chapter1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
% conditions of the LaTeX Project Public License, either version 1.3
88
% of this license or (at your option) any later version.
99
% The latest version of this license is in
10-
% http://www.latex-project.org/lppl.txt
10+
% https://www.latex-project.org/lppl.txt
1111
% and version 1.3 or later is part of all distributions of LaTeX
1212
% version 2005/12/01 or later.
1313
%

templates/graduate-thesis/chapters/chapter2.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
% conditions of the LaTeX Project Public License, either version 1.3
88
% of this license or (at your option) any later version.
99
% The latest version of this license is in
10-
% http://www.latex-project.org/lppl.txt
10+
% https://www.latex-project.org/lppl.txt
1111
% and version 1.3 or later is part of all distributions of LaTeX
1212
% version 2005/12/01 or later.
1313
%

templates/graduate-thesis/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
% conditions of the LaTeX Project Public License, either version 1.3
88
% of this license or (at your option) any later version.
99
% The latest version of this license is in
10-
% http://www.latex-project.org/lppl.txt
10+
% https://www.latex-project.org/lppl.txt
1111
% and version 1.3 or later is part of all distributions of LaTeX
1212
% version 2005/12/01 or later.
1313
%

0 commit comments

Comments
 (0)