-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiff.bib
1223 lines (1104 loc) · 38.3 KB
/
diff.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
@misc{uci-thesis-latex,
title = {{LaTeX template for thesis and dissertation documents at UC Irvine}},
author = {Otten, Lars},
year = 2012,
howpublished = {\url{https://github.com/lotten/uci-thesis-latex/}}
}
@article{baker2012guest,
title={Guest Editors' Introduction: Studying Professional Software Design},
author={Baker, Alex and van der Hoek, Alex and Ossher, Harold and Petre, Marian},
journal={Software, IEEE},
volume={29},
number={1},
pages={28--33},
year={2012},
publisher={IEEE}
}
@inproceedings{cherubini2007let,
title={Let's go to the whiteboard: how and why software developers use drawings},
author={Cherubini, Mauro and Venolia, Gina and DeLine, Rob and Ko, Andrew J},
booktitle={Proceedings of the SIGCHI conference on Human factors in computing systems},
pages={557--566},
year={2007},
organization={ACM}
}
@article{dekel2007notation,
title={Notation and representation in collaborative object-oriented design: an observational study},
author={Dekel, Uri and Herbsleb, James D},
journal={ACM SIGPLAN Notices},
volume={42},
number={10},
pages={261--280},
year={2007},
publisher={ACM}
}
@article{chen2008sumlow,
title={SUMLOW: early design-stage sketching of UML diagrams on an E-whiteboard},
author={Chen, Qi and Grundy, John and Hosking, John},
journal={Software: Practice and Experience},
volume={38},
number={9},
pages={961--994},
year={2008},
publisher={Wiley Online Library}
}
@inproceedings{landay1995interactive,
title={Interactive sketching for the early stages of user interface design},
author={Landay, James A and Myers, Brad A},
booktitle={Proceedings of the SIGCHI conference on Human factors in computing systems},
pages={43--50},
year={1995},
organization={ACM Press/Addison-Wesley Publishing Co.}
}
@inproceedings{hammond2006ladder,
title={LADDER: A language to describe drawing, display, and editing in sketch recognition},
author={Hammond, Tracy and Davis, Randall},
booktitle={ACM SIGGRAPH 2006 Courses},
pages={27},
year={2006},
organization={ACM}
}
@incollection{damm2000supporting,
title={Supporting several levels of restriction in the UML},
author={Damm, Christian Heide and Hansen, Klaus Marius and Thomsen, Michael and Tyrsted, Michael},
booktitle={≪ UML≫ 2000—The Unified Modeling Language},
pages={396--409},
year={2000},
publisher={Springer}
}
@inproceedings{chung2005inkkit,
title={InkKit: a generic design tool for the tablet PC},
author={Chung, Ronald and Mirica, Petrut and Plimmer, Beryl},
booktitle={Proceedings of the 6th ACM SIGCHI New Zealand chapter's international conference on Computer-human interaction: making CHI natural},
pages={29--30},
year={2005},
organization={ACM}
}
@article{stefik1987beyond,
title={Beyond the chalkboard: computer support for collaboration and problem solving in meetings},
author={Stefik, Mark and Foster, Gregg and Bobrow, Daniel G and Kahn, Kenneth and Lanning, Stan and Suchman, Lucy},
journal={Communications of the ACM},
volume={30},
number={1},
pages={32--47},
year={1987},
publisher={ACM}
}
@inproceedings{Streitz:1994:DIM:192844.193044,
author = {Streitz, Norbert A. and Geissler, J\"{o}rg and Haake, J\"{o}rg M. and Hol, Jeroen},
title = {DOLPHIN: integrated meeting support across local and remote desktop environments and LiveBoards},
booktitle = {Proceedings of the 1994 ACM conference on Computer supported cooperative work},
series = {CSCW '94},
year = {1994},
isbn = {0-89791-689-1},
location = {Chapel Hill, North Carolina, USA},
pages = {345--358},
numpages = {14},
url = {http://doi.acm.org/10.1145/192844.193044},
doi = {10.1145/192844.193044},
acmid = {193044},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {brainstorming, collaborative writing/drawing, document-based cooperation, electronic meeting rooms, hypermedia, interactive whiteboards, pen-based interaction, planning, shared workspaces},
}
@article{newman2003denim,
author = {Newman, Mark W. and Lin, James and Hong, Jason I. and Landay, James A.},
title = {DENIM: an informal web site design tool inspired by observations of practice},
journal = {Hum.-Comput. Interact.},
volume = {18},
issue = {3},
month = {September},
year = {2003},
issn = {0737-0024},
pages = {259--324},
numpages = {66},
acmid = {1466542},
publisher = {L. Erlbaum Associates Inc.},
address = {Hillsdale, NJ, USA}
}
@inproceedings{mynatt1999flatland,
title={Flatland: new dimensions in office whiteboards},
author={Mynatt, Elizabeth D and Igarashi, Takeo and Edwards, W Keith and LaMarca, Anthony},
booktitle={Proceedings of the SIGCHI conference on Human factors in computing systems: the CHI is the limit},
pages={346--353},
year={1999},
organization={ACM}
}
@inproceedings{guimbretiere2001fluid,
title={Fluid interaction with high-resolution wall-size displays},
author={Guimbreti{\`e}re, Fran{\c{c}}ois and Stone, Maureen and Winograd, Terry},
booktitle={Proceedings of the 14th annual ACM symposium on User interface software and technology},
pages={21--30},
year={2001},
organization={ACM}
}
@inproceedings{klemmer2001designers,
author = {Klemmer, Scott R. and Newman, Mark W. and Farrell, Ryan and Bilezikjian, Mark and Landay, James A.},
title = {The designers' outpost: a tangible interface for collaborative web site},
booktitle = {Proceedings of the 14th annual ACM symposium on User interface software and technology},
series = {UIST '01},
year = {2001},
isbn = {1-58113-438-X},
location = {Orlando, Florida},
pages = {1--10},
numpages = {10},
acmid = {502350},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {CSCW, Computer Vision, Informal Interfaces, Information Architecture, Sketching, Tangible Interfaces, Web Design},
organization={ACM}
}
@inproceedings{petre2009insights,
author = {Petre, Marian},
title = {Insights from expert software design practice},
booktitle = {Proceedings of the the 7th joint meeting of the European software engineering conference and the ACM SIGSOFT symposium on The foundations of software engineering},
series = {ESEC/FSE '09},
year = {2009},
isbn = {978-1-60558-001-2},
location = {Amsterdam, The Netherlands},
pages = {233--242},
numpages = {10},
acmid = {1595731},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {design, empirical studies, expertise, software design processes},
organization={ACM}
}
@inproceedings{damm2000tool,
author = {Damm, Christian Heide and Hansen, Klaus Marius and Thomsen, Michael},
title = {Tool support for cooperative object-oriented design: gesture based modelling on an electronic whiteboard},
booktitle = {Proceedings of the SIGCHI conference on Human factors in computing systems},
series = {CHI '00},
year = {2000},
isbn = {1-58113-216-6},
location = {The Hague, The Netherlands},
pages = {518--525},
numpages = {8},
acmid = {332488},
publisher = {ACM},
address = {New York, NY, USA},
organization={ACM},
keywords = {CASE tools, cooperative design, electronic whiteboards, gesture input, object-oriented modeling, user study},
}
@book{cross2007designerly,
title={Designerly ways of knowing},
author={Cross, Nigel},
year={2007},
publisher={Birkhauser Boston}
}
@article{do1998right,
title={The Right Tool at the Right Time--Investigation of Freehand Drawing as an Interface to Knowledge Based Design Tools},
author={Do, Ellen Yi-Luen},
year={1998},
publisher={Georgia Institute of Technology}
}
@book{lawson1994design,
title={Design in mind},
author={Lawson, Bryan},
year={1994},
publisher={Butterworth Architecture London}
}
@book{eugene1992engineering,
title={Engineering and the Mind's Eye},
author={Eugene S. Ferguson},
year={1992},
publisher={The MIT Press}
}
@article{shipman1999incremental,
title={Incremental formalization with the hyper-object substrate},
author={Shipman III, Frank M and McCall, Raymond J},
journal={ACM Transactions on Information Systems (TOIS)},
volume={17},
number={2},
pages={199--227},
year={1999},
publisher={ACM}
}
@inproceedings{virzi1996usability,
title={Usability problem identification using both low-and high-fidelity prototypes},
author={Virzi, Robert A and Sokolov, Jeffrey L and Karis, Demetrios},
booktitle={Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages={236--243},
year={1996},
organization={ACM}
}
@inproceedings{wong1992rough,
title={Rough and ready prototypes: Lessons from graphic design},
author={Wong, Yin Yin},
booktitle={Posters and short talks of the 1992 SIGCHI conference on Human factors in computing systems},
pages={83--84},
year={1992},
organization={ACM}
}
@inproceedings{tversky2002sketches,
title={What do sketches say about thinking},
author={Tversky, Barbara},
booktitle={2002 AAAI Spring Symposium, Sketch Understanding Workshop, Stanford University, AAAI Technical Report SS-02-08},
pages={148--151},
year={2002}
}
@inproceedings{ossher12flexible,
title={Are Flexible Modeling Tools applicable to Software Design Discussions},
author={Ossher, Harold and John, Bonnie and Desmond, Michael and Bellamy, Rachel},
booktitle={NSF Sponsored Workshop on Studying Professional Software Design (SPSD)},
volume={12},
year = {2010}
}
@article{ossher2010flexible,
title={Flexible modeling tools for pre-requirements analysis: conceptual architecture and research challenges},
author={Ossher, Harold and Bellamy, Rachel and Simmonds, Ian and Amid, David and Anaby-Tavor, Ateret and Callery, Matthew and Desmond, Michael and de Vries, Jacqueline and Fisher, Amit and Krasikov, Sophia},
journal={ACM Sigplan Notices},
volume={45},
number={10},
pages={848--864},
year={2010},
publisher={ACM}
}
@inproceedings{Ossher2,
author = {Ossher, Harold and van der Hoek, Andr{\'e} and Storey, Margaret-Anne and Grundy, John and Bellamy, Rachel and Petre, Marian},
title = {Workshop on flexible modeling tools (FlexiTools 2011)},
booktitle = {Proceedings of the 33rd International Conference on Software Engineering},
series = {ICSE '11},
year = {2011},
isbn = {978-1-4503-0445-0},
location = {Waikiki, Honolulu, HI, USA},
pages = {1192--1193},
numpages = {2},
acmid = {1986041},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {flexible modeling tools, modeling, software development tools},
}
@article{mangano2012design,
title={The design and evaluation of a tool to support software designers at the whiteboard},
author={Mangano, Nicolas and van der Hoek, Andr{\'e}},
journal={Automated Software Engineering},
volume={19},
number={4},
pages={381--421},
year={2012},
publisher={Springer}
}
@incollection{zannier2007comparing,
title={Comparing decision making in agile and non-agile software organizations},
author={Zannier, Carmen and Maurer, Frank},
booktitle={Agile Processes in Software Engineering and Extreme Programming},
pages={1--8},
year={2007},
publisher={Springer}
}
@inproceedings{myers2008designers,
title={How designers design and program interactive behaviors},
author={Myers, Brad and Park, Sun Young and Nakano, Yoko and Mueller, Greg and Ko, Andrew},
booktitle={Visual Languages and Human-Centric Computing, 2008. VL/HCC 2008. IEEE Symposium on},
pages={177--184},
year={2008},
organization={IEEE}
}
@book{buxton2010sketching,
title={Sketching User Experiences: Getting the Design Right and the Right Design: Getting the Design Right and the Right Design},
author={Buxton, Bill},
year={2010},
publisher={Morgan Kaufmann}
}
@book{jones1992design,
title={Design methods},
author={Jones, John Chris},
year={1992},
publisher={John Wiley \& Sons}
}
@incollection{da2001user,
title={User interface declarative models and development environments: A survey},
author={Da Silva, Paulo Pinheiro},
booktitle={Interactive Systems Design, Specification, and Verification},
pages={207--226},
year={2001},
publisher={Springer}
}
@book{van2003design,
title={The design of sites: patterns, principles, and processes for crafting a customer-centered Web experience},
author={Van Duyne, Douglas K and Landay, James A and Hong, Jason I},
year={2003},
publisher={Addison-Wesley Professional}
}
@article{zannier2007model,
title={A model of design decision making based on empirical results of interviews with software designers},
author={Zannier, Carmen and Chiasson, Mike and Maurer, Frank},
journal={Information and Software Technology},
volume={49},
number={6},
pages={637--653},
year={2007},
publisher={Elsevier}
}
@inproceedings{dekel2005supporting,
title={Supporting distributed software design meetings: what can we learn from co-located meetings?},
author={Dekel, Uri},
booktitle={ACM SIGSOFT Software Engineering Notes},
volume={30},
number={4},
pages={1--7},
year={2005},
organization={ACM}
}
@article{robbins2000cognitive,
title={Cognitive support, UML adherence, and XMI interchange in Argo/UML},
author={Robbins, Jason E. and Redmiles, David F.},
journal={Information and Software Technology},
volume={42},
number={2},
pages={79--89},
year={2000},
publisher={Elsevier}
}
@article{baker2010ideas,
title={Ideas, subjects, and cycles as lenses for understanding the software design process},
author={Baker, Alex and van der Hoek, Andr{\'e}},
journal={Design Studies},
volume={31},
number={6},
pages={590--613},
year={2010},
publisher={Elsevier}
}
@INPROCEEDINGS{Arvo,
author = {Arvo, J and Novins, K},
title = {Fluid sketching of directed graphs},
year = {2006},
pages = {81-86},
publisher = {Australian Computer Society, Inc.}
}
@PHDTHESIS{Baker,
author = {Baker, Alexander},
title = {Bringing Software to Design: Theoretical and Empirical Studies of
Software's Role as a Design Discipline},
year = {2010},
university = {University of California Irvine}
}
@ARTICLE{Ball,
title={Design requirements, epistemic uncertainty and solution development strategies in software design},
author={Ball, L.J. and Onarheim, B. and Christensen, B.T.},
journal={Design Studies},
year={2010},
publisher={Elsevier},
volume = {31},
number = {6},
pages = {567 - 589},
}
@ARTICLE{Bederson,
author = {Bederson, {Benjamin B.} and Grosjean, Jesse and Meyer, Jon},
title = {Toolkit Design for Interactive Structured Graphics},
journal = {IEEE Trans. Softw. Eng.},
volume = {30},
issue = {8},
month = {August},
year = {2004},
issn = {0098-5589},
pages = {535--546},
numpages = {12},
acmid = {1018385},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Index Terms- Monolithic toolkits, polylithic toolkits, object-oriented design, composition, inheritance, Zoomable User Interfaces (ZUIs), animation, structured graphics, Graphical User Interfaces (GUIs), Pad++, Jazz, Piccolo.},
}
@ARTICLE{Brooks,
author = {Brooks,Jr., Frederick P.},
title = {No Silver Bullet Essence and Accidents of Software Engineering},
journal = {Computer},
volume = {20},
issue = {4},
month = {April},
year = {1987},
issn = {0018-9162},
pages = {10--19},
numpages = {10},
acmid = {26441},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
}
@book{Brooksa,
author = {Brooks, Frederick P.},
title = {The Design of Design: Essays from a Computer Scientist},
year = {2010},
isbn = {0201362988, 9780201362985},
edition = {1st},
publisher = {Addison-Wesley Professional},
}
@BOOK{Cross,
title = {Designerly Ways of Knowing},
publisher = {Springer},
year = {2006},
author = {Cross, Nigel}
}
@BOOK{Csikszentmihalyi,
title = {Flow: The Psychology of Optimal Experience},
publisher = {Harper Perennial},
year = {1991},
author = {Csikszentmihalyi, Mihaly},
address = {New York, New York}
}
@ARTICLE{Dam,
author = {van Dam, A},
title = {Beyond WIMP},
journal = {Computer Graphics and Applications, IEEE},
year = {2002},
volume = {20},
pages = {50-51},
number = {1}
}
@ARTICLE{Do,
author = {Do, E.Y.L. and Gross, M.D. and Neiman, B. and Zimring, C.},
title = {Intentions in and relations among design drawings},
journal = {Design Studies},
year = {2000},
volume = {21},
pages = {483-503},
number = {5}
}
@PHDTHESIS{Doa,
author = {Do, Ellen Yi-Luen},
title = {The Right Tool at the Right Time--Investigation of Freehand Drawing
as an Interface to Knowledge Based Design Tools},
year = {1998},
university = {Georgia Institute of Technology}
}
@BOOK{Goel,
title = {Sketches of Thought},
publisher = {The MIT Press},
year = {1995},
author = {Goel, Vinod},
address = {Cambridge, Massachusetts}
}
@ARTICLE{Goldschmidt,
author = {Goldschmidt, G},
title = {The dialectics of sketching},
journal = {Creativity Research Journal},
year = {1991},
volume = {4},
pages = {123-143},
number = {2}
}
@article{grisham,
title={Improving Design Intent Research for Software Maintenance},
author={Grisham, P.S. and Iida, H. and Perry, D.E.},
year={2009},
journal={}
}
@INPROCEEDINGS{Gross,
author = {Gross, MD},
title = {Stretch-A-Sketch: a dynamic diagrammer},
year = {2002},
pages = {232-238},
publisher = {IEEE}
}
@ARTICLE{Grossa,
author = {Gross, MD},
title = {The Electronic Cocktail Napkin--a computational environment for working
with design diagrams},
journal = {Design Studies},
year = {1996},
volume = {17},
pages = {53-69},
number = {1}
}
@ARTICLE{Grundy,
author = {Grundy, J.C. and Hosking, J.G.},
title = {Supporting Generic Sketching-Based Input of Diagrams in a Domain-Specific
Visual Language Meta-Tool},
journal = {Proceedings of the 29th International Conference on Software Engineering},
year = {2007},
pages = {282-291},
note = {1248861}
}
@INPROCEEDINGS{Hailpern,
author = {Hailpern, J and Hinterbichler, E and Leppert, C and Cook, D and Bailey,
BP},
title = {TEAM STORM: demonstrating an interaction model for working with multiple
ideas during creative group work},
year = {2007},
pages = {193-202},
publisher = {ACM}
}
@INPROCEEDINGS{Hendry,
author = {Hendry, David},
title = {Sketching with Conceptual Metaphors to Explain Computational Processes},
booktitle = {Visual Languages and Human-Centric Computing},
year = {2006},
pages = {95-102},
address = {Washington, DC},
publisher = {IEEE Computer Society}
}
@INPROCEEDINGS{Hong,
author = {Hong, JI and Landay, JA},
title = {SATIN: a toolkit for informal ink-based applications},
year = {2000},
pages = {63-72},
publisher = {ACM}
}
@ARTICLE{Igbaria,
author = {Igbaria, M and Iivari, J and Maragahh, H},
title = {Why do individuals use computer technology? A Finnish case study},
journal = {Information \& Management},
year = {1995},
volume = {29},
pages = {227-238},
number = {5}
}
@ARTICLE{Johnson,
author = {Johnson, Gabe and Gross, Mark D. and Hong, Jason and Do, Ellen Yi-Luen},
title = {Computational Support for Sketching in Design: A Review},
journal = {Foundations and Trends in Human–Computer Interaction},
year = {2008},
volume = {2},
pages = {1-93},
number = {1}
}
@ARTICLE{Knipping,
author = {Knipping, L.},
title = {An electronic chalkboard for classroom and distance teaching},
year = {2005}
}
@ARTICLE{Kramer,
author = {Kramer, Axel},
title = {Translucent patches---dissolving windows},
journal = {Proceedings of the 7th annual ACM symposium on User interface software
and technology},
year = {1994},
pages = {121-130},
note = {192474}
}
@INPROCEEDINGS{Ju,
author = {Ju, W and Lee, BA and Klemmer, SR},
title = {Range: exploring implicit interaction through electronic whiteboard
design},
year = {2008},
pages = {17-26},
publisher = {ACM}
}
@INPROCEEDINGS{Landay,
author = {Landay, JA},
title = {SILK: sketching interfaces like krazy},
year = {1996},
pages = {399},
publisher = {ACM}
}
@ARTICLE{Larkin,
author = {Larkin, JH and Simon, HA},
title = {Why a Diagram is (Sometimes) Worth Ten Thousand Words**},
journal = {Cognitive science},
year = {1987},
volume = {11},
pages = {65-100},
number = {1}
}
@article{moody2009physics,
author = {Moody, Daniel},
title = {The \&\#8220;Physics\&\#8221; of Notations: Toward a Scientific Basis for Constructing Visual Notations in Software Engineering},
journal = {IEEE Trans. Softw. Eng.},
issue_date = {November 2009},
volume = {35},
number = {6},
month = nov,
year = {2009},
issn = {0098-5589},
pages = {756--779},
numpages = {24},
url = {http://dx.doi.org/10.1109/TSE.2009.67},
doi = {10.1109/TSE.2009.67},
acmid = {1687149},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Modeling, Modeling, analysis, diagrams, communication, visualization, visual syntax, concrete syntax., analysis, communication, concrete syntax., diagrams, visual syntax, visualization},
}
@inproceedings{Moody:2009:TDV:1685992.1686136,
author = {Moody, Daniel},
title = {Theory development in visual language research: Beyond the cognitive dimensions of notations},
booktitle = {Proceedings of the 2009 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC)},
series = {VLHCC '09},
year = {2009},
isbn = {978-1-4244-4876-0},
pages = {151--154},
numpages = {4},
url = {http://dx.doi.org/10.1109/VLHCC.2009.5295275},
doi = {10.1109/VLHCC.2009.5295275},
acmid = {1686136},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Shaw:1993:PCA:645540.657852,
author = {Shaw, Mary},
title = {Procedure Calls Are the Assembly Language of Software Interconnection: Connectors Deserve First-Class Status},
booktitle = {Selected papers from the Workshop on Studies of Software Design},
series = {ICSE '93},
year = {1996},
isbn = {3-540-61285-8},
pages = {17--32},
numpages = {16},
url = {http://dl.acm.org/citation.cfm?id=645540.657852},
acmid = {657852},
publisher = {Springer-Verlag},
address = {London, UK, UK},
}
@ INPROCEEDINGS{Mangano,
author = {Mangano, Nicolas and Baker, Alex and Dempsey, Mitch and Navarro, Emily and van der Hoek, Andr\'{e}},
title = {Software design sketching with calico},
booktitle = {Proceedings of the IEEE/ACM international conference on Automated software engineering},
series = {ASE '10},
year = {2010},
isbn = {978-1-4503-0116-9},
location = {Antwerp, Belgium},
pages = {23--32},
numpages = {10},
acmid = {1859003},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {calico, creative exploration, design, electronic whiteboard, informal drawing, sketching, software design},
}
@inproceedings{Mangano2,
author = {Nicolas Mangano and And\'e van der Hoek},
title = {A Tool for Distributed Software Design Collaboration},
booktitle = {Proceedings of the ACM 2012 conference on Computer supported cooperative work},
series = {CSCW '12},
year = {2012},
numpages = {2},
publisher = {ACM},
address = {New York, NY, USA},
}
@ARTICLE{Meyer,
author = {Meyer, A},
title = {Pen computing: a technology overview and a vision},
journal = {ACM SIgCHI Bulletin},
year = {1995},
volume = {27},
pages = {46-90},
number = {3}
}
@book{Moran,
author = {Moran, Thomas P.},
editor = {Carroll, John M.},
title = {Design Rationale: Concepts, Techniques, and Use},
year = {1996},
isbn = {080581566X},
publisher = {L. Erlbaum Associates Inc.},
address = {Hillsdale, NJ, USA},
}
@BOOK{Newell,
title = {Human problem solving},
publisher = {Prentice-Hall Englewood Cliffs, NJ},
year = {1972},
author = {Newell, A and Simon, HA and SCIENCE., CARNEGIE-MELLON UNIV PITTSBURGH
PA DEPT OF COMPUTER},
volume = {104}
}
@ARTICLE{Nickerson,
author = {Nickerson, JV and Corter, JE and Tversky, B and Zahner, D and Rho,
YJ},
title = {The Spatial Nature of Thought: Understanding Systems Design Through
Diagrams},
journal = {ICIS 2008 Proceedings},
year = {2008},
pages = {216}
}
@ARTICLE{Olson,
author = {Olson, GM and Olson, JS and Carter, MR and Storrosten, M},
title = {Small group design meetings: An analysis of collaboration},
journal = {Human-Computer Interaction},
year = {1992},
volume = {7},
pages = {347-374},
number = {4}
}
@ARTICLE{Olsona,
author = {Olson, GM and Olson, JS and Storrøsten, M and Carter, M and Herbsleb,
J and Rueter, H},
title = {The structure of activity during design meetings},
journal = {Design rationale: Concepts, techniques and use},
year = {1996},
pages = {217-240}
}
@ARTICLE{Olsonb,
author = {Olson, JS and Olson, GM and Storrøsten, M and Carter, M},
title = {Groupwork close up: a comparison of the group design process with
and without a simple group editor},
journal = {ACM Transactions on Information Systems (TOIS)},
year = {1993},
volume = {11},
pages = {321-348},
number = {4}
}
@inproceedings{Pederson,
author = {Pedersen, Elin R{\o}nby and McCall, Kim and Moran, Thomas P. and Halasz, Frank G.},
title = {Tivoli: an electronic whiteboard for informal workgroup meetings},
booktitle = {Proceedings of the INTERACT '93 and CHI '93 conference on Human factors in computing systems},
series = {CHI '93},
year = {1993},
isbn = {0-89791-575-5},
location = {Amsterdam, The Netherlands},
pages = {391--398},
numpages = {8},
acmid = {169309},
publisher = {ACM},
address = {New York, NY, USA}
}
@ARTICLE{Petrea,
author = {Petre, M},
title = {Team coordination through externalized mental imagery},
journal = {International Journal of Human-Computer Studies},
year = {2004},
volume = {61},
pages = {205-218},
number = {2}
}
@ARTICLE{Petreb,
author = {Petre, M and van der Hoek, A and Baker, A},
title = {Studying Professional Software Designers 2010: Introduction to the
special issue},
journal = {Design Studies},
year = {2010}
}
@article{Plimmer,
title={Computer-aided sketching to capture preliminary design},
author={Plimmer, BE and Apperley, M.},
year={2002},
publisher = {Australian Computer Society},
pages = {9-12},
journal={Proceedings of the Third Australasian Conference (2002) on User interfaces}
}
@inproceedings{Plimmer2,
author = {Plimmer, Beryl and Grundy, J.C.},
title = {Beautifying sketching-based design tool content: issues and experiences},
booktitle = {Proceedings of the Sixth Australasian conference on User interface - Volume 40},
series = {AUIC '05},
year = {2005},
isbn = {1-920682-22-8},
location = {Newcastle, Australia},
pages = {31--38},
numpages = {8},
acmid = {1082248},
publisher = {Australian Computer Society, Inc.},
address = {Darlinghurst, Australia, Australia},
keywords = {sketch beautification, sketching-based user interfaces},
}
@ARTICLE{PUTNAM,
author = {Putnam, L.L.},
title = {Procedural messages and small group work climates: A lag sequential
analysis},
journal = {Communication Yearbook 5},
year = {1981},
pages = {331}
}
@INPROCEEDINGS{Qian,
author = {Qian, D and Gross, MD},
title = {Collaborative design with netdraw},
year = {1999},
volume = {99}
}
@BOOK{Quatrani,
title = {Visual Modeling With Rational Rose and Uml},
publisher = {Addison-Wesley},
year = {1997},
author = {Quatrani, T.},
address = {Reading, MA}
}
@INPROCEEDINGS{Robbins,
author = {Robbins, J. and Hilbert, D. and Redmiles, D.},
title = {Argo: A Design Environment for Evolving Software Architectures},
booktitle = {Nineteenth International Conference on Software Engineering},
year = {1997},
address = {Boston, MA},
publisher = {ACM Press}
}
@ARTICLE{Schutze,
author = {Schutze, Martina and Sachse, Pierre and Römer, Anne},
title = {Support value of sketching in the design process},
journal = {Research in Engineering Design},
year = {2003},
volume = {14},
pages = {89-97},
number = {2}
}
@book{schon,
title={The reflective practitioner: How professionals think in action},
author={Sch\"{o}n, D.A.},
year={1983},
publisher={Basic books}
}
@ARTICLE{Shipman,
author = {Shipman, FM and Marshall, CC},
title = {Formality considered harmful: Experiences, emerging themes, and directions
on the use of formal representations in interactive systems},
journal = {Computer Supported Cooperative Work (CSCW)},
year = {1999},
volume = {8},
pages = {333-352},
number = {4}
}
@BOOK{Stahovich,
title = {SketchIT: A sketch interpretation tool for conceptual mechanical
design},
publisher = {Citeseer},
year = {1995},
author = {Stahovich, TF and Laboratory, Massachusetts Institute of Technology.
Artificial Intelligence}
}
@ARTICLE{Stefik,
author = {Stefik, M},
title = {WYSIWIS revised: early experiences with multiuser interfaces},
journal = {ACM Transactions in Information Systems},
year = {1987},
volume = {5},
pages = {147-167},
number = {2}
}
@ARTICLE{Stefika,
author = {Stefik, M and Foster, G and Bobrow, DG and Kahn, K and Lanning, S
and Suchman, L},
title = {Beyond the chalkboard: computer support for collaboration and problem
solving in meetings},
journal = {Communications of the ACM},
year = {1987},
volume = {30},
pages = {32-47},
number = {1}
}
@ARTICLE{Suwa,
author = {Suwa, Masaki and Gero, John and Purcell, Terry},
title = {Unexpected discoveries and S-invention of design requirements: important
vehicles for a design process},
journal = {Design Studies},
year = {2000},
volume = {21},
pages = {539-567},
number = {6},
keywords = {conceptual design design cognition design process drawing perception}
}
@MISC{Taylor,
author = {Taylor, Richard N. and Hoek, Andre van der},
title = {Software Design and Architecture The once and future focus of software
engineering},
year = {2007},
isbn = {0-7695-2829-5},
pages = {226-243},
publisher = {IEEE Computer Society}
}
@article{Yamamoto,
author = {Yamamoto, Yasuhiro and Nakakoji, Kumiyo},
title = {Interaction design of tools for fostering creativity in the early stages of information design},
journal = {Int. J. Hum.-Comput. Stud.},
volume = {63},
issue = {4-5},
month = {October},
year = {2005},
issn = {1071-5819},
pages = {513--535},
numpages = {23},
acmid = {1140949},
publisher = {Academic Press, Inc.},
address = {Duluth, MN, USA},
keywords = {cognitive tools, creativity, information design, interaction design, representations}
}