-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (102 loc) · 6.14 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Takieddine ZATTOUTA</title>
<link rel="stylesheet" href="./styles/main.css">
</head>
<body>
<div id="container--main">
<section id="wrapper--hero" class="section--page">
<img id="profile-pic" src="./assets/images/Takieddine_PIC.jpg">
<div>
<h1 id="user-name">Takieddine ZATTOUTA</h1>
<p id="bio">GIS developer at <a href="https://www.vinci-autoroutes.com/fr/" target="_blank">VINCI Autoroutes</a>, ex student at <a href="http://sigma.univ-toulouse.fr/fr/index.html" target="_blank">SIGMA Toulouse</a>, former intern at <a href="https://www.futurmap.com/" target="_blank">FuturMap</a>.</p>
<p id="email">👉 [email protected]</p>
</div>
</section>
<section class="section--page">
<div id="socials--list">
<a href="https://www.linkedin.com/in/takieddine-zattouta-662460185/" target="_blank">Linkedin</a>
<a href="https://github.com/Takieddinex" target="_blank">Github</a>
<a href="./assets/CV_ZATTOUTA.pdf" target="_blank">Download Resume</a>
<a href="https://www.canva.com/design/DAFJfVaP1Mo/j6a-BqAhCZ8n0RfBCXGekw/view?utm_content=DAFJfVaP1Mo&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink#1" target="_blank">Graduation Presentation</a>
</div>
</section>
<section class="section--page">
<h2>Skills & Qualifications</h2>
<ul id="qualifications--list">
<li>✔️ Development of web mapping interfaces (Backend & Frontend) </li>
<li>✔️ Database management system </li>
<li>✔️ Spatial analysis and Automation of GIS processing </li>
<li>✔️ Computer graphics and data visualization </li>
</ul>
</section>
<section class="section--page">
<h2>Tech stack</h2>
<div id="wrapper--techstack__items">
<div class="card--techstack"><span>Python, JavaScript, HTML, CSS </span></div>
<div class="card--techstack"><span>Django, NodeJS, Angular</span></div>
<div class="card--techstack"><span>Qgis, ArcGIS, FME</span></div>
<div class="card--techstack"><span>Postgres, SQL Server Management, MySQL</span></div>
<div class="card--techstack"><span>Postman, Docker</span></div>
<div class="card--techstack"><span>Windows, Linux</span></div>
</div>
</section>
<section id="work-history-wrapper" class="section--page">
<h2>Work History</h2>
<div class="line-break"></div>
<div class="card--work-history">
<strong>🚧 GIS DEVELOPER | VINCI AUTOROUTES </strong>
<p>12/2022 - Present</p>
<p>Migration of data and applications from the ESCOTA geographic system to the VA GIS </p>
<ul>
<li>Development of software bricks and scripts processing geographic data</li>
<li>Creation of web mapping applications with the ESRI suite</li>
<li>Facilitation of training on the use of VA GIS web applications</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--work-history">
<strong>🚧 GIS DEVELOPER | FUTURMAP</strong>
<p>03/2022 - 09/2022</p>
<p>GIS - 3D coupling: Implementation of a 3D geographic data visualization tool on the web</p>
<ul>
<li>Develop processes and algorithms for transforming data produced by the company (IFC - LAS - DWG) into web compatible formats</li>
<li>Visualization of digital models (IFC) and point clouds (LAS/LAZ) on the web with ThreeJS, Potree, MapLibre</li>
<li>Back/Front end preparation of the application with Django Docker and Angular</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--work-history">
<strong>🚧 GIS DEVELOPER | ENSAT</strong>
<p>11/2021 - 03/2022</p>
<p>Complete redesign of the SIGMA emploi collaborative website with the CodeIgniter (PHP)
and Bootstrap (CSS) frameworks Leaflet (JavaScript)</p>
<ul>
<li>Set up interactive maps (OSM, MapBox, ESRI)</li>
<li>Ensure the SQL queries generating the various student and internship information</li>
<li>Set up the different offer and student forms</li>
<li>Update the database by adding schemas and tables</li>
</ul>
</div>
<div class="line-break"></div>
<div class="card--work-history">
<strong>🚧 GIS STUDY OFFICER | BORDEAUX METROPOLE </strong>
<p>03/2021 - 09/2021</p>
<p>Implementation of a plan management tool, a tool for monitoring the public lighting network,
a tool to help with responses to DT DICT for connected equipment.</p>
<ul>
<li>Design of FME workbench controlling DWG drawings</li>
<li>Creation of a geographical charter for electric charging stations</li>
<li>Creation of cartographic atlases </li>
<li>Update the MUSE database </li>
</ul>
</div>
</section>
</div>
</body>
</html>