-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
39 lines (31 loc) · 1.25 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Muhammad Iqbal Habibie Personal Website</title>
</head>
<body>
<nav>
<a href="index.html">Home</a> |
<a href="CV.pdf">Download CV</a> |
<a href="contact.html">Contact</a> |
<a href="about.html">About me</a>
</nav>
<hr />
<article>
<h1>Introduction</h1>
<p> Iqbal Habibie currently works at the Center of Technology Region Resource Development (PTPSW), Badan Pengkajian dan Penerapan Teknologi (BPPT), Indonesia. Iqbal does research in the application of Machine Learning, and Advance Intelligence System in Precision Agriculture and Environment.</p>
<h1> Languages</h1>
<p> English; Indonesian </p>
<h1> Disciplines</h1>
<p> Electrical Engineering; Environmental Engineering ; Agricultural Engineering</p>
<h1> Skills and expertise</h1>
<p> Data Analysis; Spatial Analysis ; Remote Sensing ; Geographic Information System ; Statistical Data Analysis</p>
</article>
<hr>
<footer style="text-align: center;">
<p>Copyright © 2020 Muhammad Iqbal Habibie.</p>
</footer>
</body>
</html>