Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Modify descriptive files.
Browse files Browse the repository at this point in the history
  • Loading branch information
u8cat committed Apr 25, 2022
1 parent ae1d587 commit f54d377
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 29 deletions.
16 changes: 13 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
build
.idea
.vscode
/build
/.idea
/.vscode
*.pdf
*.out
*.log
*.aux
*.synctex.gz
*.blg
*.bbl
*.run.xml
*.toc
!/reference/*
41 changes: 21 additions & 20 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
BSD 3-Clause “New” or “Revised” License
BSD 3-Clause License

USTC 011705 (OSH) Course Project of Runikraft Group

Copyright (C) 2022 吴骏东, 张子辰, 蓝俊玮, 郭耸霄 and 陈建绿
Copyright (c) 2022, 吴骏东, 张子辰, 蓝俊玮, 郭耸霄 and 陈建绿
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12 changes: 6 additions & 6 deletions makefiles/report.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ all: research-report.pdf feasibility-report.pdf
../runikraft-report.cls: $(REPORT_ROOT_DIR)/runikraft-report.cls
cp $(REPORT_ROOT_DIR)/runikraft-report.cls ../runikraft-report.cls

research-report.pdf: $(REPORT_ROOT_DIR)/11_research/research-report.tex ../runikraft-report.cls
env TEXINPUTS=$(REPORT_ROOT_DIR)/11_research:$$TEXINPUTS $(TEX) $(TEX_FLAGS) $(REPORT_ROOT_DIR)/11_research/research-report.tex
research-report.pdf: $(REPORT_ROOT_DIR)/2_research/research-report.tex ../runikraft-report.cls
env TEXINPUTS=$(REPORT_ROOT_DIR)/2_research:$$TEXINPUTS $(TEX) $(TEX_FLAGS) $(REPORT_ROOT_DIR)/2_research/research-report.tex

feasibility-report.bib: $(REPORT_ROOT_DIR)/20_feasibility/feasibility-report.bib
cp $(REPORT_ROOT_DIR)/20_feasibility/feasibility-report.bib feasibility-report.bib
feasibility-report.bib: $(REPORT_ROOT_DIR)/3_feasibility/feasibility-report.bib
cp $(REPORT_ROOT_DIR)/3_feasibility/feasibility-report.bib feasibility-report.bib

feasibility-report.pdf: $(REPORT_ROOT_DIR)/20_feasibility/feasibility-report.tex feasibility-report.bib ../runikraft-report.cls
env TEXINPUTS=$(REPORT_ROOT_DIR)/20_feasibility:$$TEXINPUTS $(TEX) $(TEX_FLAGS) $(REPORT_ROOT_DIR)/20_feasibility/feasibility-report.tex
feasibility-report.pdf: $(REPORT_ROOT_DIR)/3_feasibility/feasibility-report.tex feasibility-report.bib ../runikraft-report.cls
env TEXINPUTS=$(REPORT_ROOT_DIR)/3_feasibility:$$TEXINPUTS $(TEX) $(TEX_FLAGS) $(REPORT_ROOT_DIR)/3_feasibility/feasibility-report.tex
2 changes: 2 additions & 0 deletions report/4_midterm/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
***本文件仅供参考,最终报告是[midterm-report](https://github.com/OSH-2022/x-runikraft/blob/c908cadaa4614f89e02869ed30f80af4a23f15df/report/4_midterm/midterm.pdf)分支的`midterm-report.pdf`***

# 中期报告大纲

## 1. 目录部分
Expand Down

0 comments on commit f54d377

Please sign in to comment.