Skip to content

Commit 75bc9e4

Browse files
Automated update of talk locations
1 parent 2deb074 commit 75bc9e4

File tree

3 files changed

+50
-73
lines changed

3 files changed

+50
-73
lines changed

talkmap/map.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
<html>
44
<head>
55
<title>Leaflet debug page</title>
6-
7-
<!-- Add Leaflet support -->
8-
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
9-
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
106

7+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-beta.2/leaflet.css" />
8+
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-beta.2/leaflet.js"></script>
119
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1210
<link rel="stylesheet" href="leaflet_dist/screen.css" />
1311

talkmap/org-locations.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
var addressPoints = [
22
[
33
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK",
4-
51.4893335,
5-
-0.14405508452768728
6-
],
7-
[
8-
"Tutorial 1 on Relevant Topic in Your Field<br />UC-Berkeley Institute for Testing Science; Berkeley, CA, USA",
9-
37.8708393,
10-
-122.272863
4+
51.5074456,
5+
-0.1277653
116
],
127
[
138
"Conference Proceeding talk 3 on Relevant Topic in Your Field<br />Testing Institute of America 2014 Annual Conference; Los Angeles, CA, USA",
149
34.0536909,
1510
-118.242766
16-
],
17-
[
18-
"Talk 1 on Relevant Topic in Your Field<br />UC San Francisco, Department of Testing; San Francisco, CA, USA",
19-
37.7792588,
20-
-122.4193286
2111
]
2212
];

talkmap_out.ipynb

