Skip to content

Commit c66e1f8

Browse files
committed
HYP-HOTFIX-061224 - Examples
1 parent bfac5e7 commit c66e1f8

File tree

3 files changed

+297
-129
lines changed

3 files changed

+297
-129
lines changed
+158
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
<div class="form-content">
2+
<h4>Harvard Medical School Example Data Use and Confidentiality Agreement</h4>
3+
4+
<p>This Data Use and Confidentiality Agreement explains the terms and conditions of access to the Data by registrants in the Shared task. ANY REGISTRANT WHO WISHES TO ACCESS THE DATA MUST READ THE FOLLOWING TERMS AND AGREE TO THEM BY ENTERING THE INFORMATION REQUESTED BELOW.</p>
5+
6+
<h5>TERMS AND CONDITIONS</h5>
7+
8+
<p>1. Registrant understands and agrees that any Data / Datasets that Harvard Medical School provides to Registrant are proprietary and confidential to Harvard Medical School.</p>
9+
<p>2. Registrant agrees that Registrant will use the Data / Datasets solely for research and for no other purpose.</p>
10+
<p>3. Registrant agrees that Registrant will not attempt to identify or re-identify any individual patient or group of patients from the Data / Datasets.</p>
11+
<p>4. Registrant agrees that Registrant will not disclose, disseminate, or otherwise share the Data / Datasets to or with any other person or entity except with persons or entities on Registrant's Shared task team, each of which persons/entities Registrant will inform of the obligations with respect to use and confidentiality of the Data under this Agreement. Registrant shall be responsible for compliance by these persons/entities with the terms of this Agreement and any breach thereof.</p>
12+
<p>5. Registrant agrees not to use the name or logo of Harvard Medical School or any of its affiliates or any of their respective trustees, directors, officers, staff members, employees, students or agents for any purpose without Harvard Medical School' prior written approval excepting in the course of presentation and or publication deriving from the Shared task wherein the data source is acknowledged.</p>
13+
<p>6. All Data / Datasets disclosed pursuant to this Agreement, including without limitation all written and tangible forms thereof, shall be and remain the property of Harvard Medical School. Upon completion of the Shared task or earlier termination of the Agreement as provided in Section 8 below, Registrant shall cease using the Data / Datasets and shall destroy (or return if so requested by Harvard Medical School) all of the Data / Datasets received in tangible form, including notes, reports, and other information incorporating the Data / Datasets, and shall keep no copies, except to the extent specifically required by law(s) made know to Harvard Medical School by Registrant.</p>
14+
<p>7. Registrant understands and agrees that Harvard Medical School may use and further share with third parties any Data / Datasets that have been annotated or otherwise enhanced or modified by Registrant in connection with its participation in the Shared task ("Annotated Data / Datasets") for the purpose of conducting or enabling such third parties to conduct research and development of Natural Language Processing tools and analytics. [Registrant shall not be entitled to any compensation in connection with such use of the Annotated Data / Datasets.]</p>
15+
<p>8. Harvard Medical School may terminate Registrant's access to Data / Datasets under this Agreement for any reason upon written notice to Registrant.</p>
16+
<p>9. Registrant's obligations under this Agreement shall survive the expiration or termination of the Agreement.</p>
17+
<p>10. Registrant acknowledges that any use or disclosure of the Data / Datasets that is inconsistent with the terms of this Agreement may cause irreparable injury to Harvard Medical School and agrees that Harvard Medical School will be entitled to seek injunctive relief with respect to such use and/or disclosure, in addition to seeking any other remedy available at law or in equity.</p>
18+
<p>11. This Agreement may be modified or amended only in a writing signed by duly authorized representatives of both Registrant and Harvard Medical School. This Agreement shall be governed by and construed in accordance with the laws of the Commonwealth of Massachusetts. Any claim or action brought under this Agreement shall be brought in the federal or state courts of Massachusetts.</p>
19+
20+
<hr>
21+
22+
<h5>REGISTRANT INFORMATION</h5>
23+
24+
<h6>Registrant is either (select one):</h6>
25+
26+
<div class="radio" id="registrant-is">
27+
<label>
28+
<input type="radio" name="registrant-is" value="individual" required>
29+
an individual or academic organization, requesting Data under this Agreement on behalf of himself/herself or the academic organization<br>
30+
</label>
31+
<label>
32+
<input type="radio" name="registrant-is" value="corporation" required>
33+
a corporation, requesting Data under this Agreement on behalf of itself and its agents and employees
34+
</label>
35+
</div>
36+
37+
<div id="academic-questions" style="display: none">
38+
<h6>Individual/Academic</h6>
39+
40+
<div class="form-group">
41+
<label for="person-name">Name</label>
42+
<input type="text" class="form-control" id="person-name" name="person-name">
43+
</div>
44+
<div class="form-group">
45+
<label for="professional-title">Professional Title</label>
46+
<input type="text" class="form-control" id="professional-title" name="professional-title" placeholder="Student, professor, postdoc, etc">
47+
</div>
48+
<div class="form-group">
49+
<label for="institution">Institution or Organization</label>
50+
<input type="text" class="form-control" id="institution" name="institution">
51+
</div>
52+
<div class="form-group">
53+
<label for="address">Street Address</label>
54+
<input type="text" class="form-control" id="address" name="address">
55+
</div>
56+
<div class="form-group">
57+
<label for="city">City</label>
58+
<input type="text" class="form-control" id="city" name="city">
59+
</div>
60+
<div class="form-group">
61+
<label for="state">State</label>
62+
<input type="text" class="form-control" id="state" name="state">
63+
</div>
64+
<div class="form-group">
65+
<label for="zip">Zip</label>
66+
<input type="text" class="form-control" id="zip" name="zip">
67+
</div>
68+
<div class="form-group">
69+
<label for="country">Country</label>
70+
<input type="text" class="form-control" id="country" name="country">
71+
</div>
72+
<div class="form-group">
73+
<label for="person-phone">Phone</label>
74+
<input type="text" class="form-control" id="person-phone" name="person-phone">
75+
</div>
76+
<div class="form-group">
77+
<label for="person-email">E-mail</label>
78+
<input type="text" class="form-control" id="person-email" name="person-email">
79+
</div>
80+
</div>
81+
82+
<div id="corporation-questions" style="display: none">
83+
<h6>Corporation</h6>
84+
85+
<div class="form-group">
86+
<label for="place-of-business">Principal Place of Business</label>
87+
<input type="text" class="form-control" id="place-of-business" name="place-of-business">
88+
</div>
89+
<div class="form-group">
90+
<label for="contact-name">Contact Name/Title</label>
91+
<input type="text" class="form-control" id="contact-name" name="contact-name">
92+
</div>
93+
<div class="form-group">
94+
<label for="business-phone">Phone</label>
95+
<input type="text" class="form-control" id="business-phone" name="business-phone">
96+
</div>
97+
<div class="form-group">
98+
<label for="business-email">E-mail</label>
99+
<input type="text" class="form-control" id="business-email" name="business-email">
100+
</div>
101+
</div>
102+
103+
<hr>
104+
105+
<p>BY ENTERING THE INFORMATION REQUESTED IN THIS AGREEMENT AS DIRECTED ABOVE, REGISTRANT AFFIRMS THAT REGISTRANT HAS READ THE TERMS AND CONDITIONS OF ACCESS TO DATA FOR THE COMPETITION AND AGREES TO THEM.</p>
106+
107+
<div class="form-group">
108+
<label for="electronic-signature">Electronic Signature (Full Name)</label>
109+
<input type="text" class="form-control" id="electronic-signature" name="electronic-signature" required>
110+
</div>
111+
<div class="form-group">
112+
<label for="professional-title">Professional Title</label>
113+
<input type="text" class="form-control" id="professional-title" name="professional-title" placeholder="Student, professor, postdoc, etc" required>
114+
</div>
115+
<div class="form-group">
116+
<label for="date">Date</label>
117+
<input type="date" class="form-control" id="date" name="date" required>
118+
</div>
119+
120+
<label class="checkbox-inline">
121+
<input type="checkbox" id="i-agree" name="i-agree" value="Yes" required> I agree to the terms and conditions above. By clicking the "I Agree" checkbox I certify that this is my legal signature.
122+
</label>
123+
</div>
124+
125+
<script type="text/javascript">
126+
$(document).ready(function() {
127+
// When someone clicks what kind of registrant they are, hide the opposite form section
128+
$('#registrant-is').change(function() {
129+
var selected_value = $("input[name='registrant-is']:checked").val();
130+
131+
if (selected_value == "individual") {
132+
$('#academic-questions').show();
133+
$('#corporation-questions').hide();
134+
135+
$("#academic-questions :input").prop('required',true);
136+
$("#corporation-questions :input").prop('required',false);
137+
$("#corporation-questions :input").val('');
138+
}
139+
140+
if (selected_value == "corporation") {
141+
$('#academic-questions').hide();
142+
$('#corporation-questions').show();
143+
144+
$("#academic-questions :input").prop('required',false);
145+
$("#academic-questions :input").val('');
146+
$("#corporation-questions :input").prop('required',true);
147+
}
148+
});
149+
});
150+
</script>
151+
152+
<script type="application/javascript">
153+
// Default to today's date
154+
$(document).ready(function(){
155+
var today = new Date();
156+
document.getElementById("date").valueAsDate = today;
157+
});
158+
</script>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<div class="form-content">
2+
<div class="bs-callout bs-callout-warning">
3+
<h4><span class="glyphicon glyphicon-warning-sign"></span>&nbsp;&nbsp;Training Model Notification</h4>
4+
This data cannot be redistributed in any way. Please confirm that only local instances of large language models (LLM) will be used with this data. Note that if this data is used to create/train an LLM, this LLM cannot be released publicly, as the data will be integrated and therefore potentially available to any users of the model. Please indicate this in the research purpose of your application. Thank you!
5+
</div>
6+
<div class="form-group">
7+
<label for="citations" style="margin-right: 10px; margin-bottom: 15px;">Please enter a brief description of the proposed research use for the dataset:</label>
8+
<textarea class="form-control" rows="3" name="research-use" id="research-use" placeholder="Enter description here..." required></textarea>
9+
</div>
10+
</div>

0 commit comments

Comments
 (0)