s-ccs/2025_FaPra_cVEP
GitHub: s-ccs/2025_FaPra_cVEP
一个为 Julia 科学计算项目设计的学术论文学术研究项目模板,包含标准化的文件夹结构和科研工作流规范。
Stars: 0 | Forks: 0
# **硕士论文:** 关于本科论文 GIT 模板的模拟
**作者:** *Benedikt Ehinger*
**导师:** *导师 1*, *导师 2*
**年份:** *2022*
## 项目描述
## Zotero 库路径
## 新生指南
## 文件夹结构概览
```
│projectdir <- Project's main folder. It is initialized as a Git
│ repository with a reasonable .gitignore file.
│
├── report <- **Immutable and add-only!**
│ ├── proposal <- Proposal PDF
│ ├── thesis <- Final Thesis PDF
│ ├── talks <- PDFs (and optionally pptx etc) of the Intro,
| | Midterm & Final-Talk
|
├── _research <- WIP scripts, code, notes, comments,
│ | to-dos and anything in an alpha state.
│
├── plots <- All exported plots go here, best in date folders.
| | Note that to ensure reproducibility it is required that all plots can be
| | recreated using the plotting scripts in the scripts folder.
|
├── notebooks <- Pluto, Jupyter, Weave or any other mixed media notebooks.*
│
├── scripts <- Various scripts, e.g. simulations, plotting, analysis,
│ │ The scripts use the `src` folder for their base code.
│
├── src <- Source code for use in this project. Contains functions,
│ structures and modules that are used throughout
│ the project and in multiple scripts.
│
├── test <- Folder containing tests for `src`.
│ └── runtests.jl <- Main test file
│ └── setup.jl <- Setup test environment
│
├── README.md <- Top-level README. A fellow student needs to be able to
| | continue your project. Think about her!!
|
├── .gitignore <- focused on Julia, but some Matlab things as well
│
├── (Manifest.toml) <- Contains full list of exact package versions used currently.
|── (Project.toml) <- Main project file, allows activation and installation.
└── (Requirements.txt)<- in case of python project - can also be an anaconda file, MakeFile etc.
```
\*您可以删除 *notebooks* 文件夹并将其整合到 scripts 文件夹中,而不必单独使用它。但是, notebooks 应始终通过在文件名前添加 `nb_` 来标记。
标签:DNS解析, EdTech, Gitignore, Git模板, Julia语言, Jupyter, LaTeX, Linux 内核安全, MSc-Thesis, Pluto笔记本, PPID欺骗, 代码复用, 代码示例, 可复现研究, 学士学位论文, 学术模板, 安全可观测性, 开源项目, 教育技术, 数据分析, 文件夹结构, 版本控制, 理学硕士, 研究指南, 科学计算, 科研工作流, 网络安全研究, 脚本管理, 论文写作, 逆向工具, 项目管理