-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCDE.html
More file actions
152 lines (135 loc) · 7.32 KB
/
CDE.html
File metadata and controls
152 lines (135 loc) · 7.32 KB
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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel="icon" href="images/NS-Logo6.png" type="image/png" sizes="128x128"> <!--tap logo -->
<title>CDE ePortfolio - Nicole Salazar-Cuellar</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload landing" style="background-image: url('images/t08.png'); background-size: cover;">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo">
<a href="index.html">
<img src="images/NS-Logo.png" class="logo-container" alt="Landed Logo" class="responsive" width="95" height="45"><!--Banner Logo-->
</a>
</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="projects.html">Projects</a>
<ul>
<li><a href="interactive.html">Interactive Maps</a></li>
<li><a href="3d.html">3D Maps</a></li>
<li><a href="storymaps.html">Story Maps</a></li>
<li><a href="dashboards.html">Dashboards</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="talks.html">Talks</a></li>
</ul>
</li>
<li><a href="CDE1.html">CDE</a>
<ul>
<li><a href="CDE.html">Semester 1</a></li>
<li><a href="S2.html">Semester 2</a></li>
<li><a href="S3.html">Semester 3</a></li>
</ul>
</li>
<li><a href="CV.html">CV</a></li>
<li><a href="contact.html" class="button primary">Contact</a></li>
</ul>
</nav>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8F1Z13PK83"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8F1Z13PK83');
</script>
</header>
<div class="container23">
<h2 class="whitee">CDE e-Portfolio - S1</h2>
<p>Welcome to my CDE e-Portfolio! This space showcases the projects carried out during the Copernicus Master in Digital Earth. Each project reflects my journey in developing interactive maps, 3D visualizations, reports in Earth Observation (EO), combining creativity with technical expertise. Explore the projects below to see how I've applied geospatial solutions to real-world challenges.</p>
<div class="project-card">
<img src="images/sbg_sg.png" alt="Salzburg Survival Guide">
<h3>Salzburg Explorer: Interactive Guide to Cafés, Culture & Peaks</h3>
<p>An interactive web map displaying cafes, museums, and hiking peaks within a 2 km radius of Salzburg's city center. Users can explore these points of interest and view detailed information in a right-side panel, dynamically updating based on the map's zoom extent.</p>
<p class="italic">Feb 26, 2025</p>
<a href="https://nicolevasos.github.io/sbg_test/" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/artic_sea.png" alt="Artic Sea">
<h3>Arctic Sea Ice Through Time: A Visual Exploration</h3>
<p>A visually compelling, data-driven cartographic piece showcasing the decline of Arctic sea ice over time. Using color gradients, visual hierarchy, and key insets the map highlights the urgent impact of climate change. </p>
<br>
<p class="italic">Nov 19, 2024</p>
<a href="images/arctic_sea_poster.png" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/nav_hohe.png" alt="Project 3">
<h3>Navigating Hohen Tauern: A Practical Guide for Visitors</h3>
<p>An interactive story map showcasing the evolution of Hohe Tauern National Park, highlighting its geology, glaciers, and key landmarks. Designed for tourists, it blends visuals, information and an intuitive layout for an immersive exploration experience.</p>
<br>
<p class="italic">Feb 28, 2025</p>
<a href="https://storymaps.arcgis.com/stories/f347ad49843a420081dd4e9507224c66" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/stm_poster.png" alt="Project 4">
<h3>Spatial Data Management & Modeling - Poster</h3>
<p>This project explores the power of spatial databases in GIS, utilizing PostgreSQL and PostGIS for efficient data management, analysis, and integration. It examines spatial queries, database structuring, and the role of spatial databases in enhancing geospatial workflows and decision-making.</p>
<p class="italic">Feb 24, 2025</p>
<a href="images/poster_stm.png" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/eye_tracking.png" alt="Project 5">
<h3>Eye Tracking Experiment: Assessing Arctic Ice Loss Maps</h3>
<p>This study assessed the effectiveness of a map depicting Arctic sea ice loss from 1979 to 2021. Using a color gradient from light tones to deep reds, it highlighted areas of maximum impact. The research evaluated whether the map’s message was clear and understood by its audience.</p>
<p class="italic">Nov 25, 2024</p>
<a href="docs/SalazarNicole_GAC_ET.pdf" target="_blank">View Project</a>
</div>
<div class="project-card">
<img src="images/EO_browser.png" alt="Project 6">
<h3>Soil Mass Movement Detection Using EO-Browser</h3>
<p>Automated detection of soil mass movement using Sentinel-2 imagery through EO-Browser. The utilized script analyzes NDWI, NDVI, and B11 values to identify landslides and movement vectors, aiding disaster management in Kaprun, Salzburg, after severe August 2024 rainfall.</p>
<p class="italic">Feb 09, 2025</p>
<a href="docs/SalazarNicole_DEA2_EO.pdf" target="_blank">View Project</a>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="logo-container">
<a href="https://master-cde.eu/" target="_blank">
<img src="images/CDE.png" alt="Logo 1" class="footer-logo logo1">
</a>
<a href="https://erasmus-plus.ec.europa.eu/" target="_blank">
<img src="images/ERASMUS.jpg" alt="Logo 2" class="footer-logo logo2">
</a>
<a href="https://www.plus.ac.at/?lang=en" target="_blank">
<img src="images/plus.png" alt="Logo 3" class="footer-logo logo3">
</a>
<a href="https://www.upol.cz/en/" target="_blank">
<img src="images/UPOL.png" alt="Logo 4" class="footer-logo logo4">
</a>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>