-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
889 lines (801 loc) · 47.6 KB
/
index.html
File metadata and controls
889 lines (801 loc) · 47.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Open Source, Funding">
<meta name="description" content="Share your thoughts on funding in open-source projects." />
<title>Open Source Funding</title>
<link rel="stylesheet" href="theme.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MC7GYYDV94"></script>
<script>
if (this.customElements) {
try { customElements.define('built-in', document.createElement('p').constructor, { 'extends': 'p' }); }
catch (error) { document.write('<script src="https://unpkg.com/@ungap/custom-elements-builtin"><\x2fscript>'); }
} else {
document.write('<script src="https://unpkg.com/document-register-element"><\x2fscript>');
}
</script>
</head>
<body>
<header>
<nav aria-label="main navigation">
<ul>
<li><a href="#home">
<ui-icon icon="home"></ui-icon>Home
</a></li>
<!-- <li><a href="#survey">
<ui-icon icon="list"></ui-icon>Survey
</a></li> -->
<li><a href="#results">
<ui-icon icon="analysis"></ui-icon>Results
</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<h1 class="visually-hidden">OpenSourceFunding</h1>
<h2>Dear visitor,</h2>
<p>We all rely on open-source software every day. It's in our browsers, on the servers that serve our websites,
our mobile phones, and even in the websites and software we use. Open-source software enables developers to
reuse existing solutions to engineering problems, offload their maintenance to the open-source community and
significantly decrease the amount of time and work needed to release new software products.</p>
<p>But it also poses difficult and hotly debated questions: How do we compensate the open-source community for
their efforts? How can we ensure open-source projects keep being maintained? Should open-source developers be
involved in the commercial success of their projects? And finally: Who really benefits most from open-source
software - the community or the companies that make profits from using it?</p>
<p>With this survey, we wanted to find out how you (the open-source community) feel about funding in open-source
projects and answer some of the questions above.</p>
<p class="call-to-action">
<button class="primary">View Results</button>
</p>
<p>We personally want to thank every participant for the time they invested in our survey. We hope the results can
amplify the voices of the open-source community, contribute to improving the situation for open-source
maintainers, and thus, secure open-source projects in the long term.</p>
<p>Thank you,</p>
<p><strong>Your fellow OpenSourceFunding team</strong></p>
<p>P.S.: Feel free to share this survey with the rest of the world!</p>
<p class="share">
<a href="https://twitter.com/intent/tweet/?text=Survey%20results%3A%20Your%20thoughts%20on%20funding%20in%20open-source%20projects.%20https%3A%2F%2Fopensourcefunding.github.io%20%23OpenSourceFunding"
rel="noopener noreferrer" target="_blank" aria-label="Share on Twitter">
<ui-icon icon="twitter"></ui-icon>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fopensourcefunding.github.io"
rel="noopener noreferrer" target="_blank" aria-label="Share on Facebook">
<ui-icon icon="facebook"></ui-icon>
</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fopensourcefunding.github.io&title=Survey%20results%3A%20Your%20thoughts%20on%20funding%20in%20open-source%20projects.&summary="
rel="noopener noreferrer" target="_blank" aria-label="Share on LinkedIn">
<ui-icon icon="linkedin"></ui-icon>
</a>
</p>
</section>
<section id="survey">
<h1 class="visually-hidden">Survey</h1>
<form is="survey-form" aria-label="survey" name="survey">
<survey-question name="who-benefits" required="true">
<radio-group>
<h2 slot="header">Who do you think benefits most from OpenSource software?</h2>
<radio-button name="who-benefits" value="community">The OpenSource community as a whole</radio-button>
<radio-button name="who-benefits" value="companies">Commercially successful companies built on OpenSource
technology</radio-button>
</radio-group>
</survey-question>
<survey-question name="role" required="true">
<radio-group>
<h2 slot="header">What is your role in OpenSource?</h2>
<radio-button name="role" value="contributor">I'm a contributor</radio-button>
<radio-button name="role" value="user">I'm a user</radio-button>
</radio-group>
</survey-question>
<survey-question name="motivation-contributor" required="true">
<form-group>
<h2 slot="header">What are your main motivations for contributing to OpenSource projects?</h2>
<p slot="description">You can select multiple options.</p>
<check-box name="motivation-contributor" value="community">Being part of and giving back to the community
</check-box>
<check-box name="motivation-contributor" value="sharing">Sharing knowledge</check-box>
<check-box name="motivation-contributor" value="recognition">Advancing my carreer, building a portfolio or
reputation</check-box>
<check-box name="motivation-contributor" value="learning">Learning new skills and technologies</check-box>
<check-box name="motivation-contributor" value="passion">Working on projects I care about</check-box>
<textarea name="motivation-contributor-other" placeholder="Others" aria-label="others"></textarea>
</form-group>
</survey-question>
<survey-question name="motivation-user" required="true">
<form-group>
<h2 slot="header">What are your main motivations for using OpenSource software?</h2>
<p slot="description">You can select multiple options.</p>
<check-box name="motivation-user" value="free">It's free to use</check-box>
<check-box name="motivation-user" value="trust">I trust OpenSource software</check-box>
<check-box name="motivation-user" value="transparency">I have access to the source code</check-box>
<check-box name="motivation-user" value="flexibility">I can submit fixes and features which I need
</check-box>
<check-box name="motivation-user" value="independence">I'm not locked in by a vendor</check-box>
<textarea name="motivation-user-other" placeholder="Others" aria-label="others"></textarea>
</form-group>
</survey-question>
<survey-question name="compensation-for-value" required="true">
<radio-group>
<h2 slot="header">Do you think OpenSource developers should be compensated for the value they create?</h2>
<radio-button name="compensation-for-value" value="yes">Yes</radio-button>
<radio-button name="compensation-for-value" value="no">No</radio-button>
</radio-group>
</survey-question>
<survey-question name="what-is-fair-compensation" required="true">
<form-group>
<h2 slot="header">What do you think is a fair compensation for OpenSource work?</h2>
<p slot="description">You can select multiple options.</p>
<check-box name="what-is-fair-compensation" value="financial">There should be financial compensation
</check-box>
<check-box name="what-is-fair-compensation" value="reputation">The exposure and reputation gained from
OpenSource work</check-box>
<check-box name="what-is-fair-compensation" value="experience">Working on OpenSource is a reward in itself
</check-box>
<textarea name="what-is-fair-compensation-other" placeholder="Others" aria-label="others"></textarea>
</form-group>
</survey-question>
<survey-question name="measuring-fair-compensation" required="true">
<form-group>
<h2 slot="header">Which criteria would you include in determining a fair compensation for OpenSource work?
</h2>
<p slot="description">You can select multiple options.</p>
<check-box name="measuring-fair-compensation" value="time">The amount of time and work that went into the
OpenSource project</check-box>
<check-box name="measuring-fair-compensation" value="usage">The popularity of the OpenSource project, e.g.
by
usage</check-box>
<check-box name="measuring-fair-compensation" value="value">The value or benefit the OpenSource project adds
</check-box>
<textarea name="measuring-fair-compensation-other" placeholder="Others" aria-label="others"></textarea>
</form-group>
</survey-question>
<survey-question name="charging-fair-compensation" required="true">
<radio-group>
<h2 slot="header">Who do you think should be responsible for compensating OpenSource work?</h2>
<radio-button name="charging-fair-compensation" value="everybody">Every user of OpenSource software
</radio-button>
<radio-button name="charging-fair-compensation" value="commercial">Commercial users of OpenSource software
</radio-button>
<textarea name="charging-fair-compensation-other" placeholder="Others" aria-label="others"></textarea>
</radio-group>
</survey-question>
<survey-question name="sufficient-compensation" required="true">
<radio-group>
<h2 slot="header">Do you think OpenSource projects and their maintainers and contributors are currently
being
sufficiently compensated?</h2>
<radio-button name="sufficient-compensation" value="yes">Yes</radio-button>
<radio-button name="sufficient-compensation" value="no">No</radio-button>
</radio-group>
</survey-question>
<survey-question name="funding-models">
<form-group>
<h2 slot="header">Which of the existing funding models addresses OpenSource funding needs best?</h2>
<p slot="description">You can select multiple funding models - or none if you think neither of the models
addresses OpenSource funding needs sufficiently.</p>
<check-box name="funding-models" value="donations">Donations</check-box>
<check-box name="funding-models" value="crowdfunding">Crowdfunding</check-box>
<check-box name="funding-models" value="sponsorships">Sponsorships</check-box>
<check-box name="funding-models" value="grants">Grants</check-box>
<textarea name="funding-models-other" placeholder="Others" aria-label="others"></textarea>
</form-group>
</survey-question>
<survey-question name="share-winnings" required="true">
<radio-group>
<h2 slot="header">Do you think OpenSource developers should receive a share of the commercial success of
products and services that are built on top of their software?</h2>
<radio-button name="share-winnings" value="yes">Yes</radio-button>
<radio-button name="share-winnings" value="no">No</radio-button>
</radio-group>
</survey-question>
<survey-question name="positive-effect" required="true">
<radio-group>
<h2 slot="header">Do you think financial compensation for OpenSource contributors would have a positive
effect
on the OpenSource community and the quality and long-term maintenance of OpenSource software?</h2>
<radio-button name="positive-effect" value="yes">Yes</radio-button>
<radio-button name="positive-effect" value="no">No</radio-button>
</radio-group>
</survey-question>
<survey-question name="experience" required="true">
<radio-group>
<h2 slot="header">How long have you been working with OpenSource software?</h2>
<radio-button name="experience" value="novice">less than 1 year</radio-button>
<radio-button name="experience" value="junior">1 - 2 years</radio-button>
<radio-button name="experience" value="medior">2 - 5 years</radio-button>
<radio-button name="experience" value="senior">5 - 10 years</radio-button>
<radio-button name="experience" value="veteran">more than 10 years</radio-button>
</radio-group>
</survey-question>
<survey-question name="usage" required="true">
<form-group>
<h2 slot="header">How do you use OpenSource software?</h2>
<p slot="description">You can select multiple options.</p>
<check-box name="usage" value="professional">In my professional work</check-box>
<check-box name="usage" value="hobby">As a hobby or side project</check-box>
</form-group>
</survey-question>
<survey-question name="frequency" required="true">
<radio-group>
<h2 slot="header">How frequently do you contribute to OpenSource software on average?</h2>
<radio-button name="frequency" value="high">Multiple times per week</radio-button>
<radio-button name="frequency" value="medium">Multiple times per month</radio-button>
<radio-button name="frequency" value="low">Multiple times per year</radio-button>
<radio-button name="frequency" value="very_low">Less than once per year</radio-button>
</radio-group>
</survey-question>
<survey-question name="employment" required="true">
<radio-group>
<h2 slot="header">How do you work?</h2>
<radio-button name="employment" value="self">I'm self-employed</radio-button>
<radio-button name="employment" value="company">I work for a company</radio-button>
<radio-button name="employment" value="none">I'm not employed</radio-button>
</radio-group>
</survey-question>
<survey-question name="country" required="true">
<form-group>
<h2 slot="header">Where are you from?</h2>
<label for="country">Country</label>
<ui-select>
<select name="country" id="country">
<option value="AF">Afghanistan</option>
<option value="AX">Åland Islands</option>
<option value="AL">Albania</option>
<option value="DZ">Algeria</option>
<option value="AS">American Samoa</option>
<option value="AD">Andorra</option>
<option value="AO">Angola</option>
<option value="AI">Anguilla</option>
<option value="AQ">Antarctica</option>
<option value="AG">Antigua and Barbuda</option>
<option value="AR">Argentina</option>
<option value="AM">Armenia</option>
<option value="AW">Aruba</option>
<option value="AU">Australia</option>
<option value="AT">Austria</option>
<option value="AZ">Azerbaijan</option>
<option value="BS">Bahamas</option>
<option value="BH">Bahrain</option>
<option value="BD">Bangladesh</option>
<option value="BB">Barbados</option>
<option value="BY">Belarus</option>
<option value="BE">Belgium</option>
<option value="BZ">Belize</option>
<option value="BJ">Benin</option>
<option value="BM">Bermuda</option>
<option value="BT">Bhutan</option>
<option value="BO">Bolivia, Plurinational State of</option>
<option value="BQ">Bonaire, Sint Eustatius and Saba</option>
<option value="BA">Bosnia and Herzegovina</option>
<option value="BW">Botswana</option>
<option value="BV">Bouvet Island</option>
<option value="BR">Brazil</option>
<option value="IO">British Indian Ocean Territory</option>
<option value="BN">Brunei Darussalam</option>
<option value="BG">Bulgaria</option>
<option value="BF">Burkina Faso</option>
<option value="BI">Burundi</option>
<option value="KH">Cambodia</option>
<option value="CM">Cameroon</option>
<option value="CA">Canada</option>
<option value="CV">Cape Verde</option>
<option value="KY">Cayman Islands</option>
<option value="CF">Central African Republic</option>
<option value="TD">Chad</option>
<option value="CL">Chile</option>
<option value="CN">China</option>
<option value="CX">Christmas Island</option>
<option value="CC">Cocos (Keeling) Islands</option>
<option value="CO">Colombia</option>
<option value="KM">Comoros</option>
<option value="CG">Congo</option>
<option value="CD">Congo, the Democratic Republic of the</option>
<option value="CK">Cook Islands</option>
<option value="CR">Costa Rica</option>
<option value="CI">Côte d'Ivoire</option>
<option value="HR">Croatia</option>
<option value="CU">Cuba</option>
<option value="CW">Curaçao</option>
<option value="CY">Cyprus</option>
<option value="CZ">Czech Republic</option>
<option value="DK">Denmark</option>
<option value="DJ">Djibouti</option>
<option value="DM">Dominica</option>
<option value="DO">Dominican Republic</option>
<option value="EC">Ecuador</option>
<option value="EG">Egypt</option>
<option value="SV">El Salvador</option>
<option value="GQ">Equatorial Guinea</option>
<option value="ER">Eritrea</option>
<option value="EE">Estonia</option>
<option value="ET">Ethiopia</option>
<option value="FK">Falkland Islands (Malvinas)</option>
<option value="FO">Faroe Islands</option>
<option value="FJ">Fiji</option>
<option value="FI">Finland</option>
<option value="FR">France</option>
<option value="GF">French Guiana</option>
<option value="PF">French Polynesia</option>
<option value="TF">French Southern Territories</option>
<option value="GA">Gabon</option>
<option value="GM">Gambia</option>
<option value="GE">Georgia</option>
<option value="DE">Germany</option>
<option value="GH">Ghana</option>
<option value="GI">Gibraltar</option>
<option value="GR">Greece</option>
<option value="GL">Greenland</option>
<option value="GD">Grenada</option>
<option value="GP">Guadeloupe</option>
<option value="GU">Guam</option>
<option value="GT">Guatemala</option>
<option value="GG">Guernsey</option>
<option value="GN">Guinea</option>
<option value="GW">Guinea-Bissau</option>
<option value="GY">Guyana</option>
<option value="HT">Haiti</option>
<option value="HM">Heard Island and McDonald Islands</option>
<option value="VA">Holy See (Vatican City State)</option>
<option value="HN">Honduras</option>
<option value="HK">Hong Kong</option>
<option value="HU">Hungary</option>
<option value="IS">Iceland</option>
<option value="IN">India</option>
<option value="ID">Indonesia</option>
<option value="IR">Iran, Islamic Republic of</option>
<option value="IQ">Iraq</option>
<option value="IE">Ireland</option>
<option value="IM">Isle of Man</option>
<option value="IL">Israel</option>
<option value="IT">Italy</option>
<option value="JM">Jamaica</option>
<option value="JP">Japan</option>
<option value="JE">Jersey</option>
<option value="JO">Jordan</option>
<option value="KZ">Kazakhstan</option>
<option value="KE">Kenya</option>
<option value="KI">Kiribati</option>
<option value="KP">Korea, Democratic People's Republic of</option>
<option value="KR">Korea, Republic of</option>
<option value="KW">Kuwait</option>
<option value="KG">Kyrgyzstan</option>
<option value="LA">Lao People's Democratic Republic</option>
<option value="LV">Latvia</option>
<option value="LB">Lebanon</option>
<option value="LS">Lesotho</option>
<option value="LR">Liberia</option>
<option value="LY">Libya</option>
<option value="LI">Liechtenstein</option>
<option value="LT">Lithuania</option>
<option value="LU">Luxembourg</option>
<option value="MO">Macao</option>
<option value="MK">Macedonia, the former Yugoslav Republic of</option>
<option value="MG">Madagascar</option>
<option value="MW">Malawi</option>
<option value="MY">Malaysia</option>
<option value="MV">Maldives</option>
<option value="ML">Mali</option>
<option value="MT">Malta</option>
<option value="MH">Marshall Islands</option>
<option value="MQ">Martinique</option>
<option value="MR">Mauritania</option>
<option value="MU">Mauritius</option>
<option value="YT">Mayotte</option>
<option value="MX">Mexico</option>
<option value="FM">Micronesia, Federated States of</option>
<option value="MD">Moldova, Republic of</option>
<option value="MC">Monaco</option>
<option value="MN">Mongolia</option>
<option value="ME">Montenegro</option>
<option value="MS">Montserrat</option>
<option value="MA">Morocco</option>
<option value="MZ">Mozambique</option>
<option value="MM">Myanmar</option>
<option value="NA">Namibia</option>
<option value="NR">Nauru</option>
<option value="NP">Nepal</option>
<option value="NL">Netherlands</option>
<option value="NC">New Caledonia</option>
<option value="NZ">New Zealand</option>
<option value="NI">Nicaragua</option>
<option value="NE">Niger</option>
<option value="NG">Nigeria</option>
<option value="NU">Niue</option>
<option value="NF">Norfolk Island</option>
<option value="MP">Northern Mariana Islands</option>
<option value="NO">Norway</option>
<option value="OM">Oman</option>
<option value="PK">Pakistan</option>
<option value="PW">Palau</option>
<option value="PS">Palestinian Territory, Occupied</option>
<option value="PA">Panama</option>
<option value="PG">Papua New Guinea</option>
<option value="PY">Paraguay</option>
<option value="PE">Peru</option>
<option value="PH">Philippines</option>
<option value="PN">Pitcairn</option>
<option value="PL">Poland</option>
<option value="PT">Portugal</option>
<option value="PR">Puerto Rico</option>
<option value="QA">Qatar</option>
<option value="RE">Réunion</option>
<option value="RO">Romania</option>
<option value="RU">Russian Federation</option>
<option value="RW">Rwanda</option>
<option value="BL">Saint Barthélemy</option>
<option value="SH">Saint Helena, Ascension and Tristan da Cunha</option>
<option value="KN">Saint Kitts and Nevis</option>
<option value="LC">Saint Lucia</option>
<option value="MF">Saint Martin (French part)</option>
<option value="PM">Saint Pierre and Miquelon</option>
<option value="VC">Saint Vincent and the Grenadines</option>
<option value="WS">Samoa</option>
<option value="SM">San Marino</option>
<option value="ST">Sao Tome and Principe</option>
<option value="SA">Saudi Arabia</option>
<option value="SN">Senegal</option>
<option value="RS">Serbia</option>
<option value="SC">Seychelles</option>
<option value="SL">Sierra Leone</option>
<option value="SG">Singapore</option>
<option value="SX">Sint Maarten (Dutch part)</option>
<option value="SK">Slovakia</option>
<option value="SI">Slovenia</option>
<option value="SB">Solomon Islands</option>
<option value="SO">Somalia</option>
<option value="ZA">South Africa</option>
<option value="GS">South Georgia and the South Sandwich Islands</option>
<option value="SS">South Sudan</option>
<option value="ES">Spain</option>
<option value="LK">Sri Lanka</option>
<option value="SD">Sudan</option>
<option value="SR">Suriname</option>
<option value="SJ">Svalbard and Jan Mayen</option>
<option value="SZ">Swaziland</option>
<option value="SE">Sweden</option>
<option value="CH">Switzerland</option>
<option value="SY">Syrian Arab Republic</option>
<option value="TW">Taiwan, Province of China</option>
<option value="TJ">Tajikistan</option>
<option value="TZ">Tanzania, United Republic of</option>
<option value="TH">Thailand</option>
<option value="TL">Timor-Leste</option>
<option value="TG">Togo</option>
<option value="TK">Tokelau</option>
<option value="TO">Tonga</option>
<option value="TT">Trinidad and Tobago</option>
<option value="TN">Tunisia</option>
<option value="TR">Turkey</option>
<option value="TM">Turkmenistan</option>
<option value="TC">Turks and Caicos Islands</option>
<option value="TV">Tuvalu</option>
<option value="UG">Uganda</option>
<option value="UA">Ukraine</option>
<option value="AE">United Arab Emirates</option>
<option value="GB">United Kingdom</option>
<option value="US">United States</option>
<option value="UM">United States Minor Outlying Islands</option>
<option value="UY">Uruguay</option>
<option value="UZ">Uzbekistan</option>
<option value="VU">Vanuatu</option>
<option value="VE">Venezuela, Bolivarian Republic of</option>
<option value="VN">Viet Nam</option>
<option value="VG">Virgin Islands, British</option>
<option value="VI">Virgin Islands, U.S.</option>
<option value="WF">Wallis and Futuna</option>
<option value="EH">Western Sahara</option>
<option value="YE">Yemen</option>
<option value="ZM">Zambia</option>
<option value="ZW">Zimbabwe</option>
</select>
</ui-select>
</form-group>
</survey-question>
<survey-question name="gender" required="true">
<radio-group>
<h2 slot="header">What is your gender?</h2>
<radio-button name="gender" value="male">Male</radio-button>
<radio-button name="gender" value="female">Female</radio-button>
<radio-button name="gender" value="non_binary">Non-Binary/Third Gender</radio-button>
<radio-button name="gender" value="private">Prefer not to say</radio-button>
</radio-group>
</survey-question>
<survey-end>
<h2 slot="initial">You have already completed the survey.</h2>
<p slot="initial">The results of the survey will be published <a href="#results">here</a>
<span data-days-left>in 30 days</span>. In the meantime, why don't you help to spread the word?</p>
<p slot="initial" class="share">
<a href="https://twitter.com/intent/tweet/?text=Share%20your%20thoughts%20on%20funding%20in%20open-source%20projects.%20https%3A%2F%2Fopensourcefunding.github.io%20%23OpenSourceFunding"
rel="noopener noreferrer" target="_blank" aria-label="Share on Twitter">
<ui-icon icon="twitter"></ui-icon>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fopensourcefunding.github.io"
rel="noopener noreferrer" target="_blank" aria-label="Share on Facebook">
<ui-icon icon="facebook"></ui-icon>
</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fopensourcefunding.github.io&title=Share%20your%20thoughts%20on%20funding%20in%20open-source%20projects.&summary="
rel="noopener noreferrer" target="_blank" aria-label="Share on LinkedIn">
<ui-icon icon="linkedin"></ui-icon>
</a>
</p>
<h2 slot="loading">We are submitting your survey.</h2>
<p slot="loading">This will just take a second.</p>
<h2 slot="success">Thank your for participating in our survey.</h2>
<p slot="success">The results of the survey will be published <a href="#results">here</a>
<span data-days-left>in 30 days</span>. In the meantime, why don't you help to spread the word?</p>
<p slot="success" class="share">
<a href="https://twitter.com/intent/tweet/?text=Share%20your%20thoughts%20on%20funding%20in%20open-source%20projects.%20https%3A%2F%2Fopensourcefunding.github.io%20%23OpenSourceFunding"
rel="noopener noreferrer" target="_blank" aria-label="Share on Twitter">
<ui-icon icon="twitter"></ui-icon>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fopensourcefunding.github.io"
rel="noopener noreferrer" target="_blank" aria-label="Share on Facebook">
<ui-icon icon="facebook"></ui-icon>
</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fopensourcefunding.github.io&title=Share%20your%20thoughts%20on%20funding%20in%20open-source%20projects.&summary="
rel="noopener noreferrer" target="_blank" aria-label="Share on LinkedIn">
<ui-icon icon="linkedin"></ui-icon>
</a>
</p>
<h2 slot="error">There was an error submitting your survey.</h2>
<p slot="error">To try again please click the button below.</p>
<p slot="error"><button type="button" class="again">Try again<ui-icon icon="message"></ui-icon></button></p>
<h2 slot="finished">The survey has finished.</h2>
<p slot="finished">The survey has finished and new answers can no longer be submitted.</p>
<p slot="finished"><a href="#results">View the survey results here.</a></p>
</survey-end>
</form>
</section>
<section id="results">
<h1 class="visually-hidden">Survey Results</h1>
<pie-chart total="43">
<h3 slot="title">Who do you think benefits most from OpenSource software?</h3>
<chart-data value="14" label="community">The OpenSource community as a whole</chart-data>
<chart-data value="29" label="companies">Commercially successful companies built on OpenSource technology
</chart-data>
</pie-chart>
<pie-chart total="43">
<h3 slot="title">What is your role in OpenSource?</h3>
<chart-data value="24" label="contributor">I'm a contributor</chart-data>
<chart-data value="19" label="user">I'm a user</chart-data>
</pie-chart>
<bar-chart class="dense" total="43">
<h3 slot="title">What are your main motivations for contributing to OpenSource projects?</h3>
<chart-data value="19" label="community">Being part of and giving back to the community</chart-data>
<chart-data value="17" label="sharing">Sharing knowledge</chart-data>
<chart-data value="15" label="recognition">Advancing my carreer, building a portfolio or reputation
</chart-data>
<chart-data value="18" label="learning">Learning new skills and technologies</chart-data>
<chart-data value="21" label="passion">Working on projects I care about</chart-data>
</bar-chart>
<bar-chart class="dense" total="43">
<h3 slot="title">What are your main motivations for using OpenSource software?</h3>
<chart-data value="36" label="free">It's free to use</chart-data>
<chart-data value="29" label="trust">I trust OpenSource software</chart-data>
<chart-data value="28" label="transparency">I have access to the source code</chart-data>
<chart-data value="28" label="flexibility">I can submit fixes and features which I need</chart-data>
<chart-data value="28" label="independence">I'm not locked in by a vendor</chart-data>
</bar-chart>
<pie-chart total="43">
<h3 slot="title">Do you think OpenSource developers should be compensated for the value they create?</h3>
<chart-data value="42" label="yes">Yes</chart-data>
<chart-data value="1" label="no">No</chart-data>
</pie-chart>
<bar-chart total="43">
<h3 slot="title">What do you think is a fair compensation for OpenSource work?</h3>
<chart-data value="35" label="financial">There should be financial compensation</chart-data>
<chart-data value="28" label="reputation">The exposure and reputation gained from OpenSource work</chart-data>
<chart-data value="14" label="experience">Working on OpenSource is a reward in itself</chart-data>
</bar-chart>
<bar-chart total="43">
<h3 slot="title">Which criteria would you include in determining a fair compensation for OpenSource work?</h3>
<chart-data value="24" label="time">The amount of time and work that went into the OpenSource project
</chart-data>
<chart-data value="20" label="usage">The popularity of the OpenSource project, e.g. by usage</chart-data>
<chart-data value="36" label="value">The value or benefit the OpenSource project adds</chart-data>
</bar-chart>
<pie-chart total="42">
<h3 slot="title">Who do you think should be responsible for compensating OpenSource work?</h3>
<chart-data value="12" label="everybody">Every user of OpenSource software</chart-data>
<chart-data value="30" label="commercial">Commercial users of OpenSource software</chart-data>
</pie-chart>
<pie-chart total="43">
<h3 slot="title">Do you think OpenSource projects and their maintainers and contributors are currently being
sufficiently compensated?</h3>
<chart-data value="5" label="yes">Yes</chart-data>
<chart-data value="38" label="no">No</chart-data>
</pie-chart>
<bar-chart total="43">
<h3 slot="title">Which of the existing funding models addresses OpenSource funding needs best?</h3>
<chart-data value="28" label="donations">Donations</chart-data>
<chart-data value="25" label="crowdfunding">Crowdfunding</chart-data>
<chart-data value="27" label="sponsorships">Sponsorships</chart-data>
<chart-data value="16" label="grants">Grants</chart-data>
</bar-chart>
<pie-chart total="43">
<h3 slot="title">Do you think OpenSource developers should receive a share of the commercial success of
products and services that are built on top of their software?</h3>
<chart-data value="30" label="yes">Yes</chart-data>
<chart-data value="13" label="no">No</chart-data>
</pie-chart>
<pie-chart total="43">
<h3 slot="title">Do you think financial compensation for OpenSource contributors would have a positive effect on
the OpenSource community and the quality and long-term maintenance of OpenSource software?</h3>
<chart-data value="40" label="yes">Yes</chart-data>
<chart-data value="3" label="no">No</chart-data>
</pie-chart>
<bar-chart total="43">
<h3 slot="title">How long have you been working with OpenSource software?</h3>
<chart-data value="5" label="novice">less than 1 year</chart-data>
<chart-data value="7" label="junior">1 - 2 years</chart-data>
<chart-data value="9" label="medior">2 - 5 years</chart-data>
<chart-data value="14" label="senior">5 - 10 years</chart-data>
<chart-data value="8" label="veteran">more than 10 years</chart-data>
</bar-chart>
<bar-chart total="43">
<h3 slot="title">How do you use OpenSource software?</h3>
<chart-data value="26" label="professional">In my professional work</chart-data>
<chart-data value="40" label="hobby">As a hobby or side project</chart-data>
</bar-chart>
<bar-chart total="24">
<h3 slot="title">How frequently do you contribute to OpenSource software on average?</h3>
<chart-data value="13" label="high">Multiple times per week</chart-data>
<chart-data value="6" label="medium">Multiple times per month</chart-data>
<chart-data value="4" label="low">Multiple times per year</chart-data>
<chart-data value="1" label="very_low">Less than once per year</chart-data>
</bar-chart>
<bar-chart total="43">
<h3 slot="title">How do you work?</h3>
<chart-data value="10" label="self">I'm self-employed</chart-data>
<chart-data value="17" label="company">I work for a company</chart-data>
<chart-data value="16" label="none">I'm not employed</chart-data>
</bar-chart>
<map-chart total="43">
<h3 slot="title">Where do you live?</h3>
<chart-data value="8" label="IN">India</chart-data>
<chart-data value="5" label="DE">Germany</chart-data>
<chart-data value="5" label="US">United States</chart-data>
<chart-data value="3" label="ES">Spain</chart-data>
<chart-data value="2" label="BR">Brazil</chart-data>
<chart-data value="2" label="CA">Canada</chart-data>
<chart-data value="2" label="FR">France</chart-data>
<chart-data value="2" label="GB">United Kingdom</chart-data>
<chart-data value="1" label="DZ">Algeria</chart-data>
<chart-data value="1" label="AR">Argentina</chart-data>
<chart-data value="1" label="AU">Australia</chart-data>
<chart-data value="1" label="CO">Colombia</chart-data>
<chart-data value="1" label="DK">Denmark</chart-data>
<chart-data value="1" label="ID">Indonesia</chart-data>
<chart-data value="1" label="RO">Romania</chart-data>
<chart-data value="1" label="RU">Russian Federation</chart-data>
<chart-data value="1" label="RS">Serbia</chart-data>
<chart-data value="1" label="SK">Slovakia</chart-data>
<chart-data value="1" label="SE">Sweden</chart-data>
<chart-data value="1" label="TH">Thailand</chart-data>
<chart-data value="1" label="AE">United Arab Emirates</chart-data>
<chart-data value="1" label="VN">Vietnam</chart-data>
</map-chart>
<bar-chart total="43">
<h3 slot="title">What is your gender?</h3>
<chart-data value="35" label="male">Male</chart-data>
<chart-data value="2" label="female">Female</chart-data>
<chart-data value="1" label="non_binary">Non-Binary/Third Gender</chart-data>
<chart-data value="5" label="private">Prefer not to say</chart-data>
</bar-chart>
</section>
<section id="privacy">
<h1>Privacy Policy</h1>
<p>This privacy policy will explain how we use the personal data we collect from you when you use our website.</p>
<h2>What data do we collect?</h2>
<p>We don't collect any personal data. We only collect the answers you voluntarily give us when you complete our
survey. Your answers are stored anonymously and can not be used to identify you personally.</p>
<h3>How do we collect your data?</h3>
<p>You directly provide us with most of the data we collect. We collect data and process data when you:</p>
<ul>
<li>Voluntarily complete our survey.</li>
<li>Use or view our website in your browser.</li>
</ul>
<h3>How will we use your data?</h3>
<p>We collect your data so that we can:</p>
<ul>
<li>Perform a survey on the topic of funding in OpenSource projects.</li>
<li>Statistically analyze the opinions of the community.</li>
<li>Share the results of our survey with the community.</li>
</ul>
<h3>How do we store your data?</h3>
<p>We store your answers securely on Google's Cloud Firestore.</p>
<p>We will keep your answers for as long as this website operates, out of public interest.</p>
<h2>What are your data protection rights?</h2>
<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to
the following:</p>
<p><strong>The right to access</strong>
You have the right to request copies of your personal data from us.</p>
<p><strong>The right to rectification</strong>
You have the right to request that we correct any information you believe is inaccurate and complete information
you believe is incomplete.</p>
<p><strong>The right to erasure</strong>
You have the right to request that we erase your personal data, under certain conditions.</p>
<p><strong>The right to restrict processing</strong>
You have the right to request that we restrict the processing of your personal data, under certain conditions.
</p>
<p><strong>The right to object to processing</strong>
You have the right to object to our processing of your personal data, under certain conditions.</p>
<p><strong>The right to data portability</strong>
You have the right to request that we transfer the data that we have collected to another organization, or
directly to you, under certain conditions.</p>
<p>If you make a request, we have one month time to respond to you. If you would like to exercise any of these
rights, please contact us at our email: <a
href="mailto:contactopensourcefunding@gmail.com">contactopensourcefunding@gmail.com</a></p>
<h2>Cookies</h2>
<p>A cookie is a small text file that a website stores on your computer or mobile device when you visit the site.
When you visit our website, we may collect information from you automatically through cookies or similar
technology.</p>
<p>For further information, visit <a href="https://www.allaboutcookies.org/" target="_blank"
rel="noreferrer">allaboutcookies.org</a>.</p>
<h3>How do we use cookies?</h3>
<p>Our website uses third-party cookies to collect usage statistics and understand how you use our website.</p>
<h3>What types of cookies do we use?</h3>
<h4>Analytics cookies</h4>
<p>We use a minimal setup of Google Analytics to collect website usage statistics. We use this data purely for
internal research on the reach of our survey.</p>
<p>We collect usage statistics anonymously and don't store full IP adresses so that the data gathered can not
identify you personally. In addition, we do not share this data with any third parties or use it for any other
purpose than described above.</p>
<p>For more information on how Google uses data when you use our website, please view <a
href="https://policies.google.com/technologies/partner-sites" target="_blank" rel="noreferrer">Google's
Privacy Policy</a>.</p>
<h3>How to manage cookies?</h3>
<h4>Removing cookies from your device</h4>
<p>You can delete all cookies that are already on your device by clearing the browsing history of your browser.
This will remove all cookies from all websites you have visited.</p>
<p>Be aware though that you may also lose some saved information (e.g. saved login details, site preferences).</p>
<h4>Managing site-specific cookies</h4>
<p>For more detailed control over site-specific cookies, check the privacy and cookie settings in your preferred
browser.</p>
<h4>Blocking cookies</h4>
<p>You can set most modern browsers to prevent any cookies being placed on your device, but you may then have to
manually adjust some preferences every time you visit a site/page. And some services and functionalities may not
work properly at all (e.g. profile logging-in).</p>
<p>For more details on how to manage/delete cookies, visit <a href="https://www.allaboutcookies.org/"
target="_blank" rel="noreferrer">allaboutcookies.org</a>.</p>
<h2>Privacy policies of other websites</h2>
<p>Our website contains links to other websites. Our privacy policy applies only to our website, so if you click
on a link to another website, you should read their privacy policy.</p>
<h2>Changes to our privacy policy</h2>
<p>We keep our privacy policy under review and place any updates on this web page. This privacy policy was last
updated on 15 June 2020.</p>
<h2>How to contact us</h2>
<p>If you have any questions about our privacy policy, the data we hold on you, or you would like to exercise one
of your data protection rights, please do not hesitate to contact us at our email:
<a href="mailto:contactopensourcefunding@gmail.com">contactopensourcefunding@gmail.com</a>.</p>
</section>
</main>
<footer>
<p>© Copyright 2020</p>
<nav aria-label="footer navigation">
<ul>
<li><a href="#privacy">Privacy Policy</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</footer>
<template id="cookie-popup">
<section class="cookie-popup" role="dialog" aria-hidden="false" aria-live="polite">
<header>
<h1>This website uses cookies</h1>
</header>
<p>We use cookies to collect anonymous usage statistics. We don't collect personal data and we don't share
information about your use of our site with others.</p>
<footer>
<a href="#privacy">Privacy policy</a>
<button id="decline_cookies">Decline</button>
<button id="accept_cookies" class="primary">Accept</button>
</footer>
</section>
</template>
<script src="dist/app.bundle.js"></script>
</body>
</html>