18 lines
847 B
Typst
18 lines
847 B
Typst
#import "@preview/isc-hei-bthesis:0.8.1" : *
|
|
|
|
// Get the proper title for acknowledgements if not written in English
|
|
#page-title(context i18n(inc.global-language.get(), "acknowledgements"))
|
|
|
|
#v(1fr)
|
|
|
|
The *Acknowledgements* section of a bachelor thesis is where you express gratitude to those who supported you during your research and writing process. It is an *OPTIONAL* section. It may include:
|
|
|
|
- Academic supervisors or advisors who provided guidance.
|
|
- Professors or instructors who offered feedback or resources.
|
|
- Family and friends for emotional or practical support.
|
|
- Institutions or organizations that provided funding, facilities, or data.
|
|
- Anyone else who contributed significantly to your work.
|
|
|
|
Keep this section concise and sincere. It is typically placed after the abstract and before the main content of your thesis.
|
|
|
|
#v(1fr) |