Title of The Project Report: Bachelor of Science in Computer Science and Engineering
Title of The Project Report: Bachelor of Science in Computer Science and Engineering
of
by
Supervisor Name
SPRING 2021
© First Author Name and Second Author Name
All rights reserved
DECLARATION
We declare that this capstone project report entitled Title of the Project Report is the
result of our own work except as cited in the references. The capstone project
report has not been accepted for any degree and is not concurrently submitted in
candidature of any other degree.
iii
Department of Computer Science and Engineering
University of Liberal Arts Bangladesh
Mohammadpur, Dhaka - 1207
CERTIFICATE
This is to certify that the capstone project report entitled Title of the Project Re-
port, submitted by First Author Name (Student ID: 153014000) and Second Au-
thor Name (Student ID: 153015000) are undergraduate students of the Department
of Computer Science and Engineering has been examined. Upon recommenda-
tion by the examination committee, we hereby accord our approval of it as the
presented work and submitted report fulfill the requirements for its acceptance
in partial fulfillment for the degree of Bachelor of Science in Computer Science and
Engineering.
Supervisor Name
Assistant Professor
Place: Dhaka
Date: February 2, 2021
iv
ACKNOWLEDGEMENTS
We would like to express our deep and sincere gratitude to our research supervi-
sor, Supervisor Name, for allowing us to conduct research and providing invaluable
guidance throughout this work. His dynamism, vision, sincerity and motivation
have deeply inspired us. He has taught us the methodology to carry out the work
and to present the works as clearly as possible. It was a great privilege and honour
to work and study under his guidance.
We are greatly indebted to our honourable teachers of the Department of Com-
puter Science and Engineering at the University of Liberal Arts Bangladesh who
taught us during our study. Without any doubt, their teaching and guidance have
completely transformed us to the persons that we are today.
We are extremely thankful to our parents for their unconditional love, endless
prayers and caring, and immense sacrifices for educating and preparing us for our
future. We would like to say thanks to our friends and relatives for their kind
support and care.
Finally, we would like to thank all the people who have supported us to com-
plete the project work directly or indirectly.
v
To my mother
FA Mother name
and father
FA Father name
To my mother
SA Mother name
and father
SA Father name
vii
Contents
1 Introduction 1
1.1 Historical observations . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Climate of Mars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
3 Proposed Method 8
4 Experimental Results 9
5 Conclusion 10
Bibliography 11
viii
List of Figures
ix
List of Tables
x
Chapter 1
Introduction
Mars is the fourth planet from the Sun and the second-smallest planet in the Solar
System, being larger than only Mercury. In English, Mars carries the name of the
Roman god of war and is often referred to as the ”Red Planet”.The latter refers to
the effect of the iron oxide prevalent on Mars’s surface, which gives it a reddish ap-
pearance distinctive among the astronomical bodies visible to the naked eye. Mars
is a terrestrial planet with a thin atmosphere, with surface features reminiscent of
the impact craters of the Moon and the valleys, deserts and polar ice caps of Earth.
Figure 1.1 shows a photo of Planet Mars.
Figure 1.1: Pictured of the Planet Mars in natural color captured in 2007.
The orbit of every planet is an ellipse with the Sun at one of the two foci. Math-
ematically, an ellipse can be represented by the Eq. (1.1).
p
r= (1.1)
1 + ε cos θ
1
where p is the semi-latus rectum, ε is the eccentricity of the ellipse, r is the dis-
tance from the Sun to the planet, and θ is the angle to the planet’s current position
from its closest approach, as seen from the Sun. So (r, θ ) are polar coordinates.
For an ellipse 0 < ε < 1; in the limiting case ε = 0, the orbit is a circle with the
Sun at the centre (i.e. where there is zero eccentricity).
Figure 1.2: Galileo Galilei, first person to see Mars via telescope in 1610.
2
1.2 Climate of Mars
The climate of Mars has been a topic of scientific curiosity for centuries, in part
because it is the only terrestrial planet whose surface can be directly observed in
detail from the Earth with help from a telescope.
Although Mars is smaller than the Earth, 11% of Earth’s mass, and 50% far-
ther from the Sun than the Earth, its climate has important similarities, such as the
presence of polar ice caps, seasonal changes and observable weather patterns. It
has attracted sustained study from planetologists and climatologists. While Mars’
climate has similarities to Earth’s, including periodic ice ages, there are also im-
portant differences, such as much lower thermal inertia. Mars’ atmosphere has a
scale height of approximately 11 km (36,000 ft), 60% greater than that on Earth.
The climate is of considerable relevance to the question of whether life is or was
present on the planet. The climate briefly received more interest in the news due
to NASA measurements indicating increased sublimation of one near-polar region
leading to some popular press speculation that Mars was undergoing a parallel
bout of global warming, although Mars’ average temperature has actually cooled
in recent decades, and the polar caps themselves are growing. Table 1.1 show the
surface temperature range of planet Mars in different measuring scale.
Table 1.1: Surface temperature range of planet Mars in different measuring scale.
Surface temp. min mean max
Kelvin 130 K 210 K 308 K
Celsius -143 C -63 ◦ C 35 ◦ C
◦
3
Chapter 2
4
2.2 Set Group Members Particulars
According to the description given in Sec 2.1, Afsin would configure the group
members particulars as follows:
You can add a subsubsection like this one using \subsubsection{} command.
5
\begin{table}[ht]
\centering
\caption{A test table.}
\begin{tabular}{l c c c}
\hline
Name & Weight (lb) & Height (in) & Gender \\ \hline \hline
Alice & 133 & 65 & F \\ \hline
Bob & 160 & 72 & M \\ \hline
Charlie & 152 & 70 & M \\ \hline
Diana & 120 & 60 & F \\ \hline
\end{tabular}
\label{tab:1}
\end{table}
Next time you recompile your project, a table will be generated as shown in 2.1.
@article{krizhevsky2012imagenet,
title={Imagenet classification with deep convolutional neural networks},
author={Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E},
journal={Advances in neural information processing systems},
volume={25},
pages={1097--1105},
6
year={2012}
}
Get a required BibTeX and paste that in the references.bib file of this project.
You should take a note of the key to use in your report. In the above example
krizhevsky2012imagenet is the key.
Next, go to the desired location in your report to insert the reference. To cite
this article, please write a command as follows: \cite{krizhevsky2012imagenet}.
Next time you recompile your project, you should get a reference as follows: [1]
Now, please go to the Bibliography section of your report where you will find
bibliographic detail of your referred article.
7
Chapter 3
Proposed Method
8
Chapter 4
Experimental Results
9
Chapter 5
Conclusion
10
Bibliography
[1] Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classifica-
tion with deep convolutional neural networks. Advances in neural information
processing systems, 25:1097–1105, 2012.
11
Please use the following page format for the cover of your report
Title of the Project Report
by
SPRING 2021