Skip to content

Commit 0e54047

Browse files
Automated update of talk locations
1 parent b5542fa commit 0e54047

File tree

2 files changed

+54
-60
lines changed

2 files changed

+54
-60
lines changed

talkmap/org-locations.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
var addressPoints = [
2+
[
3+
"Conference Proceeding talk 3 on Relevant Topic in Your Field<br />Testing Institute of America 2014 Annual Conference; Los Angeles, CA, USA",
4+
34.0536909,
5+
-118.242766
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",
914
37.8708393,
1015
-122.272863
1116
],
12-
[
13-
"Conference Proceeding talk 3 on Relevant Topic in Your Field<br />Testing Institute of America 2014 Annual Conference; Los Angeles, CA, USA",
14-
34.0536909,
15-
-118.242766
16-
],
1717
[
1818
"Talk 1 on Relevant Topic in Your Field<br />UC San Francisco, Department of Testing; San Francisco, CA, USA",
1919
37.7792588,

talkmap_out.ipynb

Lines changed: 47 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
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": "2025-10-29T18:08:46.246521Z",
33+
"iopub.status.busy": "2025-10-29T18:08:46.246328Z",
34+
"iopub.status.idle": "2025-10-29T18:08:47.818416Z",
35+
"shell.execute_reply": "2025-10-29T18:08:47.817660Z"
3636
}
3737
},
3838
"outputs": [
@@ -42,53 +42,47 @@
4242
"text": [
4343
"Collecting python-frontmatter\r\n",
4444
" 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"
45+
"Requirement already satisfied: getorg in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (0.3.1)\r\n",
46+
"Requirement already satisfied: PyYAML in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from python-frontmatter) (6.0.3)\r\n",
47+
"Requirement already satisfied: geopy in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from getorg) (2.4.1)\r\n",
48+
"Requirement already satisfied: pygithub in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from getorg) (2.8.1)\r\n"
4649
]
4750
},
4851
{
4952
"name": "stdout",
5053
"output_type": "stream",
5154
"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"
55+
"Requirement already satisfied: retrying in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from getorg) (1.4.2)\r\n",
56+
"Requirement already satisfied: geographiclib<3,>=1.52 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from geopy->getorg) (2.1)\r\n",
57+
"Requirement already satisfied: pynacl>=1.4.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from pygithub->getorg) (1.6.0)\r\n",
58+
"Requirement already satisfied: requests>=2.14.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from pygithub->getorg) (2.32.5)\r\n",
59+
"Requirement already satisfied: pyjwt>=2.4.0 in /opt/hostedtoolcache/Python/3.9.23/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.5.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from pygithub->getorg) (4.15.0)\r\n",
61+
"Requirement already satisfied: urllib3>=1.26.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from pygithub->getorg) (2.5.0)\r\n",
62+
"Requirement already satisfied: cryptography>=3.4.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from pyjwt[crypto]>=2.4.0->pygithub->getorg) (46.0.3)\r\n",
63+
"Requirement already satisfied: cffi>=2.0.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->pygithub->getorg) (2.0.0)\r\n",
64+
"Requirement already satisfied: pycparser in /opt/hostedtoolcache/Python/3.9.23/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",
65+
"Requirement already satisfied: charset_normalizer<4,>=2 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (3.4.4)\r\n",
66+
"Requirement already satisfied: idna<4,>=2.5 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (3.11)\r\n",
67+
"Requirement already satisfied: certifi>=2017.4.17 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (2025.10.5)\r\n"
7068
]
7169
},
7270
{
7371
"name": "stdout",
7472
"output_type": "stream",
7573
"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",
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": [
91-
"Successfully installed python-frontmatter-1.1.0\r\n"
81+
"Installing collected packages: python-frontmatter\r\n",
82+
"Successfully installed python-frontmatter-1.1.0\r\n",
83+
"\r\n",
84+
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m25.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m25.3\u001b[0m\r\n",
85+
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\r\n"
9286
]
9387
},
9488
{
@@ -119,10 +113,10 @@
119113
"metadata": {
120114
"collapsed": false,
121115
"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"
116+
"iopub.execute_input": "2025-10-29T18:08:47.820520Z",
117+
"iopub.status.busy": "2025-10-29T18:08:47.820284Z",
118+
"iopub.status.idle": "2025-10-29T18:08:47.823452Z",
119+
"shell.execute_reply": "2025-10-29T18:08:47.822821Z"
126120
}
127121
},
128122
"outputs": [],
@@ -137,10 +131,10 @@
137131
"metadata": {
138132
"collapsed": true,
139133
"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"
134+
"iopub.execute_input": "2025-10-29T18:08:47.825400Z",
135+
"iopub.status.busy": "2025-10-29T18:08:47.825200Z",
136+
"iopub.status.idle": "2025-10-29T18:08:47.851237Z",
137+
"shell.execute_reply": "2025-10-29T18:08:47.850655Z"
144138
}
145139
},
146140
"outputs": [],
@@ -169,39 +163,39 @@
169163
"metadata": {
170164
"collapsed": false,
171165
"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"
166+
"iopub.execute_input": "2025-10-29T18:08:47.853112Z",
167+
"iopub.status.busy": "2025-10-29T18:08:47.852933Z",
168+
"iopub.status.idle": "2025-10-29T18:08:51.869509Z",
169+
"shell.execute_reply": "2025-10-29T18:08:51.868810Z"
176170
}
177171
},
178172
"outputs": [
179173
{
180174
"name": "stdout",
181175
"output_type": "stream",
182176
"text": [
183-
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK London, Greater London, England, United Kingdom\n"
177+
"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 of America\n"
184178
]
185179
},
186180
{
187181
"name": "stdout",
188182
"output_type": "stream",
189183
"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"
184+
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK London, Greater London, England, United Kingdom\n"
191185
]
192186
},
193187
{
194188
"name": "stdout",
195189
"output_type": "stream",
196190
"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"
191+
"Tutorial 1 on Relevant Topic in Your Field<br />UC-Berkeley Institute for Testing Science; Berkeley, CA, USA Berkeley, Alameda County, California, United States of America\n"
198192
]
199193
},
200194
{
201195
"name": "stdout",
202196
"output_type": "stream",
203197
"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"
198+
"Talk 1 on Relevant Topic in Your Field<br />UC San Francisco, Department of Testing; San Francisco, CA, USA San Francisco, California, United States of America\n"
205199
]
206200
}
207201
],
@@ -240,10 +234,10 @@
240234
"metadata": {
241235
"collapsed": false,
242236
"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"
237+
"iopub.execute_input": "2025-10-29T18:08:51.871571Z",
238+
"iopub.status.busy": "2025-10-29T18:08:51.871390Z",
239+
"iopub.status.idle": "2025-10-29T18:08:51.879021Z",
240+
"shell.execute_reply": "2025-10-29T18:08:51.878412Z"
247241
}
248242
},
249243
"outputs": [
@@ -291,7 +285,7 @@
291285
"name": "python",
292286
"nbconvert_exporter": "python",
293287
"pygments_lexer": "ipython3",
294-
"version": "3.9.21"
288+
"version": "3.9.23"
295289
}
296290
},
297291
"nbformat": 4,

0 commit comments

Comments
 (0)