diff --git a/lms/static/images/about_1.jpg b/lms/static/images/about_1.jpg new file mode 100644 index 0000000000..c21f7ee836 Binary files /dev/null and b/lms/static/images/about_1.jpg differ diff --git a/lms/static/images/brazilstory_blog_arthur.jpg b/lms/static/images/brazilstory_blog_arthur.jpg new file mode 100644 index 0000000000..f207bbbf7e Binary files /dev/null and b/lms/static/images/brazilstory_blog_arthur.jpg differ diff --git a/lms/static/images/laffont_temp.jpg b/lms/static/images/laffont_temp.jpg new file mode 100644 index 0000000000..caaedc844f Binary files /dev/null and b/lms/static/images/laffont_temp.jpg differ diff --git a/lms/static/sass/_about_pages.scss b/lms/static/sass/_about_pages.scss index 2a19033b49..ab27f5d9cb 100644 --- a/lms/static/sass/_about_pages.scss +++ b/lms/static/sass/_about_pages.scss @@ -37,6 +37,14 @@ margin-bottom: 80px; } + h2.mission-quote { + font-style: italic; + margin: 0 auto 120px;; + text-align: center; + text-transform: none; + width: flex-grid(10); + } + .message { @include clearfix; margin-bottom: 60px; @@ -60,7 +68,7 @@ img { background: rgb(245,245,245); display: block; - height: 200px; + //height: 200px; width: 100%; } } @@ -88,6 +96,19 @@ margin-bottom: 0px; } } + + .partners { + @include clearfix; + + > article { + float: left; + width: flex-grid(6); + + &:first-child { + margin-right: flex-gutter(); + } + } + } } .faq { @@ -146,27 +167,6 @@ } .press { - - .press-resources { - @include clearfix; - margin-bottom: 60px; - - .pressreleases, .identity-assets { - background: rgb(245,245,245); - border: 1px solid rgb(200,200,200); - @include box-sizing(border-box); - @include border-radius(4px); - float: left; - padding: 20px 30px; - text-align: center; - width: flex-grid(6); - } - - .pressreleases { - margin-right: flex-gutter(); - } - } - .press-story { border-bottom: 1px solid rgb(220,220,220); @include clearfix; diff --git a/lms/static/sass/_course_about.scss b/lms/static/sass/_course_about.scss index 77c9435602..02b7f9c43b 100644 --- a/lms/static/sass/_course_about.scss +++ b/lms/static/sass/_course_about.scss @@ -10,21 +10,21 @@ @include box-shadow(0 1px 80px 0 rgba(0,0,0, 0.5)); border-bottom: 1px solid rgb(100,100,100); @include box-shadow(inset 0 1px 5px 0 rgba(0,0,0, 0.1)); + height: 280px; margin-top: -69px; + padding-top: 150px; overflow: hidden; - padding: 134px 0px 60px; position: relative; width: 100%; .intro-inner-wrapper { - background: rgba(255,255,255, 0.9); + background: rgba(255,255,255, 0.93); border: 1px solid rgb(100,100,100); @include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5)); @include box-sizing(border-box); @include clearfix; margin: 0 auto; max-width: 1200px; - padding: 0px 10px; position: relative; width: grid-width(12); z-index: 2; @@ -34,6 +34,7 @@ @include box-sizing(border-box); @include clearfix; float: left; + height: 180px; padding: 20px 20px; position: relative; width: flex-grid(8) + flex-gutter(); @@ -42,8 +43,8 @@ > hgroup { border-bottom: 1px solid rgb(210,210,210); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6)); - margin-bottom: 30px; - padding-bottom: 15px; + margin-bottom: 27px; + padding-bottom: 20px; width: 100%; h1 { @@ -100,18 +101,20 @@ } .media { - background: #fff; + background: transparent; border-left: 1px solid rgb(100,100,100); @include box-sizing(border-box); display: block; float: right; - padding: 1px; + height: 180px; + padding: 20px; position: relative; width: flex-grid(4); z-index: 2; .hero { - height: 180px; + border: 1px solid rgb(100,100,100); + height: 100%; overflow: hidden; position: relative; diff --git a/lms/static/sass/_courses.scss b/lms/static/sass/_courses.scss index c78ba37878..b4e20efd46 100644 --- a/lms/static/sass/_courses.scss +++ b/lms/static/sass/_courses.scss @@ -4,10 +4,10 @@ header.search { background: rgb(240,240,240); - //@include background-image(url('/static/images/shot-2-large.jpg')); background-size: cover; border-bottom: 1px solid rgb(100,100,100); @include box-shadow(inset 0 -1px 8px 0 rgba(0,0,0, 0.2), inset 0 1px 12px 0 rgba(0,0,0, 0.3)); + height: 430px; margin-top: -69px; width: 100%; @@ -15,26 +15,13 @@ height: 120px; margin: 0 auto; max-width: 1200px; - overflow: hidden; - padding: 154px 0px 80px; + padding-top: 200px; position: relative; text-align: center; width: flex-grid(12); - &::before { - @include background-image(radial-gradient(50% 50%, circle closest-side, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%)); - bottom: -300px; - content: ""; - display: none; - height: 600px; - margin: 0 auto; - position: absolute; - width: 100%; - z-index: 1; - } - > hgroup { - background: rgba(255,255,255, 0.9); + background: rgba(255,255,255, 0.93); border: 1px solid rgb(100,100,100); @include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5)); padding: 20px 30px; diff --git a/lms/static/sass/_home.scss b/lms/static/sass/_home.scss index a41009c9ff..1de6a7918f 100644 --- a/lms/static/sass/_home.scss +++ b/lms/static/sass/_home.scss @@ -8,218 +8,179 @@ border-bottom: 1px solid rgb(80,80,80); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.9), inset 0 -1px 5px 0 rgba(0,0,0, 0.1)); @include clearfix; + height: 430px; margin-top: -69px; overflow: hidden; - padding: 149px 0px 90px; + padding: 0px; width: flex-grid(12); .outer-wrapper { @extend .animation-home-header-pop-up; - max-width: 1200px; margin: 0 auto; - padding: 0 10px; + padding: 200px 10px 0px; position: relative; - text-align: center; - - &:hover { - .main-cta { - @include box-shadow(0 1px 16px 0 rgba($blue, 0.35)); - } - } - } - - .inner-wrapper { - background: rgba(255,255,255, 0.9); - border: 1px solid rgb(100,100,100); - @include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5)); - @include inline-block; - padding: 20px 30px 30px; - position: relative; - text-align: center; - z-index: 1; + width: grid-width(12); } .title { + background: rgba(255,255,255, 0.93); + border: 1px solid rgb(100,100,100); + @include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5)); + @include box-sizing(border-box); + height: 120px; @include inline-block; + margin-left: grid-width(1) + $gw-gutter; + margin-right: $gw-gutter; position: relative; - text-align: left; - vertical-align: middle; + text-align: center; + @include transition(all, 0.2s, linear); + vertical-align: top; - &::after { - @extend .faded-vertical-divider-light; - content: ""; - display: block; - height: 170px; - position: absolute; - right: -1px; - top: -20px; - } + &:hover { + height: 165px; - h1 { - border-bottom: 1px solid rgb(200,200,200); - margin-bottom: 25px; - padding-bottom: 15px; - text-align: left; - text-shadow: 0 1px rgba(255,255,255, 0.6); - } - - .main-cta { - @include clearfix; - float: left; - margin-right: flex-gutter(); - @include transition(all, 0.15s, linear); - width: flex-grid(6); - - > a.find-courses { - @include button(shiny, $blue); - @include box-sizing(border-box); - @include border-radius(3px); - display: block; - font: normal 1.2rem/1.6rem $sans-serif; - letter-spacing: 1px; - padding: 10px 0px; - text-transform: uppercase; - text-align: center; - width: flex-grid(12); - - &:hover { - color: rgb(255,255,255); + > hgroup { + h1 { + border-bottom: 1px solid rgb(200,200,200); + padding-bottom: 10px; } - } - } - - .secondary-actions { - @include box-sizing(border-box); - @include clearfix; - float: left; - height: 47px; - width: flex-grid(6); - - a.intro-video { - background: rgb(245,245,245); - @include background-image(linear-gradient(-90deg, rgb(250,250,250), rgb(235,235,235))); - border: 1px solid rgb(200,200,200); - @include border-radius(30px); - @include box-sizing(border-box); - @include box-shadow(inset 0 -1px 0 0 rgba(255,255,255, 0.8), inset 0 1px 0 0 rgba(255,255,255, 0.8)); - @include clearfix; - display: block; - float: left; - height: 100%; - overflow: hidden; - text-align: middle; - width: flex-grid(6); - - &:hover { - text-decoration: none; - - p { - color: $base-font-color; - } - - .video { - opacity: 1; - } - } - - .video { - @include background-image(url('/static/images/shot-2-large.jpg')); - background-size: cover; - border-right: 1px solid rgb(200,200,200); - @include border-left-radius(30px); - @include box-shadow(1px 0 0 0 rgba(255,255,255, 0.6), inset 1px 0 0 0 rgba(255,255,255, 0.8), inset 0 0 0 1px rgba(255,255,255, 0.7)); - float: left; - height: 100%; - opacity: 0.8; - position: relative; - @include transition(all, 0.15s, linear); - width: 60px; - vertical-align: middle; - - .play { - @include background-image(url('/static/images/portal-icons/video-play-icon.png')); - background-size: cover; - height: 31px; - margin-left: -13px; - margin-top: -15px; - left: 50%; - position: absolute; - top: 50%; - width: 31px; - } - } - - p { - color: $lighter-base-font-color; - font-style: italic; - padding-top: 10px; - text-align: center; - text-shadow: 0 1px rgba(255,255,255, 0.6); - @include transition(all, 0.15s, linear); - vertical-align: middle; - } - } - .social-sharing { - @include box-sizing(border-box); - float: left; - height: 44px; - margin-right: flex-gutter(); - position: relative; - text-align: center; - width: flex-grid(6); - - &:hover { - .sharing-message { - opacity: 1; - top: 56px; - } - } - - .sharing-message { - @include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.9) 0%, - rgba(0,0,0, 0.7) 100%)); - border: 1px solid rgba(0,0,0, 0.5); - @include border-radius(4px); - @include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5)); - @include box-sizing(border-box); - color: rgb(255,255,255); - float: right; - font-family: $serif; - font-size: 0.9em; - font-style: italic; - left: 50%; - margin-left: -110px; + h2 { opacity: 0; - padding: 6px 10px; - position: absolute; + } + } + + .actions { + opacity: 1; + } + } + + > hgroup { + @include box-sizing(border-box); + height: 120px; + @include inline-block; + left: 0px; + opacity: 1; + padding: 20px 30px; + top: 0px; + @include transition(all, 0.2s, linear); + text-align: left; + + h1 { + margin-bottom: 0px; + text-align: left; + text-shadow: 0 1px rgba(255,255,255, 0.6); + text-transform: none; + } + + h2 { + font-style: italic; + margin-bottom: 0px; + text-transform: lowercase; + } + } + + .actions { + @include clearfix; + @include box-sizing(border-box); + left: 0px; + opacity: 0; + padding: 20px 30px 0px; + position: absolute; + @include transition(opacity, 0.2s, linear); + top: 75px; + width: flex-grid(12); + + .main-cta { + float: left; + margin-right: flex-gutter(); + width: flex-grid(6); + + > a.find-courses { + @include button(shiny, $blue); + @include box-sizing(border-box); + @include border-radius(3px); + display: block; + font: normal 1.2rem/1.6rem $sans-serif; + letter-spacing: 1px; + padding: 10px 0px; + text-transform: uppercase; text-align: center; - @include transition(all, 0.15s, ease-out); - top: 65px; - width: 220px; + width: flex-grid(12); &:hover { - opacity: 0; + color: rgb(255,255,255); } } + } - .share { + .secondary-actions { + @include box-sizing(border-box); + @include clearfix; + float: left; + width: flex-grid(6); + + .social-sharing { + @include box-sizing(border-box); + float: left; height: 44px; - @include inline-block; - margin-right: 10px; - opacity: 0.5; - @include transition(all, 0.15s, linear); - width: 44px; + margin-right: flex-gutter(); + position: relative; + text-align: center; + width: flex-grid(12); &:hover { - opacity: 1; + .sharing-message { + opacity: 1; + top: 50px; + } } - img { - width: 100%; + .sharing-message { + @include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.9) 0%, + rgba(0,0,0, 0.7) 100%)); + border: 1px solid rgba(0,0,0, 0.5); + @include border-radius(4px); + @include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5)); + @include box-sizing(border-box); + color: rgb(255,255,255); + float: right; + font-family: $serif; + font-size: 0.9em; + font-style: italic; + left: 50%; + margin-left: -110px; + opacity: 0; + padding: 6px 10px; + position: absolute; + text-align: center; + @include transition(all, 0.15s, ease-out); + top: 25px; + width: 220px; + + &:hover { + opacity: 0; + } } - &:last-child { - margin-right: 0px; + .share { + height: 44px; + @include inline-block; + margin-right: 10px; + opacity: 0.5; + @include transition(all, 0.15s, linear); + width: 44px; + + &:hover { + opacity: 1; + } + + img { + width: 100%; + } + + &:last-child { + margin-right: 0px; + } } } } @@ -227,20 +188,23 @@ } .media { - background: #fff; - border: 1px solid rgb(200,200,200); + background: rgba(255,255,255, 0.93); + border: 1px solid rgb(100,100,100); @include box-sizing(border-box); - float: left; + @include box-shadow(0 4px 25px 0 rgba(0,0,0, 0.5)); + height: 120px; @include inline-block; - padding: 1px; + padding: 4px; position: relative; - vertical-align: middle; - //width: 210px; - width: flex-grid(3); + vertical-align: top; + width: 210px; z-index: 2; + &:hover { + text-decoration: underline; + } + .hero { - //height: 125px; height: 100%; overflow: hidden; position: relative; @@ -249,15 +213,16 @@ @include background-image(linear-gradient(-90deg, rgba(0,0,0, 0.65), rgba(0,0,0, 0.75))); @include border-radius(4px); @include box-shadow(0 1px 12px 0 rgba(0,0,0, 0.4)); + @include box-sizing(border-box); border: 2px solid rgba(255,255,255, 0.8); - height: 80px; + height: 60px; left: 50%; - margin-top: -40px; - margin-left: -40px; + margin-top: -30px; + margin-left: -30px; position: absolute; top: 50%; @include transition(all, 0.15s, linear); - width: 80px; + width: 60px; &::after { color: rgba(255,255,255, 0.8); @@ -491,10 +456,14 @@ .news { @include box-sizing(border-box); + @include box-shadow(inset 0 0 3px 0 rgba(0,0,0, 0.15)); padding: 20px; width: flex-grid(12); .blog-posts { + border-bottom: 1px solid rgb(220,220,220); + margin-bottom: 20px; + padding-bottom: 20px; @include clearfix; > article { @@ -552,11 +521,28 @@ .post-date { color: $lighter-base-font-color; + display: none; letter-spacing: 1px; } } } } + + .press-links { + h3 { + display: inline; + font-family: $sans-serif; + font-weight: 700; + line-height: 1.6em; + } + + a { + line-height: 1.6em; + font-family: $serif; + font-style: italic; + margin-left: 10px; + } + } } } } diff --git a/lms/static/sass/base/_base.scss b/lms/static/sass/base/_base.scss index 0111041188..74acda310b 100644 --- a/lms/static/sass/base/_base.scss +++ b/lms/static/sass/base/_base.scss @@ -18,7 +18,7 @@ h1 { letter-spacing: 1px; margin-bottom: 30px; text-align: center; - text-transform: uppercase; + //text-transform: uppercase; } h2 { diff --git a/lms/templates/contact.html b/lms/templates/contact.html new file mode 100644 index 0000000000..01c83876c0 --- /dev/null +++ b/lms/templates/contact.html @@ -0,0 +1,36 @@ +<%namespace name='static' file='static_content.html'/> + +<%inherit file="main.html" /> + +
+ + +
+
+ +
+
+

Class Feedback

+

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 class.

+ +

General Inqueries and Feedback

+

If you have a general question about edX please email info@edx.org. To see if your question has already been answered, visit our FAQ page. Though we may not have a chance to respond to every email, we take all feedback into consideration.

+ +

Technical Inqueries and Feedback

+

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 technical@edx.org. 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: bugs@edx.org.

+ +

Media

+

Please visit our media/press page for more information. 
For any media or press enquiries, please email press@edx.org.

+ +

Universities

+

If you are a university wishing to Collaborate or with questions about edX, please email university@edx.org.

+ +
+
+
+ diff --git a/lms/templates/course.html b/lms/templates/course.html index ab6067c6ea..37a25c7526 100644 --- a/lms/templates/course.html +++ b/lms/templates/course.html @@ -19,7 +19,7 @@
- ${course.get_about_section('short_description')} +

${course.get_about_section('short_description')}

${course.get_about_section('university')} diff --git a/lms/templates/index.html b/lms/templates/index.html index d06c62de45..cfea05531c 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -6,10 +6,13 @@
-
-
-

Online education for anyone, anywhere, at anytime

+
+
+

The Future of Online Education

+

For anyone, anywhere, anytime.

+
+
@@ -27,19 +30,18 @@
- - - -
-
-
-

Play intro video

-
-
+
+ + +
+ +
+
+
+ + @@ -106,6 +108,10 @@ %endfor + diff --git a/lms/templates/static_templates/about.html b/lms/templates/static_templates/about.html index 0c0ddc484a..9ddc1be307 100644 --- a/lms/templates/static_templates/about.html +++ b/lms/templates/static_templates/about.html @@ -12,35 +12,38 @@
-
+

“The mission of edX 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.”

+ +
- +

About edX

-

EdX is a joint partnership between The Massachusetts Institute of Technology (MIT) and Harvard University to offer online learning to millions of people around the world. EdX offer Harvard and MIT classes online for free. Through this partnership, with other partners to follow, the institutions aim to extend their collective reach to build a global community of online students.

+

EdX is a joint partnership between The Massachusetts Institute of Technology (MIT) and Harvard University to offer online learning to millions of people around the world. EdX offers Harvard and MIT classes online for free. Through this partnership, with other partners to follow, the institutions aim to extend their collective reach to build a global community of online students

MIT’s Director of the Computer Science and Artificial Intelligence Laboratory Anant Agarwal serves as the first president of edX, and Harvard’s Faculty of Arts and Sciences Dean Michael D. Smith leads faculty in developing courses. Along with offering online courses, the institutions will use edX to research how students learn and how technology can facilitate teaching—both on-campus and online.

EdX is based on an open-source technological platform that provides interactive educational materials designed specifically for the web, and is available to anyone in the world with an internet connection.

-

Harvard and MIT have created edX open-source software and invite interested institutions to join edX with their own educational content. EdX is a Cambridge-based not-for-profit, equally owned and funded by Harvard and MIT

+

EdX is a Cambridge-based not-for-profit, equally owned and funded by Harvard and MIT.


-
+
- +

Harvard University

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. For students who are excited to investigate the biggest issues of the 21st century, Harvard offers an unparalleled student experience and a generous financial aid program, with over $160 million awarded to more than 60% of our undergraduate students. The University has twelve degree-granting Schools in addition to the Radcliffe Institute for Advanced Study, offering a truly global education.

-

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.

+

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. +Massachusetts Institute of Technology


-
+
- +

Massachusetts Institute of Technology

@@ -49,6 +52,9 @@

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.

+ +
+
diff --git a/lms/templates/static_templates/contact.html b/lms/templates/static_templates/contact.html index 690e6c9fdf..894c96e225 100644 --- a/lms/templates/static_templates/contact.html +++ b/lms/templates/static_templates/contact.html @@ -24,11 +24,21 @@
  • Suggestions: suggestions@mitx.mit.edu

  • -

    Physical Address

    - +

    Class Feedback

    +

    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 class.

    + +

    General Inqueries and Feedback

    +

    If you have a general question about edX please email info@edx.org. To see if your question has already been answered, visit our FAQ page. Though we may not have a chance to respond to every email, we take all feedback into consideration.

    + +

    Technical Inqueries and Feedback

    +

    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 technical@edx.org. 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: bugs@edx.org.

    + +

    Media

    +

    Please visit our media/press page for more information. 
For any media or press enquiries, please email press@edx.org.

    + +

    Universities

    +

    If you are a university wishing to Collaborate or with questions about edX, please email university@edx.org.

    +
    diff --git a/lms/templates/static_templates/faq.html b/lms/templates/static_templates/faq.html index 5d60f3a53d..74a5cd42da 100644 --- a/lms/templates/static_templates/faq.html +++ b/lms/templates/static_templates/faq.html @@ -15,125 +15,124 @@
    -

    The Organization

    +

    Category

    What is edX?

    -

    An organization established by MIT and Harvard that will develop an open-source technology platform to deliver online courses. EdX will support Harvard and MIT faculty in conducting research on teaching and learning on campus through tools that enrich classroom and laboratory experiences. At the same time, edX also will reach learners around the world through online course materials. The edX website will begin by hosting MITx and Harvardx content, with the goal of aping content from other universities interested in joining the platform.

    +

    edX is a Cambridge-based not-for-profit, equally owned and governed by the Massachusetts Institute of Technology (MIT) and Harvard University to offer online learning to millions of people around the world. edX offers Harvard, MIT and Berkeley classes online for free. Through this partnership, with other partners to follow, the institutions aim to extend their collective reach to build a global community of online students.

    -

    What are MITx and Harvardx?

    -

    Portfolios of MIT and Harvard online courses offered to learners around the world through edX.

    +

    Why was edX established?

    +

    To transform learning and enhance education on campus and around the world:

    +
      +
    • On campus, edX research will enhance our understanding of how students learn and how technologies can best be used as part of our larger efforts to improve teaching and learning.

    • +
    • Beyond our campuses, edX will expand access to education, allow for certificates of mastery to be earned by able learners.

    • +
    +
    + +
    +

    What are MITx, HarvardX and BerkeleyX?

    +

    Portfolios of MIT, Harvard and Berkeley online courses offered to learners around the world through edX.

    What technology will edX use?

    -

    An open-source online learning platform that will feature teaching 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. 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.

    -
    - -
    -

    Is there anything innovative about the online technology?

    -

    Yes. It will move beyond the standard model of online education that relies on watching video content and will offer an interactive experience for students. And the technology will be open source; other universities will be able to leverage the innovative technology to create their own online offerings.

    -
    - -
    -

    Why are MIT and Harvard doing this?

    -

    To improve education on campus and around the world:

    -
      -
    • -

      On campus, edX research will enhance our understanding of how students learn and how technologies can best be used as part of our larger efforts to improve teaching and learning.

      -
    • -
    • -

      Beyond our campuses, edX will expand access to education, allow for certificates of mastery to be earned by able learners, and make the open source platform available to other institutions.

      -
    • -
    -
    -
    - -
    -

    Technology Platform

    - -
    -

    Why did Harvard and MIT decide to partner with each other?

    -

    We share a vision for greater access to education. Based on our long history of collaboration, we know we can leverage our strengths to best serve the world.

    +

    An open-source online learning platform that will feature teaching 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. 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.

    How is this different from what other universities are doing online?

    -

    EdX will be entirely our universities’ shared educational missions. Also, a primary goal of edX is to improve teaching and learning on campus by supporting faculty from both universities in conducting significant research on how students learn.

    +

    edX is a not-for-profit built by the shared educational missions of its founding partners, Harvard University and MIT. Also, a primary goal of edX is to improve teaching and learning on campus by supporting faculty in conducting significant research on how students learn.

    Who will lead edX?

    -

    EdX is a priority for the leadership of both Harvard and MIT, and it will be governed by a board made up of key leaders from both institutions, appointed by each university’s president. MIT Professor of Electrical Engineering and Computer Science Anant Agarwal will be the initial President of edX and will report to the board.

    -
    - -
    -

    Does the effort have a staff?

    -

    EdX is a significant undertaking that will require significant resources. The full scope of the staff has not been determined, but there will be a dedicated staff to the initiative.

    +

    edX is governed by a board made up by key leaders from Harvard and MIT. MIT Professor Anant Agarwal, formerly Director of the Computer Science and Artificial Intelligence Laboratory at MIT, serves as the first president of edX.

    -
    -

    Learning Objectives

    +
    +

    Category

    Who can take edX courses? Will there be an admissions process?

    -

    EdX will be available to anyone in the world with an internet connection, and in general, there will not be an admissions process. For a modest fee, and as determined by the edX board, MIT and Harvard, credentials will be granted only to students who earn them by demonstrating mastery of the material of a subject.

    +

    edX will be available to anyone in the world with an internet connection, and in general, there will not be an admissions process.

    -

    Will the certificates be awarded by Harvard and/or MIT?

    -

    As determined by the edX board, MIT and Harvard, online learners who demonstrate mastery of subjects could earn a certificate of completion, but such certificates would not be issued under the name Harvard or MIT.

    +

    Will certificates be awarded?

    +

    Online learners who demonstrate mastery of subjects could earn a certificate of completion. Such certificates will be issued by edX under the name of the underlying X University from where the course originated, i.e. HarvardX, MITx or BerkeleyX.

    -

    What will the scope of the online courses be? How many? Which faculty?

    -

    Our goal is to offer a wide variety of courses across disciplines.

    +

    What will the scope of the online courses be? How many? Which faculty?

    +

    Our goal is to offer a wide variety of courses across disciplines. There are currently seven courses planned for the Fall 2012 [Link to courses page].

    -

    Will Harvard and MIT students be able to take these courses for credit?

    -

    No. MITx and Harvardx courses will not be offered for credit at either university. The online content will be used to extend and enrich on campus courses.

    -
    -
    - -
    -

    The Students

    - -
    -

    How will success be measured?

    -

    Progress in student learning research and the demand for online courses will both be measured as indications of success. However, a plan for measuring the full success of edX will be developed in consultation with faculty from MIT and Harvard.

    +

    Will on-campus students at partner institutions be able to take these courses for credit?

    +

    No. Courses will not be offered for credit at partner universities. The online content will be used to extend and enrich on campus courses. Do we need to keep this?

    Who is the learner? Domestic or international? Age range?

    -

    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.

    +

    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. Add stats from first course – how many countries… age range.

    -

    Many institutions are partnering in this space. Is the MIT/Harvard partnership exclusive? Will other institutions be able to collaborate with edX?

    -

    It is our intention that over time other universities will join MIT and Harvard in offering courses on the edX platform. The gathering of many universities’ educational content together on one site will enable learners worldwide to access the course content of any participating university from a single website, and to use a set of online educational tools shared by all participating universities.

    +

    Many institutions are partnering in this space. Will other institutions be able to collaborate with edX?

    +

    In July of 2012 edX announced the addition of the University of California Berkeley to the edX educational space. The gathering (or consortium) of many universities’ educational content together on one site will enable learners worldwide to access the course content of any participating university from a single website, and to use a set of online educational tools shared by all participating universities. We plan to add many more institutions to this growing online initiative.

    -

    Will MIT and Harvard standards apply here?

    +

    Why is Berkeley joining edX?

    +

    Like Harvard and MIT, Berkeley shares edX mission “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”.

    +

    Berkeley shares edX commitment to the not-for-profit model as a way to transform learning and enhance education on campus and around the world.

    +
    +
    + +
    +

    Category

    + +
    +

    What are the specific arrangements between Berkeley and edX?

    +

    Berkeley will chair the to-be-formed X University consortium, which is the consortium of universities offering courses on the edX platform. As chair, Berkeley will also get a non-voting board seat on the edX board, currently comprised of the MIT and Harvard leaders, and the edX
president. Berkeley will collaborate with the edX development team on the common edX
platform, which will be released as open source.

    +
    + +
    +

    What will Berkeley’s direct participation entail?

    +

    Berkeley will offer two courses on edX in Fall 2012, and will be collaborating on the development of the technology platform. We will explore, experiment and innovate together.

    +
    + +
    +

    Will the partner university’s standards apply to edX programming?

    The reach changes exponentially, but the rigor remains the same.

    How do you intend to test whether this approach is improving learning?

    -

    Both institutions have assembled faculty who will look at data collection and analytical tools for assessing the results.

    +

    edx institutions have assembled faculty who will look at data collection and analytical tools to assess results and the impact edX is having on learning.

    +
    + +
    +

    How may I apply to study with edX?

    +

    Simply complete the online registration form here[link], or click on the "SIGN UP" tab at the top of this page). Enrolling will create your unique student record in the edX database, allows you to enroll in classes, and to receive a certificate on successful completion.

    +
    + +
    +

    How may another University participate in edX?

    +

    If you are from a university interested in discussing edX, please email university@edx.org

    +
    diff --git a/lms/templates/static_templates/press.html b/lms/templates/static_templates/press.html index 0f1e16658c..4a81a20b22 100644 --- a/lms/templates/static_templates/press.html +++ b/lms/templates/static_templates/press.html @@ -12,14 +12,6 @@
    -
    -
    -

    View our Press Release

    -
    -
    -

    Download our Logos

    -
    -