AIUB Thesis Template Official Updated
AIUB Thesis Template Official Updated
1
Abstract
(All candidates must edit this page )
The abstract should outline the main approach and findings of the thesis / software project and
normally must be between 300 and 800 words.
An abstract is a summary of your entire thesis and should provide a complete overview of the
thesis, including your key results and findings.
An abstract is different to your introduction, and shouldn’t be used to advertise your thesis — it
should provide enough information to allow readers to understand what they’ll learn by reading the
thesis.
Your abstract should answer the following questions:
As your abstract will have a word limit, you may be unable to answer every question in detail.
If you find yourself running out of words, make sure you include your key findings before other
information.
ii
Declaration by author
(All candidates to reproduce this section in their thesis verbatim)
This thesis is composed of our original work, and contains no material previously published or
written by another person except where due reference has been made in the text. We have clearly
stated the contribution of others to our thesis as a whole, including statistical assistance, survey design,
data analysis, significant technical procedures, professional editorial advice, financial support and
any other original research work used or reported in our thesis. The content of our thesis is the
result of work we have carried out since the commencement of Thesis / Software project.
We acknowledge that copyright of all material contained in my thesis resides with the copyright
holder(s) of that material. Where appropriate we have obtained copyright permission from the
copyright holder to reproduce material in this thesis and have sought permission from co-authors
for any jointly authored works included in the thesis.
iii
Approval
(All candidates must edit this page )
The thesis titled “Thesis title goes here” has been submitted to the following respected members of
the board of examiners of the department of computer science in partial fulfilment of the
requirements for the degree of Master of Science in Computer Science on (date of defence) and has
been accepted as satisfactory.
iv
Publications included in this thesis
If you choose to include publications as part of your thesis use this section to detail accepted or in
press publication(s) using the standard citation format for your discipline.
Papers submitted for publication and awaiting review should appear in the next section, Submitted
manuscripts included in this thesis.
If you have not included any of your publications in the thesis then state “No publications included”.
Example:
1. [Dum, 2021] Your Name, Co-author 1, and Final Author, Title of your paper, Journal, Issue,
Number, Year
2. [Dum, 2021] Your Name, Co-author 1, and Final Author, Title of your paper, Journal, Issue,
Number, Year
If you have no submitted manuscripts from your candidature then state “No manuscripts submitted for
publication”.
Example:
1. [Dum, 2021] Your Name, Co-author 1, and Final Author, Title of your paper, submitted to
Journal on 4th June 2018.
v
Other publications during candidature
List other publications arising during your candidature using the standard citation format for your
dis- cipline. Divide your publications into sub-sections as appropriate in your discipline e.g. peer-
reviewed papers, book chapters, conference abstracts. Papers submitted for publication and awaiting
review are not considered publications and cannot be included in this section.
If you have no publications from your candidature then state “No other publications”.
Example:
Conference abstracts
1. [Dum, 2021] Your Name, Co-author 1, and Final Author, Title of your conference paper,
Proceedings of Conference, other details.
Book chapters
1. [Dum, 2021] Your Name, Co-author 1, and Final Author, Title of your chapter, Book, editor,
etc..
If no human or animal subjects were involved in this research please state: “No animal or human
subjects were involved in this research”.
vi
Contributions by authors to the thesis
List the significant and substantial inputs made by different authors to this research, work and
writing represented and/or reported in the thesis. These could include significant contributions to:
the conception and design of the project; non-routine technical work; analysis and interpretation of
research data; drafting significant parts of the work or critically revising it so as to contribute to the
interpretation.
Full Name
Full Name
Full Name
Full Name
Contribution (%)
xx-xxxxx- xx-xxxxx- xx-xxxxx- xx-xxxxx-
x x x x
Conceptualization 100 %
Data curation 100 %
Formal analysis 100 %
Investigation 100 %
Methodology 100 %
Implementation 100 %
Validation 100 %
Theoretical derivations 100 %
Preparation of figures 100 %
Writing – original draft 100 %
Writing – review & 100 %
editing
If your task breakdown requires further clarification, do so here. Do not exceed a single page.
vii
Acknowledgments
Acknowledgements recognize those who have been instrumental in the completion of the project.
Acknowledgements should include any professional editorial advice received including the name of
the editor and a brief description of the service rendered.
viii
Keywords
Maximum 10 words; use lower case throughout, separating words/phrases with commas. For example:
word, word word, word, word, word word
ix
Table of Contents
TITLE OF THE RESEARCH---------------------------------------------------------------------------------------------------------------------------------I
ABSTRACT-------------------------------------------------------------------------------------------------------------------------------------------------- II
DECLARATION BY AUTHOR-------------------------------------------------------------------------------------------------------------------------------- III
APPROVAL------------------------------------------------------------------------------------------------------------------------------------------------- IV
PUBLICATIONS INCLUDED IN THIS THESIS---------------------------------------------------------------------------------------------------------------- V
SUBMITTED MANUSCRIPTS INCLUDED IN THIS THESIS--------------------------------------------------------------------------------------------------- V
OTHER PUBLICATIONS DURING CANDIDATURE---------------------------------------------------------------------------------------------------------- VI
Conference abstracts-----------------------------------------------------------------------------------------------------------------------------vi
Book chapters--------------------------------------------------------------------------------------------------------------------------------------vi
RESEARCH INVOLVING HUMAN OR ANIMAL SUBJECTS-------------------------------------------------------------------------------------------------- VI
CONTRIBUTIONS BY AUTHORS TO THE THESIS---------------------------------------------------------------------------------------------------------- VII
ACKNOWLEDGMENTS------------------------------------------------------------------------------------------------------------------------------------ VIII
KEYWORDS------------------------------------------------------------------------------------------------------------------------------------------------- IX
LIST OF TABLES-------------------------------------------------------------------------------------------------------------------------------------------XII
LIST OF ABBREVIATIONS AND SYMBOLS-------------------------------------------------------------------------------------------------------XIV
INTRODUCTION--------------------------------------------------------------------------------------------------------------------------------------------1
1.1 YOUR THESIS TOPIC-----------------------------------------------------------------------------------------------------------------------------1
LITERATURE REVIEW-------------------------------------------------------------------------------------------------------------------------------------3
2.1 INTRODUCTION----------------------------------------------------------------------------------------------------------------------------------3
METHODS--------------------------------------------------------------------------------------------------------------------------------------------------- 6
3.1 INTRODUCTION----------------------------------------------------------------------------------------------------------------------------------8
RESULTS OR FINDINGS---------------------------------------------------------------------------------------------------------------------------------- 9
4.1 INTRODUCTION----------------------------------------------------------------------------------------------------------------------------------9
DISCUSSION-----------------------------------------------------------------------------------------------------------------------------------------------12
5.1 INTRODUCTION--------------------------------------------------------------------------------------------------------------------------------12
CONCLUSION--------------------------------------------------------------------------------------------------------------------------------------------- 14
BIBLIOGRAPHY-------------------------------------------------------------------------------------------------------------------------------------------16
APPENDIX------------------------------------------------------------------------------------------------------------------------------------------------- 18
A.1 NAME OF APPENDIX-1-----------------------------------------------------------------------------------------------------------------------18
EXAMPLE OF CITATIONS------------------------------------------------------------------------------------------------------------------------------21
EXAMPLE OF EQUATIONS---------------------------------------------------------------------------------------------------------------------------- 23
EXAMPLE OF FIGURES---------------------------------------------------------------------------------------------------------------------------------25
EXAMPLE OF TABLES----------------------------------------------------------------------------------------------------------------------------------- 27
EXAMPLE OF ALGORITHM PROCEDURE----------------------------------------------------------------------------------------------------------30
EXAMPLE OF CODE------------------------------------------------------------------------------------------------------------------------------------- 33
G.1 FIND THE GREATEST NUMBER FROM A LIST OF NUMBERS IN PYTHON--------------------------------------------------------------------33
x
List of Figures
xi
List of Tables
xii
List of Abbreviations and Symbols
Mention all the abbreviations and the different symbols that is used in this document.
Abbreviations
CS Computer Science
CSE Computer Science and Engineering
NN Neural Network
HCI Human Computer Interaction
NLP Natural Language Processing
etc. etc.
Symbols
ρˆ Density operator
® Convolution
etc. etc.
xiii
Chapter 1
Introduction
This chapter is critical as it is the first thing that the examiner will read and it is therefore important
to make a good first impression. A sample structure of writing a thesis introduction is given bellow.
1. Capture reader’s interest - Initially you need to capture the reader’s attention with a
discussion of a broader theme relating to your research. To add impact draw on research, data and
quotations from international or national professional bodies, governmental organisations or key
authors on the topic of study.
3. Specific objectives – You must then sell your idea for undertaking the research topic, demonstrat-
ing the main reasons why the research will make a significant contribution to the current body of
research. This can be achieved by demonstrating a gap or limitation with existing research,
then showing how your research will resolve this.
4. List your research questions - You need to include a list of research questions that is going to
be answered through the findings of this research. Generally, three or four overarching
research objectives should be pointed out as research questions.
5. Provide an overview of the forthcoming chapters - The final part of the introduction should
provide a glimpse of the structure of your thesis book and also an overview of the rest of the
chapters.
1
2
Chapter 2
Literature review
The literature review should provide a more detailed analysis of research in the field, and present more
specific aims or hypotheses for your research. What’s expected for a literature review varies depending
on your program – a Master’s thesis requires a more extensive literature review than a BSC thesis.
2.1 Introduction
Add your text here.
3
4
5
Chapter 3
Methods
A possible structure for your methods section is to include an introduction that provides a
justification and explanation of the methodological approach you chose, followed by relevant sub-
sections. Some standard sub-sections of a methods chapter include:
1. Design
2. Participants
3. Materials
4. Procedures
How the methods section is structured can depend on your discipline, so consult your thesis
supervisor for ideas for structure.
Regardless of structure, the methods section should explain:
1. how you collected and analysed your data – you only need to include enough detail that
another expert in the field could repeat what you’ve done (you don’t have to detail field
standard techniques or tests)
3. how this data will help you to answer your research questions
3.1 Introduction
Add your text here.
8
Chapter 4
Results or findings
1. specify the data you collected and how it was were prepared for analysis
2. describe the data analysis (e.g. define the type of statistical test that was applied to the data)
4.1 Introduction
Add your text here.
9
10
11
Chapter 5
Discussion
2. compare, contrast and relate your results back to theory or the findings of other studies
4. identify any limitations to your research and any questions that your research was unable to
answer
6. If you find that your research ends up in a different direction to what you intended, it can help
to explicitly acknowledge this and explain why in this section.
5.1 Introduction
Add your text here.
12
13
14
Chapter 6
Conclusion
2. emphasise that you’ve met your research aims. A good strategy is to repeat your research
questions and demonstrate how your findings answer them.
3. restate the limitations of your research and make suggestions for further research.
In some cases, the discussion and conclusion sections can be combined. Check with your supervisor if
you want to combine these sections. your conclusion chapter should not exceed two pages.
15
16
Bibliography
[Hasan et al., 2013] Hasan, K. T., Abdullah, S. S., Ahmed, R., and Giunchiglia, F. (2013). The
history of temporal data visualization and a proposed event centric timeline visualization model.
International Journal of Computer Applications, 70(27).
[Hasan et al., 2021] Hasan, K. T., Rahman, M. M., Ahmmed, M. M., Chowdhury, A. A., and Islam,
M. K. (2021). 4p model for dynamic prediction of covid-19: a statistical and machine learning
approach. Cognitive Computation, pages 1–14.
[Nandi et al., 2012] Nandi, D., Hamilton, M., and Harland, J. (2012). Evaluating the quality of
interaction in asynchronous discussion forums in fully online courses. Distance education, 33(1):5–
30.
[Nandi et al., 2011] Nandi, D., Hamilton, M., Harland, J., and Warburton, G. (2011). How active
are students in online discussion forums? In Proceedings of the Thirteenth Australasian
Computing Education Conference-Volume 114, pages 125–134.
17
18
19
Appendix A
Appendix
20
21
22
Appendix B
Example of Citations
23
24
25
Appendix C
Example of Equations
The well known Pythagorean theorem x2 + y2 = z2 was proved to be invalid for other exponents.
Meaning the next equation has no integer solutions:
xn + yn = zn
The ampersand character & determines where the equations align. Let’s check a more complex
example:
E = mc2
discovered in 1905 by Albert Einstein. In natural units (c = 1), the formula expresses the identity
E=m (C.1)
∑ 2−n = 1 (C.3)
n=1
26
µ(t, u, v, w) dt dudvdw (C.4)
V
27
28
Appendix D
Example of Figures
29
APPENDIX D. EXAMPLE OF FIGURES
30
Appendix E
Example of Tables
Number Name
1 Faculty of Science and Technology (FST)
2 Faculty of Engineering (FE)
3 Faculty of Business Administration (FBA)
4 Faculty of Arts and Social Sciences (FASS)
One Two Three Four Five Six Seven Eight Nine Ten Eleven Twelve Thirteen Fourteen
1.111 2.222 3.333 4.444 5.555 6.666 7.777 8.888 9.999 0.000 1.111 2.222 3.333 4.444
31
32
33
Appendix F
10 else
11 Do the rest
/* Now this is a While loop */
12 while Condition do
13 Do something
34
35
Appendix G
Example of Code
a=[1,2,3,4,6,7,99,88,999]
max= 0
for i in a:
if i > max:
max=i
print(max)
36
37
End quote goes here.
38