Skip to content

Commit 5908415

Browse files
authored
Draft homepage and governance content (#1)
* Drop _site and ignore quarto rendered files * Draft homepage and governance page content - update and credit workshop images - link to governance repository - add project description and link to workshops and discord as homepage text - reflect homepage in README
1 parent 91d4a2d commit 5908415

31 files changed

+150
-7306
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/.quarto/
2+
_site
3+
**/*.quarto_ipynb

README.md

Lines changed: 63 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,73 @@
1-
# Spatial Data Science across Languages workshops
1+
# Spatial Data Science across Languages Community
22

3-
The ‘Spatial Data Science across Languages’ (SDSL) workshops provide a space for bridging the
4-
communities and establishing cross-language interaction between developers and users.
5-
SDSL seeks to bring together the communities from the common and emerging programming languages used
6-
for data science such as R, Python and Julia, to discuss interoperability, methodological developments,
7-
and shared challenges such as interfacing upstream libraries (including GDAL, GEOS, and PROJ), packaging
8-
and distributing software, and managing user and developer communities.
3+
The ‘Spatial Data Science across Languages’ (SDSL) community seeks to bring
4+
together the communities from the common and emerging programming languages used
5+
for data science such as R, Python and Julia, to discuss interoperability,
6+
methodological developments, and shared challenges such as interfacing upstream
7+
libraries (including GDAL, GEOS, and PROJ), packaging and distributing software,
8+
and managing user and developer communities.
99

10-
The SDSL workshops aim to identify commonalities and differences between spatial data science languages,
11-
to bridge language barriers and to bring the different communities together to discuss, cooperate, and
12-
synchronise the development efforts.
10+
## Annual Workshop
1311

12+
Our main activity since 2023 has been annual workshops which provide a space for
13+
bridging the various programming-language communities and establishing
14+
cross-language interaction between developers and users.
1415

15-
<p align="center">
16-
<a href="https://r-spatial.org/sdsl/">
17-
<img src="https://upload.wikimedia.org/wikipedia/commons/1/11/M%C3%BCnster_-_Prinzipalmarkt_-_Lambertikirche.jpg" width="350px" height="231px" style="border-radius: 50%;"/>
16+
The SDSL workshops aim to identify commonalities and differences between spatial
17+
data science languages, to bridge language barriers and to bring the different
18+
communities together to discuss, cooperate, and synchronise the development
19+
efforts.
20+
21+
### SDSL 2026 - to be announced
22+
23+
Currently planning for September 2026.
24+
25+
### SDSL 2025 - Salzburg, Austria
26+
27+
<figure>
28+
<a href="https://spatial-data-science.github.io/2025/">
29+
<img
30+
alt="Old Town Salzburg across the Salzach river"
31+
src="public/salzburg.jpg"
32+
width="320px"
33+
/>
1834
</a>
19-
<br>SDSL 2023 - Münster, Germany
20-
<br>
35+
<figcaption>
36+
<a href="https://commons.wikimedia.org/wiki/File:Old_Town_Salzburg_across_the_Salzach_river.jpg">&copy; Jiuguang Wang 2011 CC-BY-SA 3.0</a>
37+
</figcaption>
38+
</figure>
39+
40+
### SDSL 2024 - Prague, Czechia
41+
42+
<figure>
2143
<a href="https://spatial-data-science.github.io/2024/">
22-
<img src="https://2.bp.blogspot.com/-gTgu91_IRFE/VBPLT1anHTI/AAAAAAAAAos/El9BtKkjSxc/s1600/prague.jpg" width="350px" style="border-radius: 50%;"/>
44+
<img
45+
alt="The Charles Bridge, a famous historical bridge that crosses the Vltava river in Prague"
46+
src="public/prague.jpg"
47+
width="320px"
48+
/>
2349
</a>
24-
<br>SDSL 2024 - Prague, Czechia
25-
<br>
26-
<a href="https://spatial-data-science.github.io/2025/">
27-
<img src="https://live.staticflickr.com/2102/2244371174_7951529cb9.jpg" width="350px" style="border-radius: 50%;"/>
50+
<figcaption>
51+
<a href="https://commons.wikimedia.org/wiki/File:The_Charles_Bridge,_Prague..jpg">&copy; Jim Linwood 2008 CC-BY 2.0</a>
52+
</figcaption>
53+
</figure>
54+
55+
### SDSL 2023 - Münster, Germany
56+
57+
<figure>
58+
<a href="https://r-spatial.org/sdsl/">
59+
<img
60+
alt="Der Prinzipalmarkt von Münster an einem Abend im Dezember 2011. Kopfsteinpflaster im Regen."
61+
src="public/muenster.jpg"
62+
width="320px"
63+
/>
2864
</a>
29-
<br>SDSL 2025 - Salzburg, Austria
30-
</p>
65+
<figcaption>
66+
<a href="https://commons.wikimedia.org/wiki/File:M%C3%BCnster_-_Prinzipalmarkt_-_Lambertikirche.jpg">&copy; Oxfordian Kissuth 2011 CC-BY-SA 3.0</a>
67+
</figcaption>
68+
</figure>
3169

32-
## Discord
70+
## Discord
3371

34-
SDSL has a Discord server for discussions and communication during the workshops. Please join via <https://discord.gg/HJRKEJsmrr>.
72+
SDSL has a Discord server for discussions and communication during the
73+
workshops. Please join via <https://discord.gg/HJRKEJsmrr>.

0 commit comments

Comments
 (0)