forked from altern/COPEweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
companies.html
139 lines (106 loc) · 5.49 KB
/
companies.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.png">
<title>COPE - change oriented programming environment</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- Custom styles for this template -->
<!-- <link href="css/jumbotron-narrow.css" rel="stylesheet"> -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="js/analytics.js"></script>
<script type="text/javascript" src="js/jquery-1.11.0.js"></script>
<script type="text/javascript" src="js/lmcbutton.js"></script>
<script type="text/javascript">
window.pageId = '#companies';
</script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<div class="container" id="container">
<!-- HEADER -->
<span id="head"></span>
<!-- CONTENT -->
<p>
<b>Title of Research Study:</b> <u>Understanding TDD Practices</u>
</p>
<p>
<b>Purpose of Experiment: </b> We are a group of researchers at the EECS department at Oregon State University. We are conducting a research project about Test Driven Development (TDD) practices. We will be recording code edits and test runs in order to understand how TDD developers make changes to their code.
</p>
<p>
<b>Participants should:</b>
<ul>
<li>be a Java developer</li>
<li>use TDD</li>
<li>use Eclipse or IntelliJ IDEA</li>
<li>be over 18 years old</li>
</ul>
</p>
<p>
<b>Nature of the Experiment: </b>
<p>In order to support your proprietary development, we will do a custom deployment such that all the data stays on your company servers. </p><p>
With your approval and supervision, we will run automated tools that will identify trends in the data. We will then use only those trends. This way we will avoid seeing your source code, while still incorporating the trends in our research. We are also willing to sign an NDA at your request.
</p><p>
We will make the resulting trends available to you so that you can analyze how your company practices compare with the state of the art.
</p><p>
Any data you give us we will keep for at least three years post study termination. The results of this study will be published in workshops, conferences, journals, and student dissertations. However, your company's identity will never be disclosed in any publication.
</p>
</p>
<p>
<b>Compensation: </b> None
</p>
<p>
<b>Duration of the Experiment: </b> We will collect data for a period of no longer then 3 months
</p>
<p>
<b>Benefits of the Experiment: </b> The benefit to your company is that we will prepare a report that will allow you to analyze how your company practices compare with the state of the art.
</p>
<p>
<b>Potential Risks : </b>
<ol><li>Internet: The security and confidentiality of information collected from you online cannot be guaranteed. Information collected online can be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.</li>
</ol>
</p>
<p>
<b>Voluntariness:</b> Participation in this study is voluntary. If you decide to participate, you are free to withdraw at any time without penalty. If you choose to withdraw from this project before it ends, the researchers may keep information collected about you and this information may be included in study reports. However, your company's identity will not be disclosed in any publication.
</p>
<p>
<b>Contact information: </b> <br />
If you want to participate in the study as a company employee who works on proprietary source code or you have any other questions about study, please contact us:
<ol>
<li>Principal Investigaor: Dr. Danny Dig, <a href="mailto: [email protected]">[email protected]</a>, 541-737-8216 or</li>
<li>Student Researcher: Michael Hilton, <a href="mailto:[email protected]">[email protected]</a></li>
</ol>
</p>
<p>
If you have questions about your rights or welfare as a participant, please contact the Oregon State University Institutional Review Board(IRB) Office, at (541)737-8008 or by email at <a href="mailto:[email protected]">[email protected]</a>. The title of this study is: <u>Understanding TDD Practices</u>.
</p>
<p>
The consent form must be signed and returned to researchers before participating:
<br />
<br />
<br />
<a href="files/UnderstandingTDD_consent_form_for_companies.pdf" style="font-size: 20px; border: 1px solid grey; padding: 10px">We will send you installation instructions when we receive this consent form <img src="img/pdf.png" height="30"/></a>
</p>
<br />
<br />
<br />
</div>
<!-- FOOTER -->
<div id="bottom"></div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>