Skip to content

Commit f40672c

Browse files
Automated update of talk locations
1 parent 96880f4 commit f40672c

File tree

2 files changed

+50
-51
lines changed

2 files changed

+50
-51
lines changed

talkmap/org-locations.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
[
88
"Tutorial 1 on Relevant Topic in Your Field<br />UC-Berkeley Institute for Testing Science; Berkeley, CA, USA",
@@ -15,8 +15,8 @@ var addressPoints = [
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+
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK",
19+
51.4893335,
20+
-0.1440551
2121
]
2222
];

talkmap_out.ipynb

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -29,51 +29,50 @@
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-06-24T21:56:51.281973Z",
33+
"iopub.status.busy": "2025-06-24T21:56:51.281430Z",
34+
"iopub.status.idle": "2025-06-24T21:56:52.391470Z",
35+
"shell.execute_reply": "2025-06-24T21:56:52.390777Z"
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.22/x64/lib/python3.9/site-packages (0.3.1)\r\n",
52+
"Requirement already satisfied: PyYAML in /opt/hostedtoolcache/Python/3.9.22/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.22/x64/lib/python3.9/site-packages (from getorg) (2.4.1)\r\n",
54+
"Requirement already satisfied: pygithub in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from getorg) (2.6.1)\r\n",
55+
"Requirement already satisfied: retrying in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from getorg) (1.4.0)\r\n",
56+
"Requirement already satisfied: geographiclib<3,>=1.52 in /opt/hostedtoolcache/Python/3.9.22/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.22/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.22/x64/lib/python3.9/site-packages (from pygithub->getorg) (2.32.4)\r\n",
59+
"Requirement already satisfied: pyjwt>=2.4.0 in /opt/hostedtoolcache/Python/3.9.22/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.22/x64/lib/python3.9/site-packages (from pygithub->getorg) (4.14.0)\r\n",
61+
"Requirement already satisfied: urllib3>=1.26.0 in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from pygithub->getorg) (2.5.0)\r\n",
62+
"Requirement already satisfied: Deprecated in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from pygithub->getorg) (1.2.18)\r\n",
63+
"Requirement already satisfied: cryptography>=3.4.0 in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from pyjwt[crypto]>=2.4.0->pygithub->getorg) (45.0.4)\r\n"
7064
]
7165
},
7266
{
7367
"name": "stdout",
7468
"output_type": "stream",
7569
"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",
70+
"Requirement already satisfied: cffi>=1.14 in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->pygithub->getorg) (1.17.1)\r\n",
71+
"Requirement already satisfied: pycparser in /opt/hostedtoolcache/Python/3.9.22/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",
72+
"Requirement already satisfied: charset_normalizer<4,>=2 in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (3.4.2)\r\n",
73+
"Requirement already satisfied: idna<4,>=2.5 in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (3.10)\r\n",
74+
"Requirement already satisfied: certifi>=2017.4.17 in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from requests>=2.14.0->pygithub->getorg) (2025.6.15)\r\n",
75+
"Requirement already satisfied: wrapt<2,>=1.10 in /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages (from Deprecated->pygithub->getorg) (1.17.2)\r\n",
7776
"Downloading python_frontmatter-1.1.0-py3-none-any.whl (9.8 kB)\r\n"
7877
]
7978
},
@@ -119,10 +118,10 @@
119118
"metadata": {
120119
"collapsed": false,
121120
"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"
121+
"iopub.execute_input": "2025-06-24T21:56:52.393850Z",
122+
"iopub.status.busy": "2025-06-24T21:56:52.393414Z",
123+
"iopub.status.idle": "2025-06-24T21:56:52.396649Z",
124+
"shell.execute_reply": "2025-06-24T21:56:52.396148Z"
126125
}
127126
},
128127
"outputs": [],
@@ -137,10 +136,10 @@
137136
"metadata": {
138137
"collapsed": true,
139138
"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"
139+
"iopub.execute_input": "2025-06-24T21:56:52.398819Z",
140+
"iopub.status.busy": "2025-06-24T21:56:52.398289Z",
141+
"iopub.status.idle": "2025-06-24T21:56:52.423082Z",
142+
"shell.execute_reply": "2025-06-24T21:56:52.422421Z"
144143
}
145144
},
146145
"outputs": [],
@@ -169,18 +168,18 @@
169168
"metadata": {
170169
"collapsed": false,
171170
"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"
171+
"iopub.execute_input": "2025-06-24T21:56:52.424966Z",
172+
"iopub.status.busy": "2025-06-24T21:56:52.424793Z",
173+
"iopub.status.idle": "2025-06-24T21:56:56.499048Z",
174+
"shell.execute_reply": "2025-06-24T21:56:56.498439Z"
176175
}
177176
},
178177
"outputs": [
179178
{
180179
"name": "stdout",
181180
"output_type": "stream",
182181
"text": [
183-
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK London, Greater London, England, United Kingdom\n"
182+
"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"
184183
]
185184
},
186185
{
@@ -201,7 +200,7 @@
201200
"name": "stdout",
202201
"output_type": "stream",
203202
"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"
203+
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK London, Greater London, England, United Kingdom\n"
205204
]
206205
}
207206
],
@@ -240,10 +239,10 @@
240239
"metadata": {
241240
"collapsed": false,
242241
"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"
242+
"iopub.execute_input": "2025-06-24T21:56:56.501024Z",
243+
"iopub.status.busy": "2025-06-24T21:56:56.500807Z",
244+
"iopub.status.idle": "2025-06-24T21:56:56.508366Z",
245+
"shell.execute_reply": "2025-06-24T21:56:56.507824Z"
247246
}
248247
},
249248
"outputs": [
@@ -291,7 +290,7 @@
291290
"name": "python",
292291
"nbconvert_exporter": "python",
293292
"pygments_lexer": "ipython3",
294-
"version": "3.9.21"
293+
"version": "3.9.22"
295294
}
296295
},
297296
"nbformat": 4,

0 commit comments

Comments
 (0)