@@ -499,6 +507,33 @@ class TestCenterRegistration(models.Model):
defregistration_signup_url(self):
returnsettings.PEARSONVUE_SIGNINPAGE_URL
defdemographics_status(self):
ifself.demographics_is_accepted:
return"Accepted"
elifself.demographics_is_rejected:
return"Rejected"
else:
return"Pending"
defaccommodation_status(self):
ifself.accommodation_is_skipped:
return"Skipped"
elifself.accommodation_is_accepted:
return"Accepted"
elifself.accommodation_is_rejected:
return"Rejected"
else:
return"Pending"
defregistration_status(self):
ifself.registration_is_accepted:
return"Accepted"
elifself.registration_is_rejected:
return"Rejected"
else:
return"Pending"
classTestCenterRegistrationForm(ModelForm):
classMeta:
model=TestCenterRegistration
...
...
@@ -518,7 +553,15 @@ class TestCenterRegistrationForm(ModelForm):
registration.save()
log.info("Updated registration information for user's test center exam registration: username \"{}\" course \"{}\", examcode \"{}\"".format(registration.testcenter_user.user.username,registration.course_id,registration.exam_series_code))
# TODO: add validation code for values added to accommodation_code field.
Your certificate is being held while we seek confirmation that the issuance of your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, Syria and Sudan. If you think our system has mistakenly identified you as being connected with one of those countries, please let us know by contacting <aclass="contact-link"href="mailto:info@edx.org">info@edx.org</a>.
<p>We are seeking a talented lawyer with the ability to operate independently in a fast-paced environment and work proactively with all members of the edX team. You must have thorough knowledge of intellectual property law, contracts and licensing. </p>
<p><strong>Key Responsibilities: </strong></p>
<ul>
<li>Drive the negotiating, reviewing, drafting and overseeing of a wide range of transactional arrangements, including collaborations related to the provision of online education, inbound and outbound licensing of intellectual property, strategic partnerships, nondisclosure agreements, and services agreements.</li>
<li>Provide counseling on the legal implications/considerations of business and technical strategies and projects, with special emphasis on regulations related to higher education, data security and privacy.</li>
<li>Provide advice and support company-wide on a variety of legal issues in a timely and effective manner.</li>
<li>Assist on other matters as needed.</li>
</ul>
<p><strong>Requirements:</strong></p>
<li>JD from an accredited law school</li>
<li>Massachusetts bar admission required</li>
<li>2-3 years of transactional experience at a major law firm and/or as an in-house counselor</li>
<li>Substantial IP licensing experience</li>
<li>Knowledge of copyright, trademark and patent law</li>
<li>Experience with open source content and open source software preferred</li>
<li>Outstanding communications skills (written and oral)</li>
<li>Experience with drafting and legal review of internet privacy policies and terms of use.</li>
<li>Understanding of how to balance legal risks with business objectives</li>
<li>Ability to develop an innovative approach to legal issues in support of strategic business initiatives</li>
<li>An internal business and customer focused proactive attitude with ability to prioritize effectively</li>
<li>Experience with higher education preferred but not required</li>
</ul>
<p>If you are interested in this position, please send an email to <ahref="mailto:jobs@edx.org">jobs@edx.org</a>.</p>