forked from Peeragogy/PatternsOfPatterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.bib
3587 lines (3346 loc) · 199 KB
/
main.bib
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
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@book{felleisen2018design,
title={How to design programs: an introduction to programming and computing},
author={Felleisen, Matthias and Findler, Robert Bruce and Flatt, Matthew and Krishnamurthi, Shriram},
year={2018},
publisher={MIT Press}
}
@article{seamon2019christopher,
title={Christopher Alexander’s Theory of Wholeness as a Tetrad of Creative Activity: The Examples of A New Theory of Urban Design and The Nature of Order},
author={Seamon, David},
journal={Urban Science},
volume={3},
number={2},
pages={46},
year={2019},
publisher={Multidisciplinary Digital Publishing Institute}
}
@incollection{springhestia,
author={Pignatelli, P. C.},
title={The dialectics of urban architecture: Hestia and Hermes},
pages={42–49},
booktitle={Spring: An Annual of Archetypal Psychology and Jungian Throught},
editor={James Hillman},
year={1985}}
@article{gare2004architecture,
title={Architecture and the global ecological crisis: From Heidegger to Christopher Alexander},
author={Gare, Arran},
journal={The Structurist},
volume={43},
year={2004}
}
@article{alexander1991perspectives,
title={Perspectives: Manifesto 1991},
author={Alexander, Christopher},
journal={Progressive Architecture},
volume={7},
pages={108--12},
year={1991}
}
@mscthesis{krowne2003,
title={{An Architecture for Collaborative Math and Science Digital Libraries}},
author={Krowne, Aaron Phillip},
abstract={In this thesis I present Noosphere, a system for the collaborative production of digital libraries. Further, I describe the special features of Noosphere which allow it to support mathematical and scientific content, and how it applies an encyclopedic organizational style. I also describe how Noosphere frees the digital library maintainer from a heavy administrative burden by implementing the design pattern of zero content administration. Finally, I discuss evidence showing that Noosphere works and is sustainable, both in the a priori and empirical senses.},
school={Virginia Tech},
year={2003},
url={https://vtechworks.lib.vt.edu/handle/10919/34891}}
@misc{wildman2010engaging,
title={Engaging poststructualism: Proactivating and broadening Causal Layered Analysis (CLA) to Causal Layered Synthesis (CLS) through its application to pedagogy by introducing the Causal Layered Matrix (CLM). Brisbane: Kalgrove Institute},
author={Wildman, Paul},
year={2010}
}
@article{shaw2014,
author = {Shaw, Aaron and Hill, Benjamin M.},
title = {Laboratories of Oligarchy? How the Iron Law Extends to Peer Production},
journal = {Journal of Communication},
volume = {64},
number = {2},
pages = {215-238},
doi = {https://doi.org/10.1111/jcom.12082},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/jcom.12082},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/jcom.12082},
abstract = {Peer production projects like Wikipedia have inspired voluntary associations, collectives, social movements, and scholars to embrace open online collaboration as a model of democratic organization. However, many peer production projects exhibit entrenched leadership and deep inequalities, suggesting that they may not fulfill democratic ideals. Instead, peer production projects may conform to Robert Michels' “iron law of oligarchy,” which proposes that democratic membership organizations become increasingly oligarchic as they grow. Using exhaustive data of internal processes from a sample of 683 wikis, we construct empirical measures of participation and test for increases in oligarchy associated with growth in wikis' contributor bases. In contrast to previous studies, we find support for Michels' iron law and conclude that peer production entails oligarchic organizational forms.},
year = {2014}
}
@article{GALLE2020345,
title = {Christopher Alexander’s Battle for Beauty in a World Turning Ugly: The Inception of a Science of Architecture?},
journal = {She Ji: The Journal of Design, Economics, and Innovation},
volume = {6},
number = {3},
pages = {345-375},
year = {2020},
issn = {2405-8726},
doi = {https://doi.org/10.1016/j.sheji.2020.03.002},
url = {https://www.sciencedirect.com/science/article/pii/S2405872620300459},
author = {Per Galle},
keywords = {Christopher Alexander, Pattern language, Empirical adequacy and completeness of patterns, Aesthetics, Philosophy of design, Unification of art and science of architecture},
abstract = {Christopher Alexander has been a leading pioneer of academic research on architectural and urban design since the early 1960s. He is also a practicing architect and builder with a passion for creating and restoring life and beauty to our physical environment. In this essay I review, evaluate, and reflect on some of his particularly fruitful, promising, or problematic ideas. I will put forth some ideas of my own for clarification, and to indicate avenues for future research. I argue that Alexander’s notion of patterns (a verbal medium for capturing and conveying design knowledge in a systematic, reusable form) is in need of conceptual development along lines I suggest, even though Alexander downplayed the significance of patterns as he moved on to other theoretical ideas (mainly about aesthetics) later in his career. While I go into some detail about selected parts of Alexander’s work, the intended readership of this essay is not restricted to specialists. I have made an effort to provide guidance and background information to readers not already familiar with Alexander’s comprehensive body of theory.}
}
@book{Mallard2019,
doi = {10.1017/9781108570497},
url = {https://doi.org/10.1017/9781108570497},
year = {2019},
month = mar,
publisher = {Cambridge University Press},
author = {Gr{\'{e}}goire Mallard},
title = {Gift Exchange}
}
@article{Stallman1981,
doi = {10.1145/872730.806466},
url = {https://doi.org/10.1145/872730.806466},
year = {1981},
month = jun,
publisher = {Association for Computing Machinery ({ACM})},
volume = {16},
number = {6},
pages = {147--156},
author = {Richard M. Stallman},
title = {{EMACS} the extensible, customizable self-documenting display editor},
journal = {{ACM} {SIGPLAN} Notices}
}
@article{Vedres2019,
doi = {10.1140/epjds/s13688-019-0202-z},
url = {https://doi.org/10.1140/epjds/s13688-019-0202-z},
year = {2019},
month = jul,
publisher = {Springer Science and Business Media {LLC}},
volume = {8},
number = {1},
author = {Balazs Vedres and Orsolya Vasarhelyi},
title = {Gendered behavior as a disadvantage in open source software development},
journal = {{EPJ} Data Science}
}
@article{sandve2013ten,
title={Ten simple rules for reproducible computational research},
author={Sandve, Geir Kjetil and Nekrutenko, Anton and Taylor, James and Hovig, Eivind},
journal={PLoS Comput Biol},
volume={9},
number={10},
pages={e1003285},
year={2013},
publisher={Public Library of Science}
}
@book{unger2019knowledge,
title={The knowledge economy},
author={Unger, Roberto Mangabeira},
year={2019},
publisher={Verso Books}
}
@book{jodorowsky2009way,
title={The way of tarot: The spiritual teacher in the cards},
author={Jodorowsky, Alejandro and Costa, Marianne},
year={2009},
publisher={Simon and Schuster}
}
@article{theconversation2021,
author = {Cameron Tonkinwise and Abby Mellick Lopes},
year = {2021},
month={February},
day={16},
title = {How new design patterns can enable cities and their residents to change with climate change},
url = {https://theconversation.com/how-new-design-patterns-can-enable-cities-and-their-residents-to-change-with-climate-change-152749},
note = {Accessed 14 June, 2021},
journal = {The Conversation}
}
@article{mehaffy2020new-entre,
title={A new pattern language for growing regions: Places, networks, processes},
author={Mehaffy, Michael W and Kryazheva, Yulia and Rudd, Andrew and Salingaros, Nikos A and Gren, A and Mouzon, S and Rof{\`e}, Y},
journal={Entre nous},
year={2020}
}
@misc{mehaffy2020new,
title={A New Pattern Language for Growing Regions},
author={Mehaffy, MW and Kryazheva, Yulia and Rudd, Andrew and Salingaros, Nikos A and others},
year={2020},
publisher={Sustasis Press: Portland, OR, USA}
}
@article{fidelman2017institutions,
title={The institutions-adaptive capacity nexus: insights from coastal resources co-management in Cambodia and Vietnam},
author={Fidelman, Pedro and Van Tuyen, Truong and Nong, Kim and Nursey-Bray, Melissa},
journal={Environmental Science \& Policy},
volume={76},
pages={103--112},
year={2017},
publisher={Elsevier}
}
@techreport{magnan2010better,
title={For a better understanding of adaptive capacity to climate change: a research framework},
author={Magnan, Alexandre},
year={2010},
institution={Institut du developpement durable et des relations internationales-IDDRI}
}
@article{tinch2015applying,
title={Applying a capitals framework to measuring coping and adaptive capacity in integrated assessment models},
author={Tinch, Rob and J{\"a}ger, Jill and Omann, Ines and Harrison, Paula A and Wesely, Julia and Dunford, Rob},
journal={Climatic Change},
volume={128},
number={3},
pages={323--337},
year={2015},
publisher={Springer}
}
@article{thonicke2020advancing,
title={Advancing the understanding of adaptive capacity of social-ecological systems to absorb climate extremes},
author={Thonicke, Kirsten and Bahn, Michael and Lavorel, Sandra and Bardgett, Richard D and Erb, Karlheinz and Giamberini, Mariasilvia and Reichstein, Markus and Vollan, Bj{\"o}rn and Rammig, Anja},
journal={Earth's Future},
volume={8},
number={2},
pages={e2019EF001221},
year={2020},
publisher={Wiley Online Library}
}
@article{jones2010responding,
title={Responding to a changing climate: Exploring how disaster risk reduction, social protection and livelihoods approaches promote features of adaptive capacity},
author={Jones, Lindsey and Jaspars, Susanne and Pavanello, Sara and Ludi, Eva and Slater, Rachel and Grist, Natasha and Mtisi, Sobona},
year={2010}
}
@incollection{lemos2013building,
title={Building adaptive capacity to climate change in less developed countries},
author={Lemos, Maria Carmen and Agrawal, Arun and Eakin, Hallie and Nelson, Don R and Engle, Nathan L and Johns, Owen},
booktitle={Climate science for serving society},
pages={437--457},
year={2013},
publisher={Springer}
}
@article{lord2020,
author = {Beth Lord},
title = {Spinoza and architectural thinking},
journal = {Intellectual History Review},
volume = {30},
number = {3},
pages = {489-504},
year = {2020},
publisher = {Routledge},
doi = {10.1080/17496977.2020.1732708},
URL = {https://doi.org/10.1080/17496977.2020.1732708},
eprint = {https://doi.org/10.1080/17496977.2020.1732708}
}
@article{roberts2007conscientisation,
title={{Conscientisation in Castalia: A Freirean reading of Hermann Hesse’s The glass bead game}},
author={Roberts, Peter},
journal={Studies in Philosophy and Education},
volume={26},
number={6},
pages={509--523},
year={2007},
publisher={Springer}
}
@article{HEINONEN2017101,
title = {Testing transformative energy scenarios through causal layered analysis gaming},
journal = {Technological Forecasting and Social Change},
volume = {124},
pages = {101-113},
year = {2017},
issn = {0040-1625},
doi = {https://doi.org/10.1016/j.techfore.2016.10.011},
url = {https://www.sciencedirect.com/science/article/pii/S004016251630453X},
author = {Sirkka Heinonen and Matti Minkkinen and Joni Karjalainen and Sohail Inayatullah},
keywords = {CLA, Action learning, Serious gaming, Energy transformation, Scenarios, Neo-Carbon Energy, Renewable energy},
abstract = {This paper presents the results of an innovative pilot experiment on elaborating transformative energy scenarios by using a causal layered analysis (CLA) game. CLA is an integrative and communicative method, which divides issues into four layers: litany, systemic causes, worldviews, and metaphors. In the piloted CLA game, four existing scenario drafts from the Neo-Carbon Energy project: “Radical Startups”, “Value-Driven Techemoths”, “Green DIY Engineers” and “New Consciousness” were used. The CLA game session, as depicted in this paper, worked through the CLA layers sequentially per each scenario, contributed new elements to the scenario narratives, and utilised roleplay for the worldview and metaphor layers. This CLA game highlighted the complexity, polyphony and actor dynamics of the future worlds. We identify four key benefits: developing the CLA game scenario methodology, gaming-based social learning, deepening of sociocultural energy scenario drafts and exploration of energy transformation toward renewable energy based futures. As a new type of CLA workshop, the game expanded the method's boundaries. Recommendations are presented for developing serious gaming further in scenario processes.}
}
@article{merton1948bearing,
title={The bearing of empirical research upon the development of social theory},
author={Merton, Robert K},
journal={American Sociological Review},
volume={13},
number={5},
pages={505--515},
year={1948},
publisher={JSTOR}
}
@book{merton,
Address = {Princeton, New Jersey, USA},
Author = {Merton, R. K. and Barber, E.},
Publisher = {Princeton University Press},
Title = {{The Travels and Adventures of Serendipity: A study in Sociological Semantics and the Sociology of Science}},
Year = {2004}}
@article{benvenuto1993hermes,
title={{Hermes-Hestia: The Hearth and the Angel as a Philosophical Paradigm}},
author={Benvenuto, Sergio},
journal={Telos},
volume={1993},
number={96},
pages={101--118},
year={1993},
publisher={Telos Press}
}
@book{tan2020uncertainty,
title={{The Uncertainty Mindset: Innovation Insights from the Frontiers of Food}},
author={Tan, Vaughn},
year={2020},
publisher={Columbia University Press}
}
@incollection{arnkil2008remembering,
title={Remembering the future: Future dialogue and the future of dialogising},
author={Arnkil, Robert},
booktitle={Dialogue in Working Life Research and Development in Finland},
publisher={Peter Lang},
address={Frankfurt am Main},
pages={131--143},
year={2008}
}
@inproceedings{Corneli2018,
doi = {10.1145/3282308.3282331},
url = {https://doi.org/10.1145/3282308.3282331},
year = {2018},
month = jul,
publisher = {{ACM}},
author = {Joseph Corneli and Simon Holland and Alison Pease and Paul Mulholland and Dave Murray-Rust and Theodore Scaltsas and Alan Smaill},
title = {Patterns of Design},
booktitle = {Proceedings of the 23rd European Conference on Pattern Languages of Programs}
}
@inproceedings{wurm2019design,
title={Design patterns for business process individualization},
author={Wurm, Bastian and Goel, Kanika and Bandara, Wasana and Rosemann, Michael},
booktitle={International Conference on Business Process Management},
pages={370--385},
year={2019},
organization={Springer}
}
@book{kelly2012business,
title={Business patterns for software developers},
author={Kelly, Allan},
year={2012},
publisher={John Wiley \& Sons}
}
@article{SLAUGHTER1989447,
title = {Probing beneath the surface: Review of a decade's futures work},
journal = {Futures},
volume = {21},
number = {5},
pages = {447-465},
year = {1989},
issn = {0016-3287},
doi = {https://doi.org/10.1016/0016-3287(89)90085-2},
url = {https://www.sciencedirect.com/science/article/pii/0016328789900852},
author = {Richard A. Slaughter},
abstract = {This article looks back over a decade of futures work. It looks at the development of critical futures study, at several key premises and some outcomes in terms of teaching, research and other products. From this perspective aspects of the wider field are then briefly discussed. One proposition is that futures study and research do constitute a true discipline (or metadiscipline) for scholarly enquiry. While the field still suffers from earlier weaknesses, it has continued to develop and is likely to achieve wider acceptance and application. A second proposition is that for such acceptance to take place it will need to incorporate approaches which deal with continuity and change at a range of levels. The need to communicate difficult issues clearly is a continuing challenge. A critical futures method provides some of the necessary tools.}
}
@article{vandrunenchristian,
title={{A Christian Analysis of Gabriel’s “Mob Software”}},
author={VanDrunen, Thomas},
year={2010},
publisher={Association of Christians in the Mathematical Sciences},
howpublished={https://acmsonline.org/home2/wp-content/uploads/2016/05/VanDrunen2010.pdf}
}
@book{tidwell2010designing,
title={Designing interfaces: Patterns for effective interaction design},
author={Tidwell, Jenifer},
year={2010},
publisher={O'Reilly Media, Inc.}
}
@incollection{bishop2020holistic,
title={{Holistic enchantment and eternal recurrence: Anaxagoras, Nietzsche, Deleuze, Klages, and Jung on the beauty of it all}},
author={Paul Bishop},
booktitle={Jung, Deleuze, and the Problematic Whole},
pages={166--192},
year={2020},
publisher={Routledge}
}
@incollection{borchers2008pattern,
title={A pattern approach to interaction design},
author={Borchers, Jan O},
booktitle={Cognition, Communication and Interaction},
pages={114--131},
year={2008},
publisher={Springer}
}
@article{Dawes2018,
doi = {10.1177/2399808318761396},
url = {https://doi.org/10.1177/2399808318761396},
year = {2018},
month = feb,
publisher = {{SAGE} Publications},
volume = {47},
number = {1},
pages = {7--24},
author = {Michael J Dawes and Michael J Ostwald},
title = {The mathematical structure of {Alexander's A Pattern Language}: An analysis of the role of invariant patterns},
journal = {Environment and Planning B: Urban Analytics and City Science}
}
@article{bryant2015,
author = {Greg Bryant},
year = {2015},
month={June},
day={25},
title = {{Living Structure and Cognition}},
url = {http://www.rainmagazine.com/archive/2015/living-structure-and-cognition},
note = {Accessed 24 November, 2020},
journal = {RAIN Magazine}
}
@article{inayatullah2004causal,
title={Causal layered analysis: Theory, historical context, and case studies},
author={Inayatullah, Sohail},
year={2004},
publisher={Tamkang University Press}
}
@book{mcgilchrist2019master,
title={The master and his emissary},
author={McGilchrist, Iain},
year={2019},
publisher={Yale University Press}
}
@book{alexander1964notes,
title={Notes on the Synthesis of Form},
author={Alexander, Christopher},
year={1964},
publisher={Harvard University Press}
}
@article{alexander1999a,
author = {Alexander, C.},
year = {1999},
title = {The origins of pattern theory: the future of the theory, and the generation of a living world},
volume = {16},
pages = {71–82},
doi = {10.1109/52.795104},
journal = {IEEE Software},
number = {5}
}
@incollection{alexander1970a,
author = {Alexander, C. and Poyner, B.},
year = {1970},
title = {The atoms of environmental structure},
editor = {Moore, G.T.},
pages = {308–321},
publisher = {MIT Press},
booktitle = {Emerging Methods in Environmental Design and Planning}
}
@article{alexander1965a,
author = {Alexander, C.},
year = {1965},
title = {A City Is Not a Tree},
volume = {122},
pages = {58–62},
url = {https://www.patternlanguage.com/archive/cityisnotatree.},
note = {Accessed 24 November, 2020},
journal = {Architectural Forum},
number = {1}
}
@book{alexander1977a,
author = {Christopher Alexander and Sara Ishikawa and Murray Silverstein},
year = {1977},
title = {A pattern language: towns, buildings, construction},
publisher = {Oxford University Press}
}
@article{alexander1968a,
author = {Alexander, Christopher},
title = {Systems Generating Systems},
volume = {38},
year = {1968},
pages = {605–610},
url = {https://patterns.},
note = {Accessed 24 November, 2020},
journal = {Architectural Design},
number = {December 1968}
}
@book{alexander1979a,
author = {Alexander, C.},
year = {1979},
title = {The Timeless Way of Building},
publisher = {Oxford University Press}
}
@incollection{ariyaratne1977a,
author = {Ariyaratne, A.T.},
year = {1977},
title = {Organization of rural communities for group effort and self-help},
pages = {23–24},
note = {Archived at},
url = {https://web.archive.org/web/20120503060209/},
booktitle = {Food Crisis Workshop},
address = {Los Banos, Laguna (Philippines}
}
@inproceedings{arslan2006a,
author = {Arslan, G. and Shamma, J.S.},
year = {2006},
title = {Anticipatory learning in general evolutionary games},
pages = {6289–6294},
url = {https://doi.org/10.1109/cdc.2006.376684},
doi = {10.1109/cdc.2006.376684},
booktitle = {Proceedings of the IEEE Conference on Decision and Control}
}
@book{banathy1991a,
author = {Banathy, B.H.},
year = {1991},
title = {Systems Design of Education: A Journey to Create the Future},
publisher = {Educational Technology Pubns}
}
@misc{beck1987a,
author = {Beck, K. and Cunningham, W.},
year = {1987},
title = {Using Pattern Languages for Object-Oriented Programs},
url = {http://c2.com/doc/oopsla87.html},
note = {Accessed 24 November, 2020}
}
@book{benedict1934a,
author = {Benedict, R.},
year = {1934},
title = {Patterns of Culture},
publisher = {Houghton Mifflin Co}
}
@book{benedict1946a,
author = {Benedict, R.},
year = {1946},
title = {The Chrysanthemum and the Sword. Patterns of Japanese Culture},
publisher = {Houghton Mifflin Co}
}
@article{bidgood2020a,
author = {Bidgood, J.},
year = {2020},
month={July},
day={26},
title = {A bipartisan group secretly gathered to game out a contested Trump-Biden election. It wasn’t pretty},
url = {https://www.bostonglobe.com/2020/07/25/nation/bipartisangroup-secretly-gathered-game-out-contested-trump-bidenelection-it-wasnt-pretty/},
note = {Accessed 24 November, 2020},
journal = {Boston Globe}
}
@incollection{bishop2018a,
author = {Bishop, P.},
year = {2018},
title = {Anticipation: Teaching the Future},
pages = {1–10},
publisher = {Springer International Publishing},
url = {https://link.springer.com/referenceworkentry/10.1007/978-3-319-91554-8_1},
note = {Accessed 24 November, 2020},
booktitle = {Handbook of Anticipation}
}
@article{borrelli2020a,
author = {Borrelli, C.},
year = {2020},
month={March},
title = {Q\&A with the Chicago creator of Pandemic, the board game that has become all too real},
url = {https://www.chicagotribune.com/entertainment/ct-ent-pandemicboard-game-20200305-ujujmxok3zeqnlkrn3c7mp75r4-story.html},
note = {Accessed 24 November, 2020},
journal = {Chicago Tribune}
}
@incollection{butz2012a,
author = {Butz, G. and Pezzulo, M.V.},
year = {2012},
title = {Anticipatory Learning},
editor = {Seel, N.M.},
url = {https://doi.org/10.},
pages = {1007 978–1–4419–1428–6},
booktitle = {Encyclopedia of the Sciences of Learning}
}
@book{campbell1949a,
author = {Campbell, J.},
year = {1949},
title = {The Hero With A Thousand Faces},
publisher = {Pantheon Books (The Bollingen Series)}
}
@misc{institute2019a,
author = {Institute, Co-Intelligence},
year = {2019},
title = {Wise Democracy Project},
url = {https://www.wd-pl.com/pattern-list-v2/},
note = {Accessed 24 November, 2020},
type = {PATTERNS LIST version 2.0.}
}
@article{coplien1997a,
author = {Coplien, J.O. and Woolf, B.},
year = {1997},
title = {A pattern language for writers’ workshops},
volume = {9},
pages = {51–60},
journal = {C Plus Plus Report}
}
@inproceedings{corneli2015a,
author = {Corneli, J. and Danoff, C.J. and Pierce, C. and Ricaurte, P. and MacDonald, L.S.},
year = {2015},
title = {Patterns of peeragogy},
pages = {1–23},
url = {https://dl.acm.org/doi/10.5555/3124497.},
booktitle = {Proceedings of the 22nd Conference on Pattern Languages of Programs}
}
@inproceedings{cunningham2013a,
author = {Cunningham, W. and Mehaffy, M.W.},
year = {2013},
title = {Wiki as pattern language},
volume = {PLoP’13},
pages = {32},
url = {http://dl.acm.org/citation.cfm?id=2725669.2725707},
note = {Accessed 24 November, 2020},
booktitle = {Preprints of the 20th Pattern Languages of Programs Conference},
address = {Oslo Norway}
}
@article{dawes2017a,
author = {Dawes, M.J. and Ostwald, M.J.},
year = {2017},
title = {Christopher Alexander’s A Pattern Language: analysing, mapping and classifying the critical response},
volume = {4},
pages = {1–14},
url = {https://doi.org/10.1186/s40410-017-0073-1},
doi = {10.1186/s40410-017-0073-1},
journal = {City, Territory and Architecture},
number = {1}
}
@incollection{deleuze2010a,
author = {Deleuze, G.},
year = {2010},
title = {Letter Preface},
editor = {Martin, Jean-Clet},
publisher = {Edinburgh University Press},
booktitle = {Variations: The Philosophy of Gilles Deleuze},
address = {Edinburgh}
}
@article{designjusticeorg2018a,
author = {DesignJusticeOrg and Doherty, J. and Giordano, J.},
year = {2018},
title = {Design Justice Network Principles},
url = {https:},
note = {Accessed 24 November, 2020},
volume = {15, 4},
pages = {1186 13010–020–00089–0},
journal = {Philos Ethics Humanit Med}
}
@incollection{downing2007a,
author = {Downing, T.},
year = {2007},
title = {Adapting to Climate Change: Achieving Increased Resilience and Livelihood Improvements. Panel Discussion},
publisher = {Nusa Dua},
booktitle = {Forest Day},
address = {Bali}
}
@book{escobar2018a,
author = {Escobar, A.},
year = {2018},
title = {Designs for the Pluriverse Radical Interdependence, Autonomy,and the Making of Worlds},
publisher = {Duke University Press}
}
@misc{unknown2020a,
author = {{European Foresight platform}},
year = {2020},
url = {http://www.foresight-platform.eu/},
note = {Accessed 25 November, 2020}
}
@book{ewing2018a,
author = {Ewing, E.},
year = {2018},
title = {Ghosts in the Schoolyard},
publisher = {University of Chicago Press}
}
@misc{featherstone2017a,
author = {Featherstone, L. and De Filippi, P. and Frey, S. and Schneider, N. and Tan, J.Z. and Zhang, A.X.},
year = {2017},
title = {Divining Desire: Focus groups and the culture of consultation},
url = {https://doi.org/10.2307/j.ctv62hdsr},
note = {Modular Politics: Toward a Governance Layer for Online Communities. 3.},
doi = {10.2307/j.ctv62hdsr},
type = {OR Books.}
}
@misc{finlev2019a,
author = {Finlev, T.},
year = {2019},
title = {Equitable Futures Toolkit. Institute for the Future},
url = {http://www.iftf.org/fileadmin/user_upload/images/},
note = {Accessed 24 November, 2020}
}
@inproceedings{fuster2011a,
author = {Fuster Morell, M.},
year = {2011},
title = {An Introductory Historical Contextualization of Online Creation Communities for the Building of Digital Commons: The Emergence of a Free Culture Movement},
editor = {Hellmann, S. and Frischmuth, P. and Auer, S. and Dietrich, D.},
publisher = {Universitat Leipzig, Germany and Technical University},
note = {Retrieved from},
url = {http://ceur-ws.org/Vol-739/},
booktitle = {OKCon 2011. Open Knowledge Conference Proceedings of the 6th Open Knowledge Conference},
address = {Berlin, Germany}
}
@misc{friction2016a,
author = {Friction, Design},
year = {2016},
title = {Flaws of the Smart City {[}Card game{]}},
url = {http://www.flawsofthesmartcity.com/},
note = {Accessed 25 November, 2020}
}
@misc{furukawazono2013a,
author = {Furukawazono, T. and Seshimo, S. and Muramatsu, D. and Iba, T.},
year = {2013},
title = {Designing a Pattern Language For Surviving Earthquakes},
url = {http://arxiv.org/abs/}
}
@book{gabriel2002a,
author = {Gabriel, R.P.},
year = {2002},
title = {Writers’ Workshops \& the Work of Making Things: Patterns, Poetry{\ldots}},
publisher = {Pearson Education}
}
@book{gamma1994a,
author = {Gamma, E. and Helm, R. and Johnson, R. and Vlissides, J.},
year = {1994},
title = {Design patterns: Elements of Reusable Object-Oriented Software},
publisher = {Addison-Wesley}
}
@book{gane1991a,
author = {Gane, M.},
year = {1991},
title = {Baudrillard’s Bestiary: Baudrillard and Culture},
publisher = {Routledge}
}
@article{genovese2020a,
author = {Genovese, P.},
year = {2020},
month={April},
day={3},
title = {Pandemic —the board game — foreshadows current crisis},
url = {https://www.nj.com/coronavirus/2020/04/},
note = {Accessed 25 November, 2020},
journal = {NJ.Com}
}
@article{gill2013a,
author = {Gill, R.B.},
year = {2013},
title = {The Uses of Genre and the Classification of Speculative Fiction},
volume = {46},
pages = {71–85},
url = {https://doi.org/10.1353/mos.2013.0021},
doi = {10.1353/mos.2013.0021},
journal = {Mosaic: A Journal for the Interdisciplinary Study of Literature},
number = {2}
}
@book{handelman1998a,
author = {Handelman, D.},
year = {1998},
title = {Models and mirrors: Towards an anthropology of public events},
publisher = {Berghahn Books}
}
@misc{hattam2019a,
author = {Hattam, J.},
year = {2019},
title = {A Card Game Designed to Help Urban Communities Plan for the Future. Bloomberg CityLab},
url = {https://www.bloomberg.com/news/articles/2019-02-26/can-a-card-game-make-a-more-equitable-community},
note = {Accessed 25 November,}
}
@article{heinonen2017a,
author = {Heinonen, S. and Minkkinen, M. and Karjalainen, J. and Inayatullah, S.},
year = {2017},
title = {Testing transformative energy scenarios through causal layered analysis gaming},
volume = {124},
pages = {101–113},
url = {https://doi.org/10.1016/j.techfore.2016.10.011},
journal = {Technological Forecasting and Social Change}
}
@book{herodotus1975a,
author = {Herodotus},
year = {1975},
note = {R., A. Selincourt and Aubrey Burn, eds.},
publisher = {Penguin Books},
address = {London}
}
@misc{hopkins2010a,
author = {Hopkins, R.},
year = {2010},
title = {Rethinking Transition as a Pattern Language: an introduction},
url = {https://www.transitionculture.org/2010/06/04/rethinking-transition-as-a-pattern-language-an-introduction/},
note = {Accessed 25 November, 2020}
}
@book{huizinga1949a,
author = {Huizinga, J.},
year = {1949},
title = {Homo Ludens: A Study of the Play-Element of Culture},
publisher = {Routledge \& Kegan Paul},
address = {London}
}
@book{iba2018a,
author = {Iba, T.},
year = {2018},
title = {Learning Patterns: A Pattern Language for Creative Learning},
publisher = {CreativeShift Lab}
}
@misc{iba2019a,
author = {Iba, T.},
year = {2019},
title = {Creating Pattern Languages for Creating a Future where We Can Live Well},
note = {INTERSECTION19 (Designing Enterprises for Better Futures).},
url = {https://www.youtube.com/watch?v=NVCzQM-KQ50}
}
@misc{iba2016a,
author = {Iba, T. and Isaku, T.},
year = {2016},
title = {A pattern language for creating pattern languages: 364 patterns for pattern mining, writing, and symbolizing},
pages = {90–102},
doi = {10.5555/3158161.3158175}
}
@article{inayatullah1998a,
author = {Inayatullah, S.},
year = {1998},
title = {Macrohistory and futures studies},
volume = {30},
pages = {381–394},
url = {https://doi.org/10.1016/s0016-3287(98)00043-3},
doi = {10.1016/s0016-3287(98)00043-3},
journal = {Futures},
number = {5}
}
@article{inayatullah1998b,
author = {Inayatullah, S.},
year = {1998},
title = {Poststructuralism as method},
volume = {30},
pages = {815–829},
url = {https://doi.org/10.1016/S0016-3287(98)00086-X},
doi = {10.1016/S0016-3287(98)00086-X},
journal = {Futures},
number = {8}
}
@inproceedings{jacobus2009a,
author = {Jacobus, F.},
year = {2009},
title = {The Disappearing Architect: 21st Century Practice and the Rise of Intelligent Machines},
pages = {159–165},
url = {https://www.acsa-arch.org/proceedings/},
note = {Accessed 24 November, 2020},
booktitle = {97th ACSA Annual Meeting Proceedings, The Value of Design}
}
@article{schmitt2012a,
author = {Schmitt Olabisi, L.K. and Reich, P.B.},
year = {2012},
title = {Using participatory scenarios to stimulate social learning for collaborative sustainable development},
volume = {17},
url = {https://doi.org/10.5751/ES-04780-170209},
doi = {10.5751/ES-04780-170209},
journal = {Ecology and Society},
number = {2}
}
@article{jordan2018a,
author = {Jordan, R. and Gray, S. and Zellner, M. and Glynn, P.D. and Voinov, A. and Hedelin, B.},
year = {2018},
title = {Twelve questions for the participatory modeling community},
volume = {6},
pages = {1046– 1057},
url = {https://doi.org/10.1029/2018EF000841},
doi = {10.1029/2018EF000841},
journal = {Earth’s Future}
}
@book{jouvenel2004a,
author = {Jouvenel, H.},
year = {2004},
title = {Invitation a la prospective–An Invitation to Foresight},
publisher = {Bilingual Collection Perspectives–Futuribles}
}
@article{karesh2012a,
author = {Karesh, W.B. and Dobson, A. and Lloyd-Smith, J.O. and Lubroth, J. and Dixon, M.A. and Bennett, M. and Aldrich, S. and Harrington, T. and Formenty, P. and Loh, E.H. and MacHalaba, C.C. and Thomas, M.J. and Heymann, D.L.},
year = {2012},
title = {Ecology of zoonoses: Natural and unnatural histories},
volume = {380},
pages = {1936–1945},
url = {https://doi.org/10.1016/S0140-6736(12)61678-X},
doi = {10.1016/S0140-6736(12)61678-X},
journal = {The Lancet},
number = {9857}
}
@inproceedings{kerspern2019a,
author = {Kerspern, B.},
year = {2019},
title = {Game Design Fiction: Bridging mediation through games and design fiction to facilitate anticipation-oriented thinking},
url = {http://anticipationconference.},
note = {Accessed 24 November, 2020},
booktitle = {3rd Conference on Anticipation},
address = {Oslo Norway}
}
@misc{kahn2013a,
author = {Kahn, A.},
year = {2013},
title = {Plague Inc., Centers for Disease Control and Prevention},
url = {https://blogs.cdc.gov/publichealthmatters/2013/04/plagueinc/},
note = {Accessed 24 November, 2020}
}
@incollection{koestler1973a,
author = {Koestler, A.},
year = {1973},
title = {The tree and the candle},
editor = {G., W. and Rizzo, N.D.},
publisher = {A Festschrift for Ludwig von Bertalanffy. Gordon \& Breach Science Pub},
booktitle = {Unity Through Diversity}
}
@inproceedings{kohls2010a,
author = {Kohls, C.},
year = {2010},
title = {The structure of patterns},
volume = {10},
pages = {1–10},
url = {https://doi.org/10.1145/2493288.2493300},
doi = {10.1145/2493288.2493300},
booktitle = {Proceedings of the 17th Conference on Pattern Languages of Programs - PLOP}
}
@inproceedings{kohls2011a,
author = {Kohls, C.},
year = {2011},
title = {The structure of patterns: part II - qualities},
volume = {11},
pages = {1–18},
url = {https://doi.org/10.1145/2578903.2601079},
doi = {10.1145/2578903.2601079},
booktitle = {Proceedings of the 18th Conference on Pattern Languages of Programs - PLoP}
}
@article{kreimeier2002a,
author = {Kreimeier, B.},
year = {2002},
title = {The Case For Game Design Patterns},
url = {https://www.gamasutra.com/view/feature/132649/the_case_},
note = {Accessed 24 November, 2020},
journal = {Gamasutra Features}
}
@misc{leacock2008a,
author = {Leacock, M.},
year = {2008},
title = {Pandemic {[}Board game{]}},
url = {https://www.zmangames.com/},
note = {Accessed 24 November, 2020}
}
@article{leacock2020a,
author = {Leacock, M.},
year = {2020},
month={March},
day={25},
title = {No Single Player Can Win This Board Game. It’s Called Pandemic},
url = {https://www.nytimes.com/},
note = {Accessed 24 November, 2020},
journal = {New York Times}
}
@article{learning-in-the-thick-of-it,
author = {Marilyn Darling and Charles Parry and Joseph Moore },
year = {2005},
month={July-August},
title = {Learning in the Thick of It},
url = {https://hbr.org/2005/07/learning-in-the-thick-of-it},
note = {Accessed 24 November, 2020},
journal = {Harvard Business Review}
}
@misc{Training-the-Force,
author = {{US Army}},
year = {2002},
month={October},
title = {Training the Force},
number={FM 7-0}
}
@misc{lee2013a,
author = {Lee, S.},
year = {2013},
title = {The Next Monopoly? What “Pandemic” teaches us about public health. Public Health Matters Blog},
url = {https://blogs.cdc.gov/publichealthmatters/2013/04/plague-inc/},
note = {Accessed 24 November, 2020}
}
@book{leitner2015a,
author = {Leitner, H.},
year = {2015},
title = {Pattern theory: introduction and perspectives on the tracks of Christopher Alexander},
publisher = {HLS Software}
}
@incollection{liveley2017a,
author = {Liveley, G.},
year = {2017},
title = {Anticipation and Narratology},
pages = {1–20},
publisher = {Springer International Publishing},
url = {https://doi.org/10.},
booktitle = {Handbook of Anticipation}
}
@book{manns2015a,
author = {Manns, M.L. and Rising, L.},
year = {2015},
title = {Fearless Change: Patterns for Introducing New Ideas},
publisher = {Addison-Wesley Professional}
}
@incollection{merriam-webster2020a,
author = {Merriam-Webster},
year = {2020},
title = {Play},
url = {https://www.merriam-webster.com/dictionary/play},