Commit 69ffb6a8 by Adam Palay

replace edx with variable substitution

fixes template errors

keep tos untranslated

formatting fixes
parent e8ee2978
......@@ -8,7 +8,7 @@
<section class="basic_stats">
<div class="edx_summary">
<h2>${_("edX-wide Summary")}</h2>
<h2>${_("{platform_name}-wide Summary").format(platform_name=settings.PLATFORM_NAME)}</h2>
<table style="margin-left:auto;margin-right:auto;width:50%">
% for key in results["scalars"]:
<tr>
......
......@@ -10,7 +10,7 @@
<div class="message-wrapper"></div>
<div class="grader-status">
% if state == 'initial':
<span class="unanswered" style="display:inline-block;" id="status_${id}">${_(Unanswered)}</span>
<span class="unanswered" style="display:inline-block;" id="status_${id}">${_("Unanswered")}</span>
% elif state == 'assessing':
<span class="grading" id="status_${id}">${_("Submitted for grading.")}
% if eta_message is not None:
......
......@@ -21,8 +21,9 @@
<p>${_("We are always seeking feedback to improve our courses. If you are an enrolled student and have any questions, feedback, suggestions, or any other issues specific to a particular class, please post on the discussion forums of that&nbsp;class.")}</p>
<h2>${_("General Inquiries and Feedback")}</h2>
<p>${_('If you have a general question about edX please email {email}. To see if your question has already been answered, visit our {faq_link_start}FAQ page{faq_link_end}. You can also join the discussion on our {fb_link_start}facebook page{fb_link_end}. Though we may not have a chance to respond to every email, we take all feedback into consideration.').format(
email='<a href="mailto:info@edx.org">info@edx.org</a>',
<p>${_('If you have a general question about {platform_name} please email <a href="mailto:{contact_email}">{contact_email}</a>. To see if your question has already been answered, visit our {faq_link_start}FAQ page{faq_link_end}. You can also join the discussion on our {fb_link_start}facebook page{fb_link_end}. Though we may not have a chance to respond to every email, we take all feedback into consideration.').format(
platform_name=settings.PLATFORM_NAME,
contact_email=settings.CONTACT_EMAIL,
faq_link_start='<a href="{url}">'.format(url=reverse('faq_edx')),
faq_link_end='</a>',
fb_link_start='<a href="http://www.facebook.com/EdxOnline">'.
......@@ -30,9 +31,10 @@
)}</p>
<h2>${_("Technical Inquiries and Feedback")}</h2>
<p>${_('If you have suggestions/feedback about the overall edX platform, or are facing general technical issues with the platform (e.g., issues with email addresses and passwords), you can reach us at {tech_email}. For technical questions, please make sure you are using a current version of Firefox or Chrome, and include browser and version in your e-mail, as well as screenshots or other pertinent details. If you find a bug or other issues, you can reach us at the following: {bug_email}.').format(
tech_email='<a href="mailto:technical@edx.org">technical@edx.org</a>',
bug_email='<a href="mailto:bugs@edx.org">bugs@edx.org</a>'
<p>${_('If you have suggestions/feedback about the overall {platform_name} platform, or are facing general technical issues with the platform (e.g., issues with email addresses and passwords), you can reach us at <a href="mailto:{tech_email}">{tech_email}</a>. For technical questions, please make sure you are using a current version of Firefox or Chrome, and include browser and version in your e-mail, as well as screenshots or other pertinent details. If you find a bug or other issues, you can reach us at the following: <a href="mailto:{bugs_email}">{bugs_email}</a>.').format(
tech_email=settings.TECH_SUPPORT_EMAIL,
bug_email=settings.BUGS_EMAIL,
platform_name=settings.PLATFORM_NAME
)}</p>
<h2>${_("Media")}</h2>
......@@ -43,7 +45,7 @@
)}</p>
<h2>${_("Universities")}</h2>
<p>${_('If you are a university wishing to Collaborate or with questions about edX, please email {email}.'.format(email='<a href="mailto:university@edx.org">university@edx.org</a>')}</p>
<p>${_('If you are a university wishing to collaborate with or if you have questions about {platform_name}, please email {email}.'.format(email='<a href="mailto:university@edx.org">university@edx.org</a>', platform_name="edX")}</p>
</div>
</section>
</section>
......
......@@ -66,7 +66,7 @@
<script src="${static.url('js/course_info.js')}"></script>
</%block>
<%block name="title"><title>${_("About {course_number}").format(course_number=course.number)}</title></%block>
<%block name="title"><title>${_("About {course.number}").format(course=course)}</title></%block>
<section class="course-info">
<header class="course-profile">
......@@ -87,13 +87,13 @@
%if show_courseware_link:
<a href="${course_target}">
%endif
<span class="register disabled">${_("You are registered for this course {course_number}").format(course_number=course.number)}</span>
<span class="register disabled">${_("You are registered for this course {course.number}").format(course=course)}</span>
%if show_courseware_link:
<strong>${_("View Courseware")}</strong>
</a>
%endif
%else:
<a href="#" class="register">${_("Register for {course_number}").format(course_number=course.number)}</a>
<a href="#" class="register">${_("Register for {course.number}").format(course=course)}</a>
<div id="register_error"></div>
%endif
</div>
......
......@@ -17,7 +17,7 @@
% endif
</div>
% if self.stanford_theme_enabled():
<h2>${_("Explore free courses from Stanford University.")}</h2>
<h2>${_("Explore free courses from {university_name}.").format(university_name="Stanford University")}</h2>
% else:
<h2>${_("Explore free courses from leading universities.")}</h2>
% endif
......
......@@ -2,8 +2,8 @@
<%inherit file="/main.html" />
<%namespace name='static' file='../static_content.html'/>
<%block name="bodyclass">courseware</%block>
## "edX" should *not* be translated
<%block name="title"><title>${_("Courseware")} - edX</title></%block>
## Translators: "edX" should *not* be translated
<%block name="title"><title>${_("Courseware")} - ${settings.PLATFORM_NAME}</title></%block>
<%block name="headextra">
<%static:css group='course'/>
......@@ -13,7 +13,7 @@
<section class="container">
<section class="outside-app">
<h1>${_('There has been an error on the {span_start}edX{span_end} servers').format(span_start='<span class="edx">', span_end='</span>')}</h1>
<p>${_("We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at {email} to report any problems or downtime.").format(email='<a href="mailto:technical@edx.org">technical@edx.org</a>')}</p>
<h1>${_('There has been an error on the {span_start}{platform_name}{span_end} servers').format(platform_name=settings.PLATFORM_NAME, span_start='<span class="edx">', span_end='</span>')}</h1>
<p>${_("We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at '<a href=\"mailto:{tech_support_email}\">{tech_support_email}</a>' to report any problems or downtime.").format(tech_support_email=settings.TECH_SUPPORT_EMAIL)}</p>
</section>
</section>
......@@ -7,7 +7,7 @@
<%static:css group='course'/>
</%block>
<%block name="title"><title>${course.number} ${_("Course Info")}</title></%block>
<%block name="title"><title>${_("{course.number} Course Info").format(course=course)}</title></%block>
<%include file="/courseware/course_navigation.html" args="active_page='info'" />
<%!
......
......@@ -227,12 +227,12 @@ function goto( mode)
<H2>${_("Student-specific grade inspection and adjustment")}</h2>
<p>
${_("Specify the edX email address or username of a student here:")}
${_("Specify the {platform_name} email address or username of a student here:").format(platform_name=settings.PLATFORM_NAME)}
<input type="text" name="unique_student_identifier">
</p>
<p>
${_("Click this, and a link to student's progress page will appear below:")}
<input type="submit" name="action" value="${_(\"Get link to student's progress page\")}">
<input type="submit" name="action" value="${_("Get link to student's progress page")}">
</p>
<p>
${_("Specify a particular problem in the course here by its url:")}
......@@ -247,9 +247,9 @@ function goto( mode)
</p>
<p>
${_("Then select an action:")}
<input type="submit" name="action" value="${_(\"Reset student's attempts\")}">
<input type="submit" name="action" value="${_("Reset student's attempts")}">
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
<input type="submit" name="action" value="${_(\"Rescore student's problem submission\")}">
<input type="submit" name="action" value="${_("Rescore student's problem submission")}">
%endif
</p>
......
......@@ -6,7 +6,7 @@
<%static:css group='course'/>
</%block>
<%block name="title"><title>${_("{course_number} Course Info").format(course_number=course.number)}</title></%block>
<%block name="title"><title>${_("{course.number} Course Info").format(course=course)}</title></%block>
<%include file="/courseware/course_navigation.html" args="active_page='syllabus'" />
<%!
......@@ -16,7 +16,7 @@
<section class="container">
<div class="syllabus_wrapper">
<div class="syllabus">
<h1> ${_("Syllabus ")}</h1>
<h1>${_("Syllabus")}</h1>
% if user.is_authenticated():
${get_course_syllabus_section(course, 'syllabus')}
% else:
......
<%! from django.utils.translation import ugettext as _ %>
<h2>${chapter_module.display_name_with_default}</h2>
<p>${_("You were most recently in {section_link}. If you're done with that, choose another section on the left.").format(
section_link='<a href="{url}">{section_name}</a>'.format(
url=prev_section_url
section_name=prev_section.display_name_with_default,
)
)}</p>
<p>${_("You were most recently in {section_link}. If you\'re done with that, choose another section on the left.").format(
section_link='<a href="{url}">{section_name}</a>'.format(
url=prev_section_url,
section_name=prev_section.display_name_with_default,
)
)}</p>
......@@ -50,15 +50,11 @@
{"new_email" : new_email, "password" : new_password},
function(data) {
if (data.success) {
<<<<<<< HEAD
$("#change_email_title").html("${_('Please verify your new email')}"));
$("#change_email_form").html("<p>${_('You'll receive a confirmation in your in-box. Please click the link in the email to confirm the email change.')}</p>");
=======
$("#change_email_title").html("Please verify your new email");
$("#change_email_form").html("<p>You'll receive a confirmation in your " +
"in-box. Please click the link in the " +
"email to confirm the email change.</p>");
>>>>>>> a187bc7... fix registration
$("#change_email_form").html("<p>${_('You\'ll receive a confirmation in your in-box. Please click the link in the email to confirm the email change.')}</p>");
} else {
$("#change_email_error").html(data.error).stop().css("display", "block");
}
......@@ -144,11 +140,11 @@
% if course.id in show_courseware_links_for:
<a href="${course_target}" class="cover">
<img src="${course_image_url(course)}" alt="${_("{course_number} {course_name} Cover Image").format(course_number=course.number, course_name=course.display_name_with_default)}" />
<img src="${course_image_url(course)}" alt="${_('{course_number} {course_name} Cover Image').format(course_number='${course.number}', course_name='${course.display_name_with_default}')}" />
</a>
% else:
<div class="cover">
<img src="${course_image_url(course)}" alt="${_("{course_number} {course_name} Cover Image").format(course_number=course.number, course_name=course.display_name_with_default)}" />
<img src="${course_image_url(course)}" alt="${_('{course_number} {course_name} Cover Image').format(course_number='${course.number}', course_name='${course.display_name_with_default}')}" />
</div>
% endif
......@@ -205,7 +201,7 @@
<strong>${_("Your registration for the Pearson exam has been rejected. Please {link_start}see your registration status details{link_end}.").format(
link_start='<a href="{url}" id="exam_register_link">'.format(url=testcenter_register_target),
link_end='</a>')}</strong>
${_("Otherwise {link_start}contact edX at {email}{link_end} for further help.').format(
${_("Otherwise {link_start}contact edX at {email}{link_end} for further help.").format(
link_start='<a class="contact-link" href="mailto:{email}?subject=Pearson VUE Exam - {about} {number}">'.format(email="exam-help@edx.org", about=get_course_about_section(course, 'university'), number=course.number),
link_end='</a>',
email="exam-help@edx.org",
......@@ -405,7 +401,7 @@
<div id="change_name_body">
<form id="change_name_form">
<div id="change_name_error" class="modal-form-error"> </div>
<p>${_("To uphold the credibility of {platform} certificates, all name changes will be logged and recorded.".format(platform=settings.PLATFORM_NAME)}</p>
<p>${_("To uphold the credibility of {platform} certificates, all name changes will be logged and recorded.").format(platform=settings.PLATFORM_NAME)}</p>
<br/>
<fieldset>
<div class="input-group">
......
......@@ -8,7 +8,7 @@
<header>
%if thread['group_id']:
<div class="group-visibility-label">${_("This post visible only to group %s.") % cohort_dictionary[thread['group_id']]} </div>
<div class="group-visibility-label">${_("This post visible only to group {group}.").format(group=cohort_dictionary[thread['group_id']])} </div>
%endif
<a href="#" class="vote-btn discussion-vote discussion-vote-up"><span class="plus-icon">+</span> <span class='votes-count-number'>${thread['votes']['up_count']}</span></a>
......
......@@ -39,7 +39,7 @@
<div class="colophon-about">
<img src="${MITX_ROOT_URL}/static/images/header-logo.png" />
<p>${_("EdX is a non-profit created by founding partners Harvard and MIT whose mission is to bring the best of higher education to students of all ages anywhere in the world, wherever there is Internet access. EdX's free online MOOCs are interactive and subjects include computer science, public health, and artificial intelligence.")}</p>
<p>${_("{platform_name} is a non-profit created by founding partners {Harvard} and {MIT} whose mission is to bring the best of higher education to students of all ages anywhere in the world, wherever there is Internet access. {platform_name}'s free online MOOCs are interactive and subjects include computer science, public health, and artificial intelligence.").format(platform_name="EdX", Harvard="Harvard", MIT="MIT")}</p>
</div>
</div>
......@@ -74,7 +74,7 @@
</ul>
</nav>
<p class="copyright">${_("&copy; 2013 edX, some rights reserved.")}</p>
<p class="copyright">${_("&copy; 2013 {platform_name}, some rights reserved.").format(platform_name=settings.PLATFORM_NAME)}</p>
<nav class="nav-legal">
<ul>
......
......@@ -15,7 +15,7 @@
<section id="help-modal" class="modal">
<div class="inner-wrapper" id="help_wrapper">
<header>
<h2>${_('{span_start}edX{span_end} Help').format(span_start='<span class="edx">', span_end='</span>')}</h2>
<h2>${_('{span_start}{platform_name}{span_end} Help').format(span_start='<span class="edx">', span_end='</span>').format(platform_name=settings.PLATFORM_NAME)}</h2>
<hr>
</header>
......@@ -31,9 +31,9 @@ discussion_link = get_discussion_link(course) if course else None
</p>
% endif
<p>${_('Have <strong>general questions about edX</strong>? You can find lots of helpful information in the edX {link_start}FAQ{link_end}.').format(link_start='<a href="/help" target="_blank">', link_end='</a>')}</p>
<p>${_('Have <strong>general questions about {platform_name}</strong>? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format(link_start='<a href="/help" target="_blank">', link_end='</a>').format(platform_name=settings.PLATFORM_NAME)}</p>
<p>${_('Have a <strong>question about something specific</strong>? You can contact the edX general support team directly:')}</p>
<p>${_('Have a <strong>question about something specific</strong>? You can contact the {platform_name} general support team directly:').format(platform_name=settings.PLATFORM_NAME)}</p>
<hr>
<div class="help-buttons">
......
......@@ -11,7 +11,7 @@
<div class="title">
<hgroup>
% if self.stanford_theme_enabled():
<h1>${_("Free courses from <strong>Stanford</strong>")}</h1>
<h1>${_("Free courses from <strong>{university_name}</strong>").format(university_name="Stanford")}</h1>
% else:
<h1>${_("The Future of Online Education")}</h1>
% endif
......@@ -27,7 +27,7 @@
<div class="secondary-actions">
<div class="social-sharing">
<div class="sharing-message">${_("Stay up to date with all edX has to offer!")}</div>
<div class="sharing-message">${_("Stay up to date with all {platform_name} has to offer!").format(platform_name=settings.PLATFORM_NAME)}</div>
<a href="https://twitter.com/edXOnline" class="share">
<img src="${static.url('images/social/twitter-sharing.png')}">
</a>
......@@ -56,7 +56,7 @@
<section class="highlighted-courses">
## Disable university partner logos and sites for non-edX sites
% if not self.theme_enabled():
<h2>${_('Explore free courses from {span_start}edX{span_end} universities').format(span_start='<span class="edx">', span_end='</span>')}</h2>
<h2>${_('Explore free courses from {span_start}{platform_name}{span_end} universities').format(platform_name="edX", span_start='<span class="edx">', span_end='</span>')}</h2>
<section class="university-partners university-partners2x6">
<ol class="partners">
......@@ -191,7 +191,7 @@
</section>
<%block name="js_extra">
<script type="text/javascript"">
<script type="text/javascript">
$(window).load(function() {
if(getParameterByName('next')) {
$('#login').trigger("click");
......
......@@ -155,7 +155,7 @@
% if settings.MITX_FEATURES.get('AUTH_USE_OPENID'):
<!-- <div class="cta cta-login-options-openid">
<h3>${_("Login via OpenID")}</h3>
<p>${_('You can now start learning with edX by logging in with your <a rel="external" href="http://openid.net/">OpenID account</a>.')}</p>
<p>${_('You can now start learning with {platform_name} by logging in with your <a rel="external" href="http://openid.net/">OpenID account</a>.').format(platform_name=settings.PLATFORM_NAME)}</p>
<a class="action action-login-openid" href="#">${_("Login via OpenID")}</a>
</div> -->
% endif
......
<%! from django.utils.translation import ugettext as _ %>
<section class="outside-app">
<h1>${_("There has been an error on the <em>edX</em> servers")}</h1>
<p>${_("We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at {email} to report any problems or downtime.").format(email='<a href="mailto:technical@edx.org">technical@edx.org</a>')}</p>
<h1>${_("There has been an error on the <em>{platform_name}</em> servers")}</h1>
<p>${_("We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at <a href=\"mailto:{tech_support_email}\">{tech_support_email}</a> to report any problems or downtime.").format(platform_name=settings.PLATFORM_NAME, tech_support_email=settings.TECH_SUPPORT_EMAIL)}</p>
% if staff_access:
<h1>${_("Details")}</h1>
......
......@@ -6,10 +6,10 @@ function name_confirm(id) {
postJSON('/accept_name_change',{"id":id},
function(data){
if(data.success){
$("#div"+id).html(gettext("Accepted"));
$("#div"+id).html(${_("Accepted")});
} else {
alert(gettext('Error'));
}
alert(${_('Error'));
} }
});
}
......@@ -17,10 +17,10 @@ function name_deny(id) {
postJSON('/reject_name_change',{"id":id},
function(data){
if(data.success){
$("#div"+id).html(gettext("Rejected"));
$("#div"+id).html(${_("Rejected")});
} else {
alert(gettext('Error'));
}
alert(${_('Error'));
} }
});
}
</script>
......@@ -36,7 +36,7 @@ function name_deny(id) {
<td>${s['new_name']|h}</td>
<td>${s['email']|h}</td>
<td>${s['rationale']|h}</td>
<td><span id="div${s['cid']}"><span onclick="name_confirm(${s['cid']});">${_("[Confirm]")}</span>
<td><span id="div${s['cid']}"><span onclick="name_confirm(${s['cid']});">[${_("Confirm")}]</span>
<span onclick="name_deny(${s['cid']});">${_("[Reject]")}</span></span></td></tr>
% endfor
</table>
......
......@@ -44,7 +44,7 @@ site_status_msg = get_site_status_msg(course_id)
<h1 class="logo">
<a href="${marketing_link('ROOT')}">
<%block name="navigation_logo">
<img src="${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}" alt="${_('edX home')}" />
<img src="${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}" alt="${_('{settings.PLATFORM_NAME} home')}" />
</%block>
</a>
</h1>
......@@ -70,7 +70,7 @@ site_status_msg = get_site_status_msg(course_id)
</a>
</li>
<li class="primary">
<a href="#" class="dropdown"><span class="sr">${_("More options dropdown")}</span> &#9662</a>
<a href="#" class="dropdown"><span class="sr">${_("More options dropdown")}</span> &#9662;</a>
<ul class="dropdown-menu">
<%block name="navigation_dropdown_menu_links" >
<li><a href="${marketing_link('FAQ')}">${_("Help")}</a></li>
......
......@@ -26,15 +26,15 @@
%else:
<table class="problem-list">
<tr>
<th>${_("Problem Name")}</th>
<th>${_("Status")}</th>
<th>${_("Grader Type")}</th>
<th>${_("ETA")}</th>
<th>${_("Problem Name")}</th>
<th>${_("Status")}</th>
<th>${_("Grader Type")}</th>
<th>${_("ETA")}</th>
</tr>
%for problem in problem_list:
<tr>
<td>
<a href="${problem['actual_url']}">${problem['problem_name']}</a>
<a href="${problem['actual_url']}">${problem['problem_name']}</a>
</td>
<td>
${problem['state']}
......
......@@ -14,12 +14,12 @@
<div class="problem-list-container">
<table class="problem-list">
<tr>
<th>${_("Problem Name")}</th>
<th>${_("Due date")}</th>
<th>${_("Graded")}</th>
<th>${_("Available")}</th>
<th>${_("Required")}</th>
<th>${_("Progress")}</th>
<th>${_("Problem Name")}</th>
<th>${_("Due date")}</th>
<th>${_("Graded")}</th>
<th>${_("Available")}</th>
<th>${_("Required")}</th>
<th>${_("Progress")}</th>
</tr>
%for problem in problem_list:
<tr data-graded="${problem['num_graded']}" data-required="${problem['num_required']}">
......@@ -34,7 +34,7 @@
% if problem['due']:
${problem['due']}
% else:
${_("No due date")}
${_("No due date")}
% endif
</td>
<td>
......
......@@ -70,22 +70,22 @@
<!-- Interstitial Page: Shown between calibration and grading steps -->
<section class="interstitial-page">
<h1>${_("Ready to grade!")}</h1>
<p>${_(" You have finished learning to grade, which means that you are now ready to start grading.")}</p>
<p>${_("You have finished learning to grade, which means that you are now ready to start grading.")}</p>
<input type="button" class="interstitial-page-button" value="${_("Start Grading!")}" name="interstitial-page-button" />
</section>
<!-- Calibration Interstitial Page: Shown before calibration -->
<section class="calibration-interstitial-page">
<h1>${_("Learning to grade")}</h1>
<p>${_(" You have not yet finished learning to grade this problem.")}</p>
<p>${_(" You will now be shown a series of instructor-scored essays, and will be asked to score them yourself.")}</p>
<p>${_(" Once you can score the essays similarly to an instructor, you will be ready to grade your peers.")}</p>
<p>${_("You have not yet finished learning to grade this problem.")}</p>
<p>${_("You will now be shown a series of instructor-scored essays, and will be asked to score them yourself.")}</p>
<p>${_("Once you can score the essays similarly to an instructor, you will be ready to grade your peers.")}</p>
<input type="button" class="calibration-interstitial-page-button" value="${_("Start learning to grade")}" name="calibration-interstitial-page-button" />
</section>
<!-- Flag submission confirmation dialog -->
<section class="flag-submission-confirmation">
<h4>${_(" Are you sure that you want to flag this submission?")}</h4>
<h4>${_("Are you sure that you want to flag this submission?")}</h4>
<p>
${_("You are about to flag a submission. You should only flag a submission that contains explicit or offensive content. If the submission is not addressed to the question or is incorrect, you should give it a score of zero and accompanying feedback instead of flagging it.")}
</p>
......
......@@ -96,7 +96,7 @@
<!-- status messages -->
<div role="alert" class="status message">
<h3 class="message-title">${_("We're sorry, {platform_name} enrollment is not available in your region").format(platform_name=settings.PLATFORM_NAME)}</h3>
<p class="message-copy">${_("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.")}</p>
<p class="message-copy">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>
<div role="alert" class="status message submission-error" tabindex="-1">
......
......@@ -16,15 +16,15 @@
<p>
%if not already_active:
${_("Thanks for activating your account.")}
${_("Thanks for activating your account.")}
%else:
${_("This account has already been activated.")}
${_("This account has already been activated.")}
%endif
%if user_logged_in:
${_("Visit your {link_start}dashboard{link_end} to see your courses.").format(link_start='<a href="{url}">'.format(url=reverse('dashboard')), link_end='</a>')}
${_("Visit your {link_start}dashboard{link_end} to see your courses.").format(link_start='<a href="{url}">'.format(url=reverse('dashboard')), link_end='</a>')}
%else:
${_("You can now {link_start}log in{link_end}.").format(link_start='<a href="{url}">'.format(url=reverse('signin_user')), link_end='</a>')}
${_("You can now {link_start}log in{link_end}.").format(link_start='<a href="{url}">'.format(url=reverse('signin_user')), link_end='</a>')}
%endif
</p>
</section>
......
......@@ -5,7 +5,7 @@
<html>
<head>
<title>${_("Reset Your edX Password")}</title>
<title>${_("Reset Your {platform_name} Password").format(platform_name=settings.PLATFORM_NAME)}</title>
{% compressed_css 'application' %}
......@@ -53,7 +53,7 @@
<section class="passwordreset container">
<section class="introduction">
<header>
<h1>${_("Reset Your edX Password")}</h1>
<h1>${_("Reset Your {platform_name} Password").format(platform_name=settings.PLATFORM_NAME)}</h1>
</header>
</section>
......@@ -66,8 +66,7 @@
<form role="form" id="passwordreset-form" method="post" data-remote="true" action="">{% csrf_token %}
<!-- status messages -->
<div role="alert" class="status message">
<h3 class="message-title">${_("We're sorry, edX enrollment is not available in your region")}</h3>
<p class="message-copy">${_("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.")}</p>
<h3 class="message-title">${_("We're sorry, {platform_name} enrollment is not available in your region").format(platform_name=settings.PLATFORM_NAME)}</h3>
</div>
<div role="alert" class="status message submission-error">
......
{% extends "registration/base.html" %}
{% load i18n %}
{% block title %}Registration complete{% endblock %}
{% block title %}{% trans "Registration complete" %}{% endblock %}
{% block content %}
<h1>Check your email</h1>
<p>An activation link has been sent to the email address you supplied, along with instructions for activating your account.</p>
{% endblock %}
<h1>{% trans Check your email %}</h1>
<p>{% trans "An activation link has been sent to the email address you supplied, along with instructions for activating your account."%}</p>
{% endblock %}
\ No newline at end of file
......@@ -11,7 +11,7 @@
<div class="inner-wrapper">
<div id="register">
<header>
<h2>${_('Sign Up for {span_start}edX{span_end}').format(span_start='<span class="edx">', span_end='</span>')}</h2>
<h2>${_('Sign Up for {span_start}{platform_name}{span_end}').format(span_start='<span class="edx">', span_end='</span>', platform_name=settings.PLATFORM_NAME)}</h2>
<hr>
</header>
......@@ -95,7 +95,7 @@
<label data-field="mailing_address" for="signup_mailing_address">${_("Mailing address")}</label>
<textarea id="signup_mailing_address" name="mailing_address"></textarea>
<label data-field="goals" for="signup_goals">${_("Goals in signing up for edX")}</label>
<label data-field="goals" for="signup_goals">${_("Goals in signing up for {platform_name}").format(platform_name=settings.PLATFORM_NAME)}</label>
<textarea name="goals" id="signup_goals"></textarea>
</div>
......
......@@ -26,7 +26,7 @@ ${module_content}
<section id="${element_id}_xqa-modal" class="modal xqa-modal" style="width:80%; left:20%; height:80%; overflow:auto" >
<div class="inner-wrapper">
<header>
<h2>${_("edX Content Quality Assessment")}</h2>
<h2>${_("{platform_name} Content Quality Assessment").format(platform_name=settings.PLATFORM_NAME)}</h2>
</header>
<form id="${element_id}_xqa_form" class="xqa_form">
......@@ -60,7 +60,7 @@ location = ${location | h}
%endfor
</table>
<table>
<tr><th>${_('edX Fields')}</th></tr>
<tr><th>${_('{platform_name} Fields').format(platform_name=settings.PLATFORM_NAME)}</th></tr>
%for name, field in lms_fields:
<tr><td>${name}</td><td><pre style="display:inline-block; margin: 0;">${field | h}</pre></td></tr>
%endfor
......
......@@ -4,7 +4,7 @@
<%inherit file="../main.html" />
<%block name="title"><title>${_("About edX")}</title></%block>
<%block name="title"><title>${_("About {edX}").format(edX="edX")}</title></%block>
<section class="container about">
<nav>
......@@ -19,7 +19,7 @@
## <div class="logo">
## <img src="${static.url('images/edx-logo-large-bw.png')}">
## </div>
## <h2 class="mission-quote">&ldquo;${_('The mission of <span class="edx">edX</span> is to enhance human fulfillment worldwide through online ## learning, transforming education in quality, efficiency and scale through technology and research, for the benefit of campus-based ## students and the worldwide community of online learners.')}&rdquo;</h2>
## <h2 class="mission-quote">&ldquo;${_('The mission of <span class="edx">{edX}</span> is to enhance human fulfillment worldwide through online ## learning, transforming education in quality, efficiency and scale through technology and research, for the benefit of campus-based ## students and the worldwide community of online learners.').format(edX="edX")}&rdquo;</h2>
## </div>
<section class="message left">
......@@ -27,8 +27,8 @@
<img src="${static.url('images/about_1.jpg')}">
</div>
<article>
<h2>${_('About {span_start}edX{span_end}').format(span_start='<span class="edx">', span_end='</span>')}</h2>
<p>${_("EdX is a not-for-profit enterprise of its founding partners Harvard University and the Massachusetts Institute of Technology that features learning designed specifically for interactive study via the web. Based on a long history of collaboration and their shared educational missions, the founders are creating a new online-learning experience with online courses that reflect their disciplinary breadth. Along with offering online courses, the institutions will use edX to research how students learn and how technology can transform learning&ndash;both on-campus and worldwide. Anant Agarwal, former Director of MIT's Computer Science and Artificial Intelligence Laboratory, serves as the first president of edX. EdX's goals combine the desire to reach out to students of all ages, means, and nations, and to deliver these teachings from a faculty who reflect the diversity of its audience. EdX is based in Cambridge, Massachusetts and is governed by MIT and Harvard.")}</p>
<h2>${_('About {span_start}{edX}{span_end}'.format(span_start='<span class="edx">', span_end='</span>', edX="edX"))}</h2>
<p>${_("{EdX} is a not-for-profit enterprise of its founding partners {harvard_university} and the {massachusetts_institute_of_technology} that features learning designed specifically for interactive study via the web. Based on a long history of collaboration and their shared educational missions, the founders are creating a new online-learning experience with online courses that reflect their disciplinary breadth. Along with offering online courses, the institutions will use {edX} to research how students learn and how technology can transform learning&ndash;both on-campus and worldwide. Anant Agarwal, former Director of {MIT}'s Computer Science and Artificial Intelligence Laboratory, serves as the first president of {edX}. {EdX}'s goals combine the desire to reach out to students of all ages, means, and nations, and to deliver these teachings from a faculty who reflect the diversity of its audience. {EdX} is based in Cambridge, Massachusetts and is governed by {MIT} and {Harvard}.").format(edX="edX", EdX="EdX", harvard_university="Harvard University", Harvard="Harvard", MIT="MIT", massachusetts_institute_of_technology="Massachusetts Institute of Technology")}</p>
</article>
<hr class="fade-right-hr-divider">
</section>
......@@ -38,9 +38,9 @@
<img src="${static.url('images/university/harvard/about-harvard.jpg')}">
</div>
<article>
<h2>${_("Harvard University")}</h2>
<p>${_("Harvard University is devoted to excellence in teaching, learning, and research, and to developing leaders in many disciplines who make a difference globally. Harvard faculty are engaged with teaching and research to push the boundaries of human knowledge. The University has twelve degree-granting Schools in addition to the Radcliffe Institute for Advanced Study.")}</p>
<p>${_("Established in 1636, Harvard is the oldest institution of higher education in the United States. The University, which is based in Cambridge and Boston, Massachusetts, has an enrollment of over 20,000 degree candidates, including undergraduate, graduate, and professional students. Harvard has more than 360,000 alumni around the world.")}</p>
<h2>${_("{harvard_university}").format(harvard_university="Harvard University")}</h2>
<p>${_("{harvard_university} is devoted to excellence in teaching, learning, and research, and to developing leaders in many disciplines who make a difference globally. {Harvard} faculty are engaged with teaching and research to push the boundaries of human knowledge. The University has twelve degree-granting Schools in addition to the {radcliffe_institute_for_advanced_study}.").format(harvard_university="Harvard University", Harvard="Harvard", radcliffe_institute_for_advanced_study="Radcliffe Institute for Advanced Study")}</p>
<p>${_("Established in 1636, {Harvard} is the oldest institution of higher education in the United States. The University, which is based in Cambridge and Boston, Massachusetts, has an enrollment of over 20,000 degree candidates, including undergraduate, graduate, and professional students. {Harvard} has more than 360,000 alumni around the world.").format(Harvard="Harvard")}</p>
</article>
<hr class="fade-left-hr-divider">
</section>
......@@ -50,9 +50,9 @@
<img src="${static.url('images/university/mit/about-mit.jpg')}">
</div>
<article>
<h2>${_("Massachusetts Institute of Technology")}</h2>
<p>${_("The Massachusetts Institute of Technology &mdash; a coeducational, privately endowed research university founded in 1861 &mdash; is dedicated to advancing knowledge and educating students in science, technology, and other areas of scholarship that will best serve the nation and the world in the 21st century. The Institute has close to 1,000 faculty and 10,000 undergraduate and graduate students. It is organized into five Schools: Architecture and Urban Planning; Engineering; Humanities, Arts, and Social Sciences; Sloan School of Management; and Science.")}</p>
<p>${_("MIT's commitment to innovation has led to a host of scientific breakthroughs and technological advances. Achievements of the Institute's faculty and graduates have included the first chemical synthesis of penicillin and vitamin A, the development of inertial guidance systems, modern technologies for artificial limbs, and the magnetic core memory that made possible the development of digital computers. 78 alumni, faculty, researchers and staff have won Nobel Prizes.")}</p>
<h2>${_("{massachusetts_institute_of_technology}").format(massachusetts_institute_of_technology="Massachusetts Institute of Technology")}</h2>
<p>${_("The {massachusetts_institute_of_technology} &mdash; a coeducational, privately endowed research university founded in 1861 &mdash; is dedicated to advancing knowledge and educating students in science, technology, and other areas of scholarship that will best serve the nation and the world in the 21st century. The Institute has close to 1,000 faculty and 10,000 undergraduate and graduate students. It is organized into five Schools: Architecture and Urban Planning; Engineering; Humanities, Arts, and Social Sciences; {Sloan} School of Management; and Science.").format(massachusetts_institute_of_technology="Massachusetts Institute of Technology", Sloan="Sloan")}</p>
<p>${_("{MIT}'s commitment to innovation has led to a host of scientific breakthroughs and technological advances. Achievements of the Institute's faculty and graduates have included the first chemical synthesis of penicillin and vitamin A, the development of inertial guidance systems, modern technologies for artificial limbs, and the magnetic core memory that made possible the development of digital computers. 78 alumni, faculty, researchers and staff have won Nobel Prizes.")}</p>
<p>${_("Current areas of research and education include neuroscience and the study of the brain and mind, bioengineering, cancer, energy, the environment and sustainable development, information sciences and technology, new media, financial technology, and entrepreneurship.")}</p>
</article>
</section>
......
......@@ -4,7 +4,7 @@
<%inherit file="../main.html" />
<%block name="title"><title>${_("Contact edX")}</title></%block>
<%block name="title"><title>${_("Contact {platform_name}").format(platform_name=settings.PLATFORM_NAME)}</title></%block>
<section class="container about">
<nav>
......@@ -23,18 +23,20 @@
<p>${_("We are always seeking feedback to improve our courses. If you are an enrolled student and have any questions, feedback, suggestions, or any other issues specific to a particular class, please post on the discussion forums of that&nbsp;class.")}</p>
<h2>${_("General Inquiries and Feedback")}</h2>
<p>${_('If you have a general question about edX please email {email}. To see if your question has already been answered, visit our {faq_link_start}FAQ page{faq_link_end}. You can also join the discussion on our {fb_link_start}facebook page{fb_link_end}. Though we may not have a chance to respond to every email, we take all feedback into consideration.').format(
email='<a href="mailto:info@edx.org">info@edx.org</a>',
faq_link_start='<a href="{url}">'.format(url=reverse('faq_edx')),
faq_link_end='</a>',
fb_link_start='<a href="http://www.facebook.com/EdxOnline">'.
fb_link_end='</a>'
)}</p>
<p>${_('If you have a general question about {platform_name} please email {email}. To see if your question has already been answered, visit our {faq_link_start}FAQ page{faq_link_end}. You can also join the discussion on our {fb_link_start}facebook page{fb_link_end}. Though we may not have a chance to respond to every email, we take all feedback into consideration.').format(
platform_name=settings.PLATFORM_NAME,
email='<a href="mailto:{contact_email}">{contact_email}</a>'.format(contact_email=settings.CONTACT_EMAIL),
faq_link_start='<a href="{url}">'.format(url=reverse('faq_edx')),
faq_link_end='</a>',
fb_link_start='<a href="http://www.facebook.com/EdxOnline">',
fb_link_end='</a>'
)}</p>
<h2>${_("Technical Inquiries and Feedback")}</h2>
<p>${_('If you have suggestions/feedback about the overall edX platform, or are facing general technical issues with the platform (e.g., issues with email addresses and passwords), you can reach us at {tech_email}. For technical questions, please make sure you are using a current version of Firefox or Chrome, and include browser and version in your e-mail, as well as screenshots or other pertinent details. If you find a bug or other issues, you can reach us at the following: {bug_email}.').format(
tech_email='<a href="mailto:technical@edx.org">technical@edx.org</a>',
bug_email='<a href="mailto:bugs@edx.org">bugs@edx.org</a>'
<p>${_('If you have suggestions/feedback about the overall {platform_name} platform, or are facing general technical issues with the platform (e.g., issues with email addresses and passwords), you can reach us at {tech_email}. For technical questions, please make sure you are using a current version of Firefox or Chrome, and include browser and version in your e-mail, as well as screenshots or other pertinent details. If you find a bug or other issues, you can reach us at the following: {bug_email}.').format(
platform_name=settings.PLATFORM_NAME,
tech_email='<a href="mailto:{tech_support_email}">{tech_support_email}</a>'.format(tech_support_email=settings.TECH_SUPPORT_EMAIL),
bug_email='<a href="mailto:{bugs_email}">{bugs_email}</a>'.format(bugs_email=settings.BUGS_EMAIL)
)}</p>
<h2>${_("Media")}</h2>
......@@ -45,11 +47,15 @@
)}</p>
<h2>${_("Universities")}</h2>
<p>${_('If you are a university wishing to Collaborate or with questions about edX, please email {email}.'.format(email='<a href="mailto:{email}">{email}</a>'.format(email="university@edx.org"))}</p>
<p>${_('If you are a university wishing to collaborate or you have questions about {platform_name}, please email {email}.'.format(
platform_name="edX",
email='<a href="mailto:{email}">{email}</a>'.format(
email="university@edx.org"
)
))}</p>
<h2>${_("Accessibility")}</h2>
<p>${_('EdX strives to create an innovative online-learning platform that promotes accessibility for everyone, including students with disabilities. We are dedicated to improving the accessibility of the platform and welcome your comments or questions at {email}.'.format(email='<a href="mailto:{email}">{email}</a>'.format(email="accessibility@edx.org"))}</p>
<p>${_('{platform_name} strives to create an innovative online-learning platform that promotes accessibility for everyone, including students with disabilities. We are dedicated to improving the accessibility of the platform and welcome your comments or questions at {email}.'.format(platform_name="EdX", email='<a href="mailto:{email}">{email}</a>'.format(email="accessibility@edx.org")))}</p>
</div>
</section>
</section>
......
......@@ -12,14 +12,14 @@
<div class="inner-wrapper">
<h2>${_("Videos and Exercises")}</h2>
<p>${_(" Copyright &copy; 2012 MIT. All rights reserved. In order to further MIT's goal of making education accessible and affordable to the world, MIT is planning to make <i>MITx</i> course content available under open source licenses.")}</p>
<p>${_(" Copyright &copy; 2012 {MIT}. All rights reserved. In order to further {MIT}'s goal of making education accessible and affordable to the world, {MIT} is planning to make <i>{MITx}</i> course content available under open source licenses.").format(MIT="MIT", MITx="MITx")}</p>
<h2>${_("Textbook")}</h2>
<p>${_(" Copyright &copy; 2005 Elsevier Inc. All Rights Reserved. Used with permission. While our goal is to build courses with as much free and open content as possible, we apologize that we do not have the ability to do so entirely. ")}</p>
<p>${_(" Copyright &copy; 2005 {elsevier}. All Rights Reserved. Used with permission. While our goal is to build courses with as much free and open content as possible, we apologize that we do not have the ability to do so entirely. ").format(elsevier="Elsevier Inc")}</p>
<h2>${_("Student-generated content")}</h2>
<p>${_("Copyright &copy; 2012. All Rights Reserved. Due to privacy concerns, we do not know what portion of these will be released under open licenses.")}</p>
<p>${_("MIT and <i>MITx</i> are trademarks of the Massachusetts Institute of Technology, and may not be used without permission.")}</p>
<p>${_("{MIT} and <i>{MITx}</i> are trademarks of the {MIT_long}, and may not be used without permission.").format(MIT="MIT", MITx="MITx", MIT_long="Massachusetts Institute of Technology")}</p>
</div>
</section>
......@@ -20,42 +20,78 @@
<section id="the-organization" class="category">
<h2>${_("Organization")}</h2>
<article class="response">
<h3>${_("What is edX?")}</h3>
<p>${_('edX is a not-for-profit enterprise of its founding partners, the Massachusetts Institute of Technology (MIT) and Harvard University that offers online learning to on-campus students and to millions of people around the world. To do so, edX is building an open-source online learning platform and hosts an online web portal at <a href=\"http://www.edx.org\">www.edx.org</a> for online education.')}</p>
<p>${_("EdX currently offers HarvardX, MITx and BerkeleyX classes online for free. Beginning in fall 2013, edX will offer WellesleyX , GeorgetownX and the University of Texas System classes online for free. The UT System includes nine universities and six health institutions. In 2014, edX will further expand its consortium, including several international schools, when it begins offering courses from École Polytechnique Fédérale de Lausanne, McGill University, University of Toronto, Australian National University, Delft University of Technology, and Rice University. The edX institutions aim to extend their collective reach to build a global community of online students. Along with offering online courses, the three universities undertake research on how students learn and how technology can transform learning both on-campus and online throughout the world.")}</p>
<h3>${_("What is {edX}?").format(edX="edX")}</h3>
<p>${_('{edX} is a not-for-profit enterprise of its founding partners, the {MIT_long} ({MIT}) and {harvard_u} that offers online learning to on-campus students and to millions of people around the world. To do so, {edX} is building an open-source online learning platform and hosts an online web portal at <a href=\"http://www.edx.org\">www.edx.org</a> for online education.').format(edX="edX", MIT_long="Massachusetts Institute of Technology", MIT="MIT", harvard_u="Harvard University")}</p>
<p>${_("{EdX} currently offers {HarvardX}, {MITx} and {BerkeleyX} classes online for free. Beginning in fall 2013, {edX} will offer {WellesleyX} , {GeorgetownX} and the {UTexas} classes online for free. The {UT} System includes nine universities and six health institutions. In 2014, {edX} will further expand its consortium, including several international schools, when it begins offering courses from {EPFL}, {McGill}, {Toronto}, {ANU}, {Delft}, and {Rice}. The {edX} institutions aim to extend their collective reach to build a global community of online students. Along with offering online courses, the three universities undertake research on how students learn and how technology can transform learning both on-campus and online throughout the world.").format(
EdX="EdX",
edX="edX",
HarvardX="HarvardX",
MITx="MITx",
BerkeleyX="BerkeleyX",
WellesleyX="WellesleyX",
GeorgetownX="GeorgetownX",
UTexas="University of Texas System",
UT="UT",
EPFL="École Polytechnique Fédérale de Lausanne",
McGill="McGill University",
Toronto="University of Toronto",
ANU="Australian National University",
Delft="Delft University of Technology",
Rice="Rice University",
)}
</p>
</article>
<article class="response">
<h3>${_("Will edX be adding additional X Universities?")}</h3>
<p>${_("More than 200 institutions from around the world have expressed interest in collaborating with edX since Harvard and MIT announced its creation in May. EdX is focused above all on quality and developing the best not-for-profit model for online education. In addition to providing online courses on the edX platform, the \"X University\" Consortium will be a forum in which members can share experiences around online learning. Harvard, MIT, UC Berkeley, the University of Texas system and the other consortium members will work collaboratively to establish the \"X University\" Consortium, whose membership will expand to include additional \"X Universities.\" As noted above, edX's newest consortium members include Wellesley, Georgetown, École Polytechnique Fédérale de Lausanne, McGill University, University of Toronto, Australian National University, Delft University of Technology, and Rice University. Each member of the consortium will offer courses on the edX platform as an \"X University\". The gathering of many universities' educational content together on one site will enable learners worldwide to access the offered course content of any participating university from a single website, and to use a set of online educational tools shared by all participating universities.")}</p>
<p>${_("edX will actively explore the addition of other institutions from around the world to the edX platform, and looks forward to adding more \"X Universities\".")}</p>
<h3>${_("Will {edX} be adding additional X Universities?").format(edX="edX")}</h3>
<p>${_("More than 200 institutions from around the world have expressed interest in collaborating with {edX} since {Harvard} and {MIT} announced its creation in May. {EdX} is focused above all on quality and developing the best not-for-profit model for online education. In addition to providing online courses on the {edX} platform, the {x_consortium} will be a forum in which members can share experiences around online learning. {Harvard}, {MIT}, {Berkeley}, the {UTexas} and the other {consortium} members will work collaboratively to establish the {\"X_University\" Consortium}, whose membership will expand to include additional \"{X_Universities}.\" As noted above, {edX}'s newest {consortium} members include {Wellesley}, {Georgetown}, {EPFL}, {McGill}, {Toronto}, {ANU}, {Delft}, and {Rice}. Each member of the {consortium} will offer courses on the {edX} platform as an \"{X_University}\". The gathering of many universities' educational content together on one site will enable learners worldwide to access the offered course content of any participating university from a single website, and to use a set of online educational tools shared by all participating universities.").format(
EdX="EdX",
edX="edX",
Harvard="Harvard",
MIT="MIT",
x_consortium="\"X_University\" Consortium",
consortium="consortium",
X_Universities="X Universities",
X_University="X University",
Berkeley="UC Berkeley",
Wellesley="Wellesley",
Georgetown="Georgetown",
UTexas="University of Texas System",
EPFL="École Polytechnique Fédérale de Lausanne",
McGill="McGill University",
Toronto="University of Toronto",
ANU="Australian National University",
Delft="Delft University of Technology",
Rice="Rice University",
)}</p>
<p>${_("{edX} will actively explore the addition of other institutions from around the world to the {edX} platform, and looks forward to adding more \"{X Universities}\".").format(edX="edX", X_Universities="X Universities")}
</p>
</article>
</section>
<section id="students" class="category">
<h2>${_("Students")}</h2>
<article class="response">
<h3>${_("Who can take edX courses? Will there be an admissions process?")}</h3>
<p>${_("EdX will be available to anyone in the world with an internet connection, and in general, there will not be an admissions process.")}</p>
<h3>${_("Who can take {edX} courses? Will there be an admissions process?").format(edX="edX")}</h3>
<p>${_("{EdX} will be available to anyone in the world with an internet connection, and in general, there will not be an admissions process.").format(EdX="EdX")}</p>
</article>
<article class="response">
<h3>${_("Will certificates be awarded?")}</h3>
<p>${_("Yes. Online learners who demonstrate mastery of subjects can earn a certificate "
"of mastery. Certificates will be issued at the discretion of edX and the underlying "
"X University that offered the course under the name of the underlying \"X "
"University\" from where the course originated, i.e. HarvardX, MITx or BerkeleyX. "
"of mastery. Certificates will be issued at the discretion of {edX} and the underlying "
"{X_University} that offered the course under the name of the underlying \"{X_University}\" from where the course originated, i.e. {HarvardX}, {MITx} or {BerkeleyX}. "
"For the courses in Fall 2012, those certificates will be free. There is a plan to "
"charge a modest fee for certificates in the future. Note: At this time, edX is "
"charge a modest fee for certificates in the future. Note: At this time, {edX} is "
"holding certificates for learners connected with Cuba, Iran, Syria and Sudan "
"pending confirmation that the issuance is in compliance with U.S. embargoes.")}</p>
"pending confirmation that the issuance is in compliance with U.S. embargoes.").format(edX="edX", X_University="X University", HarvardX="HarvardX", MITx="MITx", BerkeleyX="BerkeleyX")}</p>
</article>
<article class="response">
<h3>${_("What will the scope of the online courses be? How many? Which faculty?")}</h3>
<p>${_('Our goal is to offer a wide variety of courses across disciplines. There are currently {link_start}fifteen{link_end} offered on the edX platform.').format(link_start='<a href="/courses">', link_end='</a>')}</p>
<p>${_('Our goal is to offer a wide variety of courses across disciplines. There are currently {link_start}fifteen{link_end} offered on the {edX} platform.').format(link_start='<a href="/courses">', link_end='</a>', edX="edX")}</p>
</article>
<article class="response">
<h3>${_("Who is the learner? Domestic or international? Age range?")}</h3>
<p>${_("Improving teaching and learning for students on our campuses is one of our primary goals. Beyond that, we don't have a target group of potential learners, as the goal is to make these courses available to anyone in the world - from any demographic - who has interest in advancing their own knowledge. The only requirement is to have a computer with an internet connection. More than 150,000 students from over 160 countries registered for MITx's first course, 6.002x: Circuits and Electronics. The age range of students certified in this course was from 14 to 74 years-old.")}</p>
<p>${_("Improving teaching and learning for students on our campuses is one of our primary goals. Beyond that, we don't have a target group of potential learners, as the goal is to make these courses available to anyone in the world - from any demographic - who has interest in advancing their own knowledge. The only requirement is to have a computer with an internet connection. More than 150,000 students from over 160 countries registered for {MITx}'s first course, 6.002x: Circuits and Electronics. The age range of students certified in this course was from 14 to 74 years-old.").format(MITx="MITx")}</p>
</article>
<article class="response">
<h3>${_("Will participating universities' standards apply to all courses offered on the edX platform?")}</h3>
......@@ -63,28 +99,28 @@
</article>
<article class="response">
<h3>${_("How do you intend to test whether this approach is improving learning?")}</h3>
<p>${_("Edx institutions have assembled faculty members who will collect and analyze data to assess results and the impact edX is having on learning.")}</p>
<p>${_("{EdX} institutions have assembled faculty members who will collect and analyze data to assess results and the impact {edX} is having on learning.").format(EdX="EdX", edX="edX")}</p>
</article>
<article class="response">
<h3>${_("How may I apply to study with edX?")}</h3>
<p>${_('Simply complete the online {link_start}signup form{link_end}. Enrolling will create your unique student record in the edX database, allow you to register for classes, and to receive a certificate on successful completion.').format(link_start='<a href="#signup-modal" rel="leanModal">', link_end='</a>')}</p>
<h3>${_("How may I apply to study with {edX}?")}</h3>
<p>${_('Simply complete the online {link_start}signup form{link_end}. Enrolling will create your unique student record in the {edX} database, allow you to register for classes, and to receive a certificate on successful completion.').format(link_start='<a href="#signup-modal" rel="leanModal">', link_end='</a>', edX="edX")}</p>
</article>
<article class="response">
<h3>${_("How may another university participate in edX? ")}</h3>
<p>${_('If you are from a university interested in discussing edX, please email {email}').format(email='<a href="mailto:university@edx.org">university@edx.org</a>')}</p>
<h3>${_("How may another university participate in {edX}? ").format(edX="edX")}</h3>
<p>${_('If you are from a university interested in discussing {edX}, please email {email}').format(email='<a href="mailto:university@edx.org">university@edx.org</a>', edX="edX")}</p>
</article>
</section>
<section id="technology-platform" class="category">
<h2>${_("Technology Platform")}</h2>
<article class="response">
<h3>${_("What technology will edX use?")}</h3>
<p>${_("The edX open-source online learning platform will feature interactive learning designed specifically for the web. Features will include: self-paced learning, online discussion groups, wiki-based collaborative learning, assessment of learning as a student progresses through a course, and online laboratories and other interactive learning tools. The platform will also serve as a laboratory from which data will be gathered to better understand how students learn. Because it is open source, the platform will be continuously improved by a worldwide community of collaborators, with new features added as needs arise.")}</p>
<p>${_("The first version of the technology was used in the first <em>MITx</em> course, 6.002x Circuits and Electronics, which launched in Spring, 2012.")}</p>
<h3>${_("What technology will {edX} use?").format(edX="edX")}</h3>
<p>${_("The {edX} open-source online learning platform will feature interactive learning designed specifically for the web. Features will include: self-paced learning, online discussion groups, wiki-based collaborative learning, assessment of learning as a student progresses through a course, and online laboratories and other interactive learning tools. The platform will also serve as a laboratory from which data will be gathered to better understand how students learn. Because it is open source, the platform will be continuously improved by a worldwide community of collaborators, with new features added as needs arise.").format(edX="edX")}</p>
<p>${_("The first version of the technology was used in the first <em>{MITx}</em> course, 6.002x Circuits and Electronics, which launched in Spring, 2012.").format(MITx="MITx")}</p>
</article>
<article class="response">
<h3>${_("How is this different from what other universities are doing online?")}</h3>
<p>${_("EdX is a not-for-profit enterprise built upon the shared educational missions of its founding partners, Harvard University and MIT. The edX platform will be available as open source. Also, a primary goal of edX is to improve teaching and learning on campus by experimenting with blended models of learning and by supporting faculty in conducting significant research on how students learn.")}</p>
<p>${_("{EdX} is a not-for-profit enterprise built upon the shared educational missions of its founding partners, {Harvard_long} and {MIT}. The {edX} platform will be available as open source. Also, a primary goal of {edX} is to improve teaching and learning on campus by experimenting with blended models of learning and by supporting faculty in conducting significant research on how students learn.").format(edX="edX", EdX="EdX", Harvard_long="Harvard University", MIT="MIT")}</p>
</article>
</section>
......
......@@ -4,7 +4,7 @@
<%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>${_("edX Help")}</title></%block>
<%block name="title"><title>${_("{edX} Help").format(edX="edX")}</title></%block>
<%block name="js_extra">
<script src="${static.url('js/help.js')}"></script>
......@@ -17,17 +17,17 @@
<section class="questions">
<section class="responses">
<section id="edx_basics_faq" class="category">
<h2>${_("edX Basics")}</h2>
<h2>${_("{edX} Basics").format(edX="edX")}</h2>
<article class="response">
<h3 class="question">${_("How do I sign up to take a class?")}</h3>
<div class ="answer" id="edx_basics_faq_answer_0">
<p>${_("Simply create an edX account (it's free) and then register for the course of your choice (also free). Follow the prompts on the edX website.")}</p>
<p>${_("Simply create an {edX} account (it's free) and then register for the course of your choice (also free). Follow the prompts on the {edX} website.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("What does it cost to take a class? Is this really free?")}</h3>
<div class ="answer" id="edx_basics_faq_answer_1">
<p>${_("EdX courses are free for everyone. All you need is an Internet connection.")}</p>
<p>${_("{EdX} courses are free for everyone. All you need is an Internet connection.").format(EdX="EdX")}</p>
</div>
</article>
<article class="response">
......@@ -37,21 +37,21 @@
</div>
</article>
<article class="response">
<h3 class="question">${_("Who can take an edX course?")}</h3>
<h3 class="question">${_("Who can take an {edX} course?").format(edX="edX")}</h3>
<div class ="answer" id="edx_basics_faq_answer_3">
<p>${_("You, your mom, your little brother, your grandfather -- anyone with Internet access can take an edX course. Free.")}</p>
<p>${_("You, your mom, your little brother, your grandfather -- anyone with Internet access can take an {edX} course. Free.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("Are the courses only offered in English?")}</h3>
<div class ="answer" id="edx_basics_faq_answer_4">
<p>${_("Some edX courses include a translation of the lecture in the text bar to the right of the video. Some have the specific option of requesting a course in other languages. Please check your course to determine foreign language options.")}</p>
<p>${_("Some {edX} courses include a translation of the lecture in the text bar to the right of the video. Some have the specific option of requesting a course in other languages. Please check your course to determine foreign language options.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("When will there be more courses on other subjects?")}</h3>
<div class ="answer" id="edx_basics_faq_answer_5">
<p>${_("We are continually reviewing and creating courses to add to the edX platform. Please check the website for future course announcements. You can also \"friend\" edX on Facebook - you\'ll receive updates and announcements.")}</p>
<p>${_("We are continually reviewing and creating courses to add to the {edX} platform. Please check the website for future course announcements. You can also \"friend\" {edX} on Facebook - you\'ll receive updates and announcements.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
......@@ -75,7 +75,7 @@
<article class="response">
<h3 class="question">${_("What happens if I have to quit a course? Are there any penalties? Will I be able to take another course in the future?")}</h3>
<div class ="answer" id="edx_basics_faq_answer_10">
<p>${_("You may unregister from an edX course at anytime, there are absolutely no penalties associated with incomplete edX studies, and you may register for the same course (provided we are still offering it) at a later time.")}</p>
<p>${_("You may unregister from an {edX} course at anytime, there are absolutely no penalties associated with incomplete {edX} studies, and you may register for the same course (provided we are still offering it) at a later time.").format(edX="edX")}</p>
</div>
</article>
</section>
......@@ -91,7 +91,7 @@
<article class="response">
<h3 class="question">${_("What should I do before I take a course (prerequisites)?")}</h3>
<div class ="answer" id="classes_faq_answer_1">
<p>${_("Each course is different - some have prerequisites, and some don\'t. Take a look at your specific course/'s recommended prerequisites. If you do not have a particular prerequisite, you may still take the course.")}</p>
<p>${_("Each course is different - some have prerequisites, and some don\'t. Take a look at your specific course\'s recommended prerequisites. If you do not have a particular prerequisite, you may still take the course.")}</p>
</div>
</article>
<article class="response">
......@@ -103,7 +103,7 @@
<article class="response">
<h3 class="question">${_(" Can I download the book for my course?")}</h3>
<div class ="answer" id="classes_faq_answer_3">
<p>${_("EdX book content may only be viewed within the browser, and downloading it violates copyright laws. If you need or want a hard copy of the book, we recommend that you purchase a copy.")}</p>
<p>${_("{EdX} book content may only be viewed within the browser, and downloading it violates copyright laws. If you need or want a hard copy of the book, we recommend that you purchase a copy.").format(EdX="EdX")}</p>
</div>
</article>
<article class="response">
......@@ -113,33 +113,33 @@
</div>
</article>
<article class="response">
<h3 class="question">${_("How do I log in to take an edX class?")}</h3>
<h3 class="question">${_("How do I log in to take an {edX} class?").format(edX="edX")}</h3>
<div class ="answer" id="classes_faq_answer_5">
<p>${_("Once you sign up for a course and activate your account, click on the \"Log In\" button on the edx.org home page. You will need to type in your email address and edX password each time you log in.")}</p>
<p>${_("Once you sign up for a course and activate your account, click on the \"Log In\" button on the edx.org home page. You will need to type in your email address and {edX} password each time you log in.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("What time is the class?")}</h3>
<div class ="answer" id="classes_faq_answer_6">
<p>${_("EdX classes take place at your convenience. Prefer to sleep in and study late? No worries. Videos and problem sets are available 24 hours a day, which means you can watch video and complete work whenever you have spare time. You simply log in to your course via the Internet and work through the course material, one week at a time.")}</p>
<p>${_("{EdX} classes take place at your convenience. Prefer to sleep in and study late? No worries. Videos and problem sets are available 24 hours a day, which means you can watch video and complete work whenever you have spare time. You simply log in to your course via the Internet and work through the course material, one week at a time.").format(EdX="EdX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("If I miss a week, how does this affect my grade?")}</h3>
<div class ="answer" id="classes_faq_answer_7">
<p>${_("It is certainly possible to pass an edX course if you miss a week; however, coursework is progressive, so you should review and study what you may have missed. You can check your progress dashboard in the course to see your course average along the way if you have any concerns.")}</p>
<p>${_("It is certainly possible to pass an {edX} course if you miss a week; however, coursework is progressive, so you should review and study what you may have missed. You can check your progress dashboard in the course to see your course average along the way if you have any concerns.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("How can I meet/find other students?")}</h3>
<div class ="answer" id="classes_faq_answer_8">
<p>${_("All edX courses have Discussion Forums where you can chat with and help each other within the framework of the Honor Code.")}</p>
<p>${_("All {edX} courses have Discussion Forums where you can chat with and help each other within the framework of the Honor Code.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("How can I talk to professors, fellows and teaching assistants?")}</h3>
<div class ="answer" id="classes_faq_answer_9">
<p>${_("The Discussion Forums are the best place to reach out to the edX teaching team for your class, and you don\'t have to wait in line or rearrange your schedule to fit your professor'\s - just post your questions. The response isn\'t always immediate, but it\'s usually pretty darned quick.")}</p>
<p>${_("The Discussion Forums are the best place to reach out to the {edX} teaching team for your class, and you don\'t have to wait in line or rearrange your schedule to fit your professor'\s - just post your questions. The response isn\'t always immediate, but it\'s usually pretty darned quick.").format(edX="edX")}</p>
</div>
</article>
......@@ -152,7 +152,7 @@
<article class="response">
<h3 class="question">${_("Can I re-take a course?")}</h3>
<div class ="answer" id="classes_faq_answer_11">
<p>${_("Good news: there are unlimited \"mulligans\" in edX. You may re-take edX courses as often as you wish. Your performance in any particular offering of a course will not effect your standing in future offerings of any edX course, including future offerings of the same course.")}</p>
<p>${_("Good news: there are unlimited \"mulligans\" in {edX}. You may re-take {edX} courses as often as you wish. Your performance in any particular offering of a course will not effect your standing in future offerings of any {edX} course, including future offerings of the same course.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
......@@ -170,7 +170,7 @@
<article class="response">
<h3 class="question">${_("Will the same courses be offered again in the future?")}</h3>
<div class ="answer" id="classes_faq_answer_14">
<p>${_("Existing edX courses will be re-offered, and more courses added.")}</p>
<p>${_("Existing {edX} courses will be re-offered, and more courses added.").format(edX="edX")}</p>
</div>
</article>
</section>
......@@ -180,30 +180,22 @@
<h2>${_("Certificates & Credits")}</h2>
<article class="response">
<h3 class="question">${_("Will I get a certificate for taking an edX course?")}</h3>
<h3 class="question">${_("Will I get a certificate for taking an {edX} course?").format(edX="edX")}</h3>
<div class ="answer" id="certificates_and_credits_faq_answer_0">
<p>${_("Online learners who receive a passing grade for a course will receive a certificate "
"of mastery at the discretion of edX and the underlying X University that offered "
"the course. For example, a certificate of mastery for MITx\'s 6.002x Circuits &amp; "
"Electronics will come from edX and MITx.")}</p>
<p>${_("If you passed the course, your certificate of mastery will be delivered online "
"through edx.org. So be sure to check your email in the weeks following the final "
"grading - you will be able to download and print your certificate. Note: At this "
"time, edX is holding certificates for learners connected with Cuba, Iran, Syria "
"and Sudan pending confirmation that the issuance is in compliance with U.S. "
"embargoes.")}</p>
<p>${_("Online learners who receive a passing grade for a course will receive a certificate of mastery at the discretion of {edX} and the underlying {X} University that offered the course. For example, a certificate of mastery for {MITx}\'s 6.002x Circuits &amp; Electronics will come from {edX} and {MITx}.").format(edX="edX", X="X", MITx="MITx")}</p>
<p>${_("If you passed the course, your certificate of mastery will be delivered online through edx.org. So be sure to check your email in the weeks following the final grading - you will be able to download and print your certificate. Note: At this time, {edX} is holding certificates for learners connected with Cuba, Iran, Syria and Sudan pending confirmation that the issuance is in compliance with U.S. embargoes.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("How are edX certificates delivered?")}</h3>
<h3 class="question">${_("How are {edX} certificates delivered?").format(edX="edX")}</h3>
<div class ="answer" id="certificates_and_credits_faq_answer_1">
<p>${_("EdX certificates are delivered online through edx.org. So be sure to check your email in the weeks following the final grading - you will be able to download and print your certificate.")}</p>
<p>${_("{EdX} certificates are delivered online through edx.org. So be sure to check your email in the weeks following the final grading - you will be able to download and print your certificate.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("What is the difference between a proctored certificate and an honor code certificate?")}</h3>
<div class ="answer" id="certificates_and_credits_faq_answer_2">
<p>${_("A proctored certificate is given to students who take and pass an exam under proctored conditions. An honor-code certificate is given to students who have completed all of the necessary online coursework associated with a course and have signed <link> the edX honor code </link>.")}</p>
<p>${_("A proctored certificate is given to students who take and pass an exam under proctored conditions. An honor-code certificate is given to students who have completed all of the necessary online coursework associated with a course and have signed <link> the {edX} honor code </link>.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
......@@ -221,23 +213,23 @@
<article class="response">
<h3 class="question">${_("How can I talk to professors, fellows and teaching assistants?")}</h3>
<div class ="answer" id="certificates_and_credits_faq_answer_5">
<p>${_("The Discussion Forums are the best place to reach out to the edX teaching team for your class, and you don\'t have to wait in line or rearrange your schedule to fit your professor\'s - just post your questions. The response isn/'t always immediate, but it/'s usually pretty darned quick.")}</p>
<p>${_("The Discussion Forums are the best place to reach out to the {edX} teaching team for your class, and you don\'t have to wait in line or rearrange your schedule to fit your professor\'s - just post your questions. The response isn\'t always immediate, but it\'s usually pretty darned quick.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("The only certificates distributed with grades by edX were for the initial prototype course.")}</h3>
<h3 class="question">${_("The only certificates distributed with grades by {edX} were for the initial prototype course.").format(edX="edX")}</h3>
<div class ="answer" id="certificates_and_credits_faq_answer_6">
<p>${_("You may unregister from an edX course at anytime, there are absolutely no penalties associated with incomplete edX studies, and you may register for the same course (provided we are still offering it) at a later time.")}</p>
<p>${_("You may unregister from an {edX} course at anytime, there are absolutely no penalties associated with incomplete {edX} studies, and you may register for the same course (provided we are still offering it) at a later time.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("Will my university accept my edX coursework for credit?")}</h3>
<h3 class="question">${_("Will my university accept my {edX} coursework for credit?").format(edX="edX")}</h3>
<div class ="answer" id="certificates_and_credits_faq_answer_7">
<p>${_("Each educational institution makes its own decision regarding whether to accept edX coursework for credit. Check with your university for its policy.")}</p>
<p>${_("Each educational institution makes its own decision regarding whether to accept {edX} coursework for credit. Check with your university for its policy.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("I lost my edX certificate - can you resend it to me?")}</h3>
<h3 class="question">${_("I lost my {edX} certificate - can you resend it to me?").format(edX="edX")}</h3>
<div class ="answer" id="certificates_and_credits_faq_answer_8">
<p>${_("Please log back in to your account to find certificates from the same profile page where they were originally posted. You will be able to re-print your certificate from there.")}</p>
</div>
......@@ -249,13 +241,13 @@
<article class="response">
<h3 class="question">${_("What\'s open source?")}</h3>
<div class ="answer" id="open_source_faq_answer_0">
<p>${_("Open source is a philosophy that generally refers to making software freely available for use or modification as users see fit. In exchange for use of the software, users generally add their contributions to the software, making it a public collaboration. The edX platform will be made available as open source code in order to allow world talent to improve and share it on an ongoing basis.")}</p>
<p>${_("Open source is a philosophy that generally refers to making software freely available for use or modification as users see fit. In exchange for use of the software, users generally add their contributions to the software, making it a public collaboration. The {edX} platform will be made available as open source code in order to allow world talent to improve and share it on an ongoing basis.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
<h3 class="question">${_("When/how can I get the open-source platform technology?")}</h3>
<div class ="answer" id="open_source_faq_answer_1">
<p>${_("We are still building the edX technology platform and will be making announcements in the future about its availability.")}</p>
<p>${_("We are still building the {edX} technology platform and will be making announcements in the future about its availability.").format(edX="edX")}</p>
</div>
</article>
</section>
......@@ -265,7 +257,7 @@
<article class="response">
<h3 class="question">${_("My username is taken.")}</h3>
<div class ="answer" id="other_help_faq_answer_0">
<p>${_("Now/'s your chance to be creative: please try a different, more unique username - for example, try adding a random number to the end.")}</p>
<p>${_("Now\'s your chance to be creative: please try a different, more unique username - for example, try adding a random number to the end.")}</p>
</div>
</article>
<article class="response">
......@@ -277,7 +269,7 @@
<article class="response">
<h3 class="question">${_("I am having login problems (password/email unrecognized).")}</h3>
<div class ="answer" id="other_help_faq_answer_2">
<p>${_("Please check your browser/'s settings to make sure that you have the current version of Firefox or Chrome, and then try logging in again. If you find access impossible, you may simply create a new account using an alternate email address - the old, unused account will disappear later.")}</p>
<p>${_("Please check your browser\'s settings to make sure that you have the current version of Firefox or Chrome, and then try logging in again. If you find access impossible, you may simply create a new account using an alternate email address - the old, unused account will disappear later.")}</p>
</div>
</article>
<article class="response">
......@@ -296,7 +288,7 @@
<article class="response">
<h3 class="question">${_("Can I delete my account?")}</h3>
<div class ="answer" id="other_help_faq_answer_4">
<p>${_("There/'s no need to delete you account. An old, unused edX account with no course completions associated with it will disappear.")}</p>
<p>${_("There\'s no need to delete you account. An old, unused {edX} account with no course completions associated with it will disappear.").format(edX="edX")}</p>
</div>
</article>
<article class="response">
......@@ -312,9 +304,9 @@
</div>
</article>
<article class="response">
<h3 class="question">${_("How can I help edX?")}</h3>
<h3 class="question">${_("How can I help {edX}?").format(edX="edX")}</h3>
<div class ="answer" id="edx_basics_faq_answer_6">
<p>${_("You may not realize it, but just by taking a course you are helping edX. That/'s because the edX platform has been specifically designed to not only teach, but also gather data about learning. EdX will utilize this data to find out how to improve education online and on-campus.")}</p>
<p>${_("You may not realize it, but just by taking a course you are helping {edX}. That\'s because the {edX} platform has been specifically designed to not only teach, but also gather data about learning. {EdX} will utilize this data to find out how to improve education online and on-campus.").format(edX="edX", EdX="EdX")}</p>
</div>
</article>
......@@ -323,10 +315,10 @@
</section>
<nav class="categories">
<a href="#edx_basics_faq">${_("edX Basics")}</a>
<a href="#edx_basics_faq">${_("{edX} Basics").format(edX="edX")}</a>
<a href="#classes_faq">${_("The Classes")}</a>
<a href="#certificates_and_credits_faq">${_("Certificates and Credits")}</a>
<a href="#open_source_faq">${_("edX & Open source")}</a>
<a href="#open_source_faq">${_("{edX} & Open source").format(edX="edX")}</a>
<a href="#other_help_faq">$${_("Other Help Questions - Account Questions")}</a>
</nav>
......
......@@ -13,22 +13,22 @@
<div class="inner-wrapper">
<h2>${_("Collaboration Policy")}</h2>
<p>${_("By enrolling in a course on edX, you are joining a special worldwide community of learners. The aspiration of edX is to provide anyone in the world who has the motivation and ability to engage coursework from the Massachusetts Institute of Technology, Harvard University and the University of California, Berkeley the opportunity to attain the best MIT, Harvard and UC Berkeley-based educational experience that internet technology enables. You are part of the community who will help edX achieve this goal.")}</p>
<p>${_("EdX depends upon your motivation to learn the material and to do so with honesty. In order to participate in edX, you must agree to the Honor Code below and any additional terms specific to a class. This Honor Code, and any additional terms, will be posted on each class website.")}</p>
<p>${_("By enrolling in a course on {edX}, you are joining a special worldwide community of learners. The aspiration of {edX} is to provide anyone in the world who has the motivation and ability to engage coursework from the {MIT_long}, {Harvard_long} and the {Berkeley_long} the opportunity to attain the best {MIT}, {Harvard} and {Berkeley}-based educational experience that internet technology enables. You are part of the community who will help {edX} achieve this goal.").format(edX="edX", MIT_long="Massachusetts Institute of Technology", Harvard_long="Harvard University", Berkeley_long="University of California, Berkeley", MIT="MIT", Harvard="Harvard", Berkeley="UC Berkeley")}</p>
<p>${_("{EdX} depends upon your motivation to learn the material and to do so with honesty. In order to participate in {edX}, you must agree to the Honor Code below and any additional terms specific to a class. This Honor Code, and any additional terms, will be posted on each class website.").format(edX="edX", EdX="EdX")}</p>
<h2>${_("edX Honor Code Pledge")}</h2>
<p>${_("By enrolling in an edX course, I agree that I will:")}</p>
<h2>${_("{edX} Honor Code Pledge").format(edX="edX")}</h2>
<p>${_("By enrolling in an {edX} course, I agree that I will:").format(edX="edX")}</p>
<ul>
<li>${_("Complete all mid-terms and final exams with my own work and only my own work. I will not submit the work of any other person.")}</li>
<li>${_("Maintain only one user account and not let anyone else use my username and/or password.")}</li>
<li>${_("Not engage in any activity that would dishonestly improve my results, or improve or hurt the results of others.")}</li>
<li>${_("Not post answers to problems that are being used to assess student performance.")}</li>
</ul>
<p>${_("Unless otherwise indicated by the instructor of an edX course, learners on edX are encouraged to:")}</p>
<p>${_("Unless otherwise indicated by the instructor of an {edX} course, learners on {edX} are encouraged to:").format(edX="edX")}</p>
<ul>
<li>${_("Collaborate with others on the lecture videos, exercises, homework and labs.")}</li>
<li>${_("Discuss with others general concepts and materials in each course.")}</li>
<li>${_("Present ideas and written work to fellow edX learners or others for comment or criticism.")}</li>
<li>${_("Present ideas and written work to fellow {edX} learners or others for comment or criticism.").format(edX="edX")}</li>
</ul>
</div>
</section>
......@@ -2,27 +2,27 @@
<%namespace name='static' file='../static_content.html'/>
<%inherit file="../main.html" />
<%block name="title"><title>${_("edX Media Kit")}</title></%block>
<%block name="title"><title>${_("{edX} Media Kit").format(edX="edX")}</title></%block>
<section class="mediakit">
<h1>${_("edX Media Kit")}</h1>
<h1>${_("{edX} Media Kit").format(edX="edX")}</h1>
<hr />
<div class="wrapper wrapper-mediakit">
<section class="introduction">
<header>
<h2>${_("Welcome to the <span class=\"org-name\">edX</span> Media Kit")}</h2>
<h2>${_("Welcome to the <span class=\"org-name\">{edX}</span> Media Kit").format(edX="edX")}</h2>
</header>
<article>
<p>${_("Need images for a news story? Feel free to download high-resolution versions of the photos below by clicking on the thumbnail. Please credit edX in your use.")}</p>
<p>${_("We\'ve included visual guidelines on how to use the edX logo within the download zip which also includes Adobe Illustrator and eps versions of the logo. ")}</p>
<p>${_("For more information about edX, please contact <strong>Dan O&apos;Connell Associate Director of Communications</strong> via <a href=\"mailto:oconnell@edx.org?subject=edX Information Request (from Media Kit)\">oconnell@edx.org</a>.")}</p>
<p>${_("Need images for a news story? Feel free to download high-resolution versions of the photos below by clicking on the thumbnail. Please credit {edX} in your use.").format(edX="edX")}</p>
<p>${_("We\'ve included visual guidelines on how to use the {edX} logo within the download zip which also includes Adobe Illustrator and eps versions of the logo. ").format(edX="edX")}</p>
<p>${_("For more information about {edX}, please contact <strong>{dan_oconnell}, Associate Director of Communications</strong> via <a href=\"mailto:oconnell@edx.org?subject=edX Information Request (from Media Kit)\">oconnell@edx.org</a>.").format(dan_oconnell="Dan O'Connell", edX="edX")}</p>
</article>
<aside>
<h3>${_("The <span class=\"org-name\">edX</span> Logo")}</h3>
<h3>${_("The <span class=\"org-name\">{edX}</span> Logo").format(edX="edX")}</h3>
<figure class="logo">
<a rel="asset" class="action action-download" href="${static.url('files/edx-identity.zip')}">
<img src="${static.url('images/edx.png')}" />
......@@ -36,7 +36,7 @@
<section class="library">
<header>
<h2>${_("The <span class=\"org-name\">edX</span> Media Library")}</h2>
<h2>${_("The <span class=\"org-name\">{edX}</span> Media Library").format(edX="edX")}</h2>
</header>
<article>
......@@ -45,7 +45,7 @@
<figure>
<a rel="asset" class="action action-download" href="${static.url('images/press-kit/anant-agarwal_high-res.jpg')}">
<img src="${static.url('images/press-kit/anant-agarwal_x200.jpg')}"/>
<figcaption>${_("Ananat Agarwal, President of edX, in his office in Cambridge, MA. The computer screen behind him shows a portion of a video lecture from 6.002x, Circuits &amp; Electronics, the MITx course taught by Agarwal.")}</figcaption>
<figcaption>${_("{anant}, President of {edX}, in his office in Cambridge, MA. The computer screen behind him shows a portion of a video lecture from 6.002x, Circuits &amp; Electronics, the MITx course taught by Agarwal.").format(edX="edX", anant="Anant Agarwal")}</figcaption>
<span class="note">${_("Download (High Resolution Photo)")}</span>
</a>
</figure>
......@@ -54,7 +54,7 @@
<figure>
<a rel="asset" class="action action-download" href="${static.url('images/press-kit/anant-tablet_high-res.jpg')}">
<img src="${static.url('images/press-kit/anant-tablet_x200.jpg')}"/>
<figcaption>${_("Anant Agarwal creating a tablet-based lecture for 6.002x, Circuits & Electronics.")}</figcaption>
<figcaption>${_("{anant} creating a tablet-based lecture for 6.002x, Circuits & Electronics.").format(anant="Anant Agarwal")}</figcaption>
<span class="note">${_("Download (High Resolution Photo)")}</span>
</a>
</figure>
......@@ -63,7 +63,7 @@
<figure>
<a rel="asset" class="action action-download" href="${static.url('images/press-kit/piotr-mitros_high-res.jpg')}">
<img src="${static.url('images/press-kit/piotr-mitros_x200.jpg')}"/>
<figcaption>${_("Piotr Mitros, Chief Scientist at edX, uses a Rostrum camera to create an overhead camera-based lecture. During this process, voice and video are recorded for an interactive tutorial.")}</figcaption>
<figcaption>${_("{piotr}, Chief Scientist at {edX}, uses a Rostrum camera to create an overhead camera-based lecture. During this process, voice and video are recorded for an interactive tutorial.").format(edX="edX", piotr="Piotr Mitros")}</figcaption>
<span class="note">${_("Download (High Resolution Photo)")}</span>
</a>
</figure>
......@@ -72,7 +72,7 @@
<figure>
<a rel="asset" class="action action-download" href="${static.url('images/press-kit/edx-video-editing_high-res.jpg')}">
<img src="${static.url('images/press-kit/edx-video-editing_x200.jpg')}"/>
<figcaption>${_("One of edX\'s video editors edits a lecture in a video suite.")}</figcaption>
<figcaption>${_("One of {edX}\'s video editors edits a lecture in a video suite.").format(edX="edX")}</figcaption>
<span class="note">${_("Download (High Resolution Photo)")}</span>
</a>
</figure>
......
......@@ -4,7 +4,7 @@
<%inherit file="../main.html" />
<%block name="title"><title>${_("edX in the Press")}</title></%block>
<%block name="title"><title>${_("{edX} in the Press").format(edX="edX")}</title></%block>
<section class="container about">
<nav>
......
......@@ -11,11 +11,11 @@
<hr class="horizontal-divider"/>
<div class="inner-wrapper">
<p><strong>${_("NOTICE: on September 26, 2012 edX adopted an amended Privacy Policy, providing as follows:")}</strong></p>
<p><strong>${_("NOTICE: on September 26, 2012 {edX} adopted an amended Privacy Policy, providing as follows:").format(edX="edX")}</strong></p>
<h2>${_("Confidentiality &amp; Security of Personal Information")}</h2>
<p>${_("We care about the confidentiality and security of your personal information. We will use commercially reasonable efforts to keep your Personal Information secure. (&ldquo;Personal Information&rdquo; is defined below.) However, no method of transmitting or storing electronic data is ever completely secure, and we therefore cannot guarantee the security of information transmitted to or stored by the edX Website. (As used in this Privacy Policy, &ldquo;we,&rdquo; &ldquo;us&rdquo; and &ldquo;our&rdquo; refer to edX.)")}</p>
<p>${_("This Privacy Policy only applies to information that we collect through the edX Website (the &ldquo;Site,&rdquo; which consists of all content and pages located within the edX.org web domain) and does not apply to information that we may collect from you in other ways (for example, this policy does not apply to information that you may provide to us over the phone, by fax or through conventional mail). In addition, please note that your education records are protected by the Family Educational Rights and Privacy Act (&ldquo;FERPA&rdquo;) to the extent FERPA applies. ")}</p>
<p>${_("We care about the confidentiality and security of your personal information. We will use commercially reasonable efforts to keep your Personal Information secure. (&ldquo;Personal Information&rdquo; is defined below.) However, no method of transmitting or storing electronic data is ever completely secure, and we therefore cannot guarantee the security of information transmitted to or stored by the {edX} Website. (As used in this Privacy Policy, &ldquo;we,&rdquo; &ldquo;us&rdquo; and &ldquo;our&rdquo; refer to {edX}.)").format(edX="edX")}</p>
<p>${_("This Privacy Policy only applies to information that we collect through the {edX} Website (the &ldquo;Site,&rdquo; which consists of all content and pages located within the edX.org web domain) and does not apply to information that we may collect from you in other ways (for example, this policy does not apply to information that you may provide to us over the phone, by fax or through conventional mail). In addition, please note that your education records are protected by the Family Educational Rights and Privacy Act (&ldquo;FERPA&rdquo;) to the extent FERPA applies. ").format(edX="edX")}</p>
<h2>${_("Usernames and Postings")}</h2>
<p>${_("Comments or other information posted by you to our forums, wikis or other areas of the Site designed for public communications or communications among registered class members may be viewed and downloaded by others who visit the Site. For this reason, we encourage you to use discretion when deciding whether to post any information that can be used to identify you to those forums (or other public or classwide areas).")}</p>
......@@ -29,16 +29,16 @@
<p>${_("We may log the IP address, operating system and browser software used by each user of the Site, and we may be able to determine from an IP address a user's Internet Service Provider and the geographic location of his or her point of connectivity. Various web analytics tools are used to collect this information. Some of the information is collected through cookies (small text files placed on your computer that store information about you, which can be accessed by the Site). You should be able to control how and whether cookies will be accepted by your web browser. Most browsers offer instructions on how to reset the browser to reject cookies in the &ldquo;Help&rdquo; section of the toolbar. If you reject our cookies, many functions and conveniences of this Site may not work properly. ")}</p>
<p>${_("Among other things, we and the educational institutions that provide courses through edX (the &ldquo;Universities&rdquo;) may use the information about you collected through the Site (including your Personal Information) in connection with the following:")}</p>
<p>${_("Among other things, we and the educational institutions that provide courses through {edX} (the &ldquo;Universities&rdquo;) may use the information about you collected through the Site (including your Personal Information) in connection with the following:").format(edX="edX")}</p>
<ul>
<li>${_("To enable the Universities to provide, administer and improve the courses.")}</li>
<li>${_("To help us and the Universities improve edX offerings, both individually (e.g., by course staff when working with a student) and in aggregate, and to individualize the experience and to evaluate the access and use of the Site and the impact of edX on the worldwide educational community. ")}</li>
<li>${_("To help us and the Universities improve {edX} offerings, both individually (e.g., by course staff when working with a student) and in aggregate, and to individualize the experience and to evaluate the access and use of the Site and the impact of {edX} on the worldwide educational community. ").format(edX="edX")}</li>
<li>${_("For purposes of scientific research, particularly, for example, in the areas of cognitive science and education. ")}</li>
<li>${_("For the purpose for which you specifically provided the information, for example, to respond to a specific inquiry or provide you with access to the specific course content and/or services you select.")}</li>
<li>${_("To track both individual and aggregate attendance, progress and completion of an online course, and to analyze statistics on student performance and how students learn.")}</li>
<li>${_("To monitor and detect violations of the Honor Code, the Terms of Service, as well as other misuses and potential misuses of the Site. ")}</li>
<li>${_("To publish information, but not Personal Information, gathered about edX access, use, impact and student performance.")}</li>
<li>${_("To send you updates about online courses offered by edX or other events, to send you communications about products or services of edX, edX affiliates, or selected business partners that may be of interest to you, or to send you email messages about Site maintenance or updates.")}</li>
<li>${_("To publish information, but not Personal Information, gathered about {edX} access, use, impact and student performance.").format(edX="edX")}</li>
<li>${_("To send you updates about online courses offered by {edX} or other events, to send you communications about products or services of {edX}, {edX} affiliates, or selected business partners that may be of interest to you, or to send you email messages about Site maintenance or updates.").format(edX="edX")}</li>
<li>${_("To archive this information and/or use it for future communications with you.")}</li>
<li>${_("To maintain and improve the functioning and security of the Site and our software, systems and network.")}</li>
<li>${_("For purposes described elsewhere in this Privacy Policy (including, e.g., Sharing with Third Parties).")}</li>
......@@ -48,14 +48,14 @@
<h2>${_("Sharing with Third Parties")}</h2>
<p>${_("We will share information we collect with the Universities, and we and the Universities may share this information (including Personal Information) with third parties as follows:")}</p>
<ul>
<li>${_("With service providers or contractors that perform certain functions on our or the Universities' behalf, including processing information that you provide to us on the Site, processing purchases and other transactions through the Site, operating the Site or portions of it, providing or administering courses, or in connection with other aspects of edX or University services.")}</li>
<li>${_("With other visitors to the Site, to the extent that you submit comments, course work or other information or content (collectively, &ldquo;Postings&rdquo;) to a portion of the Site designed for public communications; and with other members of an edX class of which you are a member, to the extent you submit Postings to a portion of the Site designed for viewing by those class members. We may provide your Postings to students who later enroll in the same classes as you, within the context of the forums, the courseware or otherwise. If we do re-post your Postings originally made to non-public portions of the Site, we will post them without your real name and e-mail (except with explicit permission), but we may use your username. ")}</li>
<li>${_("With service providers or contractors that perform certain functions on our or the Universities' behalf, including processing information that you provide to us on the Site, processing purchases and other transactions through the Site, operating the Site or portions of it, providing or administering courses, or in connection with other aspects of {edX} or University services.").format(edX="edX")}</li>
<li>${_("With other visitors to the Site, to the extent that you submit comments, course work or other information or content (collectively, &ldquo;Postings&rdquo;) to a portion of the Site designed for public communications; and with other members of an {edX} class of which you are a member, to the extent you submit Postings to a portion of the Site designed for viewing by those class members. We may provide your Postings to students who later enroll in the same classes as you, within the context of the forums, the courseware or otherwise. If we do re-post your Postings originally made to non-public portions of the Site, we will post them without your real name and e-mail (except with explicit permission), but we may use your username. ").format(edX="edX")}</li>
<li>${_("For purposes of scientific research, particularly, for example, in the areas of cognitive science and education. However, we will only share Personal Information about you for this purpose to the extent doing so complies with applicable law.")}</li>
<li>${_("To provide opportunities for you to communicate with other users who may have similar interests or educational goals. For instance, we may recommend specific study partners or connect potential student mentees and mentors. In such cases, we may use all information collected about you to determine who might be interested in communicating with you, but we will only provide other users your username, and not disclose your real name or e-mail address to your contact. ")}</li>
<li>${_("To respond to subpoenas, court orders, or other legal process; in response to a request for cooperation from law enforcement or another government agency; to investigate, prevent or take action regarding illegal activities, suspected fraud, security or technical issues, or to enforce our Terms of Service, Honor Code or this Privacy Policy; as otherwise may be required by applicable law; or to protect our rights, property or safety or those of others.")}</li>
<li>${_("With affiliates of edX or the Universities, or with successors in the event of a merger, acquisition or reorganization, for their use consistent with this Privacy Policy. ")}</li>
<li>${_("With affiliates of {edX} or the Universities, or with successors in the event of a merger, acquisition or reorganization, for their use consistent with this Privacy Policy. ").format(edX="edX")}</li>
<li>${_("As otherwise described to you at the point of collection, pursuant to your consent, or otherwise as permitted by law (e.g., disclosures permitted under FERPA, to the extent FERPA applies to the information).")}</li>
<li>${_("For integration with third party services. For example, videos and other content may be hosted on YouTube and other websites not controlled by edX.")}</li>
<li>${_("For integration with third party services. For example, videos and other content may be hosted on YouTube and other websites not controlled by {edX}.").format(edX="edX")}</li>
</ul>
<p>${_("In addition, we may share aggregated information that does not personally identify you with the public and with third parties, including, e.g., researchers and business partners.")}</p>
......
......@@ -2,6 +2,6 @@
<%inherit file="../main.html" />
<section class="outside-app">
<h1>${_("Currently the <em>%s</em> servers are down") % settings.PLATFORM_NAME}</h1>
<p>${_("Our staff is currently working to get the site back up as soon as possible. Please email us at <a href=\"mailto:%s\">$s</a> to report any problems or downtime.") % {settings.TECH_SUPPORT_EMAIL, settings.TECH_SUPPORT_EMAIL}}</p>
<h1>${_("Currently the <em>{platform_name}</em> servers are down").format(platform_name=settings.PLATFORM_NAME)}</h1>
<p>${_("Our staff is currently working to get the site back up as soon as possible. Please email us at <a href=\"mailto:{tech_support_email}\">{tech_support_email}</a> to report any problems or downtime.").format(settings.TECH_SUPPORT_EMAIL)}</p>
</section>
......@@ -2,6 +2,6 @@
<%inherit file="../main.html" />
<section class="outside-app">
<h1>${_("There has been a 500 error on the <em>%s</em> servers") % settings.PLATFORM_NAME}</h1>
<h1>${_("There has been a 500 error on the <em>{platform_name}</em> servers").format(platform_name=settings.PLATFORM_NAME)}</h1>
<p>${_('Please wait a few seconds and then reload the page. If the problem persists, please email us at <a href="{email}">{email}</a>.').format(email=settings.TECH_SUPPORT_EMAIL)}</p>
</section>
......@@ -2,6 +2,6 @@
<%inherit file="../main.html" />
<section class="outside-app">
<h1>${_("Currently the <em>%s</em> servers are overloaded") % settings.PLATFORM_NAME}</h1>
<p>${_("Our staff is currently working to get the site back up as soon as possible. Please email us at <a href=\"mailto:\%s\">%s</a> to report any problems or downtime.") % {settings.TECH_SUPPORT_EMAIL, settings.TECH_SUPPORT_EMAIL}}</p>
<h1>${_("Currently the <em>{platform_name}</em> servers are overloaded").format(platform_name=settings.PLATFORM_NAME)}</h1>
<p>${_("Our staff is currently working to get the site back up as soon as possible. Please email us at <a href=\"mailto:\{tech_support_email}\">{tech_support_email}</a> to report any problems or downtime.").format(tech_support_email=settings.TECH_SUPPORT_EMAIL)}</p>
</section>
......@@ -4,119 +4,119 @@
<%namespace name='static' file='../static_content.html'/>
<%block name="title"><title>${_("Terms of Service")}</title></%block>
<%block name="title"><title>Terms of Service</title></%block>
<section class="static-container tos">
<h1>${_("edX Terms of Service")}</h1>
<h1>edX Terms of Service</h1>
<hr class="horizontal-divider"/>
<div class="inner-wrapper">
<p><strong>${_("NOTICE: on September 26, 2012 edX adopted amended Terms of Service, providing as follows:")}</strong></p>
<p><strong>NOTICE: on September 26, 2012 edX adopted amended Terms of Service, providing as follows:</strong></p>
<p>${_("Welcome to edX. Please read these Terms of Service (\"TOS\") and edX's <a href=\"%s\">Privacy Policy</a> and <a href=\"%s\">Honor Code</a> prior to registering for edX.org or using any portion of the edX website (the \"Site,\" which consists of all content and pages located within the edX.org web domain), including accessing any course material, chat rooms, or other electronic services. These TOS, the Privacy Policy and the Honor Code are agreements (the \"Agreements\") between you and edX. By using the Site, you accept and agree to be legally bound by the Agreements, whether or not you are a registered user. If you do not understand or do not wish to be bound by the terms of the Agreements, you should not use the Site.") % (reverse('privacy_edx'), reverse('honor'))}</p>
<p>Welcome to edX. Please read these Terms of Service ("TOS") and edX's <a href="${reverse('privacy_edx')}">Privacy Policy</a> and <a href="${reverse('honor')}">Honor Code</a> prior to registering for edX.org or using any portion of the edX website (the "Site," which consists of all content and pages located within the edX.org web domain), including accessing any course material, chat rooms, or other electronic services. These TOS, the Privacy Policy and the Honor Code are agreements (the "Agreements") between you and edX. By using the Site, you accept and agree to be legally bound by the Agreements, whether or not you are a registered user. If you do not understand or do not wish to be bound by the terms of the Agreements, you should not use the Site.")</p>
<p>${_("EdX reserves the right to modify these TOS at any time without advance notice. Any changes to these TOS will be effective immediately upon posting on this page, with an updated effective date. By accessing the Site after any changes have been made, you signify your agreement on a prospective basis to the modified TOS and all of the changes. Be sure to return to this page periodically to ensure familiarity with the most current version of these TOS.")}</p>
<p>EdX reserves the right to modify these TOS at any time without advance notice. Any changes to these TOS will be effective immediately upon posting on this page, with an updated effective date. By accessing the Site after any changes have been made, you signify your agreement on a prospective basis to the modified TOS and all of the changes. Be sure to return to this page periodically to ensure familiarity with the most current version of these TOS.</p>
<h2>${_("Description of edX")}</h2>
<p>${_("EdX offers online courses that include opportunities for professor-to-student and student-to-student interactivity, individual assessment of a student's work and for students who demonstrate their mastery of subjects, a certificate of mastery.")}</p>
<h2>Description of edX</h2>
<p>EdX offers online courses that include opportunities for professor-to-student and student-to-student interactivity, individual assessment of a student's work and for students who demonstrate their mastery of subjects, a certificate of mastery.</p>
<h2>${_("Rules for Online Conduct")}</h2>
<p>${_("You agree that you are responsible for your own use of the Site and for your User Postings. \"User Postings\" include all content submitted, posted, published or distributed on the Site by you or other users of the Site, including but not limited to all forum posts, wiki edits, notes, questions, comments, videos and file uploads. You agree that you will use the Site in compliance with these TOS, the Honor Code and all applicable local, state, national and international laws, rules and regulations, including copyright laws, any laws regarding the transmission of technical data exported from your country of residence, and all United States export control laws.")}</p>
<h2>Rules for Online Conduct</h2>
<p>You agree that you are responsible for your own use of the Site and for your User Postings. "User Postings" include all content submitted, posted, published or distributed on the Site by you or other users of the Site, including but not limited to all forum posts, wiki edits, notes, questions, comments, videos and file uploads. You agree that you will use the Site in compliance with these TOS, the Honor Code and all applicable local, state, national and international laws, rules and regulations, including copyright laws, any laws regarding the transmission of technical data exported from your country of residence, and all United States export control laws.</p>
<p>${_("As a condition of your use of the edX services, you will not use the Site in any manner intended to damage, disable, overburden or impair any edX server or the network(s) connected to any edX server or to interfere with any other party's use and enjoyment of the Site. You may not attempt to gain unauthorized access to the Site, other accounts, computer systems or networks connected to any edX server through hacking, password mining or any other means. You may not obtain or attempt to obtain any materials or information stored on the Site, its servers or associated computers through any means not intentionally made available through the Site.")}</p>
<p>As a condition of your use of the edX services, you will not use the Site in any manner intended to damage, disable, overburden or impair any edX server or the network(s) connected to any edX server or to interfere with any other party's use and enjoyment of the Site. You may not attempt to gain unauthorized access to the Site, other accounts, computer systems or networks connected to any edX server through hacking, password mining or any other means. You may not obtain or attempt to obtain any materials or information stored on the Site, its servers or associated computers through any means not intentionally made available through the Site.</p>
<h2>${_("The following list of items is strictly prohibited on the Site:")}</h2>
<h2>The following list of items is strictly prohibited on the Site:</h2>
<ol>
<li>${_("Content that defames, harasses or threatens others;")}</li>
<li>${_("Content that discusses illegal activities with the intent to commit them;")}</li>
<li>${_("Content that infringes another's intellectual property, including, but not limited to, copyrights or trademarks;")}</li>
<li>${_("Profane, pornographic, obscene, indecent or unlawful content;")}</li>
<li>${_("Advertising or any form of commercial solicitation;")}</li>
<li>${_("Content related to partisan political activities;")}</li>
<li>${_("Viruses, trojan horses, worms, time bombs, corrupted files, malware, spyware or any other similar software that may damage the operation of another's computer or property; and")}</li>
<li>${_("Content that contains intentionally inaccurate information or that is posted with the intent of misleading others.")}</li>
<li>Content that defames, harasses or threatens others;</li>
<li>Content that discusses illegal activities with the intent to commit them;</li>
<li>Content that infringes another's intellectual property, including, but not limited to, copyrights or trademarks;</li>
<li>Profane, pornographic, obscene, indecent or unlawful content;</li>
<li>Advertising or any form of commercial solicitation;</li>
<li>Content related to partisan political activities;</li>
<li>Viruses, trojan horses, worms, time bombs, corrupted files, malware, spyware or any other similar software that may damage the operation of another's computer or property; and</li>
<li>Content that contains intentionally inaccurate information or that is posted with the intent of misleading others.</li>
</ol>
<p>${_("Furthermore, you agree not to scrape, or otherwise download in bulk, any Site content, including but not limited to a list or directory of users on the system, on-line textbooks, User Postings or user information. You agree not to misrepresent or attempt to misrepresent your identity while using the Sites (although you are welcome and encouraged to use an anonymous username in the forums and to act in a manner that keeps your identity concealed).")}</p>
<p>Furthermore, you agree not to scrape, or otherwise download in bulk, any Site content, including but not limited to a list or directory of users on the system, on-line textbooks, User Postings or user information. You agree not to misrepresent or attempt to misrepresent your identity while using the Sites (although you are welcome and encouraged to use an anonymous username in the forums and to act in a manner that keeps your identity concealed).</p>
<h2>${_("User Accounts and Authority")}</h2>
<p>${_("In order to participate fully in Site activities, you must provide your name, an email address and a user password in order to create a user account (\"User Account\"). You agree that you will never divulge or share access or access information to your User Account with any third party for any reason. In setting up your User Account, you may be prompted to enter additional optional information (e.g., your address). You represent that all information provided by you is accurate and current. You agree to maintain and update your information to keep it accurate and current.")}</p>
<h2>User Accounts and Authority</h2>
<p>In order to participate fully in Site activities, you must provide your name, an email address and a user password in order to create a user account ("User Account"). You agree that you will never divulge or share access or access information to your User Account with any third party for any reason. In setting up your User Account, you may be prompted to enter additional optional information (e.g., your address). You represent that all information provided by you is accurate and current. You agree to maintain and update your information to keep it accurate and current.</p>
<p>${_("We care about the confidentiality and security of your personal information. Please see our <a href=\"%s\">Privacy Policy</a> for more information about what information about you edX collects and how edX uses that information.") % reverse('privacy_edx')}</p>
<p>We care about the confidentiality and security of your personal information. Please see our <a href="${reverse('privacy_edx')}">Privacy Policy</a> for more information about what information about you edX collects and how edX uses that information."</p>
<h2>${_("Your Right to Use Content on the Site")}</h2>
<p>${_("Unless indicated as being in the public domain, the content on the Site is protected by United States and foreign copyright laws. Unless otherwise expressly stated on the Site, the texts, exams, video, images and other instructional materials provided with the courses offered on this Site are for your personal use in connection with those courses only. MIT and Harvard aim to make much of the edX course content available under more open license terms that will help create a vibrant ecosystem of contributors and further edX's goal of making education accessible and affordable to the world.")}</p>
<h2>Your Right to Use Content on the Site</h2>
<p>Unless indicated as being in the public domain, the content on the Site is protected by United States and foreign copyright laws. Unless otherwise expressly stated on the Site, the texts, exams, video, images and other instructional materials provided with the courses offered on this Site are for your personal use in connection with those courses only. MIT and Harvard aim to make much of the edX course content available under more open license terms that will help create a vibrant ecosystem of contributors and further edX's goal of making education accessible and affordable to the world.</p>
<p>${_("Certain reference documents, digital textbooks, articles and other information on the Site are used with the permission of third parties, and use of that information is subject to certain rules and conditions, which will be posted along with the information. By using this Site you agree to abide by all such rules and conditions.")}</p>
<p>Certain reference documents, digital textbooks, articles and other information on the Site are used with the permission of third parties, and use of that information is subject to certain rules and conditions, which will be posted along with the information. By using this Site you agree to abide by all such rules and conditions.</p>
<p>${_("You agree to retain all copyright and other notices on any content you obtain from the Site. All rights in the Site and its content, if not expressly granted, are reserved.")}</p>
<p>You agree to retain all copyright and other notices on any content you obtain from the Site. All rights in the Site and its content, if not expressly granted, are reserved.</p>
<h2>${_("User Postings")}</h2>
<h2>User Postings</h2>
<p>${_("<strong>User Postings Representations and Warranties.</strong> By submitting or distributing your User Postings, you affirm, represent and warrant (1) that you have the necessary rights, licenses, consents and/or permissions to reproduce and publish the User Postings and to authorize edX and its users to reproduce, modify, publish and otherwise use and distribute your User Postings in a manner consistent with the licenses granted by you below, and (2) that neither your submission of your User Postings nor the exercise of the licenses granted below will infringe or violate the rights of any third party. You, and not edX, are solely responsible for your User Postings and the consequences of posting or publishing them.")}</p>
<p><strong>User Postings Representations and Warranties.</strong> By submitting or distributing your User Postings, you affirm, represent and warrant (1) that you have the necessary rights, licenses, consents and/or permissions to reproduce and publish the User Postings and to authorize edX and its users to reproduce, modify, publish and otherwise use and distribute your User Postings in a manner consistent with the licenses granted by you below, and (2) that neither your submission of your User Postings nor the exercise of the licenses granted below will infringe or violate the rights of any third party. You, and not edX, are solely responsible for your User Postings and the consequences of posting or publishing them.</p>
<p>${_("<strong>License Grant to edX.</strong> By submitting or distributing User Postings to the Site, you hereby grant to edX a worldwide, non-exclusive, transferable, assignable, sublicensable, fully paid-up, royalty-free, perpetual, irrevocable right and license to host, transfer, display, perform, reproduce, modify, distribute, re-distribute, relicense and otherwise use, make available and exploit your User Postings, in whole or in part, in any form and in any media formats and through any media channels (now known or hereafter developed).")}</p>
<p><strong>License Grant to edX.</strong> By submitting or distributing User Postings to the Site, you hereby grant to edX a worldwide, non-exclusive, transferable, assignable, sublicensable, fully paid-up, royalty-free, perpetual, irrevocable right and license to host, transfer, display, perform, reproduce, modify, distribute, re-distribute, relicense and otherwise use, make available and exploit your User Postings, in whole or in part, in any form and in any media formats and through any media channels (now known or hereafter developed).</p>
<p>${_("<strong>License Grant to edX Users.</strong> By submitting or distributing User Postings to the Site, you hereby grant to each user of the Site a non-exclusive license to access and use your User Postings in connection with their use of the Site for their own personal purposes.")}</p>
<p><strong>License Grant to edX Users.</strong> By submitting or distributing User Postings to the Site, you hereby grant to each user of the Site a non-exclusive license to access and use your User Postings in connection with their use of the Site for their own personal purposes.</p>
<h2>${_("Certificates, etc.")}</h2>
<h2>Certificates, etc.</h2>
<p>${_("EdX and/or the colleges and universities providing courses on the Site may offer a certificate of mastery or other acknowledgment (a \"Certificate\") for students who, in their judgment, have satisfactorily demonstrated mastery of the course material. Certificates will be issued by edX under the name of the underlying \"X University\" from where the course originated, i.e. HarvardX, MITx. etc. The decision whether a Certificate will be awarded to a given student will be solely within the discretion of the awarding entity, as will the name and form of any such Certificate. EdX and/or the institutions providing courses on the Site may choose not to offer a Certificate for some courses.")}</p>
<p>EdX and/or the colleges and universities providing courses on the Site may offer a certificate of mastery or other acknowledgment (a "Certificate") for students who, in their judgment, have satisfactorily demonstrated mastery of the course material. Certificates will be issued by edX under the name of the underlying "X University" from where the course originated, i.e. HarvardX, MITx. etc. The decision whether a Certificate will be awarded to a given student will be solely within the discretion of the awarding entity, as will the name and form of any such Certificate. EdX and/or the institutions providing courses on the Site may choose not to offer a Certificate for some courses.</p>
<p>${_("When you take a course through edX, you will not be an applicant for admission to, or enrolled in, any degree program of the institution as a result of registering for or completing a course through edX. You will not be entitled to use any of the resources of the institution beyond the online courses provided on the Site, nor will you be eligible to receive student privileges or benefits provided to students enrolled in degree programs of the institution.")}</p>
<p>When you take a course through edX, you will not be an applicant for admission to, or enrolled in, any degree program of the institution as a result of registering for or completing a course through edX. You will not be entitled to use any of the resources of the institution beyond the online courses provided on the Site, nor will you be eligible to receive student privileges or benefits provided to students enrolled in degree programs of the institution.</p>
<h2>${_("Trademarks")}</h2>
<h2>Trademarks</h2>
<p>${_("<strong>Use of edX, MIT, Harvard University and X University Names, Trademarks and Service Marks.</strong> The \"edX\", \"MIT\", and \"Harvard University\" names, logos and seals are trademarks (\"Trademarks\") of the respective entities. Likewise, the names, logos, and seals of the other colleges and universities providing courses on the Site (the \"X Universities\") are Trademarks owned by the X Universities. You may not use any of these Trademarks, or any variations thereof, without the owner's prior written consent. You may not use any of these Trademarks, or any variations thereof, for promotional purposes, or in any way that deliberately or inadvertently claims, suggests or, in these institutions' sole judgment, gives the appearance or impression of a relationship with or endorsement by these institutions.")}</p>
<p><strong>Use of edX, MIT, Harvard University and X University Names, Trademarks and Service Marks.</strong> The "edX", "MIT", and "Harvard University" names, logos and seals are trademarks ("Trademarks") of the respective entities. Likewise, the names, logos, and seals of the other colleges and universities providing courses on the Site (the "X Universities") are Trademarks owned by the X Universities. You may not use any of these Trademarks, or any variations thereof, without the owner's prior written consent. You may not use any of these Trademarks, or any variations thereof, for promotional purposes, or in any way that deliberately or inadvertently claims, suggests or, in these institutions' sole judgment, gives the appearance or impression of a relationship with or endorsement by these institutions.</p>
<p>${_("All Trademarks not owned by these institutions that appear on the Site or on or through the services made available on or through the Site, if any, are the property of their respective owners.")}</p>
<p>All Trademarks not owned by these institutions that appear on the Site or on or through the services made available on or through the Site, if any, are the property of their respective owners.</p>
<p>${_("Nothing contained on the Site should be construed as granting, by implication, estoppel or otherwise, any license or right to use any Trademark displayed on the Site without the written permission of the owner of the applicable Trademark.")}</p>
<p>Nothing contained on the Site should be construed as granting, by implication, estoppel or otherwise, any license or right to use any Trademark displayed on the Site without the written permission of the owner of the applicable Trademark.</p>
<h2>${_("Digital Millennium Copyright Act")}</h2>
<h2>Digital Millennium Copyright Act</h2>
<p>${_("Copyright owners who believe their material has been infringed on the Site should contact edX's designated copyright agent at <a href=\"mailto:dcma-agent@mit.edu\">dcma-agent@mit.edu</a> or at 77 Massachusetts Avenue, Cambridge, MA 02138-4307 Attention: MIT DCMA Agent, W92-263A.")}</p>
<p>Copyright owners who believe their material has been infringed on the Site should contact edX's designated copyright agent at <a href="mailto:dcma-agent@mit.edu">dcma-agent@mit.edu</a> or at 77 Massachusetts Avenue, Cambridge, MA 02138-4307 Attention: MIT DCMA Agent, W92-263A.</p>
<p>${_("Notification must include:")}</p>
<p>Notification must include:</p>
<ul>
<li>${_("Identification of the copyrighted work, or, in the case of multiple works at the same location, a representative list of such works at that site.")}</li>
<li>${_("Identification of the material that is claimed to be infringing or to be the subject of infringing activity. You must include sufficient information for us to locate the material (e.g., URL, IP address, computer name).")}</li>
<li>${_("Information for us to be able to contact the complaining party (e.g., email address, phone number).")}</li>
<li>${_("A statement that the complaining party believes that the use of the material has not been authorized by the copyright owner or an authorized agent.")}</li>
<li>${_("A statement that the information in the notification is accurate and that the complaining party is authorized to act on behalf of the copyright owner.")}</li>
<li>Identification of the copyrighted work, or, in the case of multiple works at the same location, a representative list of such works at that site.</li>
<li>Identification of the material that is claimed to be infringing or to be the subject of infringing activity. You must include sufficient information for us to locate the material (e.g., URL, IP address, computer name).</li>
<li>Information for us to be able to contact the complaining party (e.g., email address, phone number).</li>
<li>A statement that the complaining party believes that the use of the material has not been authorized by the copyright owner or an authorized agent.</li>
<li>A statement that the information in the notification is accurate and that the complaining party is authorized to act on behalf of the copyright owner.</li>
</ul>
<h2>${_("Disclaimers of Warranty / Limitations of Liabilities")}</h2>
<p>${_("<strong>THE SITE AND ANY INFORMATION, CONTENT OR SERVICES MADE AVAILABLE ON OR THROUGH THE SITE ARE PROVIDED \"AS IS\" AND \"AS AVAILABLE\" WITHOUT WARRANTY OF ANY KIND (EXPRESS, IMPLIED OR OTHERWISE), INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT, EXCEPT INSOFAR AS ANY SUCH IMPLIED WARRANTIES MAY NOT BE DISCLAIMED UNDER APPLICABLE LAW.</strong>")}</p>
<h2>Disclaimers of Warranty / Limitations of Liabilities</h2>
<p><strong>THE SITE AND ANY INFORMATION, CONTENT OR SERVICES MADE AVAILABLE ON OR THROUGH THE SITE ARE PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND (EXPRESS, IMPLIED OR OTHERWISE), INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT, EXCEPT INSOFAR AS ANY SUCH IMPLIED WARRANTIES MAY NOT BE DISCLAIMED UNDER APPLICABLE LAW.</strong></p>
<p>${_("<strong>EDX AND THE EDX PARTICIPANTS (AS HERINAFTER DEFINED) DO NOT WARRANT THAT THE SITE WILL OPERATE IN AN UNINTERRUPTED OR ERROR-FREE MANNER, THAT THE SITE IS FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR THAT THE COURSES OR CONTENT PROVIDED WILL MEET YOUR NEEDS OR EXPECTATIONS. EDX AND THE EDX PARTICIPANTS ALSO MAKE NO WARRANTY ABOUT THE ACCURACY, COMPLETENESS, TIMELINESS, OR QUALITY OF THE SITE OR ANY COURSES OR CONTENT, OR THAT ANY PARTICULAR COURSES OR CONTENT WILL CONTINUE TO BE MADE AVAILABLE. &ldquo;EDX PARTICIPANTS&rdquo; MEANS MIT, HARVARD, X UNIVERSITIES, THE ENTITIES PROVIDING INFORMATION, CONTENT OR SERVICES FOR THE SITE, THE COURSE INSTRUCTORS AND THEIR STAFFS.</strong>")}</p>
<p><strong>EDX AND THE EDX PARTICIPANTS (AS HERINAFTER DEFINED) DO NOT WARRANT THAT THE SITE WILL OPERATE IN AN UNINTERRUPTED OR ERROR-FREE MANNER, THAT THE SITE IS FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR THAT THE COURSES OR CONTENT PROVIDED WILL MEET YOUR NEEDS OR EXPECTATIONS. EDX AND THE EDX PARTICIPANTS ALSO MAKE NO WARRANTY ABOUT THE ACCURACY, COMPLETENESS, TIMELINESS, OR QUALITY OF THE SITE OR ANY COURSES OR CONTENT, OR THAT ANY PARTICULAR COURSES OR CONTENT WILL CONTINUE TO BE MADE AVAILABLE. &ldquo;EDX PARTICIPANTS&rdquo; MEANS MIT, HARVARD, X UNIVERSITIES, THE ENTITIES PROVIDING INFORMATION, CONTENT OR SERVICES FOR THE SITE, THE COURSE INSTRUCTORS AND THEIR STAFFS.</strong></p>
<p>${_("<strong>USE OF THE SITE, AND THE CONTENT AND SERVICES OBTAINED FROM OR THROUGH THE SITE, IS AT YOUR OWN RISK. YOUR ACCESS TO OR DOWNLOAD OF INFORMATION, MATERIALS OR DATA THROUGH THE SITE OR ANY REFERENCE SITES IS AT YOUR OWN DISCRETION AND RISK, AND YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR PROPERTY (INCLUDING YOUR COMPUTER SYSTEM) OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OR USE OF SUCH MATERIAL OR DATA.</strong>")}</p>
<p><strong>USE OF THE SITE, AND THE CONTENT AND SERVICES OBTAINED FROM OR THROUGH THE SITE, IS AT YOUR OWN RISK. YOUR ACCESS TO OR DOWNLOAD OF INFORMATION, MATERIALS OR DATA THROUGH THE SITE OR ANY REFERENCE SITES IS AT YOUR OWN DISCRETION AND RISK, AND YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR PROPERTY (INCLUDING YOUR COMPUTER SYSTEM) OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OR USE OF SUCH MATERIAL OR DATA.</strong></p>
<p>${_("<strong>User Postings Disclaimer.</strong> You understand that when using the Site you will be exposed to User Postings from a variety of sources and that neither edX nor the edX Participants are responsible for the accuracy, usefulness, reliability or intellectual property rights of or relating to such User Postings. You further understand and acknowledge that you may be exposed to User Postings that are inaccurate, offensive, defamatory, indecent or objectionable and you agree to waive, and hereby do waive, any legal or equitable rights or remedies you have or may have against edX or any of the edX Participants with respect thereto. Neither edX nor the edX Participants endorse any User Postings or any opinion, recommendation or advice expressed therein. Neither edX nor the edX Participants have any obligation to monitor any User Postings or any other user communications through the Site.")}</p>
<p><strong>User Postings Disclaimer.</strong> You understand that when using the Site you will be exposed to User Postings from a variety of sources and that neither edX nor the edX Participants are responsible for the accuracy, usefulness, reliability or intellectual property rights of or relating to such User Postings. You further understand and acknowledge that you may be exposed to User Postings that are inaccurate, offensive, defamatory, indecent or objectionable and you agree to waive, and hereby do waive, any legal or equitable rights or remedies you have or may have against edX or any of the edX Participants with respect thereto. Neither edX nor the edX Participants endorse any User Postings or any opinion, recommendation or advice expressed therein. Neither edX nor the edX Participants have any obligation to monitor any User Postings or any other user communications through the Site.</p>
<p>${_("However, edX reserves the right to review User Postings and to exercise its sole discretion to edit or remove, in whole or in part, any User Posting at any time or for any reason, or to allow the edX Participants to do so. Without limiting the foregoing, upon receiving notice from a user or a content owner that a User Posting allegedly does not conform to these TOS, edX may investigate the allegation and determine in its sole discretion whether to remove the User Posting, which it reserves the right to do at any time and without notice.")}</p>
<p>However, edX reserves the right to review User Postings and to exercise its sole discretion to edit or remove, in whole or in part, any User Posting at any time or for any reason, or to allow the edX Participants to do so. Without limiting the foregoing, upon receiving notice from a user or a content owner that a User Posting allegedly does not conform to these TOS, edX may investigate the allegation and determine in its sole discretion whether to remove the User Posting, which it reserves the right to do at any time and without notice.</p>
<p>${_("<strong>Links to Other Sites.</strong> The Site may include hyperlinks to sites maintained or controlled by others. EdX and the edX Participants are not responsible for and do not routinely screen, approve, review or endorse the contents of or use of any of the products or services that may be offered at these sites. If you decide to access linked third party web sites, you do so at your own risk.")}</p>
<p><strong>Links to Other Sites.</strong> The Site may include hyperlinks to sites maintained or controlled by others. EdX and the edX Participants are not responsible for and do not routinely screen, approve, review or endorse the contents of or use of any of the products or services that may be offered at these sites. If you decide to access linked third party web sites, you do so at your own risk.</p>
<p>${_("<strong>TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, YOU AGREE THAT NEITHER EDX NOR ANY OF THE EDX PARTICIPANTS WILL BE LIABLE TO YOU FOR ANY LOSS OR DAMAGES, EITHER ACTUAL OR CONSEQUENTIAL, ARISING OUT OF OR RELATING TO THESE TERMS OF SERVICE, OR YOUR (OR ANY THIRD PARTY'S) USE OF OR INABILITY TO USE THE SITE, OR YOUR PLACEMENT OF CONTENT ON THE SITE, OR YOUR RELIANCE UPON INFORMATION OBTAINED FROM OR THROUGH THE SITE, WHETHER YOUR CLAIM IS BASED IN CONTRACT, TORT, STATUTORY OR OTHER LAW.</strong>")}</p>
<p><strong>TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, YOU AGREE THAT NEITHER EDX NOR ANY OF THE EDX PARTICIPANTS WILL BE LIABLE TO YOU FOR ANY LOSS OR DAMAGES, EITHER ACTUAL OR CONSEQUENTIAL, ARISING OUT OF OR RELATING TO THESE TERMS OF SERVICE, OR YOUR (OR ANY THIRD PARTY'S) USE OF OR INABILITY TO USE THE SITE, OR YOUR PLACEMENT OF CONTENT ON THE SITE, OR YOUR RELIANCE UPON INFORMATION OBTAINED FROM OR THROUGH THE SITE, WHETHER YOUR CLAIM IS BASED IN CONTRACT, TORT, STATUTORY OR OTHER LAW.</strong></p>
<p>${_("<strong>IN PARTICULAR, TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, NEITHER EDX NOR ANY OF THE EDX PARTICIPANTS WILL HAVE ANY LIABILITY FOR ANY CONSEQUENTIAL, INDIRECT, PUNITIVE, SPECIAL, EXEMPLARY OR INCIDENTAL DAMAGES, WHETHER FORESEEABLE OR UNFORESEEABLE AND WHETHER OR NOT EDX OR ANY OF THE EDX PARTICIPANTS HAS BEEN NEGLIGENT OR OTHERWISE AT FAULT (INCLUDING, BUT NOT LIMITED TO, CLAIMS FOR DEFAMATION, ERRORS, LOSS OF PROFITS, LOSS OF DATA OR INTERRUPTION IN AVAILABILITY OF DATA).</strong>")}</p>
<p><strong>IN PARTICULAR, TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, NEITHER EDX NOR ANY OF THE EDX PARTICIPANTS WILL HAVE ANY LIABILITY FOR ANY CONSEQUENTIAL, INDIRECT, PUNITIVE, SPECIAL, EXEMPLARY OR INCIDENTAL DAMAGES, WHETHER FORESEEABLE OR UNFORESEEABLE AND WHETHER OR NOT EDX OR ANY OF THE EDX PARTICIPANTS HAS BEEN NEGLIGENT OR OTHERWISE AT FAULT (INCLUDING, BUT NOT LIMITED TO, CLAIMS FOR DEFAMATION, ERRORS, LOSS OF PROFITS, LOSS OF DATA OR INTERRUPTION IN AVAILABILITY OF DATA).</strong></p>
<h2>${_("Indemnification")}</h2>
<h2>Indemnification</h2>
<p>${_("You agree to defend, hold harmless and indemnify edX and the edX Participants, and their respective subsidiaries, affiliates, officers, faculty, students, fellows, governing board members, agents and employees from and against any third-party claims, actions or demands arising out of, resulting from or in any way related to your use of the Site, including any liability or expense arising from any and all claims, losses, damages (actual and consequential), suits, judgments, litigation costs and attorneys' fees, of every kind and nature. In such a case, edX or one of the edX Participants will provide you with written notice of such claim, suit or action.")}</p>
<p>You agree to defend, hold harmless and indemnify edX and the edX Participants, and their respective subsidiaries, affiliates, officers, faculty, students, fellows, governing board members, agents and employees from and against any third-party claims, actions or demands arising out of, resulting from or in any way related to your use of the Site, including any liability or expense arising from any and all claims, losses, damages (actual and consequential), suits, judgments, litigation costs and attorneys' fees, of every kind and nature. In such a case, edX or one of the edX Participants will provide you with written notice of such claim, suit or action.</p>
<h2>${_("Miscellaneous")}</h2>
<h2>Miscellaneous</h2>
<p>${_("<strong>Termination Rights; Discontinuation of Courses and Content.</strong> You agree that edX, in its sole discretion, may terminate your use of the Site or your participation in it, for any reason or no reason, upon notice to you. It is edX's policy to terminate in appropriate circumstances users of the Site who are repeat copyright infringers. EdX and the edX Participants reserve the right at any time in their sole discretion to cancel, delay, reschedule or alter the format of any course offered through edX, or to cease providing any part or all of the Site content or related services, and you agree that neither edX nor any of the edX Participants will have any liability to you for such an action. If you no longer desire to participate in the Site, you may terminate your participation at any time. The rights granted to you hereunder will terminate upon any termination of your right to use the Site, but the other provisions of these TOS will survive any such termination. ")}</p>
<p><strong>Termination Rights; Discontinuation of Courses and Content.</strong> You agree that edX, in its sole discretion, may terminate your use of the Site or your participation in it, for any reason or no reason, upon notice to you. It is edX's policy to terminate in appropriate circumstances users of the Site who are repeat copyright infringers. EdX and the edX Participants reserve the right at any time in their sole discretion to cancel, delay, reschedule or alter the format of any course offered through edX, or to cease providing any part or all of the Site content or related services, and you agree that neither edX nor any of the edX Participants will have any liability to you for such an action. If you no longer desire to participate in the Site, you may terminate your participation at any time. The rights granted to you hereunder will terminate upon any termination of your right to use the Site, but the other provisions of these TOS will survive any such termination. </p>
<p>${_("<strong>Entire Agreement.</strong> These TOS, the Honor Code, and the Privacy Policy together constitute the entire agreement between you and edX with respect to your use of the Site, superseding any prior agreements between you and edX regarding your use of the Site.")}</p>
<p><strong>Entire Agreement.</strong> These TOS, the Honor Code, and the Privacy Policy together constitute the entire agreement between you and edX with respect to your use of the Site, superseding any prior agreements between you and edX regarding your use of the Site.</p>
<p>${_("<strong>Waiver and Severability of TOS.</strong> The failure of edX to exercise or enforce any right or provision of these TOS shall not constitute a waiver of such right or provision. If any provision of these TOS is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision and the other provisions of these TOS shall remain in full force and effect.")}</p>
<p><strong>Waiver and Severability of TOS.</strong> The failure of edX to exercise or enforce any right or provision of these TOS shall not constitute a waiver of such right or provision. If any provision of these TOS is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision and the other provisions of these TOS shall remain in full force and effect.</p>
<p>${_("<strong>Choice of Law/Forum Selection.</strong> You agree that these TOS and any claim or dispute arising out of or relating to these TOS or any content or service obtained from or through the Site will be governed by the laws of the Commonwealth of Massachusetts, excluding its conflicts of law provisions. You agree that all such claims and disputes will be heard and resolved exclusively in the federal or state courts located in and serving Cambridge, Massachusetts, U.S.A. You consent to the personal jurisdiction of those courts over you for this purpose, and you waive and agree not to assert any objection to such proceedings in those courts (including any defense or objection of lack of proper jurisdiction or venue or inconvenience of forum).")}</p>
<p><strong>Choice of Law/Forum Selection.</strong> You agree that these TOS and any claim or dispute arising out of or relating to these TOS or any content or service obtained from or through the Site will be governed by the laws of the Commonwealth of Massachusetts, excluding its conflicts of law provisions. You agree that all such claims and disputes will be heard and resolved exclusively in the federal or state courts located in and serving Cambridge, Massachusetts, U.S.A. You consent to the personal jurisdiction of those courts over you for this purpose, and you waive and agree not to assert any objection to such proceedings in those courts (including any defense or objection of lack of proper jurisdiction or venue or inconvenience of forum).</p>
<p>${_("<strong>Effective Date:</strong> September 26, 2012")}</p>
<p><strong>Effective Date:</strong> September 26, 2012</p>
</div>
</section>
......@@ -405,7 +405,7 @@
<h4 class="title">${_('Accommodations Request')}</h4>
<p class="details">${_('Your requested accommodations have been reviewed and processed. You are allowed no accommodations.')}</p>
<p class="action">${_('Please {contact_link_start}contact edX at exam-help@edx.org{contact_link_end}.').format(contact_link_start='<a class="contact-link" href="{}"'.format(exam_help_href), contact_link_end='</a>')}</p>
<p class="action">${_('Please {contact_link_start}contact {edX} at ${exam_help}{contact_link_end}.').format(contact_link_start='<a class="contact-link" href="{}">'.format(exam_help_href), contact_link_end='</a>', edX="edX", exam_help="exam-help@edx.org")}</p>
</li>
% endif
......
<%! from django.utils.translation import ugettext as _ %>
<div class="modal hide fade" id="cheatsheetModal">
<a href="#" class="close-btn">${_("×")}</a>
<a href="#" class="close-btn">×</a>
<div id="cheatsheet-body" class="modal-body">
<div class="left-column">
<section>
......@@ -15,7 +15,7 @@
<pre>${_("[Article Name](wiki:ArticleName)")}</pre>
</section>
<section>
<h3>${_("edX Additions:")}</h3>
<h3>${_("{edX} Additions:").format(edX="edX")}</h3>
<pre>
circuit-schematic:</pre>
<pre>
......@@ -28,8 +28,8 @@ $LaTeX Math Expression$</pre>
<h3>${_("Useful examples:")}</h3>
<pre>
${_("http://wikipedia.org\
[Wikipedia](http://wikipedia.org)\
[edX Wiki](wiki:/edx/)")}</pre>
[{Wikipedia}](http://wikipedia.org)\
[{edX} Wiki](wiki:/edx/)").format(edX="edX", Wikipedia="Wikipedia")}</pre>
<pre>
${_("Huge Header")}
===========</pre>
......
<%! from django.utils.translation import ugettext as _ %>
{% extends "wiki/article.html" %}
{% load wiki_tags i18n humanize %}
{% load url from future %}
......@@ -21,7 +20,7 @@
<div class="modal upload-modal hide fade" id="upload-modal">
<div class="modal-inner-wrapper">
<h4>${_("Upload File")}</h4>
<h4>{% trans "Upload File" %}</h4>
<form method="POST" class="form-vertical" id="attachment_form" enctype="multipart/form-data">
{% wiki_form form %}
<button type="submit" name="save" value="1" class="btn btn-primary">
......@@ -33,7 +32,7 @@
<div class="modal search-file-modal hide fade" id="search-file-modal">
<div class="modal-inner-wrapper">
<h4>${_("Search files and articles")}</h4>
<h4>{% trans "Search files and articles" %}</h4>
<p>{% trans "You can reuse files from other articles. These files are subject to updates on other articles which may or may not be a good thing." %}</p>
<form method="GET" action="{% url 'wiki:attachments_search' path=urlpath.path article_id=article.id %}" class="form-search">
{{ search_form.query }}
......@@ -128,7 +127,7 @@
</div>
</li>
{% empty %}
<p style="margin-bottom: 20px;"><em>{% trans "There are no attachments for this article." %}</em></p>
<p style="margin-bottom: 20px;"><em>{% trans "There are no attachments for this article." %}</em></p>
{% endfor %}
</ul>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment