Skip to content

Commit e86a89b

Browse files
authored
PR #211 show 2025 workshop team
update workshop team (#205)
2 parents 4f89da0 + f756984 commit e86a89b

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

workshop/jupyter/content/notebooks/01-introduction.ipynb

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"source": [
99
"#### Doing Geospatial in Python\n",
1010
"\n",
11-
"Version: 1.5, 2024-12-02\n",
11+
"Version: 1.6dev, 2025-07-08\n",
1212
"\n",
1313
"<img style=\"float: left;\" src=\"images/geopython-logo.png\">\n",
1414
"\n",
@@ -28,21 +28,23 @@
2828
"\n",
2929
"The workshop is provided using the Jupyter Notebook environment with Python 3.\n",
3030
"\n",
31-
"## [FOSS4G 2024](https://2024.foss4g.org) workshop team\n",
31+
"## [FOSS4G-EU 2025](https://2025.europe.foss4g.org/) workshop team\n",
3232
"\n",
3333
"\n",
3434
"<table>\n",
3535
" <tr>\n",
36-
" <td><a href=\"https://github/tomkralidis\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/910430?v=4\"/></a></td>\n",
37-
" <td><a href=\"https://github.com/doublebyte\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1038897?v=4\"/></a></td>\n",
38-
" <td><a href=\"https://github.com/PascalLike\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1323093?v=4\"/></a></td>\n",
39-
" <td><a href=\"https://github.com/webb-ben\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/40066515?v=4\"/></a></td>\n",
36+
" <td><a href=\"https://github.com/tomkralidis\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/910430?v=4\"/></a></td>\n",
37+
" <td><a href=\"https://github.com/justb4\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/582630?v=4\"/></a></td>\n",
38+
" <td><a href=\"https://github.com/ldesousa\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/1137878?v=4\"/></a></td>\n",
39+
" <td><a href=\"https://github.com/geographika\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/490840?v=4\"/></a></td>\n",
40+
" <td><a href=\"https://github.com/pvgenuchten\"><img width=\"150\" src=\"https://avatars.githubusercontent.com/u/299829?v=4\"/></a></td>\n",
4041
" </tr>\n",
4142
" <tr>\n",
4243
" <td>Tom Kralidis</td>\n",
43-
" <td>Joana Simoes</td>\n",
44-
" <td>Antonio Cerciello</td>\n",
45-
" <td>Benjamin Webb</td>\n",
44+
" <td>Just van den Broecke</td>\n",
45+
" <td>Luís de Sousa</td>\n",
46+
" <td>Seth Girvin</td>\n",
47+
" <td>Paul van Genuchten</td>\n",
4648
" </tr> \n",
4749
"</table>\n",
4850
"\n",
@@ -188,13 +190,6 @@
188190
"\n",
189191
"[Geometry ->](02-geometry.ipynb)"
190192
]
191-
},
192-
{
193-
"cell_type": "code",
194-
"execution_count": null,
195-
"metadata": {},
196-
"outputs": [],
197-
"source": []
198193
}
199194
],
200195
"metadata": {
@@ -213,7 +208,7 @@
213208
"name": "python",
214209
"nbconvert_exporter": "python",
215210
"pygments_lexer": "ipython3",
216-
"version": "3.10.12"
211+
"version": "3.11.8"
217212
},
218213
"pycharm": {
219214
"stem_cell": {

0 commit comments

Comments
 (0)