Skip to content

Commit 290759f

Browse files
Automated update of talk locations
1 parent a5cb0a0 commit 290759f

2 files changed

Lines changed: 54 additions & 57 deletions

File tree

talkmap/org-locations.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
var addressPoints = [
22
[
3-
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK",
4-
51.4893335,
5-
-0.14405508452768728
3+
"Talk 1 on Relevant Topic in Your Field<br />UC San Francisco, Department of Testing; San Francisco, CA, USA",
4+
37.7792588,
5+
-122.4193286
66
],
77
[
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
8+
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK",
9+
51.4893335,
10+
-0.1440551
1111
],
1212
[
1313
"Conference Proceeding talk 3 on Relevant Topic in Your Field<br />Testing Institute of America 2014 Annual Conference; Los Angeles, CA, USA",
1414
34.0536909,
1515
-118.242766
1616
],
1717
[
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
18+
"Tutorial 1 on Relevant Topic in Your Field<br />UC-Berkeley Institute for Testing Science; Berkeley, CA, USA",
19+
37.8708393,
20+
-122.272863
2121
]
2222
];

talkmap_out.ipynb

Lines changed: 45 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -29,65 +29,62 @@
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-08-14T16:50:41.965569Z",
33+
"iopub.status.busy": "2025-08-14T16:50:41.965276Z",
34+
"iopub.status.idle": "2025-08-14T16:50:43.111773Z",
35+
"shell.execute_reply": "2025-08-14T16:50:43.110910Z"
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.23/x64/lib/python3.9/site-packages (0.3.1)\r\n",
52+
"Requirement already satisfied: PyYAML in /opt/hostedtoolcache/Python/3.9.23/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.23/x64/lib/python3.9/site-packages (from getorg) (2.4.1)\r\n",
54+
"Requirement already satisfied: pygithub in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from getorg) (2.7.0)\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"
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",
77-
"Downloading python_frontmatter-1.1.0-py3-none-any.whl (9.8 kB)\r\n"
62+
"Requirement already satisfied: geographiclib<3,>=1.52 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from geopy->getorg) (2.0)\r\n",
63+
"Requirement already satisfied: pynacl>=1.4.0 in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from pygithub->getorg) (1.5.0)\r\n",
64+
"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.4)\r\n",
65+
"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",
66+
"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.14.1)\r\n",
67+
"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",
68+
"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) (45.0.6)\r\n",
69+
"Requirement already satisfied: cffi>=1.14 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) (1.17.1)\r\n",
70+
"Requirement already satisfied: pycparser in /opt/hostedtoolcache/Python/3.9.23/x64/lib/python3.9/site-packages (from cffi>=1.14->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->pygithub->getorg) (2.22)\r\n",
71+
"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.3)\r\n",
72+
"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.10)\r\n",
73+
"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.8.3)\r\n"
7874
]
7975
},
8076
{
8177
"name": "stdout",
8278
"output_type": "stream",
8379
"text": [
84-
"Installing collected packages: python-frontmatter\r\n"
80+
"Downloading python_frontmatter-1.1.0-py3-none-any.whl (9.8 kB)\r\n"
8581
]
8682
},
8783
{
8884
"name": "stdout",
8985
"output_type": "stream",
9086
"text": [
87+
"Installing collected packages: python-frontmatter\r\n",
9188
"Successfully installed python-frontmatter-1.1.0\r\n"
9289
]
9390
},
@@ -119,10 +116,10 @@
119116
"metadata": {
120117
"collapsed": false,
121118
"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"
119+
"iopub.execute_input": "2025-08-14T16:50:43.114131Z",
120+
"iopub.status.busy": "2025-08-14T16:50:43.113837Z",
121+
"iopub.status.idle": "2025-08-14T16:50:43.117389Z",
122+
"shell.execute_reply": "2025-08-14T16:50:43.116683Z"
126123
}
127124
},
128125
"outputs": [],
@@ -137,10 +134,10 @@
137134
"metadata": {
138135
"collapsed": true,
139136
"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"
137+
"iopub.execute_input": "2025-08-14T16:50:43.119419Z",
138+
"iopub.status.busy": "2025-08-14T16:50:43.119229Z",
139+
"iopub.status.idle": "2025-08-14T16:50:43.145220Z",
140+
"shell.execute_reply": "2025-08-14T16:50:43.144500Z"
144141
}
145142
},
146143
"outputs": [],
@@ -169,25 +166,25 @@
169166
"metadata": {
170167
"collapsed": false,
171168
"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"
169+
"iopub.execute_input": "2025-08-14T16:50:43.147422Z",
170+
"iopub.status.busy": "2025-08-14T16:50:43.147226Z",
171+
"iopub.status.idle": "2025-08-14T16:50:48.136761Z",
172+
"shell.execute_reply": "2025-08-14T16:50:48.136010Z"
176173
}
177174
},
178175
"outputs": [
179176
{
180177
"name": "stdout",
181178
"output_type": "stream",
182179
"text": [
183-
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK London, Greater London, England, United Kingdom\n"
180+
"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"
184181
]
185182
},
186183
{
187184
"name": "stdout",
188185
"output_type": "stream",
189186
"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"
187+
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK London, Greater London, England, United Kingdom\n"
191188
]
192189
},
193190
{
@@ -201,7 +198,7 @@
201198
"name": "stdout",
202199
"output_type": "stream",
203200
"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"
201+
"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"
205202
]
206203
}
207204
],
@@ -240,10 +237,10 @@
240237
"metadata": {
241238
"collapsed": false,
242239
"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"
240+
"iopub.execute_input": "2025-08-14T16:50:48.138887Z",
241+
"iopub.status.busy": "2025-08-14T16:50:48.138686Z",
242+
"iopub.status.idle": "2025-08-14T16:50:48.147061Z",
243+
"shell.execute_reply": "2025-08-14T16:50:48.146355Z"
247244
}
248245
},
249246
"outputs": [
@@ -291,7 +288,7 @@
291288
"name": "python",
292289
"nbconvert_exporter": "python",
293290
"pygments_lexer": "ipython3",
294-
"version": "3.9.21"
291+
"version": "3.9.23"
295292
}
296293
},
297294
"nbformat": 4,

0 commit comments

Comments
 (0)