-
Notifications
You must be signed in to change notification settings - Fork 3
/
references.bib
2562 lines (2292 loc) · 127 KB
/
references.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
@article{cheoh_profile_2018,
title = {Profile Interview With Sabine Brunswicker},
volume = {Volume 5},
url = {https://docs.lib.purdue.edu/pjsl/vol5/iss1/22},
doi = {10.5703/1288284316831},
abstract = {Jia Lin Cheoh is a third-year undergraduate student in the Department of Computer Science at Purdue University, working with support from a national fellowship award. She was an independent study student under Dr. Sabine Brunswicker, working on the Purdue {IronHacks} for the past two years. She enjoys guiding students and working as a software developer on the Purdue {IronHacks} platform (www.ironhacks.com) with Dr. Brunswicker in {HONR} 299 and {TECH} 499 on open data hacking. Her team contributed to multiple novel web applications developed by students from various backgrounds.},
pages = {Article 22},
issue = {Issue 1},
journaltitle = {Purdue Journal of Service Learning and International Engagement},
shortjournal = {{PJSL}},
author = {Cheoh, Jia Lin and Brunswicker, Sabine},
date = {2018},
}
@unpublished{cheoh_ironhacks_2018,
location = {Massachusetts Institute of Technology},
title = {{IronHacks} Research Tool: A Hackathon Research Tool for Studying the Power of Collective Intelligence},
abstract = {New {IronHacks} software is developed as a tool for running multiphase hackathons, which is also the first tool developed to run hackathons in a tightly controlled environment. The {IronHacks} software is a user interface where participants create their solutions. It also acts as a hackathon manager that enables the footprints left by the solutions’ creators to be tracked down. To model the real-world reuse scenario that will lead to the development of a robust reuse model, advancing the current search engine in locating relevant source codes to be reused, it is essential for the experiments to be run in a tightly controlled environment where each participant is given the same set of tools to create their solutions on. This piece of work describes a novel graphical user interface design that enables treatment conditions to be manipulated and tractions to be captured for each group of solutions’ creators all on a standard environment. This program greatly expands the possibilities for researchers to extend the literature of reuse in the software engineering domain.},
note = {{IEEE} Research Technology Conference},
author = {Cheoh, Jia Lin},
editora = {{Brunswicker, Sabine}},
editoratype = {collaborator},
date = {2018-10-05},
}
@unpublished{brunswicker_sabine_lucky_2018,
location = {Massachusetts Institute of Technology},
title = {A Lucky Catch: How a Coding Bot Built with Neural Nets Catch Programmers’ Thoughts},
abstract = {In this lightning talk, I will introduce a coding bot that I built together with Prof. Sabine Brunswicker, my
mentor in Purdue University and {PhD} advisor to-be, where functions predictions in our recommender
system is achieved by using neural nets on sentiment classifier to classify data. Inspired by the eminent
neural conversational model built by Oriol Vinyals and Quoc Le in Cornell University, we incorporated the
‘sequence to sequence’ model when training our coding bot. Exploiting properties of neural nets, our new
approach provides guarantees on the accuracy of the results as neural nets don’t analyze text, which is
the functions wrote by programmers, at face value unlike the traditional approach that dissects the texts
into smaller tokens, counts the number of times each token shows up and utilizes the ‘bag of words’
model, which is commonly called the ‘dictionary’ to compute the overall subjectivity of the text with the
subjectivity of each word pre-recorded. Our new approach, however, will train the classifier and the given
new function will be classified in a different category. Based on the theory of ‘sequence to sequence’
model, I will introduce the concept of representing different recurrent neural network in function
predictions with different sets of parameters each, where the function is given few data points to learn
from the hidden previous function and also the current function. Our model not only learns from the data
injected by programmers but how it learns before. When predicting sequences of functions by converting
text to vector or numerical representations, we not only predict based on the previous functions but all
the functions that came before it by estimating the probability of certain contexts and learning a
similarity function where the reply to the programmer is one of the elements in a predefined pool of
possible answers. This ability to mimic programmers’ thoughts lead to a more efficient coding process
where programmers just have to describe what they want to do to the coding bot to have the relevant
functions inserted for them into their software applications.},
note = {{IEEE} Research Technology Conference},
author = {Cheoh, Jia Lin},
editora = {{Brunswicker, Sabine}},
editoratype = {collaborator},
date = {2018-10-05},
}
@unpublished{cheoh_there_2018,
location = {Massachusetts Institute of Technology},
title = {There are multiple web applications! How do we extract the web components of different sizes to compare the visual similarities between them?},
abstract = {New visual similarity technology based on {SSIM} is developed as a
tool for measuring visual similarities of multiple web applications
of different sizes, which is the first technology model that targets
web components of different sizes. This visual similarity technology
takes screenshots of the web applications in the background and
extracts the components needed for further study. For finding
visual similarities between different components on the web
applications, it is essential for the algorithms to be able to handle
components of varying sizes, after components extractions have
been performed by the visual similarity technology. This work
describes a new algorithmic implementation for the detection of visual similarities of various web components developed. The
new implementation extends upon the {SSIM} algorithm that
measure the visual similarity of images of similar sizes.
The program portrays successful detection of visually similar
charts and maps of different sizes in the web applications.
This implementation greatly expands the possibilities to investigate
visual reuse between web applications' developers.},
note = {{IEEE} Research Technology Conference},
author = {Cheoh, Jia Lin},
editora = {Brunswicker, Sabine},
editoratype = {collaborator},
date = {2018-10-05},
}
@article{promann_affordances_2017,
title = {Affordances Of Eco-Feedback Design in Home Energy Context},
url = {https://aisel.aisnet.org/amcis2017/GreenIS/Presentations/7},
abstract = {Along with environmental awareness, the interdisciplinary field of eco-feedback has become an active research interest in Human Computer Interaction ({HCI}), Computing, and Sustainable Design. While designers face the challenge of designing complex socio-technical systems (Norman and Stappers 2015), eco-feedback lacks comprehensive theoretical contributions to guide such efforts. This paper followed the {PRISMA}-P structured review method and reports on mostly empirical papers (N=36) on eco-feedback design from the past decade (2006-2016). The aim was to systematize the emerging field by classifying feedback types according to their impact on end users and identify theoretical grounding. Through our deep inductive engagement with the studies, we present four eco-feedback affordances: (1) Inform for awareness change; (2) Incentivize for motivation change; (3) Educate for behavioral change; and (4) Control for convenience. Current research is corroborating empirical evidence in support of eco-feedback, but their lack of theoretical grounding has resulted in incomparable constructs and inconsistent results.},
journaltitle = {{AMCIS} 2017 Proceedings},
author = {{PROMANN}, {MARLEN} and Brunswicker, Sabine},
date = {2017-08-10},
}
@article{omalley_purdue_2018,
title = {Purdue {RCODI} Spring 2018 {IronHacks} winners announced - Purdue Polytechnic Institute},
url = {https://polytechnic.purdue.edu/newsroom/purdue-rcodi-spring-2018-ironhacks-winners-announced},
abstract = {Eighty-seven student participants of {IronHacks}, the open data hacking competition, were celebrated on the Universidad Nacional de Colombia campus in Bogota, Colombia.},
journaltitle = {Purdue Polytechnic Newsroom},
author = {O'Malley, John},
urldate = {2018-08-15},
date = {2018-06},
langid = {english},
file = {Snapshot:/Users/sbrunswi/Zotero/storage/KQLW38G3/purdue-rcodi-spring-2018-ironhacks-winners-announced.html:text/html},
}
@article{omalley_appointments_2018,
location = {West Lafayette, Indiana},
title = {Appointments, honors and activities - News - Purdue University},
url = {https://www.purdue.edu/newsroom/releases/2018/Q3/appointments,-honors-and-activities3.html},
abstract = {Student honors.},
journaltitle = {Purdue Polytechnic Newsroom},
author = {O'Malley, John},
urldate = {2018-08-15},
date = {2018},
langid = {english},
file = {Snapshot:/Users/sbrunswi/Zotero/storage/XJS8U86P/appointments,-honors-and-activities3.html:text/html},
}
@online{mills_honors_2017,
title = {Honors College students earn {IronHacks} recognition},
url = {https://honors.purdue.edu/community/news/honors-college-students-earn-ironhacks-recognition/},
abstract = {Three Honors College students received top honors in the Fall 2017 Purdue {IronHacks} competition, which challenges competitors to use data to create something novel.},
titleaddon = {Honors College Community},
author = {Mills, Bob},
urldate = {2018-07-26},
date = {2017-12-13},
langid = {american},
file = {Snapshot:/Users/sbrunswi/Zotero/storage/CFNB5GFA/honors-college-students-earn-ironhacks-recognition.html:text/html},
}
@article{brunswicker_complementor_nodate,
title = {Complementor Design Preferences, Transparency-induced Reuse, and Innovation in Functionality and Structure on Digital Platforms},
journaltitle = {Organization Science},
author = {Brunswicker, Sabine and Prietula, Michael},
note = {planned resubmission December 2020},
}
@inproceedings{promann_effect_2018,
location = {Berlin, Germany},
title = {The Effect of Proximity in Social Data Charts on Perceived Group Unity},
eventtitle = {{IEEE} Visual Analytics Science and Technology ({VAST})},
booktitle = {{IEEE} Visual Analytics Science and Technology ({VAST})},
author = {Promann, Marlen and Brunswicker, Sabine},
date = {2018-10},
note = {Conditionally accepted},
file = {Promann_Brunswicker_IEEEVAST_2018_Revision_FINAL.pdf:/Users/sbrunswi/Zotero/storage/APICWPLV/Promann_Brunswicker_IEEEVAST_2018_Revision_FINAL.pdf:application/pdf;Promann_Brunswicker_IEEEVAST_2018_SupportingDocument_FINAL.pdf:/Users/sbrunswi/Zotero/storage/944KZU59/Promann_Brunswicker_IEEEVAST_2018_SupportingDocument_FINAL.pdf:application/pdf},
}
@software{research_center_for_open_digital_innovation_rcodi_hackpurdue/purdue-ironhacks:_2018,
title = {{HackPurdue}/purdue-ironhacks: {IH} v1.5.0},
url = {https://zenodo.org/record/1305426#.Wz4kv9hKjBI},
shorttitle = {{HackPurdue}/purdue-ironhacks},
abstract = {Social coding plafrorm.
Improvements on: Security Improvements on the results page Changes in the results page such as the calendar feature, the timeline, and the information shown.},
publisher = {Zenodo},
author = {Research Center for Open Digital Innovation {RCODI}},
urldate = {2018-07-05},
date = {2018},
doi = {10.5281/zenodo.1305426},
file = {Zenodo Snapshot:/Users/sbrunswi/Zotero/storage/DUAL4X9U/1305426.html:text/html},
}
@misc{research_center_for_open_digital_innovation_rcodi_rcodi/purdue-cupl-ironhacks-spring-2018-tutorials:_2018,
title = {Rcodi/Purdue-Cupl-Ironhacks-Spring-2018-Tutorials: Version 1.0.0},
shorttitle = {Rcodi/Purdue-Cupl-Ironhacks-Spring-2018-Tutorials},
abstract = {Creation of Chinese tutorials for {IronHacks} ({IH}) Spring 2018},
publisher = {Zenodo},
author = {{Research Center For Open Digital Innovation RCODI}},
date = {2018},
doi = {10.5281/zenodo.1305428},
}
@software{research_center_for_open_digital_innovation_rcodi_goldironhack/2017-purdue-unal-ironhack-tutorials:_2017,
title = {goldironhack/2017-Purdue-{UNAL}-{IronHack}-Tutorials: Spring 2017 Tutorials Bogota},
url = {https://zenodo.org/record/1305461#.Wz2hTdhKjBI},
shorttitle = {goldironhack/2017-Purdue-{UNAL}-{IronHack}-Tutorials},
abstract = {Tutorials of the technologies required for the contest. It includes videos, explanations of the minimum concepts, and examples of the technologies. These tutorials are specially designed for the students of Universidad Nacional de Colombia.},
publisher = {Zenodo},
author = {Research Center for Open Digital Innovation {RCODI}},
urldate = {2018-07-05},
date = {2017},
doi = {10.5281/zenodo.1305461},
file = {Zenodo Snapshot:/Users/sbrunswi/Zotero/storage/5JUIXG8H/1305461.html:text/html},
}
@software{research_center_for_open_digital_innovation_rcodi_rcodi/2016-purdue-ironhack-tutorials:_2016,
title = {Rcodi/2016-Purdue-Ironhack-Tutorials: Ih 0.0.16},
shorttitle = {Rcodi/2016-Purdue-Ironhack-Tutorials},
abstract = {A list of tutorials for 2016 Purdue Ironhacks},
publisher = {Zenodo},
author = {{Research Center for Open Digital Innovation RCODI}},
date = {2016},
doi = {10.5281/zenodo.1305433},
}
@software{research_center_for_open_digital_innovation_rcodi_goldironhack/2017-fall-purdue-unal-ironhack-tutorials:_2017,
title = {goldironhack/2017-Fall-Purdue-{UNAL}-{IronHack}-Tutorials: Fall 2017 {IronHacks} Tutorials},
url = {https://zenodo.org/record/1305462#.Wz2gY9hKjBI},
shorttitle = {goldironhack/2017-Fall-Purdue-{UNAL}-{IronHack}-Tutorials},
abstract = {No description provided.},
publisher = {Zenodo},
author = {Research Center for Open Digital Innovation {RCODI} and Peng Li},
urldate = {2018-07-05},
date = {2017},
doi = {10.5281/zenodo.1305462},
file = {Zenodo Snapshot:/Users/sbrunswi/Zotero/storage/KAVM8TG9/1305462.html:text/html},
}
@software{research_center_for_open_digital_innovation_rcodi_goldironhack/2017-purdue-ironhack-tutorials:_2017,
title = {goldironhack/2017-Purdue-{IronHack}-Tutorials: Spring 2017 Tutorials},
url = {https://zenodo.org/record/1305459#.Wz2gxNhKjBI},
shorttitle = {goldironhack/2017-Purdue-{IronHack}-Tutorials},
abstract = {Tutorials of the technologies required for the contest. It includes videos, explanations of the minimum concepts, and examples of the technologies},
publisher = {Zenodo},
author = {Research Center for Open Digital Innovation {RCODI}},
urldate = {2018-07-05},
date = {2017},
doi = {10.5281/zenodo.1305459},
file = {Zenodo Snapshot:/Users/sbrunswi/Zotero/storage/BWEA5WXP/1305459.html:text/html},
}
@inproceedings{brunswicker_researching_2018,
location = {Chicago, United States},
title = {Researching Open Innovation: Theoretical and Empirical Approaches at Different Levels of Analysis},
booktitle = {Professional Development Workshop ({PDW}) at the 75th Annual Meeting of Academy of Management},
author = {Brunswicker, Sabine},
date = {2018-08},
note = {Accepted for publication},
}
@inproceedings{brunswicker_dynamics_2018,
title = {The Dynamics of Design Microstructures in Open Collaboration: A Motif Perspective},
eventtitle = {Organization Winter Conference},
booktitle = {Organization Winter Conference 2018},
author = {Brunswicker, Sabine and Nickerson, Jeff and Mukherjee, Satyam},
date = {2018-01},
}
@inproceedings{brunswicker_spatial_2018,
location = {Chicago, United States},
title = {Spatial and Temporal Separation in Coordination Structures in {OSS}},
eventtitle = {4th International Conference on Computational Social Science {IC}2S2},
author = {Brunswicker, Sabine and Mukherjee, Satyam},
date = {2018-07},
}
@inproceedings{mukherjee_functional_2018,
location = {Paris, France},
title = {Functional Coordination in Developer’s Network in Open Source Software},
url = {https://www.netsci2018.com/},
eventtitle = {International School and Conference on Network Science},
author = {Mukherjee, Satyam and Brunswicker, Sabine},
date = {2018-06},
file = {abstract_SM2.pdf:/Users/sbrunswi/Zotero/storage/5ZHW37RS/abstract_SM2.pdf:application/pdf},
}
@article{promann_eco-feedback_nodate,
title = {Eco-Feedback Design: A Systematic Review},
journaltitle = {Transaction on Human Computer Interaction ({TOCHI})},
author = {Promann, Marlen and Brunswicker, Sabine},
}
@article{brunswicker_digital_2019,
title = {Digital Folding in {OSS} Co-development: The Effect of Depth of Cohesive Involvement and Openness to Knowledge Diversity on Sustained Development Performance},
journaltitle = {Working Paper, {RCODI}, Purdue University.},
author = {Brunswicker, Sabine and Mukherjee, Sabine},
date = {2019},
}
@article{brunswicker_patterns_nodate,
title = {Patterns of Open Collaboration},
journaltitle = {Management Information Systems Quarterly},
author = {Brunswicker, Sabine and Armisen, Albert and Haefliger, Stefan},
}
@inproceedings{brunswicker_re-use_2017,
location = {Park City, Utah},
title = {Re-use in Open Crowds: Linking Empirical and Computational Approaches},
doi = {https://dx.doi.org/10.2139/ssrn.2908650},
eventtitle = {Organization Science Winter Conference 23},
publisher = {Informs},
author = {Brunswicker, Sabine and Prietula, Michael},
date = {2017-01},
}
@online{o_brien_polytechnic_2017,
title = {Polytechnic student takes top {IronHacker} honor},
url = {https://polytechnic.purdue.edu/newsroom/polytechnic-student-takes-top-ironhacker-honor},
author = {O' Brien, Brigid},
urldate = {2018-01-15},
date = {2017-12-14},
}
@article{brunswicker_adoption_2018,
title = {The Adoption of Open Innovation in Large Firms},
volume = {61},
issn = {0895-6308},
url = {https://doi.org/10.1080/08956308.2018.1399022},
doi = {10.1080/08956308.2018.1399022},
abstract = {{OVERVIEWWe} present a large-sample survey of open innovation adoption and management in large firms, a follow-up to a previous study. We repeat some of the survey measures from the first survey, finding that open innovation continues to be widely practiced in about 80 percent of responding firms. Outside-in open innovation is more often practiced than inside-out. In other words, large firms are net takers of free knowledge flows, in part because they are concerned about {IP} protection for outbound knowledge. When we added new measures to examine open innovation at the project level, we found that firms selectively manage knowledge flows into and out of projects and are formalizing processes as they move from problem definition to execution. We conclude with observations about the organizational challenges and risks of shifting to an open innovation approach.},
pages = {35--45},
number = {1},
journaltitle = {Research-Technology Management},
author = {Brunswicker, Sabine and Chesbrough, Henry},
urldate = {2018-01-03},
date = {2018-01-02},
keywords = {Open innovation, Survey},
file = {Brunswicker and Chesbrough - 2018 - The Adoption of Open Innovation in Large Firms.pdf:/Users/sbrunswi/Zotero/storage/YF9J46M7/Brunswicker and Chesbrough - 2018 - The Adoption of Open Innovation in Large Firms.pdf:application/pdf;Snapshot:/Users/sbrunswi/Zotero/storage/FUJN49HY/08956308.2018.html:text/html},
}
@unpublished{haefliger_open_2016,
location = {University of Glassgow, School of Law},
title = {Open Source Software Development: Who solve's who's problems?},
note = {{CREATe}: Creativity, Regulation, Enterprise and Technology},
author = {Haefliger, Stefan},
editora = {Brunswicker, Sabine and Armisen, Albert},
editoratype = {collaborator},
date = {2016-03-16},
}
@unpublished{brunswicker_purdue-unal_2017,
location = {Bogota University},
title = {Purdue-{UNAL} Goldironhacks Spring 2017 - Award Ceremony},
type = {Opening Speech},
howpublished = {Opening Speech},
note = {Purdue-{UNAL} Goldironhacks Spring 2017 - Award Ceremony},
author = {Brunswicker, Sabine},
date = {2017-05},
}
@unpublished{brunswicker_open_2016,
location = {Stuttgart, Germany},
title = {Open for Openess: it is the only choice},
type = {Keynote Speech},
howpublished = {Keynote Speech},
note = {Open2016!},
author = {Brunswicker, Sabine},
date = {2016-12-07},
}
@unpublished{brunswicker_innovation_2016,
title = {Innovation on Open Digital Platforms: Simulating the Effect of Developer Strategies on the Interplay between Platform Complexity and Platform Performance},
url = {https://www.youtube.com/watch?v=jknkoibMLes},
note = {Northwestern Institute for Complex System ({NICO}): Seminar Series},
author = {Brunswicker, Sabine},
date = {2016-11-16},
}
@unpublished{haefliger_open_2016-1,
location = {Università degli Studi di Padova, {DiparWmento} di Scienze Economiche e Aziendali "Marco Fanno"},
title = {Open Source Software and Business Model Innovation},
type = {Keynote Speech},
howpublished = {Keynote Speech},
author = {Haefliger, Stefan and Brunswicker, Sabine and Armisen, Albert},
date = {2016-04-13},
}
@unpublished{haefliger_open_2016-2,
location = {London},
title = {Open Collaboration: Who solves whose problem?},
note = {Innovation, Creativity \& Leadership: {ICLCity}2016},
author = {Haefliger, Stefan and Brunswicker, Sabine and Armisen, Albert},
date = {2016-04-12},
}
@unpublished{brunswicker_gold_2017,
title = {Gold Ironhacks Spring 2017 - Award Ceremony},
type = {Opening Speech},
howpublished = {Opening Speech},
author = {Brunswicker, Sabine},
date = {2017-04},
}
@unpublished{brunswicker_invited_2016,
location = {Pittsburgh, Pennsylvania},
title = {Invited Seminar: Open innovation in the digital age},
note = {Tepper School of Business Seminar Series, Carnegie Mellon University},
author = {Brunswicker, Sabine},
date = {2016-10-16},
}
@unpublished{brunswicker_human-ai_2017,
location = {Purdue University, West Lafayette, {IN}},
title = {Human-{AI} Interaction},
note = {Artificial Intelligence and {US}: The Reality of Our Automated Future},
author = {Brunswicker, Sabine},
date = {2017-11},
}
@online{huchel_purdue_2017,
title = {Purdue faculty, Indiana housing pair up to research energy use - Purdue University},
url = {http://www.purdue.edu/newsroom/releases/2017/Q4/purdue-faculty,-indiana-housing-pair-up-to-research-energy-use.html},
abstract = {Residents in several Indiana communities are part of new Purdue research determining how households consume energy.},
titleaddon = {Purdue University News},
author = {Huchel, Purdue News},
urldate = {2017-10-30},
date = {2017-10},
}
@incollection{bagherzadeh_governance_2016,
title = {Governance of Knowledge Flows in Open Exploration: The Role of Behavioral Control},
pages = {99--119},
booktitle = {Decision Making in Behavioral Strategy ({DMBS}), Information Age Publishing ({IAP})},
publisher = {{IAP}},
author = {Bagherzadeh, Mehdi and Brunswicker, Sabine},
editor = {Das, T.K.},
date = {2016},
}
@article{brunswicker_paradox_nodate,
title = {The Paradox of Diversity in Joint Problem Solving in Firm-sponsored Open Source Software ({OSS})},
journaltitle = {Information Systems Research},
author = {Brunswicker, Sabine and Mukherjee, Satyam},
}
@article{brunswicker_standardization_nodate,
title = {Standardization through Formal and Informal Standard Development Organizations ({SDOs})},
journaltitle = {Research Policy},
author = {Brunswicker, Sabine and Jorge, Rodriguez and Wareham, Jonathan},
}
@unpublished{brunswicker_creative_2011,
location = {Vienna, Austria},
title = {Creative escapades – Why are they so ‘rare’ in an innovation context? (German title: Kreative Seitensprünge - Warum fallen diese im Innovationskontext so schwer?)},
author = {Brunswicker, Sabine},
date = {2011},
}
@unpublished{brunswicker_open_2011,
location = {Berkeley, {CA}},
title = {Open innovation in {SMEs} and cross boundary innovation sourcing},
author = {Brunswicker, Sabine},
date = {2011},
}
@unpublished{brunswicker_open_2010,
location = {Dublin, Ireland},
title = {Open innovation – Leveraging external knowledge and innovation networks to profit},
author = {Brunswicker, Sabine},
date = {2010},
}
@article{cataldo_coordination_2013,
title = {Coordination Breakdowns and Their Impact on Development Productivity and Software Failures},
volume = {39},
issn = {0098-5589},
doi = {10.1109/TSE.2012.32},
abstract = {The success of software development projects depends on carefully coordinating the effort of many individuals across the multiple stages of the development process. In software engineering, modularization is the traditional technique intended to reduce the interdependencies among modules that constitute a system. Reducing technical dependencies, the theory argues, results in a reduction of work dependencies between teams developing interdependent modules. Although that research stream has been quite influential, it considers a static view of the problem of coordination in engineering activities. Building on a dynamic view of coordination, we studied the relationship between socio-technical congruence and software quality and development productivity. In order to investigate the generality of our findings, our analyses were performed on two large-scale projects from two companies with distinct characteristics in terms of product and process maturity. Our results revealed that the gaps between coordination requirements and the actual coordination activities carried out by the developers significantly increased software failures. Our analyses also showed that higher levels of congruence are associated with improved development productivity. Finally, our results showed the congruence between dependencies and coordinative actions is critical both in mature development settings as well as in novel and dynamic development contexts.},
pages = {343--360},
number = {3},
journaltitle = {{IEEE} Transactions on Software Engineering},
author = {Cataldo, M. and Herbsleb, J. D.},
date = {2013-03},
keywords = {Programming, Organizations, Productivity, software metrics, Complexity theory, modularization, software engineering, software quality, Context, coordination activity, coordination breakdowns, coordination requirements, development process, development productivity, dynamic development contexts, engineering activity, interdependent modules, large-scale projects, Metrics/measurement, organizational management and coordination, process maturity, product maturity, quality analysis and evaluation, socio-technical congruence, software development projects, software failures, software reliability, technical dependency, work dependency},
file = {Cataldo and Herbsleb - 2013 - Coordination Breakdowns and Their Impact on Develo.pdf:/Users/sbrunswi/Zotero/storage/IRNX9KZ9/Cataldo and Herbsleb - 2013 - Coordination Breakdowns and Their Impact on Develo.pdf:application/pdf;IEEE Xplore Abstract Record:/Users/sbrunswi/Zotero/storage/5TNBSV6E/6205767.html:text/html},
}
@article{pr_conference_2017,
location = {West-Lafayette, {IN}},
title = {Conference to Spotlight How People And Machines Connect For Social Good},
url = {https://dl.acm.org/doi/proceedings/10.1145/3306618?tocHeading=heading2#heading13},
author = {{PR}, Newswire},
date = {2017-06},
}
@article{bogers_open_2017,
title = {The Open Innovation Landscape: Established Perspectives and Emerging Themes Across Different Levels of Analysis},
volume = {24},
url = {http://www.tandfonline.com/doi/abs/10.1080/13662716.2016.1240068},
doi = {10.1080/13662716.2016.1240068},
pages = {8--40},
number = {1},
journaltitle = {Industry \& Innovation},
author = {Bogers, Marcel and Zobel, Ann-Kristin and Afuah, Allen and Almirall, Esteve and Brunswicker, Sabine and Dahlander, Linus and Frederiksen, Lars and Gawer, Annabelle and Gruber, Marc and Haefliger, Stefan and Hagedoorn, John and Hilgers, Dennis and Laursen, Keld and Magnussen, Mats},
date = {2017},
note = {accepted for publication},
}
@inproceedings{bagherzadeh_control_2014,
location = {Napa, California},
title = {Control wanted? Guided revealing and source choice},
booktitle = {2nd World Open Innovation Conference},
author = {Bagherzadeh, Mehdi and Brunswicker, Sabine},
date = {2014-12},
}
@article{narsalay_open_2017,
title = {Open Innovation Smart Solutions for R\&D Piplelines},
url = {https://www.accenture.com/us-en/insight-open-innovation-smart-solutions-pipelines},
author = {Narsalay, Raghav and Brunswicker, Sabine and Bagherzadeh, Mehdi},
date = {2017},
}
@report{brunswicker_innovation_2010,
title = {Innovation management in high-growth {SMEs} from the knowledge-intensive services ({KIS}). Setting the pace for growth in Europe},
institution = {{ImPRovE} Global Coordination Team},
type = {Report},
author = {Brunswicker, Sabine and Diedrichs, Eva},
date = {2010},
}
@report{engel_insights_2008,
title = {Insights on innovation management in Europe. Tangible results from {ImPRovE}},
institution = {European Commission, Directorate-General for Enterprise and Industry},
type = {Report},
author = {Engel, Kai and Diedrichs, Eva and Brunswicker, Sabine},
date = {2008},
}
@report{engel_improve:_2012,
title = {{ImPRovE}: High-impact innovation management consulting services for small and medium-sized enterprises ({SMEs})},
institution = {European Commission, Directorate-General for Enterprise and Industry},
type = {Report},
author = {Engel, Kai and Diedrichs, Eva and Brunswicker, Sabine},
date = {2012},
}
@report{engel_improve._2010,
title = {{ImPRovE}. A European project with impact. 50 success stories on innovation management},
institution = {European Commission, Directorate-General for Enterprise and Industry},
type = {Report},
author = {Engel, Kai and Diedrichs, Eva and Brunswicker, Sabine},
date = {2010},
}
@inproceedings{brunswicker_problem-centric_2017,
location = {Cologne, Germany},
title = {Problem-centric Network Embeddedness and Productivity in Open Source Software Communities},
eventtitle = {International Conference on Computational Social Science},
author = {Brunswicker, Sabine and Mukherjee, Satyam},
date = {2017},
}
@article{hutchel_purdue_2017,
title = {Purdue, Accenture examine open innovation in large companies},
url = {https://www.purdue.edu/newsroom/releases/2017/Q1/purdue,-accenture-examine-open-innovation-in-large-companies.html},
author = {Hutchel, Brian},
date = {2017},
}
@inproceedings{brunswicker_open_2016-1,
location = {Harvard University},
title = {Open Data Contests and Transparency as Design Choice},
abstract = {There is a controversial discussion on the role of transparency in open data contests. Existing designs of open data contests adopt transparency in different ways and report positive and negative implications for the innovation productivity of the contest contributors. This paper studies the role of transparency as an essential socio-technical design principle of open data contest platforms. It proposes two design features of transparency, namely performance transparency and solution transparency that allow the crowd to develop novel open data applications by integrating entrepreneurial experimentation with re-use for innovation. Adopting a design science method, we develop and test an open data contest platform design that jointly affords performance and solution transparency. Our pilot study of an open data mash-up hackathon provides evidence that these transparency features trigger both independent path creation and re-use for innovation. The result also shows mere copying will not result in good performance.
Key Words: Performance transparency, Solution transparency, Technology Similarity, Code Reuse, Path Creation, Open Data Contests},
eventtitle = {Open and User Innovation Conference},
author = {Brunswicker, Sabine},
editora = {Jensen, Bjorn and Hsiang, Chien-Yi and Song, Zhuonan and Majchrzak, Ann},
editoratype = {collaborator},
date = {2016-08-01},
}
@inproceedings{brunswicker_how_2016,
location = {Harvard University},
title = {How to Manage the Downside of Deep Engagement with External Sources in Open Innovation Projects},
abstract = {There is a conundrum when a firm engages deeply with external sources in its open innovation projects. This conundrum is related to the simultaneous activities of knowledge sharing and knowledge protecting. Many studies about open innovation have focused on the role of legal formalization in the context of intellectual property ({IP}) control. But legal formalization around {IP} may not address more specific activities of the parties such as tacit knowledge of involved individuals that may lead to revealing too much knowledge. In this study, we introduce formality into the joint technology development process itself, an alternative form of formalization, to manage this conundrum. Moreover, we argue that as the firm attempts to solve more complex problems, the importance of the formal joint process increases. We test our argument based on a sample of 82 open innovation projects collected from large firms in the United States and Europe. Our results clearly indicate that to manage the conundrum of simultaneously engaging in knowledge sharing and knowledge protecting, formalizing the joint technology development process seems to have a positive effect on projects outcomes that gets stronger as the problem becomes complex. We contribute to external sourcing literature by suggesting that the process formalization may support the legal formalization of {IP} control to manage the knowledge sharing and protecting tension. Moreover, we make important theoretical contributions to literature regarding relational mechanisms in interorganizational collaborations through our assertion that the combination of formality and informality between the partners seems to be required to increase the likelihood of success of open innovation projects without the loss of critical intellectual property.},
eventtitle = {Open and User Innovation Conference},
author = {Brunswicker, Sabine},
editora = {Bagherzadeh, Mehdi},
editoratype = {collaborator},
date = {2016-08-02},
}
@article{narsalay_four_2016,
title = {Four Approaches to Open Innovation},
pages = {8--13},
number = {3},
journaltitle = {Outlook China},
author = {Narsalay, Raghav and Brunswicker, Sabine and Bagherzadeh, Mehdi},
date = {2016},
file = {Narsalay et al. - 2016 - Four Approaches to Open Innovation.pdf:/Users/sbrunswi/Zotero/storage/8WMIBG8W/Narsalay et al. - 2016 - Four Approaches to Open Innovation.pdf:application/pdf},
}
@article{narsalay_smart_2016,
title = {A Smart Way to Open Your Innovation Process},
url = {https://www.researchgate.net/publication/308382635_The_smart_way_to_open_your_innovation_process},
journaltitle = {Outlook},
author = {Narsalay, Raghav and Brunswicker, Sabine and Bagherzadeh, Mehdi},
date = {2016},
file = {Narsalay et al. - 2016 - A Smart Way to Open Your Innovation Process.pdf:/Users/sbrunswi/Zotero/storage/SMFDZ6VP/Narsalay et al. - 2016 - A Smart Way to Open Your Innovation Process.pdf:application/pdf},
}
@video{brunswicker_open_2016-2,
location = {West Lafayette, Indiana},
title = {Open for Openness: It's the Only Choice},
url = {https://vimeo.com/194597786},
publisher = {Research Center for Open Digital Innovation},
author = {Brunswicker, Sabine},
date = {2016},
}
@article{armisen_formative_2016,
title = {Formative and Summative Feedback in Solution Generation: The Role of Community and Decision Support System in Open Source Software},
url = {http://aisel.aisnet.org/icis2016/SocialMedia/Presentations/20},
shorttitle = {Formative and Summative Feedback in Solution Generation},
journaltitle = {{ICIS} 2016 Proceedings},
author = {Armisen, Albert and Majchrzak, Ann and Brunswicker, Sabine},
date = {2016-12-11},
file = {AIS Electronic Library (AISeL) - ICIS 2016 Proceedings\: Formative and Summative Feedback in Solution Generation\: The Role of Community and Decision Support System in Open Source Software:/Users/sbrunswi/Zotero/storage/5QW8D4SM/20.html:text/html;Armisen et al. - 2016 - Formative and Summative Feedback in Solution Gener.pdf:/Users/sbrunswi/Zotero/storage/JLRP3ID3/Armisen et al. - 2016 - Formative and Summative Feedback in Solution Gener.pdf:application/pdf},
}
@inproceedings{brunswicker_exploration_2011,
location = {Hamburg},
title = {”Exploration” in the open innovation front-end},
url = {http://publica.fraunhofer.de/documents/N-214628.html},
doi = {10.1504/IJTIP.2012.047374},
booktitle = {{XXII} {ISPIM} conference 2011 - Sustainability in innovation. Innovation management challenges},
publisher = {Lappeenranta University of Technology Press, Helsinki, Finland},
author = {Brunswicker, Sabine and Hutschek, Ulrich and Wagner, Lena},
date = {2011-06},
}
@inproceedings{brunswicker_what_2012,
location = {Helsinki, Finland},
title = {What is the role of design-led prototyping in developing novel business models},
url = {http://link.springer.com/chapter/10.1007/978-3-319-00179-1_13#page-1},
doi = {10.1007/978-3-319-00179-1_13},
booktitle = {{EGOS} Symposium},
author = {Brunswicker, Sabine and Bucolo, Sam and Wrigley, Cara},
date = {2012-07},
}
@inproceedings{stabe_opening_2008,
location = {Lisbon, Portugal},
title = {Opening ' towards ' open innovation},
url = {http://ieeexplore.ieee.org/document/7462129/},
booktitle = {14th International Conference on Concurrent Enterprising. A new wave of innovation in collaborative networks},
publisher = {Centre for Concurrent Enterprise},
author = {Stabe, Matthias and Brunswicker, Sabine and Warschat, Joachim},
date = {2008-06},
}
@inproceedings{wagner_impact_2011,
location = {Hamburg},
title = {Impact of abstraction levels in the fuzzy front end ({FFE}) of innovation},
url = {http://publica.fraunhofer.de/documents/N-177940.html},
booktitle = {{XXII} {ISPIM} conference 2011. Sustainability in innovation. Innovation management challenges},
publisher = {Lappeenranta University of Technology Press},
author = {Wagner, Christian and Hutschek, Ulrich and Brunswicker, Sabine},
date = {2011-06},
}
@article{diedrichs_mit_2009,
title = {Mit Innovation auf Wachstumskurs in der Krise. Erfolgsgeheimnisse wissensintensiver Dienstleister},
volume = {9},
url = {http://publica.fraunhofer.de/dokumente/N-113207.html},
pages = {23--24},
number = {1},
journaltitle = {Journal Arbeit},
author = {Diedrichs, Eva and Brunswicker, Sabine},
date = {2009},
}
@article{bullinger_managing_2007,
title = {Managing innovation capability in {SMEs}: The Fraunhofer three-stage approach},
volume = {24},
issn = {0256-9957},
url = {http://www.techmonitor.net/tm/images/9/9f/07may_jun_sf1.pdf},
pages = {17--27},
number = {3},
journaltitle = {Asia-Pacific Tech Monitor},
author = {Bullinger, H.J. and Bannert, Marc and Brunswicker, Sabine},
date = {2007},
}
@article{almirall__2014,
title = {" Internet of things", Big Data y Small Data: infinitas posibilidades de análisis},
issn = {1133-7672},
url = {https://dialnet.unirioja.es/servlet/articulo?codigo=4538813},
pages = {32--37},
number = {120},
journaltitle = {Harvard Deusto Márketing y Ventas},
author = {Almirall, Esteve and Brunswicker, Sabine},
date = {2014},
}
@incollection{zentner_flow:_2015,
location = {Switzerland},
title = {In the Flow: Evolving from Utility Based Socail Medium to Community Peer},
volume = {3},
isbn = {978-3-319-18551-4},
url = {http://link.springer.com/chapter/10.1007/978-3-319-18552-1_10#page-1},
series = {Computational Social Sciences},
pages = {183--196},
booktitle = {Transparency in Social Media, Tools, Methods and Algorithms for Mediating Online Interactions},
publisher = {Springer International Publishing},
author = {Zentner, Michael G. and Zentner, Lynn K. and {McKay}, Dwight and Samek, Swaroop and Denny, Nathan and Brunswicker, Sabine and Klimeck, Gerhard},
editor = {Adam Matei, Sorin and Russell, Martha G. and Bertino, Elisa},
date = {2015},
}
@incollection{brunswicker_exploring_2014,
location = {Oxford, United Kingdom},
edition = {1},
title = {Exploring Open Innovation in Small and Medium-Sized Enterprises},
isbn = {978-0-19-968246-1},
url = {https://books.google.com/books?hl=en&lr=&id=ySsDBQAAQBAJ&oi=fnd&pg=PA135&dq=Exploring+Open+Innovation+in+Small+and+Medium-Sized+Enterprises&ots=jKSvPXVmDW&sig=t2dIFJNT0tnFMIiADWvduZ-aPgM#v=onepage&q=Exploring%20Open%20Innovation%20in%20Small%20and%20Medium-Sized%20Enterprises&f=false},
pages = {135--156},
booktitle = {New Frontiers in Open Innovation},
publisher = {Oxford University Press},
author = {Brunswicker, Sabine and van de Vrande, Vareska},
editor = {Chesbrough, Henry and Vanhaverbeke, Wim and West, Joel},
date = {2014},
}
@article{brunswicker_creating_2016,
title = {Creating impact in the digital space: digital practice dependency in communities of digital scientific innovations},
volume = {Online (09 September 2016)},
issn = {0138-9130, 1588-2861},
url = {http://link.springer.com/article/10.1007/s11192-016-2106-z},
doi = {10.1007/s11192-016-2106-z},
shorttitle = {Creating impact in the digital space},
abstract = {Modern science has become collaborative and digital. The Internet has supported the emergence of scientific digital platforms that globally connect programmers and users of novel digital scientific products such as scientific interactive software tools. These digital scientific innovations complement traditional text-based products like journal publications. This article is focused on the scientific impact of a platform’s programming community that produces these digital scientific innovations. The article’s main theoretical argument is that beyond an individual’s contribution efforts to these innovations, a new social structure affects his scientific recognition through citations of his tools in text-based publications. Taking a practice theory lens, we introduce the concept of a digital practice structure that emerges from the digital innovation work practice, performed by programmers who jointly work on a tool. This digital practice creates dependence forces among the community members in an analogy to Newton’s gravity concept. Our model represents such dependencies in a spatial autocorrelative model. We empirically estimate this model using data of the programming community of {nanoHUB} in which 477 nanotechnology tool programmers have contributed more than 715 million lines of code. Our results show that a programmer’s contributions to digital innovations may have positive effects, while the digital practice structure creates negative dependency effects. Colloquially speaking, being surrounded by star performers can be harmful. Our findings suggest that modeling scientific impact needs to account for a scientist’s contribution to programming communities that produce digital scientific innovations and the digital work structures in which these contributions are embedded.},
pages = {1--26},
journaltitle = {Scientometrics},
shortjournal = {Scientometrics},
author = {Brunswicker, Sabine and Matei, Sorin Adam and Zentner, Michael and Zentner, Lynn and Klimeck, Gerhard},
urldate = {2016-09-14},
date = {2016-09-09},
langid = {english},
}
@article{chesbrough_fad_2014,
title = {A Fad or a Phenomenon? The Adoption of Open Innovation Practices in Large Firms},
volume = {57},
issn = {08956308},
url = {http://www.tandfonline.com/doi/abs/10.5437/08956308X5702196},
doi = {10.5437/08956308X5702196},
pages = {16},
number = {2},
journaltitle = {Research Technology Management},
author = {Chesbrough, Henry and Brunswicker, Sabine},
date = {2014},
}
@inproceedings{brunswicker_digital_2016,
title = {Digital Innovation in {eScience}: The Effect of Digital Practice on Traditional Citation-Based Scientific Recognition},
url = {https://convention2.allacademic.com/one/ica/ica16/index.php?cmd=Online+Program+View+Paper&selected_paper_id=1104180&PHPSESSID=gie4po6euf7achdrp1ke9mjq40},
eventtitle = {Annual Conference of the International Communication Assocation},
author = {Brunswicker, Sabine and Matei, Sorin and Zentner, Lynn and Zentner, Michael and Klimeck, Gerhard},
date = {2016},
}
@unpublished{brunswicker_open_2016-3,
location = {Amsterdam, The Netherlands},
title = {Open Innovation in the Digital Age: Fostering Generativity through Openness},
type = {Closing Plenary},
howpublished = {Closing Plenary},
note = {Open Innovation 2.0 Conference 2016},
author = {Brunswicker, Sabine},
date = {2016-05-23},
}
@unpublished{brunswicker_innovating_2016,
location = {West Lafayette, Indiana},
title = {Innovating in an Open and Digital Innovation Landscape},
type = {Plenary Speech},
howpublished = {Plenary Speech},
note = {3rd Annual {ABE} Graduate Industrial Research Symposium: "Ingredients for Innovation“},
author = {Brunswicker, Sabine},
date = {2016-02-18},
}
@unpublished{brunswicker_uncovering_2014,
location = {Lausanne, Switzerland},
title = {Uncovering the mechanism of innovation in ecosystems},
author = {Brunswicker, Sabine},
date = {2014},
}
@video{brunswicker_standardization_2014,
location = {Brussels, Belgium},
title = {Standardization and innovation: A novel perspective towards standards and standardization systems in today’s networked economy},
publisher = {European Commission},
author = {Brunswicker, Sabine},
date = {2014},
}
@video{brunswicker_open_2009,
location = {Stuttgart, Germany},
title = {Open innovation lecture},
publisher = {{LIMAK} Johannes Kepler University in collaboration with Fraunhofer {IAO}},
author = {Brunswicker, Sabine},
date = {2009},
}
@video{brunswicker_measuring_2014,
location = {Purdue University, West Lafayette, {IN}},
title = {Measuring science impact in scientific cyberinfrastructurescyber infrastructures},
publisher = {{NCN} {CI} {NSF}},
author = {Brunswicker, Sabine and Klimeck, Gerhard},
date = {2014},
}
@video{brunswicker_open_2012,
location = {Berkeley, {CA}},
title = {Open innovation in {SMEs} Invited research seminar},
publisher = {Haas School of Business, Garwood Center for Innovation. University of California},
author = {Brunswicker, Sabine and Chesbrough, Henry},
date = {2012},
}
@video{brunswicker_networked_2009,
location = {Berkeley, {CA}},
title = {The networked {SME}: Taking a closer look into open and collaborative innovation in European {SMEs}},
publisher = {Haas School of Business, Garwood Center for Innovation. University of California},
author = {Brunswicker, Sabine and Chesbrough, Henry},
date = {2009},
}
@unpublished{brunswicker_open_2016-4,
location = {San Francisco, California},
title = {From Open Source towards Open Innovation: Fostering Corporate Innovation with Open Source Software ({OSS}) Communities},
type = {Presentation},
howpublished = {Presentation},
note = {Red Hat Summit 2016},
author = {Brunswicker, Sabine},
date = {2016-06-30},
}
@unpublished{brunswicker_leading_2016,
location = {Bejing},
title = {Leading Innovation in the Digital Age},
type = {Keynote Speech},
howpublished = {Keynote Speech},
note = {Innovation Symposium, Tsinghua University},
author = {Brunswicker, Sabine},
date = {2016-04},
}
@unpublished{brunswicker_digital_2016-1,
location = {Amsterdam, the Netherlands},
title = {Digital innovation in communities and ecosystems},
type = {Presentation of academic paper},
howpublished = {Presentation of academic paper},
note = {Organizing for Digital Innovation Workshop},
author = {Brunswicker, Sabine},
date = {2016-03-11},
}
@unpublished{brunswicker_designing_2015,
location = {Espoo, Finland},
title = {‘Designing’ the future of Open innovation 2.0},
note = {Open Innovation 2.0 Conference},
author = {Brunswicker, Sabine},
date = {2015-06},
}
@video{brunswicker_transforming_2014,
location = {Berlin, Germany},
title = {Transforming business and driving growth through open innovation},
publisher = {World Economic},
author = {Brunswicker, Sabine},
date = {2014},
}
@video{brunswicker_open_2013,
location = {Orlando, {FL}},
title = {Open innovation in the public sector – Experience from code for Europe},
publisher = {{OCIS} Plenary Panel},
author = {Brunswicker, Sabine},
date = {2013},
}
@video{brunswicker_models_2013,
location = {Dublin, Ireland},
title = {Models for Open Innovation},
publisher = {Trinity College Dublin \& European Commission, {ISPIM}},
author = {Brunswicker, Sabine},
date = {2013},
}
@video{brunswicker_innovation_2008,
location = {Stuttgart, Germany},
title = {Innovation management and innovation assessment (German title: Innovations management und Innovations be wertung)},
publisher = {{LIMAK} Johannes Kepler University in collaboration with Fraunhofer {IAO}},
author = {Brunswicker, Sabine},
date = {2008},
}
@article{brunswicker_empowering_2009,
title = {Empowering Europe's future. A future-oriented approach to exploiting clusters as a driver of innovation and growth},
volume = {2},
pages = {4--17},
number = {2},
journaltitle = {Performance},
author = {Brunswicker, Sabine and Bhardwaj, G. and Gonzalez, D},
date = {2009},
}
@article{stuttgart_open_2016,
title = {Open to Openness - dare more openness},
url = {http://www.pressebox.de/inaktiv/osb-alliance-open-source-business-alliance-ev/Open-to-Openness-Mehr-Offenheit-wagen/boxid/822238},
author = {Stuttgart},
urldate = {2016-11-01},
date = {2016-10-28},
}
@online{ocis_executive_2016,
title = {Executive Committee Elected (Effective August 2016)},
url = {http://ocis.aom.org/about-2/executive-committee-elected-effective-august-2016/},
author = {{OCIS}},
urldate = {2016-07-20},
date = {2016},
}
@article{meintel_open!_2016,
title = {{OPEN}! 2016: When are open systems groundbreaking?},
url = {http://www.ots.at/presseaussendung/OTS_20160819_OTS0036/open-2016-wann-sind-offene-systeme-bahnbrechend},
author = {Meintel, Sven},
urldate = {2016-09-15},
date = {2016-08-19},
}
@online{dax_open_2016,
title = {Open Innovation: Warming up for the working environment of the future},
url = {https://futurezone.at/science/open-innovation-aufwaermen-fuer-die-arbeitswelt-der-zukunft/218.016.517},
author = {Dax, Patrick},
urldate = {2016-09-15},
date = {2016-08-27},
}
@article{computerwelt_alpbach_2016,
title = {"Alpbach Technology Forum 2016": "New Enlightenment"},
url = {http://www.computerwelt.at/news/detail/artikel/117233-alpbacher-technologiegespraeche-2016-neue-aufklaerun/},
author = {Computerwelt},
urldate = {2016-09-15},
date = {2016-08-19},
}
@article{sheehy_speaker_2015,
location = {Purdue University},
edition = {Vol. 129 No. 137},
title = {Speaker visits campus to encourage new business strategy},
pages = {1, 5},
journaltitle = {The Exponent},
author = {Sheehy, Colleen},
date = {2015-10-07},
}
@online{fiorini_red_2015,
title = {Red Hat to partner with Discovery Park center to fund two-year doctoral research position},
url = {http://www.purdue.edu/newsroom/releases/2015/Q2/red-hat-to-partner-with-discovery-park-center-to-fund-two-year-doctoral-research-position.html},
titleaddon = {Purdue University News},
type = {Newsroom},
author = {Fiorini, Phillip},
date = {2015-05-14},
}
@online{fiorini_research_2014,
title = {Research indicates open innovation gaining momentum among large U.S. and European companies},
url = {http://www.purdue.edu/newsroom/releases/2014/Q4/research-indicates-open-innovation-gaining-momentum-among-large-u.s.-and-european-companies.html},
titleaddon = {Purdue University News},
type = {Press release},
author = {Fiorini, Phillip},
date = {2014-10-09},
}
@online{fiorini_red_2016,
title = {Red Hat {CEO} to Deliver Discovery Lecture on Organizational Openness},
url = {http://www.purdue.edu/newsroom/releases/2016/Q1/red-hat-ceo-to-deliver-discovery-lecture-on-organizational-openness.html},
titleaddon = {Purdue University News},
type = {Press release},
author = {Fiorini, Phillip and Schultz, Anna},
date = {2016-01-27},
}
@online{lincoln_faculty_2015,
title = {Faculty, staff, students honored at annual awards},
url = {https://polytechnic.purdue.edu/newsroom/faculty-staff-students-honored-at-annual-awards},
titleaddon = {Purdue Polytechnic Newsroom},
type = {Newsroom for Purdue Polytechnic},
author = {Lincoln, Steven},
date = {2015-05-20},
}
@article{staff_new_2014,
title = {New Discovery Park research center to focus on open innovation},
url = {http://www.purdueexponent.org/campus/article_4fe7aaef-9b27-521e-9f07-0fb3a9df45d8.html},
journaltitle = {Purdue Exponent},
author = {Staff},
date = {2014-04-02},
}
@online{proffitt_community_2016,
title = {Community Will Make Big Splash at Red Hat Summit},
url = {http://community.redhat.com/blog/2016/05/community-will-make-big-splash-at-red-hat-summit/},
titleaddon = {Open Source Community},
author = {Proffitt, Brian},
date = {2016-05-24},
}
@online{cotton_purdues_2016,
title = {Purdue's {IronHacks} series puts unique spin on hackathons},
url = {https://opensource.com/life/16/4/purdue-ironhacks-series-puts-unique-spin-hackathons},
titleaddon = {Opensource.com},
author = {Cotton, Ben},
date = {2016-04-28},
keywords = {Media coverage},
}