Lines changed: 46 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -29,51 +29,54 @@
2929
"metadata": {
3030
"collapsed": false,
3131
"execution": {
32-
"iopub.execute_input": "2025-02-26T03:36:06.769536Z",
33-
"iopub.status.busy": "2025-02-26T03:36:06.769131Z",
34-
"iopub.status.idle": "2025-02-26T03:36:07.934020Z",
35-
"shell.execute_reply": "2025-02-26T03:36:07.933257Z"
32+
"iopub.execute_input": "2026-02-14T08:10:56.484839Z",
33+
"iopub.status.busy": "2026-02-14T08:10:56.484624Z",
34+
"iopub.status.idle": "2026-02-14T08:10:57.693207Z",
35+
"shell.execute_reply": "2026-02-14T08:10:57.692517Z"
3636
}
3737
},
3838
"outputs": [
3939
{
4040
"name": "stdout",
4141
"output_type": "stream",
4242
"text": [
43-
"Collecting python-frontmatter\r\n",
43+
"Collecting python-frontmatter\r\n"
44+
]
45+
},
46+
{
47+
"name": "stdout",
48+
"output_type": "stream",
49+
"text": [
4450
" Downloading python_frontmatter-1.1.0-py3-none-any.whl.metadata (4.1 kB)\r\n",
45-
"Requirement already satisfied: getorg in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (0.3.1)\r\n"
51+
"Requirement already satisfied: getorg in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (0.3.1)\r\n"
4652
]
4753
},
4854
{
4955
"name": "stdout",
5056
"output_type": "stream",
5157
"text": [
52-
"Requirement already satisfied: PyYAML in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from python-frontmatter) (6.0.2)\r\n",
53-
"Requirement already satisfied: geopy in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from getorg) (2.4.1)\r\n",
54-
"Requirement already satisfied: pygithub in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from getorg) (2.6.1)\r\n",
55-
"Requirement already satisfied: retrying in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from getorg) (1.3.4)\r\n",
56-
"Requirement already satisfied: geographiclib<3,>=1.52 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from geopy->getorg) (2.0)\r\n",
57-
"Requirement already satisfied: pynacl>=1.4.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from pygithub->getorg) (1.5.0)\r\n",
58-
"Requirement already satisfied: requests>=2.14.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from pygithub->getorg) (2.32.3)\r\n",
59-
"Requirement already satisfied: pyjwt>=2.4.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from pyjwt[crypto]>=2.4.0->pygithub->getorg) (2.10.1)\r\n",
60-
"Requirement already satisfied: typing-extensions>=4.0.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from pygithub->getorg) (4.12.2)\r\n",
61-
"Requirement already satisfied: urllib3>=1.26.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from pygithub->getorg) (2.3.0)\r\n",
62-
"Requirement already satisfied: Deprecated in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from pygithub->getorg) (1.2.18)\r\n",
63-
"Requirement already satisfied: six>=1.7.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from retrying->getorg) (1.17.0)\r\n",
64-
"Requirement already satisfied: cryptography>=3.4.0 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from pyjwt[crypto]>=2.4.0->pygithub->getorg) (44.0.1)\r\n",
65-
"Requirement already satisfied: cffi>=1.4.1 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from pynacl>=1.4.0->pygithub->getorg) (1.17.1)\r\n",
66-
"Requirement already satisfied: charset-normalizer<4,>=2 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (3.4.1)\r\n",
67-
"Requirement already satisfied: idna<4,>=2.5 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (3.10)\r\n",
68-
"Requirement already satisfied: certifi>=2017.4.17 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (2025.1.31)\r\n",
69-
"Requirement already satisfied: wrapt<2,>=1.10 in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from Deprecated->pygithub->getorg) (1.17.2)\r\n"
58+
"Requirement already satisfied: PyYAML in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from python-frontmatter) (6.0.3)\r\n",
59+
"Requirement already satisfied: geopy in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from getorg) (2.4.1)\r\n",
60+
"Requirement already satisfied: pygithub in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from getorg) (2.8.1)\r\n",
61+
"Requirement already satisfied: retrying in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from getorg) (1.4.2)\r\n",
62+
"Requirement already satisfied: geographiclib<3,>=1.52 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from geopy->getorg) (2.1)\r\n",
63+
"Requirement already satisfied: pynacl>=1.4.0 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from pygithub->getorg) (1.6.2)\r\n",
64+
"Requirement already satisfied: requests>=2.14.0 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from pygithub->getorg) (2.32.5)\r\n",
65+
"Requirement already satisfied: pyjwt>=2.4.0 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from pyjwt[crypto]>=2.4.0->pygithub->getorg) (2.11.0)\r\n",
66+
"Requirement already satisfied: typing-extensions>=4.5.0 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from pygithub->getorg) (4.15.0)\r\n",
67+
"Requirement already satisfied: urllib3>=1.26.0 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from pygithub->getorg) (2.6.3)\r\n",
68+
"Requirement already satisfied: cryptography>=3.4.0 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from pyjwt[crypto]>=2.4.0->pygithub->getorg) (46.0.5)\r\n",
69+
"Requirement already satisfied: cffi>=2.0.0 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->pygithub->getorg) (2.0.0)\r\n",
70+
"Requirement already satisfied: pycparser in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from cffi>=2.0.0->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->pygithub->getorg) (2.23)\r\n"
7071
]
7172
},
7273
{
7374
"name": "stdout",
7475
"output_type": "stream",
7576
"text": [
76-
"Requirement already satisfied: pycparser in /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages (from cffi>=1.4.1->pynacl>=1.4.0->pygithub->getorg) (2.22)\r\n",
77+
"Requirement already satisfied: charset_normalizer<4,>=2 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (3.4.4)\r\n",
78+
"Requirement already satisfied: idna<4,>=2.5 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (3.11)\r\n",
79+
"Requirement already satisfied: certifi>=2017.4.17 in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (2026.1.4)\r\n",
7780
"Downloading python_frontmatter-1.1.0-py3-none-any.whl (9.8 kB)\r\n"
7881
]
7982
},
@@ -119,10 +122,10 @@
119122
"metadata": {
120123
"collapsed": false,
121124
"execution": {
122-
"iopub.execute_input": "2025-02-26T03:36:07.936149Z",
123-
"iopub.status.busy": "2025-02-26T03:36:07.935901Z",
124-
"iopub.status.idle": "2025-02-26T03:36:07.939314Z",
125-
"shell.execute_reply": "2025-02-26T03:36:07.938765Z"
125+
"iopub.execute_input": "2026-02-14T08:10:57.695447Z",
126+
"iopub.status.busy": "2026-02-14T08:10:57.695171Z",
127+
"iopub.status.idle": "2026-02-14T08:10:57.698572Z",
128+
"shell.execute_reply": "2026-02-14T08:10:57.698007Z"
126129
}
127130
},
128131
"outputs": [],
@@ -137,10 +140,10 @@
137140
"metadata": {
138141
"collapsed": true,
139142
"execution": {
140-
"iopub.execute_input": "2025-02-26T03:36:07.941580Z",
141-
"iopub.status.busy": "2025-02-26T03:36:07.941049Z",
142-
"iopub.status.idle": "2025-02-26T03:36:07.966143Z",
143-
"shell.execute_reply": "2025-02-26T03:36:07.965594Z"
143+
"iopub.execute_input": "2026-02-14T08:10:57.700614Z",
144+
"iopub.status.busy": "2026-02-14T08:10:57.700427Z",
145+
"iopub.status.idle": "2026-02-14T08:10:57.728422Z",
146+
"shell.execute_reply": "2026-02-14T08:10:57.727711Z"
144147
}
145148
},
146149
"outputs": [],
@@ -169,25 +172,18 @@
169172
"metadata": {
170173
"collapsed": false,
171174
"execution": {
172-
"iopub.execute_input": "2025-02-26T03:36:07.968167Z",
173-
"iopub.status.busy": "2025-02-26T03:36:07.967976Z",
174-
"iopub.status.idle": "2025-02-26T03:36:11.603488Z",
175-
"shell.execute_reply": "2025-02-26T03:36:11.602744Z"
175+
"iopub.execute_input": "2026-02-14T08:10:57.731136Z",
176+
"iopub.status.busy": "2026-02-14T08:10:57.730838Z",
177+
"iopub.status.idle": "2026-02-14T08:10:58.321349Z",
178+
"shell.execute_reply": "2026-02-14T08:10:58.320583Z"
176179
}
177180
},
178181
"outputs": [
179182
{
180183
"name": "stdout",
181184
"output_type": "stream",
182185
"text": [
183-
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK London, Greater London, England, United Kingdom\n"
184-
]
185-
},
186-
{
187-
"name": "stdout",
188-
"output_type": "stream",
189-
"text": [
190-
"Tutorial 1 on Relevant Topic in Your Field<br />UC-Berkeley Institute for Testing Science; Berkeley, CA, USA Berkeley, Alameda County, California, United States\n"
186+
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK Greater London, England, United Kingdom\n"
191187
]
192188
},
193189
{
@@ -196,13 +192,6 @@
196192
"text": [
197193
"Conference Proceeding talk 3 on Relevant Topic in Your Field<br />Testing Institute of America 2014 Annual Conference; Los Angeles, CA, USA Los Angeles, Los Angeles County, California, United States\n"
198194
]
199-
},
200-
{
201-
"name": "stdout",
202-
"output_type": "stream",
203-
"text": [
204-
"Talk 1 on Relevant Topic in Your Field<br />UC San Francisco, Department of Testing; San Francisco, CA, USA San Francisco, California, United States\n"
205-
]
206195
}
207196
],
208197
"source": [
@@ -240,10 +229,10 @@
240229
"metadata": {
241230
"collapsed": false,
242231
"execution": {
243-
"iopub.execute_input": "2025-02-26T03:36:11.605607Z",
244-
"iopub.status.busy": "2025-02-26T03:36:11.605411Z",
245-
"iopub.status.idle": "2025-02-26T03:36:11.613528Z",
246-
"shell.execute_reply": "2025-02-26T03:36:11.612932Z"
232+
"iopub.execute_input": "2026-02-14T08:10:58.323512Z",
233+
"iopub.status.busy": "2026-02-14T08:10:58.323297Z",
234+
"iopub.status.idle": "2026-02-14T08:10:58.331745Z",
235+
"shell.execute_reply": "2026-02-14T08:10:58.331101Z"
247236
}
248237
},
249238
"outputs": [
@@ -291,7 +280,7 @@
291280
"name": "python",
292281
"nbconvert_exporter": "python",
293282
"pygments_lexer": "ipython3",
294-
"version": "3.9.21"
283+
"version": "3.9.25"
295284
}
296285
},
297286
"nbformat": 4,

0 commit comments

Comments
 (0)