Skip to content

Commit b57a9c3

Browse files
committed
Add locations
1 parent 8f37ef4 commit b57a9c3

18 files changed

+91
-36
lines changed

conferences/codefreeze.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"url": "https://www.codefreeze.fi/",
55
"code-of-conduct": "https://codefreeze.fi/#code-of-conduct",
66
"location": {
7+
"city": "Kiilopää",
8+
"country": "Finland",
79
"coordinates": { "lat": 68.3752, "lng": 27.4315 }
810
},
911
"next-date": {

conferences/scunconf.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"$schema": "https://softwarecrafters.org/conferences_schema_v2.json",
3-
"name": "Software Crafters Unconference",
3+
"name": "Software Crafters Unconference Online",
44
"url": "http://scunconf.com/",
55
"code-of-conduct": "https://scunconf.com/#coc",
66
"next-date": {
7-
"start": "2020-09-18",
8-
"end": "2020-09-18"
7+
"start": "2026-02-06",
8+
"end": "2026-02-06"
99
},
10-
"location": {
11-
"coordinates": { "lat": 34.14901, "lng": -84.18671 }
12-
}
13-
}
10+
"location": "virtual"
11+
}

conferences/socrates-austria.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
"url": "https://socrates-conference.at/",
55
"code-of-conduct": "https://socrates-conference.at/code-of-conduct/",
66
"next-date": {
7-
"start": "2025-09-26",
8-
"end": "2025-09-27"
7+
"start": "2026-09-25",
8+
"end": "2026-09-26"
99
},
1010
"location": {
11-
"coordinates": { "lat": 48.29074, "lng": 14.28827 }
11+
"city": "Linz",
12+
"country": "Austria",
13+
"coordinates": {
14+
"lat": 48.29074,
15+
"lng": 14.28827
16+
}
1217
}
13-
}
18+
}

conferences/socrates-be.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"end": "2025-10-12"
99
},
1010
"location": {
11+
"city": "La Roche-En-Ardenne",
12+
"country": "Belgium",
1113
"coordinates": { "lat": 50.17952, "lng": 5.58305 }
1214
}
1315
}

conferences/socrates-ca.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"end": "2025-10-05"
99
},
1010
"location": {
11-
"coordinates": { "lat": 45.990358, "lng": -74.749357 }
11+
"city": "Amherst",
12+
"country": "Canada",
13+
"coordinates": {
14+
"lat": 45.990358,
15+
"lng": -74.749357
16+
}
1217
}
13-
}
18+
}

conferences/socrates-ch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"end": "2026-02-01"
99
},
1010
"location": {
11+
"city": "Ilanz",
12+
"country": "Switzerland",
1113
"coordinates": {
1214
"lat": 46.77767,
1315
"lng": 9.19958

conferences/socrates-crete.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
"icon": "icons/socrates-crete-logo.png",
88
"location": {
99
"city": "Rethymno",
10+
"country": "Greece",
1011
"coordinates": {
1112
"lat": 35.37371479051246,
1213
"lng": 24.544982445945145
1314
}
1415
},
1516
"next-date": {
16-
"start": "2025-10-24",
17-
"end": "2025-10-27"
17+
"start": "2026-10-22",
18+
"end": "2026-10-25"
1819
}
1920
}

conferences/socrates-day-berlin.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"end": "2025-09-13"
1010
},
1111
"location": {
12+
"city": "Berlin",
13+
"country": "Germany",
1214
"coordinates": {
1315
"lat": 52.50892,
1416
"lng": 13.42169

conferences/socrates-day-ch.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"url": "http://socrates-day.ch/",
55
"code-of-conduct": "https://github.com/socrates-ch/socrates-day/wiki/Code-of-Conduct",
66
"next-date": {
7-
"start": "2021-09-24",
8-
"end": "2021-09-24"
7+
"start": "2025-09-19",
8+
"end": "2025-09-19"
99
},
1010
"location": {
11+
"city": "Zürich",
12+
"country": "Switzerland",
1113
"coordinates": {
1214
"lat": 47.36742,
1315
"lng": 8.55399
1416
}
1517
}
16-
}
18+
}

conferences/socrates-day-franconia.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"end": "2019-09-28"
99
},
1010
"location": {
11-
"coordinates": { "lat": 49.453445, "lng": 11.046401 }
11+
"city": "Nürnberg",
12+
"country": "Germany",
13+
"coordinates": {
14+
"lat": 49.453445,
15+
"lng": 11.046401
16+
}
1217
}
13-
}
18+
}

0 commit comments

Comments
 (0)