Skip to content

Commit 8036000

Browse files
Automated update of talk locations
1 parent 3e1a8f7 commit 8036000

3 files changed

Lines changed: 54 additions & 65 deletions

File tree

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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
var addressPoints = [
2+
[
3+
"Talk 1 on Relevant Topic in Your Field<br />UC San Francisco, Department of Testing; San Francisco, CA, USA",
4+
37.7879363,
5+
-122.4075201
6+
],
27
[
38
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK",
4-
51.4893335,
5-
-0.14405508452768728
9+
51.5074456,
10+
-0.1277653
611
],
712
[
813
"Tutorial 1 on Relevant Topic in Your Field<br />UC-Berkeley Institute for Testing Science; Berkeley, CA, USA",
@@ -13,10 +18,5 @@ var addressPoints = [
1318
"Conference Proceeding talk 3 on Relevant Topic in Your Field<br />Testing Institute of America 2014 Annual Conference; Los Angeles, CA, USA",
1419
34.0536909,
1520
-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
2121
]
2222
];

talkmap_out.ipynb

Lines changed: 45 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -29,65 +29,56 @@
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-03-04T03:05:19.445708Z",
33+
"iopub.status.busy": "2026-03-04T03:05:19.445464Z",
34+
"iopub.status.idle": "2026-03-04T03:05:20.575767Z",
35+
"shell.execute_reply": "2026-03-04T03:05:20.575024Z"
3636
}
3737
},
3838
"outputs": [
3939
{
4040
"name": "stdout",
4141
"output_type": "stream",
4242
"text": [
43-
"Collecting python-frontmatter\r\n",
44-
" 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"
43+
"Collecting python-frontmatter\r\n"
4644
]
4745
},
4846
{
4947
"name": "stdout",
5048
"output_type": "stream",
5149
"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"
50+
" Downloading python_frontmatter-1.1.0-py3-none-any.whl.metadata (4.1 kB)\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",
52+
"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",
53+
"Requirement already satisfied: geopy in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from getorg) (2.4.1)\r\n",
54+
"Requirement already satisfied: pygithub in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from getorg) (2.8.1)\r\n",
55+
"Requirement already satisfied: retrying in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from getorg) (1.4.2)\r\n"
7056
]
7157
},
7258
{
7359
"name": "stdout",
7460
"output_type": "stream",
7561
"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",
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",
71+
"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",
72+
"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",
73+
"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.2.25)\r\n",
7774
"Downloading python_frontmatter-1.1.0-py3-none-any.whl (9.8 kB)\r\n"
7875
]
7976
},
8077
{
8178
"name": "stdout",
8279
"output_type": "stream",
8380
"text": [
84-
"Installing collected packages: python-frontmatter\r\n"
85-
]
86-
},
87-
{
88-
"name": "stdout",
89-
"output_type": "stream",
90-
"text": [
81+
"Installing collected packages: python-frontmatter\r\n",
9182
"Successfully installed python-frontmatter-1.1.0\r\n"
9283
]
9384
},
@@ -119,10 +110,10 @@
119110
"metadata": {
120111
"collapsed": false,
121112
"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"
113+
"iopub.execute_input": "2026-03-04T03:05:20.578007Z",
114+
"iopub.status.busy": "2026-03-04T03:05:20.577749Z",
115+
"iopub.status.idle": "2026-03-04T03:05:20.580887Z",
116+
"shell.execute_reply": "2026-03-04T03:05:20.580329Z"
126117
}
127118
},
128119
"outputs": [],
@@ -137,10 +128,10 @@
137128
"metadata": {
138129
"collapsed": true,
139130
"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"
131+
"iopub.execute_input": "2026-03-04T03:05:20.582740Z",
132+
"iopub.status.busy": "2026-03-04T03:05:20.582554Z",
133+
"iopub.status.idle": "2026-03-04T03:05:20.609348Z",
134+
"shell.execute_reply": "2026-03-04T03:05:20.608756Z"
144135
}
145136
},
146137
"outputs": [],
@@ -169,39 +160,39 @@
169160
"metadata": {
170161
"collapsed": false,
171162
"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"
163+
"iopub.execute_input": "2026-03-04T03:05:20.611276Z",
164+
"iopub.status.busy": "2026-03-04T03:05:20.611095Z",
165+
"iopub.status.idle": "2026-03-04T03:05:22.886531Z",
166+
"shell.execute_reply": "2026-03-04T03:05:22.885776Z"
176167
}
177168
},
178169
"outputs": [
179170
{
180171
"name": "stdout",
181172
"output_type": "stream",
182173
"text": [
183-
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK London, Greater London, England, United Kingdom\n"
174+
"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"
184175
]
185176
},
186177
{
187178
"name": "stdout",
188179
"output_type": "stream",
189180
"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"
181+
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK Greater London, England, United Kingdom\n"
191182
]
192183
},
193184
{
194185
"name": "stdout",
195186
"output_type": "stream",
196187
"text": [
197-
"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"
188+
"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"
198189
]
199190
},
200191
{
201192
"name": "stdout",
202193
"output_type": "stream",
203194
"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"
195+
"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"
205196
]
206197
}
207198
],
@@ -240,10 +231,10 @@
240231
"metadata": {
241232
"collapsed": false,
242233
"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"
234+
"iopub.execute_input": "2026-03-04T03:05:22.888731Z",
235+
"iopub.status.busy": "2026-03-04T03:05:22.888528Z",
236+
"iopub.status.idle": "2026-03-04T03:05:22.896513Z",
237+
"shell.execute_reply": "2026-03-04T03:05:22.895869Z"
247238
}
248239
},
249240
"outputs": [
@@ -291,7 +282,7 @@
291282
"name": "python",
292283
"nbconvert_exporter": "python",
293284
"pygments_lexer": "ipython3",
294-
"version": "3.9.21"
285+
"version": "3.9.25"
295286
}
296287
},
297288
"nbformat": 4,

0 commit comments

Comments
 (0)