Skip to content

Commit

Permalink
Merge branch 'master' into public-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
polossk committed Jan 6, 2023
2 parents 0be1aba + b15572f commit 3ff90f2
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
![Poster](poster.png)

![Status](https://img.shields.io/badge/status-complete-brightgreen.svg)
![Version](https://img.shields.io/badge/version-v1.8.3.0106-674EA7.svg)
![PhD-Thesis](https://img.shields.io/badge/PhD-Thesis-D11A2D.svg)
![Master-Thesis](https://img.shields.io/badge/Master-Thesis-1177B0.svg)
![TeX-Template](https://img.shields.io/badge/TeX-Template-3D6117.svg?style=flat-square)

[![License](https://img.shields.io/badge/license-GNU_General_Public_License_v3.0-blue.svg)](LICENSE)
![Version](https://img.shields.io/badge/version-v1.8.1.1206-674EA7.svg)

![Support-PhD--Thesis](https://img.shields.io/badge/Support-PhD--Thesis-D11A2D.svg)
![Support-Master--Thesis](https://img.shields.io/badge/Support-Master--Thesis-1177B0.svg)
![TeXLive2021](https://img.shields.io/badge/TeXLive-2021-3D6117.svg)
![TeXLive>=2021](https://img.shields.io/badge/TeXLive-%3E=2021-3D6117.svg)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4159248.svg)](https://doi.org/10.5281/zenodo.4159248)

[![](https://img.shields.io/github/last-commit/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis)](https://github.com/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis/zipball/master)
[![](https://img.shields.io/github/issues/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis)](https://github.com/x-magus/Yet-Another-LaTeX-Template-for-NPU-Thesis/issues)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4159248.svg)](https://doi.org/10.5281/zenodo.4159248)
[![](https://img.shields.io/github/issues/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis)](https://github.com/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis/issues)

这是在西北工业大学硕博研究生学位论文格式的要求下的一份 $\LaTeX$ 文档类模板,通过使用 `yanputhesis` 文档类来完成学位论文,也可直接在发布示例文件的基础上,修改章节标题,撰写内容,即可完成学位论文任务。

Expand Down Expand Up @@ -164,17 +166,15 @@

## Copyright

Use this code whatever you want, under the circumstances of acknowledging the
GPL license on this page below. Star this repository if you like, and it will be
very generous of you!
Use this code whatever you want, under the circumstances of acknowledging the GPL license on this page below. Star this repository if you like, and it will be very generous of you!

## License

Copyright (c) 2016-2022 *NWPU Metaphysics Office* <https://github.com/NWPUMetaphysicsOffice>
Copyright (c) 2016-2022 _NWPU Metaphysics Office_ <https://github.com/NWPUMetaphysicsOffice>

This repo is under the license of **GNU General Public License v3.0**. Check [license](LICENSE) for details.
This repo is under the license of **GNU General Public License v3.0**. Check the [license](https://github.com/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis/blob/master/LICENSE "license") for details.

The association *NWPU Metaphysics Office* is a club-like student group. The
The association _NWPU Metaphysics Office_ is a club-like student group. The
members are cfrpg, kidozh, njzwj, polossk, in alphabet order.

## 彩蛋
Expand Down
Binary file added release-helper/badges.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions release-helper/badges.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import os

badges_urls = [
r"https://img.shields.io/badge/status-complete-brightgreen.svg?style=flat-square",
r"https://img.shields.io/badge/PhD-Thesis-D11A2D.svg?style=flat-square",
r"https://img.shields.io/badge/Master-Thesis-1177B0.svg?style=flat-square",
r"https://img.shields.io/badge/TeX-Template-3D6117.svg?style=flat-square",
r"https://img.shields.io/badge/license-GNU_General_Public_License_v3.0-blue.svg?style=flat-square",
r"https://img.shields.io/badge/TeXLive-%3E=2021-3D6117.svg?style=flat-square",
r"https://img.shields.io/badge/version-v1.8.1.1206-674EA7.svg?style=flat-square",
r"https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4159248-blue.svg?style=flat-square"
]

for i, url in enumerate(badges_urls):
print(f"curl -o badge_{i:02d}.svg {url}")
os.system(f"curl -o badge_{i:02d}.svg {url}")
330 changes: 330 additions & 0 deletions release-helper/badges.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3ff90f2

Please sign in to comment.