forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (67 loc) · 3.36 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
---
layout: home
title: ASSESS 2025
subtitle: Advancements in Spatial assessment of Socio-Ecological SystemS
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
header img {
width: 90%; /* Adjusts the image width to match the text width */
max-width: 600px; /* Limits the maximum size for larger screens */
height: auto; /* Maintains the aspect ratio */
}
</style>
</head>
<body>
<header>
<img src="ASSESS logo.png" alt="ASSESS Logo">
</header>
</body>
</html>
<header>
<h1>Welcome to the ASSESS Workshop</h1>
<p>Join us in Istanbul at the <a href="https://iccsa.org/" target="_blank">ICCSA 2025 International Conference on Computational Science and its Application</a> for an interactive workshop on the latest innovations in spatial assessment of socio-ecological systems.</p>
</header>
<section id="about">
<h2>About the Workshop</h2>
<p> This workshop focuses on advancing spatial modelling and assessment of socio-ecological systems, particularly emphasising the role of green and blue infrastructures, and ecosystem and landscape services within urban environments.
The aim is to bring together researchers to present and discuss cutting-edge techniques, methodologies, and digital tools that enhance our understanding of cities as interconnected SES.</p>
<p><a href="aboutassess" class="read-more">Discover more about ASSESS2025 →</a></p>
<h3>Key Topics:</h3>
<ul>
<li>Spatial assessment and modeling of socio-ecological systems in urban environments</li>
<li>Implementation and impact of green and blue infrastructures on sustainable urban development</li>
<li>Application of GIS-MCDA and SDSS tools for decision-making in spatial planning</li>
<li>Data-driven approaches and spatial econometrics in urban ecosystem services and landscape assessment</li>
<li>Innovative urban modeling techniques and spatial data analysis that support sustainable urban policy and development</li>
</ul>
<h3>Who Should Attend:</h3>
<p>This workshop is ideal for researchers, practitioners, and students in the fields of urbanism, landscape architecture, and geoscience</p>
<h3>Important dates:</h3>
<ul>
<li>Paper submission deadline: <strong>March 28, 2025</strong></li>
<li>Notification of acceptance: <strong>April 20, 2025</strong></li>
<li>Final paper submission and registration deadline: <strong>May 8, 2025</strong></li>
<li>ICCSA 2025 conference: June 30 - July 3, 2025</strong>, Galatasaray University, Istanbul, Turkey</li>
</ul>
</section>
<section id="cta">
<h2>Ready to Join Us?</h2>
<p>Submit your application now to be part of this exciting workshop and contribute to advancing the field of socio-ecological systems assessment!</p>
<a href="submission_form_link" class="button">Submit Your Application</a>
<p><strong>Deadline for submissions:</strong> February 28, 2025</p>
</section>
<section id="resources">
<h2>Learn More</h2>
<p>For more information about the conference, workshop series, or related topics, visit the following links:</p>
<ul>
<li><a href="https://iccsa.org/" target="_blank">ICCSA2025 Conference Website</a></li>
<li><a href="https://iccsa.org/instructions-for-authors" target="_blank">Instructions for authors</a></li>
</ul>
</section>
</body>
</html>