jobs.html 6.48 KB
Newer Older
1
<%namespace name='static' file='../static_content.html'/>
2

3
<%inherit file="../main.html" />
4

5 6
<%block name="title"><title>Jobs</title></%block>

7
<section class="container jobs">
Matthew Mongeau committed
8
  <h1>Do You Want to Change the Future of Education?</h1>
9 10
  <hr class="horizontal-divider">

Galen Frechette committed
11
  <section class="message">
12 13
    <div class="inner-wrapper">
      <div class="photo">
Matthew Mongeau committed
14
        <img src="${static.url('images/jobs.jpeg')}">
15
      </div>
16
      <header>
Matthew Mongeau committed
17 18
      <h2>Our mission is to transform learning.</h2>

19
      <blockquote>
David Ormsbee committed
20
        <p>&ldquo;EdX represents a unique opportunity to improve education on our campuses through online learning, while simultaneously creating a bold new educational path for millions of learners worldwide.&rdquo;</p>
21 22
        <cite>&mdash;Rafael Reif, MIT President </cite>
      </blockquote>
Matthew Mongeau committed
23

24 25 26 27 28
      <blockquote>
        <p>&ldquo;EdX gives Harvard and MIT an unprecedented opportunity to dramatically extend our collective reach by conducting groundbreaking research into effective education and by extending online access to quality higher education.&rdquo;</p>
        <cite>&mdash;Drew Faust, Harvard President</cite>
      </blockquote>
      </header>
29 30
    </div>
  </section>
31
  <hr class="horizontal-divider">
32 33
  <section class="jobs-wrapper">
    <section class="jobs-listing">
34
      <article id="edx-fellow" class="job">
35
        <div class="inner-wrapper">
36
          <h3>EdX Fellow</h3>
37 38 39 40 41 42 43 44 45 46
          <p>EdX Fellows focus on the development of innovative solutions for online teaching, learning, and research. They create and manage partnerships with faculty and staff from edX universities in the development, implementation, and evaluation of online courses and related learning products. EdX is seeking candidates with doctoral degrees in the social sciences, humanities, natural sciences, engineering, or education, who are committed to the development of innovative pedagogies to improve online teaching and learning.</p>
          <p>An ideal candidate will have:</p>
          <ul>
            <li>experience in teaching and developing online courses, preferably in higher education</li>
            <li>exceptional written and communication skills</li>
            <li>experience in facilitating and convening teams of higher education faculty</li>
            <li>a broad knowledge of, and experience with, research in online learning</li> <li>exceptional organizational and communication skills</li>
            <li>proven success in digital project management.</li>
            <li>strong background in working with LMS &amp; CMS environments</li>
          </ul>
47
          <p>Ability to work in a fast-paced, highly collaborative environment is essential.</p>
48
          <p>If you are interested in this position, please send an email to <a href="mailto:jobs@edx.org">jobs@edx.org</a>.</p>
49 50
        </div>
      </article>
51
      <article id="course-manager" class="job">
52
        <div class="inner-wrapper">
53 54 55 56 57 58 59 60 61 62 63 64 65
          <h3>EdX Course Manager</h3>
          <p>Course Managers support edX Fellows and related content staff in the creation and implementation of online courses and other learning products.  Course Managers are involved in the complete life-cycle of edX courses, from initial concept through development, launch, and data collection.  EdX is seeking Course Managers who have a masters or doctorate degree.</p>
          <p>An ideal candidate will have:</p>
          <ul>
            <li>significant operational experience with online teaching and learning environments; CMS, LMS systems, and with API feature sets.</li>
            <li>a broad knowledge of higher education content disciplines</li>
            <li>experience with innovative instructional design practices</li>
            <li>exceptional organizational and communication skills</li>
            <li>proven success in digital project management</li>
            <li>a working knowledge of basic computer programming skills, e.g. Python, XML, HTML5</li>
          </ul>
          <p>Ability to work in a fast-paced, highly collaborative environment is essential.</p>
          <p>If you are interested in this position, please send an email to <a href="mailto:jobs@edx.org">jobs@edx.org</a></p>
66 67
        </div>
      </article>
68 69
      <article id="content-engineer" class="job">
        <div class="inner-wrapper">
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
          <h3>EdX Content Engineer</h3>
          <p>Content Engineers support edX Fellows and edX Course Managers in the overall technical development of course content, assessments, and domain-specific online tools. Tasks include developing graders for rich problems, designing automated tools for import of problems from other formats, as well as creating new ways for students to interact with domain-specific problems in the system.</p>
          <p>A candidate must have:</p>
          <ul>
            <li>Python or JavaScript development experience</li>
            <li>A deep interest in pedagogy and education</li>
          </ul>
          <p>Knowledge of GWT or Backbone.js a plus.</p> <p>If you are interested in this position, please send an email to <a href="mailto:jobs@edx.org">jobs@edx.org</a>.</p>
        </div>
      </article>
      <article id="platform-developer" class="job">
        <div class="inner-wrapper">
          <h3>Platform Developer</h3>
          <p>Platform Developers build the core learning platform that powers edX, writing both front-end and back-end code. They tackle a wide range of technical challenges, and so the best candidates will have a strong background in one or more of the following areas: machine learning, education, user interaction design, big data, social network analysis, and devops. Specialists are encouraged to apply, but team members often wear many hats. Our ideal candidate would have excellent coding skills, a proven history of delivering projects, and a deep research background.</p>
          <p>If you are interested in this position, please send an email to <a href="mailto:jobs@edx.org">jobs@edx.org</a></p>
85 86 87 88 89 90
        </div>
      </article>
    </section>
    <section class="jobs-sidebar">
      <h2>Positions</h2>
      <nav>
91
        <a href="#edx-fellow">EdX Fellow</a>
92 93
        <a href="#course-manager">EdX Course Manager</a>
        <a href="#content-engineer">EdX Content Engineer</a>
94
        <a href="#platform-developer">Platform Developer</a>
95 96
      </nav>
      <h2>How to Apply</h2>
97
      <p>E-mail your resume, coverletter and any other materials to <a href="mailto:jobs@edx.org">jobs@edx.org</a></p>
98
      <h2>Our Location</h2>
99
      <p>11 Cambridge Center <br>
100
      Cambridge, MA 02142</p>
101 102 103
    </section>
  </section>
</section>