---
author: B. A. Sylla
category: Howto
date: 9025-05-15
language: de
tags: Scientific Paper, Computer Science
---
Howto - Wie man ein wissenschaftliches Paper in Informatik strukturiert
=======================================================================
TODO: An folgenden Papers orientieren:
- [FOGA: Flag Optimization with Genetic Algorithm](https://arxiv.org/abs/2105.07202)
- [A Three-Stage Genetic Algorithm for Compiler Flag and Library Version Selection to Minimize Execution Time](https://gpbib.cs.ucl.ac.uk/gi2025/chan_2025_GI.pdf)
- [Compiler Optimization: A Genetic Algorithm Approach](https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=aed8e61236b3125327d7476aef3e1c6b334fdbe4)
## Typische Strukturierung
TODO
- **Vorspann:** Das sind Metainfos vor dem eigentlichen Text.
- **Title:** TODO
- **Authors:** TODO: Vorname+Nachname reicht, geht auch mit Initialen B. A. Sylla, Organisation optional, Email optional, ORCID-ID meistens optional: ist kostenlos, manche Journale verlangen sie
- **Abstract:** TODO
- **Keywords:** TODO
- **Text:** Der eigentliche Text des Papers ist in Abschnitte mit Titeln unterteilt.
- **Introduction:** TODO
- **Related Work:** TODO
- **Method / (Proposed) Algorithm:** TODO
- **Experiments / Test Results:** TODO
- **Conclusion / Challenges and Future Work:** TODO
- **Acknowledgements (optional):** TODO
- **Anhänge**
- **References:** TODO
TODO