27 lines
1.3 KiB
Typst
27 lines
1.3 KiB
Typst
#import "../requirements.typ": isc-hei-bthesis
|
|
#import isc-hei-bthesis: *
|
|
|
|
// Get the proper title for acknowledgements if not written in English
|
|
#page-title(context i18n(inc.global-language.get(), "acknowledgements"))
|
|
|
|
#v(1fr)
|
|
|
|
I would like to thank my supervisor Prof. Dr Dimi Racordon for her insights, her unwavering encouragement and for accompanying me along this endeavour.
|
|
|
|
Many thanks to Prof. Dr Pierre-André Mudry who was quick to recognize the great potential of Typst and provided the template used for this report.
|
|
|
|
Finally, I am grateful to my family for supporting me in my academic career and accommodating our vacation plans so that I could complete this bachelor thesis.
|
|
|
|
/*
|
|
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) |