Skip to content

Commit 0eebed0

Browse files
committed
Merge branch 'feature/initialsetup' of https://github.com/JGordonLab/JGordonLab.github.io into feature/initialsetup
2 parents d8143a7 + 776d5fa commit 0eebed0

2 files changed

Lines changed: 45 additions & 39 deletions

File tree

talkmap/org-locations.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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-
],
7-
[
8-
"Conference Proceeding talk 3 on Relevant Topic in Your Field<br />Testing Institute of America 2014 Annual Conference; Los Angeles, CA, USA",
9-
34.0536909,
10-
-118.242766
11-
],
122
[
133
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK",
144
51.5074456,
155
-0.1277653
166
],
7+
[
8+
"Talk 1 on Relevant Topic in Your Field<br />UC San Francisco, Department of Testing; San Francisco, CA, USA",
9+
37.7879363,
10+
-122.4075201
11+
],
1712
[
1813
"Tutorial 1 on Relevant Topic in Your Field<br />UC-Berkeley Institute for Testing Science; Berkeley, CA, USA",
1914
37.8708393,
2015
-122.272863
16+
],
17+
[
18+
"Conference Proceeding talk 3 on Relevant Topic in Your Field<br />Testing Institute of America 2014 Annual Conference; Los Angeles, CA, USA",
19+
34.0536909,
20+
-118.242766
2121
]
2222
];

talkmap_out.ipynb

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"metadata": {
3030
"collapsed": false,
3131
"execution": {
32-
"iopub.execute_input": "2026-03-30T22:28:58.849062Z",
33-
"iopub.status.busy": "2026-03-30T22:28:58.848881Z",
34-
"iopub.status.idle": "2026-03-30T22:28:59.900963Z",
35-
"shell.execute_reply": "2026-03-30T22:28:59.900265Z"
32+
"iopub.execute_input": "2026-04-09T04:46:17.553344Z",
33+
"iopub.status.busy": "2026-04-09T04:46:17.553051Z",
34+
"iopub.status.idle": "2026-04-09T04:46:18.687532Z",
35+
"shell.execute_reply": "2026-04-09T04:46:18.686693Z"
3636
}
3737
},
3838
"outputs": [
@@ -52,33 +52,39 @@
5252
"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",
5353
"Requirement already satisfied: geopy in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from getorg) (2.4.1)\r\n",
5454
"Requirement already satisfied: pygithub in /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages (from getorg) (2.9.0)\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",
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"
56+
]
57+
},
58+
{
59+
"name": "stdout",
60+
"output_type": "stream",
61+
"text": [
5662
"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",
5763
"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",
5864
"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",
5965
"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.12.1)\r\n",
6066
"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",
6167
"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",
62-
"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.6)\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.7)\r\n",
6369
"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",
6470
"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",
65-
"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.6)\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.7)\r\n",
6672
"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",
67-
"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"
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",
74+
"Downloading python_frontmatter-1.1.0-py3-none-any.whl (9.8 kB)\r\n"
6875
]
6976
},
7077
{
7178
"name": "stdout",
7279
"output_type": "stream",
7380
"text": [
74-
"Downloading python_frontmatter-1.1.0-py3-none-any.whl (9.8 kB)\r\n"
81+
"Installing collected packages: python-frontmatter\r\n"
7582
]
7683
},
7784
{
7885
"name": "stdout",
7986
"output_type": "stream",
8087
"text": [
81-
"Installing collected packages: python-frontmatter\r\n",
8288
"Successfully installed python-frontmatter-1.1.0\r\n"
8389
]
8490
},
@@ -110,10 +116,10 @@
110116
"metadata": {
111117
"collapsed": false,
112118
"execution": {
113-
"iopub.execute_input": "2026-03-30T22:28:59.903043Z",
114-
"iopub.status.busy": "2026-03-30T22:28:59.902800Z",
115-
"iopub.status.idle": "2026-03-30T22:28:59.906044Z",
116-
"shell.execute_reply": "2026-03-30T22:28:59.905440Z"
119+
"iopub.execute_input": "2026-04-09T04:46:18.689805Z",
120+
"iopub.status.busy": "2026-04-09T04:46:18.689546Z",
121+
"iopub.status.idle": "2026-04-09T04:46:18.693054Z",
122+
"shell.execute_reply": "2026-04-09T04:46:18.692350Z"
117123
}
118124
},
119125
"outputs": [],
@@ -128,10 +134,10 @@
128134
"metadata": {
129135
"collapsed": true,
130136
"execution": {
131-
"iopub.execute_input": "2026-03-30T22:28:59.907871Z",
132-
"iopub.status.busy": "2026-03-30T22:28:59.907678Z",
133-
"iopub.status.idle": "2026-03-30T22:28:59.934005Z",
134-
"shell.execute_reply": "2026-03-30T22:28:59.933366Z"
137+
"iopub.execute_input": "2026-04-09T04:46:18.694870Z",
138+
"iopub.status.busy": "2026-04-09T04:46:18.694687Z",
139+
"iopub.status.idle": "2026-04-09T04:46:18.720881Z",
140+
"shell.execute_reply": "2026-04-09T04:46:18.720351Z"
135141
}
136142
},
137143
"outputs": [],
@@ -160,21 +166,21 @@
160166
"metadata": {
161167
"collapsed": false,
162168
"execution": {
163-
"iopub.execute_input": "2026-03-30T22:28:59.935949Z",
164-
"iopub.status.busy": "2026-03-30T22:28:59.935761Z",
165-
"iopub.status.idle": "2026-03-30T22:29:00.003877Z",
166-
"shell.execute_reply": "2026-03-30T22:29:00.003316Z"
169+
"iopub.execute_input": "2026-04-09T04:46:18.722818Z",
170+
"iopub.status.busy": "2026-04-09T04:46:18.722638Z",
171+
"iopub.status.idle": "2026-04-09T04:46:18.770099Z",
172+
"shell.execute_reply": "2026-04-09T04:46:18.769481Z"
167173
}
168174
},
169175
"outputs": [
170176
{
171177
"name": "stdout",
172178
"output_type": "stream",
173179
"text": [
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",
175-
"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",
176180
"Talk 2 on Relevant Topic in Your Field<br />London School of Testing; London, UK Greater London, England, United Kingdom\n",
177-
"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 1 on Relevant Topic in Your Field<br />UC San Francisco, Department of Testing; San Francisco, CA, USA San Francisco, California, United States\n",
182+
"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",
183+
"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"
178184
]
179185
}
180186
],
@@ -213,10 +219,10 @@
213219
"metadata": {
214220
"collapsed": false,
215221
"execution": {
216-
"iopub.execute_input": "2026-03-30T22:29:00.005625Z",
217-
"iopub.status.busy": "2026-03-30T22:29:00.005434Z",
218-
"iopub.status.idle": "2026-03-30T22:29:00.013031Z",
219-
"shell.execute_reply": "2026-03-30T22:29:00.012462Z"
222+
"iopub.execute_input": "2026-04-09T04:46:18.772074Z",
223+
"iopub.status.busy": "2026-04-09T04:46:18.771846Z",
224+
"iopub.status.idle": "2026-04-09T04:46:18.779801Z",
225+
"shell.execute_reply": "2026-04-09T04:46:18.779221Z"
220226
}
221227
},
222228
"outputs": [

0 commit comments

Comments
 (0)