-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
256 lines (174 loc) · 8.12 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> My Personal Website </title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<!-- Site Icon -->
<link rel="shortcut icon" href="img/Me.png" type="image/x-icon">
<link rel="stylesheet" href="css/all.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
<script src="https://kit.fontawesome.com/e095af1a2f.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header section starts -->
<header>
<div class="user">
<img src="img/L'ARCADE 2022-08-22_0079 copy.jpg" alt="Bourriz Mohamed" title="Bourriz Mohamed">
<h3 class="name">Bourriz Mohamed </h3>
<p class="post">PhD Student | Geomatics and Land Surveying Engineer </p>
</div>
<nav class="navbar">
<ul>
<li><a href="#Home">Menu</a></li>
<li><a href="#Education">Education</a></li>
<li><a href="#Certifications">Certifications</a></li>
<li><a href="#Talks"> Talks</a></li>
<li><a href="#Blog">Blogs</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- header section ends -->
<div id="menu" class="fas fa-bars"></div>
<!-- home section starts -->
<section class="Home" id="Home">
<h3> Hey !</h3>
<h1> I'm <span>Bourriz Mohamed</span></h1>
<p>A land surveyor and geomatics engineer with a strong academic background in geodesy, cartography, surveying and remote sensing. Currently pursuing a Ph.D., my research focuses on the application of the hyperspectral Imaging in agriculture in Africa.
</p>
<p>My research interests include:</p>
<ul>
<li>- Agriculture & Ecology.</li>
<li>- ML/DL.</li>
<li>- Remote Sensing.</li>
<li>- Computer Vision.</li>
</ul>
<a href="#Contact"><button class="btn">Contact <i class="fas fa-user"></i></button></a>
</section>
<!-- home section ends -->
<!-- Education section starts -->
<section class="Education" id="Education">
<h1 class="heading"> My <span>Education</span> </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2018</span>
<h3>Mathematical Sciences A -French option-</h3>
<p>High School Qualifying EL WAHDA</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2018-2023</span>
<h3>Geomatics Sciences And Surveying Engineering</h3>
<p><a href="https://iav.ac.ma/" target="_blank">The Agronomic And Veterinary Medicine Institute Hassan II</a></p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2023-On Going</span>
<h3>PhD in Remote Sensing</h3>
<p><a href="https://um6p.ma//" target="_blank">University Mohamed VI Polytechnic</a></p>
</div>
</div>
</section>
<!-- Education section ends -->
<!-- Certifications section starts -->
<section class="Certifications" id="Certifications">
<h1 class="heading"> My <span> Certifications </span> </h1>
<div class="box-container">
<div class="box">
<i class="fa-solid fa-square-check"></i>
<span>2021</span>
<h3><a href="doc/RS.pdf"target="_blank"> Remote Sensing & Image Processing </a></h3>
<p><a href="https://www.univ-gustave-eiffel.fr/"target="_blank"> Université Gustave Eiffel </a></p>
</div>
<div class="box">
<i class="fa-solid fa-square-check"></i>
<span>2021</span>
<h3><a href="doc/Coursera 3WKABWB24LUY.pdf" target="_blank">Geographic Information System</a></h3>
<p><a href="https://www.coursera.org/" target="_blank"> Coursera </a></p>
</div>
<div class="box">
<i class="fa-solid fa-square-check"></i>
<span>2022</span>
<h3><a href="doc/Spatial Data Science_ The New Frontier in Analytics_Certificate_11212022.pdf" target="_blank">Spatial Data Science: The New Frontier in Analytics</a></h3>
<p><a href="https://www.esri.com/training/mooc/" target="_blank"> Esri </a></p>
</div>
<div class="box">
<i class="fa-solid fa-square-check"></i>
<span>2023</span>
<h3><a href="doc/Open_cv.pdf" target="_blank">Image Processing with OpenCV</a></h3>
<p><a href="https://www.geo.university/" target="_blank"> GEO University </a></p>
</div>
<div class="box">
<i class="fa-solid fa-square-check"></i>
<span>2023</span>
<h3><a href="doc/AgriChallenge.pdf" target="_blank">2nd place Winner of the 2nd edition of the AgriChallenge Hackathon</a></h3>
<p><a href="https://www.the-nextseed.com/en/challenges/agrichallenge" target="_blank"> IAV Hassan II & UM6P</a></p>
</div>
<div class="box">
<i class="fa-solid fa-square-check"></i>
<span>2023</span>
<h3><a href="doc/Beyond-the-Visible-Basic-MOOC_Beyond-the-Visible-Introduction-to-Hyperspectral-Remote-Sensing_Mohamed-Bourriz.pdf" target="_blank"> Introduction to Hyperspectral Remote Sensing </a></h3>
<p><a href="https://eo-college.org/" target="_blank"> EO College </a></p>
</div>
<div class="box">
<i class="fa-solid fa-square-check"></i>
<span>On Going</span>
<h3><a href="https://www.coursera.org/specializations/deep-learning?" target="_blank"> Specialization in Machine Learning and Deep Learning </a></h3>
<p><a href="https://www.deeplearning.ai/" target="_blank"> DeepLearning.AI </a></p>
</div>
</div>
</section>
<!-- Certifications section ends -->
<!-- Talks section starts -->
<section class="Talks" id="Talks">
<h1 class="heading"> My <span> Talks </span> </h1>
<div class="box-container">
<div class="box">
<i class="fa-solid fa-comment"></i>
<span>2023</span>
<h3>The use of Geomatics in Geological and Mining Applications</h3>
<p><a href="https://doi.org/10.6084/m9.figshare.25016312.v3" target="_blank"> Slides </a></p>
</div>
<div class="box">
<i class="fa-solid fa-comment"></i>
<span>2024</span>
<h3>Machinery Ring in Africa</h3>
<p><a href="https://doi.org/10.6084/m9.figshare.25016174.v2" target="_blank"> Slides </a></p>
</div>
</div>
</section>
<!-- Talks section ends -->
<!-- Blog section starts -->
<section class="Blog" id="Blog">
<h1 class="heading"> <span> Blogs </span></h1>
<h1>Coming <span>Soon !!</span></h1>
</section>
<!-- Blog section ends -->
<!-- Contact section starts -->
<section class="Contact" id="Contact">
<h1 class="heading"> Get <span>in touch ?</span></h1>
<div class="row">
<div class="info">
<a href="mailto:[email protected]"><button class="btn">E-mail <i class="fa-solid fa-envelope"></i></button></a>
<a href="https://github.com/MrBourriz" target="_blank"><button class="btn">GitHub <i class="fa-brands fa-github"></i></button></a>
<a href="https://www.linkedin.com/in/mohamed-b-a33b52102/" target="_blank"><button class="btn">linkedin <i class="fa-brands fa-linkedin"></i></button></a>
<a href="doc/CV_Bourriz_Mohamed.pdf" alt="Moi" title="Mohamed Bourriz" target="_blank"><button class="btn"> Download my Resume <i class="fas fa-download"></i> </button></a>
</div>
</div>
</section>
<!-- Contact section ends -->
<!-- scroll top button -->
<a href="#home" class="top">
<img src="images/scroll-top-img.png" alt="">
</a>
<!-- jquery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js file link -->
<script src="js/script.js"></script>
</body>
</html>