Changes for page Technical Stuff

Last modified by Alexander Schulz-Rosengarten on 2025/10/21 14:40

From version 20.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:24
Change comment: Renamed back-links.
To version 23.2
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:41
Change comment: Update document after refactoring.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -RTSYS.Rtsys Group Wiki.Writing Guides.Writing and Grading Theses.WebHome
1 +For Students.Writing and Grading Theses.WebHome
Content
... ... @@ -14,11 +14,11 @@
14 14  
15 15  * [[The Git book>>url:http://git-scm.com/book/||shape="rect"]]
16 16  * [[The excellent Git tutorial>>url:https://www.atlassian.com/git/tutorial||shape="rect"]], written by  the guys at Atlassian
17 -* The Git page in our KIELER Wiki: [[doc:Kieler.Development.Guidelines.Using Git.WebHome]]
17 +* The Git page in our KIELER Wiki: [[doc:KIELER.Development.Guidelines.Using Git.WebHome]]
18 18  
19 19  The main tex file for a thesis should be {{code language="none"}}<name of repository>.tex.{{/code}} E.g., the bachelor thesis of user xyz can be found in a repository named {{code language="none"}}xyz-bt{{/code}} [[in the Theses project of our GitLab system>>url:https://git.informatik.uni-kiel.de/ag-rtsys/theses||shape="rect"]], in a file named {{code language="none"}}xyz-bt.tex{{/code}}. If there is a talk to "defend" the thesis (Bachelor-Kolloquium, Disputation), the talk should also be included in this repository, and should be named {{code language="none"}}<name of repository>-talk.tex{{/code}} (e.g. {{code language="none"}}xyz-bt-talk.tex{{/code}}). In case your thesis should be made available on-line, the same names should be used, e.g.,{{code language="none"}} xyz.pdf{{/code}}.
20 20  
21 -See also the notes on [[preparing a paper>>doc:RTSYS.Rtsys Group Wiki.Writing Guides.Writing Papers.WebHome]], e.g. regarding which files should be kept in Git and which shouldn't.
21 +See also the notes on [[preparing a paper>>doc:Rtsys.Writing Papers.WebHome]], e.g. regarding which files should be kept in Git and which shouldn't.
22 22  
23 23  = Editor/IDE =
24 24