-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
905 lines (795 loc) · 27.9 KB
/
index.html
File metadata and controls
905 lines (795 loc) · 27.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jonathan Cinnamon</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap" rel="stylesheet">
<meta name="description" content="Jonathan Cinnamon — Associate Professor of Geography at UBC Okanagan. Research in digital geography, visual methods, urban geography, and image analysis.">
<meta property="og:title" content="Jonathan Cinnamon">
<meta property="og:description" content="Associate Professor of Geography, UBC Okanagan. Research in digital geography, visual methods, and image analysis.">
<meta property="og:url" content="https://www.jonathancinnamon.com">
<meta property="og:type" content="website">
<link rel="canonical" href="https://www.jonathancinnamon.com">
<script data-goatcounter="https://jcinnamon.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<style>
*, *::before, *::after {
box-sizing: border-box;
}
:root {
--primary: #2c5f7a;
--primary-dark: #1e4260;
--accent: #1a9080;
--accent-light: #e6f4f1;
--text: #2d3748;
--text-muted: #64748b;
--bg: #fafafa;
--bg-alt: #f0f5f8;
--border: #dde8ed;
--white: #ffffff;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
font-size: 16px;
line-height: 1.7;
color: var(--text);
background: var(--bg);
margin: 0;
padding: 0;
}
/* ── NAV ── */
nav {
position: sticky;
top: 0;
z-index: 100;
background: var(--white);
border-bottom: 1px solid var(--border);
padding: 0 2rem;
}
.nav-inner {
max-width: 880px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 56px;
}
.nav-name {
font-weight: 600;
font-size: 0.9375rem;
color: var(--primary);
text-decoration: none;
letter-spacing: -0.015em;
}
.nav-links {
display: flex;
gap: 1.75rem;
list-style: none;
margin: 0;
padding: 0;
}
.nav-links a {
font-size: 0.8125rem;
font-weight: 500;
color: var(--text-muted);
text-decoration: none;
transition: color 0.2s;
}
.nav-links a:hover {
color: var(--accent);
}
/* ── HERO ── */
.hero {
width: 100%;
height: 400px;
overflow: hidden;
}
.hero img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 60%;
display: block;
}
/* ── HEADER CARD ── */
.header-card {
background: var(--white);
border-bottom: 1px solid var(--border);
padding: 2rem 2rem 1.75rem;
}
.header-card-inner {
max-width: 880px;
margin: 0 auto;
}
.header-card h1 {
font-size: 1.75rem;
font-weight: 700;
letter-spacing: -0.03em;
color: var(--primary-dark);
margin: 0 0 0.3rem 0;
}
.header-card .subtitle {
font-size: 0.9375rem;
color: var(--text-muted);
margin: 0 0 1.25rem 0;
}
.social-links {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.social-links a {
font-size: 0.8125rem;
font-weight: 500;
color: var(--primary);
text-decoration: none;
padding: 0.35rem 0.9rem;
border: 1.5px solid var(--primary);
border-radius: 20px;
transition: background 0.2s, color 0.2s;
}
.social-links a:hover {
background: var(--primary);
color: var(--white);
}
/* ── SECTIONS ── */
.section {
padding: 3rem 2rem;
border-bottom: 1px solid var(--border);
}
.section-alt {
background: var(--bg-alt);
}
.section-inner {
max-width: 880px;
margin: 0 auto;
}
h2.section-label {
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--accent);
margin: 0 0 1.75rem 0;
}
h3 {
font-size: 1rem;
font-weight: 600;
color: var(--primary-dark);
margin: 0 0 0.5rem 0;
letter-spacing: -0.01em;
line-height: 1.4;
}
p {
margin: 0 0 1rem 0;
}
a.inline-link {
color: var(--accent);
text-decoration: none;
}
a.inline-link:hover {
text-decoration: underline;
}
/* ── BIO ── */
#about p {
font-size: 1rem;
line-height: 1.8;
color: var(--text);
max-width: 720px;
}
/* ── RESEARCH PROJECTS ── */
.project-list {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.project-item {
padding: 1.25rem 1.5rem;
background: var(--white);
border: 1px solid var(--border);
border-left: 4px solid var(--accent);
border-radius: 0 6px 6px 0;
}
.project-tag {
display: inline-block;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
background: var(--accent-light);
color: var(--accent);
padding: 0.2rem 0.55rem;
border-radius: 3px;
margin-bottom: 0.6rem;
}
.project-item p {
margin: 0;
font-size: 0.9375rem;
color: var(--text-muted);
line-height: 1.7;
}
/* ── PUBLICATIONS ── */
.pub-list {
display: flex;
flex-direction: column;
}
.pub-item {
padding: 1rem 0;
border-bottom: 1px solid var(--border);
}
.pub-item:last-child {
border-bottom: none;
}
.pub-title {
font-size: 0.9375rem;
font-weight: 600;
color: var(--primary-dark);
line-height: 1.5;
margin: 0 0 0.25rem 0;
}
.pub-year {
display: inline-block;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.04em;
background: var(--accent-light);
color: var(--accent);
padding: 0.15rem 0.5rem;
border-radius: 3px;
margin-left: 0.5rem;
vertical-align: middle;
position: relative;
top: -1px;
}
.pub-title a {
color: inherit;
text-decoration: none;
border-bottom: 1px solid var(--border);
transition: border-color 0.2s, color 0.2s;
}
.pub-title a:hover {
color: var(--accent);
border-bottom-color: var(--accent);
}
.pub-meta {
font-size: 0.8125rem;
color: var(--text-muted);
margin: 0;
line-height: 1.5;
}
.scholar-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
margin-top: 1.75rem;
font-size: 0.875rem;
font-weight: 500;
color: var(--accent);
text-decoration: none;
border: 1.5px solid var(--accent);
padding: 0.45rem 1.1rem;
border-radius: 20px;
transition: background 0.2s, color 0.2s;
}
.scholar-link:hover {
background: var(--accent);
color: var(--white);
}
/* ── TEACHING ── */
.course-list {
display: flex;
flex-direction: column;
gap: 0.625rem;
}
.course-item {
display: flex;
align-items: center;
gap: 1.25rem;
padding: 0.875rem 1.25rem;
background: var(--white);
border: 1px solid var(--border);
border-radius: 6px;
}
.course-code {
font-size: 0.8125rem;
font-weight: 700;
color: var(--accent);
white-space: nowrap;
min-width: 82px;
}
.course-name {
font-size: 0.9375rem;
color: var(--text);
line-height: 1.4;
}
/* ── TOOLS ── */
.tools-intro {
font-size: 0.9375rem;
color: var(--text-muted);
margin-bottom: 1.75rem;
max-width: 560px;
}
.tools-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 1.125rem;
}
.tool-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: 10px;
padding: 1.375rem 1.375rem 1.125rem;
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.tool-card:hover {
border-color: var(--accent);
box-shadow: 0 4px 18px rgba(26, 144, 128, 0.12);
transform: translateY(-2px);
}
.tool-icon {
width: 38px;
height: 38px;
background: var(--accent-light);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
margin-bottom: 0.875rem;
flex-shrink: 0;
}
.tool-card h3 {
font-size: 0.9rem;
margin-bottom: 0.45rem;
}
.tool-card p {
font-size: 0.8125rem;
color: var(--text-muted);
line-height: 1.6;
margin: 0;
flex: 1;
}
.tool-arrow {
margin-top: 1rem;
font-size: 0.8rem;
font-weight: 600;
color: var(--accent);
letter-spacing: 0.01em;
}
/* Tools grid — 3 columns, 4th card centred below */
.tools-grid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 1.5rem;
margin-top: 1.75rem;
}
/* 4th card spans full width but stays card-sized and centred */
.tools-grid a.tool-card:last-child {
grid-column: 1 / -1;
max-width: calc(33.333% - 0.5rem);
margin: 0 auto;
}
@media (max-width: 860px) {
.tools-grid { grid-template-columns: repeat(2, 1fr) !important; }
.tools-grid a.tool-card:last-child { grid-column: auto; max-width: none; margin: 0; }
}
@media (max-width: 560px) {
.tools-grid { grid-template-columns: 1fr !important; }
}
/* Card */
a.tool-card {
display: flex;
flex-direction: column;
background: #ffffff;
border: 1px solid #dde8ed;
border-radius: 10px;
overflow: hidden;
text-decoration: none;
color: inherit;
transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
a.tool-card:hover {
box-shadow: 0 6px 22px rgba(44, 95, 122, 0.13);
transform: translateY(-2px);
border-color: #b0ccd8;
}
/* Screenshot thumbnail */
.tool-card-thumb {
width: 100%;
height: 190px;
overflow: hidden;
background: #f0f5f8;
flex-shrink: 0;
}
.tool-card-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
display: block;
transition: transform 0.3s ease;
}
a.tool-card:hover .tool-card-thumb img {
transform: scale(1.03);
}
/* Card body */
.tool-card-body {
padding: 1.1rem 1.25rem 1.15rem;
display: flex;
flex-direction: column;
flex: 1;
}
.tool-card-title {
font-size: 1rem;
font-weight: 600;
color: #1e4260;
margin: 0 0 0.45rem;
line-height: 1.3;
}
.tool-card-desc {
font-size: 0.875rem;
color: #6b7a8d;
line-height: 1.55;
margin: 0 0 0.9rem;
flex: 1;
}
.tool-card-link {
font-size: 0.875rem;
font-weight: 500;
color: #1a9080;
}
a.tool-card:hover .tool-card-link {
text-decoration: underline;
}
/* ── FOOTER ── */
footer {
background: var(--primary-dark);
color: rgba(255, 255, 255, 0.55);
padding: 2rem 2rem;
text-align: center;
font-size: 0.8125rem;
line-height: 2;
}
footer a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
transition: color 0.2s;
}
footer a:hover {
color: #fff;
}
/* ── RESPONSIVE ── */
@media (max-width: 640px) {
.nav-links {
gap: 0.9rem;
}
.hero {
height: 150px;
}
.tools-grid {
grid-template-columns: 1fr 1fr;
}
.course-item {
flex-direction: column;
align-items: flex-start;
gap: 0.2rem;
}
}
@media (max-width: 420px) {
.nav-links {
display: none;
}
.tools-grid {
grid-template-columns: 1fr;
}
}
<!-- ─────────────────────────────────────────────────────────────
CSS — add to your existing stylesheet or inside <head>
───────────────────────────────────────────────────────────────── -->
<style>
/* Tools grid — 2 × 2 layout */
.tools-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
margin-top: 1.75rem;
}
@media (max-width: 680px) {
.tools-grid { grid-template-columns: 1fr; }
}
/* Card */
a.tool-card {
display: flex;
flex-direction: column;
background: #ffffff;
border: 1px solid #dde8ed;
border-radius: 10px;
overflow: hidden;
text-decoration: none;
color: inherit;
transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
a.tool-card:hover {
box-shadow: 0 6px 22px rgba(44, 95, 122, 0.13);
transform: translateY(-2px);
border-color: #b0ccd8;
}
/* Screenshot thumbnail */
.tool-card-thumb {
width: 100%;
height: 190px;
overflow: hidden;
background: #f0f5f8;
flex-shrink: 0;
}
.tool-card-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
display: block;
transition: transform 0.3s ease;
}
a.tool-card:hover .tool-card-thumb img {
transform: scale(1.03);
}
/* Card body */
.tool-card-body {
padding: 1.1rem 1.25rem 1.15rem;
display: flex;
flex-direction: column;
flex: 1;
}
.tool-card-title {
font-size: 1rem;
font-weight: 600;
color: #1e4260;
margin: 0 0 0.45rem;
line-height: 1.3;
}
.tool-card-desc {
font-size: 0.875rem;
color: #6b7a8d;
line-height: 1.55;
margin: 0 0 0.9rem;
flex: 1;
}
.tool-card-link {
font-size: 0.875rem;
font-weight: 500;
color: #1a9080;
}
a.tool-card:hover .tool-card-link {
text-decoration: underline;
}
</style>
</head>
<body>
<nav>
<div class="nav-inner">
<a href="#" class="nav-name">Jonathan Cinnamon</a>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#research">Research</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#teaching">Teaching</a></li>
<li><a href="#tools">Visual Research Tools</a></li>
</ul>
</div>
</nav>
<div class="hero">
<img src="https://i.postimg.cc/ZKXFj3DY/website-pic.jpg" alt="Look Up">
</div>
<div class="header-card">
<div class="header-card-inner">
<h1>Jonathan Cinnamon, PhD</h1>
<p class="subtitle">Associate Professor · Geography · University of British Columbia Okanagan</p>
<div class="social-links">
<a href="https://scholar.google.com/citations?hl=en&user=hL-_CeEAAAAJ&view_op=list_works">Google Scholar</a>
<a href="https://ccgs.ok.ubc.ca/about/contact/jonathan-cinnamon/">UBC Profile</a>
<a href="https://github.com/jcinnamon">GitHub</a>
<a href="https://www.linkedin.com/in/jonathan-cinnamon-48096921/">LinkedIn</a>
<a href="mailto:jonathan.cinnamon@ubc.ca">Email</a>
</div>
</div>
</div>
<!-- ABOUT -->
<section class="section" id="about">
<div class="section-inner">
<h2 class="section-label">About</h2>
<p>I am an Associate Professor of Geography at the <a href="https://ok.ubc.ca/" class="inline-link">University of British Columbia Okanagan</a>. My academic background spans GIS and human geography, and my research sits at the intersection of digital, data, visual, and urban geographies.</p>
<p>I teach across the <a href="https://ccgs.ok.ubc.ca/undergraduate/geography/" class="inline-link">geography program</a> — courses on digital and visual geography, cartography, and human and urban geography. I am co-Editor-in-Chief of <a href="https://www.sciencedirect.com/journal/digital-geography-and-society" class="inline-link"><em>Digital Geography and Society</em></a>.</p>
</div>
</section>
<!-- RESEARCH -->
<section class="section section-alt" id="research">
<div class="section-inner">
<h2 class="section-label">Research Projects</h2>
<div class="project-list">
<div class="project-item">
<span class="project-tag">SSHRC-funded</span>
<h3>The Experimental Digital City</h3>
<p>Explores the connections between experimental modes of urban governance and digital technology innovation through a case study of a mid-sized Canadian smart city.</p>
</div>
<div class="project-item">
<span class="project-tag">SSHRC-funded</span>
<h3>Urban Platform Aesthetics</h3>
<p>Examines the role of digital platforms in shaping how cities around the world look, how platform aesthetics connect to 'world city' ambitions, and the attendant impact on urban inequalities. Uses an innovative visual methods approach and comparative urbanisms framework across Canada, Poland, and Turkey.</p>
</div>
<div class="project-item">
<h3>Geographies of Computer Vision</h3>
<p>Explores novel computational visual methods for analyzing images for their spatial and aesthetic properties.</p>
</div>
</div>
</div>
</section>
<!-- PUBLICATIONS -->
<section class="section" id="publications">
<div class="section-inner">
<h2 class="section-label">Selected Publications</h2>
<div class="pub-list">
<div class="pub-item">
<p class="pub-title"><a href="https://onlinelibrary.wiley.com/doi/10.1111/1468-2427.70071" target="_blank" rel="noopener">Visual Negotiations of Gentrification in Toronto: Contestation, Politicization and Resistance through Urban Signage</a> <span class="pub-year">2026</span></p>
<p class="pub-meta">L. Jahiu, J. Cinnamon, A. Leszczynski — <em>International Journal of Urban and Regional Research</em></p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://www.tandfonline.com/doi/full/10.1080/02723638.2025.2597742" target="_blank" rel="noopener">The Last Meter Problem in Cities: Digital Platforms, Urban Signage, and the Enduring Analog</a> <span class="pub-year">2025</span></p>
<p class="pub-meta">A. Leszczynski, J. Cinnamon, L. Jahiu — <em>Urban Geography</em></p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://doi.org/10.1177/1525822X251409928" target="_blank" rel="noopener">360-degree Photography: A Step-by-step Method for Collecting and Analyzing Spherical Visual Data in the Social Sciences</a> <span class="pub-year">2025</span></p>
<p class="pub-meta">J. Cinnamon, A. Leszczynski, L. Jahiu — <em>Field Methods</em></p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://link.springer.com/article/10.1007/s10708-025-11542-y" target="_blank" rel="noopener">Place, Temporality, and Wine Identity: A Visual Analysis of Winery Website Imagery in the Okanagan Valley</a> <span class="pub-year">2025</span></p>
<p class="pub-meta">D. Gallina, J. Cinnamon — <em>GeoJournal</em> 90(6)</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://journals.sagepub.com/doi/10.1177/16094069251397351" target="_blank" rel="noopener">360-degree Video for Whole Scene Capture: From Immersive Realism to Immersive Holism in Place-based Research</a> <span class="pub-year">2025</span></p>
<p class="pub-meta">J. Cinnamon, A. Leszczynski, S. Asa, L. Jahiu — <em>International Journal of Qualitative Methods</em> 24</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://journals.sagepub.com/doi/10.1177/00420980251316773" target="_blank" rel="noopener">Docklessness, Aesthetic Governance, and the Urban 'Micromobility Mess'</a> <span class="pub-year">2025</span></p>
<p class="pub-meta">A. Leszczynski, J. Cinnamon, S. Asa, L. Jahiu — <em>Urban Studies</em> 62(12), 2508–2525</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://rgs-ibg.onlinelibrary.wiley.com/doi/abs/10.1111/area.12622" target="_blank" rel="noopener">Power in Numbers / Power and Numbers: Gentle Data Activism as Strategic Collaboration</a> <span class="pub-year">2025</span></p>
<p class="pub-meta">J. Cinnamon — <em>Area</em> 57(3)</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://www.tandfonline.com/doi/full/10.1080/02681102.2023.2298876" target="_blank" rel="noopener">Visual Imagery and the Informal City: Examining 360-degree Imaging Technologies for Informal Settlement Representation</a> <span class="pub-year">2024</span></p>
<p class="pub-meta">J. Cinnamon — <em>Information Technology for Development</em> 30(4), 590–607</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://www.degruyterbrill.com/document/doi/10.56687/9781529233551-013/html" target="_blank" rel="noopener">An Urban Data Politics of Scale: Lessons from South Africa</a> <span class="pub-year">2023</span></p>
<p class="pub-meta">J. Cinnamon — <em>Data Power in Action: Urban Data Politics in Times of Crisis</em>, 184–203</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://www.sciencedirect.com/science/article/pii/S0198971523001072" target="_blank" rel="noopener">360-degree Video for Virtual Place-based Research: A Review and Research Agenda</a> <span class="pub-year">2023</span></p>
<p class="pub-meta">J. Cinnamon, L. Jahiu — <em>Computers, Environment and Urban Systems</em> 106</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://doi.org/10.1016/j.diggeo.2023.100061" target="_blank" rel="noopener">Artificial Intelligence, Geography and Society</a> <span class="pub-year">2023</span></p>
<p class="pub-meta">S. Maalsen, J. Cinnamon, S. Kinsley — <em>Digital Geography and Society</em> 4</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://www.tandfonline.com/doi/full/10.1080/02723638.2022.2049096" target="_blank" rel="noopener">On Data Cultures and the Prehistories of Smart Urbanism in "Africa's Digital City"</a> <span class="pub-year">2023</span></p>
<p class="pub-meta">J. Cinnamon — <em>Urban Geography</em> 44(5), 850–870</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://www.sciencedirect.com/science/article/pii/S0197397523000139" target="_blank" rel="noopener">Spatiotemporal Development of Informal Settlements in Cape Town, 2000 to 2020: An Open Data Approach</a> <span class="pub-year">2023</span></p>
<p class="pub-meta">J. Cinnamon, T. Noth — <em>Habitat International</em> 133</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://link.springer.com/article/10.1007/s10708-021-10511-5" target="_blank" rel="noopener">Media Coverage and Territorial Stigmatization: An Analysis of Crime News Articles and Crime Statistics in Toronto</a> <span class="pub-year">2022</span></p>
<p class="pub-meta">L. Jahiu, J. Cinnamon — <em>GeoJournal</em> 87(6), 4547–4564</p>
</div>
<div class="pub-item">
<p class="pub-title"><a href="https://www.tandfonline.com/doi/full/10.1080/10630732.2021.1910467" target="_blank" rel="noopener">Do-it-yourself Street Views and the Urban Imaginary of Google Street View</a> <span class="pub-year">2022</span></p>
<p class="pub-meta">J. Cinnamon, A. Gaffney — <em>Journal of Urban Technology</em> 29(3), 95–116</p>
</div>
</div>
<a href="https://scholar.google.com/citations?hl=en&user=hL-_CeEAAAAJ&view_op=list_works&sortby=pubdate" class="scholar-link">Full publication list on Google Scholar →</a>
</div>
</section>
<!-- TEACHING -->
<section class="section section-alt" id="teaching">
<div class="section-inner">
<h2 class="section-label">Teaching</h2>
<div class="course-list">
<div class="course-item">
<span class="course-code">GEOG 128</span>
<span class="course-name">Human Geography: Space, Place and Community</span>
</div>
<div class="course-item">
<span class="course-code">GEOG 257</span>
<span class="course-name">Seeing our World: An Introduction to Visual Geographies</span>
</div>
<div class="course-item">
<span class="course-code">GEOG 270</span>
<span class="course-name">Cartography and Mapmaking</span>
</div>
<div class="course-item">
<span class="course-code">GEOG 351</span>
<span class="course-name">Urban Social Geography</span>
</div>
<div class="course-item">
<span class="course-code">GEOG 427</span>
<span class="course-name">Digital Worlds: Space, Technology, and Society</span>
</div>
</div>
</div>
</section>
<!-- TOOLS -->
<section class="section" id="tools">
<div class="section-inner">
<h2 class="section-label">Tools</h2>
<p class="tools-intro">Web tools for digital image analysis and visual research.</p>
<div class="tools-grid">
<a class="tool-card" href="https://jcinnamon.github.io/urban-change-observer/">
<div class="tool-card-thumb">
<img src="img/urban-change-observer.jpg"
alt="Urban Change Observer — street-level visual audit interface">
</div>
<div class="tool-card-body">
<h3 class="tool-card-title">Urban Change Observer</h3>
<p class="tool-card-desc">Conduct systematic multi-temporal visual audits of urban change.</p>
<span class="tool-card-link">Open tool →</span>
</div>
</a>
<a class="tool-card" href="https://jcinnamon.github.io/image-colour-analyzer/">
<div class="tool-card-thumb">
<img src="img/batch-image-analyser.jpg"
alt="Batch Image Colour Analyzer interface">
</div>
<div class="tool-card-body">
<h3 class="tool-card-title">Batch Image Colour Analyzer</h3>
<p class="tool-card-desc">Analyze colour properties in large image datasets.</p>
<span class="tool-card-link">Open tool →</span>
</div>
</a>
<a class="tool-card" href="https://jcinnamon.github.io/image-colour-visualizer/">
<div class="tool-card-thumb">
<img src="img/colour-visualizer.jpg"
alt="Image Colour Visualizer — interactive colour wheel">
</div>
<div class="tool-card-body">
<h3 class="tool-card-title">Image Colour Visualizer</h3>
<p class="tool-card-desc">Explore and visualize colours in large image datasets.</p>
<span class="tool-card-link">Open tool →</span>
</div>
</a>
<a class="tool-card" href="https://jcinnamon.github.io/earth-colours-mapper/">
<div class="tool-card-thumb">
<img src="img/earth-colours.jpg"
alt="Earth Colours — interactive geographic colour map">
</div>
<div class="tool-card-body">
<h3 class="tool-card-title">Earth Colours — Interactive Map + Palette Generator</h3>
<p class="tool-card-desc">Explore the geographies of colour and generate Earth colour palettes for mapping and graphic design.</p>
<span class="tool-card-link">Open tool →</span>
</div>
</a>
</div>
</section>
<footer>
<a href="mailto:jonathan.cinnamon@ubc.ca">jonathan.cinnamon@ubc.ca</a>
·
University of British Columbia Okanagan
·
<a href="https://ccgs.ok.ubc.ca/about/contact/jonathan-cinnamon/">Faculty Profile</a>
·
© J. Cinnamon 2025
</footer>
</body>
</html>