From f54d3776af1b58851288bab92d5cf4a5f3828013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AD=90=E8=BE=B0?= Date: Mon, 25 Apr 2022 18:38:26 +0800 Subject: [PATCH] Modify descriptive files. --- .gitignore | 16 ++++++++++++--- LICENSE | 41 +++++++++++++++++++------------------- makefiles/report.mk | 12 +++++------ report/4_midterm/README.md | 2 ++ 4 files changed, 42 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index 16e8101..b144777 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ -build -.idea -.vscode +/build +/.idea +/.vscode +*.pdf +*.out +*.log +*.aux +*.synctex.gz +*.blg +*.bbl +*.run.xml +*.toc +!/reference/* diff --git a/LICENSE b/LICENSE index 2b533a8..a11426a 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/makefiles/report.mk b/makefiles/report.mk index 369106a..4ba81bd 100644 --- a/makefiles/report.mk +++ b/makefiles/report.mk @@ -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 diff --git a/report/4_midterm/README.md b/report/4_midterm/README.md index 54dd8b2..c93d7ba 100644 --- a/report/4_midterm/README.md +++ b/report/4_midterm/README.md @@ -1,3 +1,5 @@ +***本文件仅供参考,最终报告是[midterm-report](https://github.com/OSH-2022/x-runikraft/blob/c908cadaa4614f89e02869ed30f80af4a23f15df/report/4_midterm/midterm.pdf)分支的`midterm-report.pdf`。*** + # 中期报告大纲 ## 1. 目录部分